Tests for module 'mbrtowc'.
[pspp] / ChangeLog
1 2008-12-18  Bruno Haible  <bruno@clisp.org>
2
3         * modules/mbrtowc-tests: New file.
4         * tests/test-mbrtowc1.sh: New file.
5         * tests/test-mbrtowc2.sh: New file.
6         * tests/test-mbrtowc3.sh: New file.
7         * tests/test-mbrtowc4.sh: New file.
8         * tests/test-mbrtowc.c: New file.
9
10         New module 'mbrtowc'.
11         * lib/wchar.in.h (mbstate_t): Override when the system does not have
12         mbsinit and mbrtowc.
13         (mbrtowc): New declaration.
14         * lib/mbrtowc.c: New file.
15         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
16         * modules/mbrtowc: New file.
17         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18         HAVE_MBRTOWC.
19         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
20         HAVE_MBRTOWC.
21         * doc/posix-functions/mbrtowc.texi: Document the new module.
22
23 2008-12-18  Bruno Haible  <bruno@clisp.org>
24
25         New module 'wctob'.
26         * lib/wchar.in.h (wctob): New declaration.
27         * lib/wctob.c: New file.
28         * m4/wctob.m4: New file.
29         * modules/wctob: New file.
30         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
31         HAVE_WCTOB.
32         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
33         * doc/posix-functions/wctob.texi: Document the new module.
34
35 2008-12-18  Bruno Haible  <bruno@clisp.org>
36
37         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
38         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
39
40 2008-12-18  Simon Josefsson  <simon@josefsson.org>
41
42         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
43         G. Christensen" <tgc@jupiterrise.com>.
44
45         * lib/flock.c: Need to include errno.h.  Reported by "Tom
46         G. Christensen" <tgc@jupiterrise.com>.
47
48         * lib/flock.c: Need to include string.h.  Reported by "Tom
49         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
50         <ebb9@byu.net>.
51
52 2008-12-18  Bruno Haible  <bruno@clisp.org>
53
54         * m4/locale-ja.m4: New file, from GNU gettext.
55
56 2008-12-17  Bruno Haible  <bruno@clisp.org>
57
58         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
59         Suggested by Eric Blake.
60
61 2008-12-17  Bruno Haible  <bruno@clisp.org>
62
63         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
64
65 2008-12-17  Bruno Haible  <bruno@clisp.org>
66
67         * lib/mbsinit.c: Include verify.h. Verify an assumption.
68         * modules/mbsinit (Depends-on): Add verify.
69         Suggested by Paul Eggert.
70
71 2008-12-17  Bruno Haible  <bruno@clisp.org>
72
73         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
74         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
75         gl_FUNC_MBRTOWC.
76         * m4/mbiter.m4 (gl_MBITER): LIkewise.
77         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
78         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
79         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
80         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
81         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
82         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
83         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
84         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
85         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
86         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
87         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
88         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
89         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
90         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
91         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
92         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
93         * modules/trim (configure.ac): Likewise.
94
95 2008-12-17  Bruno Haible  <bruno@clisp.org>
96
97         * modules/btowc-tests: New file.
98         * tests/test-btowc1.sh: New file.
99         * tests/test-btowc2.sh: New file.
100         * tests/test-btowc.c: New file.
101
102         New module 'btowc'.
103         * lib/wchar.in.h (btowc): New declaration.
104         * lib/btowc.c: New file.
105         * m4/btowc.m4: New file.
106         * modules/btowc: New file.
107         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
108         HAVE_BTOWC.
109         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
110         * doc/posix-functions/btowc.texi: Document the new module.
111
112 2008-12-17  Bruno Haible  <bruno@clisp.org>
113
114         New module 'mbsinit'.
115         * lib/wchar.in.h (mbsinit): New declaration.
116         * lib/mbsinit.c: New file.
117         * m4/mbsinit.m4: New file.
118         * modules/mbsinit: New file.
119         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
120         HAVE_MBSINIT.
121         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
122         HAVE_MBSINIT.
123         * doc/posix-functions/mbsinit.texi: Document the new module.
124
125 2008-12-16  Bruno Haible  <bruno@clisp.org>
126
127         * lib/unistd.in.h: Add comment.
128         * tests/test-environ.c: Don't include <stdlib.h>.
129
130 2008-12-16  Bruno Haible  <bruno@clisp.org>
131
132         * lib/parse-duration.h (parse_duration): Document return value
133         convention.
134         * lib/parse-duration.c: Include specification header first. Add
135         comments.
136         (_): Remove macro.
137         (parse_year_month_day, parse_hour_minute_second): Move side effects
138         outside of strchr call.
139         (parse_non_iso8601): Move side effects outside of isspace call.
140         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
141         call.
142
143 2008-12-16  Bruno Haible  <bruno@clisp.org>
144
145         * tests/test-parse-duration.sh: Produce no output when the test
146         succeeds.
147
148 2008-12-16  Bruno Haible  <bruno@clisp.org>
149
150         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
151         expressions.
152
153 2008-12-15  Bruno Haible  <bruno@clisp.org>
154
155         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
156         * doc/glibc-functions/flistxattr.texi: Likewise.
157         * doc/glibc-functions/fopencookie.texi: Likewise.
158         * doc/glibc-functions/fremovexattr.texi: Likewise.
159         * doc/glibc-functions/fsetxattr.texi: Likewise.
160         * doc/glibc-functions/getxattr.texi: Likewise.
161         * doc/glibc-functions/lgetxattr.texi: Likewise.
162         * doc/glibc-functions/listxattr.texi: Likewise.
163         * doc/glibc-functions/llistxattr.texi: Likewise.
164         * doc/glibc-functions/lremovexattr.texi: Likewise.
165         * doc/glibc-functions/lsetxattr.texi: Likewise.
166         * doc/glibc-functions/removexattr.texi: Likewise.
167         * doc/glibc-functions/setxattr.texi: Likewise.
168         * doc/posix-functions/open_memstream.texi: Likewise.
169
170 2008-12-15  Eric Blake  <ebb9@byu.net>
171
172         Update doc for cygwin 1.7.
173         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
174         functions.
175         * doc/posix-functions/fchmodat.texi: Likewise.
176         * doc/posix-functions/fchownat.texi: Likewise.
177         * doc/posix-functions/fdopendir.texi: Likewise.
178         * doc/posix-functions/fmemopen.texi: Likewise.
179         * doc/posix-functions/freeaddrinfo.texi: Likewise.
180         * doc/posix-functions/fstatat.texi: Likewise.
181         * doc/posix-functions/futimens.texi: Likewise.
182         * doc/posix-functions/gai_strerror.texi: Likewise.
183         * doc/posix-functions/getaddrinfo.texi: Likewise.
184         * doc/posix-functions/getnameinfo.texi: Likewise.
185         * doc/posix-functions/if_freenameindex.texi: Likewise.
186         * doc/posix-functions/if_indextoname.texi: Likewise.
187         * doc/posix-functions/if_nameindex.texi: Likewise.
188         * doc/posix-functions/if_nametoindex.texi: Likewise.
189         * doc/posix-functions/insque.texi: Likewise.
190         * doc/posix-functions/linkat.texi: Likewise.
191         * doc/posix-functions/llrint.texi: Likewise.
192         * doc/posix-functions/llrintf.texi: Likewise.
193         * doc/posix-functions/llrintl.texi: Likewise.
194         * doc/posix-functions/lockf.texi: Likewise.
195         * doc/posix-functions/lrintl.texi: Likewise.
196         * doc/posix-functions/mkdirat.texi: Likewise.
197         * doc/posix-functions/mkfifoat.texi: Likewise.
198         * doc/posix-functions/mknodat.texi: Likewise.
199         * doc/posix-functions/mq_close.texi: Likewise.
200         * doc/posix-functions/mq_getattr.texi: Likewise.
201         * doc/posix-functions/mq_notify.texi: Likewise.
202         * doc/posix-functions/mq_open.texi: Likewise.
203         * doc/posix-functions/mq_receive.texi: Likewise.
204         * doc/posix-functions/mq_send.texi: Likewise.
205         * doc/posix-functions/mq_setattr.texi: Likewise.
206         * doc/posix-functions/mq_timedreceive.texi: Likewise.
207         * doc/posix-functions/mq_timedsend.texi: Likewise.
208         * doc/posix-functions/mq_unlink.texi: Likewise.
209         * doc/posix-functions/open_memstream.texi: Likewise.
210         * doc/posix-functions/openat.texi: Likewise.
211         * doc/posix-functions/posix_fadvise.texi: Likewise.
212         * doc/posix-functions/posix_fallocate.texi: Likewise.
213         * doc/posix-functions/posix_madvise.texi: Likewise.
214         * doc/posix-functions/posix_memalign.texi: Likewise.
215         * doc/posix-functions/posix_openpt.texi: Likewise.
216         * doc/posix-functions/readlinkat.texi: Likewise.
217         * doc/posix-functions/remque.texi: Likewise.
218         * doc/posix-functions/renameat.texi: Likewise.
219         * doc/posix-functions/rintl.texi: Likewise.
220         * doc/posix-functions/sem_unlink.texi: Likewise.
221         * doc/posix-functions/shm_open.texi: Likewise.
222         * doc/posix-functions/shm_unlink.texi: Likewise.
223         * doc/posix-functions/signgam.texi: Likewise.
224         * doc/posix-functions/sigset.texi: Likewise.
225         * doc/posix-functions/stpcpy.texi: Likewise.
226         * doc/posix-functions/stpncpy.texi: Likewise.
227         * doc/posix-functions/strerror.texi: Likewise.
228         * doc/posix-functions/strtod.texi: Likewise.
229         * doc/posix-functions/symlinkat.texi: Likewise.
230         * doc/posix-functions/unlinkat.texi: Likewise.
231         * doc/posix-functions/utimensat.texi: Likewise.
232         * doc/glibc-functions/bindresvport.texi: Likewise.
233         * doc/glibc-functions/dn_expand.texi: Likewise.
234         * doc/glibc-functions/exp10.texi: Likewise.
235         * doc/glibc-functions/exp10f.texi: Likewise.
236         * doc/glibc-functions/fgetxattr.texi: Likewise.
237         * doc/glibc-functions/flistxattr.texi: Likewise.
238         * doc/glibc-functions/fopencookie.texi: Likewise.
239         * doc/glibc-functions/freeifaddrs.texi: Likewise.
240         * doc/glibc-functions/fremovexattr.texi: Likewise.
241         * doc/glibc-functions/fsetxattr.texi: Likewise.
242         * doc/glibc-functions/getifaddrs.texi: Likewise.
243         * doc/glibc-functions/getxattr.texi: Likewise.
244         * doc/glibc-functions/lgetxattr.texi: Likewise.
245         * doc/glibc-functions/listxattr.texi: Likewise.
246         * doc/glibc-functions/llistxattr.texi: Likewise.
247         * doc/glibc-functions/lremovexattr.texi: Likewise.
248         * doc/glibc-functions/lsetxattr.texi: Likewise.
249         * doc/glibc-functions/pow10.texi: Likewise.
250         * doc/glibc-functions/pow10f.texi: Likewise.
251         * doc/glibc-functions/rcmd_af.texi: Likewise.
252         * doc/glibc-functions/removexattr.texi: Likewise.
253         * doc/glibc-functions/res_init.texi: Likewise.
254         * doc/glibc-functions/res_mkquery.texi: Likewise.
255         * doc/glibc-functions/res_query.texi: Likewise.
256         * doc/glibc-functions/res_querydomain.texi: Likewise.
257         * doc/glibc-functions/res_send.texi: Likewise.
258         * doc/glibc-functions/rresvport_af.texi: Likewise.
259         * doc/glibc-functions/setxattr.texi: Likewise.
260         * doc/glibc-functions/strcasestr.texi: Likewise.
261
262 2008-12-15  Bruno Haible  <bruno@clisp.org>
263
264         Fix compilation error on OSF/1 4.0.
265         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
266         <sys/time.h>, simply delegate to the system header.
267         Reported by Daniel Richard G. <oss@teragram.com>.
268
269 2008-12-15  Bruno Haible  <bruno@clisp.org>
270
271         * doc/posix-functions/openat.texi: Mention the 'openat' module.
272         * doc/posix-functions/fchmodat.texi: Likewise.
273         * doc/posix-functions/fchownat.texi: Likewise.
274         * doc/posix-functions/fdopendir.texi: Likewise.
275         * doc/posix-functions/fstatat.texi: Likewise.
276         * doc/posix-functions/mkdirat.texi: Likewise.
277         * doc/posix-functions/unlinkat.texi: Likewise.
278
279 2008-12-14  Bruno Haible  <bruno@clisp.org>
280
281         Update doc for POSIX:2008.
282         * doc/posix-functions/faccessat.texi: New file.
283         * doc/posix-functions/fchmodat.texi: New file.
284         * doc/posix-functions/fchownat.texi: New file.
285         * doc/posix-functions/fdopendir.texi: New file.
286         * doc/posix-functions/fstatat.texi: New file.
287         * doc/posix-functions/futimens.texi: New file.
288         * doc/posix-functions/linkat.texi: New file.
289         * doc/posix-functions/mkdirat.texi: New file.
290         * doc/posix-functions/mkfifoat.texi: New file.
291         * doc/posix-functions/mknodat.texi: New file.
292         * doc/posix-functions/open_wmemstream.texi: New file.
293         * doc/posix-functions/openat.texi: New file.
294         * doc/posix-functions/psiginfo.texi: New file.
295         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
296         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
297         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
298         * doc/posix-functions/readlinkat.texi: New file.
299         * doc/posix-functions/renameat.texi: New file.
300         * doc/posix-functions/strerror_l.texi: New file.
301         * doc/posix-functions/symlinkat.texi: New file.
302         * doc/posix-functions/unlinkat.texi: New file.
303         * doc/posix-functions/utimensat.texi: New file.
304         * doc/gnulib.texi (Function Substitutes): Add these subsections.
305
306 2008-12-14  Bruno Haible  <bruno@clisp.org>
307
308         Update doc for POSIX:2008.
309         * doc/posix-functions/alphasort.texi: Renamed from
310         doc/glibc-functions/alphasort.texi.
311         * doc/posix-functions/dirfd.texi: Renamed from
312         doc/glibc-functions/dirfd.texi.
313         * doc/posix-functions/dprintf.texi: Renamed from
314         doc/glibc-functions/dprintf.texi.
315         * doc/posix-functions/duplocale.texi: Renamed from
316         doc/glibc-functions/duplocale.texi.
317         * doc/posix-functions/fexecve.texi: Renamed from
318         doc/glibc-functions/fexecve.texi.
319         * doc/posix-functions/fmemopen.texi: Renamed from
320         doc/glibc-functions/fmemopen.texi.
321         * doc/posix-functions/freelocale.texi: Renamed from
322         doc/glibc-functions/freelocale.texi.
323         * doc/posix-functions/getdate_err.texi: Renamed from
324         doc/glibc-functions/getdate_err.texi.
325         * doc/posix-functions/isalnum_l.texi: Renamed from
326         doc/glibc-functions/isalnum_l.texi.
327         * doc/posix-functions/isalpha_l.texi: Renamed from
328         doc/glibc-functions/isalpha_l.texi.
329         * doc/posix-functions/isblank_l.texi: Renamed from
330         doc/glibc-functions/isblank_l.texi.
331         * doc/posix-functions/iscntrl_l.texi: Renamed from
332         doc/glibc-functions/iscntrl_l.texi.
333         * doc/posix-functions/isdigit_l.texi: Renamed from
334         doc/glibc-functions/isdigit_l.texi.
335         * doc/posix-functions/isgraph_l.texi: Renamed from
336         doc/glibc-functions/isgraph_l.texi.
337         * doc/posix-functions/islower_l.texi: Renamed from
338         doc/glibc-functions/islower_l.texi.
339         * doc/posix-functions/isprint_l.texi: Renamed from
340         doc/glibc-functions/isprint_l.texi.
341         * doc/posix-functions/ispunct_l.texi: Renamed from
342         doc/glibc-functions/ispunct_l.texi.
343         * doc/posix-functions/isspace_l.texi: Renamed from
344         doc/glibc-functions/isspace_l.texi.
345         * doc/posix-functions/isupper_l.texi: Renamed from
346         doc/glibc-functions/isupper_l.texi.
347         * doc/posix-functions/iswalnum_l.texi: Renamed from
348         doc/glibc-functions/iswalnum_l.texi.
349         * doc/posix-functions/iswalpha_l.texi: Renamed from
350         doc/glibc-functions/iswalpha_l.texi.
351         * doc/posix-functions/iswblank_l.texi: Renamed from
352         doc/glibc-functions/iswblank_l.texi.
353         * doc/posix-functions/iswcntrl_l.texi: Renamed from
354         doc/glibc-functions/iswcntrl_l.texi.
355         * doc/posix-functions/iswctype_l.texi: Renamed from
356         doc/glibc-functions/iswctype_l.texi.
357         * doc/posix-functions/iswdigit_l.texi: Renamed from
358         doc/glibc-functions/iswdigit_l.texi.
359         * doc/posix-functions/iswgraph_l.texi: Renamed from
360         doc/glibc-functions/iswgraph_l.texi.
361         * doc/posix-functions/iswlower_l.texi: Renamed from
362         doc/glibc-functions/iswlower_l.texi.
363         * doc/posix-functions/iswprint_l.texi: Renamed from
364         doc/glibc-functions/iswprint_l.texi.
365         * doc/posix-functions/iswpunct_l.texi: Renamed from
366         doc/glibc-functions/iswpunct_l.texi.
367         * doc/posix-functions/iswspace_l.texi: Renamed from
368         doc/glibc-functions/iswspace_l.texi.
369         * doc/posix-functions/iswupper_l.texi: Renamed from
370         doc/glibc-functions/iswupper_l.texi.
371         * doc/posix-functions/iswxdigit_l.texi: Renamed from
372         doc/glibc-functions/iswxdigit_l.texi.
373         * doc/posix-functions/isxdigit_l.texi: Renamed from
374         doc/glibc-functions/isxdigit_l.texi.
375         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
376         doc/glibc-functions/mbsnrtowcs.texi.
377         * doc/posix-functions/mkdtemp.texi: Renamed from
378         doc/glibc-functions/mkdtemp.texi.
379         * doc/posix-functions/newlocale.texi: Renamed from
380         doc/glibc-functions/newlocale.texi.
381         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
382         doc/glibc-functions/nl_langinfo_l.texi.
383         * doc/posix-functions/open_memstream.texi: Renamed from
384         doc/glibc-functions/open_memstream.texi.
385         * doc/posix-functions/opterr.texi: Renamed from
386         doc/glibc-functions/opterr.texi.
387         * doc/posix-functions/optind.texi: Renamed from
388         doc/glibc-functions/optind.texi.
389         * doc/posix-functions/optopt.texi: Renamed from
390         doc/glibc-functions/optopt.texi.
391         * doc/posix-functions/psignal.texi: Renamed from
392         doc/glibc-functions/psignal.texi.
393         * doc/posix-functions/scandir.texi: Renamed from
394         doc/glibc-functions/scandir.texi.
395         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
396         doc/glibc-functions/sched_get_priority_min.texi.
397         * doc/posix-functions/signgam.texi: Renamed from
398         doc/glibc-functions/signgam.texi.
399         * doc/posix-functions/stpcpy.texi: Renamed from
400         doc/glibc-functions/stpcpy.texi.
401         * doc/posix-functions/stpncpy.texi: Renamed from
402         doc/glibc-functions/stpncpy.texi.
403         * doc/posix-functions/strcasecmp_l.texi: Renamed from
404         doc/glibc-functions/strcasecmp_l.texi.
405         * doc/posix-functions/strcoll_l.texi: Renamed from
406         doc/glibc-functions/strcoll_l.texi.
407         * doc/posix-functions/strfmon_l.texi: Renamed from
408         doc/glibc-functions/strfmon_l.texi.
409         * doc/posix-functions/strftime_l.texi: Renamed from
410         doc/glibc-functions/strftime_l.texi.
411         * doc/posix-functions/strncasecmp_l.texi: Renamed from
412         doc/glibc-functions/strncasecmp_l.texi.
413         * doc/posix-functions/strndup.texi: Renamed from
414         doc/glibc-functions/strndup.texi.
415         * doc/posix-functions/strnlen.texi: Renamed from
416         doc/glibc-functions/strnlen.texi.
417         * doc/posix-functions/strsignal.texi: Renamed from
418         doc/glibc-functions/strsignal.texi.
419         * doc/posix-functions/strxfrm_l.texi: Renamed from
420         doc/glibc-functions/strxfrm_l.texi.
421         * doc/posix-functions/timer_gettime.texi: Renamed from
422         doc/glibc-functions/timer_gettime.texi.
423         * doc/posix-functions/tolower_l.texi: Renamed from
424         doc/glibc-functions/tolower_l.texi.
425         * doc/posix-functions/toupper_l.texi: Renamed from
426         doc/glibc-functions/toupper_l.texi.
427         * doc/posix-functions/towctrans_l.texi: Renamed from
428         doc/glibc-functions/towctrans_l.texi.
429         * doc/posix-functions/towlower_l.texi: Renamed from
430         doc/glibc-functions/towlower_l.texi.
431         * doc/posix-functions/towupper_l.texi: Renamed from
432         doc/glibc-functions/towupper_l.texi.
433         * doc/posix-functions/uselocale.texi: Renamed from
434         doc/glibc-functions/uselocale.texi.
435         * doc/posix-functions/vdprintf.texi: Renamed from
436         doc/glibc-functions/vdprintf.texi.
437         * doc/posix-functions/wcpcpy.texi:
438         Renamed from doc/glibc-functions/wcpcpy.texi.
439         * doc/posix-functions/wcpncpy.texi: Renamed from
440         doc/glibc-functions/wcpncpy.texi.
441         * doc/posix-functions/wcscasecmp.texi: Renamed from
442         doc/glibc-functions/wcscasecmp.texi.
443         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
444         doc/glibc-functions/wcscasecmp_l.texi.
445         * doc/posix-functions/wcscoll_l.texi: Renamed from
446         doc/glibc-functions/wcscoll_l.texi.
447         * doc/posix-functions/wcsdup.texi: Renamed from
448         doc/glibc-functions/wcsdup.texi.
449         * doc/posix-functions/wcsncasecmp.texi: Renamed from
450         doc/glibc-functions/wcsncasecmp.texi.
451         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
452         doc/glibc-functions/wcsncasecmp_l.texi.
453         * doc/posix-functions/wcsnlen.texi: Renamed from
454         doc/glibc-functions/wcsnlen.texi.
455         * doc/posix-functions/wcsnrtombs.texi: Renamed from
456         doc/glibc-functions/wcsnrtombs.texi.
457         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
458         doc/glibc-functions/wcsxfrm_l.texi.
459         * doc/posix-functions/wctrans_l.texi: Renamed from
460         doc/glibc-functions/wctrans_l.texi.
461         * doc/posix-functions/wctype_l.texi: Renamed from
462         doc/glibc-functions/wctype_l.texi.
463         * doc/gnulib.texi (Function Substitutes): Add these subsections.
464         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
465         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
466         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
467         these subsections.
468         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
469         Remove sections.
470
471 2008-12-14  Bruno Haible  <bruno@clisp.org>
472
473         Update doc for POSIX:2008.
474         * doc/posix-functions/*.texi: Update URL of POSIX specification.
475
476 2008-12-14  Bruno Haible  <bruno@clisp.org>
477
478         Update doc for POSIX:2008.
479         * doc/pastposix-functions/bcmp.texi: Renamed from
480         doc/posix-functions/bcmp.texi.
481         * doc/pastposix-functions/bcopy.texi: Renamed from
482         doc/posix-functions/bcopy.texi.
483         * doc/pastposix-functions/bsd_signal.texi: Renamed from
484         doc/posix-functions/bsd_signal.texi.
485         * doc/pastposix-functions/bzero.texi: Renamed from
486         doc/posix-functions/bzero.texi.
487         * doc/pastposix-functions/ecvt.texi: Renamed from
488         doc/posix-functions/ecvt.texi.
489         * doc/pastposix-functions/fcvt.texi: Renamed from
490         doc/posix-functions/fcvt.texi.
491         * doc/pastposix-functions/ftime.texi: Renamed from
492         doc/posix-functions/ftime.texi.
493         * doc/pastposix-functions/gcvt.texi: Renamed from
494         doc/posix-functions/gcvt.texi.
495         * doc/pastposix-functions/getcontext.texi: Renamed from
496         doc/posix-functions/getcontext.texi.
497         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
498         doc/posix-functions/gethostbyaddr.texi.
499         * doc/pastposix-functions/gethostbyname.texi: Renamed from
500         doc/posix-functions/gethostbyname.texi.
501         * doc/pastposix-functions/getwd.texi: Renamed from
502         doc/posix-functions/getwd.texi.
503         * doc/pastposix-functions/h_errno.texi: Renamed from
504         doc/posix-functions/h_errno.texi.
505         * doc/pastposix-functions/index.texi: Renamed from
506         doc/posix-functions/index.texi.
507         * doc/pastposix-functions/makecontext.texi: Renamed from
508         doc/posix-functions/makecontext.texi.
509         * doc/pastposix-functions/mktemp.texi: Renamed from
510         doc/posix-functions/mktemp.texi.
511         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
512         doc/posix-functions/pthread_attr_getstackaddr.texi.
513         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
514         doc/posix-functions/pthread_attr_setstackaddr.texi.
515         * doc/pastposix-functions/rindex.texi: Renamed from
516         doc/posix-functions/rindex.texi.
517         * doc/pastposix-functions/scalb.texi: Renamed from
518         doc/posix-functions/scalb.texi.
519         * doc/pastposix-functions/setcontext.texi: Renamed from
520         doc/posix-functions/setcontext.texi.
521         * doc/pastposix-functions/swapcontext.texi: Renamed from
522         doc/posix-functions/swapcontext.texi.
523         * doc/pastposix-functions/ualarm.texi: Renamed from
524         doc/posix-functions/ualarm.texi.
525         * doc/pastposix-functions/usleep.texi: Renamed from
526         doc/posix-functions/usleep.texi.
527         * doc/pastposix-functions/vfork.texi: Renamed from
528         doc/posix-functions/vfork.texi.
529         * doc/pastposix-functions/wcswcs.texi: Renamed from
530         doc/posix-functions/wcswcs.texi.
531         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
532         (Function Substitutes): Update.
533
534 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
535
536         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
537         m4/strerror.m4.
538
539 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
540             Bruno Haible  <bruno@clisp.org>
541
542         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
543
544 2008-12-13  Bruno Haible  <bruno@clisp.org>
545
546         * modules/strtoull (Depends-on): Remove unistd.
547
548 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
549
550         * modules/strtoull (Depends-on): Add stdlib.
551
552 2008-12-11  Simon Josefsson  <simon@josefsson.org>
553
554         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
555
556 2008-12-10  Jim Meyering  <meyering@redhat.com>
557
558         gl_ASSERT: don't say assertions are disabled when they're not
559         * m4/assert.m4 (gl_ASSERT): Do not make configure report
560         "checking whether to enable assertions... no", when they are in
561         fact enabled.  This is solely a bug in the output of configure.
562         In spite of saying "no", NDEBUG was not defined in that case.
563         Also, as noted by Eric Blake, leave assertions enabled upon
564         --enable-assert=INVALID.
565
566 2008-12-10  Bruno Haible  <bruno@clisp.org>
567
568         Change MODULES.html to refer to POSIX:2008 where possible.
569         * MODULES.html.sh (POSIX2008_URL): New variable.
570         (posix_headers): Remove sys/timeb, ucontext.
571         (posix2001_headers): New variable.
572         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
573         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
574         index, makecontext, mktemp, pthread_attr_getstackaddr,
575         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
576         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
577         (posix2001_functions): New variable.
578         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
579         otherwise.
580
581 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
582
583         add missing include to parse-duration.c
584         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
585         * modules/parse-duration (Depends-on): Add xalloc.
586
587         fix sed script reading maint.mk
588         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
589         (syntax-check-rules): Use it.
590
591 2008-12-09  Bruno Haible  <bruno@clisp.org>
592
593         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
594         MacOS X 10.4/PowerPC.
595         Reported by Simon Josefsson.
596
597 2008-12-08  Jim Meyering  <meyering@redhat.com>
598
599         work around mingw's lack of some S_IF definitions
600         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
601         Reported by Simon Josefsson.
602
603 2008-12-08  Bruno Haible  <bruno@clisp.org>
604
605         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
606         applied to variables. Needed on MacOS X 10.4/PowerPC.
607         Reported by Simon Josefsson.
608
609 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
610         and Eric Blake  <ebb9@byu.net>
611
612         assert: honor --enable-assert
613         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
614         order to honor --enable-assert, rather than treating it as a
615         synonym for --disable-assert.
616
617 2008-12-08  Jim Meyering  <meyering@redhat.com>
618
619         * lib/posixtm.c: Remove now-useless declaration of mktime.
620
621         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
622
623 2008-12-07  Bruno Haible  <bruno@clisp.org>
624
625         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
626         test_once): Mark functions as static.
627         * tests/test-tls.c (test_tls): Likewise.
628
629 2008-12-07  Bruno Haible  <bruno@clisp.org>
630
631         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
632         iconv_register_autodetect.
633
634 2008-12-07  Jim Meyering  <meyering@redhat.com>
635
636         posixtm.c: avoid a warning
637         * lib/posixtm.c (posixtime): Don't initialize tm0.
638         It's no longer needed to placate gcc4's -Wuninitialized,
639         and the attempt to placate would elicit a new warning.
640
641         unicodeio.c: mark unused parameters
642         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
643         (fallback_failure_callback): Likewise.
644
645 2008-12-07  Bruno Haible  <bruno@clisp.org>
646
647         * gnulib-tool (func_create_testdir): When building the tests
648         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
649         Reported by Simon Josefsson.
650
651 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
652
653         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
654
655 2008-12-06  Bruno Haible  <bruno@clisp.org>
656
657         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
658         Suggested by Eric Blake.
659
660 2008-12-06  Bruno Haible  <bruno@clisp.org>
661
662         Fix a c-stack test failure on MacOS X.
663         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
664         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
665         handler for SIGBUS as well.
666         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
667         install a signal handler for SIGBUS as well.
668         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
669
670 2008-12-06  Bruno Haible  <bruno@clisp.org>
671
672         Advocacy documentation.
673         * doc/gnulib-intro.texi (Benefits): New section.
674         * doc/gnulib.texi: Update.
675
676 2008-12-06  Bruno Haible  <bruno@clisp.org>
677
678         Document the 'manywarnings' module.
679         * doc/manywarnings.texi: New file.
680         * doc/gnulib.texi: Include it.
681
682 2008-12-05  Eric Blake  <ebb9@byu.net>
683
684         tests: silence some gcc warnings
685         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
686         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
687         type mismatches.
688
689 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
690             Bruno Haible  <bruno@clisp.org>
691
692         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
693
694 2008-11-29  Jim Meyering  <meyering@redhat.com>
695
696         unicodeio.c: mark unused parameters
697         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
698         (fallback_failure_callback): Likewise.
699
700         fts: fix a thinko
701         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
702         (set_stat_type): Return S_IF*-valued "type" directly.
703         Prompted by James Youngman's spotting a related bug.
704         Confirmed by further testing through find.
705
706         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
707         * lib/fts.c (D_TYPE): Define.
708         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
709         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
710         (s_ifmt_shift_bits): New function.
711         (set_stat_type): New function.
712         (fts_build): When not calling fts_stat, call set_stat_type
713         to propagate dirent.d_type info to fts_read caller.
714         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
715         fts_statp->st_mode type information may be valid.
716
717 2008-11-28  Simon Josefsson  <simon@josefsson.org>
718
719         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
720         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
721         <sds@gnu.org>.
722
723 2008-11-20  Bruno Haible  <bruno@clisp.org>
724
725         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
726         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
727         INCLUDE_NEXT.
728         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
729         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
730         * modules/math (Makefile.am): Substitute
731         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
732         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
733
734 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
735             Bruno Haible  <bruno@clisp.org>
736
737         * lib/stdint.in.h: Define all type macros so that their expansion is
738         a single typedef'ed token. Fixes a compilation failure in Boost which
739         does "using ::int8_t;".
740
741 2008-11-18  Simon Josefsson  <simon@josefsson.org>
742
743         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
744         gl_MANYWARN_ALL_GCC.
745         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
746         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
747         * modules/manywarnings: New file.
748         * MODULES.html.sh: Mention manywarnings module.
749
750 2008-11-18  Bruno Haible  <bruno@clisp.org>
751
752         * doc/gnulib-tool.texi (Unit tests): New section.
753
754 2008-11-18  Simon Josefsson  <simon@josefsson.org>
755
756         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
757         paths like 'lib/po/foo.po'.
758
759 2008-11-17  Simon Josefsson  <simon@josefsson.org>
760
761         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
762         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
763
764 2008-11-17  Simon Josefsson  <simon@josefsson.org>
765
766         * m4/warnings.m4: Use CPPFLAGS to really check whether the
767         parameter works.
768
769 2008-11-17  Simon Josefsson  <simon@josefsson.org>
770
771         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
772
773 2008-11-17  Bruce Korb  <bkorb@gnu.org>
774
775         * modules/parse-duration-tests: New file.
776         * tests/test-parse-duration.sh: New file.
777         * tests/test-parse-duration.c: New file.
778
779         New module 'parse-duration'.
780         * lib/parse-duration.h: New file.
781         * lib/parse-duration.c: New file.
782         * modules/parse-duration: New file.
783
784 2008-11-17  Bruno Haible  <bruno@clisp.org>
785
786         * tests/test-select-out.sh: Comment out the first pipe test.
787         Reported by Simon Josefsson.
788
789 2008-11-17  Bruno Haible  <bruno@clisp.org>
790
791         * modules/getaddrinfo (Depends-on): Add servent, hostent.
792         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
793         gl_HOSTENT.
794
795 2008-11-17  Bruno Haible  <bruno@clisp.org>
796
797         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
798         -lnetwork and -lnet. Needed for Haiku and BeOS.
799
800 2008-11-16  Bruno Haible  <bruno@clisp.org>
801
802         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
803
804 2008-11-16  Bruno Haible  <bruno@clisp.org>
805
806         Avoid test failure on Haiku.
807         * tests/test-fsync.c: Include <errno.h>.
808         (main): Don't require that fsync (0) fails.
809
810 2008-11-15  Bruno Haible  <bruno@clisp.org>
811
812         New module 'hostent'.
813         * modules/hostent: New file.
814         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
815
816 2008-11-15  Bruno Haible  <bruno@clisp.org>
817
818         New module 'servent'.
819         * modules/servent: New file.
820         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
821
822 2008-11-15  Bruno Haible  <bruno@clisp.org>
823
824         Avoid generating same test program with two different rules.
825         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
826         test-frexp to test-frexp-nolibm.
827         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
828         test-frexpl to test-frexpl-nolibm.
829
830 2008-11-15  Bruno Haible  <bruno@clisp.org>
831
832         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
833         $(FREXPL_LIBM).
834
835 2008-11-15  Bruno Haible  <bruno@clisp.org>
836
837         * lib/netdb.in.h: Activate the definitions also when the system's
838         <netdb.h> has 'struct addrinfo'.
839         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
840         EAI_OVERFLOW or AI_NUMERICSERV.
841         * doc/posix-headers/netdb.texi: Document the problem.
842
843 2008-11-15  Bruno Haible  <bruno@clisp.org>
844
845         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
846
847         Make the 'sched' module work on platforms where <sched.h> exists but
848         is incomplete (such as Haiku).
849         * lib/sched.in.h; Include the system's <sched.h> if it exists.
850         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
851         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
852         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
853         HAVE_STRUCT_SCHED_PARAM.
854         * modules/sched (Depends-on): Add include_next.
855         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
856         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
857         * doc/posix-headers/sched.texi: Document the issue.
858
859 2008-11-13  Jim Meyering  <meyering@redhat.com>
860
861         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
862         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
863         test would fail due to the difference in the Report bugs to ...
864         line.  The expected address is empty, "<>", while the actual
865         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
866
867 2008-11-12  Bruno Haible  <bruno@clisp.org>
868
869         lstat: don't compile lstat.c on systems lacking lstat
870         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
871         which don't have lstat; this is handled by lib/sys_stat.in.h already.
872         Reported by Daniel P. Berrange via Jim Meyering.
873
874 2008-11-12  Jim Meyering  <meyering@redhat.com>
875
876         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
877
878 2008-11-12  Simon Josefsson  <simon@josefsson.org>
879
880         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
881         instead.
882
883 2008-11-12  Bruno Haible  <bruno@clisp.org>
884
885         * lib/unicodeio.c: Include unistr.h.
886         (utf8_wctomb): Remove function.
887         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
888
889 2008-11-12  Simon Josefsson  <simon@josefsson.org>
890
891         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
892         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
893         <bruno@clisp.org>.
894         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
895
896 2008-11-12  Simon Josefsson  <simon@josefsson.org>
897
898         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
899         * doc/gnulib.texi: Add section for warnings.
900
901 2008-11-11  Bruno Haible  <bruno@clisp.org>
902
903         * lib/sockets.h: Add a comment.
904
905 2008-11-11  Karl Berry  <karl@gnu.org>
906
907         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
908
909 2008-11-11  Eric Blake  <ebb9@byu.net>
910
911         fdl.texi: avoid git symlinks
912         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
913
914 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
915
916         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
917
918 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
919
920         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
921         (gl_WARN_ADD): Substitute $2 if literal.
922
923 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
924
925         * m4/warning.m4: Remove.
926
927 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
928
929         * m4/warnings.m4: Almost complete rewrite. :-)
930
931 2008-11-10  Simon Josefsson  <simon@josefsson.org>
932
933         * modules/warnings: New module.
934         * m4/warnings.m4: New file.
935         * MODULES.html.sh: Mention warnings module.
936         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
937         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
938
939 2008-11-10  Eric Blake  <ebb9@byu.net>
940
941         fdl.texi: make a symlink to the latest version
942         * doc/standards.texi: Revert today's earlier change.
943         * doc/fdl-1.2.texi: Rename from old fdl.texi...
944         * doc/fdl.texi: ...and replace this with a symlink to the newer
945         fdl-1.3.texi.
946
947 2008-11-10  Bruno Haible  <bruno@clisp.org>
948
949         * tests/test-select-fd.c (main): Accept the result file name as fourth
950         argument.
951         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
952         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
953
954 2008-11-10  Bruno Haible  <bruno@clisp.org>
955
956         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
957         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
958         as autoconf-substituted macros.
959         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
960         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
961         gl_NETDB_H_DEFAULTS. Set these variables.
962         * modules/netdb (Makefile.am): Substitute these variables.
963
964 2008-11-10  Eric Blake  <ebb9@byu.net>
965
966         standards.texi: include correct file for FDL 1.3
967         * doc/standards.texi (GNU Free Documentation License): Change
968         include file to pull in FDL 1.3, not 1.2.
969
970         fdl.texi: revert accidental change to license
971         * doc/fdl.texi: This is FDL 1.2, not 1.3.
972
973 2008-11-10  Bruno Haible  <bruno@clisp.org>
974
975         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
976         cross-compiling guesses also when the native compile gives no result.
977
978 2008-11-10  Bruno Haible  <bruno@clisp.org>
979
980         * lib/spawni.c (__spawni): Force variable into the stack.
981
982 2008-11-10  Bruno Haible  <bruno@clisp.org>
983
984         Add support for Haiku.
985         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
986         glibc and BeOS, but also on Haiku.
987         * lib/fpurge.c (fpurge): Likewise.
988         * lib/freadable.c (freadable): Likewise.
989         * lib/freadahead.c (freadahead): Likewise.
990         * lib/freading.c (freading): Likewise.
991         * lib/freadptr.c (freadptr): Likewise.
992         * lib/freadseek.c (freadptrinc): Likewise.
993         * lib/fseeko.c (rpl_fseeko): Likewise.
994         * lib/fseterr.c (fseterr): Likewise.
995         * lib/fwritable.c (fwritable): Likewise.
996         * lib/fwriting.c (fwriting): Likewise.
997         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
998
999 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
1000
1001         * lib/config.charset: Treat Haiku like BeOS.
1002
1003 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
1004
1005         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
1006         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
1007
1008 2008-11-08  Bruno Haible  <bruno@clisp.org>
1009
1010         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
1011         AC_CACHE_CHECK.
1012
1013 2008-11-08  Bruno Haible  <bruno@clisp.org>
1014
1015         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
1016
1017 2008-11-08  Bruno Haible  <bruno@clisp.org>
1018
1019         * tests/test-select-fd.c: New file.
1020         * tests/test-select-in.sh: New file.
1021         * tests/test-select-out.sh: New file.
1022         * tests/test-select-stdin.c: New file.
1023         * modules/select-tests (Files): Add the new files.
1024         (Depends-on): Add gettimeofday.
1025         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
1026         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
1027         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
1028
1029 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
1030             Bruno Haible  <bruno@clisp.org>
1031
1032         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
1033
1034 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
1035
1036         * build-aux/pmccabe2html: Added support for C++ source files.
1037
1038 2008-11-05  Ben Pfaff  <blp@gnu.org>
1039
1040         Fix lib/close.c build on Windows.
1041         * modules/close (Files): Add lib/w32sock.h.
1042
1043 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
1044
1045         Accept Bison's NEWS format.
1046         * build-aux/announce-gen (print_news_deltas): Tweak
1047         $re_prefix.
1048
1049 2008-11-04  Bruno Haible  <bruno@clisp.org>
1050
1051         * modules/random_r (Maintainer): Add glibc.
1052
1053 2008-11-04  Simon Josefsson  <simon@josefsson.org>
1054
1055         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
1056         by karl@freefriends.org (Karl Berry).
1057         * doc/alloca.texi: Likewise.
1058         * doc/c-ctype.texi: Likewise.
1059         * doc/c-strcase.texi: Likewise.
1060         * doc/c-strcaseeq.texi: Likewise.
1061         * doc/c-strcasestr.texi: Likewise.
1062         * doc/c-strstr.texi: Likewise.
1063         * doc/c-strtod.texi: Likewise.
1064         * doc/c-strtold.texi: Likewise.
1065         * doc/ctime.texi: Likewise.
1066         * doc/error.texi: Likewise.
1067         * doc/fdl.texi: Likewise.
1068         * doc/gcd.texi: Likewise.
1069         * doc/getdate.texi: Likewise.
1070         * doc/gnulib-intro.texi: Likewise.
1071         * doc/gnulib-tool.texi: Likewise.
1072         * doc/gnulib.texi: Likewise.
1073         * doc/inet_ntoa.texi: Likewise.
1074         * doc/maintain.texi: Likewise.
1075         * doc/make-stds.texi: Likewise.
1076         * doc/quote.texi: Likewise.
1077         * doc/regexprops-generic.texi: Likewise.
1078         * doc/standards.texi: Likewise.
1079         * doc/verify.texi: Likewise.
1080         * doc/visibility.texi: Likewise.
1081         * doc/gnulib.texi (GNU Free Documentation License): Include
1082         fdl-1.3.texi instead of fdl.texi.
1083
1084 2008-11-04  Simon Josefsson  <simon@josefsson.org>
1085
1086         * doc/fdl-1.3.texi: New file, from
1087         <http://www.gnu.org/licenses/fdl-1.3.texi>.
1088         * modules/fdl-1.3: Add.
1089         * MODULES.html.sh: Add fdl-1.3.
1090
1091 2008-11-03  Bruno Haible  <bruno@clisp.org>
1092
1093         Make determination of absolute name of header file work with AIX xlc.
1094         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
1095         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
1096         preprocessing.
1097         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1098         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
1099
1100 2008-11-03  Simon Josefsson  <simon@josefsson.org>
1101
1102         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
1103         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
1104         <ludo@gnu.org>.
1105
1106 2008-11-02  Bruno Haible  <bruno@clisp.org>
1107
1108         Mark 'strpbrk' obsolete.
1109         * modules/strpbrk (Status, Notice): New sections.
1110         * modules/strtok_r (Depends-on): Add strpbrk.
1111
1112 2008-11-02  Bruno Haible  <bruno@clisp.org>
1113
1114         Mark 'strdup' obsolete.
1115         * modules/strdup (Status, Notice): New sections.
1116         * modules/findprog (Depends-on): Add strdup.
1117         * modules/getaddrinfo (Depends-on): Likewise.
1118         * modules/localename (Depends-on): Likewise.
1119         * modules/relocatable-lib (Depends-on): Likewise.
1120         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
1121         * modules/relocatable-prog (Depends-on): Likewise.
1122         * modules/trim (Depends-on): Likewise.
1123         * modules/unictype/gen-ctype (Depends-on): Likewise.
1124         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
1125
1126 2008-11-02  Bruno Haible  <bruno@clisp.org>
1127
1128         Mark 'strcspn' obsolete.
1129         * modules/strcspn (Status, Notice): New sections.
1130
1131 2008-11-02  Bruno Haible  <bruno@clisp.org>
1132
1133         Mark 'rmdir' obsolete.
1134         * modules/rmdir (Status, Notice): New sections.
1135         * modules/clean-temp (Depends-on): Add rmdir.
1136         * modules/openat (Depends-on): Likewise.
1137
1138 2008-11-02  Bruno Haible  <bruno@clisp.org>
1139
1140         Mark 'raise' obsolete.
1141         * modules/raise (Status, Notice): New sections.
1142         (Include): Specify <signal.h>.
1143         * modules/stdio (Depends-on): Add raise.
1144         * modules/write (Depends-on): Likewise.
1145
1146 2008-11-02  Bruno Haible  <bruno@clisp.org>
1147
1148         Mark 'memset' obsolete.
1149         * modules/memset (Status, Notice): New sections.
1150
1151 2008-11-02  Bruno Haible  <bruno@clisp.org>
1152
1153         Mark 'memmove' obsolete.
1154         * modules/memmove (Status, Notice): New sections.
1155         * modules/argp (Depends-on): Add memmove.
1156         * modules/argz (Depends-on): Likewise.
1157         * modules/canonicalize (Depends-on): Likewise.
1158         * modules/canonicalize-lgpl (Depends-on): Likewise.
1159         * modules/fts (Depends-on): Likewise.
1160         * modules/getcwd (Depends-on): Likewise.
1161         * modules/human (Depends-on): Likewise.
1162         * modules/regex (Depends-on): Likewise.
1163         * modules/striconveh (Depends-on): Likewise.
1164         * modules/trim (Depends-on): Likewise.
1165         * modules/unistr/u8-move (Depends-on): Likewise.
1166         * modules/unistr/u16-move (Depends-on): Likewise.
1167         * modules/unistr/u32-move (Depends-on): Likewise.
1168
1169 2008-11-02  Bruno Haible  <bruno@clisp.org>
1170
1171         Mark 'memcpy' obsolete.
1172         * modules/memcpy (Status, Notice): New sections.
1173
1174 2008-11-02  Bruno Haible  <bruno@clisp.org>
1175
1176         Mark 'memcmp' obsolete.
1177         * modules/memcmp (Status, Notice): New sections.
1178         * modules/argmatch (Depends-on): Add memchr.
1179         * modules/backupfile (Depends-on): Likewise.
1180         * modules/c-strcasestr (Depends-on): Likewise.
1181         * modules/crypto/des (Depends-on): Likewise.
1182         * modules/csharpcomp (Depends-on): Likewise.
1183         * modules/fnmatch (Depends-on): Likewise.
1184         * modules/git-merge-changelog (Depends-on): Likewise.
1185         * modules/isnand (Depends-on): Likewise.
1186         * modules/isnand-nolibm (Depends-on): Likewise.
1187         * modules/isnanf (Depends-on): Likewise.
1188         * modules/isnanf-nolibm (Depends-on): Likewise.
1189         * modules/isnanl (Depends-on): Likewise.
1190         * modules/isnanl-nolibm (Depends-on): Likewise.
1191         * modules/mbchar (Depends-on): Likewise.
1192         * modules/memcoll (Depends-on): Likewise.
1193         * modules/quotearg (Depends-on): Likewise.
1194         * modules/regex (Depends-on): Likewise.
1195         * modules/relocatable-prog (Depends-on): Likewise.
1196         * modules/same (Depends-on): Likewise.
1197         * modules/signbit (Depends-on): Likewise.
1198         * modules/strcasestr-simple (Depends-on): Likewise.
1199         * modules/unictype/gen-ctype (Depends-on): Likewise.
1200         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
1201         * modules/uniname/uniname (Depends-on): Likewise.
1202         * modules/unistr/u8-cmp (Depends-on): Likewise.
1203
1204 2008-11-02  Bruno Haible  <bruno@clisp.org>
1205
1206         Mark 'memchr' obsolete.
1207         * modules/memchr (Status, Notice): New sections.
1208         * modules/argp (Depends-on): Add memchr.
1209         * modules/base64 (Depends-on): Likewise.
1210         * modules/c-strcasestr (Depends-on): Likewise.
1211         * modules/chdir-long (Depends-on): Likewise.
1212         * modules/fnmatch (Depends-on): Likewise.
1213         * modules/getsubopt (Depends-on): Likewise.
1214         * modules/git-merge-changelog (Depends-on): Likewise.
1215         * modules/glob (Depends-on): Likewise.
1216         * modules/strcasestr-simple (Depends-on): Likewise.
1217         * modules/strnlen (Depends-on): Likewise.
1218
1219 2008-11-02  Bruno Haible  <bruno@clisp.org>
1220
1221         Mark 'atexit' obsolete.
1222         * modules/atexit (Status, Notice): New sections.
1223         * modules/chdir-long (Depends-on): Add atexit.
1224         * modules/wait-process (Depends-on): Likewise.
1225
1226 2008-11-02  Bruno Haible  <bruno@clisp.org>
1227
1228         * gnulib-tool: New option --with-obsolete.
1229         (func_usage): Document it.
1230         (func_modules_transitive_closure): Drop obsolete dependencies if
1231         incobsolete is not true.
1232         (func_import): Read and save the incobsolete variable to the cache.
1233
1234 2008-11-02  Bruno Haible  <bruno@clisp.org>
1235
1236         * modules/TEMPLATE-EXTENDED: New field 'Status'.
1237         * gnulib-tool: New option --extract-status.
1238         (func_usage): Document it.
1239         (sed_extract_prog): Recognize it.
1240         (func_get_status): New function.
1241
1242 2008-10-30  Simon Josefsson  <simon@josefsson.org>
1243
1244         * modules/sockets (License): Change from LGPL to LGPLv2+.
1245
1246 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1247
1248         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
1249
1250 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1251
1252         * MODULES.html.sh (Support for systems lacking POSIX:2001):
1253         Mention times and sys_times.
1254         * modules/sys_times, modules/sys_times-tests: New modules.
1255         * modules/times, modules/times-tests: Likewise
1256         * m4/sys_times_h.m4: New file.
1257         * lib/sys_times.in.h: Likewise
1258         * lib/times.c: Likewise.
1259         * tests/test-sys_times.c: Likewise.
1260         * tests/test-times.c: Likewise.
1261         * doc/posix-headers/sys_times.texi: Update.
1262         * doc/posix-functions/times.texi: Update.
1263
1264 2008-10-28  Jim Meyering  <meyering@redhat.com>
1265
1266         * modules/tempname (Depends-on): Add lstat.
1267
1268         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
1269
1270 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1271
1272         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
1273         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
1274         using idiom used elsewhere in gnulib.
1275
1276 2008-10-27  Jim Meyering  <meyering@redhat.com>
1277
1278         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
1279
1280 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1281
1282         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
1283         TESTS_ENVIRONMENT, for shell scripts that needs to call built
1284         programs.
1285         * tests/test-argp-2.sh: Use $EXEEXT when needed.
1286
1287 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1288
1289         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
1290
1291 2008-10-27  Bruno Haible  <bruno@clisp.org>
1292
1293         * tests/test-lstat.c: Include <stdio.h>.
1294
1295 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1296
1297         * modules/lstat-tests: New module.
1298         * tests/test-lstat.c: New file.
1299
1300 2008-10-26  Jim Meyering  <meyering@redhat.com>
1301
1302         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
1303
1304 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1305             Bruno Haible  <bruno@clisp.org>
1306
1307         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
1308         * modules/configmake (Include): Add a note that the include must come
1309         after all system headers.
1310         * lib/javaversion.c: Include configmake.h after all other includes.
1311
1312 2008-10-26  Bruno Haible  <bruno@clisp.org>
1313
1314         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
1315         HAVE_STRUCT_RANDOM_DATA to 1.
1316         (gl_STDLIB_H): Simplify.
1317
1318 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1319
1320         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
1321         substitute HAVE_STRUCT_RANDOM_DATA.
1322         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
1323         random_data.
1324         * modules/stdlib (Makefile.am): Substitute
1325         HAVE_STRUCT_RANDOM_DATA.
1326
1327 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1328
1329         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
1330         * doc/gnulib-intro.texi (Copyright): Likewise.
1331
1332 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1333
1334         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
1335         findings.
1336
1337 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
1338             Bruno Haible  <bruno@clisp.org>
1339
1340         * lib/unistd.in.h: Include <winsock2.h>.
1341         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
1342         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
1343         Provide dummy declarations.
1344         (gethostname): Override.
1345         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
1346         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
1347         gl_PREREQ_SYS_H_WINSOCK2.
1348         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
1349         * doc/posix-functions/gethostname.texi: More details.
1350
1351 2008-10-25  Bruno Haible  <bruno@clisp.org>
1352
1353         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
1354         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
1355         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
1356
1357         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
1358         here ...
1359         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
1360         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
1361         gl_UNISTD_H_DEFAULTS.
1362
1363 2008-10-25  Eric Blake  <ebb9@byu.net>
1364
1365         signbit: avoid spurious compiler failure
1366         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
1367         declarations inside function.
1368
1369 2008-10-24  Simon Josefsson  <simon@josefsson.org>
1370             Bruno Haible  <bruno@clisp.org>
1371
1372         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
1373         * modules/random_r (Depends-on): Add stdint.
1374
1375 2008-10-24  Bruno Haible  <bruno@clisp.org>
1376
1377         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
1378         Eggert.
1379         * modules/strerror (License): Likewise.
1380
1381 2008-10-24  Jim Meyering  <meyering@redhat.com>
1382
1383         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
1384         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
1385
1386 2008-10-24  Eric Blake  <ebb9@byu.net>
1387
1388         getgroups: fix compilation when getgroups is available
1389         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
1390         but with <config.h> override of getgroups disabled.
1391
1392 2008-10-24  Simon Josefsson  <simon@josefsson.org>
1393
1394         * doc/gnulib.texi (Header files): Add note about C++ problems.
1395         Explained by Bruno Haible <bruno@clisp.org>.
1396
1397 2008-10-23  Bruno Haible  <bruno@clisp.org>
1398
1399         Define a dummy SA_NODEFER macro on Interix.
1400         * lib/signal.in.h (SA_NODEFER): Define fallback.
1401         Reported by Aleksey Cheusov <cheusov@tut.by> via
1402         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
1403
1404 2008-10-23  Bruno Haible  <bruno@clisp.org>
1405
1406         * modules/freadahead (License): Change to LGPLv2+.
1407         Suggested by Simon Josefsson.
1408
1409 2008-10-23  Jim Meyering  <meyering@redhat.com>
1410
1411         random_r: new module
1412         * modules/random_r: New file.
1413         * m4/random_r.m4: New file.
1414         * lib/random_r.c: New file, from glibc.
1415         * modules/random_r-tests: New file.
1416         * tests/test-random_r.c: New file.
1417         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
1418          Declare.
1419         (RAND_MAX): Define.
1420         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
1421         * modules/stdlib: Substitute them, too.
1422         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
1423         * doc/glibc-functions/initstate_r.texi: Mention the new module.
1424         * doc/glibc-functions/random_r.texi: Likewise.
1425         * doc/glibc-functions/setstate_r.texi: Likewise.
1426         * doc/glibc-functions/srandom_r.texi: Likewise.
1427         * config/srclist.txt: Mention it.
1428
1429 2008-10-23  David Lutterkort  <lutter@redhat.com>
1430
1431         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
1432         link requirement
1433
1434 2008-10-23  Jim Meyering  <meyering@redhat.com>
1435
1436         selinux-h: mark parameters of stub functions as intentionally unused
1437         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
1438         * lib/se-context.in.h: Likewise.
1439
1440 2008-10-22  Simon Josefsson  <simon@josefsson.org>
1441
1442         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
1443
1444 2008-10-22  Simon Josefsson  <simon@josefsson.org>
1445
1446         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
1447
1448 2008-10-22  Eric Blake  <ebb9@byu.net>
1449
1450         glthread/thread: avoid compiler warning
1451         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
1452         Add unreachable abort to silence compiler.
1453
1454 2008-10-22  Eric Blake  <ebb9@byu.net>
1455
1456         netdb: also supply struct addrinfo for cygwin 1.5.x
1457         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
1458         older cygwin.
1459         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
1460         cygwin.
1461         * doc/posix-headers/netdb.texi (netdb.h): Document this.
1462
1463 2008-10-22  Bruno Haible  <bruno@clisp.org>
1464
1465         * users.txt: Update entry about pspp.
1466
1467 2008-10-21  Bruno Haible  <bruno@clisp.org>
1468
1469         Simplification.
1470         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
1471         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
1472
1473         Simplification.
1474         * lib/ioctl.c (ioctl): Don't undefine.
1475         * lib/socket.c (socket): Don't undefine.
1476
1477         Remove unused module indicator macros.
1478         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
1479         GNULIB_$1 as a C macro.
1480
1481         * doc/posix-functions/close.texi: Undo last change.
1482         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
1483         Windows platforms.
1484
1485 2008-10-21  Bruno Haible  <bruno@clisp.org>
1486
1487         Add gethostname() declaration to <unistd.h>.
1488         * lib/unistd.in.h (gethostname): New declaration.
1489         * lib/gethostname.c: Include <unistd.h>.
1490         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
1491         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
1492         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
1493         and HAVE_GETHOSTNAME.
1494         * modules/gethostname (Depends-on): Add unistd.
1495         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1496         (Include): Specify <unistd.h>.
1497         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
1498         HAVE_GETHOSTNAME.
1499         * tests/test-gethostname.c: Include <unistd.h> first.
1500
1501 2008-10-21  Bruno Haible  <bruno@clisp.org>
1502
1503         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
1504         * modules/select-tests (Depends-on): Likewise.
1505         Reported by Simon Josefsson.
1506
1507 2008-10-21  Simon Josefsson  <simon@josefsson.org>
1508
1509         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
1510         * lib/accept.c: New file, based on winsock.c.
1511         * lib/bind.c: New file, based on winsock.c.
1512         * lib/connect.c: New file, based on winsock.c.
1513         * lib/getpeername.c: New file, based on winsock.c.
1514         * lib/getsockname.c: New file, based on winsock.c.
1515         * lib/getsockopt.c: New file, based on winsock.c.
1516         * lib/ioctl.c: New file, based on winsock.c.
1517         * lib/listen.c: New file, based on winsock.c.
1518         * lib/recv.c: New file, based on winsock.c.
1519         * lib/recvfrom.c: New file, based on winsock.c.
1520         * lib/send.c: New file, based on winsock.c.
1521         * lib/sendto.c: New file, based on winsock.c.
1522         * lib/setsockopt.c: New file, based on winsock.c.
1523         * lib/shutdown.c: New file, based on winsock.c.
1524         * lib/socket.c: New file, based on winsock.c.
1525         * lib/w32sock.h: New file, based on winsock.c.
1526         * lib/winsock.c: Remove file.
1527         * modules/accept: Likewise.
1528         * modules/bind: Likewise.
1529         * modules/connect: Likewise.
1530         * modules/getpeername: Likewise.
1531         * modules/getsockname: Likewise.
1532         * modules/getsockopt: Likewise.
1533         * modules/ioctl: Likewise.
1534         * modules/listen: Likewise.
1535         * modules/recv: Likewise.
1536         * modules/recvfrom: Likewise.
1537         * modules/send: Likewise.
1538         * modules/sendto: Likewise.
1539         * modules/setsockopt: Likewise.
1540         * modules/shutdown: Likewise.
1541         * modules/socket: Use socket.c instead of winsock.c.
1542         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
1543         * doc/posix-functions/accept.texi: Doc fix.
1544         * doc/posix-functions/bind.texi: Doc fix.
1545         * doc/posix-functions/close.texi: Doc fix.
1546         * doc/posix-functions/connect.texi: Doc fix.
1547         * doc/posix-functions/getpeername.texi: Doc fix.
1548         * doc/posix-functions/getsockname.texi: Doc fix.
1549         * doc/posix-functions/getsockopt.texi: Doc fix.
1550         * doc/posix-functions/ioctl.texi: Doc fix.
1551         * doc/posix-functions/listen.texi: Doc fix.
1552         * doc/posix-functions/recv.texi: Doc fix.
1553         * doc/posix-functions/recvfrom.texi: Doc fix.
1554         * doc/posix-functions/send.texi: Doc fix.
1555         * doc/posix-functions/sendto.texi: Doc fix.
1556         * doc/posix-functions/setsockopt.texi: Doc fix.
1557         * doc/posix-functions/shutdown.texi: Doc fix.
1558         * doc/posix-functions/socket.texi: Doc fix.
1559
1560 2008-10-20  Bruno Haible  <bruno@clisp.org>
1561
1562         Take into account the role of SIGABRT_COMPAT on Windows 2008.
1563         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
1564         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
1565         as an alias for SIGABRT.
1566         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
1567         (sigaction): Map it to SIGABRT.
1568         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
1569
1570 2008-10-20  Bruno Haible  <bruno@clisp.org>
1571
1572         * lib/fts.c: Don't include lstat.h.
1573         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
1574
1575         Move the lstat() declaration to <sys/stat.h>.
1576         * lib/lstat.h: Remove file.
1577         * lib/sys_stat.in.h: Add special invocation convention.
1578         (lstat): New declaration.
1579         * lib/lstat.c (orig_lstat): New function.
1580         (rpl_lstat): Use orig_lstat instead of lstat.
1581         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
1582         AC_C_INLINE. Set REPLACE_LSTAT.
1583         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
1584         and REPLACE_LSTAT.
1585         * modules/lstat (Files): Remove lib/lstat.h.
1586         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
1587         (Include): Specify <sys/stat.h> instead of lstat.h.
1588         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
1589         REPLACE_LSTAT.
1590         * NEWS: Mention the change.
1591
1592 2008-10-20  Bruno Haible  <bruno@clisp.org>
1593
1594         * modules/posix_spawn-tests: New file.
1595         * tests/test-posix_spawn3.c: New file.
1596
1597 2008-10-20  Bruno Haible  <bruno@clisp.org>
1598
1599         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
1600         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
1601         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
1602         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
1603         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
1604
1605 2008-10-20  Bruno Haible  <bruno@clisp.org>
1606
1607         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
1608         of posix_spawn on AIX 5.3.
1609
1610 2008-10-20  Bruno Haible  <bruno@clisp.org>
1611
1612         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
1613
1614 2008-10-20  Bruno Haible  <bruno@clisp.org>
1615
1616         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
1617         of AC_LANG_PROGRAM.
1618
1619 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1620
1621         * lib/netdb.in.h: Don't define GNU specific constants until they
1622         are supported or needed.  Reported by Bruno Haible
1623         <bruno@clisp.org>.
1624
1625 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1626
1627         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
1628
1629 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1630
1631         * lib/getaddrinfo.h: Remove file.
1632         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
1633         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
1634         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
1635         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
1636         * modules/netdb: Substitute GNULIB_GETADDRINFO.
1637         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
1638         * tests/test-getaddrinfo.c: Likewise.
1639         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
1640         * NEWS: Mention change.
1641
1642 2008-10-19  Bruno Haible  <bruno@clisp.org>
1643
1644         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
1645
1646 2008-10-19  Bruno Haible  <bruno@clisp.org>
1647
1648         * lib/wait-process.c: Include simply <sys/wait.h>.
1649         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
1650         WIFSTOPPED): Remove fallback definitions.
1651         * modules/wait-process (Depends-on): Add sys_wait.
1652
1653         New module 'sys_wait'.
1654         * modules/sys_wait: New file.
1655         * lib/sys_wait.in.h: New file, partially copied from
1656         lib/wait-process.c.
1657         * m4/sys_wait_h.m4: New file.
1658         * doc/posix-headers/sys_wait.texi: Mention the new module.
1659
1660 2008-10-19  Bruno Haible  <bruno@clisp.org>
1661
1662         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
1663
1664 2008-10-19  Bruno Haible  <bruno@clisp.org>
1665
1666         Assume that waitpid() fills an 'int' status, not a 'union wait'.
1667         * lib/wait-process.c (WAIT_T): Remove type.
1668         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
1669         (wait_subprocess): Update.
1670
1671 2008-10-19  Bruno Haible  <bruno@clisp.org>
1672
1673         New module 'atoll'.
1674         * modules/atoll: New file.
1675         * lib/stdlib.in.h (atoll): New declaration.
1676         * lib/atoll.c: New file, from glibc with modifications.
1677         * m4/atoll.m4: New file.
1678         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
1679         HAVE_ATOLL.
1680         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
1681         * doc/posix-functions/atoll.texi: Mention the new module.
1682
1683 2008-10-19  Bruno Haible  <bruno@clisp.org>
1684
1685         Add strtoull() declaration to <stdlib.h>.
1686         * lib/stdlib.in.h (strtoull): New declaration.
1687         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
1688         Set HAVE_STRTOULL.
1689         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
1690         HAVE_STRTOULL.
1691         * modules/strtoull (Depends-on): Add stdlib.
1692         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1693         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
1694         HAVE_STRTOULL.
1695
1696 2008-10-19  Bruno Haible  <bruno@clisp.org>
1697
1698         Add strtoll() declaration to <stdlib.h>.
1699         * lib/stdlib.in.h (strtoll): New declaration.
1700         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
1701         Set HAVE_STRTOLL.
1702         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
1703         HAVE_STRTOLL.
1704         * modules/strtoll (Depends-on): Add stdlib.
1705         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1706         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
1707
1708 2008-10-19  Bruno Haible  <bruno@clisp.org>
1709
1710         * modules/bcopy (Depends-on): Add strings.
1711         (Include): Specify <strings.h>.
1712
1713 2008-10-19  Bruno Haible  <bruno@clisp.org>
1714
1715         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
1716
1717 2008-10-19  Bruno Haible  <bruno@clisp.org>
1718
1719         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
1720         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
1721         mingw.
1722
1723 2008-10-19  Bruno Haible  <bruno@clisp.org>
1724
1725         * lib/atanl.c: Don't include isnanl.h.
1726         * lib/cosl.c: Likewise.
1727         * lib/ldexpl.c: Likewise.
1728         * lib/logl.c: Likewise.
1729         * lib/sinl.c: Likewise.
1730         * lib/sqrtl.c: Likewise.
1731         * lib/tanl.c: Likewise.
1732
1733         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
1734         * lib/isnanf.h: Remove file.
1735         * lib/isnand.h: Remove file.
1736         * lib/isnanl.h: Remove file.
1737         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
1738         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
1739         macros.
1740         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
1741         HAVE_ISNANF, don't define it as a C macro.
1742         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
1743         HAVE_ISNAND, don't define it as a C macro.
1744         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
1745         HAVE_ISNANL, don't define it as a C macro.
1746         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
1747         HAVE_ISNAN[FDL].
1748         * modules/isnanf (Files): Remove lib/isnanf.h.
1749         (Depends-on): Add math.
1750         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1751         (Include): Specify <math.h> instead of isnanf.h.
1752         * modules/isnand (Files): Remove lib/isnand.h.
1753         (Depends-on): Add math.
1754         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1755         (Include): Specify <math.h> instead of isnand.h.
1756         * modules/isnanl (Files): Remove lib/isnanl.h.
1757         (Depends-on): Add math.
1758         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1759         (Include): Specify <math.h> instead of isnanl.h.
1760         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
1761         HAVE_ISNAN[FDL].
1762         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
1763         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
1764         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
1765         * NEWS: Mention the change.
1766
1767 2008-10-18  Bruno Haible  <bruno@clisp.org>
1768
1769         Add getusershell(), setusershell(), endusershell() declarations to
1770         <unistd.h>.
1771         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
1772         declarations.
1773         * lib/getusershell.c: Include unistd.h.
1774         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
1775         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
1776         HAVE_GETUSERSHELL.
1777         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
1778         and HAVE_GETUSERSHELL.
1779         * modules/getusershell (Depends-on): Add unistd, extensions.
1780         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1781         (Include): Specify <unistd.h>.
1782         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
1783         HAVE_GETUSERSHELL.
1784
1785 2008-10-18  Bruno Haible  <bruno@clisp.org>
1786
1787         Add a getloadavg() declaration to <stdlib.h>.
1788         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
1789         getloadavg declaration.
1790         (getloadavg): New declaration.
1791         * lib/getloadavg.c: Include <stdlib.h> first.
1792         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
1793         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
1794         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
1795         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
1796         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
1797         * modules/getloadavg (Depends-on): Add stdlib, extensions.
1798         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1799         (Include): Specify <stdlib.h>.
1800         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
1801         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
1802
1803 2008-10-18  Bruno Haible  <bruno@clisp.org>
1804
1805         * lib/dirchownmod.c: Don't include lchmod.h.
1806
1807         Move the lchmod() declaration to <sys/stat.h>.
1808         * lib/lchmod.h: Remove file.
1809         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
1810         (lchmod): New declaration, moved here from lib/lchown.h.
1811         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
1812         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
1813         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
1814         and HAVE_LCHMOD.
1815         * modules/lchmod (Files): Remove lib/lchmod.h.
1816         (Depends-on): Add sys_stat, extensions.
1817         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
1818         (Include): Specify <sys/stat.h> instead of lchmod.h.
1819         * modules/sys_stat (Depends-on): Add link-warning.
1820         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
1821         definition of GL_LINK_WARNING.
1822         * NEWS: Mention the change.
1823
1824 2008-10-18  Bruno Haible  <bruno@clisp.org>
1825
1826         * lib/fchdir.c: Don't include dirfd.h.
1827         * lib/fts.c: Likewise.
1828         * lib/getcwd.c: Likewise.
1829         * lib/glob.c: Likewise.
1830
1831         Move the dirfd() declaration to <dirent.h>.
1832         * lib/dirfd.h: Remove file.
1833         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
1834         (dirfd): New declaration.
1835         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
1836         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
1837         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
1838         HAVE_DECL_DIRFD.
1839         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
1840         HAVE_DECL_DIRFD.
1841         * modules/dirfd (Files): Remove lib/dirfd.h.
1842         (Depends-on): Add dirent, extensions.
1843         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
1844         (Include): Specify <dirent.h> instead of dirfd.h.
1845         * modules/dirent (Depends-on): Add link-warning.
1846         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
1847         definition of GL_LINK_WARNING.
1848         * NEWS: Mention the change.
1849
1850 2008-10-18  Bruno Haible  <bruno@clisp.org>
1851
1852         Move the euidaccess() declaration to <unistd.h>.
1853         * lib/euidaccess.h: Remove file.
1854         * lib/unistd.in.h (euidaccess): New declaration.
1855         * lib/euidaccess.c: Don't include euidaccess.h.
1856         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
1857         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
1858         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
1859         and HAVE_EUIDACCESS.
1860         * modules/euidaccess (Files): Remove lib/euidaccess.h.
1861         (Depends-on): Add unistd.
1862         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1863         (Include): Specify <unistd.h> instead of euidaccess.h.
1864         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
1865         HAVE_EUIDACCESS.
1866         * NEWS: Mention the change.
1867
1868 2008-10-18  Bruno Haible  <bruno@clisp.org>
1869
1870         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
1871
1872         Move the getdomainname() declaration to <unistd.h>.
1873         * lib/getdomainname.h: Remove file.
1874         * lib/unistd.in.h (getdomainname): New declaration.
1875         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
1876         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
1877         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
1878         HAVE_GETDOMAINNAME.
1879         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1880         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
1881         * modules/getdomainname (Files): Remove lib/getdomainname.h.
1882         (Depends-on): Add unistd, extensions.
1883         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1884         (Includes): Specify <unistd.h> instead of getdomainname.h.
1885         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
1886         HAVE_GETDOMAINNAME.
1887         * NEWS: Mention the change.
1888
1889 2008-10-18  Bruno Haible  <bruno@clisp.org>
1890
1891         * modules/dirent: New file.
1892         * m4/dirent_h.m4: New file.
1893         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
1894         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
1895         * modules/fchdir (Files): Remove lib/dirent.in.h.
1896         (Depends-on): Add dirent.
1897         (Makefile.am): Move rules to modules/dirent.
1898         * doc/posix-headers/dirent.texi: Mention the new module.
1899
1900 2008-10-18  Bruno Haible  <bruno@clisp.org>
1901
1902         Avoid -Wunused-parameter warnings in public gnulib header files.
1903         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
1904         macro.
1905         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
1906
1907 2008-10-18  Bruno Haible  <bruno@clisp.org>
1908
1909         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
1910         * doc/glibc-functions/error.texi: Mention the module 'error'.
1911         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
1912         * doc/glibc-functions/getdomainname.texi: Mention the module
1913         'getdomainname'.
1914         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
1915         * doc/glibc-functions/getpagesize.texi: Mention the module
1916         'getpagesize'.
1917         * doc/glibc-functions/getusershell.texi: Mention the module
1918         'getusershell'.
1919         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
1920         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
1921         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
1922         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
1923         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
1924         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
1925         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
1926         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
1927         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
1928         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
1929         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
1930         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
1931         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
1932         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
1933
1934 2008-10-17  Bruno Haible  <bruno@clisp.org>
1935
1936         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
1937         HP-UX and IRIX, use -0.0L.
1938         * tests/test-ceill.c (minus_zero): Likewise.
1939         * tests/test-floorl.c (minus_zero): Likewise.
1940         * tests/test-frexpl.c (minus_zero): Likewise.
1941         * tests/test-isnan.c (minus_zerol): Likewise.
1942         * tests/test-isnanl.h (minus_zero): Likewise.
1943         * tests/test-ldexpl.c (minus_zero): Likewise.
1944         * tests/test-roundl.c (minus_zero): Likewise.
1945         * tests/test-signbit.c (minus_zerol): Likewise.
1946         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
1947         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
1948         * tests/test-truncl.c (minus_zero): Likewise.
1949         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
1950         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
1951         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
1952         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
1953
1954 2008-10-17  Bruno Haible  <bruno@clisp.org>
1955
1956         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
1957         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
1958         that it gets activated only for gcc >= 3.0.
1959         * lib/dirent.in.h: Likewise.
1960         * lib/errno.in.h: Likewise.
1961         * lib/fcntl.in.h: Likewise.
1962         * lib/float.in.h: Likewise.
1963         * lib/iconv.in.h: Likewise.
1964         * lib/inttypes.in.h: Likewise.
1965         * lib/locale.in.h: Likewise.
1966         * lib/math.in.h: Likewise.
1967         * lib/netdb.in.h: Likewise.
1968         * lib/netinet_in.in.h: Likewise.
1969         * lib/search.in.h: Likewise.
1970         * lib/signal.in.h: Likewise.
1971         * lib/spawn.in.h: Likewise.
1972         * lib/stdarg.in.h: Likewise.
1973         * lib/stdint.in.h: Likewise.
1974         * lib/stdio.in.h: Likewise.
1975         * lib/stdlib.in.h: Likewise.
1976         * lib/string.in.h: Likewise.
1977         * lib/strings.in.h: Likewise.
1978         * lib/sys_file.in.h: Likewise.
1979         * lib/sys_ioctl.in.h: Likewise.
1980         * lib/sys_select.in.h: Likewise.
1981         * lib/sys_socket.in.h: Likewise.
1982         * lib/sys_stat.in.h: Likewise.
1983         * lib/sys_time.in.h: Likewise.
1984         * lib/sysexits.in.h: Likewise.
1985         * lib/time.in.h: Likewise.
1986         * lib/unistd.in.h: Likewise.
1987         * lib/wchar.in.h: Likewise.
1988         * lib/wctype.in.h: Likewise.
1989         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1990
1991 2008-10-17  Jim Meyering  <meyering@redhat.com>
1992
1993         ignore-value: don't depend on inline module
1994         * modules/ignore-value (Depends-on): Remove 'inline'.
1995         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
1996         Suggestion from Bruno Haible.
1997
1998 2008-10-17  Bruno Haible  <bruno@clisp.org>
1999
2000         New implementation of condition variables for Win32.
2001         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
2002         (gl_linked_waitqueue_t): New type.
2003         (gl_cond_t): Use it.
2004         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
2005         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
2006         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
2007         (glthread_cond_init_func, glthread_cond_wait_func,
2008         glthread_cond_timedwait_func, glthread_cond_signal_func,
2009         glthread_cond_broadcast_func, glthread_cond_destroy_func):
2010         Reimplemented on the basis of gl_linked_waitqueue_t.
2011         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
2012         gl_waitqueue_t.
2013         (gl_rwlock_t): Update.
2014         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
2015
2016 2008-10-17  Simon Josefsson  <simon@josefsson.org>
2017
2018         * modules/recvfrom (Depends-on): Add dependency on getpeername.
2019         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2020
2021 2008-10-17  Jim Meyering  <meyering@redhat.com>
2022
2023         ignore-value: new module
2024         * modules/ignore-value: New file.
2025         * lib/ignore-value.h: New file.
2026         * MODULES.html.sh (Compiler warning management): New section,
2027         just for this module.  More to come.
2028
2029 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2030
2031         open-safer.c: avoid 'signed and unsigned in conditional...' warning
2032         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
2033         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
2034
2035 2008-10-16  Jim Meyering  <meyering@redhat.com>
2036
2037         openat-die.c: avoid 'no previous prototype' warning
2038         * lib/openat-die.c: Include "openat.h".
2039         Reported by Reuben Thomas <rrt@sc3d.org>.
2040
2041 2008-10-16  Simon Josefsson  <simon@josefsson.org>
2042
2043         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
2044         * lib/netdb.in.h: Fix typo.
2045         Reported by Bruno Haible  <bruno@clisp.org>
2046
2047         * lib/netdb.in.h: Include sys/socket.h for platforms without
2048         netdb.h, to get structures like hostent on MinGW.
2049         * modules/netdb (Depends-on): Add sys_socket.
2050
2051 2008-10-15  Simon Josefsson  <simon@josefsson.org>
2052
2053         * modules/netdb, modules/netdb-tests: New file.
2054         * m4/netdb_h.m4: New file.
2055         * lib/netdb.in.h: Add, currently just an empty file pending
2056         definitions.
2057         * tests/test-netdb.c: New file.
2058         * doc/posix-headers/netdb.texi: Mention that we replace it if
2059         needed.
2060         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2061         netdb.
2062
2063 2008-10-15  Simon Josefsson  <simon@josefsson.org>
2064
2065         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
2066         with code.
2067
2068 2008-10-13  Bruno Haible  <bruno@clisp.org>
2069
2070         * lib/glthread/cond.c (glthread_cond_wait_func,
2071         glthread_cond_timedwait_func): Add a comment.
2072
2073 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2074
2075         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
2076         * tests/test-select.c: Likewise,
2077
2078 2008-10-13  Bruno Haible  <bruno@clisp.org>
2079
2080         * lib/glthread/cond.c (glthread_cond_wait_func,
2081         glthread_cond_timedwait_func): Fix variable name.
2082         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2083
2084 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
2085
2086         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
2087         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
2088         struct sockaddr.sa_len.
2089         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
2090
2091 2008-10-13  Simon Josefsson  <simon@josefsson.org>
2092
2093         * build-aux/pmccabe2html: Add css and css_url parameters.
2094
2095 2008-10-12  Bruno Haible  <bruno@clisp.org>
2096
2097         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
2098         calling aclx_get.
2099         Reported by Rainer Tammer <tammer@tammer.net>.
2100
2101 2008-10-12  Bruno Haible  <bruno@clisp.org>
2102
2103         Use msvcrt aware primitives for creation/termination of Win32 threads.
2104         * lib/glthread/thread.c: Include <process.h>.
2105         (glthread_create_func): Use _beginthreadex instead of CreateThread.
2106         (wrapper_func): Update signature.
2107         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
2108
2109 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2110             Bruno Haible  <bruno@clisp.org>
2111
2112         Provide a Win32 implementation of the 'cond' module.
2113         * lib/glthread/cond.h [USE_WIN32]: New implementation.
2114         * lib/glthread/cond.c (glthread_cond_init_func,
2115         glthread_cond_wait_func, glthread_cond_timedwait_func,
2116         glthread_cond_signal_func, glthread_cond_broadcast_func,
2117         glthread_cond_destroy_func) [USE_WIN32]: New functions.
2118         * modules/cond (Dependencies): Add gettimeofday.
2119
2120 2008-10-11  Bruno Haible  <bruno@clisp.org>
2121
2122         Make sleep work on older versions of mingw.
2123         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
2124         only whether it exists.
2125         * doc/posix-functions/sleep.texi: Mention the problem with older
2126         versions of mingw.
2127
2128 2008-10-11  Bruno Haible  <bruno@clisp.org>
2129
2130         New module 'shutdown'.
2131         * modules/shutdown: New file.
2132         * lib/sys_socket.in.h (shutdown): New declaration.
2133         * lib/winsock.c (shutdown): New function.
2134         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
2135         GNULIB_SHUTDOWN.
2136         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
2137         * doc/posix-functions/shutdown.texi: Document the new module.
2138
2139 2008-10-11  Jim Meyering  <meyering@redhat.com>
2140
2141         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
2142
2143 2008-10-11  Bruno Haible  <bruno@clisp.org>
2144
2145         New module 'fclose'.
2146         * modules/fclose: New file.
2147         * lib/stdio.in.h (fclose): New declaration.
2148         * lib/fclose.c: New file.
2149         * m4/fclose.m4: New file.
2150         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
2151         REPLACE_FCLOSE.
2152         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
2153         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
2154         REPLACE_FCLOSE.
2155         * modules/close (Depends-on): fclose.
2156         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
2157
2158 2008-10-11  Bruno Haible  <bruno@clisp.org>
2159
2160         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
2161         set errno and don't call _close.
2162
2163 2008-10-10  Bruno Haible  <bruno@clisp.org>
2164
2165         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
2166         ACL, not afterwards. Fixes test failure on Cygwin.
2167
2168 2008-10-09  Ben Pfaff  <blp@gnu.org>
2169
2170         * build-aux/announce-gen: Fix gnulib version related part of usage
2171         message.  Die with a useful error message if no tarballs are
2172         found.
2173
2174 2008-10-10  Jim Meyering  <meyering@redhat.com>
2175
2176         bootstrap: use git's --depth=N option only if it's supported
2177         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
2178         recognize the --depth option.  Reported by Pádraig Brady.
2179
2180 2008-10-09  Bruno Haible  <bruno@clisp.org>
2181
2182         New module 'ioctl'.
2183         * modules/ioctl: New file.
2184         * lib/sys_socket.in.h (ioctl): Remove declaration.
2185         * lib/winsock.c: Include <sys/ioctl.h>.
2186         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
2187         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
2188         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
2189         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
2190         * doc/posix-functions/ioctl.texi: Mention the new module.
2191
2192 2008-10-09  Bruno Haible  <bruno@clisp.org>
2193
2194         New module 'sys_ioctl'.
2195         * lib/sys_ioctl.in.h: New file.
2196         * m4/sys_ioctl_h.m4: New file.
2197         * modules/sys_ioctl: New file.
2198         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
2199
2200 2008-10-09  Bruno Haible  <bruno@clisp.org>
2201
2202         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
2203         * lib/winsock.c: Include <stdarg.h>.
2204         (rpl_ioctl): Change to second argument 'int' and then varargs.
2205
2206 2008-10-09  Bruno Haible  <bruno@clisp.org>
2207
2208         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
2209         when the sys_socket module is present and the system has <winsock2.h>.
2210
2211 2008-10-09  Bruno Haible  <bruno@clisp.org>
2212
2213         * doc/posix-functions/close.texi: Mention module 'close' instead of
2214         module 'sys_socket'.
2215
2216 2008-10-09  Bruno Haible  <bruno@clisp.org>
2217
2218         * doc/glibc-headers/sys_ioctl.texi: New file.
2219         * doc/gnulib.texi: Include it.
2220
2221 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2222             Bruno Haible  <bruno@clisp.org>
2223
2224         Combine the two replacements of 'close'.
2225         * lib/sys_socket.in.h (close): Define to a reminder to include
2226         <unistd.h>.
2227         (_gl_close_fd_maybe_socket): New declaration.
2228         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
2229         * lib/winsock.c (close): Remove undefinition.
2230         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
2231         needed for the gnulib module 'close'.
2232         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
2233         define to an error symbol or to a warning, if suitable.
2234         * lib/close.c: Include <sys/socket.h>.
2235         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
2236         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
2237         UNISTD_H_HAVE_WINSOCK2_H.
2238         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
2239         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2240         UNISTD_H_HAVE_WINSOCK2_H.
2241         * modules/sys_socket (Files): Add m4/unistd_h.m4.
2242         (configure.ac): Set a module indicator.
2243         (Makefile.am): Substitute GNULIB_CLOSE.
2244         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
2245         * modules/poll-tests (Depends-on): Add close.
2246         * modules/select-tests (Depends-on): Likewise.
2247
2248 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2249             Bruno Haible  <bruno@clisp.org>
2250
2251         New module 'close'.
2252         * modules/close: New file.
2253         * lib/unistd.in.h (close): Move declaration out of the
2254         FCHDIR_REPLACEMENT scope.
2255         (_gl_unregister_fd): New declaration.
2256         * lib/close.c: New file.
2257         * lib/fchdir.c (rpl_close): Remove function.
2258         * m4/close.m4: New file.
2259         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
2260         close.
2261         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
2262         REPLACE_CLOSE.
2263         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
2264         REPLACE_CLOSE.
2265         * modules/fchdir (Depends-on): Add close.
2266
2267 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2268             Bruno Haible  <bruno@clisp.org>
2269
2270         * lib/fcntl.in.h (open): Simplify conditionals.
2271         (_gl_register_fd): New declaration.
2272         * lib/fchdir.c (rpl_open): Remove function.
2273         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
2274         also.
2275         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
2276         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
2277         open.
2278
2279 2008-10-09  Jim Meyering  <meyering@redhat.com>
2280
2281         GNUmakefile: use the more name-space-friendly "_version"
2282         * top/GNUmakefile (_dummy): Update.
2283         (_version): Rename from "version".
2284
2285 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2286             Bruno Haible  <bruno@clisp.org>
2287
2288         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
2289         rpl_close.
2290         (_gl_register_fd): New function, extracted from rpl_open.
2291         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
2292         (rpl_open, rpl_opendir): Use _gl_register_fd.
2293
2294 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2295
2296         Fix organization of 'open' replacement.
2297         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
2298         (gl_FUNC_OPEN): Use it.
2299         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
2300
2301 2008-10-08  Bruno Haible  <bruno@clisp.org>
2302
2303         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
2304
2305 2008-10-08  Simon Josefsson  <simon@josefsson.org>
2306
2307         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
2308         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
2309         listen).
2310
2311 2008-10-08  Eric Blake  <ebb9@byu.net>
2312
2313         GNUmakefile: add 'make version' target
2314         * top/GNUmakefile (_curr-ver): Split version update rules...
2315         (version): ...into a target.
2316
2317 2008-10-07  Bruno Haible  <bruno@clisp.org>
2318
2319         Use a more portable replacement expression for -0.0L.
2320         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
2321         instead of -0.0L. Fix m4 quotation.
2322
2323         * tests/test-signbit.c: Include <float.h>.
2324         (minus_zero): New variable.
2325         (test_signbitl): Use minus_zero instead of -zero.
2326         * modules/signbit-tests (Depends-on): Add float.
2327
2328         * tests/test-ceill.c: Include <float.h>.
2329         (zero): Remove variable.
2330         (minus_zero): New variable.
2331         (main): Use minus_zero instead of -zero.
2332         * modules/ceill-tests (Depends-on): Add float.
2333
2334         * tests/test-floorl.c: Include <float.h>.
2335         (zero): Remove variable.
2336         (minus_zero): New variable.
2337         (main): Use minus_zero instead of -zero.
2338         * modules/floorl-tests (Depends-on): Add float.
2339
2340         * tests/test-roundl.c: Include <float.h>.
2341         (zero): Remove variable.
2342         (minus_zero): New variable.
2343         (main): Use minus_zero instead of -zero.
2344         * modules/roundl-tests (Depends-on): Add float.
2345
2346         * tests/test-truncl.c: Include <float.h>.
2347         (zero): Remove variable.
2348         (minus_zero): New variable.
2349         (main): Use minus_zero instead of -zero.
2350         * modules/truncl-tests (Depends-on): Add float.
2351
2352         * tests/test-frexpl.c (zero): Remove variable.
2353         (minus_zero): New variable.
2354         (main): Use minus_zero instead of -zero.
2355         * modules/frexpl-tests (Depends-on): Add float.
2356
2357         * tests/test-isnan.c (zerol): Remove variable.
2358         (minus_zerol): New variable.
2359         (test_long_double): Use minus_zerol instead of -zerol.
2360         * modules/isnan-tests (Depends-on): Add float.
2361
2362         * tests/test-isnanl.h (zero): Remove variable.
2363         (minus_zero): New variable.
2364         (main): Use minus_zero instead of -zero.
2365         * modules/isnanl-nolibm-tests (Depends-on): Add float.
2366         * modules/isnanl-tests (Depends-on): Add float.
2367
2368         * tests/test-ldexpl.c (zero): Remove variable.
2369         (minus_zero): New variable.
2370         (main): Use minus_zero instead of -zero.
2371         * modules/ldexpl-tests (Depends-on): Add float.
2372
2373         * tests/test-snprintf-posix.h (zerol): Remove variable.
2374         (minus_zerol): New variable.
2375         (test_function): Use minus_zerol instead of -zerol.
2376         * modules/snprintf-posix-tests (Depends-on): Add float.
2377         * modules/vsnprintf-posix-tests (Depends-on): Add float.
2378
2379         * tests/test-sprintf-posix.h (zerol): Remove variable.
2380         (minus_zerol): New variable.
2381         (test_function): Use minus_zerol instead of -zerol.
2382         * modules/sprintf-posix-tests (Depends-on): Add float.
2383         * modules/vsprintf-posix-tests (Depends-on): Add float.
2384
2385         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
2386         (minus_zerol): New variable.
2387         (test_function): Use minus_zerol instead of -zerol.
2388         * modules/vasnprintf-posix-tests (Depends-on): Add float.
2389
2390         * tests/test-vasprintf-posix.c (zerol): Remove variable.
2391         (minus_zerol): New variable.
2392         (test_function): Use minus_zerol instead of -zerol.
2393         * modules/vasprintf-posix-tests (Depends-on): Add float.
2394
2395 2008-10-07  Simon Josefsson  <simon@josefsson.org>
2396
2397         * MODULES.html.sh (Support for building documentation): Mention
2398         pmccabe2html.  Sort entries.
2399
2400         Add pmccabe2html module, from gnupdf.
2401         * build-aux/pmccabe.css: New file.
2402         * build-aux/pmccabe2html: New file.
2403         * m4/pmccabe2html.m4: New file.
2404         * modules/pmccabe2html: New file.
2405
2406 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
2407
2408         flock: new module
2409         * MODULES.html.sh: Add to list of modules.
2410         * lib/flock.c: flock implementation for Windows and Unix systems
2411         which have fcntl.
2412         * doc/glibc-functions/flock.texi: Update documentation.
2413         * lib/sys_file.in.h: <sys/file.h> header file.
2414         * m4/flock.m4: M4 macros.
2415         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
2416         * modules/flock: flock module.
2417         * modules/flock-tests: flock tests module.
2418         * modules/sys_file: sys/file.h module.
2419         * tests/test-flock.c: test suite for flock.
2420
2421 2008-10-06  Jim Meyering  <meyering@redhat.com>
2422
2423         bootstrap: check for LT_INIT more portably still ;-)
2424         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
2425         Spotted by Bruno Haible.
2426
2427 2008-10-06  Eric Blake  <ebb9@byu.net>
2428
2429         test-signbit: avoid tripping Irix cc bug on -0.0L
2430         * tests/test-signbit.c (minus_zerol): Delete, and replace with
2431         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
2432         entire testsuite consistent and avoids an Irix 6.2 bug.
2433
2434 2008-10-05  Bruno Haible  <bruno@clisp.org>
2435             Jim Meyering  <jim@meyering.net>
2436
2437         Add an option for ignoring EPIPE during close_stdout.
2438         * lib/closeout.h: Include <stdbool.h>.
2439         (close_stdout_set_ignore_EPIPE): New declaration.
2440         * lib/closeout.c: Include <stdbool.h>.
2441         (ignore_EPIPE): New variable.
2442         (close_stdout_set_ignore_EPIPE): New function.
2443         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
2444         * lib/close-stream.c (close_stream): Mention the possible EPIPE
2445         failure.
2446         * modules/closeout (Depends-on): Add stdbool.
2447
2448 2008-10-05  Bruno Haible  <bruno@clisp.org>
2449
2450         * modules/accept: New file.
2451         * modules/bind: New file.
2452         * modules/connect: New file.
2453         * modules/getpeername: New file.
2454         * modules/getsockname: New file.
2455         * modules/getsockopt: New file.
2456         * modules/listen: New file.
2457         * modules/recv: New file.
2458         * modules/recvfrom: New file.
2459         * modules/send: New file.
2460         * modules/sendto: New file.
2461         * modules/setsockopt: New file.
2462         * modules/socket: New file.
2463         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
2464         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
2465         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
2466         the particular module is requested. Add a link warning when the
2467         particular module is not requested.
2468         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
2469         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
2470         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
2471         the particular module is requested.
2472         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
2473         gl_SYS_SOCKET_H_DEFAULTS): New macros.
2474         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
2475         * modules/sys_socket (Depends-on): Add link-warning.
2476         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
2477         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
2478         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
2479         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
2480         GL_LINK_WARNING.
2481         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
2482         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
2483         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
2484         * doc/posix-functions/getpeername.texi: Mention the new module
2485         'getpeername'.
2486         * doc/posix-functions/getsockname.texi: Mention the new module
2487         'getsockname'.
2488         * doc/posix-functions/getsockopt.texi: Mention the new module
2489         'getsockopt'.
2490         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
2491         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
2492         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
2493         * doc/posix-functions/send.texi: Mention the new module 'send'.
2494         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
2495         * doc/posix-functions/setsockopt.texi: Mention the new module
2496         'setsockopt'.
2497         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
2498         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
2499         listen, connect, accept.
2500         * modules/select-tests (Depends-on): Likewise.
2501
2502 2008-10-05  Bruno Haible  <bruno@clisp.org>
2503
2504         * lib/winsock.c (strerror): Remove unused #undef.
2505         (rpl_close): Remove unused local variable.
2506
2507         * modules/sys_socket (Depends-on); Add errno.
2508
2509 2008-10-05  Bruno Haible  <bruno@clisp.org>
2510
2511         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
2512         (select): Add a link warning when the 'select' module is not used.
2513         * modules/sys_select (Depends-on): Add link-warning.
2514         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
2515         Suggested by Paolo Bonzini.
2516
2517 2008-10-05  Jim Meyering  <meyering@redhat.com>
2518
2519         bootstrap: check for LT_INIT more portably
2520         * build-aux/bootstrap: Avoid using grep -E, since it's not
2521         portable enough.  Suggestion from Bruno Haible.
2522
2523 2008-10-05  Bruno Haible  <bruno@clisp.org>
2524
2525         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
2526         as being fixed by gnulib.
2527
2528 2008-10-05  Bruno Haible  <bruno@clisp.org>
2529
2530         * modules/select-tests: New file, mostly copied from
2531         modules/sys_select-tests.
2532         * tests/test-select.c: New file, mostly copied from
2533         tests/test-sys_select.c.
2534         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
2535         * modules/sys_select-tests (Depends-on): Remove all dependencies.
2536         (Makefile.am): Remove test_sys_select_LDADD.
2537
2538         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
2539         to an undefined symbol, for an error message.
2540         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
2541         (gl_SYS_SELECT_H_DEFAULTS): New macro.
2542         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
2543         winsock-select.c here.
2544         * modules/sys_select (Files): Remove lib/winsock-select.c.
2545         (Depends-on): Remove alloca.
2546         (Makefile.am): Substitute GNULIB_SELECT.
2547         * modules/select: New file.
2548         * doc/posix-functions/select.texi: Update.
2549
2550 2008-10-05  Bruno Haible  <bruno@clisp.org>
2551
2552         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
2553         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
2554         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
2555         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
2556         getdtablesize.
2557         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
2558         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
2559
2560 2008-10-05  Bruno Haible  <bruno@clisp.org>
2561
2562         * modules/getdtablesize-tests: New file.
2563         * tests/test-getdtablesize.c: New file.
2564
2565         New module 'getdtablesize'.
2566         * lib/unistd.in.h (getdtablesize): New declaration.
2567         * lib/getdtablesize.c: New file.
2568         * m4/getdtablesize.m4: New file.
2569         * modules/getdtablesize: New file.
2570         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2571         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
2572         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
2573         HAVE_GETDTABLESIZE.
2574         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
2575
2576 2008-10-05  Bruno Haible  <bruno@clisp.org>
2577
2578         * modules/sched (Makefile.am): Fix typo.
2579         Reported by Simon Josefsson.
2580
2581 2008-10-05  Jim Meyering  <meyering@redhat.com>
2582
2583         bootstrap: check for LT_INIT, too
2584         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
2585         are deprecated.  Suggestion from Ralf Wildenhues.
2586
2587 2008-10-05  Bruno Haible  <bruno@clisp.org>
2588
2589         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
2590         overriding them by ours.
2591         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
2592
2593 2008-10-05  Jim Meyering  <meyering@redhat.com>
2594
2595         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
2596         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
2597         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
2598
2599 2008-10-04  Bruno Haible  <bruno@clisp.org>
2600
2601         * modules/dup2 (License): Change to LGPLv2+.
2602         * modules/sleep (License): Likewise.
2603         * modules/perror (License): Likewise.
2604         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
2605         Blake.
2606         * modules/signal (License): Likewise.
2607         * modules/sigprocmask (License): Likewise.
2608         * modules/raise (License): Change to LGPLv2+, with approval by Jim
2609         Meyering.
2610
2611 2008-10-04  Bruno Haible  <bruno@clisp.org>
2612
2613         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
2614         Reported by Rainer Tammer <tammer@tammer.net>.
2615
2616 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
2617             Bruno Haible  <bruno@clisp.org>
2618
2619         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
2620         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
2621         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
2622
2623 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
2624
2625         filevercmp: new module
2626         * lib/filevercmp.h: New function filevercmp comparing version strings.
2627         * lib/filevercmp.c: Implementation of filevercmp function.
2628         * modules/filevercmp: Module metadata.
2629         * tests/test-filevercmp.c: Unit test for new module.
2630         * modules/filevercmp-tests: Unit test metadata.
2631         * MODULES.html.sh: Add filevercmp module.
2632
2633 2008-10-03  Bruno Haible  <bruno@clisp.org>
2634
2635         * lib/c-ctype.h: Add comment.
2636         Reported by Jim Meyering.
2637
2638 2008-10-02  Bruno Haible  <bruno@clisp.org>
2639
2640         * modules/posix_spawn-internal (Depends-on): Add 'open'.
2641
2642 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2643
2644         * build-aux/bootstrap: Allow renaming bootstrap, and change the
2645         name of bootstrap.conf accordingly.
2646
2647 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2648
2649         * build-aux/bootstrap: Install git-merge-changelog configuration
2650         items into .gitconfig if needed.
2651
2652 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2653
2654         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
2655         git repository, and initialize/update it accordingly.
2656
2657 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
2658
2659         * modules/fsync-tests: New file.
2660         * tests/test-fsync.c: New file.
2661
2662         New module 'fsync'.
2663         * lib/fsync.c: New file.
2664         * m4/fsync.m4: New file.
2665         * modules/fsync: New file.
2666         * lib/unistd.in.h (fsync): New declaration.
2667         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
2668         GNULIB_FSYNC and HAVE_FSYNC.
2669         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
2670         * MODULES.html.sh (posix_functions): Add fsync.
2671         * doc/posix-functions/fsync.texi: Mention the new module.
2672
2673 2008-10-02  Jim Meyering  <meyering@redhat.com>
2674
2675         fts.c: sync with similar code from coreutils' remove.c
2676         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
2677         Guard also with "#if defined __linux__", since for now at least,
2678         this code is Linux-kernel-specific.
2679
2680 2008-10-02  Jim Meyering  <meyering@redhat.com>
2681
2682         fts: bug fixes
2683         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
2684         Include <sys/vfs.h>, not <sys/statfs.h>.
2685
2686         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
2687         Include <sys/vfs.h>, not <sys/statfs.h>.
2688
2689 2008-10-01  Bruno Haible  <bruno@clisp.org>
2690
2691         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
2692         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
2693         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
2694         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
2695         * doc/posix-functions/posix_spawnp.texi: Likewise.
2696         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
2697         whether posix_spawn actually works.
2698         * m4/pipe.m4 (gl_PIPE): Likewise.
2699         * modules/execute (Files): Add m4/posix_spawn.m4.
2700         * modules/pipe (Files): Add m4/posix_spawn.m4.
2701         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
2702
2703 2008-10-01  Jim Meyering  <meyering@redhat.com>
2704
2705         remove trailing spaces
2706         * NEWS: Likewise.
2707         * lib/poll.c (poll): Likewise.
2708         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
2709         * lib/winsock.c (rpl_close): Likewise.
2710         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
2711         * modules/yield: Likewise.
2712         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
2713         * tests/test-sys_select.c (connect_to_socket): Likewise.
2714
2715         fts.c: adjust a new interface to be more generally useful
2716         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
2717         (fts_build): Adjust caller.
2718
2719 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2720
2721         * modules/cond-tests: New file.
2722         * tests/test-cond.c: New file.
2723
2724 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2725             Bruno Haible  <bruno@clisp.org>
2726
2727         * modules/cond (Dependencies): Add errno, time.
2728         * lib/glthread/cond.h: Include <time.h>.
2729         (gl_cond_define, gl_cond_define_initialized): Use the same definition
2730         across platforms.
2731
2732 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2733             Bruno Haible  <bruno@clisp.org>
2734
2735         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
2736
2737 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2738             Bruno Haible  <bruno@clisp.org>
2739
2740         * modules/tls-tests (Depends-on): Add thread, yield.
2741         (configure.ac): Remove all checks.
2742         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
2743         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
2744         gl_thread_self): Remove definitions. Include glthread/thread.h and
2745         glthread/yield.h instead.
2746         (test_tls): Pass an additional NULL argument to gl_thread_join.
2747
2748 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2749             Bruno Haible  <bruno@clisp.org>
2750
2751         * modules/lock-tests (Depends-on): Add thread, yield.
2752         (configure.ac): Remove all checks.
2753         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
2754         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
2755         gl_thread_self): Remove definitions. Include glthread/thread.h and
2756         glthread/yield.h instead.
2757         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
2758         additional NULL argument to gl_thread_join.
2759
2760 2008-09-30  Bruno Haible  <bruno@clisp.org>
2761
2762         Fix the Win32 implementation of the 'thread' module.
2763         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
2764         pointer type.
2765         (gl_thread_self): Invoke gl_thread_self_func.
2766         (gl_thread_self_func): New declaration.
2767         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
2768         (do_init_self_key, init_self_key): New functions.
2769         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
2770         Remove some fields.
2771         (running_threads, running_lock): Remove variables.
2772         (get_current_thread_handle): New function.
2773         (gl_thread_self_func, wrapper_func, glthread_create_func,
2774         glthread_join_func, gl_thread_exit_func): Largely rewritten and
2775         simplified.
2776
2777 2008-09-30  Bruno Haible  <bruno@clisp.org>
2778
2779         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
2780         files.
2781
2782 2008-09-30  Jim Meyering  <meyering@redhat.com>
2783
2784         fts.m4: correct the test for statfs.f_type
2785         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
2786         when checking for statfs.f_type.
2787
2788 2008-09-15  Simon Josefsson  <simon@josefsson.org>
2789
2790         tests: avoid some compiler warnings
2791         * tests/test-memchr.c (main): Pass NULL indirectly.
2792         * tests/test-getdate.c (main): Remove unused variable 'ret'.
2793
2794 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
2795
2796         getdate.y: disallow countable dayshifts like "4 yesterday ago"
2797         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
2798         exactly specified dayshifts.
2799         (dayshift): New rule.
2800         (rel): Add dayshift.
2801         (relative_time_table) [tomorrow, yesterday, today, now]:
2802         Use tDAY_SHIFT in place of tDAY_UNIT.
2803         * tests/test-getdate.c: Add tests for now-disallowed countable
2804         dayshifts, e.g., "4 yesterday ago".
2805
2806 2008-09-29  Bruno Haible  <bruno@clisp.org>
2807
2808         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
2809         * tests/test-posix_spawn1.in.sh: Renamed from
2810         tests/test-posix_spawn.in.sh.
2811         * tests/test-posix_spawn2.c: New file.
2812         * tests/test-posix_spawn2.in.sh: New file.
2813         * modules/posix_spawnp-tests (Files): Update.
2814         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
2815
2816 2008-09-29  Bruno Haible  <bruno@clisp.org>
2817
2818         Propagate effects of putenv/setenv/unsetenv to child processes.
2819         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
2820         * lib/pipe.c (create_pipe): Likewise.
2821
2822 2008-09-29  Bruno Haible  <bruno@clisp.org>
2823
2824         Enable use of shell scripts as executables in mingw.
2825         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
2826         run the program as a shell script.
2827         * lib/pipe.c (create_pipe): Likewise.
2828         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
2829         resulting array.
2830
2831 2008-09-29  Eric Blake  <ebb9@byu.net>
2832
2833         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
2834
2835 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
2836
2837         * doc/posix-functions/accept.texi: Update mingw problems.
2838         * doc/posix-functions/bind.texi: Update mingw problems.
2839         * doc/posix-functions/close.texi: Update mingw problems.
2840         * doc/posix-functions/connect.texi: Update mingw problems.
2841         * doc/posix-functions/getpeername.texi: Update mingw problems.
2842         * doc/posix-functions/getsockname.texi: Update mingw problems.
2843         * doc/posix-functions/getsockopt.texi: Update mingw problems.
2844         * doc/posix-functions/ioctl.texi: Update mingw problems.
2845         * doc/posix-functions/listen.texi: Update mingw problems.
2846         * doc/posix-functions/recv.texi: Update mingw problems.
2847         * doc/posix-functions/recvfrom.texi: Update mingw problems.
2848         * doc/posix-functions/select.texi: Update mingw problems.
2849         * doc/posix-functions/send.texi: Update mingw problems.
2850         * doc/posix-functions/sendto.texi: Update mingw problems.
2851         * doc/posix-functions/setsockopt.texi: Update mingw problems.
2852         * doc/posix-functions/socket.texi: Update mingw problems.
2853
2854 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
2855             Bruno Haible  <bruno@clisp.org>
2856
2857         * lib/sys_select.in.h: Include sys/time.h.
2858         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
2859         * modules/sys_select: Depend on sys_time.
2860         * tests/test-sys_select.c: Test that sys/select.h defines struct
2861         timeval fully.
2862
2863 2008-09-29  Bruno Haible  <bruno@clisp.org>
2864
2865         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
2866         * lib/sys_select.in.h: Likewise.
2867
2868 2008-09-29  Bruno Haible  <bruno@clisp.org>
2869
2870         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
2871
2872 2008-09-29  Bruno Haible  <bruno@clisp.org>
2873
2874         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
2875         Set LIBSOCKET instead of augmenting LIBS.
2876         * modules/sockets (Link): New section.
2877         * modules/sockets-tests (test_sockets_LDADD): New variable.
2878         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
2879         * modules/poll-tests (test_poll_LDADD): New variable.
2880         * NEWS: Document the change.
2881
2882 2008-09-29  Bruno Haible  <bruno@clisp.org>
2883
2884         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
2885         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
2886         ARPA_INET_H directly.
2887         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
2888
2889 2008-09-28  Bruno Haible  <bruno@clisp.org>
2890
2891         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
2892         from gl_HEADER_SYS_SOCKET.
2893         (gl_HEADER_SYS_SOCKET): Invoke it.
2894         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2895
2896 2008-09-28  Bruno Haible  <bruno@clisp.org>
2897
2898         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
2899         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
2900         Needed on OSF/1 4.0.
2901
2902 2008-09-28  Bruno Haible  <bruno@clisp.org>
2903
2904         Override open more carefully.
2905         * lib/open.c (orig_open): New function.
2906         (rpl_open): Use orig_open instead of open.
2907         * lib/fcntl.in.h: Add special invocation convention.
2908         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
2909         (gl_FUNC_OPEN): Invoke it.
2910
2911         Override freopen more carefully.
2912         * lib/freopen.c (orig_freopen): New function.
2913         (rpl_freopen): Use orig_freopen instead of freopen.
2914         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
2915         (gl_FUNC_FREOPEN): Invoke it.
2916
2917         Override fopen more carefully.
2918         * lib/fopen.c (orig_fopen): New function.
2919         (rpl_fopen): Use orig_fopen instead of fopen.
2920         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
2921         (gl_FUNC_FOPEN): Invoke it.
2922         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
2923
2924 2008-09-28  Bruno Haible  <bruno@clisp.org>
2925
2926         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
2927         SIGPIPE.
2928
2929 2008-09-28  Bruno Haible  <bruno@clisp.org>
2930
2931         * tests/test-sigaction.c (handler, main): Disable the check whether
2932         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
2933         glibc systems with LinuxThreads.
2934
2935 2008-09-28  Bruno Haible  <bruno@clisp.org>
2936
2937         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
2938
2939         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
2940         with AIX xlc.
2941         * lib/fcntl.in.h (open): Likewise.
2942         Reported by Rainer Tammer <tammer@tammer.net>.
2943
2944 2008-09-28  Bruno Haible  <bruno@clisp.org>
2945
2946         * modules/posix_spawnp-tests: New file.
2947         * tests/test-posix_spawn.c: New file.
2948         * tests/test-posix_spawn.in.sh: New file.
2949
2950         New module 'posix_spawnp'.
2951         * modules/posix_spawnp: New file.
2952         * lib/spawnp.c: New file, from GNU libc with modifications.
2953         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
2954
2955         New module 'posix_spawn'.
2956         * modules/posix_spawn: New file.
2957         * lib/spawn.c: New file, from GNU libc with modifications.
2958         * doc/posix-functions/posix_spawn.texi: Mention the new module.
2959
2960         New module 'posix_spawnattr_destroy'.
2961         * modules/posix_spawnattr_destroy: New file.
2962         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
2963         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
2964         module.
2965
2966         New module 'posix_spawnattr_setsigmask'.
2967         * modules/posix_spawnattr_setsigmask: New file.
2968         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
2969         modifications.
2970         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
2971         new module.
2972
2973         New module 'posix_spawnattr_getsigmask'.
2974         * modules/posix_spawnattr_getsigmask: New file.
2975         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
2976         modifications.
2977         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
2978         new module.
2979
2980         New module 'posix_spawnattr_setsigdefault'.
2981         * modules/posix_spawnattr_setsigdefault: New file.
2982         * lib/spawnattr_setdefault.c: New file, from GNU libc with
2983         modifications.
2984         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
2985         new module.
2986
2987         New module 'posix_spawnattr_getsigdefault'.
2988         * modules/posix_spawnattr_getsigdefault: New file.
2989         * lib/spawnattr_getdefault.c: New file, from GNU libc with
2990         modifications.
2991         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
2992         new module.
2993
2994         New module 'posix_spawnattr_setschedpolicy'.
2995         * modules/posix_spawnattr_setschedpolicy: New file.
2996         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
2997         modifications.
2998         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
2999         new module.
3000
3001         New module 'posix_spawnattr_getschedpolicy'.
3002         * modules/posix_spawnattr_getschedpolicy: New file.
3003         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
3004         modifications.
3005         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
3006         new module.
3007
3008         New module 'posix_spawnattr_setschedparam'.
3009         * modules/posix_spawnattr_setschedparam: New file.
3010         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
3011         modifications.
3012         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
3013         new module.
3014
3015         New module 'posix_spawnattr_getschedparam'.
3016         * modules/posix_spawnattr_getschedparam: New file.
3017         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
3018         modifications.
3019         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
3020         new module.
3021
3022         New module 'posix_spawnattr_setpgroup'.
3023         * modules/posix_spawnattr_setpgroup: New file.
3024         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
3025         modifications.
3026         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
3027         module.
3028
3029         New module 'posix_spawnattr_getpgroup'.
3030         * modules/posix_spawnattr_getpgroup: New file.
3031         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
3032         modifications.
3033         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
3034         module.
3035
3036         New module 'posix_spawnattr_setflags'.
3037         * modules/posix_spawnattr_setflags: New file.
3038         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
3039         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
3040         module.
3041
3042         New module 'posix_spawnattr_getflags'.
3043         * modules/posix_spawnattr_getflags: New file.
3044         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
3045         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
3046         module.
3047
3048         New module 'posix_spawnattr_init'.
3049         * modules/posix_spawnattr_init: New file.
3050         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
3051         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
3052         module.
3053
3054         New module 'posix_spawn_file_actions_destroy'.
3055         * modules/posix_spawn_file_actions_destroy: New file.
3056         * lib/spawn_faction_destroy.c: New file, from GNU libc with
3057         modifications.
3058         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
3059         the new module.
3060
3061         New module 'posix_spawn_file_actions_addopen'.
3062         * modules/posix_spawn_file_actions_addopen: New file.
3063         * lib/spawn_faction_addopen.c: New file, from GNU libc with
3064         modifications.
3065         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
3066         the new module.
3067
3068         New module 'posix_spawn_file_actions_adddup2'.
3069         * modules/posix_spawn_file_actions_adddup2: New file.
3070         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
3071         modifications.
3072         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
3073         the new module.
3074
3075         New module 'posix_spawn_file_actions_addclose'.
3076         * modules/posix_spawn_file_actions_addclose: New file.
3077         * lib/spawn_faction_addclose.c: New file, from GNU libc with
3078         modifications.
3079         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
3080         the new module.
3081
3082         New module 'posix_spawn_file_actions_init'.
3083         * modules/posix_spawn_file_actions_init: New file.
3084         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
3085         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
3086         new module.
3087
3088         New module 'posix_spawn-internal'.
3089         * modules/posix_spawn-internal: New file.
3090         * lib/spawn_int.h: New file, from GNU libc with modifications.
3091         * lib/spawni.c: New file, from GNU libc with modifications.
3092         * m4/posix_spawn.m4: New file.
3093
3094         New module 'spawn'.
3095         * modules/spawn: New file.
3096         * lib/spawn.in.h: New file, from GNU libc with modifications.
3097         * m4/spawn_h.m4: New file.
3098         * doc/posix-headers/spawn.texi: Mention the new module.
3099
3100 2008-09-28  Bruno Haible  <bruno@clisp.org>
3101
3102         * modules/sched-tests: New file.
3103         * tests/test-sched.c: New file.
3104
3105         New module 'sched'.
3106         * modules/sched: New file.
3107         * lib/sched.in.h: New file.
3108         * m4/sched_h.m4: New file.
3109         * doc/posix-headers/sched.texi: Mention the new module.
3110
3111 2008-09-27  Eric Blake  <ebb9@byu.net>
3112
3113         Fix previous patch, and tweak references to $0.
3114         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
3115         (func_version, func_gnulib_dir): Don't call this program
3116         gnulib-tool.
3117         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
3118         with using $0 in function.
3119         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
3120         (func_fatal_error): Reuse the name the user invoked us with.
3121
3122 2008-09-27  Bruno Haible  <bruno@clisp.org>
3123
3124         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
3125         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
3126         (gl_ICONV_H): Not here.
3127         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
3128         instead of assigning ICONV_H directly.
3129
3130         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
3131         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
3132         WCHAR_H directly.
3133
3134 2008-09-27  Bruno Haible  <bruno@clisp.org>
3135
3136         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
3137         * modules/arpa_inet (Depends-on): Add link-warning.
3138         (Makefile.am): Insert the definition of GL_LINK-WARNING.
3139         * modules/unistd (Makefile.am): Likewise.
3140
3141 2008-09-26  Bruno Haible  <bruno@clisp.org>
3142
3143         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
3144         variables.
3145         (func_version): Essentially copied from gnulib-tool.
3146         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
3147         func_readlink): Copied from gnulib-tool.
3148
3149 2008-09-26  Bruno Haible  <bruno@clisp.org>
3150
3151         * gnulib-tool (func_version): Change directory to $gnulib_dir before
3152         invoking git-version-gen.
3153
3154 2008-09-26  Bruno Haible  <bruno@clisp.org>
3155
3156         * posix-modules: Update to directory names changed on 2008-01-19.
3157         Remove commas in output before splitting into words. No more need to
3158         avoid 'ftruncate' since 2007-02-19.
3159
3160 2008-09-26  Bruno Haible  <bruno@clisp.org>
3161
3162         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
3163
3164 2008-09-26  Bruno Haible  <bruno@clisp.org>
3165
3166         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
3167         * modules/fwriteerror (Depends-on): Add errno.
3168
3169 2008-09-26  Bruno Haible  <bruno@clisp.org>
3170
3171         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
3172         * tests/test-vc-list-files-cvs.sh: Likewise.
3173
3174 2008-09-26  Bruno Haible  <bruno@clisp.org>
3175
3176         * doc/posix-headers/sys_resource.texi: Reorder items.
3177
3178 2008-09-26  Jim Meyering  <meyering@redhat.com>
3179
3180         fts: tweak inode comparison function
3181         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
3182         inode numbers, as documented.
3183
3184         fts: sort dirent entries on inode number before traversing
3185         This avoids a quadratic, seek-related performance penalty when
3186         operating on a directory containing many entries (measurable at 10k;
3187         3.5 hours at 2 million entries with a cold cache) on certain types
3188         of file systems, including ext3 and ext4, but not tmpfs.
3189         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
3190         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
3191         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
3192         (fs_handles_readdir_ordered_dirents_efficiently): New function.
3193         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
3194         (fts_build): Set the stat.st_ino member from D_INO.
3195         If it is likely to be useful, sort dirent entries on inode number.
3196
3197         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
3198         and the struct statfs.f_type member.
3199         * modules/fts (Depends-on): Add d-ino.
3200
3201 2008-09-26  Bruno Haible  <bruno@clisp.org>
3202
3203         * modules/sigpipe-die (Depends-on): Add sigpipe.
3204
3205         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
3206         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
3207         and GNULIB_STDIO_H_SIGPIPE are set.
3208         * lib/stdio-write.c: New file.
3209         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
3210         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3211         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3212         REPLACE_STDIO_WRITE_FUNCS.
3213         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
3214         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3215         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3216         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
3217         * modules/stdio (Files): Add lib/stdio-write.c.
3218         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
3219         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3220         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3221         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
3222         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
3223         REPLACE_FPRINTF_POSIX.
3224         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
3225         REPLACE_PRINTF_POSIX.
3226         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
3227         REPLACE_VFPRINTF_POSIX.
3228         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
3229         REPLACE_VPRINTF_POSIX.
3230         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
3231         SIGPIPE issue.
3232         * doc/posix-functions/fputc.texi: Likewise.
3233         * doc/posix-functions/fputs.texi: Likewise.
3234         * doc/posix-functions/fwrite.texi: Likewise.
3235         * doc/posix-functions/printf.texi: Likewise.
3236         * doc/posix-functions/putc.texi: Likewise.
3237         * doc/posix-functions/putchar.texi: Likewise.
3238         * doc/posix-functions/puts.texi: Likewise.
3239         * doc/posix-functions/vfprintf.texi: Likewise.
3240         * doc/posix-functions/vprintf.texi: Likewise.
3241
3242         * modules/safe-write (Depends-on): Add write.
3243
3244         * modules/sigpipe-tests: New file.
3245         * tests/test-sigpipe.c: New file.
3246         * tests/test-sigpipe.sh: New file.
3247
3248         * modules/write: New file.
3249         * lib/unistd.in.h: Include <sys/types.h>.
3250         (write): New declaration.
3251         * lib/write.c: New file.
3252         * m4/write.m4: New file.
3253         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3254         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
3255         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
3256         GNULIB_WRITE, REPLACE_WRITE.
3257         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
3258         and the SIGPIPE issue.
3259
3260         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
3261         (raise): New declaration.
3262         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
3263         (ext_signal): New function.
3264         (rpl_raise): New function.
3265         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
3266         GNULIB_SIGNAL_H_SIGPIPE.
3267         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
3268         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
3269
3270         * modules/sigpipe: New file.
3271         * m4/sigpipe.m4: New file.
3272
3273 2008-09-25  Derek Price  <derek@ximbiot.com>
3274             Bruno Haible  <bruno@clisp.org>
3275
3276         * gnulib-tool (func_import): Report all license incompatibilities, not
3277         just the first one.
3278
3279 2008-09-25  Bruno Haible  <bruno@clisp.org>
3280
3281         * gnulib-tool (func_import): When computing the edits, consider not
3282         only the Makefile.ams that exist but also those that will be generated.
3283
3284 2008-09-25  Simon Josefsson  <simon@josefsson.org>
3285
3286         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
3287         fixes gnulib-tool --test warning about duplicate dependency.
3288
3289 2008-09-25  Bruno Haible  <bruno@clisp.org>
3290
3291         * gnulib-tool: Don't ask the user to perform edits in the generated
3292         Makefile.ams.
3293         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
3294         apply to the Makefile.am being generated.
3295         (func_emit_tests_Makefile_am): Execute edits that apply to the
3296         Makefile.am being generated.
3297         (func_import): Setup list of Makefile.am edits before emitting the
3298         Makefile.ams, not at the end.
3299         (func_create_testdir): Update.
3300         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3301
3302 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3303
3304         * gnulib-tool (func_import): Store the --tests-base option in the
3305         comment in gnulib-cache.m4.
3306
3307 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
3308
3309         * NEWS: Document increased portability that sys_select now provides.
3310
3311         * lib/sys_select.in.h: Install select wrapper.
3312         * lib/sys_socket.in.h: Use more descriptive name when there is no
3313         select wrapper.
3314         * lib/winsock-select.c: New.
3315         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
3316         Require gl_HEADER_SYS_SOCKET.
3317         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
3318         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
3319         * tests/test-sys_select.c: Add functional tests.
3320
3321 2008-09-24  Eric Blake  <ebb9@byu.net>
3322
3323         open, fopen: close fd leak in last patch
3324         * lib/open.c (rpl_open): Close fd before returning error.
3325         * lib/fopen.c (rpl_fopen): Close fd before returning error.
3326         * doc/posix-functions/open.texi (open): Document that Irix also
3327         has the bug.
3328         * doc/posix-functions/fopen.texi (fopen): Likewise.
3329         Reported by Paolo Bonzini.
3330
3331 2008-09-24  Bruno Haible  <bruno@clisp.org>
3332
3333         Ensure that a filename ending in a slash cannot be used to access a
3334         non-directory.
3335         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
3336         to check whether it's really a directory.
3337         * lib/fopen.c: Include fcntl.h, unistd.h.
3338         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
3339         and fdopen().
3340         * modules/fopen (Depends-on): Add unistd.
3341         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
3342         * tests/test-fopen.c (main): Likewise.
3343         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
3344         * doc/posix-functions/fopen.texi: Likewise.
3345         Reported by Eric Blake.
3346
3347 2008-09-23  Eric Blake  <ebb9@byu.net>
3348
3349         c-stack: avoid compiler optimizations when provoking overflow
3350         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
3351         recursion harder to optimize, to ensure a stack overflow occurs.
3352         * tests/test-c-stack.c (recurse): Likewise.
3353         Borrowed from libsigsegv.
3354
3355         c-stack: work around Irix sigaltstack bug
3356         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
3357         whether sigaltstack uses wrong end of stack_t (copied in part from
3358         libsigsegv).
3359         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
3360         Irix bug, without requiring an over-allocation.
3361         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
3362         bug.
3363
3364         fopen: document mingw bug on directories
3365         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
3366         not allowing a stream visiting a directory, even though reading
3367         from such a stream is not portable.
3368
3369 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3370
3371         * lib/poll.c: Rewrite.
3372         * modules/poll: Depend on alloca.
3373
3374 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3375
3376         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
3377         instead define prototypes for a full set of wrappers.  Ensure
3378         that Cygwin does not use the compatibility code, which is only
3379         for MinGW.
3380         * lib/winsock.c: New.
3381         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
3382         * modules/sys_socket: Add lib/winsock.c.
3383
3384         * modules/poll-tests: Add errno and perror.
3385         * tests/test-poll.c: Use ioctl, not ioctlsocket.
3386
3387 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3388
3389         * tests/test-poll.c: Downgrade minimum needed Winsock version.
3390
3391 2008-09-23  Bruno Haible  <bruno@clisp.org>
3392
3393         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
3394         * doc/glibc-functions/*: Likewise.
3395
3396 2008-09-23  Simon Josefsson  <simon@josefsson.org>
3397
3398         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
3399         success.
3400
3401 2008-09-22  Eric Blake  <ebb9@byu.net>
3402             Bruno Haible  <bruno@clisp.org>
3403
3404         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
3405         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
3406         supply %A but mishandle pseudo-NaN.
3407         Reported by Simon Josefsson.
3408
3409 2008-09-21  Bruno Haible  <bruno@clisp.org>
3410
3411         * tests/test-lock.c (main): Tweak skip message.
3412         * tests/test-tls.c (main): Likewise.
3413
3414 2008-09-21  Bruno Haible  <bruno@clisp.org>
3415
3416         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
3417         whether 'struct sigaction' has sa_sigaction here...
3418         (gl_PREREQ_SIG_HANDLER_H): ... not here.
3419         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
3420
3421 2008-09-21  Bruno Haible  <bruno@clisp.org>
3422
3423         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
3424         section.
3425         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
3426         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
3427         the new section.
3428         (Support for obsolete systems lacking POSIX:2001): New section.
3429         (String handling <string.h>): Move strdup to the new section.
3430         Suggested by Simon Josefsson and Paolo Bonzini.
3431
3432 2008-09-21  Bruno Haible  <bruno@clisp.org>
3433
3434         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
3435         exponents in %e and %g results on 'long double'. Needed for mingw's
3436         improved *printf functions.
3437         * tests/test-vasprintf-posix.c (test_function): Likewise.
3438         * tests/test-snprintf-posix.h (test_function): Likewise.
3439         * tests/test-sprintf-posix.h (test_function): Likewise.
3440         Reported by Eric Blake.
3441
3442 2008-09-21  Bruno Haible  <bruno@clisp.org>
3443
3444         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
3445         * tests/test-sprintf-posix.h (test_function): Likewise.
3446
3447 2008-09-21  Bruno Haible  <bruno@clisp.org>
3448
3449         * modules/getpass (Depends-on): Add strdup-posix.
3450
3451         New module 'strdup-posix'.
3452         * modules/strdup-posix: New file.
3453         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
3454         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
3455         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3456         REPLACE_STRDUP.
3457         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
3458         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
3459         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3460         strdup-posix.
3461
3462         * modules/strdup (Depends-on): Remove malloc-posix.
3463
3464 2008-09-20  Bruno Haible  <bruno@clisp.org>
3465
3466         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
3467         Wildenhues.
3468
3469 2008-09-20  Bruno Haible  <bruno@clisp.org>
3470
3471         Ensure that wint_t gets defined on IRIX 5.3.
3472         * lib/wchar.in.h (wint_t): Define if not defined by the system.
3473         * lib/wctype.in.h (wint_t): Likewise.
3474         (__wctype_wint_t): Remove type.
3475         (isw*): Use wint_t instead of __wctype_wint_t.
3476         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
3477         * modules/wchar (Files): Add m4/wint_t.m4.
3478         (Makefile.am): Substitute HAVE_WINT_T.
3479         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
3480         * tests/test-wctype.c: Check that wint_t is defined.
3481         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
3482         * doc/posix-headers/wctype.texi: Likewise.
3483         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3484
3485 2008-09-18  Bruno Haible  <bruno@clisp.org>
3486
3487         * gnulib-tool (func_exit): Update comment.
3488
3489 2008-09-18  Simon Josefsson  <simon@josefsson.org>
3490
3491         * modules/getaddrinfo (Depends-on): Remove strdup, this module
3492         assumes strdup exists and does not depend on strdup to return
3493         ENOMEM on out of memory conditions.
3494
3495 2008-09-18  Bruno Haible  <bruno@clisp.org>
3496
3497         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
3498         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
3499         digits for the exponent.
3500
3501 2008-09-18  Jim Meyering  <meyering@redhat.com>
3502             Bruno Haible  <bruno@clisp.org>
3503
3504         * lib/vasnprintf.c (decimal_point_char): Define also if
3505         NEED_PRINTF_INFINITE_LONG_DOUBLE.
3506
3507 2008-09-16  Bruno Haible  <bruno@clisp.org>
3508         and Eric Blake  <ebb9@byu.net>
3509
3510         vasnprintf: support Irix 5.3
3511         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
3512         that mishandle long double infinity.
3513         Reported by Tom G. Christensen.
3514
3515 2008-09-16  Bruno Haible  <bruno@clisp.org>
3516
3517         * doc/glibc-functions/scandir.texi: Mention the function is missing on
3518         Solaris 9.
3519         * doc/glibc-functions/alphasort.texi: Likewise.
3520         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
3521
3522 2008-09-16  Jim Meyering  <meyering@redhat.com>
3523
3524         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
3525         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
3526         a umask modification leak out of a subshell.  Otherwise, the
3527         opensolaris /bin/sh would be accepted and thus cause unwarranted
3528         failures in the coreutils test suite.
3529
3530 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
3531
3532         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
3533         to succeed.
3534
3535 2008-09-16  Jim Meyering  <meyering@redhat.com>
3536
3537         avoid spurious test failure when library is built without ACL support
3538         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
3539         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
3540         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
3541         * tests/test-copy-acl.sh: Likewise.
3542
3543 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3544
3545         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
3546         based on character occurrence counts.
3547
3548 2008-09-15  Eric Blake  <ebb9@byu.net>
3549
3550         tests: avoid some compiler warnings
3551         * tests/test-memchr.c (main): Pass NULL indirectly.
3552         * tests/test-closein.c (main): Avoid unused variable.
3553
3554 2008-09-15  Bruno Haible  <bruno@clisp.org>
3555
3556         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
3557         are missing on OpenBSD 4.0 individually.
3558         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3559
3560 2008-09-15  Bruno Haible  <bruno@clisp.org>
3561
3562         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
3563         * doc/posix-functions/strerror.texi: Mention also Cygwin.
3564         * doc/posix-functions/perror.texi: Likewise.
3565         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
3566         is missing.
3567         Reported by Eric Blake.
3568
3569         * lib/errno.in.h: Use replacement values >= 2000.
3570         Reported by Eric Blake.
3571
3572 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3573
3574         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
3575         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
3576         limit.
3577         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
3578         compareseq was aborted.
3579
3580 2008-09-14  Bruno Haible  <bruno@clisp.org>
3581
3582         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
3583         yvec_edit_count.
3584         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
3585         (fstrcmp_bounded): Simplify result computation accordingly.
3586
3587 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3588
3589         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
3590         (fstrcmp): Define in terms of fstrcmp_bounded.
3591         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
3592         lower_bound argument.
3593         Return quickly if the result is certainly < lower_bound.
3594         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
3595
3596 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3597
3598         * lib/diffseq.h (EARLY_ABORT): New macro.
3599         (compareseq): Change return type to bool. Return true when EARLY_ABORT
3600         evaluates to true.
3601
3602 2008-09-14  Bruno Haible  <bruno@clisp.org>
3603
3604         * modules/perror-tests: New file.
3605         * tests/test-perror.sh: New file.
3606         * tests/test-perror.c: New file.
3607
3608         New module 'perror'.
3609         * lib/stdio.in.h (perror): New declaration.
3610         * lib/perror.c: New file.
3611         * m4/perror.m4: New file.
3612         * modules/perror: New file.
3613         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
3614         * doc/posix-functions/perror.texi: Mention the perror module.
3615         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
3616         REPLACE_PERROR.
3617         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
3618         REPLACE_PERROR.
3619
3620 2008-09-14  Bruno Haible  <bruno@clisp.org>
3621
3622         * modules/stdio (Makefile.am): Reorder to match the order in
3623         lib/stdio.in.h.
3624         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3625
3626 2008-09-13  Bruno Haible  <bruno@clisp.org>
3627
3628         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
3629
3630 2008-09-13  Bruno Haible  <bruno@clisp.org>
3631
3632         Extend strerror to cover the added errno values.
3633         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
3634         (rpl_strerror): Provide error messages for the added errno values and
3635         for the WSA* values.
3636         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
3637         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
3638         strerror.
3639         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
3640         * modules/strerror (Depends-on): Add errno.
3641         * doc/posix-functions/strerror.texi: Document the change.
3642         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
3643         and EOVERFLOW.
3644
3645 2008-09-13  Bruno Haible  <bruno@clisp.org>
3646
3647         * modules/EOVERFLOW: Remove file.
3648         * m4/eoverflow.m4: Remove file.
3649         * modules/EOVERFLOW-tests: Remove file.
3650         * tests/test-EOVERFLOW.c: Remove file.
3651         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
3652         * modules/ftell (Depends-on): Likewise.
3653         * modules/getdelim (Depends-on): Likewise.
3654         * modules/getugroups (Depends-on): Likewise.
3655         * modules/poll (Depends-on): Likewise.
3656         * modules/snprintf (Depends-on): Likewise.
3657         * modules/sprintf-posix (Depends-on): Likewise.
3658         * modules/vasnprintf (Depends-on): Likewise.
3659         * modules/vasprintf (Depends-on): Likewise.
3660         * modules/vfprintf-posix (Depends-on): Likewise.
3661         * modules/vsnprintf (Depends-on): Likewise.
3662         * modules/vsprintf-posix (Depends-on): Likewise.
3663         * modules/xvasprintf (Depends-on): Likewise.
3664         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3665         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
3666         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
3667         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
3668         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3669         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
3670         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
3671         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
3672         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3673         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
3674         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
3675         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
3676         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3677         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
3678         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
3679         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
3680         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3681         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
3682         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
3683         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
3684         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3685         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
3686         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
3687         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
3688         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
3689         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3690         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
3691         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
3692         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
3693         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
3694         * MODULES.html.sh: Remove EOVERFLOW.
3695         * NEWS: Mention the change.
3696
3697 2008-09-13  Bruno Haible  <bruno@clisp.org>
3698
3699         * modules/errno-tests: New file.
3700         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
3701
3702         * lib/errno.in.h: New file.
3703         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
3704         * modules/errno: New file.
3705         * doc/posix-headers/errno.texi: Update documentation.
3706         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
3707
3708 2008-09-13  Bruno Haible  <bruno@clisp.org>
3709
3710         * tests/test-poll.c: Use #if for native Windows, rather than testing
3711         __MSVCRT__.
3712
3713 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3714             Bruno Haible  <bruno@clisp.org>
3715
3716         * lib/glob.c: Don't include <pwd.h> on native Windows.
3717         (WINDOWS32): New macro.
3718         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
3719
3720 2008-09-13  Bruno Haible  <bruno@clisp.org>
3721
3722         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
3723         (ETIMEDOUT): Remove macro.
3724         (glthread_cond_timedwait_multithreaded): New declaration.
3725         (glthread_cond_timedwait): Use it.
3726         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
3727         (glthread_cond_timedwait_multithreaded): New function.
3728
3729 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3730
3731         * modules/poll-tests: Do not check for io.h.
3732         * tests/test-poll.c: Check for __MSVCRT__ instead.
3733
3734 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3735
3736         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
3737         * modules/poll-tests: Add inet_pton, stdbool, sockets.
3738         * tests/test-poll.c: Use them.  Use _pipe on Windows.
3739
3740 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3741
3742         * modules/poll-tests: New.
3743         * tests/test-poll.c: New.
3744
3745 2008-09-12  Eric Blake  <ebb9@byu.net>
3746
3747         frexp: test for NetBSD failure on -0.0
3748         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
3749         not all, bugs from NetBSD 3.0 have been fixed.
3750         * doc/posix-functions/frexp.texi (frexp): Document bug.
3751         Reported by Thomas Klausner.
3752
3753         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
3754         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
3755         literal -0.0.
3756         Reported by Jonathan C. Patschke <jp@centtech.com>.
3757
3758 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3759
3760         * lib/glthread/cond.h: Use dummy implementation also if
3761         USE_WIN32_THREADS.
3762
3763 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3764
3765         * modules/fnmatch-posix (License): Change to LGPLv2+.
3766         * modules/fnmatch-gnu (License): Likewise.
3767
3768 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3769
3770         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
3771
3772 2008-09-11  Jim Meyering  <meyering@redhat.com>
3773
3774         * users.txt: Add gtk-vnc.
3775
3776 2008-09-08  Simon Josefsson  <simon@josefsson.org>
3777
3778         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
3779         rotate amounts.
3780
3781         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
3782         required for 16-bit and 8-bit rotates.
3783         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
3784         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
3785         UINT8_MAX instead of hard-coded constants.
3786         Suggested by Paul Eggert.
3787
3788 2008-09-07  Bruno Haible  <bruno@clisp.org>
3789
3790         * tests/test-striconveh.c (main): Check behaviour when converting from
3791         UTF-7.
3792
3793         Make striconveh work better with stateful encodings.
3794         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
3795         that iconv does not increment the inptr when returning -1/EINVAL.
3796
3797 2008-09-07  Bruno Haible  <bruno@clisp.org>
3798
3799         * build-aux/config.rpath: Update according to libtool-2.2.6.
3800         * build-aux/config.libpath: Likewise.
3801
3802 2008-09-06  Bruno Haible  <bruno@clisp.org>
3803
3804         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
3805         * lib/freadptr.c (freadptr): Likewise.
3806         * lib/freadseek.c (freadptrinc): Likewise.
3807         Reported by Simon Josefsson.
3808
3809 2008-09-06  Bruno Haible  <bruno@clisp.org>
3810
3811         * modules/freadptr (License): Change to LGPLv2+.
3812         * modules/freadseek (License): Likewise.
3813         Suggested by Eric Blake.
3814
3815         * modules/memchr2 (License): Change to LGPLv2+.
3816         Approved by Eric Blake.
3817
3818 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3819             Bruno Haible  <bruno@clisp.org>
3820
3821         Make gnulib-tool work with native 'sed' on AIX.
3822         * gnulib-tool (sed_noop): New variable.
3823         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
3824         func_add_or_update, func_create_testdir): Use it to initialize sed
3825         script variables.
3826         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3827
3828 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
3829             Bruno Haible  <bruno@clisp.org>
3830
3831         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
3832         also works after #include directives.
3833
3834 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
3835
3836         getdate.y: reject an out-of-range timezone value
3837         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
3838         the range [-24...+24].  When specified with only one or two digits,
3839         * tests/test-getdate.c: Tests for the fix.
3840         * doc/getdate.texi: Document this change.
3841
3842 2008-09-03  Bruno Haible  <bruno@clisp.org>
3843
3844         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
3845
3846 2008-09-02  Simon Josefsson  <simon@josefsson.org>
3847
3848         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
3849         <bruce.korb@gmail.com> with ideas from Ben Pfaff
3850         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
3851         Blake <ebb9@byu.net>.
3852
3853         * tests/test-bitrotate.c: Add more test vectors.
3854
3855 2008-09-02  Eric Blake  <ebb9@byu.net>
3856
3857         vasnprintf-posix: handle large precision via %.*d
3858         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
3859         when handling it ourselves.
3860         * tests/test-vasnprintf-posix.c (test_function): Add test.
3861         * tests/test-snprintf-posix.h (test_function): Likewise.
3862         * tests/test-sprintf-posix.h (test_function): Likewise.
3863         * tests/test-vasprintf-posix.c (test_function): Likewise.
3864         Reported by Alain Guibert.
3865
3866 2008-09-01  Eric Blake  <ebb9@byu.net>
3867
3868         c-stack: make configure-time check more robust
3869         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
3870         successful sigaction call.
3871         Reported by Tom G. Christensen.
3872
3873 2008-09-01  Bruno Haible  <bruno@clisp.org>
3874
3875         New module 'findprog-lgpl'.
3876         * modules/findprog-lgpl: New file.
3877         * lib/findprog-lgpl.c: New file.
3878         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
3879         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
3880         to decide whether to use strdup or xstrdup, concatenated_filename or
3881         xconcatenated_filename.
3882
3883 2008-09-01  Bruno Haible  <bruno@clisp.org>
3884
3885         Split module 'concat-filename' into 'concat-filename' (LGPL) and
3886         'xconcat-filename' (GPL).
3887         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
3888         (License): Change to LGPLv2+.
3889         * modules/xconcat-filename: New file.
3890         * lib/concat-filename.h (concatenated_filename): Change specification.
3891         (xconcatenated_filename): New declaration.
3892         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
3893         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
3894         memory situations.
3895         * lib/xconcat-filename.c: New file.
3896         * NEWS: Mention the change.
3897         * lib/findprog.c: Include concat-filename.h, not filename.h.
3898         (find_in_path): Use xconcatenated_filename instead of
3899         concatenated_filename.
3900         * lib/javacomp.c: Include concat-filename.h, not filename.h.
3901         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
3902         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
3903         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
3904         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
3905         instead of concatenated_filename.
3906         * lib/javaexec.c: Include concat-filename.h, not filename.h.
3907         (execute_java_class): Use xconcatenated_filename instead of
3908         concatenated_filename.
3909         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
3910         * modules/javacomp (Depends-on): Likewise.
3911         * modules/javaexec (Depends-on): Likewise.
3912
3913 2008-09-01  Bruno Haible  <bruno@clisp.org>
3914
3915         Split module 'filename' into 'filename' and 'concat-filename'.
3916         * modules/filename: Keep only lib/filename.h.
3917         (License): Change to LGPLv2+.
3918         * modules/concat-filename: New file, extracted from modules/filename.
3919         * lib/filename.h (concatenated_filename): Remove declaration.
3920         * lib/concat-filename.h: New file, extracted from lib/filename.h.
3921         * lib/concat-filename.c: Include concat-filename.h.
3922         * NEWS: Mention the change.
3923
3924 2008-09-01  Simon Josefsson  <simon@josefsson.org>
3925
3926         * lib/bitrotate.h (rotl8, rotr8): Add.
3927
3928         * modules/bitrotate (configure.ac): Need
3929         AC_REQUIRE([AC_C_INLINE]).
3930         (Description): Mention stdint.h.  Reported by Bruno Haible
3931         <bruno@clisp.org>.
3932
3933         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
3934         Paolo Bonzini <bonzini@gnu.org>.
3935
3936 2008-08-31  Bruno Haible  <bruno@clisp.org>
3937
3938         Assume Solaris specific bi-arch conventions on Solaris systems.
3939         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
3940         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
3941         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
3942         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
3943         like acl_libdirstem.
3944         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
3945         acl_libdirstem.
3946         * NEWS: Mention the change.
3947         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
3948
3949 2008-08-31  Jim Meyering  <meyering@redhat.com>
3950
3951         * lib/strftime.h: Add comments describing the two added arguments.
3952
3953         remove duplicate #include directives
3954         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
3955         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
3956
3957 2008-08-31  Bruno Haible  <bruno@clisp.org>
3958
3959         New module 'sigpipe-die'.
3960         * modules/sigpipe-die: New file.
3961         * lib/sigpipe-die.h: New file.
3962         * lib/sigpipe-die.c: New file.
3963         * MODULES.html.sh (Signal handling): Add sigpipe-die.
3964
3965 2008-08-31  Bruno Haible  <bruno@clisp.org>
3966
3967         Don't override previously installed signal handlers.
3968         * lib/fatal-signal.c (saved_sigactions): New variable.
3969         (uninstall_handlers): Reset the signal to the saved handler, not
3970         to SIG_DFL (except when ignored).
3971         (install_handlers): Save the previous handlers.
3972
3973 2008-08-30  Bruno Haible  <bruno@clisp.org>
3974
3975         * gnulib-tool (func_reset_sigpipe): New function.
3976         (func_get_automake_snippet, func_modules_transitive_closure,
3977         func_import): Invoke it before a join command that reads from stdin,
3978         to avoid "echo: write error: Broken pipe" error messages on stderr.
3979         Reported by Sam Steingold <sds@gnu.org>.
3980
3981 2008-08-30  Bruno Haible  <bruno@clisp.org>
3982
3983         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
3984         Code copied from m4/open.m4.
3985         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
3986         access and the filename ends in a slash. Code copied from lib/open.c.
3987         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
3988         * tests/test-fopen.c (main): Check against bug with trailing slash.
3989
3990 2008-08-29  Bruno Haible  <bruno@clisp.org>
3991
3992         Avoid some "gcc -pedantic" warnings.
3993         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
3994         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
3995         * lib/dirent.in.h: Likewise.
3996         * lib/fcntl.in.h: Likewise.
3997         * lib/float.in.h: Likewise.
3998         * lib/iconv.in.h: Likewise.
3999         * lib/inttypes.in.h: Likewise.
4000         * lib/locale.in.h: Likewise.
4001         * lib/math.in.h: Likewise.
4002         * lib/netinet_in.in.h: Likewise.
4003         * lib/search.in.h: Likewise.
4004         * lib/signal.in.h: Likewise.
4005         * lib/stdarg.in.h: Likewise.
4006         * lib/stdint.in.h: Likewise.
4007         * lib/stdio.in.h: Likewise.
4008         * lib/stdlib.in.h: Likewise.
4009         * lib/string.in.h: Likewise.
4010         * lib/strings.in.h: Likewise.
4011         * lib/sys_select.in.h: Likewise.
4012         * lib/sys_socket.in.h: Likewise.
4013         * lib/sys_stat.in.h: Likewise.
4014         * lib/sys_time.in.h: Likewise.
4015         * lib/sysexits.in.h: Likewise.
4016         * lib/time.in.h: Likewise.
4017         * lib/unistd.in.h: Likewise.
4018         * lib/wchar.in.h: Likewise.
4019         * lib/wctype.in.h: Likewise.
4020         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
4021         * modules/fchdir (Makefile.am): Likewise.
4022         * modules/fcntl (Makefile.am): Likewise.
4023         * modules/float (Makefile.am): Likewise.
4024         * modules/iconv_open (Makefile.am): Likewise.
4025         * modules/inttypes (Makefile.am): Likewise.
4026         * modules/locale (Makefile.am): Likewise.
4027         * modules/math (Makefile.am): Likewise.
4028         * modules/netinet_in (Makefile.am): Likewise.
4029         * modules/search (Makefile.am): Likewise.
4030         * modules/signal (Makefile.am): Likewise.
4031         * modules/stdarg (Makefile.am): Likewise.
4032         * modules/stdint (Makefile.am): Likewise.
4033         * modules/stdio (Makefile.am): Likewise.
4034         * modules/stdlib (Makefile.am): Likewise.
4035         * modules/string (Makefile.am): Likewise.
4036         * modules/strings (Makefile.am): Likewise.
4037         * modules/sys_select (Makefile.am): Likewise.
4038         * modules/sys_socket (Makefile.am): Likewise.
4039         * modules/sys_stat (Makefile.am): Likewise.
4040         * modules/sys_time (Makefile.am): Likewise.
4041         * modules/sysexits (Makefile.am): Likewise.
4042         * modules/time (Makefile.am): Likewise.
4043         * modules/unistd (Makefile.am): Likewise.
4044         * modules/wchar (Makefile.am): Likewise.
4045         * modules/wctype (Makefile.am): Likewise.
4046         Reported by Reuben Thomas <rrt@sc3d.org>.
4047
4048 2008-08-29  Bruno Haible  <bruno@clisp.org>
4049
4050         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
4051         any more.
4052
4053 2008-08-29  Simon Josefsson  <simon@josefsson.org>
4054
4055         * MODULES.html.sh (Misc): Add bitrotate.
4056
4057         * modules/bitrotate: New file.
4058
4059         * lib/bitrotate.h: New file.
4060
4061         * modules/bitrotate-tests: New file.
4062
4063         * tests/test-bitrotate.c: New file.
4064
4065         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
4066         on the bitrotate module.
4067
4068         * lib/arctwo.c: Use new bitrotate module.
4069
4070 2008-08-29  Jim Meyering  <meyering@redhat.com>
4071
4072         bootstrap: merge changes from coreutils
4073         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
4074         of copied files.  Remove a kludge, now that this is fixed.
4075         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
4076         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
4077         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
4078
4079 2008-08-29  Bruno Haible  <bruno@clisp.org>
4080
4081         * MODULES.html.sh: Remove --cvs-urls option.
4082
4083 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
4084
4085         maint.mk: adjust to file name change
4086         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
4087
4088 2008-08-28  Jim Meyering  <meyering@redhat.com>
4089
4090         * modules/getndelim2 (License): Relicense to LGPLv2+.
4091         Approved by Richard Stallman for the version of 1995, and by
4092         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
4093
4094 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
4095
4096         * lib/getdelim.c (flockfile, funlockfile): Make all of them
4097         dummy if one is not available.  Do not touch them if
4098         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
4099         (getc_maybe_unlocked): New.
4100         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
4101
4102 2008-08-26  Eric Blake  <ebb9@byu.net>
4103
4104         doc/INSTALL: resync from autoconf
4105         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
4106         (INSTALL_PRELUDE): Delete; this is done more efficiently by
4107         moving...
4108         * install.texi [!autoconf]: ...here.  Resync from autoconf.
4109         * INSTALL: Regenerate.
4110         * INSTALL.ISO: New file.
4111         * INSTALL.UTF-8: Likewise.
4112
4113 2008-08-26  Jim Meyering  <meyering@redhat.com>
4114
4115         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
4116         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
4117         these definitions conditional, so that they may be overridden, too.
4118
4119 2008-08-26  Bruno Haible  <bruno@clisp.org>
4120
4121         Generate INSTALL file variants with prettier quotes.
4122         * doc/Makefile (INSTALL_PRELUDE): New macro.
4123         (INSTALL): Use it.
4124         (INSTALL.ISO, INSTALL.UTF-8): New rules.
4125
4126 2008-08-26  Bruno Haible  <bruno@clisp.org>
4127
4128         Run makeinfo in an English locale.
4129         * doc/Makefile (MAKEINFO): New variable.
4130
4131 2008-08-26  Bruno Haible  <bruno@clisp.org>
4132
4133         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
4134         Suggested by Eric Blake.
4135
4136 2008-08-25  Bruno Haible  <bruno@clisp.org>
4137
4138         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
4139
4140 2008-08-25  Eric Blake  <ebb9@byu.net>
4141
4142         c-stack: test that stack overflow can be caught
4143         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
4144         that platform allows handling stack overflow; at least OS/2 EMX
4145         has sigaltstack, but crashes before transferring control to
4146         handler on stack overflow.
4147         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
4148         check for HAVE_STACK_OVERFLOW_HANDLING.
4149         Reported by Elbert Pol.
4150
4151 2008-08-25  Bruno Haible  <bruno@clisp.org>
4152
4153         * doc/posix-functions/strftime.texi: Fix description of strftime
4154         module.
4155
4156 2008-08-24  Bruno Haible  <bruno@clisp.org>
4157
4158         * tests/uniwidth/test-uc_width2.c: New file.
4159         * tests/uniwidth/test-uc_width2.sh: New file.
4160         * modules/uniwidth/width-tests (Files): Add the new files.
4161         (TESTS): Add uniwidth/test-uc_width2.sh.
4162         (TESTS_ENVIRONMENT): New variable.
4163         (check_PROGRAMS): Add test-uc_width2.
4164         (test_uc_width2_SOURCES): New variable.
4165
4166         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
4167         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
4168         not 0x00AB.
4169         Reported by Alexander V. Lukyanov <lav@netis.ru>.
4170
4171 2008-08-22  Eric Blake  <ebb9@byu.net>
4172
4173         test-lock, test-tls: mention why a test is skipped
4174         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
4175         skipped.
4176         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
4177
4178         count-one-bits: relax license
4179         * modules/count-one-bits (License): Relicense to LGPLv2+.
4180         Suggested by Ludovic Courtès, approved by Ben Pfaff.
4181
4182 2008-08-22  Andreas Schwab  <schwab@suse.de>
4183
4184         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
4185         Remove spurious space in assignment.
4186
4187 2008-08-21  Simon Josefsson  <simon@josefsson.org>
4188
4189         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
4190         Paul Eggert <eggert@CS.UCLA.EDU>.
4191
4192 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
4193
4194         * modules/gettext: Add m4/threadlib.m4.
4195
4196 2008-08-19  Eric Blake  <ebb9@byu.net>
4197
4198         test-c-stack: fix compilation failure on FreeBSD 5.0
4199         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
4200         headers before <sys/resource.h>.
4201         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
4202         the bug.
4203         Reported by Nelson H. F. Beebe.
4204
4205         strverscmp: migrate from "strverscmp.h" to <string.h>
4206         * modules/string (Makefile.am): Add new hooks.
4207         * modules/strverscmp (Files): Remove strverscmp.h.
4208         (Depends-on): Add string.
4209         (configure.ac): Add indicator.
4210         (Include): Mention new header.
4211         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
4212         defaults.
4213         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
4214         results.
4215         * lib/strverscmp.h: Delete.
4216         * lib/string.in.h (strverscmp): Provide declaration, when needed.
4217         * tests/test-strverscmp.c (includes): Adjust client.
4218         * lib/check-version.c (includes): Likewise.
4219         * NEWS: Document the change.
4220
4221         strverscmp: add unit test
4222         * modules/strverscmp-tests: New file.
4223         * tests/test-strverscmp.c: Likewise.
4224
4225 2008-08-19  Simon Josefsson  <simon@josefsson.org>
4226
4227         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
4228         regarding Windows crypto stuff, from Mono.
4229
4230 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
4231
4232         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
4233         if present, for intel RND.  Return error on failures.
4234
4235 2008-08-18  Ben Pfaff  <blp@gnu.org>
4236
4237         gitlog-to-changelog: give better diagnostic for failed pipe-open
4238         * build-aux/gitlog-to-changelog: Improve error message: suggest
4239         that the version of Git may be too old.
4240
4241 2008-08-18  Simon Josefsson  <simon@josefsson.org>
4242
4243         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
4244         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
4245
4246 2008-08-18  Bruno Haible  <bruno@clisp.org>
4247
4248         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
4249         pthread_in_use().
4250
4251 2008-08-18  Bruno Haible  <bruno@clisp.org>
4252
4253         * lib/glthread/threadlib.c: Include <pthread.h>.
4254
4255 2008-08-18  Bruno Haible  <bruno@clisp.org>
4256
4257         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
4258         glthread_recursive_lock_* macros.
4259         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
4260         Fix syntax error.
4261
4262 2008-08-18  Bruno Haible  <bruno@clisp.org>
4263
4264         * lib/glthread/thread.c: Avoid forcing a context switch right after
4265         thread creation.
4266
4267 2008-08-17  Bruno Haible  <bruno@clisp.org>
4268
4269         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
4270         * lib/glthread/thread.h: Provide Win32 specific implementation.
4271         * modules/thread (Files): Add lib/glthread/thread.c.
4272         (Depends-on): Add lock.
4273         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
4274
4275 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4276
4277         New module 'yield'.
4278         * modules/yield: New file.
4279         * lib/glthread/yield.h: New file.
4280         * m4/yield.m4: New file.
4281         * MODULES.html.sh (Multithreading): Add yield.
4282
4283 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4284
4285         New module 'thread'.
4286         * modules/thread: New file.
4287         * lib/glthread/thread.h: New file.
4288         * m4/thread.m4: New file.
4289         * MODULES.html.sh (Multithreading): Add thread.
4290
4291 2008-08-17  Bruno Haible  <bruno@clisp.org>
4292
4293         * lib/glthread/lock.h: Include <stdlib.h> always.
4294         * lib/glthread/tls.h: Likewise.
4295         * lib/glthread/cond.h: Likewise.
4296
4297 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4298
4299         New module 'cond'.
4300         * modules/cond: New file.
4301         * lib/glthread/cond.h: New file.
4302         * lib/glthread/cond.c: New file.
4303         * m4/cond.m4: New file.
4304         * MODULES.html.sh (Multithreading): Add cond.
4305
4306 2008-08-16  Eric Blake  <ebb9@byu.net>
4307
4308         c-stack: fix regression on Irix 5.3 from 2008-06-21
4309         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
4310         sa_sigaction...
4311         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
4312         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
4313         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
4314         * modules/signal (Makefile.am): Use the value.
4315         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
4316         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
4317         * doc/posix-headers/signal.texi (signal.h): Document this
4318         portability issue.
4319         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
4320         Reported by Tom G. Christensen.
4321
4322 2008-08-17  Bruno Haible  <bruno@clisp.org>
4323
4324         New module 'threadlib'.
4325         * modules/threadlib: New file.
4326         * lib/glthread/threadlib.c: New file, extracted from
4327         lib/glthread/lock.c.
4328         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
4329         functions.
4330         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
4331         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
4332         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
4333         macros.
4334         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
4335         (gl_DISABLE_THREADS): Remove macro.
4336         * modules/lock (Files): Remove build-aux/config.rpath.
4337         (Depends-on): Remove havelib. Add threadlib.
4338         (configure.ac-early): Remove section.
4339         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
4340         * modules/tls (Depends-on): Remove lock. Add threadlib.
4341         (Link): New section, copied from threadlib.
4342         * MODULES.html.sh (Multithreading): Add threadlib.
4343
4344 2008-08-14  Bruno Haible  <bruno@clisp.org>
4345
4346         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
4347         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
4348         glthread_rwlock_unlock, glthread_rwlock_destroy,
4349         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
4350         glthread_recursive_lock_destroy): Define as macros always.
4351         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
4352         glthread_lock_lock.
4353         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
4354         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
4355         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
4356         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
4357         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
4358         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
4359         (glthread_recursive_lock_lock_func): Renamed from
4360         glthread_recursive_lock_lock.
4361         (glthread_recursive_lock_unlock_func): Renamed from
4362         glthread_recursive_lock_unlock.
4363         (glthread_recursive_lock_destroy_func): Renamed from
4364         glthread_recursive_lock_destroy.
4365
4366 2008-08-14  Bruno Haible  <bruno@clisp.org>
4367
4368         * lib/glthread/lock.h: Renamed from lib/lock.h.
4369         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
4370         * lib/glthread/tls.h: Renamed from lib/tls.h.
4371         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
4372         * lib/fstrcmp.c: Update includes.
4373         * lib/strsignal.c: Update includes.
4374         * modules/lock (Files, Makefile.am): Update.
4375         (Include): Change to "glthread/lock.h".
4376         * modules/tls (Files, Makefile.am): Update.
4377         (Include): Change to "glthread/tls.h".
4378         * tests/test-lock.c: Update includes.
4379         * tests/test-tls.c: Update includes.
4380         * NEWS: Mention the renamed header files.
4381
4382 2008-08-11  Jim Meyering  <meyering@redhat.com>
4383
4384         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
4385
4386 2008-08-11  Eric Blake  <ebb9@byu.net>
4387
4388         test-c-stack: avoid C99-ism
4389         * tests/test-c-stack.c (main): Fix whitespace, move declaration
4390         before statement.
4391         Reported by Alain Guibert.
4392
4393 2008-08-10  Jim Meyering  <meyering@redhat.com>
4394
4395         ensure that return value of uinttostr et al are not ignored
4396         * lib/inttostr.h (__GNUC_PREREQ): Define.
4397         (__attribute_warn_unused_result__): Define.
4398         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
4399
4400 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
4401
4402         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
4403         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
4404
4405 2008-08-07  Jim Meyering  <meyering@redhat.com>
4406
4407         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
4408
4409         * modules/mkstemp (License): Relicense under LGPLv2+.
4410         * modules/tempname (License): Likewise.
4411
4412 2008-08-06  Bruno Haible  <bruno@clisp.org>
4413
4414         * lib/poll.c (poll): Further micro-optimization.
4415
4416 2008-08-06  Jim Meyering  <meyering@redhat.com>
4417
4418         inet_pton.c: use locale-independent tolower
4419         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
4420         (inet_pton6): Use c_tolower rather than tolower.
4421         * modules/inet_pton (Depends-on): Add c-ctype.
4422
4423 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
4424
4425         * lib/poll.c (poll): Avoid division when timeout is 0, cache
4426         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
4427
4428 2008-08-06  Jim Meyering  <meyering@redhat.com>
4429
4430         * modules/inet_pton (License): Relicense under LGPLv2+.
4431
4432 2008-08-03  Bruno Haible  <bruno@clisp.org>
4433
4434         Additional non-aborting API for lock and tls.
4435         * lib/lock.h: Include <errno.h>.
4436         (glthread_lock_init): New macro/function.
4437         (gl_lock_init): Define as wrapper around glthread_lock_init.
4438         (glthread_lock_lock): New macro/function.
4439         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
4440         (glthread_lock_unlock): New macro/function.
4441         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
4442         (glthread_lock_destroy): New macro/function.
4443         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
4444         (glthread_rwlock_init): New macro/function.
4445         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
4446         (glthread_rwlock_rdlock): New macro/function.
4447         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
4448         (glthread_rwlock_wrlock): New macro/function.
4449         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
4450         (glthread_rwlock_unlock): New macro/function.
4451         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
4452         (glthread_rwlock_destroy): New macro/function.
4453         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
4454         (glthread_recursive_lock_init): New macro/function.
4455         (gl_recursive_lock_init): Define as wrapper around
4456         glthread_recursive_lock_init.
4457         (glthread_recursive_lock_lock): New macro/function.
4458         (gl_recursive_lock_lock): Define as wrapper around
4459         glthread_recursive_lock_lock.
4460         (glthread_recursive_lock_unlock): New macro/function.
4461         (gl_recursive_lock_unlock): Define as wrapper around
4462         glthread_recursive_lock_unlock.
4463         (glthread_recursive_lock_destroy): New macro/function.
4464         (gl_recursive_lock_destroy): Define as wrapper around
4465         glthread_recursive_lock_destroy.
4466         (glthread_once): New macro/function.
4467         (gl_once): Define as wrapper around glthread_once.
4468         Update function declarations.
4469         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
4470         glthread_rwlock_init. Return error code.
4471         (glthread_rwlock_rdlock_multithreaded): Renamed from
4472         glthread_rwlock_rdlock. Return error code.
4473         (glthread_rwlock_wrlock_multithreaded): Renamed from
4474         glthread_rwlock_wrlock. Return error code.
4475         (glthread_rwlock_unlock_multithreaded): Renamed from
4476         glthread_rwlock_unlock. Return error code.
4477         (glthread_rwlock_destroy_multithreaded): Renamed from
4478         glthread_rwlock_destroy. Return error code.
4479         (glthread_recursive_lock_init_multithreaded): Renamed from
4480         glthread_recursive_lock_init. Return error code.
4481         (glthread_recursive_lock_lock_multithreaded): Renamed from
4482         glthread_recursive_lock_lock. Return error code.
4483         (glthread_recursive_lock_unlock_multithreaded): Renamed from
4484         glthread_recursive_lock_unlock. Return error code.
4485         (glthread_recursive_lock_destroy_multithreaded): Renamed from
4486         glthread_recursive_lock_destroy. Return error code.
4487         (glthread_once_call): Make static.
4488         (glthread_once_multithreaded): Renamed from glthread_once.
4489         * lib/tls.h: Include <errno.h>.
4490         (glthread_tls_key_init): New macro/function.
4491         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
4492         (glthread_tls_set): New macro/function.
4493         (gl_tls_set): Define as wrapper around glthread_tls_set.
4494         (glthread_tls_key_destroy): New macro/function.
4495         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
4496         Update function declarations.
4497         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
4498         glthread_tls_get.
4499         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4500
4501 2008-08-04  Eric Blake  <ebb9@byu.net>
4502
4503         gnumakefile: use space, not TAB, outside of targets
4504         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
4505
4506 2008-08-02  Jim Meyering  <meyering@redhat.com>
4507
4508         getdate.y: avoid locale-dependent date parsing failure
4509         In Turkish locales, getdate would fail to recognize keywords
4510         containing a lowercase "i".  The solution is not to rely on
4511         locale-sensitive case-conversion.
4512         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
4513         (lookup_word): Use c_toupper in place of toupper.
4514         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
4515         Reported by Vefa Bicakci <bicave@superonline.com> in
4516         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
4517         * modules/getdate (Depends-on): Add c-ctype.
4518
4519 2008-08-02  Bruno Haible  <bruno@clisp.org>
4520
4521         * gnulib-tool (func_import): When updating or creating a .gitignore
4522         file, prepend each added line with a slash, and ignore leading slashes
4523         from the existing lines.
4524         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
4525
4526 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4527
4528         Portability fix for GNU make 3.79.1.
4529         * top/GNUmakefile: Avoid 'else COND', which older GNU make
4530         versions do not understand.
4531
4532 2008-08-01  Bruno Haible  <bruno@clisp.org>
4533
4534         Work around bug of HP-UX 10.20 cc with -0.0 literal.
4535         * tests/test-isnanf.h (zero): New variable.
4536         (main): Avoid literal -0.0f.
4537         * tests/test-isnand.h (zero): New variable.
4538         (main): Avoid literal -0.0.
4539         * tests/test-isnanl.h (zero): New variable.
4540         (main): Avoid literal -0.0L.
4541         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
4542         (test_float, test_double, test_long_double): Avoid literals -0.0f,
4543         -0.0, -0.0L.
4544         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
4545         (test_signbitd): Avoid literal -0.0.
4546         (test_signbitl): Avoid literal -0.0L.
4547         * tests/test-ceilf1.c (zero): New variable.
4548         (main): Avoid literal -0.0f.
4549         * tests/test-ceill.c (zero): New variable.
4550         (main): Avoid literal -0.0L.
4551         * tests/test-floorf1.c (zero): New variable.
4552         (main): Avoid literal -0.0f.
4553         * tests/test-floorl.c (zero): New variable.
4554         (main): Avoid literal -0.0L.
4555         * tests/test-roundf1.c (zero): New variable.
4556         (main): Avoid literal -0.0f.
4557         * tests/test-round1.c (zero): New variable.
4558         (main): Avoid literal -0.0.
4559         * tests/test-roundl.c (zero): New variable.
4560         (main): Avoid literal -0.0L.
4561         * tests/test-truncf1.c (zero): New variable.
4562         (main): Avoid literal -0.0f.
4563         * tests/test-trunc1.c (zero): New variable.
4564         (main): Avoid literal -0.0.
4565         * tests/test-truncl.c (zero): New variable.
4566         (main): Avoid literal -0.0L.
4567         * tests/test-frexp.c (zero): New variable.
4568         (main): Avoid literal -0.0.
4569         * tests/test-frexpl.c (zero): New variable.
4570         (main): Avoid literal -0.0L.
4571         * tests/test-ldexpl.c (zero): New variable.
4572         (main): Avoid literal -0.0L.
4573         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
4574         (zerod, zerol): New variables.
4575         (test_function): Avoid literals -0.0, -0.0L.
4576         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
4577         (zerod, zerol): New variables.
4578         (test_function): Avoid literals -0.0, -0.0L.
4579         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
4580         (zerod, zerol): New variables.
4581         (test_function): Avoid literals -0.0, -0.0L.
4582         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
4583         (zerod, zerol): New variables.
4584         (test_function): Avoid literals -0.0, -0.0L.
4585         * tests/test-strtod.c (zero): New variable.
4586         (main): Avoid literal -0.0.
4587         Reported by Jonathan C. Patschke <jp@centtech.com>.
4588
4589 2008-07-31  Jim Meyering  <meyering@redhat.com>
4590
4591         sha256.h: correct definition of SHA224_DIGEST_SIZE
4592         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
4593         Reported by Paulie Pena IV <paulie4@gmail.com>.
4594         Define as 224 / 8, rather than as a literal.
4595         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
4596         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
4597         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
4598
4599 2008-07-31  Bruno Haible  <bruno@clisp.org>
4600
4601         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
4602         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
4603         Reported by Jonathan Patschke <jp@centtech.com>.
4604
4605 2008-07-31  Bruno Haible  <bruno@clisp.org>
4606
4607         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
4608         Reported by Paolo Bonzini <bonzini@gnu.org>.
4609
4610 2008-07-30  Eric Blake  <ebb9@byu.net>
4611
4612         test-strtod: allow compilation without -lm
4613         * tests/test-strtod.c (main): Avoid link dependence on fabs.
4614         Reported by Dennis Clarke <blastwave@gmail.com>.
4615
4616 2008-07-28  Jim Meyering  <meyering@redhat.com>
4617
4618         bootstrap: work also when there are no .po files in po/
4619         * build-aux/bootstrap (update_po_files): Complete the change
4620         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
4621
4622 2008-07-27  Jim Meyering  <meyering@redhat.com>
4623
4624         * users.txt: Add zile.
4625
4626 2008-07-26  Ben Pfaff  <blp@gnu.org>
4627
4628         Add missing dependencies on new m4/exponent[fdl].m4 files.
4629         * modules/isnanf-nolibm: Add m4/exponentf.m4.
4630         * modules/isnand-nolibm: Add m4/exponentd.m4.
4631         * modules/isnanl-nolibm: Add m4/exponentl.m4.
4632         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
4633         m4/isnan[fdl].m4, because the macros actually used moved.
4634         Reported by Jim Meyering.
4635
4636 2008-07-14  Ben Pfaff  <blp@gnu.org>
4637
4638         Add isinf module.
4639         * lib/isinf.c: New file.
4640         * lib/math.in.h: Define isinf macro if we have decided to replace
4641         it.
4642         * m4/isinf.m4: New file.
4643         * m4/math_h.m4: Initialize and substitute variables for isinf
4644         module.
4645         * modules/isinf: New file.
4646         * modules/isinf-tests: New file.
4647         * modules/math: Add substitutions for new module.
4648         * tests/test-isinf.c: New file.
4649         * doc/posix-functions/isinf.texi: Mention new module.
4650         * MODULES.html.sh: Mention new module.
4651
4652 2008-07-14  Ben Pfaff  <blp@gnu.org>
4653
4654         Factor out some macros for use by additional modules.
4655         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
4656         exponentf.m4.
4657         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
4658         exponentd.m4.
4659         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
4660         file exponentl.m4.
4661         * m4/exponentf.m4: New file.
4662         * m4/exponentd.m4: New file.
4663         * m4/exponentl.m4: New file.
4664         * modules/isnanf: Use new file m4/exponentf.m4.
4665         * modules/isnand: Use new file m4/exponentd.m4.
4666         * modules/isnanl: Use new file m4/exponentl.m4.
4667
4668 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
4669
4670         mktime.c: normalize tp->tm_isdst value to -1/0/1.
4671         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
4672         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
4673         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
4674
4675         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
4676         readlink on platforms without PATH_MAX.
4677
4678 2008-07-21  Eric Blake  <ebb9@byu.net>
4679
4680         Warn, not fail, on stale version.
4681         * top/GNUmakefile (_curr-ver): Tone down previous patch.
4682
4683         Don't allow installation with stale devel version number.
4684         * top/GNUmakefile (_is-install-target): New macro.
4685         (_curr-ver): Forbid installation with stale version number.
4686
4687 2008-07-20  Bruno Haible  <bruno@clisp.org>
4688
4689         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
4690         TESTS_ENVIRONMENT.
4691         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
4692
4693 2008-07-20  Bruno Haible  <bruno@clisp.org>
4694
4695         * lib/c-stack.h (c_stack_action): Add documentation.
4696         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
4697
4698 2008-07-20  Bruno Haible  <bruno@clisp.org>
4699
4700         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
4701         * modules/readlink (License): Likewise.
4702
4703 2008-07-17  Eric Blake  <ebb9@byu.net>
4704
4705         * modules/c-stack (Link): Fix typo.
4706
4707         Make c-stack use libsigsegv, when available.
4708         * modules/c-stack (Depends-on): Add libsigsegv.
4709         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
4710         needed.
4711         * lib/c-stack.c (SIGSTKSZ): Define fallback.
4712         (segv_handler, overflow_handler, c_stack_action)
4713         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
4714         implementation when libsigsegv is available, but only when using
4715         the library is necessary.
4716         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
4717         comment, explaining why XSI check fails on Linux.
4718         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
4719         * tests/test-c-stack2.sh: Tweak skip message.
4720         * NEWS: Document new link-time requirements.
4721
4722 2008-07-16  Eric Blake  <ebb9@byu.net>
4723
4724         c-stack: Expose false positives when not using libsigsegv.
4725         * modules/c-stack-tests (Files): Expand test.
4726         * tests/test-c-stack.c (main): Add means to conditionally trigger
4727         non-overflow SIGSEGV.
4728         * tests/test-c-stack2.sh: New file.
4729
4730 2008-07-14  Bruno Haible  <bruno@clisp.org>
4731
4732         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
4733         Reported by Eric Blake.
4734
4735 2008-07-14  Sam Steingold  <sds@gnu.org>
4736             Bruno Haible  <bruno@clisp.org>
4737
4738         New module libsigsegv.
4739         * modules/libsigsegv: New file.
4740         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
4741         modifications.
4742         * MODULES.html.sh (Signal handling): New section.
4743
4744 2008-07-14  Bruno Haible  <bruno@clisp.org>
4745
4746         * modules/unictype/ctype-* (Description): Add the word "function".
4747         Improves the resulting doc in MODULES.html.
4748
4749 2008-07-12  Ben Pfaff  <blp@gnu.org>
4750
4751         Add longlong module.
4752         * modules/longlong: New file.
4753
4754 2008-07-12  Bruno Haible  <bruno@clisp.org>
4755
4756         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
4757         to empty.
4758
4759 2008-07-10  Ben Pfaff  <blp@gnu.org>
4760
4761         Add isnan module.
4762         * doc/posix-functions/isnan.texi: Mention new module.
4763         * lib/math.in.h: Define isnan macro if we have decided to replace
4764         it.
4765         * m4/isnan.m4: New file.
4766         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
4767         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
4768         also.
4769         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
4770         redundancy.
4771         * m4/math_h.m4: Initialize and substitute variables for isnan
4772         module.
4773         * modules/isnan: New file.
4774         * modules/isnan-tests: New file.
4775         * modules/math: Add substitutions for new module.
4776         * tests/test-isnan.c: New file.
4777         * MODULES.html.sh: Mention new module.
4778
4779 2008-07-10  Ben Pfaff  <blp@gnu.org>
4780
4781         Add isnanf module.
4782         * lib/isnanf.m4: New file.
4783         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
4784         (gl_HAVE_ISNANF_IN_LIBM): New macro.
4785         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
4786         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
4787         * modules/isnanf: New file.
4788         * modules/isnanf-tests: New file.
4789         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
4790         files.
4791         * tests/test-isnanf-nolibm.c: factored most of its contents into
4792         new file tests/test-isnanf.h.
4793         * tests/test-isnanf.h: New file.
4794         * tests/test-isnanf.c: New file.
4795         * MODULES.html.sh: Mention new module.
4796         * doc/glibc-functions/isnanf.texi: Mention new module.
4797
4798 2008-07-10  Ben Pfaff  <blp@gnu.org>
4799
4800         Add isnand module.
4801         * lib/isnand.h: New file.
4802         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
4803         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
4804         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
4805         functionality also.
4806         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
4807         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
4808         (gl_HAVE_ISNAND_IN_LIBM): New macro.
4809         * modules/isnand: New file.
4810         * modules/isnand-tests: New file.
4811         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
4812         files.
4813         * tests/test-isnand-nolibm.c: factored most of its contents into
4814         new file tests/test-isnand.h.
4815         * tests/test-isnand.h: New file.
4816         * tests/test-isnand.c: New file.
4817         * MODULES.html.sh: Mention new module.
4818
4819 2008-07-10  Ben Pfaff  <blp@gnu.org>
4820
4821         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
4822         * lib/isnand.h: Rename lib/isnand-nolibm.h.
4823         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
4824         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
4825         * modules/isnanf-nolibm: Update references to renamed files.
4826         * modules/isnand-nolibm: Likewise.
4827         * modules/isnanf-nolibm-tests: Likewise.
4828         * modules/isnand-nolibm-tests: Likewise.
4829         * lib/frexp.c: Likewise.
4830         * lib/isfinite.c: Likewise.
4831         * lib/signbitd.c: Likewise.
4832         * lib/signbitf.c: Likewise.
4833         * lib/vasnprintf.c: Likewise.
4834         * tests/test-ceilf1.c: Likewise.
4835         * tests/test-ceilf2.c: Likewise.
4836         * tests/test-floorf1.c: Likewise.
4837         * tests/test-floorf2.c: Likewise.
4838         * tests/test-frexp.c: Likewise.
4839         * tests/test-round1.c: Likewise.
4840         * tests/test-round2.c: Likewise.
4841         * tests/test-roundf1.c: Likewise.
4842         * tests/test-strtod.c: Likewise.
4843         * tests/test-trunc1.c: Likewise.
4844         * tests/test-trunc2.c: Likewise.
4845         * tests/test-truncf1.c: Likewise.
4846         * tests/test-truncf2.c: Likewise.
4847         * NEWS: Mention the renamed header files.
4848
4849 2008-07-11  Jim Meyering  <meyering@redhat.com>
4850
4851         vc-list-files: make the last-resort awk code more portable
4852         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
4853         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
4854         does not support it.
4855
4856 2008-07-10  Eric Blake  <ebb9@byu.net>
4857
4858         Work with tar's bootstrap.
4859         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
4860         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
4861         an m4 comment.
4862
4863 2008-07-09  Jim Meyering  <meyering@redhat.com>
4864
4865         posix-shell.m4: fix typo that made this test malfunction
4866         * m4/posix-shell.m4: Remove capitalization in variable name.
4867
4868 2008-07-08  Bruno Haible  <bruno@clisp.org>
4869
4870         * m4/onceonly.m4: Update comments.
4871         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4872
4873 2008-07-04  Jim Meyering  <meyering@redhat.com>
4874
4875         * users.txt: Add vc-dwim.
4876         (bison, coreutils): Use the gitweb URL.
4877
4878 2008-07-03  Jim Meyering  <meyering@redhat.com>
4879
4880         * users.txt: Add libffcall.  From Sam Steingold.
4881
4882 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
4883
4884         getdate.y: do not ignore TZ with relative day, month or year offset
4885         * lib/getdate.y (get_date): Move the tz-handling block to follow the
4886         relative-date-handling, since otherwise, the latter would clobber the
4887         sole output (an updated Start value) of the tz-handling block.
4888         * tests/test-getdate.c: Tests for the fix
4889
4890 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4891
4892         Recognize 'foo_LIBRARIES += libgnu.a'.
4893         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
4894         makefile snippet has already specified an installation location,
4895         also using '+='.
4896
4897 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
4898
4899         getdate.y: factor out common actions
4900         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
4901         Use them in place of open-coded actions.
4902
4903 2008-07-01  Simon Josefsson  <simon@josefsson.org>
4904
4905         Add self-test for getdate module.
4906         * modules/getdate-tests: New file.
4907         * tests/test-getdate.c: New file.
4908
4909 2008-06-29  Bruno Haible  <bruno@clisp.org>
4910
4911         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
4912         .gitignore.
4913         Reported by Sylvain Beucler <beuc@beuc.net>.
4914
4915 2008-06-29  Bruno Haible  <bruno@clisp.org>
4916
4917         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
4918         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
4919
4920 2008-06-29  Bruno Haible  <bruno@clisp.org>
4921
4922         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
4923         EXTRA_DIST.
4924         Reported by Sylvain Beucler <beuc@beuc.net>.
4925
4926 2008-06-26  Jim Meyering  <meyering@redhat.com>
4927
4928         make several modules depend on the "open" module
4929         This provides slightly increased consistency when opening-for-write
4930         the name of a non-directory spelled with a trailing slash.
4931         * modules/chdir-safer: Likewise.
4932         * modules/chown: Likewise.
4933         * modules/clean-temp: Likewise.
4934         * modules/copy-file: Likewise.
4935         * modules/fchdir: Likewise.
4936         * modules/fcntl-safer: Likewise.
4937         * modules/pipe: Likewise.
4938         * modules/utime: Likewise.
4939         Prompted by Eric Blake and Bruno Haible.
4940
4941 2008-06-24  Andreas Schwab  <schwab@suse.de>
4942
4943         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
4944         literals can be used as initializers for global variables.
4945
4946 2008-06-23  Eric Blake  <ebb9@byu.net>
4947
4948         Make gnulib-cache.m4 easier to diff.
4949         * gnulib-tool (func_import): Allow newlines when reading cached
4950         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
4951
4952 2008-06-23  Bruno Haible  <bruno@clisp.org>
4953
4954         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
4955         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
4956         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
4957         m4/signalblocking.m4.
4958         (gl_PREREQ_SIGACTION): Don't invoke it.
4959         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
4960         gl_PREREQ_SIG_HANDLER_H.
4961         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4962         Don't check for sigaction here.
4963
4964 2008-06-23  Bruno Haible  <bruno@clisp.org>
4965
4966         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
4967         (install_handlers): Don't set the SA_RESETHAND flag.
4968
4969 2008-06-23  Bruno Haible  <bruno@clisp.org>
4970
4971         * m4/sigaction.m4: Comment fixes.
4972         * lib/signal.in.h: Likewise.
4973
4974 2008-06-23  Eric Blake  <ebb9@byu.net>
4975
4976         Fix typo.
4977         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
4978
4979         Avoid SA_ namespace.
4980         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
4981         Reported by Ralf Wildenhues.
4982
4983         Avoid test failure due to SA_RESTORER.
4984         * tests/test-sigaction.c (SA_MASK): New macro.
4985         (main): Avoid failing due to extension flags being set.
4986         Reported by Jim Meyering.
4987
4988         Revert use of sig-handler.h in sigprocmask.c.
4989         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
4990         it requires the existence of struct sigaction.
4991         * lib/sigprocmask.c (handler_t): Restore typedef.
4992         (rpl_signal, old_handlers): Use local type.
4993
4994 2008-06-22  Bruno Haible  <bruno@clisp.org>
4995
4996         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
4997         conditionally.
4998         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4999
5000 2008-06-22  Bruno Haible  <bruno@clisp.org>
5001
5002         * doc/posix-functions/siginterrupt.texi: Move note.
5003
5004         * lib/signal.in.h (SA_RESTART): New macro.
5005         * lib/sigaction.c: Update comment.
5006
5007         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
5008
5009         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
5010         (gl_PREREQ_SIGPROCMASK): Invoke it.
5011         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
5012
5013         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
5014
5015         * lib/sigprocmask.c: Update a comment.
5016
5017 2008-06-21  Eric Blake  <ebb9@byu.net>
5018
5019         Use sigaction module rather than signal().
5020         * modules/c-stack (Depends-on): Add sigaction.
5021         * modules/fatal-signal (Depends-on): Likewise.
5022         * modules/nanosleep (Depends-on): Likewise.
5023         * modules/sigprocmask (Files): Add sig-handler.h.
5024         * modules/sigaction (Files): Likewise.
5025         * lib/sig-handler.h (get_handler): New file, suggested by Paul
5026         Eggert.
5027         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
5028         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
5029         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
5030         (init_fatal_signals): Likewise.
5031         * lib/nanosleep.c (rpl_nanosleep): Likewise.
5032         (siginterrupt): Delete fallback.
5033         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
5034         instead.
5035         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
5036         siginterrupt.
5037
5038         New module sigaction, for mingw.
5039         * modules/sigaction: New module...
5040         * modules/sigaction-tests: ...and its test.
5041         * m4/sigaction.m4: New file.
5042         * lib/sigaction.c: Likewise.
5043         * tests/test-sigaction.c: Likewise.
5044         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
5045         * modules/signal (Makefile.am): Likewise.
5046         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
5047         needed.
5048         * doc/posix-headers/signal.texi (signal.h): Mention provided
5049         types.
5050         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
5051         that sigaction is preferable.
5052         * doc/posix-functions/sigaction.texi (sigaction): Mention new
5053         module.
5054         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5055         sigaction.
5056
5057         Improve robustness of sigprocmask by overriding signal.
5058         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
5059         is in use.
5060         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
5061         (SIGKILL, SIGSTOP): Provide fallbacks.
5062         (rpl_signal): Implement.
5063         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
5064         signal can be called inside handlers.
5065
5066         Fix nanosleep module on mingw.
5067         * modules/nanosleep (Depends-on): Add sys_select.
5068         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
5069
5070         Fix licensing of sigprocmask.
5071         * modules/raise (License): Relicense as LGPL.
5072
5073 2008-06-21  Bruno Haible  <bruno@clisp.org>
5074
5075         * lib/propername.c (proper_name_utf8): Don't use the transliterated
5076         result if it contains question marks.
5077         Reported by Michael Geng <linux@michaelgeng.de>.
5078
5079 2008-06-19  Bruno Haible  <bruno@clisp.org>
5080
5081         Fix CVS-ism.
5082         * doc/gnulib.texi: Include updated-stamp.texi.
5083         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
5084         (updated-stamp.texi): New rule.
5085         (gnulib.info): Depend on it.
5086         * doc/.gitignore: Add updated-stamp.texi.
5087         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
5088
5089 2008-06-19  Bruno Haible  <bruno@clisp.org>
5090
5091         * doc/Makefile (gnulib.info): Update and simplify dependencies.
5092         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5093
5094 2008-06-19  Eric Blake  <ebb9@byu.net>
5095
5096         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
5097         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
5098         Reported by Stepan Kasal.
5099
5100 2008-06-18  Bruno Haible  <bruno@clisp.org>
5101
5102         * lib/fatal-signal.c (init_fatal_signals): Add comment.
5103         Reported by Eric Blake.
5104
5105 2008-06-18  Eric Blake  <ebb9@byu.net>
5106
5107         Work around cygwin 1.5.25 strsignal bug.
5108         * tests/test-strsignal.c: Allow for const char *.
5109         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
5110
5111 2008-06-18  Simon Josefsson  <simon@josefsson.org>
5112
5113         * users.txt: Update URL to article and add author/date
5114         information.
5115
5116 2008-06-17  Bruno Haible  <bruno@clisp.org>
5117
5118         New macro gl_DISABLE_THREADS.
5119         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
5120         if the user did not pass --enable-threads or --disable-threads option.
5121         (gl_DISABLE_THREADS): New macro.
5122         Reported by Eric Blake <ebb9@byu.net>.
5123
5124 2008-06-17  Bruno Haible  <bruno@clisp.org>
5125
5126         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
5127         when the macro ignores it.
5128         Based on a patch by Eric Blake <ebb9@byu.net>.
5129
5130 2008-06-17  Bruno Haible  <bruno@clisp.org>
5131
5132         * modules/tls (License): Change to LGPLv2+.
5133         Reported by Eric Blake.
5134
5135 2008-06-17  Eric Blake  <ebb9@byu.net>
5136
5137         Simplify c-stack prerequisites.
5138         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
5139         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
5140         no longer requires <ucontext.h> to exist.  Optimize setrlimit
5141         check.
5142         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
5143         <sys/resource.h>.
5144
5145         Move c-stack test into testsuite.
5146         * modules/c-stack-tests: New file.
5147         * lib/c-stack.c [DEBUG]: Move test program...
5148         * tests/test-c-stack.c: ...into this new file.  Skip rather than
5149         fail test if sigaltstack is lacking.
5150         * tests/test-c-stack.sh: New driver file.
5151
5152 2008-06-16  Eric Blake  <ebb9@byu.net>
5153
5154         Use raise module consistently.
5155         * modules/fatal-signal (Depends-on): Add raise.
5156         * modules/sigprocmask (Depends-on): Likewise.
5157         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
5158         * lib/sigprocmask.c (sigprocmask): Likewise.
5159         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5160         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
5161
5162         Fix compliance bug in sigpending.
5163         * lib/sigprocmask.c (sigpending): Return pending array via
5164         parameter, not return value.
5165
5166 2008-06-14  Eric Blake  <ebb9@byu.net>
5167
5168         Improve obstack-printf test code.
5169         * tests/test-obstack-printf.c (test_function): Fix comment, and
5170         simplify usage of obstack_* in macros.  Add a test for coverage.
5171         Reported by Bruno Haible.
5172
5173 2008-06-14  Bruno Haible  <bruno@clisp.org>
5174
5175         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
5176         array size as a constant, not as a const variable.
5177         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
5178         AC_USE_SYSTEM_EXTENSIONS.
5179         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
5180         Test whether the obstack_printf function actually exists.
5181         * modules/obstack-printf (Depends-on): Add extensions.
5182         (Include): Remove obstack.h.
5183         * modules/obstack-printf-posix (Depends-on): Add extensions.
5184         (Include): Remove obstack.h.
5185
5186 2008-06-13  Eric Blake  <ebb9@byu.net>
5187
5188         Add obstack-printf and obstack-printf-posix modules.
5189         * modules/obstack-printf: New file.
5190         * modules/obstack-printf-posix: Likewise.
5191         * MODULES.html.sh (Misc): Mention them.
5192         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
5193         Likewise.
5194         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
5195         Likewise.
5196         * modules/stdio (Makefile.am): Accomodate new modules.
5197         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5198         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
5199         Declare.
5200         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
5201         functions.
5202         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
5203         (gl_REPLACE_OBSTACK_PRINTF): New macros
5204         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
5205         * tests/test-obstack-printf.c: New file.
5206         * modules/obstack-printf-tests: Likewise.
5207         * modules/obstack-printf-posix-tests: Likewise.
5208
5209 2008-06-11  Bruno Haible  <bruno@clisp.org>
5210
5211         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
5212         * lib/open.c: Include errno.h.
5213         (open): Fail when attempting to write to a file that has a trailing
5214         slash.
5215         * tests/test-open.c (main): Test against trailing slash bug.
5216         * doc/posix-functions/open.texi: Mention the trailing slash bug.
5217
5218 2008-06-10  Bruno Haible  <bruno@clisp.org>
5219
5220         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
5221         for $? to work inside the trap command, with various /bin/sh-s.
5222         * tests/test-vc-list-files-cvs.sh: Likewise.
5223
5224 2008-06-10  Bruno Haible  <bruno@clisp.org>
5225
5226         * lib/acl-internal.h: Don't include gettext.h here.
5227         * lib/set-mode-acl.c: Include gettext.h here.
5228         * lib/copy-acl.c: Likewise.
5229
5230 2008-06-10  Bruno Haible  <bruno@clisp.org>
5231
5232         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
5233         * lib/wait-process.c (wait_subprocess): Likewise.
5234         * lib/execute.h (execute): Add termsigp argument.
5235         * lib/execute.c (execute): Likewise.
5236         * lib/csharpcomp.c (compile_csharp_using_pnet,
5237         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
5238         * lib/csharpexec.c (execute_csharp_using_pnet,
5239         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
5240         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
5241         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
5242         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
5243         is_jikes_present): Update.
5244         * lib/javaexec.c (execute_java_class): Update.
5245         * lib/javaversion.c (execute_and_read_line): Update.
5246         * NEWS: Document the changes.
5247         Reported by Eric Blake.
5248
5249 2008-06-10  Eric Blake  <ebb9@byu.net>
5250
5251         Add missing include.
5252         * tests/test-strstr.c (includes): Add <signal.h>.
5253         * tests/test-strcasestr.c (includes): Likewise.
5254         * tests/test-memmem.c (includes): Likewise.
5255
5256 2008-06-10  Bruno Haible  <bruno@clisp.org>
5257
5258         * lib/wait-process.c (wait_subprocess): Add an assertion.
5259
5260 2008-06-10  Bruno Haible  <bruno@clisp.org>
5261
5262         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
5263
5264 2008-06-10  Bruno Haible  <bruno@clisp.org>
5265
5266         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
5267         using alarm().
5268         * tests/test-strcasestr.c (main): Likewise.
5269         * tests/test-strstr.c (main): Likewise.
5270
5271 2008-06-09  Bruno Haible  <bruno@clisp.org>
5272
5273         Work around the Solaris 10 ACE ACLs ABI change.
5274         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
5275         declare if ACL_NO_TRIVIAL is present.
5276         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
5277         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
5278         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
5279         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
5280         define if ACL_NO_TRIVIAL is present.
5281         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
5282         and use the current ABI.
5283         (file_has_acl): Use same #if condition as elsewhere.
5284         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
5285         in use, and use the current ABI.
5286         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
5287         Reported by Jim Meyering.
5288
5289 2008-06-09  Eric Blake  <ebb9@byu.net>
5290
5291         Work around environments that (stupidly) ignore SIGALRM.
5292         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
5293         before using alarm().
5294         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5295         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
5296         Reported by Ian Beckwith <ianb@erislabs.net>.
5297
5298         Produce autobuild blurb earlier in log.
5299         * modules/autobuild (configure.ac-early): Move AB_INIT here.
5300
5301 2008-06-09  Jim Meyering  <meyering@redhat.com>
5302         and OndÅ™ej Vašík  <ovasik@redhat.com>
5303
5304         utimens.c: correct kernel bug work-around
5305         OndÅ™ej Vašík found that the invalid return value of 280 indicates
5306         failure, not success, and the kernel bug we're trying to work
5307         around affects not just the utimensat call, but also the fallback
5308         futimens call.
5309         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
5310         not success.
5311         [HAVE_FUTIMENS]: Use the same work-around, here.
5312
5313 2008-06-09  Jim Meyering  <meyering@redhat.com>
5314
5315         add more guards around definition of ACE_-related code
5316         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
5317         ALLOW and ACE_OWNER are also defined.
5318
5319 2008-06-08  Bruno Haible  <bruno@clisp.org>
5320
5321         * lib/acl-internal.h: Add me as co-author.
5322         * lib/file-has-acl.c: Likewise.
5323         * lib/set-mode-acl.c: Likewise.
5324         * lib/copy-acl.c: Likewise.
5325
5326 2008-06-08  Bruno Haible  <bruno@clisp.org>
5327
5328         Add support for AIX ACLs.
5329         * lib/acl-internal.h (acl_nontrivial): New declaration.
5330         * lib/file-has-acl.c (acl_nontrivial): New function.
5331         (file_has_acl): Add implementation using AIX 4 ACL API.
5332         * lib/set-mode-acl.c (qset_acl): Likewise.
5333         * lib/copy-acl.c (qcopy_acl): Likewise.
5334
5335 2008-06-08  Bruno Haible  <bruno@clisp.org>
5336
5337         Add support for HP-UX ACLs.
5338         * lib/acl-internal.h (acl_nontrivial): New declaration.
5339         * lib/file-has-acl.c (acl_nontrivial): New function.
5340         (file_has_acl): Add implementation using HP-UX 11 ACL API.
5341         * lib/set-mode-acl.c (qset_acl): Likewise.
5342         * lib/copy-acl.c (qcopy_acl): Likewise.
5343
5344 2008-06-08  Bruno Haible  <bruno@clisp.org>
5345
5346         Add support for Cygwin ACLs.
5347         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
5348         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
5349         the chmod_or_fchmod call.
5350         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
5351
5352 2008-06-08  Bruno Haible  <bruno@clisp.org>
5353
5354         Fix bug with setuid modes in Solaris 10+ code.
5355         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
5356         succeeded, when the mode contains some special bits.
5357
5358 2008-06-08  Bruno Haible  <bruno@clisp.org>
5359
5360         Add support for Solaris 7..10 ACLs.
5361         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
5362         declarations.
5363         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
5364         functions.
5365         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
5366         * lib/set-mode-acl.c (qset_acl): Likewise.
5367         * lib/copy-acl.c (qcopy_acl): Likewise.
5368
5369 2008-06-08  Bruno Haible  <bruno@clisp.org>
5370
5371         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
5372         declaration.
5373         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
5374         (acl_access_nontrivial): Remove MacOS X case.
5375         (file_has_acl): Use acl_extended_nontrivial.
5376         * lib/copy-acl.c (qcopy_acl): Likewise.
5377
5378 2008-06-08  Bruno Haible  <bruno@clisp.org>
5379
5380         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
5381
5382 2008-06-08  Jim Meyering  <meyering@redhat.com>
5383
5384         * modules/acl (Maintainer): Add Bruno Haible.
5385
5386 2008-06-07  Bruno Haible  <bruno@clisp.org>
5387
5388         Improve support for Tru64 ACLs.
5389         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
5390         ACL on OSF/1.
5391
5392 2008-06-07  Bruno Haible  <bruno@clisp.org>
5393
5394         Add support for MacOS X ACLs.
5395         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
5396         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
5397         * lib/set-mode-acl.c (qset_acl): Likewise.
5398         * lib/copy-acl.c (qcopy_acl): Likewise.
5399
5400 2008-06-07  Bruno Haible  <bruno@clisp.org>
5401
5402         Fix memory leak introduced on 2008-05-22.
5403         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
5404         use.
5405
5406 2008-06-07  Bruno Haible  <bruno@clisp.org>
5407
5408         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
5409         to construct an empty ACL.
5410
5411 2008-06-07  Bruno Haible  <bruno@clisp.org>
5412
5413         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
5414         precisely.
5415         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
5416
5417 2008-06-07  Bruno Haible  <bruno@clisp.org>
5418
5419         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
5420         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
5421
5422 2008-06-07  Bruno Haible  <bruno@clisp.org>
5423
5424         * doc/posix-functions/_setjmp.texi: Explain the use of this function
5425         regardless of POSIX.
5426         * doc/posix-functions/_longjmp.texi: Likewise.
5427         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
5428         SystemV platform in this case.
5429
5430 2008-06-06  Eric Blake  <ebb9@byu.net>
5431
5432         Document abort() bugs.
5433         * doc/posix-functions/abort.texi (abort): Mention anomalies.
5434
5435         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
5436         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
5437         sigsetjmp.
5438         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
5439         siglongjmp, but only as a macro.
5440         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
5441         is obsolete.
5442         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
5443
5444         Tweak documentation to cover cygwin argz bugs.
5445         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
5446         argz bug fix; no code change needed since no cygwin releases
5447         occurred between the last fix and the bug being tested.
5448         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
5449         module and recently fixed cygwin bugs.
5450         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
5451         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
5452         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
5453         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
5454         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
5455         Likewise.
5456         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
5457         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
5458         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
5459         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
5460         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
5461         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
5462         Likewise.
5463
5464         Avoid gcc warning on cygwin.
5465         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
5466         !ACL_NO_TRIVIAL]: Avoid unused variable.
5467
5468 2008-06-05  Eric Blake  <ebb9@byu.net>
5469
5470         Be tolerant of UNKNOWN version in gnulib-tool test dir.
5471         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
5472         git-version-gen fails to come up with a version.
5473         Reported by Simon Josefsson.
5474
5475 2008-06-05  Jim Meyering  <meyering@redhat.com>
5476             Paul Eggert  <eggert@cs.ucla.edu>
5477
5478         utimens.c: work around a probable Linux kernel bug
5479         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
5480         appears to be a kernel bug that causes utimensat to return 280
5481         instead of 0, indicating success.
5482
5483 2008-06-04  Bruno Haible  <bruno@clisp.org>
5484
5485         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
5486         2008-06-01 commit.
5487
5488 2008-06-04  Bruno Haible  <bruno@clisp.org>
5489
5490         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
5491         * lib/file-has-acl.c (acl_access_nontrivial): New function.
5492         (file_has_acl): Use it. Save errno afterwards.
5493         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
5494
5495 2008-06-03  Bruno Haible  <bruno@clisp.org>
5496
5497         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
5498         draft code. Simplify #ifs.
5499         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
5500         Put Solaris code after POSIX-draft code. Fix comments regarding
5501         Solaris 10, HP-UX. Mention Cygwin.
5502         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
5503
5504 2008-06-03  Eric Blake  <ebb9@byu.net>
5505
5506         Provide fallback for older kernels.
5507         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
5508         Provide runtime fallback if kernel lacks support.
5509         Reported by Mike Frysinger.
5510
5511 2008-06-02  Bruno Haible  <bruno@clisp.org>
5512
5513         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
5514         it exists.
5515
5516 2008-06-02  Bruno Haible  <bruno@clisp.org>
5517
5518         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
5519         * lib/copy-acl.c (qcopy_acl): Update comment.
5520
5521 2008-06-02  Bruno Haible  <bruno@clisp.org>
5522
5523         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
5524         like ACL APIs.
5525
5526 2008-06-02  Bruno Haible  <bruno@clisp.org>
5527
5528         * tests/test-file-has-acl.sh: Use different code for Cygwin.
5529         * tests/test-set-mode-acl.sh: Likewise.
5530         * tests/test-copy-acl.sh: Likewise.
5531         * tests/test-copy-file.sh: Likewise.
5532
5533 2008-06-02  Bruno Haible  <bruno@clisp.org>
5534
5535         * tests/test-file-has-acl.sh: Remove unused code.
5536
5537 2008-06-01  Bruno Haible  <bruno@clisp.org>
5538
5539         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
5540         (copy_acl): Just a wrapper around qcopy_acl that emits the error
5541         messages.
5542         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
5543
5544 2008-06-01  Bruno Haible  <bruno@clisp.org>
5545
5546         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
5547         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
5548         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
5549         APIs.
5550         * modules/acl-tests (configure.ac): Remove tests now contained in
5551         m4/acl.m4.
5552
5553 2008-06-02  Jim Meyering  <meyering@redhat.com>
5554
5555         announce-gen: use a better key-server host name
5556         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
5557         it may be more consistently reliable.  Suggested by Werner Koch
5558         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
5559
5560 2008-06-01  Bruno Haible  <bruno@clisp.org>
5561
5562         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
5563         Reported by Voroskoi Andras <voroskoi@gmail.com>.
5564
5565 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
5566
5567         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
5568
5569 2008-06-01  Bruno Haible  <bruno@clisp.org>
5570
5571         New ACL tests.
5572         * tests/test-file-has-acl.sh: New file.
5573         * tests/test-file-has-acl.c: New file.
5574         * tests/test-set-mode-acl.sh: New file.
5575         * tests/test-set-mode-acl.c: New file.
5576         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
5577         * tests/test-copy-acl.c: New file.
5578         * modules/acl-tests: New file, based on modules/copy-file-tests.
5579         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
5580         (Depends-on): Add acl-tests.
5581         (configure.ac): Remove checks.
5582         (Makefile.am): Don't create test-sameacls program here any more.
5583
5584 2008-06-01  Bruno Haible  <bruno@clisp.org>
5585
5586         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
5587         * tests/test-sameacls.c: Include progname.h.
5588         (main): Invoke set_program_name. Portability fixes for MacOS X,
5589         Solaris, HP-UX.
5590
5591 2008-06-01  Bruno Haible  <bruno@clisp.org>
5592
5593         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
5594         function.
5595         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
5596
5597 2008-06-01  Bruno Haible  <bruno@clisp.org>
5598
5599         * modules/rpmatch (Depends-on): Add strdup.
5600
5601 2008-06-01  Bruno Haible  <bruno@clisp.org>
5602
5603         * lib/pipe.c: Include unistd-safer.h.
5604         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
5605         * modules/pipe (Depends-on): Add unistd-safer.
5606
5607 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5608
5609         * modules/autobuild (configure.ac): Call AB_INIT.
5610
5611 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5612
5613         * tests/test-getaddrinfo.c: Don't print debug messages by default.
5614         Suggested by Bruno Haible <bruno@clisp.org>.
5615
5616 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5617
5618         * tests/test-base64.c: Cast size_t to unsigned long when invoking
5619         printf.  Use %lu instead of %d.  Reported by Bruno Haible
5620         <bruno@clisp.org>.
5621
5622 2008-05-29  Eric Blake  <ebb9@byu.net>
5623
5624         Prefer new POSIX 200x interfaces over futimesat.
5625         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
5626         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
5627         when available.
5628         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
5629
5630 2008-05-28  Bruno Haible  <bruno@clisp.org>
5631
5632         * modules/stpcpy (License): Change to LGPLv2+.
5633         Requested by David Lutterkort <dlutter@redhat.com>.
5634
5635 2008-05-27  Bruno Haible  <bruno@clisp.org>
5636
5637         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
5638         current mingw.
5639         Reported by Jose E. Marchesi <jemarch@gnu.org>.
5640
5641 2008-05-27  Bruno Haible  <bruno@clisp.org>
5642
5643         * modules/iconv_open (Link): New section, from module 'iconv'.
5644         * modules/striconv (Link): Likewise.
5645         * modules/striconveh (Link): Likewise.
5646         * modules/xstriconv (Link): Likewise.
5647         * modules/unicodeio (Link): Likewise.
5648         * modules/propername (Link): Likewise.
5649         Reported by Jim Meyering.
5650
5651 2008-05-26  Jim Meyering  <meyering@redhat.com>
5652
5653         sha256: do not artificially restrict buffer length to be < 2^32
5654         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
5655         uint32_t to size_t.
5656         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
5657         to match.
5658
5659         avoid unaligned access errors, e.g., on sparc
5660         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
5661         direct access through a possibly-unaligned uint64* pointer.
5662         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
5663         direct access through a possibly-unaligned uint32* pointer.
5664         Prompted by this patch from Tom "spot" Callaway:
5665         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
5666
5667         sha512.c: fix typo in comment
5668         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
5669
5670 2008-05-25  Bruno Haible  <bruno@clisp.org>
5671
5672         * lib/set-mode-acl.c: Renamed from lib/acl.c.
5673         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
5674         (Makefile.am): Update lib_SOURCES.
5675
5676 2008-05-25  Bruno Haible  <bruno@clisp.org>
5677
5678         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
5679
5680 2008-05-25  Jim Meyering  <meyering@redhat.com>
5681
5682         useless-if-before-free: freed expr may have white-space differences
5683         * build-aux/useless-if-before-free: Recognize cases in which the
5684         freed expression differs from the tested one in embedded white
5685         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
5686         $1 was used, so we can't make any regexp shy.  Improved tests now
5687         detect this.
5688
5689         useless-if-before-free: accept white space in the expression.
5690         * build-aux/useless-if-before-free: For now, any white space
5691         in the expression must be identical in the free argument.
5692
5693         useless-if-before-free: efficiency tweak
5694         * build-aux/useless-if-before-free: Make the expression-matching
5695         regexp "shy".
5696         Make the *outer* regexp shy, not the expr-matching one.
5697
5698         update code-in-comment to accept cast of free arg
5699         * build-aux/useless-if-before-free: Update regexp.
5700
5701 2008-05-25  Bruno Haible  <bruno@clisp.org>
5702
5703         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
5704         * modules/copy-file-tests (Files, Makefile.am): Update.
5705         * tests/test-copy-file.c (func_test_copy): Update.
5706
5707 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
5708
5709         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
5710
5711 2008-05-23  Bruno Haible  <bruno@clisp.org>
5712
5713         Improve support for ACLs on OSF/1.
5714         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
5715         Remove fallback for unknown flavors of ACLs.
5716
5717 2008-05-22  Bruno Haible  <bruno@clisp.org>
5718
5719         Add support for ACLs on OSF/1.
5720         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
5721         replacements.
5722         (acl_free_text): New macro fallback.
5723         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
5724         acl_free.
5725         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
5726         acl_free_text function. Require AC_C_INLINE.
5727
5728 2008-05-22  Bruno Haible  <bruno@clisp.org>
5729
5730         Make copy_acl work on MacOS X 10.5.
5731         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
5732         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
5733         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
5734         If MODE_INSIDE_ACL, don't assume that every system has the same text
5735         representation for ACLs as FreeBSD.
5736         * lib/copy-acl.c (copy_acl): Add support for platforms with
5737         !MODE_INSIDE_ACL.
5738         * lib/file-has-acl.c (file_has_acl): Likewise.
5739         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
5740         FreeBSD, MacOS X, or IRIX, respectively.
5741
5742 2008-05-22  Bruno Haible  <bruno@clisp.org>
5743
5744         * lib/acl.h: Don't include <sys/acl.h>.
5745         (GETACLCNT): Move fallback to lib/acl-internal.h.
5746         * lib/acl-internal.h: Include <sys/acl.h> here.
5747         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
5748
5749 2008-05-22  Bruno Haible  <bruno@clisp.org>
5750
5751         Split off copy_acl function to separate file.
5752         * lib/copy-acl.c: New file, extracted from lib/acl.c.
5753         * lib/acl.c (copy_acl): Moved function to separate file.
5754         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
5755         * modules/acl (Files): Add lib/copy-acl.c.
5756         (Makefiles.am): Augment lib_SOURCES.
5757
5758 2008-05-22  Bruno Haible  <bruno@clisp.org>
5759
5760         * modules/copy-file-tests: New file.
5761         * tests/test-copy-file.sh: New file.
5762         * tests/test-copy-file.c: New file.
5763         * tests/test-copy-file-sameacls.c: New file.
5764
5765 2008-05-22  Eric Blake  <ebb9@byu.net>
5766
5767         Avoid gcc warning.
5768         * tests/test-memcmp.c (main): Pass NULL indirectly.
5769
5770 2008-05-21  Bruno Haible  <bruno@clisp.org>
5771
5772         Add reference doc about ACLs.
5773         * doc/acl-resources.txt: New file.
5774         * doc/acl-cygwin.txt: New file.
5775
5776 2008-05-21  Bruno Haible  <bruno@clisp.org>
5777
5778         Avoid one more warning from gcc.
5779         * lib/vasnprintf.c (IF_LINT): Update comments.
5780         (VASNPRINTF): Use it also for the 'prefix' array initializer.
5781
5782 2008-05-21  Jim Meyering  <meyering@redhat.com>
5783
5784         avoid a warning from gcc
5785         * lib/vasnprintf.c (IF_LINT): Define.
5786         (scale10_round_decimal_long_double):
5787         Use it to avoid a "may be used uninitialized" warning.
5788         (scale10_round_decimal_double): Likewise.
5789
5790 2008-05-21  Simon Josefsson  <simon@josefsson.org>
5791
5792         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
5793         declared.
5794
5795 2008-05-20  Bruno Haible  <bruno@clisp.org>
5796
5797         * tests/test-memcmp.c (main): Test also the sign of the result. Test
5798         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
5799
5800 2008-05-20  Simon Josefsson  <simon@josefsson.org>
5801
5802         * modules/memcmp-tests: New file.
5803         * tests/test-memcmp.c: New file.
5804
5805 2008-05-19  Bruno Haible  <bruno@clisp.org>
5806
5807         * modules/propername (Notice, configure.ac): Put quoted "..." into
5808         --keyword option.
5809         * lib/propername.h: Update comments accordingly.
5810         Reported by Eric Blake.
5811
5812 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
5813
5814         * modules/getpass-gnu (Depends-on): Add fseeko.
5815
5816 2008-05-19  Simon Josefsson  <simon@josefsson.org>
5817
5818         * modules/base64-tests: New file.
5819
5820 2008-05-19  Bo Borgerson <gigabo@gmail.com>
5821
5822         * lib/base64.c (base64_decode_ctx): If a decode context structure
5823         was passed in use it to ignore newlines.  If a context structure
5824         was _not_ passed in, continue to treat newlines as garbage (this
5825         is the historical behavior).  Formerly base64_decode.
5826         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
5827         takes a decode context structure.
5828         * lib/base64.h (base64_decode): Macro for four-argument calls.
5829         (base64_decode_alloc): Likewise.
5830         * lib/base64.c (base64_decode_ctx): If a decode context structure
5831         was passed in use it to ignore newlines.  If a context structure
5832         was _not_ passed in, continue to treat newlines as garbage (this
5833         is the historical behavior).  Formerly base64_decode.
5834         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
5835         takes a decode context structure.
5836         * lib/base64.h (base64_decode): Macro for four-argument calls.
5837         (base64_decode_alloc): Likewise.
5838
5839 2008-05-19  Jim Meyering  <meyering@redhat.com>
5840
5841         avoid a warning from gcc
5842         * lib/trim.c (IF_LINT): Define.
5843         (trim2): Use it to avoid a "may be used uninitialized" warning.
5844
5845         Fix doc typo.
5846         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
5847
5848 2008-05-19  Bruno Haible  <bruno@clisp.org>
5849
5850         * doc/glibc-functions/getpass.texi: Document limits of other
5851         implementations.
5852
5853 2008-05-19  Simon Josefsson  <simon@josefsson.org>
5854             Bruno Haible <bruno@clisp.org>
5855
5856         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
5857
5858 2008-05-18  Bruno Haible  <bruno@clisp.org>
5859
5860         * modules/propername: New file, from GNU gettext.
5861         * lib/propername.h: New file, from GNU gettext.
5862         * lib/propername.c: New file, from GNU gettext.
5863         * MODULES.html.sh (Internationalization functions): Add propername.
5864
5865 2008-05-16  Jim Meyering  <meyering@redhat.com>
5866             Bruno Haible  <bruno@clisp.org>
5867
5868         Avoid some warnings from "gcc -Wshadow".
5869         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
5870
5871 2008-05-15  Eric Blake  <ebb9@byu.net>
5872
5873         Extend previous patch to cygwin 1.7.0.
5874         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
5875         fast implementation in cygwin >= 1.7.0.
5876         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5877         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5878
5879 2008-05-15  Bruno Haible  <bruno@clisp.org>
5880
5881         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
5882         implementation in glibc >= 2.9.
5883         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5884         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5885
5886 2008-05-15  Bruno Haible  <bruno@clisp.org>
5887
5888         * MODULES.html.sh (Internationalization functions): Remove linebreak.
5889         (Unicode string functions): Add unilbrk/*.
5890         Reported by Karl Berry.
5891
5892 2008-05-15  Eric Blake  <ebb9@byu.net>
5893
5894         Fix violation of <stdbool.h> replacement in regex.
5895         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
5896         * lib/regexec.c (re_search_internal): Likewise.
5897         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
5898
5899 2008-05-15  Jim Meyering  <meyering@redhat.com>
5900
5901         avoid distracting test output when git or cvs is not found
5902         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
5903         * tests/test-vc-list-files-git.sh: Likewise.
5904
5905 2008-05-15  Eric Blake  <ebb9@byu.net>
5906
5907         Glibc finally accepted the memmem speedup code, bugzilla #5514.
5908         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
5909         glibc version.
5910         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
5911         * doc/posix-functions/strstr.texi (strstr): Likewise.
5912         * lib/str-two-way.h (MAX): Sychronize with glibc.
5913
5914 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
5915
5916         * lib/regcomp.c (optimize_utf8): Add a note on why we test
5917         opr.ctx_type.
5918         (calc_first): Initialize constraint field.
5919         (duplicate_node_closure): Use it instead of special casing ANCHORS.
5920         Fix grammar.
5921         (duplicate_node): Merge constraint field for all node types.
5922         (calc_eclosure_iter): Look at constraint field for all node types.
5923         * lib/regex_internal.c (create_cd_newstate): Don't look at
5924         opr.ctx_type.
5925
5926 2008-05-14  Bruno Haible  <bruno@clisp.org>
5927
5928         Help GCC to do better code generation.
5929         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
5930         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
5931         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
5932         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
5933         Declare with attribute 'malloc' if supported.
5934
5935 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
5936
5937         use "echo STR|wc -c" rather than unportable "expr length STR"
5938         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
5939         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
5940
5941 2008-05-14  Jim Meyering  <meyering@redhat.com>
5942
5943         use dd ibs=$n count=1 ... rather than less-portable head -c$n
5944         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
5945         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
5946         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
5947         via Collin Lasse.
5948
5949 2008-05-14  Eric Blake  <ebb9@byu.net>
5950
5951         Avoid quadratic growth in gl_LIBSOURCES.
5952         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
5953         Suggested by Bruno Haible.
5954
5955         Test xmemdup0.
5956         * modules/xmemdup0-tests: New file.
5957         * tests/test-xmemdup0.c: Likewise.
5958
5959 2008-05-13  Eric Blake  <ebb9@byu.net>
5960
5961         Split xmemdup0 into its own module.
5962         * modules/xmemdup0: New file.
5963         * lib/xmemdup0.h: Likewise.
5964         * lib/xmemdup0.c: Likewise.
5965         * MODULES.html.sh (Memory management functions): Add xmemdup0.
5966         * lib/xalloc.h (xmemdup0): Remove.
5967         * lib/xmalloc.c (xmemdup0): Likewise.
5968
5969 2008-05-13  Eric Blake  <ebb9@byu.net>
5970             Bruno Haible  <bruno@clisp.org>
5971
5972         Reduce number of forks required during autoconf.
5973         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
5974         and gl_LIBSOURCES_DIR.
5975         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
5976         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
5977         m4_syscmd per file.
5978         <m4_foreach_w>: Move...
5979         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
5980
5981 2008-05-13  Eric Blake  <ebb9@byu.net>
5982
5983         * gnulib-tool: Fix various comment typos.
5984
5985 2008-05-12  Bruno Haible  <bruno@clisp.org>
5986
5987         Tailor the linebreaking algorithm.
5988         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
5989
5990 2008-05-12  Bruno Haible  <bruno@clisp.org>
5991
5992         Update to Unicode 5.0.0.
5993         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
5994         LBP_JV, LBP_JT. Redistribute values.
5995         (unilbrk_table): Change size.
5996         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
5997         Unicode TR#14 rev. 22.
5998         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
5999         LBP_JV, LBP_JT. Redistribute values.
6000         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
6001         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
6002         Update.
6003         * lib/unilbrk/lbrkprop1.h: Regenerated.
6004         * lib/unilbrk/lbrkprop2.h: Regenerated.
6005         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
6006         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
6007         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
6008         Likewise.
6009         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
6010         Likewise.
6011         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
6012         result.
6013         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
6014         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
6015         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
6016         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
6017         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
6018         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
6019
6020 2008-05-11  Bruno Haible  <bruno@clisp.org>
6021
6022         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
6023
6024 2008-05-11  Bruno Haible  <bruno@clisp.org>
6025
6026         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
6027         * modules/unilbrk/gen-lbrk: New file.
6028
6029 2008-05-11  Bruno Haible  <bruno@clisp.org>
6030
6031         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
6032         * m4/sha512.m4 (gl_SHA512): Likewise.
6033
6034 2008-05-11  Jim Meyering  <meyering@redhat.com>
6035
6036         New modules: crypto/sha256, crypto/sha512 (from coreutils)
6037         * modules/crypto/sha256: New file.
6038         * modules/crypto/sha512: Likewise.
6039         * lib/sha256.c: Likewise.
6040         * lib/sha256.h: Likewise.
6041         * lib/sha512.c: Likewise.
6042         * lib/sha512.h: Likewise.
6043         * lib/u64.h: Likewise.
6044         * m4/sha256.m4: Likewise.
6045         * m4/sha512.m4: Likewise.
6046         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
6047
6048 2008-05-10  Bruno Haible  <bruno@clisp.org>
6049
6050         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
6051         (Input/Output <stdio.h>): Add xprintf.
6052         (Signal handling <signal.h>): Add strsignal.
6053         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
6054         (Core language properties): Add func.
6055         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
6056         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
6057         strings.
6058         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
6059         (Input/output): New section.
6060         (File system functions): Add openat-die, stat-macros.
6061         (Networking functions): Add sockets.
6062         (Unicode string functions): Add unictype/*.
6063         (Support for building libraries and executables): Add gperf.
6064         (Support for building documentation): Add agpl-3.0.
6065         (Misc): Add nocrash.
6066
6067 2008-05-10  Bruno Haible  <bruno@clisp.org>
6068
6069         * modules/unictype/gen-ctype: New file.
6070
6071 2008-05-10  Jim Meyering  <meyering@redhat.com>
6072
6073         Make chdir-safer.c more efficient on a system with no symlinks.
6074         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
6075         also if ELOOP is zero.  Suggested by Bruno Haible.
6076
6077         Make chdir-safer.c slightly safer.
6078         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
6079         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
6080
6081         Avoid compile failure on systems without ELOOP (like mingw).
6082         * lib/chdir-safer.c (ELOOP): Define if not already defined.
6083         Reported by Bruno Haible.
6084
6085 2008-05-10  Bruno Haible  <bruno@clisp.org>
6086
6087         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
6088         (is_utf8_encoding): Use a case-insensitive comparison.
6089         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
6090         streq.
6091
6092 2008-05-10  Bruno Haible  <bruno@clisp.org>
6093
6094         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
6095         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
6096         * lib/unilbrk/ulc-common.h (iconv_string_length,
6097         iconv_string_keeping_offsets): Remove declarations.
6098         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
6099         Don't include <iconv.h>, streq.h, xsize.h.
6100         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
6101         conversion.
6102         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
6103         <iconv.h>, streq.h, xsize.h.
6104         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
6105         conversion.
6106         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
6107         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
6108         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
6109         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
6110
6111 2008-05-10  Bruno Haible  <bruno@clisp.org>
6112
6113         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
6114         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
6115
6116         * modules/unilbrk/u32-width-linebreaks-tests: New file.
6117         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
6118
6119         * modules/unilbrk/u16-width-linebreaks-tests: New file.
6120         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
6121
6122         * modules/unilbrk/u8-width-linebreaks-tests: New file.
6123         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
6124
6125         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
6126         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
6127
6128         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
6129         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
6130
6131         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
6132         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
6133
6134         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
6135         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
6136
6137 2008-05-10  Bruno Haible  <bruno@clisp.org>
6138
6139         Split up 'linebreak' module.
6140         * lib/unilbrk.h: New file, based on lib/linebreak.h.
6141         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
6142         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
6143         modifications.
6144         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
6145         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
6146         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
6147         lib/linebreak.c.
6148         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
6149         lib/linebreak.c.
6150         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
6151         lib/linebreak.c.
6152         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
6153         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
6154         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
6155         lib/linebreak.c.
6156         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
6157         lib/linebreak.c.
6158         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
6159         lib/linebreak.c.
6160         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
6161         lib/linebreak.c.
6162         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
6163         lib/linebreak.c.
6164         * modules/unilbrk/base: New file.
6165         * modules/unilbrk/tables: New file.
6166         * modules/unilbrk/u8-possible-linebreaks: New file.
6167         * modules/unilbrk/u16-possible-linebreaks: New file.
6168         * modules/unilbrk/u32-possible-linebreaks: New file.
6169         * modules/unilbrk/ulc-common: New file.
6170         * modules/unilbrk/ulc-possible-linebreaks: New file.
6171         * modules/unilbrk/u8-width-linebreaks: New file.
6172         * modules/unilbrk/u16-width-linebreaks: New file.
6173         * modules/unilbrk/u32-width-linebreaks: New file.
6174         * modules/unilbrk/ulc-width-linebreaks: New file.
6175         * lib/linebreak.h: Remove file.
6176         * lib/linebreak.c: Remove file.
6177         * m4/linebreak.m4: Remove file.
6178         * modules/linebreak: Remove file.
6179         * NEWS: Mention the changes.
6180
6181 2008-05-09  Eric Blake  <ebb9@byu.net>
6182
6183         Add xmemdup0.
6184         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
6185         implementation.
6186         * lib/xmalloc.c (xmemdup0): New C implementation.
6187
6188 2008-05-08  Bruno Haible  <bruno@clisp.org>
6189
6190         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
6191
6192 2008-05-07  Eric Blake  <ebb9@byu.net>
6193
6194         Support cross-compilation of <wctype.h>.
6195         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
6196         AC_CACHE_CHECK.
6197
6198 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
6199
6200         * build-aux/vc-list-files: Add support for bzr.
6201
6202 2008-05-03  Jim Meyering  <meyering@redhat.com>
6203
6204         avoid failed assertion with tight malloc
6205         * tests/test-getndelim2.c: Correct an off-by-one assertion.
6206
6207 2008-05-03  Simon Josefsson  <simon@josefsson.org>
6208
6209         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
6210         are needed from arpa/inet.h.
6211         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
6212         Reported by Bruno Haible.
6213
6214 2008-05-02  Jim Meyering  <meyering@redhat.com>
6215
6216         avoid compilation error on FreeBSD 6
6217         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
6218
6219 2008-05-01  Jim Meyering  <meyering@redhat.com>
6220
6221         useless-if-before-free: correct --help's exit status description
6222         * build-aux/useless-if-before-free (usage): Like grep, exit 0
6223         for one or more matches, etc.  Reported by Bruno Haible.
6224
6225         vc-list-files: make the stand-alone gnulib test work
6226         * modules/vc-list-files-tests (configure.ac):
6227         Define and AC_SUBST abs_aux_dir.
6228         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
6229         $(abs_top_srcdir) to each script and having each of them
6230         duplicate the work of setting PATH, set PATH here, using
6231         the new variable, abs_aux_dir instead.
6232         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
6233         * tests/test-vc-list-files-git.sh: Likewise.
6234         Reported by Bruno Haible.
6235
6236 2008-05-01  Bruno Haible  <bruno@clisp.org>
6237
6238         * lib/getndelim2.c (getndelim2): Fix newsize computation during
6239         reallocation. Rename 'done' to 'found_delimiter'.
6240
6241 2008-05-01  Jim Meyering  <meyering@redhat.com>
6242
6243         vc-list-files: accommodate /bin/sh like the one from Solaris 10
6244         * build-aux/vc-list-files: Use `...`, not $(...).
6245
6246 2008-04-30  Jim Meyering  <meyering@redhat.com>
6247
6248         add tests for vc-list-files
6249         * modules/vc-list-files-tests: New module.
6250         * tests/test-vc-list-files-cvs.sh: New file.
6251         * tests/test-vc-list-files-git.sh: New file.
6252
6253         avoid a warning from gcc
6254         * lib/getndelim2.c (IF_LINT): Define.
6255         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
6256
6257         vc-list-files: work properly with build-aux/cvsu, too
6258         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
6259         to all cvs-based clauses.
6260
6261         vc-list-files: work properly in the CVS+awk case, too
6262         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
6263
6264         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
6265         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
6266         take more than one file argument, so .  Add quotes, just in case $dir
6267         ever contains a shell meta-character.  Prompted by Soren Hansen in
6268         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
6269
6270 2008-04-29  Eric Blake  <ebb9@byu.net>
6271
6272         Optimize getndelim2 to use block operations when possible.
6273         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
6274         freadseek, and memchr2.
6275         * lib/getndelim2.c (getndelim2): Use them for block reads.
6276
6277 2008-04-29  Bruno Haible  <bruno@clisp.org>
6278
6279         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
6280         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6281         * modules/inet_ntop (Depends-on): Add extensions.
6282         * modules/inet_pton (Depends-on): Likewise.
6283         Reported by Simon Josefsson.
6284
6285 2008-04-29  Jim Meyering  <meyering@redhat.com>
6286
6287         When the is more than one match in a block, match all of them.
6288         * build-aux/useless-if-before-free: Iterate through each block
6289         until there are no more matches.
6290
6291         Fix broken useless-if-before-free script.
6292         * build-aux/useless-if-before-free: Fix typo: missing "?" after
6293         the expression to match cast of argument to free-like function.
6294
6295 2008-04-29  Eric Blake  <ebb9@byu.net>
6296
6297         Use new header.
6298         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
6299
6300 2008-04-29  Jim Meyering  <meyering@redhat.com>
6301
6302         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
6303         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
6304         by gnulib to exist and to declare e.g., inet_ntop.
6305         Don't include "inet_ntop.h", now removed.
6306
6307         * m4/arpa_inet_h.m4: Remove trailing blanks.
6308
6309 2008-04-29  Eric Blake  <ebb9@byu.net>
6310
6311         Silence valgrind on safe reads beyond potential array bounds.
6312         * lib/rawmemchr.valgrind: New file.
6313         * lib/strchrnul.valgrind: Likewise.
6314         * modules/rawmemchr (Files): Distribute new file.
6315         * modules/strchrnul (Files): Likewise.
6316         Suggested by Bruno Haible.
6317
6318 2008-04-29  Bruno Haible  <bruno@clisp.org>
6319
6320         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
6321         (inet_ntop, inet_pton): Change portability warning's wording.
6322         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
6323         Invoke gl_CHECK_NEXT_HEADERS.
6324         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
6325         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
6326         set ARPA_INET_H.
6327         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6328         * modules/arpa_inet (Description): No longer only for systems that
6329         lack it.
6330         (Depends-on): Add include_next.
6331         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
6332         HAVE_ARPA_INET_H.
6333
6334 2008-04-29  Jim Meyering  <meyering@redhat.com>
6335
6336         * modules/mkdir (License): Re-license as LGPLv2+.
6337
6338 2008-04-29  Bruno Haible  <bruno@clisp.org>
6339
6340         * modules/rawmemchr (Maintainer): Set to Eric.
6341         * modules/strchrnul (Maintainer): Likewise.
6342
6343 2008-04-29  Simon Josefsson  <simon@josefsson.org>
6344
6345         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
6346         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
6347
6348         * modules/arpa_inet (arpa/inet.h): Use them.
6349
6350 2008-04-28  Eric Blake  <ebb9@byu.net>
6351
6352         Test getndelim2.
6353         * modules/getndelim2-tests: New file.
6354         * tests/test-getndelim2.c: Likewise.
6355         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
6356         stream.
6357         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
6358
6359         * MODULES.html.sh: Document new module.
6360
6361 2008-04-20  Bruno Haible  <bruno@clisp.org>
6362
6363         * lib/c-stack.c (die): Use raise.
6364         * modules/c-stack (Depends-on): Add raise.
6365
6366 2008-04-28  Bruno Haible  <bruno@clisp.org>
6367
6368         Expect rpmatch to be declared.
6369         * lib/yesno.c (rpmatch): Remove declaration.
6370
6371         Declare rpmatch.
6372         * lib/stdlib.in.h (rpmatch): New declaration.
6373         * lib/rpmatch.c: Include <stdlib.h> first.
6374         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
6375         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
6376         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
6377         HAVE_RPMATCH.
6378         * modules/rpmatch (Depends-on): Add stdlib, extensions.
6379         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6380         (Include): Set to <stdlib.h>.
6381         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
6382         HAVE_RPMATCH.
6383         * NEWS: Document the change.
6384
6385 2008-04-28  Bruno Haible  <bruno@clisp.org>
6386
6387         Change rpmatch to use nl_langinfo when appropriate.
6388         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
6389         (N_): New macro.
6390         (localized_pattern): New function/macro.
6391         (try): Remove match, nomatch arguments. Copy the pattern into safe
6392         memory before caching it.
6393         (rpmatch): Use localized_pattern. Add translator comments.
6394         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
6395         Suggested by Eric Blake.
6396         * modules/rpmatch (Depends-on): Add stdbool.
6397
6398 2008-04-28  Eric Blake  <ebb9@byu.net>
6399
6400         Add rawmemchr module, matching glibc.
6401         * modules/string (Makefile.am): New indicator.
6402         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
6403         * lib/string.in.h (rawmemchr): Declare when appropriate.
6404         * modules/rawmemchr: New file.
6405         * m4/rawmemchr.m4: Likewise.
6406         * lib/rawmemchr.c: Likewise.
6407         * modules/rawmemchr-tests: Likewise.
6408         * tests/test-rawmemchr.c: Likewise.
6409         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
6410         module.
6411         * modules/strchrnul (Depends-on): Add rawmemchr.
6412         * lib/strchrnul.c (strchrnul): Optimize a corner case.
6413
6414         Whitespace cleanup.
6415         * tests/test-strchrnul.c: Reindent.
6416         * lib/strchrnul.c: Likewise.
6417
6418         Optimize and test strchrnul.
6419         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
6420         * modules/strchrnul-tests: New file.
6421         * tests/test-strchrnul.c: Likewise.
6422
6423         Remove intprops dependency.
6424         * modules/memchr (Depends-on): Remove intprops.
6425         * modules/memrchr (Depends-on): Likewise.
6426         * modules/memchr2 (Depends-on): Likewise.
6427         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
6428         * lib/memrchr.c (__memrchr): Likewise.
6429         * lib/memrchr2.c (memchr2): Likewise.
6430         Reported by Simon Josefsson.
6431
6432 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6433
6434         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
6435         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6436
6437 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6438
6439         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
6440
6441         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
6442
6443         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
6444
6445         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
6446         declarations.
6447         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
6448
6449         * m4/inet_pton.m4: Don't check for header files.
6450
6451         * m4/inet_ntop.m4: Don't check for header files.
6452
6453 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6454
6455         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
6456         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
6457         trigger for cygwin).
6458         Reported by Bruno Haible  <bruno@clisp.org>.
6459
6460 2008-04-28  Bruno Haible  <bruno@clisp.org>
6461
6462         * doc/posix-functions/strdup.texi: Mention mingw problem.
6463
6464 2008-04-27  Bruno Haible  <bruno@clisp.org>
6465
6466         * modules/stat-time-tests (Depends-on): Add sleep.
6467         * tests/test-stat-time.c (force_unlink): New function.
6468         (cleanup): Use it.
6469         (test_mtime): Remove the ctime related tests.
6470         (test_ctime): New function, containing the ctime related tests.
6471         (main): Call test_ctime, except on native Windows platforms.
6472
6473 2008-04-27  Bruno Haible  <bruno@clisp.org>
6474
6475         * lib/rpmatch.c (rpmatch): Add some comments.
6476         Reported by James Youngman <jay@gnu.org>.
6477
6478 2008-04-27  Bruno Haible  <bruno@clisp.org>
6479
6480         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
6481         quiet NaNs.
6482
6483 2008-04-27  Bruno Haible  <bruno@clisp.org>
6484
6485         Make test-yesno.sh work on mingw.
6486         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
6487         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
6488         (main): Set stdin to binary mode.
6489         * modules/yesno-tests (Depends-on): Add binary-io.
6490
6491 2008-04-27  Bruno Haible  <bruno@clisp.org>
6492
6493         Fix 'isfinite' on x86, x86_64, ia64 platforms.
6494         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
6495         argument that lie outside the IEEE 854 domain.
6496         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
6497         (gl_ISFINITE): Use it.
6498         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
6499
6500 2008-04-27  Bruno Haible  <bruno@clisp.org>
6501
6502         Allow local renaming in config.h.
6503         * lib/memrchr.c (memrchr): Don't undefine outside libc.
6504
6505 2008-04-27  Bruno Haible  <bruno@clisp.org>
6506
6507         * lib/memchr.c (__memchr): Change type of 'i'.
6508         * lib/memchr2.c (memchr2): Likewise.
6509
6510 2008-04-26  Eric Blake  <ebb9@byu.net>
6511         and Bruno Haible  <bruno@clisp.org>
6512
6513         Optimize and test memrchr.
6514         * modules/memrchr (Depends-on): Add intprops.
6515         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
6516         * modules/memrchr-tests: New file.
6517         * tests/test-memrchr.c: New file.
6518
6519 2008-04-26  Bruno Haible  <bruno@clisp.org>
6520
6521         Add tentative support for DragonFly BSD.
6522         * lib/stdio-impl.h: Add macros for DragonFly BSD.
6523         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
6524         fp.
6525         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
6526         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
6527         * lib/fpurge.c (fpurge): Likewise.
6528         * lib/freadable.c (freaadable): Likewise.
6529         * lib/freadahead.c (freadahead): Likewise.
6530         * lib/freading.c (freading): Likewise.
6531         * lib/freadptr.c (freadptr): Likewise.
6532         * lib/freadseek.c (freadptrinc): Likewise.
6533         * lib/fseeko.c (fseeko): Likewise.
6534         * lib/fseterr.c (fseterr): Likewise.
6535         * lib/fwritable.c (fwritable): Likewise.
6536         * lib/fwriting.c (fwriting): Likewise.
6537
6538 2008-04-26  Bruno Haible  <bruno@clisp.org>
6539
6540         * lib/stdio-impl.h: New file.
6541         * lib/fbufmode.c: Include stdio-impl.h.
6542         (fbufmode): Use fp_, remove redundant #defines.
6543         * lib/fflush.c: Include stdio-impl.h.
6544         (clear_ungetc_buffer): Remove redundant #defines.
6545         * lib/fpurge.c: Include stdio-impl.h.
6546         (fpurge): Remove redundant #defines.
6547         * lib/freadable.c: Include stdio-impl.h.
6548         (freadable): Remove redundant #defines.
6549         * lib/freadahead.c: Include stdio-impl.h.
6550         (freadahead): Remove redundant #defines.
6551         * lib/freading.c: Include stdio-impl.h.
6552         (freading): Remove redundant #defines.
6553         * lib/freadptr.c: Include stdio-impl.h.
6554         (freadptr): Remove redundant #defines.
6555         * lib/freadseek.c: Include stdio-impl.h.
6556         (freadptrinc): Remove redundant #defines.
6557         * lib/fseeko.c: Include stdio-impl.h.
6558         (rpl_fseeko): Remove redundant #defines.
6559         * lib/fseterr.c: Include stdio-impl.h.
6560         (fseterr): Remove redundant #defines.
6561         * lib/fwritable.c: Include stdio-impl.h.
6562         (fwritable: Remove redundant #defines.
6563         * lib/fwriting.c: Include stdio-impl.h.
6564         (fwriting): Remove redundant #defines.
6565         * modules/fbufmode (Files): Add lib/stdio-impl.h.
6566         * modules/fflush (Files): Likewise.
6567         * modules/fpurge (Files): Likewise.
6568         * modules/freadable (Files): Likewise.
6569         * modules/freadahead (Files): Likewise.
6570         * modules/freading (Files): Likewise.
6571         * modules/freadptr (Files): Likewise.
6572         * modules/freadseek (Files): Likewise.
6573         * modules/fseeko (Files): Likewise.
6574         * modules/fseterr (Files): Likewise.
6575         * modules/fwritable (Files): Likewise.
6576         * modules/fwriting (Files): Likewise.
6577
6578 2008-04-26  Bruno Haible  <bruno@clisp.org>
6579
6580         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
6581         restore_seek_optimization, update_fpos_cache): New functions, extracted
6582         from rpl_fflush.
6583         (rpl_fflush): Use them.
6584         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
6585         (gl_REPLACE_FFLUSH): Use it.
6586
6587 2008-04-26  Bruno Haible  <bruno@clisp.org>
6588
6589         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
6590         on Solaris.
6591         * tests/test-xstrtoimax.sh: Likewise.
6592         * tests/test-xstrtoumax.sh: Likewise.
6593         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6594
6595 2008-04-26  Bruno Haible  <bruno@clisp.org>
6596
6597         * modules/memchr-tests: New file.
6598         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
6599
6600 2008-04-26  Eric Blake  <ebb9@byu.net>
6601             Bruno Haible  <bruno@clisp.org>
6602
6603         * lib/memchr.c: Include intprops.h.
6604         (__memchr): Optimize parallel detection of matching bytes. Rename local
6605         variables. Add explanatory comments.
6606
6607 2008-04-26  Bruno Haible  <bruno@clisp.org>
6608
6609         Fix module 'memchr', broken since 2000-10-28.
6610         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
6611
6612 2008-04-26  Bruno Haible  <bruno@clisp.org>
6613
6614         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
6615         comments.
6616
6617 2008-04-25  Eric Blake  <ebb9@byu.net>
6618
6619         Use native fstatat on cygwin 1.7.0.
6620         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
6621         first.
6622
6623 2008-04-23  Eric Blake  <ebb9@byu.net>
6624
6625         Improve memchr2 performance.
6626         * lib/memchr2.c (memchr2): Further optimize parallel detection of
6627         NUL bytes.
6628         * modules/memchr2 (Depends-on): Use intprops.h.
6629
6630 2008-04-23  Simon Josefsson  <simon@josefsson.org>
6631
6632         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
6633         an inline function instead of a CPP macro.  Patch by Ben Pfaff
6634         <blp@cs.stanford.edu>.
6635
6636 2008-04-23  Simon Josefsson  <simon@josefsson.org>
6637
6638         * lib/arpa_inet.in.h: New file.
6639
6640         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
6641         (Makefile.am): Sed in substitute header file.
6642
6643         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
6644         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
6645
6646         * modules/inet_ntop (configure.ac): Use
6647         gl_ARPA_INET_MODULE_INDICATOR.
6648
6649         * modules/inet_pton (configure.ac): Use
6650         gl_ARPA_INET_MODULE_INDICATOR.
6651
6652 2008-04-22  Jim Meyering  <meyering@redhat.com>
6653
6654         * modules/verify (License): Re-license as LGPLv2+.
6655
6656 2008-04-22  Simon Josefsson  <simon@josefsson.org>
6657
6658         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
6659         parameter to void* as per POSIX standard (MinGW uses char*).
6660
6661 2008-04-21  Bruno Haible  <bruno@clisp.org>
6662
6663         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6664         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6665         Define to replacements if REPLACE_ISWCNTRL is 1.
6666         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
6667         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
6668         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
6669         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
6670         what it fixes.
6671         * doc/posix-functions/iswalpha.texi: Likewise.
6672         * doc/posix-functions/iswblank.texi: Likewise.
6673         * doc/posix-functions/iswcntrl.texi: Likewise.
6674         * doc/posix-functions/iswdigit.texi: Likewise.
6675         * doc/posix-functions/iswgraph.texi: Likewise.
6676         * doc/posix-functions/iswlower.texi: Likewise.
6677         * doc/posix-functions/iswprint.texi: Likewise.
6678         * doc/posix-functions/iswpunct.texi: Likewise.
6679         * doc/posix-functions/iswspace.texi: Likewise.
6680         * doc/posix-functions/iswupper.texi: Likewise.
6681         * doc/posix-functions/iswxdigit.texi: Likewise.
6682         Reported by Alain Guibert.
6683
6684 2008-04-21  Bruno Haible  <bruno@clisp.org>
6685
6686         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
6687         Patch by Alain Guibert.
6688
6689 2008-04-21  Bruno Haible  <bruno@clisp.org>
6690
6691         Fix test failures on mingw.
6692         * tests/test-xstrtol.c (print_no_progname): New function.
6693         (main): Install it in error_print_progname hook.
6694         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
6695         * tests/test-xstrtoimax.sh: Likewise.
6696         * tests/test-xstrtoumax.sh: Likewise.
6697
6698 2008-04-21  Bruno Haible  <bruno@clisp.org>
6699
6700         Fix test failure on mingw.
6701         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
6702
6703 2008-04-21  Bruno Haible  <bruno@clisp.org>
6704
6705         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
6706         Actually assign a value.
6707
6708 2008-04-20  Bruno Haible  <bruno@clisp.org>
6709
6710         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
6711         take 2.
6712         * lib/canonicalize.c (canonicalize_file_name): Elide if the
6713         'canonicalize-lgpl' module is also used.
6714         * lib/canonicalize-lgpl.c: Undo last change.
6715         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
6716
6717 2008-04-20  Bruno Haible  <bruno@clisp.org>
6718
6719         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
6720         config.h. Provide _mkdir based fallback for mingw.
6721         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
6722         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
6723         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
6724         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
6725         rather than defining mkdir in config.h.
6726         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
6727         (gl_SYS_STAT_H_DEFAULTS): New macro.
6728         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
6729         HAVE_IO_H any more.
6730         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
6731         HAVE_DECL_MKDIR and HAVE_IO_H.
6732
6733 2008-04-20  Bruno Haible  <bruno@clisp.org>
6734
6735         * lib/isapipe.c: Port to native Windows platforms.
6736
6737 2008-04-20  Bruno Haible  <bruno@clisp.org>
6738
6739         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
6740
6741 2008-04-21  Eric Blake  <ebb9@byu.net>
6742
6743         Work around preprocessors that don't handle UINTMAX_MAX.
6744         * lib/memchr2.c (memchr2): Avoid embedded #if.
6745         Reported by Alain Guibert, fix suggested by Bruno Haible.
6746
6747 2008-04-21  Simon Josefsson  <simon@josefsson.org>
6748
6749         * doc/posix-functions/strftime.texi (strftime): Explain better
6750         Windows incompatibility.  Suggested by Micah Cowan
6751         <micah@cowan.name>.
6752
6753 2008-04-20  Bruno Haible  <bruno@clisp.org>
6754
6755         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
6756         unistr/u8-mblen.
6757
6758 2008-04-20  Bruno Haible  <bruno@clisp.org>
6759
6760         Fix test failure on platforms with non-GNU iconv.
6761         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
6762         (U_TO_U8): Use it, rather than u16_to_u8.
6763         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
6764         units at the end of the input string.
6765         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
6766
6767 2008-04-20  Bruno Haible  <bruno@clisp.org>
6768
6769         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
6770         when the resulting length is 0.
6771         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
6772
6773 2008-04-20  Bruno Haible  <bruno@clisp.org>
6774
6775         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
6776         works.
6777         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
6778
6779 2008-04-20  Bruno Haible  <bruno@clisp.org>
6780
6781         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
6782         * modules/tsearch-tests (configure.ac): Test for initstate function.
6783
6784 2008-04-20  Bruno Haible  <bruno@clisp.org>
6785
6786         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
6787         for nlink_t if missing.
6788         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
6789
6790 2008-04-19  Bruno Haible  <bruno@clisp.org>
6791
6792         Work around snprintf bug on Linux libc5.
6793         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
6794         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6795         gl_SNPRINTF_SIZE1.
6796         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6797         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
6798         that test failed.
6799         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
6800         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
6801         * modules/snprintf (Files): Add m4/printf.m4.
6802         * modules/vsnprintf (Files): Likewise.
6803         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
6804         * doc/posix-functions/vsnprintf.texi: Likewise.
6805
6806 2008-04-19  Bruno Haible  <bruno@clisp.org>
6807
6808         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
6809         from 0.0058 to less than 10^-7.
6810
6811 2008-04-19  Bruno Haible  <bruno@clisp.org>
6812
6813         Fix rounding when a precision is given.
6814         * lib/vasnprintf.c (is_borderline): New function.
6815         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
6816         9...9x.
6817         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
6818         %e, %g.
6819         * tests/test-vasprintf-posix.c (test_function): Likewise.
6820         * tests/test-snprintf-posix.h (test_function): Likewise.
6821         * tests/test-sprintf-posix.h (test_function): Likewise.
6822         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
6823         * tests/test-printf-posix.h (test_function): Likewise.
6824         * tests/test-printf-posix.output: Update.
6825         Reported by John Darrington <john@darrington.wattle.id.au> via
6826         Ben Pfaff <blp@cs.stanford.edu>.
6827
6828 2008-04-18  Simon Josefsson  <simon@josefsson.org>
6829
6830         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
6831         Suggested by Bruno Haible <bruno@clisp.org>.
6832
6833 2008-04-17  Bruno Haible  <bruno@clisp.org>
6834
6835         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
6836         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
6837         implementation.
6838         Patch by Bruce Merry <bmerry@gmail.com>.
6839
6840 2008-04-17  Simon Josefsson  <simon@josefsson.org>
6841
6842         * doc/posix-functions/strftime.texi (strftime): Mention that %e
6843         doesn't work under Windows.
6844
6845 2008-04-16  Bruno Haible  <bruno@clisp.org>
6846
6847         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
6848         New macros.
6849         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
6850         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
6851         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
6852         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
6853         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
6854         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
6855         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
6856         macros.
6857         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
6858         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
6859         Northern Sotho, Uighur.
6860
6861 2008-04-16  Bruno Haible  <bruno@clisp.org>
6862
6863         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
6864         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
6865         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
6866         Reported by Daniel Bergström <daniel@octocode.com>.
6867
6868 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
6869             Bruno Haible  <bruno@clisp.org>
6870
6871         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
6872         function.
6873         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
6874         New functions, mostly extracted from gl_locale_name_default.
6875         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
6876
6877 2008-04-16  Eric Blake  <ebb9@byu.net>
6878
6879         Adjust strtod detection to catch glibc 2.7 bug.
6880         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
6881         Reported by John Gatewood Ham.
6882
6883 2008-04-16  Bruno Haible  <bruno@clisp.org>
6884
6885         Add tentative support for Linux libc5.
6886         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
6887         * lib/fpurge.c (fpurge): Likewise.
6888         * lib/freadable.c (freadable): Likewise.
6889         * lib/freadahead.c (freadahead): Likewise.
6890         * lib/freading.c (freading): Likewise.
6891         * lib/freadptr.c (freadptr): Likewise.
6892         * lib/freadseek.c (freadptrinc): Likewise.
6893         * lib/fseeko.c (rpl_fseeko): Likewise.
6894         * lib/fseterr.c (fseterr): Likewise.
6895         * lib/fwritable.c (fwritable): Likewise.
6896         * lib/fwriting.c (fwriting): Likewise.
6897         Reported by Alain Guibert <alguibert+bts@free.fr>.
6898
6899 2008-04-15  Bruno Haible  <bruno@clisp.org>
6900
6901         * modules/mathl (configure.ac): Define module indicator.
6902
6903 2008-04-15  Bruno Haible  <bruno@clisp.org>
6904
6905         * lib/logl.c (logl): Remove unused variables.
6906
6907 2008-04-15  Bruno Haible  <bruno@clisp.org>
6908
6909         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
6910         fails.
6911
6912 2008-04-15  Bruno Haible  <bruno@clisp.org>
6913
6914         * lib/trim.c (trim2): Fix argument of isspace() macro.
6915
6916 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
6917
6918         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
6919         to 0.
6920         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
6921
6922 2008-04-14  Bruno Haible  <bruno@clisp.org>
6923
6924         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
6925         AC_LANG_PROGRAM argument.
6926         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
6927         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
6928         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
6929         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
6930         * m4/math_h.m4 (gl_MATH_H): Likewise.
6931         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
6932         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
6933         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
6934         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
6935         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
6936         * m4/regex.m4 (gl_REGEX): Likewise.
6937         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
6938         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
6939         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6940         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
6941         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6942         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6943         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
6944         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
6945
6946 2008-04-14  Jim Meyering  <meyering@redhat.com>
6947
6948         test-strtod: fix typos: s/abs/fabs/
6949         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
6950
6951 2008-04-13  Bruno Haible  <bruno@clisp.org>
6952
6953         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
6954         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
6955         module is also used and while not building the reloc-wrapper.
6956
6957 2008-04-13  Bruno Haible  <bruno@clisp.org>
6958
6959         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
6960
6961 2008-04-13  Bruno Haible  <bruno@clisp.org>
6962
6963         Fix AIX compilation failure introduced on 2008-04-02.
6964         * tests/test-frexp.c (exp): Undefine before redefining.
6965         * tests/test-frexpl.c (exp): Likewise.
6966
6967 2008-04-13  Bruno Haible  <bruno@clisp.org>
6968
6969         Work around a HP-UX stdio bug.
6970         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
6971         * tests/test-ftello.c (main): Likewise.
6972         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
6973         * doc/posix-functions/ftello.texi: Likewise.
6974
6975 2008-04-13  Bruno Haible  <bruno@clisp.org>
6976
6977         Make test-signbit pass on HP-UX/hppa.
6978         * tests/test-signbit.c (minus_zerol): New variable.
6979         (test_signbitl): Use it.
6980
6981 2008-04-13  Bruno Haible  <bruno@clisp.org>
6982
6983         Make truncl work on OSF/1 4.0.
6984         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
6985         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
6986         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
6987         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
6988         HAVE_DECL_TRUNCL.
6989         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
6990         HAVE_DECL_TRUNCL.
6991         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
6992
6993 2008-04-13  Bruno Haible  <bruno@clisp.org>
6994
6995         * lib/unictype.h: Remove trailing comma from enumeration definitions.
6996
6997 2008-04-13  Bruno Haible  <bruno@clisp.org>
6998
6999         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
7000         expression, so as to avoid HP-UX 11 cc compiler bug.
7001
7002 2008-04-13  Bruno Haible  <bruno@clisp.org>
7003
7004         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
7005
7006 2008-04-13  Bruno Haible  <bruno@clisp.org>
7007
7008         * lib/git-merge-changelog.c: Remove empty declaration outside of
7009         functions.
7010
7011 2008-04-13  Bruno Haible  <bruno@clisp.org>
7012
7013         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
7014
7015 2008-04-13  Bruno Haible  <bruno@clisp.org>
7016
7017         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
7018         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
7019         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
7020         also if it exists but lacks definitions of the SHUT_* macros.
7021         * modules/sys_socket (Description): Update.
7022         Reported by Elbert Pol <e.pol@chello.nl>.
7023
7024 2008-04-13  Bruno Haible  <bruno@clisp.org>
7025
7026         * lib/localcharset.c (OS2): Don't redefine if already defined.
7027         Reported by Elbert Pol <e.pol@chello.nl>.
7028
7029 2008-04-13  Bruno Haible  <bruno@clisp.org>
7030
7031         * lib/binary-io.h [__EMX__]: Include <io.h>.
7032         Reported by Elbert Pol <e.pol@chello.nl>.
7033
7034 2008-04-12  Bruno Haible  <bruno@clisp.org>
7035
7036         * lib/fpucw.h: Enable the definitions also for x86_64.
7037         Needed for NetBSD/x86_64.
7038         Reported by Thomas Klausner <tk@giga.or.at>.
7039
7040 2008-04-12  Bruno Haible  <bruno@clisp.org>
7041
7042         * tests/test-strtod.c: Include isnand.h.
7043         (main): Use isnand instead of isnan.
7044         Reported by Jim Meyering.
7045
7046 2008-04-12  Bruno Haible  <bruno@clisp.org>
7047
7048         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
7049         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
7050
7051 2008-04-12  Jim Meyering  <meyering@redhat.com>
7052
7053         * m4/math_h.m4 (gl_MATH_H): Fix typos.
7054
7055 2008-04-12  Bruno Haible  <bruno@clisp.org>
7056
7057         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
7058         Reported by Elbert Pol <e.pol@chello.nl>.
7059
7060 2008-04-12  Eric Blake  <ebb9@byu.net>
7061
7062         Work around Solaris 10 math.h bug.
7063         * m4/math_h.m4 (gl_MATH_H): Check for bug.
7064         (gl_MATH_H_DEFAULTS): Set up default.
7065         * modules/math (Makefile.am): Replace new indicators.
7066         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
7067         * tests/test-math.c (main): Test this.
7068         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
7069         * doc/posix-headers/math.texi (math.h): Mention bug.
7070         Reported by Nelson H. F. Beebe and Jim Meyering.
7071
7072 2008-04-11  Bruno Haible  <bruno@clisp.org>
7073
7074         Adapt to future versions of Apple GCC.
7075         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
7076         Reported by Peter O'Gorman <peter@pogma.com>.
7077
7078 2008-04-11  Bruno Haible  <bruno@clisp.org>
7079
7080         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
7081
7082 2008-04-11  Bruno Haible  <bruno@clisp.org>
7083
7084         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
7085
7086         * modules/getaddrinfo-tests (Makefile.am): Define
7087         test_getaddrinfo_LDADD.
7088
7089 2008-04-11  Bruno Haible  <bruno@clisp.org>
7090
7091         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
7092         (init): Fix syntax error.
7093         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
7094         is declared.
7095
7096 2008-04-11  Bruno Haible  <bruno@clisp.org>
7097
7098         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
7099         * modules/glob (Depends-on): Add stdbool.
7100
7101 2008-04-11  Bruno Haible  <bruno@clisp.org>
7102
7103         * lib/trim.c: Include <string.h>.
7104
7105 2008-04-11  Eric Blake  <ebb9@byu.net>
7106
7107         Avoid compile failure on OS/2.
7108         * lib/regex_internal.h (internal_function): Disable optimization
7109         on OS/2 (__EMX__), where it caused compiler error.
7110         Reported by Elbert Pol.
7111
7112 2008-04-11  Bruno Haible  <bruno@clisp.org>
7113
7114         Flush the standard error stream before aborting. Needed on mingw.
7115         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
7116         * tests/test-array_list.c (ASSERT): Likewise.
7117         * tests/test-array_oset.c (ASSERT): Likewise.
7118         * tests/test-avltree_list.c (ASSERT): Likewise.
7119         * tests/test-avltree_oset.c (ASSERT): Likewise.
7120         * tests/test-avltreehash_list.c (ASSERT): Likewise.
7121         * tests/test-binary-io.c (ASSERT): Likewise.
7122         * tests/test-byteswap.c (ASSERT): Likewise.
7123         * tests/test-c-ctype.c (ASSERT): Likewise.
7124         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
7125         * tests/test-c-strcasestr.c (ASSERT): Likewise.
7126         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
7127         * tests/test-c-strstr.c (ASSERT): Likewise.
7128         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
7129         * tests/test-canonicalize.c (ASSERT): Likewise.
7130         * tests/test-carray_list.c (ASSERT): Likewise.
7131         * tests/test-ceilf1.c (ASSERT): Likewise.
7132         * tests/test-ceilf2.c (ASSERT): Likewise.
7133         * tests/test-ceill.c (ASSERT): Likewise.
7134         * tests/test-count-one-bits.c (ASSERT): Likewise.
7135         * tests/test-fbufmode.c (ASSERT): Likewise.
7136         * tests/test-fflush2.c (ASSERT): Likewise.
7137         * tests/test-floorf1.c (ASSERT): Likewise.
7138         * tests/test-floorf2.c (ASSERT): Likewise.
7139         * tests/test-floorl.c (ASSERT): Likewise.
7140         * tests/test-fopen.c (ASSERT): Likewise.
7141         * tests/test-fpending.c (ASSERT): Likewise.
7142         * tests/test-fprintf-posix.c (ASSERT): Likewise.
7143         * tests/test-fpurge.c (ASSERT): Likewise.
7144         * tests/test-freadable.c (ASSERT): Likewise.
7145         * tests/test-freadahead.c (ASSERT): Likewise.
7146         * tests/test-freading.c (ASSERT): Likewise.
7147         * tests/test-freadptr.c (ASSERT): Likewise.
7148         * tests/test-freadptr2.c (ASSERT): Likewise.
7149         * tests/test-freadseek.c (ASSERT): Likewise.
7150         * tests/test-freopen.c (ASSERT): Likewise.
7151         * tests/test-frexp.c (ASSERT): Likewise.
7152         * tests/test-frexpl.c (ASSERT): Likewise.
7153         * tests/test-fseek.c (ASSERT): Likewise.
7154         * tests/test-fseeko.c (ASSERT): Likewise.
7155         * tests/test-fstrcmp.c (ASSERT): Likewise.
7156         * tests/test-ftell.c (ASSERT): Likewise.
7157         * tests/test-ftello.c (ASSERT): Likewise.
7158         * tests/test-func.c (ASSERT): Likewise.
7159         * tests/test-fwritable.c (ASSERT): Likewise.
7160         * tests/test-fwriting.c (ASSERT): Likewise.
7161         * tests/test-getdelim.c (ASSERT): Likewise.
7162         * tests/test-getline.c (ASSERT): Likewise.
7163         * tests/test-i-ring.c (ASSERT): Likewise.
7164         * tests/test-iconv-utf.c (ASSERT): Likewise.
7165         * tests/test-iconv.c (ASSERT): Likewise.
7166         * tests/test-isfinite.c (ASSERT): Likewise.
7167         * tests/test-isnand.c (ASSERT): Likewise.
7168         * tests/test-isnanf.c (ASSERT): Likewise.
7169         * tests/test-isnanl.h (ASSERT): Likewise.
7170         * tests/test-ldexpl.c (ASSERT): Likewise.
7171         * tests/test-linked_list.c (ASSERT): Likewise.
7172         * tests/test-linkedhash_list.c (ASSERT): Likewise.
7173         * tests/test-localename.c (ASSERT): Likewise.
7174         * tests/test-lseek.c (ASSERT): Likewise.
7175         * tests/test-mbscasecmp.c (ASSERT): Likewise.
7176         * tests/test-mbscasestr1.c (ASSERT): Likewise.
7177         * tests/test-mbscasestr2.c (ASSERT): Likewise.
7178         * tests/test-mbscasestr3.c (ASSERT): Likewise.
7179         * tests/test-mbscasestr4.c (ASSERT): Likewise.
7180         * tests/test-mbschr.c (ASSERT): Likewise.
7181         * tests/test-mbscspn.c (ASSERT): Likewise.
7182         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
7183         * tests/test-mbspbrk.c (ASSERT): Likewise.
7184         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
7185         * tests/test-mbsrchr.c (ASSERT): Likewise.
7186         * tests/test-mbsspn.c (ASSERT): Likewise.
7187         * tests/test-mbsstr1.c (ASSERT): Likewise.
7188         * tests/test-mbsstr2.c (ASSERT): Likewise.
7189         * tests/test-mbsstr3.c (ASSERT): Likewise.
7190         * tests/test-memchr2.c (ASSERT): Likewise.
7191         * tests/test-memmem.c (ASSERT): Likewise.
7192         * tests/test-open.c (ASSERT): Likewise.
7193         * tests/test-printf-frexp.c (ASSERT): Likewise.
7194         * tests/test-printf-frexpl.c (ASSERT): Likewise.
7195         * tests/test-printf-posix.c (ASSERT): Likewise.
7196         * tests/test-quotearg.c (ASSERT): Likewise.
7197         * tests/test-rbtree_list.c (ASSERT): Likewise.
7198         * tests/test-rbtree_oset.c (ASSERT): Likewise.
7199         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
7200         * tests/test-round1.c (ASSERT): Likewise.
7201         * tests/test-roundf1.c (ASSERT): Likewise.
7202         * tests/test-roundl.c (ASSERT): Likewise.
7203         * tests/test-signbit.c (ASSERT): Likewise.
7204         * tests/test-sleep.c (ASSERT): Likewise.
7205         * tests/test-snprintf-posix.c (ASSERT): Likewise.
7206         * tests/test-snprintf.c (ASSERT): Likewise.
7207         * tests/test-sprintf-posix.c (ASSERT): Likewise.
7208         * tests/test-stat-time.c (ASSERT): Likewise.
7209         * tests/test-strcasestr.c (ASSERT): Likewise.
7210         * tests/test-strerror.c (ASSERT): Likewise.
7211         * tests/test-striconv.c (ASSERT): Likewise.
7212         * tests/test-striconveh.c (ASSERT): Likewise.
7213         * tests/test-striconveha.c (ASSERT): Likewise.
7214         * tests/test-strsignal.c (ASSERT): Likewise.
7215         * tests/test-strstr.c (ASSERT): Likewise.
7216         * tests/test-strtod.c (ASSERT): Likewise.
7217         * tests/test-trunc1.c (ASSERT): Likewise.
7218         * tests/test-trunc2.c (ASSERT): Likewise.
7219         * tests/test-truncf1.c (ASSERT): Likewise.
7220         * tests/test-truncf2.c (ASSERT): Likewise.
7221         * tests/test-truncl.c (ASSERT): Likewise.
7222         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
7223         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
7224         * tests/test-vasnprintf.c (ASSERT): Likewise.
7225         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
7226         * tests/test-vasprintf.c (ASSERT): Likewise.
7227         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
7228         * tests/test-vprintf-posix.c (ASSERT): Likewise.
7229         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
7230         * tests/test-vsnprintf.c (ASSERT): Likewise.
7231         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
7232         * tests/test-wcwidth.c (ASSERT): Likewise.
7233         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
7234         * tests/test-xprintf-posix.c (ASSERT): Likewise.
7235         * tests/test-xvasprintf.c (ASSERT): Likewise.
7236         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
7237         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
7238         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
7239         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
7240         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
7241         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
7242         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
7243         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
7244         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
7245         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
7246         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
7247         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
7248         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
7249         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
7250         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
7251         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
7252         * tests/unictype/test-block_list.c (ASSERT): Likewise.
7253         * tests/unictype/test-block_of.c (ASSERT): Likewise.
7254         * tests/unictype/test-block_test.c (ASSERT): Likewise.
7255         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
7256         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
7257         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
7258         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
7259         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
7260         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
7261         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
7262         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
7263         * tests/unictype/test-combining.c (ASSERT): Likewise.
7264         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
7265         * tests/unictype/test-digit.c (ASSERT): Likewise.
7266         * tests/unictype/test-mirror.c (ASSERT): Likewise.
7267         * tests/unictype/test-numeric.c (ASSERT): Likewise.
7268         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
7269         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
7270         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
7271         * tests/unictype/test-scripts.c (ASSERT): Likewise.
7272         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
7273         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
7274         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
7275         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
7276         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
7277         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
7278         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
7279         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
7280         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
7281         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
7282         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
7283         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
7284         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
7285         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
7286         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
7287         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
7288         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
7289         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
7290         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
7291         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
7292         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
7293         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
7294         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
7295         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
7296         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
7297         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
7298         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
7299         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
7300         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
7301         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
7302         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
7303         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
7304         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
7305         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
7306         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
7307         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
7308         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
7309         Reported by Eric Blake.
7310
7311 2008-04-11  Bruno Haible  <bruno@clisp.org>
7312
7313         * lib/wchar.in.h: Tweak comment.
7314
7315 2008-04-11  Bruno Haible  <bruno@clisp.org>
7316
7317         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
7318         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
7319         gl_COMMON.
7320         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
7321
7322 2008-04-11  Bruno Haible  <bruno@clisp.org>
7323
7324         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
7325
7326 2008-04-11  Simon Josefsson  <simon@josefsson.org>
7327
7328         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
7329         of attempting to use non-existing /dev/*random.  Based on patch
7330         from Adam Strzelecki <ono@java.pl> in
7331         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
7332
7333 2008-04-08  Bruno Haible  <bruno@clisp.org>
7334
7335         Add tentative support for emx+gcc.
7336         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
7337         * lib/fpurge.c (fpurge): Likewise.
7338         * lib/freadable.c (freadable): Likewise.
7339         * lib/freadahead.c (freadahead): Likewise.
7340         * lib/freading.c (freading): Likewise.
7341         * lib/freadptr.c (freadptr): Likewise.
7342         * lib/freadseek.c (freadptrinc): Likewise.
7343         * lib/fseeko.c (rpl_fseeko): Likewise.
7344         * lib/fseterr.c (fseterr): Likewise.
7345         * lib/fwritable.c (fwritable): Likewise.
7346         * lib/fwriting.c (fwriting): Likewise.
7347         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
7348
7349 2008-04-09  Eric Blake  <ebb9@byu.net>
7350
7351         Avoid some autoconf warnings.
7352         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
7353         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
7354         * m4/afs.m4 (gl_AFS): Likewise.
7355         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
7356         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
7357         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
7358         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
7359         (gl_INTEGER_TYPE_SUFFIX): Likewise.
7360         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
7361         (AC_CHECK_DECLS_ONCE): Likewise.
7362         Rename file...
7363         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
7364         gnulib-tool requires autoconf 2.59 or better.
7365         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
7366
7367 2008-04-08  Eric Blake  <ebb9@byu.net>
7368
7369         Use 'git describe --match' if present (added in git 1.5.5).
7370         * build-aux/git-version-gen: Limit result to tags that match 'v*'
7371         if possible.
7372
7373 2008-04-08  Bruno Haible  <bruno@clisp.org>
7374
7375         Add tentative support for OpenServer.
7376         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
7377         _ptr, _cnt.
7378         * lib/fpurge.c (fpurge): Likewise.
7379         * lib/freadable.c (freadable): Likewise.
7380         * lib/freadahead.c (freadahead): Likewise.
7381         * lib/freading.c (freading): Likewise.
7382         * lib/freadptr.c (freadptr): Likewise.
7383         * lib/freadseek.c (freadptrinc): Likewise.
7384         * lib/fseeko.c (rpl_fseeko): Likewise.
7385         * lib/fseterr.c (fseterr): Likewise.
7386         * lib/fwritable.c (fwritable): Likewise.
7387         * lib/fwriting.c (fwriting): Likewise.
7388         Reported by Roger Cornelius <rac@tenzing.org> and
7389         Brian K. White <brian@aljex.com>.
7390
7391 2008-04-06  Jim Meyering  <meyering@redhat.com>
7392
7393         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
7394
7395 2008-04-06  Bruno Haible  <bruno@clisp.org>
7396
7397         Avoid possible error with non-ASCII bytes in UTF-8 locales.
7398         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
7399         * tests/test-printf-posix.sh: Likewise.
7400         * tests/test-vfprintf-posix.sh: Likewise.
7401         * tests/test-vprintf-posix.sh: Likewise.
7402         * tests/test-xprintf-posix.sh: Likewise.
7403
7404 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7405
7406         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
7407         hide error from 'ls', needed on OS/2.
7408         Report by Elbert Pol <elbert.pol@gmail.com>.
7409
7410 2008-04-04  Eric Blake  <ebb9@byu.net>
7411
7412         Make test-fseeko.c failures meaningful.
7413         * tests/test-fseeko.c: Print line number on failure.
7414         * tests/test-fseek.c: Likewise.
7415         Reported by Nelson H. F. Beebe.
7416
7417         Improve strtod bug detection check.
7418         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
7419         required for Solaris 10.
7420         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
7421
7422 2008-04-04  Bruno Haible  <bruno@clisp.org>
7423
7424         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
7425         by m4/setenv.m4.
7426
7427 2008-04-03  Eric Blake  <ebb9@byu.net>
7428
7429         Ensure sane .version contents.
7430         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
7431         version string.
7432         * build-aux/git-version-gen: Improve documentation.
7433
7434         Make GNU make output nicer.
7435         * top/GNUmakefile [!_have-Makefile]: Add dependency on
7436         MAKECMDGOALS to enforce message for all command line targets.  Set
7437         srcdir for use in maint.mk.
7438
7439         Another maintainer tweak.
7440         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
7441         a target that regenerates version.
7442
7443 2008-04-03  Jim Meyering  <meyering@redhat.com>
7444
7445         vc-list-files: don't cause coreutils "make po-check" failure
7446         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
7447
7448 2008-04-03  Eric Blake  <ebb9@byu.net>
7449
7450         Allow VPATH usage of vc-list-files.
7451         * build-aux/vc-list-files (scriptversion): Add timestamp.
7452         (options): Add --help, --version, -C.
7453         (CVS): Support installed cvsu.
7454
7455 2008-04-02  Bruno Haible  <bruno@clisp.org>
7456
7457         Avoid some "statement with no effect" warnings from gcc.
7458         * tests/test-wctype.c (main): Explicitly ignore unused values.
7459         Reported by Jim Meyering.
7460
7461 2008-04-02  Jim Meyering  <meyering@redhat.com>
7462
7463         Avoid some warnings from "gcc -Wshadow".
7464         * tests/test-frexp.c (exp): Define to a different identifier.
7465         * tests/test-frexpl.c (exp): Likewise.
7466
7467 2008-04-03  Jim Meyering  <meyering@redhat.com>
7468
7469         bootstrap: remove dangling *.[ch] symlinks from lib
7470         * build-aux/bootstrap [dangling symlink removal]: Move find's
7471         -depth option to precede all others, to avoid a warning.
7472         Remove *.[ch] files too, and from "$source_base" (usually lib/).
7473
7474 2008-04-02  Bruno Haible  <bruno@clisp.org>
7475
7476         Avoid some warnings from "gcc -Wshadow".
7477         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
7478         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
7479         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
7480         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
7481         Reported by Jim Meyering.
7482
7483 2008-04-01  Bruno Haible  <bruno@clisp.org>
7484
7485         Fix test to work on IRIX 6.5 with cc.
7486         * tests/test-math.c (numeric_equal): New function.
7487         (main): Use it.
7488
7489 2008-04-01  Bruno Haible  <bruno@clisp.org>
7490
7491         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
7492
7493 2008-04-01  Bruno Haible  <bruno@clisp.org>
7494
7495         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
7496         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7497         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
7498         (Depends-on): Remove math.
7499
7500         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
7501         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7502         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
7503         (Depends-on): Remove math.
7504
7505         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
7506         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7507         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
7508         (Depends-on): Remove math.
7509         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
7510         (Depends-on): Remove math.
7511
7512         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
7513         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7514         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
7515         (Depends-on): Remove math.
7516         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
7517         (Depends-on): Remove math.
7518
7519         * tests/test-round1.c: Include nan.h.
7520         (main): Use NaNd instead of NAN.
7521         * modules/round-tests (Files): Add tests/nan.h.
7522
7523         * tests/test-trunc1.c: Include nan.h.
7524         (main): Use NaNd instead of NAN.
7525         * modules/trunc-tests (Files): Add tests/nan.h.
7526
7527         * tests/test-roundf1.c: Include nan.h.
7528         (main): Use NaNf instead of NAN.
7529         * modules/roundf-tests (Files): Add tests/nan.h.
7530
7531         * tests/test-truncf1.c: Include nan.h.
7532         (main): Use NaNf instead of NAN.
7533         * modules/truncf-tests (Files): Add tests/nan.h.
7534
7535         * tests/test-ceilf1.c: Include nan.h.
7536         (main): Use NaNf instead of NAN.
7537         * modules/ceilf-tests (Files): Add tests/nan.h.
7538
7539         * tests/test-floorf1.c: Include nan.h.
7540         (main): Use NaNf instead of NAN.
7541         * modules/floorf-tests (Files): Add tests/nan.h.
7542
7543         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
7544         (main): Use NaNf instead of NAN.
7545         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
7546
7547         * tests/test-isnand.c: Include nan.h instead of <math.h>.
7548         (main): Use NaNd instead of NAN.
7549         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
7550
7551         * tests/test-frexp.c: Include nan.h.
7552         (main): Use NaNd instead of NAN.
7553         * modules/frexp-tests (Files): Add tests/nan.h.
7554
7555         * lib/isnan.c: Don't include <math.h>.
7556         (FUNC): Don't use NAN macro.
7557         * modules/isnand-nolibm (Depends-on): Remove math.
7558         * modules/isnanf-nolibm (Depends-on): Remove math.
7559         * modules/isnanl (Depends-on): Remove math.
7560         * modules/isnanl-nolibm (Depends-on): Remove math.
7561
7562         * tests/nan.h: New file.
7563
7564 2008-04-01  Eric Blake  <ebb9@byu.net>
7565
7566         Fix typos.
7567         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
7568         values to be the right type.
7569
7570         For now, cater to gnulib strtod inaccuracies.
7571         * tests/test-strtod.c (main): Allow 1-ulp error on expected
7572         fractional results.  While not as nice from a QoI perspective, it
7573         is a quicker patch than correctly implementing decimal to binary
7574         rounding.
7575
7576 2008-03-31  Eric Blake  <ebb9@byu.net>
7577
7578         Guarantee a definition of NAN.
7579         * lib/math.in.h (NAN): Define if missing.
7580         * tests/test-math.c (main): Test it.
7581         * doc/posix-headers/math.texi (math.h): Document this.
7582         * lib/isnan.c (rpl_isnand): Use it.
7583         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
7584         * tests/test-floorf1.c (NaN): Likewise.
7585         * tests/test-frexp.c (NaN): Likewise.
7586         * tests/test-isnand.c (NaN): Likewise.
7587         * tests/test-isnanf.c (NaN): Likewise.
7588         * tests/test-round1.c (NaN): Likewise.
7589         * tests/test-roundf1.c (NaN): Likewise.
7590         * tests/test-snprintf-posix.h (NaN): Likewise.
7591         * tests/test-sprintf-posix.h (NaN): Likewise.
7592         * tests/test-trunc1.c (NaN): Likewise.
7593         * tests/test-truncf1.c (NaN): Likewise.
7594         * tests/test-vasnprintf-posix.c (NaN): Likewise.
7595         * tests/test-vasprintf-posix.c (NaN): Likewise.
7596         * modules/isnand-nolibm (Depends-on): Add math.
7597         * modules/isnanf-nolibm (Depends-on): Likewise.
7598         * modules/isnanl (Depends-on): Likewise.
7599         * modules/isnanl-nolibm (Depends-on): Likewise.
7600         * modules/snprintf-posix-tests (Depends-on): Likewise.
7601         * modules/sprintf-posix-tests (Depends-on): Likewise.
7602         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
7603         * modules/vsprintf-posix-tests (Depends-on): Likewise.
7604         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
7605         * modules/vasprintf-posix-tests (Depends-on): Likewise.
7606
7607 2008-03-31  Bruno Haible  <bruno@clisp.org>
7608
7609         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
7610         * doc/posix-functions/strtod.texi: Likewise.
7611
7612 2008-03-31  Bruno Haible  <bruno@clisp.org>
7613
7614         * tests/test-strtod.c (main): Don't use C99 syntax.
7615
7616 2008-03-31  Bruno Haible  <bruno@clisp.org>
7617
7618         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
7619         Reported by Eric Blake.
7620
7621 2008-03-31  Jim Meyering  <meyering@redhat.com>
7622
7623         Don't compare actual signbit return values.
7624         * tests/test-strtod.c (main): Rather, compare only their
7625         zero/non-zero nature.
7626
7627 2008-03-31  Eric Blake  <ebb9@byu.net>
7628
7629         More strtod documentation.
7630         * doc/posix-functions/strtod.texi (strtod): Interpret more test
7631         failures as distinct bugs.
7632
7633 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
7634
7635         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
7636         Problem reported by Erik Benada in
7637         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
7638
7639 2008-03-30  Bruno Haible  <bruno@clisp.org>
7640
7641         * tests/test-strtod.c: Add comments about which assertion fails on which
7642         platform.
7643         * doc/posix-functions/strtod.texi: Add info about many more platforms.
7644
7645 2008-03-30  Eric Blake  <ebb9@byu.net>
7646
7647         Test signbit behavior on zeros.
7648         * tests/test-signbit.c (test_signbitf): Add tests for zero.
7649         (test_signbitd, test_signbitl): Likewise.
7650
7651         More strtod touchups.
7652         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
7653         sign of negative underflow, for now.  Use .5, not .1.
7654         * doc/posix-functions/strtod.texi (strtod): Mention these
7655         limitations.
7656         Reported by Jim Meyering.
7657
7658 2008-03-30  Bruno Haible  <bruno@clisp.org>
7659
7660         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
7661         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
7662
7663 2008-03-30  Bruno Haible  <bruno@clisp.org>
7664
7665         Avoid failure when attempting to return empty iconv results on some
7666         platforms.
7667         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
7668         allocation, don't report ENOMEM when the resulting string is empty.
7669
7670 2008-03-30  Bruno Haible  <bruno@clisp.org>
7671
7672         Fix buffer overrun.
7673         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
7674         Don't consider the width for tmp_length. Check count against tmp_length
7675         before doing the padding. Ensure enough allocation during padding.
7676
7677 2008-03-30  Eric Blake  <ebb9@byu.net>
7678
7679         strtod touchups.
7680         * lib/strtod.c (strtod): Avoid compiler warnings.
7681         Reported by Jim Meyering.
7682
7683 2008-03-30  Bruno Haible  <bruno@clisp.org>
7684
7685         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
7686         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
7687         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
7688         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
7689         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
7690         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
7691         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
7692         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
7693
7694         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
7695         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
7696         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
7697         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
7698         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
7699         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
7700         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
7701         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
7702
7703         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
7704         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
7705         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
7706         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
7707         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
7708         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
7709         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
7710         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
7711
7712         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
7713         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
7714
7715         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
7716         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
7717
7718         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
7719         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
7720
7721         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
7722         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
7723         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
7724
7725         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
7726         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
7727         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
7728
7729         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
7730         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
7731         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
7732
7733         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
7734         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
7735         * modules/vasprintf (Depends-on): Add EOVERFLOW.
7736
7737         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
7738         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
7739         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
7740         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
7741         (Depends-on): Add EOVERFLOW.
7742         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
7743         (Depends-on): Add EOVERFLOW.
7744         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
7745         (Depends-on): Add EOVERFLOW.
7746         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
7747         (Depends-on): Add EOVERFLOW.
7748         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
7749         (Depends-on): Add EOVERFLOW.
7750         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
7751         (Depends-on): Add EOVERFLOW.
7752         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
7753         (Depends-on): Add EOVERFLOW.
7754         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
7755         (Depends-on): Add EOVERFLOW.
7756
7757         * lib/sprintf.c (EOVERFLOW): Remove fallback.
7758         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
7759         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
7760
7761         * lib/snprintf.c (EOVERFLOW): Remove fallback.
7762         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
7763         * modules/snprintf (Depends-on): Add EOVERFLOW.
7764
7765         * lib/poll.c (EOVERFLOW): Remove fallback.
7766         * modules/poll (Depends-on): Add EOVERFLOW.
7767
7768         * lib/getugroups.c (EOVERFLOW): Remove fallback.
7769         * modules/getugroups (Depends-on): Add EOVERFLOW.
7770
7771         * lib/getdelim.c (EOVERFLOW): Remove fallback.
7772         * modules/getdelim (Depends-on): Add EOVERFLOW.
7773
7774         * lib/ftell.c (EOVERFLOW): Remove fallback.
7775         * modules/ftell (Depends-on): Add EOVERFLOW.
7776
7777         * lib/fprintf.c (EOVERFLOW): Remove fallback.
7778         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
7779         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
7780
7781         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
7782
7783         * modules/EOVERFLOW-tests: New file.
7784         * tests/test-EOVERFLOW.c: New file.
7785
7786         * modules/EOVERFLOW: New file.
7787         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
7788
7789 2008-03-30  Bruno Haible  <bruno@clisp.org>
7790
7791         Fix bug introduced on 2007-06-10.
7792         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
7793         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
7794
7795 2008-03-30  Bruno Haible  <bruno@clisp.org>
7796
7797         Improve freadseek's efficiency after ungetc.
7798         * lib/freadseek.c: Include freadahead.h.
7799         (freadptrinc): New function, extracted from freadseek.
7800         (freadseek): Use it in a loop. Use freadahead to determine the number
7801         of loop iterations.
7802         * modules/freadseek (Depends-on): Add freadahead.
7803         (configure.ac): Require AC_C_INLINE.
7804
7805 2008-03-30  Bruno Haible  <bruno@clisp.org>
7806
7807         * lib/freadseek.c (freadseek): Don't ignore the return value of
7808         freadptr.
7809
7810 2008-03-29  Eric Blake  <ebb9@byu.net>
7811
7812         Add hex float support.
7813         * modules/strtod (Depends-on): Add c-ctype.
7814         (Link): Mention POW_LIB.
7815         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
7816         whitespace between 'e' and exponent.
7817         * tests/test-strtod.c (main): Enable hex float tests.
7818         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
7819         now provides.
7820
7821         Document various strtod bugs, with some fixes.
7822         * doc/posix-functions/strtod.texi (strtod): Document bugs with
7823         "-0x", "inf", "nan", and hex constants.
7824         * doc/posix-functions/atof.texi (atof): Likewise.
7825         * modules/stdlib (Makefile.am): Support strtod.
7826         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
7827         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
7828         detect additional strtod bugs.
7829         * lib/stdlib.in.h (rpl_strtod): Add declarations.
7830         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
7831         bool where appropriate.  Parse 'inf' and 'nan'.
7832         * tests/test-strtod.c: New file.
7833         * modules/strtod (Depends-on): Add stdbool, stdlib.
7834         (configure.ac): Turn on module indicator.
7835         * modules/strtod-tests: New module.
7836
7837 2008-03-29  Eric Blake  <ebb9@byu.net>
7838
7839         Fix ftell on mingw.
7840         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
7841         * modules/ftell-tests (Depends-on): Add binary-io.
7842         * modules/ftello-tests (Depends-on): Likewise.
7843         * tests/test-ftell.c (main): Enhance test to cover behavior after
7844         ungetc.  Enforce binary mode.
7845         * tests/test-ftello.c (main): Likewise.
7846
7847         Pass test-freadseek on cygwin.
7848         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
7849         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
7850         ungetc buffer.
7851
7852         * tests/test-fflush2.c (main): Fix typo.
7853
7854 2008-03-29  Bruno Haible  <bruno@clisp.org>
7855
7856         * tests/test-fflush2.c (main): Temporarily disable the contents of
7857         this test.
7858         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
7859         Reported by Eric Blake.
7860
7861 2008-03-28  Simon Josefsson  <simon@josefsson.org>
7862
7863         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
7864         (GC_SHA224_DIGEST_SIZE): Add.
7865
7866         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
7867         (gc_hash_digest_length): Likewise.
7868         (gc_hash_buffer): Likewise.
7869
7870 2008-03-25  Bruno Haible  <bruno@clisp.org>
7871
7872         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
7873         detail which gettext release to use.
7874         Reported by Simon Josefsson.
7875
7876 2008-03-26  Jim Meyering  <meyering@redhat.com>
7877
7878         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
7879         * modules/gnumakefile (clean-GNUmakefile): Also, use
7880         test ... && ... || : syntax rather than if-then ... fi.
7881
7882         gnumakefile: Don't double-quote-expand $(VPATH) value.
7883         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
7884
7885 2008-03-24  Eric Blake  <ebb9@byu.net>
7886
7887         Alter GNUmakefile to install into top directory.
7888         * modules/maintainer-makefile: Split, and add dependency...
7889         * modules/gnumakefile: to this new module.
7890         * build-aux/GNUmakefile: Move...
7891         * top/GNUmakefile: ...here.
7892         * build-aux/maint.mk: Move...
7893         * top/maint.mk: ...here.
7894         * MODULES.html.sh (Support for maintaining...): Document new
7895         module.
7896
7897 2008-03-23  Bruno Haible  <bruno@clisp.org>
7898
7899         * gnulib-tool: New options --vc-files, --no-vc-files.
7900         (func_usage): Document them.
7901         (vc_files): New variable.
7902         (func_import): Consider vc_files.
7903         (func_create_testdir): Set vc_files to empty.
7904         Suggested by Jim Meyering and Karl Berry.
7905
7906 2008-03-23  Bruno Haible  <bruno@clisp.org>
7907
7908         Fix regex compilation error on HP-UX 11.
7909         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
7910         * modules/regex (Files): Add m4/mbstate_t.m4.
7911         Reported by Ton Voon <ton.voon@altinity.com>.
7912
7913 2008-03-23  Bruno Haible  <bruno@clisp.org>
7914
7915         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
7916
7917 2008-03-23  Eric Blake  <ebb9@byu.net>
7918             Bruno Haible  <bruno@clisp.org>
7919
7920         Install files from top/ in the destination directory.
7921         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
7922         augmentation also for the files from top/.
7923         (func_import, func_create_testdir): Rewrite file names:
7924         top/filename -> filename.
7925
7926 2008-03-23  Bruno Haible  <bruno@clisp.org>
7927
7928         Tweak "gnulib --version" output.
7929         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
7930
7931 2008-03-23  Bruno Haible  <bruno@clisp.org>
7932
7933         Tweak "gnulib --version" output.
7934         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
7935         rather than contents of ChangeLog, when possible.
7936
7937 2008-03-21  Eric Blake  <ebb9@byu.net>
7938
7939         More --version tweaks.
7940         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
7941         date of last ChangeLog entry.
7942
7943 2008-03-21  Jim Meyering  <meyering@redhat.com>
7944
7945         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
7946
7947 2008-03-20  Eric Blake  <ebb9@byu.net>
7948
7949         VPATH fix.
7950         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
7951
7952 2008-03-20  Simon Josefsson  <simon@josefsson.org>
7953
7954         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
7955         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
7956
7957 2008-03-20  Eric Blake  <ebb9@byu.net>
7958
7959         Sync GNUmakefile with coreutils.
7960         * build-aux/GNUmakefile (have-Makefile): Rename...
7961         (_have-Makefile): ...to this, for namespace consideration.
7962         (GNUmakefile.cfg): Include, if present.
7963         (_autoreconf): Define a default.
7964         (_is-dist-target): New rule for rebuilds to pick up intra-release
7965         version.
7966         (maint-cfg.mk): Rename...
7967         (cfg.mk): ...to this.
7968
7969 2008-03-18  Jim Meyering  <meyering@redhat.com>
7970
7971         New script and module: mktempd
7972         * MODULES.html.sh (maint+release support): Add mktempd.
7973         * build-aux/mktempd: New file.
7974         * modules/mktempd: New file.
7975
7976 2008-03-15  Jim Meyering  <meyering@redhat.com>
7977
7978         Undo last change.
7979         * lib/sha1.c, lib/md5.c: 63 != ~63.
7980         Reported by Andreas Schwab.
7981
7982         sha1.c, md5.c: Hoist a redundant expression.
7983         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
7984         "ctx->buflen" only once, before calling *_process_block.
7985         * lib/md5.c (md5_process_bytes): Likewise.
7986
7987 2008-03-14  Eric Blake  <ebb9@byu.net>
7988
7989         Bump copyright year in files generated by gnulib-tool.
7990         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
7991         gnulib-tool, rather than hard-coding it.
7992
7993         Fix 'gnulib-tool --version' output to work with git.
7994         * gnulib-tool (func_gnulib_dir): New function, extracted from...
7995         (startup): ...here.
7996         (func_version): Use it to invoke git-version-gen, rather than
7997         relying on CVS keyword expansion.  Modernize wording.
7998         (cvsdatestamp, last_checkin_date, version): Kill unused
7999         variables.
8000
8001 2008-03-12  Jim Meyering  <meyering@redhat.com>
8002
8003         Recognize optional cast of the argument to free.
8004         * build-aux/useless-if-before-free: Update regexps.
8005
8006         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
8007
8008 2008-03-11  Bruno Haible  <bruno@clisp.org>
8009
8010         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
8011         by a single package.
8012         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
8013         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
8014         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
8015         Reported by Sam Steingold <sds@gnu.org>.
8016
8017 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8018
8019         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
8020         repositories.
8021
8022 2008-03-11  Bruno Haible  <bruno@clisp.org>
8023
8024         Avoid conflicts between local macro definitions.
8025         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8026         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
8027
8028 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
8029             Bruno Haible  <bruno@clisp.org>
8030
8031         Make va_copy work with some version of xlc on AIX 5.1.
8032         * lib/stdarg.in.h: New file.
8033         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
8034         On AIX, use a <stdarg.h> file substitute.
8035         * modules/stdarg (Files): Add lib/stdarg.in.h.
8036         (Depends-on): Add include_next.
8037         (Makefile.am): Build a stdarg.h substitute if requested.
8038         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
8039
8040 2008-03-10  Bruno Haible  <bruno@clisp.org>
8041
8042         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
8043         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
8044         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
8045
8046 2008-03-10  Bruno Haible  <bruno@clisp.org>
8047
8048         * modules/stdlib (Depends-on): Add include_next, remove
8049         absolute-header.
8050
8051 2008-03-09  Bruno Haible  <bruno@clisp.org>
8052
8053         * lib/freadahead.h (freadahead): Document more precisely.
8054         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
8055         the sum of both buffer sizes.
8056         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
8057         * NEWS: Document the change.
8058
8059 2008-03-09  Bruno Haible  <bruno@clisp.org>
8060
8061         Extend freadptr to return also the buffer size.
8062         * lib/freadptr.h (freadptr): Add sizep argument.
8063         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
8064         (freadptr): Add sizep argument. Determine buffer size like freadahead
8065         does.
8066         * tests/test-freadptr.c: Don't include freadahead.h.
8067         (main): Adapt for new calling convention of freadptr.
8068         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
8069         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
8070         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
8071         tests/test-freadptr2.sh.
8072         (Depends): Remove freadahead.
8073         (TESTS): Add test-freadptr2.sh.
8074         (check_PROGRAMS): Add test-freadptr2.
8075
8076 2008-03-09  Bruno Haible  <bruno@clisp.org>
8077
8078         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
8079         Report and solution by Simon Josefsson.
8080
8081 2008-03-06  Bruno Haible  <bruno@clisp.org>
8082
8083         Make fflush after ungetc work on BSD platforms.
8084         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
8085         * tests/test-fflush2.c: New file.
8086         * tests/test-fflush2.sh: New file.
8087         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
8088         tests/test-fflush2.c.
8089         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
8090         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
8091
8092 2008-03-06  Eric Blake  <ebb9@byu.net>
8093
8094         Likewise for ftello.
8095         * modules/ftello (Dependencies): Add extensions.
8096         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
8097
8098 2008-03-06  Bruno Haible  <bruno@clisp.org>
8099
8100         * modules/fseeko (Dependencies): Add extensions.
8101         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
8102         Needed on glibc systems.
8103
8104 2008-03-06  Bruno Haible  <bruno@clisp.org>
8105
8106         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
8107         email address.
8108         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8109
8110 2008-03-06  Bruno Haible  <bruno@clisp.org>
8111
8112         * users.txt: Add libgnupdf.
8113
8114 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
8115
8116         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
8117         (Header File Substitutes, Function Substitutes,
8118         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
8119         (Build robot for gnulib): Fix typo.
8120
8121 2008-03-06  Bruno Haible  <bruno@clisp.org>
8122
8123         * doc/gnulib-tool.texi (VCS Issues): Small updates.
8124         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8125
8126 2008-03-06  Bruno Haible  <bruno@clisp.org>
8127
8128         * doc/func.texi: New file, extracted from doc/gnulib.texi.
8129         * doc/gnulib.texi: Include it.
8130
8131 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8132
8133         * modules/func (License): Change license to unlimited; there was
8134         no LGPL parts in the module anyway.
8135
8136 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8137
8138         * modules/__func__: Renamed to modules/func.
8139         * modules/__func__-tests: Renamed to modules/func-tests.
8140         * tests/test-__func__.c: Renamed to tests/test-func.c.
8141         * m4/__func__.m4: Renamed to m4/func.m4.
8142         * doc/gnulib.texi (__func__): Section renamed to func.
8143         Suggested by Eric Blake <ebb9@byu.net>.
8144
8145 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8146
8147         * doc/gnulib.texi (__func__): Use C99 terminology when talking
8148         about __func__.  Make example self-contained.  Suggested by Eric
8149         Blake <ebb9@byu.net>.
8150
8151         * tests/test-__func__.c (main): Avoid extraneous () around __func.
8152         Suggested by Eric Blake <ebb9@byu.net>.
8153
8154 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8155
8156         * modules/__func__: New file.
8157         * modules/__func__-tests: New file.
8158         * tests/test-__func__.c: New file.
8159         * m4/__func__.m4: New file.
8160         * doc/gnulib.texi (__func__): Document __func__ module.
8161
8162 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8163
8164         * modules/byteswap (License): Re-license as LGPLv2+.
8165
8166 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8167
8168         * doc/Makefile: Add pdf target.
8169
8170 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8171
8172         * modules/inline (License): Use 'unlimited', since there are only
8173         *.m4 files in this module.
8174
8175 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
8176             Bruno Haible  <bruno@clisp.org>
8177
8178         Add support for HP C 7.1 on OpenVMS 8.3.
8179         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
8180
8181 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
8182
8183         Update VMS specifics.
8184         * lib/getopt.c [VMS]: Remove include of unixlib.h.
8185
8186 2008-03-02  Jim Meyering  <meyering@redhat.com>
8187
8188         Remove the last dependency on the "free" module.
8189         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
8190         Reported by Bob Proulx.
8191
8192         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
8193
8194         Remove useless "if" tests before free.  Deprecate "free" module.
8195         * doc/posix-functions/free.texi: Mention that this
8196         module is no longer useful.
8197         * modules/free (Notice): Say this module is obsolete.
8198         * modules/readutmp (Depends-on): Remove free.
8199         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
8200         * lib/putenv.c (putenv): Likewise.
8201         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
8202         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
8203         * tests/test-c-strcasestr.c (main): Likewise.
8204         * tests/test-c-strstr.c (main): Likewise.
8205         * tests/test-mbscasestr1.c (main): Likewise.
8206         * tests/test-mbscasestr2.c (main): Likewise.
8207         * tests/test-mbsstr1.c (main): Likewise.
8208         * tests/test-mbsstr2.c (main): Likewise.
8209         * tests/test-memmem.c (main): Likewise.
8210         * tests/test-strcasestr.c (main): Likewise.
8211         * tests/test-striconv.c (main): Likewise.
8212         * tests/test-striconveh.c (main): Likewise.
8213         * tests/test-striconveha.c (main): Likewise.
8214         * tests/test-strstr.c (main): Likewise.
8215
8216         * build-aux/git-version-gen: Adjust a comment and the Usage string.
8217
8218         bootstrap: sync from coreutils again
8219         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
8220
8221 2008-03-01  Jim Meyering  <meyering@redhat.com>
8222
8223         bootstrap: sync from coreutils
8224         * build-aux/bootstrap (update_po_files): Copy a .po file into place
8225         also when the target doesn't exist.
8226
8227 2008-03-01  Eric Blake  <ebb9@byu.net>
8228
8229         Fix bugs in last patch.
8230         * lib/memchr2.c (memchr2): Fix typo.
8231         * tests/test-memchr2.c: Test previous bug, and don't use GNU
8232         extension.
8233         Reported by Bruce Korb.
8234
8235         New module 'memchr2'.
8236         * modules/memchr2: New file.
8237         * modules/memchr2-tests: Likewise.
8238         * lib/memchr2.h: Likewise.
8239         * lib/memchr2.c: Likewise, based on memchr.c.
8240         * tests/test-memchr2.c: New test.
8241         * MODULES.html.sh (String handling): Add memchr2.
8242
8243 2008-02-29  Bruno Haible  <bruno@clisp.org>
8244
8245         * modules/freadseek-tests: New file.
8246         * tests/test-freadseek.sh: New file.
8247         * tests/test-freadseek.c: New file.
8248
8249         New module 'freadseek'.
8250         * modules/freadseek: New file.
8251         * lib/freadseek.h: New file.
8252         * lib/freadseek.c: New file.
8253         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
8254
8255 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
8256
8257         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
8258         wydawca.
8259
8260         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
8261         program_invocation_name and program_invocation_short_name are
8262         present.
8263
8264 2008-02-28  Bruno Haible  <bruno@clisp.org>
8265
8266         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
8267         * tests/test-freadptr.sh: Also test non-seekable stdin.
8268
8269 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
8270
8271         * build-aux/bootstrap (source_base, m4_base)
8272         (doc_base, tests_base): New variables.
8273         (gnulib_tool_options): Do not hardcode base directories, use
8274         the above variables instead.
8275
8276 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
8277
8278         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
8279
8280 2008-02-28  Bruno Haible  <bruno@clisp.org>
8281
8282         * modules/freadptr-tests: New file.
8283         * tests/test-freadptr.sh: New file.
8284         * tests/test-freadptr.c: New file.
8285
8286         New module 'freadptr'.
8287         * modules/freadptr: New file.
8288         * lib/freadptr.h: New file.
8289         * lib/freadptr.c: New file.
8290         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
8291
8292 2008-02-26  Karl Berry  <karl@freefriends.org>
8293
8294         Sync from Libtool:
8295         * libltdl/argz.c (argz_add, argz_count): New functions.
8296         * libltdl/argz.in.h: Declare them.
8297         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
8298
8299 2008-02-22  Bruno Haible  <bruno@clisp.org>
8300
8301         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
8302         is a pointer type.  Needed for HP-UX 10.
8303         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
8304         * doc/posix-functions/gmtime_r.texi: Likewise.
8305         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
8306
8307 2008-02-24  Bruno Haible  <bruno@clisp.org>
8308
8309         * modules/environ-tests: New file.
8310         * tests/test-environ.c: New file.
8311
8312         New module 'environ'.
8313         * modules/environ: New file.
8314         * lib/unistd.in.h (environ): New declaration.
8315         * m4/environ.m4: New file.
8316         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
8317         after use.
8318         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
8319         HAVE_DECL_ENVIRON.
8320         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
8321         HAVE_DECL_ENVIRON.
8322         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
8323         wrong claim that 'environ' is missing on some systems.
8324         * modules/execute (Depends-on): Add environ.
8325         * lib/execute.c (environ): Remove fallback declaration.
8326         * modules/pipe (Depends-on): Add environ.
8327         * lib/pipe.c (environ): Remove fallback declaration.
8328         * modules/setenv (Depends-on): Add environ.
8329         * lib/setenv.c (environ): Remove fallback declaration.
8330         * modules/unsetenv (Depends-on): Add environ.
8331         * lib/unsetenv.c (environ): Remove fallback declaration.
8332         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
8333         m4/environ.m4.
8334         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
8335         (gl_PREREQ_UNSETENV): Likewise.
8336
8337 2008-02-24  Bruno Haible  <bruno@clisp.org>
8338
8339         * doc/posix-functions/environ.texi: Document the MacOS X problem.
8340
8341 2008-02-20  Bob Proulx  <bob@proulx.com>
8342
8343         Enable use of older two part flavor 'git describe'.
8344         * build-aux/git-version-gen: If using the older two part flavor of
8345         git version then recreate the third part now present in the
8346         newer three part flavor of git describe.
8347
8348 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
8349
8350         * lib/fts.c (fts_build): Typo correction to comment.
8351
8352 2008-02-17  Bruno Haible  <bruno@clisp.org>
8353
8354         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
8355         generating no-op conflicts.
8356
8357 2008-02-17  Bruno Haible  <bruno@clisp.org>
8358
8359         Speed up by 10%.
8360         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
8361         result_entries, rather than an index-based loop.
8362
8363 2008-02-17  Bruno Haible  <bruno@clisp.org>
8364
8365         Speed up by 25%.
8366         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
8367         'hashcode_cached'.
8368         (entry_create): New function.
8369         (entry_hashcode): Use the cached hashcode if possible.
8370         (read_changelog_file, try_split_merged_entry): Use entry_create.
8371
8372 2008-02-17  Bruno Haible  <bruno@clisp.org>
8373
8374         Speed up from O(n^2) to O(n) for long ChangeLog files.
8375         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
8376         (read_changelog_file): Change implementation of entries_reversed list
8377         to rbtreehash.
8378         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
8379
8380 2008-02-17  Bruno Haible  <bruno@clisp.org>
8381
8382         New option --split-merged-entry.
8383         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
8384         (find_paragraph_end, try_split_merged_entry): New functions.
8385         (long_options): Add option --split-merged-entry.
8386         (usage): Document option --split-merged-entry.
8387         (main): Implement option --split-merged-entry.
8388         Reported by Eric Blake.
8389
8390 2008-02-17  Bruno Haible  <bruno@clisp.org>
8391
8392         * lib/git-merge-changelog.c: Include c-strstr.h.
8393         (main): Support the "git pull --rebase" situation.
8394         * modules/git-merge-changelog (Depends-on): Add c-strstr.
8395         Reported by Eric Blake.
8396
8397 2008-02-16  Eric Blake  <ebb9@byu.net>
8398
8399         Avoid doubling \ in common case of "c-maybe" quoting style.
8400         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
8401         eliding outer quotes.
8402         * lib/quotearg.h: Document this.
8403         * tests/test-quotearg.c (result_strings, inputs, results_g)
8404         (flag_results, locale_results): Test it by adding a new string to
8405         each test group.
8406         (compare_strings): Test new string.
8407
8408 2008-02-13  Eric Blake  <ebb9@byu.net>
8409
8410         Avoid trigraph quoting in default output.
8411         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
8412         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
8413         unless explicitly requested.
8414         * tests/test-quotearg.c (flag_results, main): Add additional tests.
8415
8416 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
8417
8418         Don't rely on signed integer overflowing to negative value.
8419         * lib/getugroups.c (getugroups): Include <limits.h>.
8420         Instead, compare against INT_MAX, and increment only if the test passes.
8421
8422 2008-02-13  Jim Meyering  <meyering@redhat.com>
8423         and Eric Blake  <ebb9@byu.net>
8424
8425         Avoid shadowing warning and compile errors on Linux.
8426         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
8427         forwarding macros on Linux.
8428         (dcgettext): Define a stub, for Linux.
8429         (results_g, main): Avoid warnings.
8430
8431 2008-02-12  Eric Blake  <ebb9@byu.net>
8432
8433         Silence warning in last patch.
8434         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
8435
8436         Quotearg part 4: add tests, fix c-maybe colon quoting.
8437         * lib/quotearg.h: Improve documentation.
8438         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
8439         escapes when adding outer quotes.  When quoting trigraphs, use
8440         valid C notation.  When quoting NUL, omit extra characters if next
8441         character is not digit.  Alter prototype.
8442         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
8443         callers.
8444         * modules/quotearg-tests: New module.
8445         * tests/test-quotearg.c: New test.
8446
8447 2008-02-07  Eric Blake  <ebb9@byu.net>
8448
8449         Quotearg part 3: add flag to control outer quote elision.
8450         * lib/quotearg.h (c_maybe_quoting_style): New style.
8451         (enum quoting_flags): Better documentation of flags.
8452         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
8453         c-maybe style.
8454         (quotearg_buffer_restyled): Handle new flag to elide outer
8455         quotes.
8456
8457         Quotearg part 2: add flag that can control NUL elision.
8458         * lib/quotearg.h (set_quoting_flags): New prototype.
8459         * lib/quotearg.c (struct quoting_options): Add flag field.
8460         (set_quoting_flags): New function.
8461         (quotearg_buffer_restyled): Add flags parameter.
8462         (quotearg_alloc_mem): Set the flag if length cannot be returned.
8463         (quotearg_n_options): Set the flag, since length cannot be
8464         returned.
8465         (quoting_options_from_style): Default flags correctly.
8466
8467         Quotearg part 1: more wrappers, restore quotearg_char state.
8468         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
8469         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
8470         (quotearg_colon_mem): New wrappers.
8471         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
8472         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
8473         functions.
8474         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
8475         (quotearg_colon_mem): New functions.
8476
8477 2008-02-11  Bruno Haible  <bruno@clisp.org>
8478
8479         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
8480         library in the current directory: it does not work with parallel make.
8481         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8482
8483 2008-02-11  Bruno Haible  <bruno@clisp.org>
8484
8485         * .gitattributes: New file.
8486
8487 2008-02-11  Jim Meyering  <meyering@redhat.com>
8488
8489         useless-if-before-free: Fix reversed exit values.
8490         * build-aux/useless-if-before-free: Use correct values
8491         for EXIT_MATCH and EXIT_NO_MATCH.
8492
8493         * build-aux/useless-if-before-free: Close stdout carefully.
8494
8495 2008-02-10  Bruno Haible  <bruno@clisp.org>
8496
8497         New module 'git-merge-changelog'.
8498         * modules/git-merge-changelog: New file.
8499         * lib/git-merge-changelog.c: New file.
8500
8501 2008-02-10  Jim Meyering  <meyering@redhat.com>
8502
8503         useless-if-before-free: New option: --list (-l).
8504
8505         useless-if-before-free: Don't exit immediately upon open failure.
8506         * build-aux/useless-if-before-free: Exit 2 for errors.
8507         Upon failure to open a file, don't exit immediately.
8508         Rather, just warn and continue with any remaining files.
8509
8510 2008-02-10  Bruno Haible  <bruno@clisp.org>
8511
8512         New abstract list operation 'node_set_value'.
8513         * lib/gl_list.h (gl_list_node_set_value): New function.
8514         (struct gl_list_implementation): New field node_set_value.
8515         * lib/gl_list.c (gl_list_node_set_value): New function.
8516         * lib/gl_array_list.c (gl_array_node_set_value): New function.
8517         (gl_array_list_implementation): Update.
8518         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
8519         (gl_carray_list_implementation): Update.
8520         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
8521         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
8522         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
8523         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
8524         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
8525         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
8526         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
8527         Update.
8528         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
8529         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
8530         (gl_sublist_list_implementation): Update.
8531
8532 2008-02-10  Bruno Haible  <bruno@clisp.org>
8533
8534         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
8535         Needed when ELEMENT is #defined to 'some_type *'.
8536
8537 2008-02-10  Jim Meyering  <meyering@redhat.com>
8538
8539         New script and module: useless-if-before-free
8540         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
8541         * build-aux/useless-if-before-free: New file.
8542         * modules/useless-if-before-free: New file.
8543
8544         * build-aux/gitlog-to-changelog: Use committer date, not author date.
8545
8546         xstrtol_error: Fix typo.
8547         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
8548         s/exit_failure/exit_status/.
8549
8550 2008-02-09  Jim Meyering  <meyering@redhat.com>
8551
8552         New script and module: gitlog-to-changelog
8553         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
8554         * modules/gitlog-to-changelog: New file.
8555         * build-aux/gitlog-to-changelog: New file.
8556
8557 2008-02-08  Jim Meyering  <meyering@redhat.com>
8558
8559         Avoid two "parameter unused" warnings.
8560         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
8561         Mark "st" as used.
8562
8563         Use "git COMMAND", not "git-COMMAND".
8564         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
8565         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
8566         * build-aux/git-version-gen: Use "git status", not "git-status".
8567
8568 2008-02-07  Bruno Haible  <bruno@clisp.org>
8569
8570         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
8571         Avoids a crash on Windows Vista.
8572         Reported by Adam Strzelecki <ono@java.pl> via
8573         Simon Josefsson <simon@josefsson.org>.
8574
8575 2008-02-06  Bruno Haible  <bruno@clisp.org>
8576
8577         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
8578         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
8579         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
8580         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
8581         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8582         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8583         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
8584         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
8585         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8586         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8587         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8588         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8589         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8590         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8591         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8592         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
8593         left-adjust flag.
8594         * tests/test-snprintf-posix.h (test_function): Likewise.
8595         * tests/test-sprintf-posix.h (test_function): Likewise.
8596         * tests/test-vasprintf-posix.c (test_function): Likewise.
8597         * doc/posix-functions/fprintf.texi: Update.
8598         * doc/posix-functions/printf.texi: Update.
8599         * doc/posix-functions/snprintf.texi: Update.
8600         * doc/posix-functions/sprintf.texi: Update.
8601         * doc/posix-functions/vfprintf.texi: Update.
8602         * doc/posix-functions/vprintf.texi: Update.
8603         * doc/posix-functions/vsnprintf.texi: Update.
8604         * doc/posix-functions/vsprintf.texi: Update.
8605         Reported by Peter Fales <psfales@alcatel-lucent.com>.
8606
8607 2008-02-06  Bruno Haible  <bruno@clisp.org>
8608
8609         Fix bug introduced on 2008-01-26.
8610         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
8611
8612 2008-02-06  Bruno Haible  <bruno@clisp.org>
8613
8614         Fix bug introduced on 2007-06-10.
8615         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
8616         !NEED_PRINTF_FLAG_ZERO.
8617
8618 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
8619
8620         getloadavg: use libperfstat on AIX5
8621         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
8622
8623 2008-02-03  Bruno Haible  <bruno@clisp.org>
8624
8625         * lib/diffseq.h: Add comments about required #includes.
8626         Reported by Michael Biggs <gnulib@doubleplum.net>.
8627
8628 2008-02-01  Bruno Haible  <bruno@clisp.org>
8629
8630         * users.txt: Add gnuit.
8631
8632 2008-01-31  Bruno Haible  <bruno@clisp.org>
8633
8634         * lib/md4.c (set_uint32): Mark as inline.
8635         * lib/md5.c (set_uint32): Likewise.
8636         * lib/sha1.c (set_uint32): Likewise.
8637         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
8638         * m4/md5.m4 (gl_MD5): Likewise.
8639         * m4/sha1.m4 (gl_SHA1): Likewise.
8640
8641 2008-01-31  Jim Meyering  <meyering@redhat.com>
8642
8643         Use "sizeof VAR", rather than a literal "4".
8644         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
8645         * lib/md4.c (md4_read_ctx): Likewise.
8646         * lib/sha1.c (sha1_read_ctx): Likewise.
8647
8648 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8649
8650         * tests/test-sha1.c: New file, based on test-md5.c.
8651
8652         * modules/crypto/sha1-tests: New file.
8653
8654 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8655
8656         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
8657
8658 2008-01-31  Jim Meyering  <meyering@redhat.com>
8659
8660         Prefer "sizeof v" over the equivalent "4".
8661         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
8662         * lib/md5.c (set_uint32): Likewise.
8663         * lib/sha1.c (set_uint32): Likewise.
8664
8665 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8666
8667         * lib/sha1.c (set_uint32): Mark function as static.
8668
8669 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8670
8671         md2: clarify comments to say that alignment is not required.
8672         * lib/md2.h: Remove warning about alignment in comment.
8673         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
8674         never been required.
8675
8676 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8677
8678         md4: adapt alignment constraint fix from sha1.
8679         * lib/md4.c (set_uint32): New function, from sha1.c
8680         (md4_read_ctx): Use it.
8681         (md4_finish_ctx): Doc fix.
8682         * lib/md4.h: Doc fix.
8683
8684 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8685
8686         md5: adapt alignment constraint fix from sha1.
8687         * lib/md5.c (set_uint32): New function, from sha1.c
8688         (md5_read_ctx): Use it.
8689         (md5_finish_ctx): Doc fix.
8690         * lib/md5.h: Doc fix.
8691
8692 2008-01-30  Peter Palfrader  <weasel@debian.org>
8693
8694         sha1: remove the result buffer alignment constraint
8695         * lib/sha1.c (set_uint32): New function.
8696         (sha1_read_ctx): Rewrite to remove the result buffer alignment
8697         constraint.
8698         (sha1_finish_ctx): Remove comment warning about alignment constraint.
8699         * lib/sha1.h: Likewise.
8700
8701 2008-01-30  Andreas Schwab  <schwab@suse.de>
8702             Bruno Haible  <bruno@clisp.org>
8703
8704         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
8705         correct definition of LDBL_MIN_EXP.
8706
8707 2008-01-30  Karl Berry  <karl@gnu.org>
8708
8709         * config/srclist-update: try to preserve x bit on updates.
8710         * config/srclistvars.sh: update for karl.
8711
8712 2008-01-29  Jim Meyering  <meyering@redhat.com>
8713
8714         vasnprintf.c: Avoid warning about unused label
8715         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
8716         "overflow" label definition and associated code with the
8717         same cpp condition that guards the sole use of that label.
8718
8719 2008-01-26  Bruno Haible  <bruno@clisp.org>
8720
8721         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
8722         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
8723         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
8724         * lib/isnanl-nolibm.h (isnanl): Likewise.
8725         Reported by Paul Eggert <eggert@cs.ucla.edu>.
8726
8727 2008-01-26  Bruno Haible  <bruno@clisp.org>
8728
8729         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
8730         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
8731
8732 2008-01-26  Bruno Haible  <bruno@clisp.org>
8733
8734         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
8735         GCC >= 4.0 built-in.
8736         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
8737
8738 2008-01-26  Bruno Haible  <bruno@clisp.org>
8739
8740         Rename isnan, applicable to 'double' only, to isnand.
8741         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
8742         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
8743         (configure.ac): Update.
8744         (Include): Replace "isnan.h" with "isnand.h".
8745         * m4/isnand.m4: Renamed from m4/isnan.m4.
8746         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
8747         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
8748         instead of isnan.c.
8749         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
8750         instead of HAVE_ISNAN_IN_LIBC.
8751         (isnand): Renamed from isnan.
8752         * lib/isnand.c: New file.
8753         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
8754         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
8755         (Makefile.am): Update.
8756         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
8757         Include isnand.h instead of isnan.h.
8758         (main): Test isnand instead of isnan.
8759         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
8760         isnan-nolibm.
8761         * modules/frexp (Depends-on): Likewise.
8762         * modules/frexp-tests (Depends-on): Likewise.
8763         * modules/frexp-nolibm (Depends-on): Likewise.
8764         * modules/frexp-nolibm-tests (Depends-on): Likewise.
8765         * modules/isfinite (Depends-on): Likewise.
8766         * modules/round-tests (Depends-on): Likewise.
8767         * modules/signbit (Depends-on): Likewise.
8768         * modules/signbit-tests (Depends-on): Likewise.
8769         * modules/snprintf-posix (Depends-on): Likewise.
8770         * modules/sprintf-posix (Depends-on): Likewise.
8771         * modules/trunc-tests (Depends-on): Likewise.
8772         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
8773         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
8774         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
8775         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
8776         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
8777         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
8778         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
8779         * modules/vasnprintf-posix (Depends-on): Likewise.
8780         * modules/vasprintf-posix (Depends-on): Likewise.
8781         * modules/vfprintf-posix (Depends-on): Likewise.
8782         * modules/vsnprintf-posix (Depends-on): Likewise.
8783         * modules/vsprintf-posix (Depends-on): Likewise.
8784         * lib/frexp.c: Include isnand.h instead of isnan.h.
8785         (ISNAN): Set to isnand instead of isnan.
8786         * lib/isfinite.c: Include isnand.h instead of isnan.h.
8787         (gl_isfinited): Use isnand instead of isnan.
8788         * lib/signbitd.c: Include isnand.h instead of isnan.h.
8789         (gl_signbitd): Use isnand instead of isnan.
8790         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
8791         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
8792         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
8793         (main): Use isnand instead of isnan.
8794         * tests/test-round1.c: Include isnand.h.
8795         (main): Use isnand instead of isnan.
8796         * tests/test-round2.c: Include isnand.h instead of isnan.h.
8797         (ISNAN): Set to isnand instead of isnan.
8798         * tests/test-trunc1.c: Include isnand.h.
8799         (main): Use isnand instead of isnan.
8800         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
8801         (equal): Use isnand instead of isnan.
8802         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
8803         isnand-nolibm.
8804         * NEWS: Mention the change.
8805
8806 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
8807             Bruno Haible  <bruno@clisp.org>
8808
8809         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
8810         the GCC builtins for signbits are present and set
8811         REPLACE_SIGNBIT_USING_GCC if so.
8812         * lib/math.in.h (signbit): Define using GCC builtins if
8813         REPLACE_SIGNBIT_USING_GCC is set.
8814         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
8815         REPLACE_SIGNBIT_USING_GCC.
8816         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
8817
8818 2008-01-25  Jim Meyering  <meyering@redhat.com>
8819
8820         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
8821         * lib/poll.c: Include <config.h>, not "config.h".
8822         * tests/test-getaddrinfo.c: Likewise.
8823
8824 2008-01-25  Simon Josefsson  <simon@josefsson.org>
8825
8826         * modules/sockets-tests: New file.
8827
8828 2008-01-24  Simon Josefsson  <simon@josefsson.org>
8829
8830         * modules/sockets: New module, can be used to call WSA_Startup and
8831         WSA_Cleanup when needed.
8832
8833         * lib/sockets.h, lib/sockets.c: New files.
8834
8835         * m4/sockets.m4: New file.
8836
8837         * tests/test-sockets.c: New file.
8838
8839 2008-01-19  Bruno Haible  <bruno@clisp.org>
8840
8841         * doc/posix-headers: Renamed from doc/headers.
8842         * doc/posix-functions: Renamed from doc/functions.
8843         * doc/gnulib.texi: Update.
8844
8845 2008-01-19  Bruno Haible  <bruno@clisp.org>
8846
8847         * doc/glibc-functions/strcasestr.texi: Include contents of
8848         doc/functions/strcasestr.texi, fixing the list of platforms.
8849         * doc/functions/strcasestr.texi: Remove file.
8850
8851 2008-01-19  Bruno Haible  <bruno@clisp.org>
8852
8853         * doc/glibc-functions/memmem.texi: Include contents of
8854         doc/functions/memmem.texi.
8855         * doc/functions/memmem.texi: Remove file.
8856
8857 2008-01-18  Bruno Haible  <bruno@clisp.org>
8858
8859         * doc/glibc-functions/*.texi: New files.
8860         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
8861         to use the new files.
8862
8863 2008-01-17  Bruno Haible  <bruno@clisp.org>
8864
8865         * tests/test-gethostname.c (main): Fix printf statement.
8866
8867 2008-01-17  Simon Josefsson  <simon@josefsson.org>
8868
8869         * modules/gethostname-tests: New file.
8870
8871         * tests/test-gethostname.c: New file.
8872
8873 2008-01-17  Simon Josefsson  <simon@josefsson.org>
8874
8875         * lib/gethostname.c: Include string.h unconditionally, strncpy is
8876         used by the UNAME case.  Reported by Bruno Haible
8877         <bruno@clisp.org>.
8878
8879 2008-01-17  Eric Blake  <ebb9@byu.net>
8880
8881         Convert c-strcasestr to be more efficient.
8882         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
8883         (Depends-on): Add c-strcase, remove malloca, strnlen.
8884         * tests/test-c-strcasestr.c (main): Enhance test.
8885         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
8886
8887 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
8888
8889         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
8890         Use it in creating po/Makevars.
8891
8892 2008-01-15  Simon Josefsson  <simon@josefsson.org>
8893
8894         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
8895         Applications that requires it should initialize libgcrypt
8896         manually.
8897
8898 2008-01-16  Simon Josefsson  <simon@josefsson.org>
8899
8900         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
8901
8902 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
8903
8904         Fix problem with getdate on mingw32 reported by Simon Josefsson
8905         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
8906         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
8907         tzname", when deciding whether to declare tzname.
8908         * lib/strftime.c (tzname): Likewise.
8909
8910 2008-01-15  Bruno Haible  <bruno@clisp.org>
8911
8912         Work around a MacOS X 10.5 bug in frexpl().
8913         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
8914         * doc/functions/frexpl.texi: Document the bug.
8915         Reported by Elias Pipping <pipping@gentoo.org>.
8916
8917 2008-01-14  Eric Blake  <ebb9@byu.net>
8918
8919         Touch up previous patch.
8920         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
8921         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
8922
8923         Convert strcasestr module to use Two-Way algorithm.
8924         * modules/strcasestr-simple: New module, based on the old
8925         strcasestr, but with Two-Way rather than KMP.
8926         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
8927         * lib/string.in.h (rpl_strcasestr): Declare.
8928         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
8929         performance.
8930         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
8931         * modules/string (Makefile.am): Support strcasestr.
8932         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
8933         * modules/strcasestr-tests (Depends-on): Check for alarm.
8934         * tests/test-strcasestr.c: Augment test.
8935         * lib/str-two-way.h: Clean up stray macro.
8936         * NEWS: Document new module.
8937         * MODULES.html.sh (string handling): Likewise.
8938         * doc/functions/strcasestr.texi: New file.
8939         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
8940         here, since it is not a POSIX function.
8941
8942 2008-01-14  Colin Watson  <cjwatson@debian.org>
8943             Bruno Haible  <bruno@clisp.org>
8944
8945         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
8946         works fine; if not, set REPLACE_STRSIGNAL.
8947         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
8948         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8949         REPLACE_STRSIGNAL.
8950         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
8951         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
8952         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
8953
8954 2008-01-14  Bruno Haible  <bruno@clisp.org>
8955
8956         * modules/strsignal (Include): Change to <string.h>.
8957
8958 2008-01-14  Colin Watson  <cjwatson@debian.org>
8959
8960         * modules/argp (Notice): Add a notice recommending to change
8961         XGETTEXT_OPTIONS.
8962         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
8963
8964 2008-01-13  Colin Watson  <cjwatson@debian.org>
8965
8966         * modules/strsignal-tests: New file.
8967         * tests/test-strsignal.c: New file.
8968
8969         * lib/strsignal.c: New file, from glibc with modifications.
8970         * lib/siglist.h: New file, from glibc with modifications.
8971         * lib/string.in.h (strsignal): New declaration.
8972         * m4/strsignal.m4: New file.
8973         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8974         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
8975         * modules/strsignal: New file.
8976         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
8977         HAVE_DECL_STRSIGNAL.
8978
8979 2008-01-13  Bruno Haible  <bruno@clisp.org>
8980
8981         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
8982         locale encoding is not ASCII. Needed for OpenBSD 4.0.
8983         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
8984         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8985
8986 2008-01-13  Bruno Haible  <bruno@clisp.org>
8987
8988         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
8989         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
8990         * lib/argp.h (__attribute__): Likewise.
8991         * lib/c-stack.c (__attribute__): Likewise.
8992         * lib/error.h (__attribute__): Likewise.
8993         * lib/fts.c (__attribute__): Likewise.
8994         * lib/openat.h (__attribute__): Likewise.
8995         * lib/stdio.in.h (__attribute__): Likewise.
8996         * lib/string.in.h (__attribute__): Likewise.
8997         * lib/utimens.c (__attribute__): Likewise.
8998         * lib/vasnprintf.h (__attribute__): Likewise.
8999         * lib/xalloc.h (__attribute__): Likewise.
9000         * lib/xprintf.h (__attribute__): Likewise.
9001         * lib/xstrtol.h (__attribute__): Likewise.
9002         * lib/xvasprintf.h (__attribute__): Likewise.
9003
9004 2008-01-12  Bruno Haible  <bruno@clisp.org>
9005
9006         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
9007         * doc/glibc-headers/a.out.texi: New file.
9008         * doc/glibc-headers/aliases.texi: New file.
9009         * doc/glibc-headers/alloca.texi: New file.
9010         * doc/glibc-headers/ar.texi: New file.
9011         * doc/glibc-headers/argp.texi: New file.
9012         * doc/glibc-headers/argz.texi: New file.
9013         * doc/glibc-headers/byteswap.texi: New file.
9014         * doc/glibc-headers/crypt.texi: New file.
9015         * doc/glibc-headers/endian.texi: New file.
9016         * doc/glibc-headers/envz.texi: New file.
9017         * doc/glibc-headers/err.texi: New file.
9018         * doc/glibc-headers/error.texi: New file.
9019         * doc/glibc-headers/execinfo.texi: New file.
9020         * doc/glibc-headers/fpu_control.texi: New file.
9021         * doc/glibc-headers/fstab.texi: New file.
9022         * doc/glibc-headers/fts.texi: New file.
9023         * doc/glibc-headers/getopt.texi: New file.
9024         * doc/glibc-headers/ieee754.texi: New file.
9025         * doc/glibc-headers/ifaddrs.texi: New file.
9026         * doc/glibc-headers/libintl.texi: New file.
9027         * doc/glibc-headers/mcheck.texi: New file.
9028         * doc/glibc-headers/mntent.texi: New file.
9029         * doc/glibc-headers/obstack.texi: New file.
9030         * doc/glibc-headers/paths.texi: New file.
9031         * doc/glibc-headers/printf.texi: New file.
9032         * doc/glibc-headers/pty.texi: New file.
9033         * doc/glibc-headers/resolv.texi: New file.
9034         * doc/glibc-headers/shadow.texi: New file.
9035         * doc/glibc-headers/sysexits.texi: New file.
9036         * doc/glibc-headers/ttyent.texi: New file.
9037
9038 2008-01-12  Jim Meyering  <meyering@redhat.com>
9039
9040         announce-gen: emit Gnulib's git-based version string.
9041         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
9042         New option --gnulib-version=V, where V is expected to be
9043         the output of running git describe in the gnulib directory.
9044         (get_tool_versions): Request feedback on xdelta.  I suspect it's
9045         not useful, and plan to stop publishing an xdelta file with each
9046         coreutils release.
9047
9048         * build-aux/announce-gen: Also check for lzma-compressed files.
9049
9050 2008-01-11  Bruno Haible  <bruno@clisp.org>
9051
9052         * tests/test-memmem.c (main): Increase maximum allowed time.
9053         * tests/test-strstr.c (main): Likewise.
9054
9055 2008-01-11  Bruno Haible  <bruno@clisp.org>
9056
9057         * doc/functions/memmem.texi: Add more precisions about platforms.
9058         * doc/functions/strstr.texi: Likewise.
9059
9060 2008-01-10  Eric Blake  <ebb9@byu.net>
9061
9062         * m4/strstr.m4: Delete cruft from copy-n-paste.
9063         Reported by Bruno Haible.
9064
9065 2008-01-10  Bruno Haible  <bruno@clisp.org>
9066
9067         Make c-strstr rely on strstr.
9068         * lib/c-strstr.c: Don't include str-kmp.h.
9069         (c_strstr): Define in terms of strstr.
9070         * modules/c-strstr (Files): Remove lib/str-kmp.h.
9071         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
9072
9073 2008-01-10  Bruno Haible  <bruno@clisp.org>
9074
9075         * doc/gnulib.texi (String Functions in C Locale): New section.
9076         * doc/c-ctype.texi: New file.
9077         * doc/c-strcase.texi: New file.
9078         * doc/c-strcaseeq.texi: New file.
9079         * doc/c-strcasestr.texi: New file.
9080         * doc/c-strstr.texi: New file.
9081         * doc/c-strtod.texi: New file.
9082         * doc/c-strtold.texi: New file.
9083
9084 2008-01-10  Eric Blake  <ebb9@byu.net>
9085
9086         * lib/relocatable.h: Fix a comment.
9087
9088 2008-01-10  Eric Blake  <ebb9@byu.net>
9089
9090         Share two-way algorithm.
9091         * lib/str-two-way.h: New file, merged from...
9092         * lib/memmem.c: ...here...
9093         * lib/strstr.c: ...and here.
9094         * modules/memmem (Files): Use it.
9095         * modules/strstr (Files): Likewise.
9096
9097         Avoid quadratic strstr implementations.
9098         * lib/strstr.c: New file.
9099         * m4/strstr.m4: Likewise.
9100         * modules/strstr: Likewise.
9101         * modules/strstr-tests: Likewise.
9102         * tests/test-strstr.c: Likewise.
9103         * lib/string.in.h (rpl_strstr): Declare.
9104         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
9105         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
9106         * modules/string (Makefile.am): Likewise.
9107         * MODULES.html.sh (string handling): Mention new module.
9108         * doc/functions/strstr.texi (strstr): Document the bug.
9109
9110 2008-01-10  Bruno Haible  <bruno@clisp.org>
9111
9112         * lib/relocatable.h (relocate): State whether result is freshly
9113         allocated or not.
9114         * lib/relocatable.c (relocate): Return a freshly allocated string
9115         instead of a pointer to a privately held string.
9116         Reported by Sylvain Beucler <beuc@gnu.org>.
9117
9118 2008-01-10  Colin Watson  <cjwatson@debian.org>
9119
9120         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
9121         s/S_ISNLK/S_ISLNK/.
9122
9123 2008-01-09  Bruno Haible  <bruno@clisp.org>
9124
9125         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
9126         and other files.
9127         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
9128         if it's only a guess.
9129         * modules/memmem: Simplify by depending on memmem-simple.
9130
9131 2008-01-09  Bruno Haible  <bruno@clisp.org>
9132
9133         Work around OpenBSD 4.0 tdelete() bug.
9134         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
9135         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
9136         macros and don't redefine the enum values.
9137         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
9138         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
9139         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
9140
9141 2008-01-09  Bruno Haible  <bruno@clisp.org>
9142
9143         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
9144         (main): Don't perform the tests if setlocale did not install a UTF-8
9145         locale. Needed on OpenBSD 4.0.
9146         * modules/wcwidth-tests (Depends-on): Add localcharset.
9147
9148 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9149
9150         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
9151         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
9152         * NEWS: announce this.
9153         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
9154
9155 2008-01-09  Simon Josefsson  <simon@josefsson.org>
9156         and Eric Blake  <ebb9@byu.net>
9157
9158         Add memmem-simple module.
9159         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
9160         (gl_FUNC_MEMMEM): Separate performance from presence checks.
9161         * modules/memmem-simple: New file.
9162         * modules/memmem (Description): Tweak.
9163         * MODULES.html.sh (string handling): Mention new module.
9164         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
9165         addressed by memmem-simple.
9166         * NEWS: Document the difference.
9167
9168 2008-01-09  Eric Blake  <ebb9@byu.net>
9169
9170         Give gcc some memmem optimization hints.
9171         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
9172         (strcasestr): Declare as pure.
9173         * modules/memmem (Maintainer): Claim my implementation.
9174
9175 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9176
9177         Support AIX 6.1 and higher.
9178         * build-aux/config.libpath: Likewise.
9179         * build-aux/config.rpath: Likewise.
9180
9181 2008-01-08  Jim Meyering  <meyering@redhat.com>
9182             Bruno Haible  <bruno@clisp.org>
9183
9184         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
9185         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
9186         Reported by Peter Fales in
9187         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
9188
9189 2008-01-08  Bruno Haible  <bruno@clisp.org>
9190
9191         * modules/unictype/category-of (Depends-on): Add
9192         unictype/category-none.
9193         * modules/unictype/category-and-tests (Depends-on): Add
9194         unictype/category-{L,N,Lu,Nd}.
9195         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
9196         * modules/unictype/category-or-tests (Depends-on): Add
9197         unictype/category-{L,N}.
9198         * modules/unictype/category-name-tests (Depends-on): Add
9199         unictype/category-{Z,Nl}.
9200         Reported by Simon Josefsson.
9201
9202 2008-01-08  Bruno Haible  <bruno@clisp.org>
9203
9204         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
9205         convention better.
9206         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
9207         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
9208         Reported by Peter Miller <millerp@canb.auug.org.au>.
9209
9210 2008-01-08  Eric Blake  <ebb9@byu.net>
9211
9212         Rewrite memmem to guarantee linear complexity without malloc.
9213         * lib/memmem.c (memmem): Use Two-Way rather than
9214         Knuth-Morris-Pratt, to allow O(1) space usage.
9215         (critical_factorization, two_way_short_needle)
9216         (two_way_long_needle): New functions.
9217         (knuth_morris_pratt): Delete.
9218         * modules/memmem (Depends-on): No longer need malloca or stdbool.
9219         Add stdint.
9220         * tests/test-memmem.c (main): Add tests for periodic needle and
9221         sublinear performance.
9222         * doc/functions/memmem.texi (memmem): Document other deficiencies
9223         in cygwin and older glibc.
9224
9225 2008-01-08  Bruno Haible  <bruno@clisp.org>
9226
9227         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
9228         augmentation.
9229
9230 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
9231
9232         Add a configure time option: --disable-acl.
9233         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
9234         AC_ARG_ENABLE(acl).
9235
9236 2008-01-06  Simon Josefsson  <simon@josefsson.org>
9237
9238         * tests/test-localename.c: Don't include obsolete "setenv.h".
9239
9240         * modules/localename-tests (Depends-on): Need unsetenv.
9241
9242 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9243
9244         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
9245
9246 2008-01-06  Colin Watson  <cjwatson@debian.org>
9247
9248         * users.txt: Add man-db.
9249
9250 2008-01-07  Bruno Haible  <bruno@clisp.org>
9251
9252         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
9253         previous section name.
9254
9255 2008-01-07  Bruno Haible  <bruno@clisp.org>
9256
9257         * lib/progname.c (set_program_name): Don't strip off a leading
9258         "lt-" prefix outside a .libs directory.
9259         Suggested by Paul Eggert.
9260
9261 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
9262             Bruno Haible  <bruno@clisp.org>
9263
9264         Improve memory cleanup in 'relocatable' module.
9265         * lib/relocatable.h (compute_curr_prefix): Change return type to
9266         'char *'.
9267         * lib/relocatable.c (compute_curr_prefix): Change return type to
9268         'char *'. Free curr_installdir after use.
9269         (relocate): Free curr_prefix_better after use.
9270         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
9271
9272 2008-01-01  Bruno Haible  <bruno@clisp.org>
9273
9274         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
9275         failure on older glibc systems.
9276         Reported by Peter Fales <psfales@alcatel-lucent.com>.
9277
9278 2008-01-05  Eric Blake  <ebb9@byu.net>
9279
9280         Avoid quadratic system memmem.
9281         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
9282         Reported by Ralf Wildenhues.
9283
9284         Fix memmem test for mingw.
9285         * modules/memmem-tests (configure.ac): Check for alarm.
9286         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
9287         it.
9288         * doc/functions/memmem.texi: New file.
9289         * doc/gnulib.texi (Function Substitutes): Add memmem.
9290         Reported by Bruno Haible.
9291
9292 2008-01-04  Bruno Haible  <bruno@clisp.org>
9293
9294         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
9295         Require gl_HEADER_STRINGS_H_DEFAULTS, not
9296         gl_HEADER_STRING_H_DEFAULTS.
9297
9298 2008-01-04  Eric Blake  <ebb9@byu.net>
9299
9300         Shorten duration of memmem test.
9301         * tests/test-memmem.c (main): Use alarm to declare failure if test
9302         is taking too long.
9303         Reported by Ralf Wildenhues.
9304
9305 2007-12-21  Simon Josefsson  <simon@josefsson.org>
9306
9307         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
9308         string, needed by strerror.
9309
9310 2008-01-03  Colin Watson  <cjwatson@debian.org>
9311             Bruno Haible  <bruno@clisp.org>
9312
9313         * doc/gnulib-tool.texi (Localization): New section.
9314
9315 2008-01-02  Bruno Haible  <bruno@clisp.org>
9316
9317         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
9318         variables to 'unsigned char *' type.
9319         Reported by Paul Eggert.
9320
9321 2008-01-02  Jim Meyering  <jim@meyering.net>
9322
9323         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
9324
9325 2007-12-31  Jim Meyering  <jim@meyering.net>
9326
9327         Avoid use of private FTS type name.
9328         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
9329
9330 2007-12-30  Karl Berry  <karl@gnu.org>
9331
9332         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
9333         work around defect in Texinfo and/or the standalone Info browser.
9334
9335 2007-12-30  Bruno Haible  <bruno@clisp.org>
9336
9337         Unify 5 copies of the KMP code.
9338         * lib/str-kmp.h: New file.
9339         * lib/c-strcasestr.c: Include str-kmp.h.
9340         (knuth_morris_pratt): Remove function.
9341         (c_strcasestr): Update.
9342         * lib/c-strstr.c: Include str-kmp.h.
9343         (knuth_morris_pratt): Remove function.
9344         (c_strcasestr): Update.
9345         * lib/mbscasestr.c: Include str-kmp.h.
9346         (knuth_morris_pratt_unibyte): Remove function.
9347         * lib/mbsstr.c: Include str-kmp.h.
9348         (knuth_morris_pratt_unibyte): Remove function.
9349         * lib/strcasestr.c: Include str-kmp.h.
9350         (knuth_morris_pratt): Remove function.
9351         (strcasestr): Update.
9352         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
9353         * modules/c-strstr (Files): Likewise.
9354         * modules/mbscasestr (Files): Likewise.
9355         * modules/mbsstr (Files): Likewise.
9356         * modules/strcasestr (Files): Likewise.
9357         Suggested by Paul Eggert.
9358
9359 2007-12-30  Bruno Haible  <bruno@clisp.org>
9360
9361         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
9362         defined.
9363
9364 2007-12-30  Bruno Haible  <bruno@clisp.org>
9365
9366         * lib/xmalloca.h: Include xalloc.h.
9367         (xnmalloca): New macro.
9368
9369 2007-12-30  Bruno Haible  <bruno@clisp.org>
9370
9371         * lib/malloca.h (nmalloca): New macro.
9372         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
9373         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
9374         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
9375         knuth_morris_pratt_multibyte): Likewise.
9376         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
9377         knuth_morris_pratt_multibyte): Likewise.
9378         * lib/memmem.c (knuth_morris_pratt): Likewise.
9379         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
9380
9381 2007-12-25  Bruno Haible  <bruno@clisp.org>
9382
9383         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
9384         * lib/glob.c: Don't include openat.h.
9385         (link_exists2_p): Add back the code that deals with the
9386         !GLOB_ALTDIRFUNC case.
9387         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
9388         let it do the filename concatenation.
9389         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
9390         * modules/glob (Depends-on): Remove openat.
9391
9392 2007-12-31  Bruno Haible  <bruno@clisp.org>
9393
9394         * modules/dirfd (License): Change to LGPLv2+.
9395         Approved by Jim Meyering.
9396
9397 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
9398
9399         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
9400         when multiplying M by sizeof (size_t).
9401
9402 2007-12-10  Martin Lambers  <marlam@marlam.de>
9403
9404         Override getpagesize on mingw.
9405         * lib/getpagesize.c: New file.
9406         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
9407         * modules/getpagesize (Files): Add lib/getpagesize.c.
9408         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
9409         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9410         REPLACE_GETPAGESIZE.
9411         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
9412
9413 2007-12-25  Bruno Haible  <bruno@clisp.org>
9414
9415         * modules/localcharset (Notice): New field.
9416         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
9417         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
9418
9419 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
9420             Bruno Haible  <bruno@clisp.org>
9421
9422         Avoid using the syntax symbol() in formatted documentation.
9423         * MODULES.html.sh (func_module): When replacing symbol() with a
9424         hyperlink, remove the parentheses. Show an error if some remain.
9425         Recognize and render the '...' syntax.
9426         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
9427         Rework. Add paragraph about GCC's inlining.
9428         * doc/alloca.texi: Likewise.
9429         * doc/error.texi: Remove parentheses from symbol reference.
9430         * doc/gnulib-intro.texi: Likewise.
9431         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
9432         * modules/fnmatch (Description): Reword to say "the ... function".
9433         * modules/full-read (Description): Likewise.
9434         * modules/full-write (Description): Likewise.
9435         * modules/safe-read (Description): Likewise.
9436         * modules/safe-write (Description): Likewise.
9437         * modules/strchrnul (Description): Likewise.
9438         * modules/trim (Description): Likewise.
9439         * modules/error (Description): Remove parentheses from symbol
9440         references.
9441         * modules/verror (Description): Likewise.
9442         Reported by Karl Berry.
9443
9444 2007-12-25  Bruno Haible  <bruno@clisp.org>
9445
9446         Fixup after 2007-10-16 commit.
9447         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
9448
9449 2007-12-24  Bruno Haible  <bruno@clisp.org>
9450
9451         Make --enable-relocatable work with DESTDIR.
9452         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
9453         to compute installdir from destprog.
9454         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
9455         also set the RELOC_DESTDIR variable.
9456         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9457
9458 2007-12-24  Bruno Haible  <bruno@clisp.org>
9459
9460         Fix link error due to xalloc_die().
9461         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
9462         of xreadlink.
9463         * lib/relocwrapper.c: Update comments.
9464         * build-aux/install-reloc: Remove xreadlink.c from file list.
9465         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
9466         xreadlink.c.
9467         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9468
9469 2007-12-24  Bruno Haible  <bruno@clisp.org>
9470
9471         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
9472         * lib/setenv.h: Remove file.
9473         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
9474         lib/setenv.h.
9475         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
9476         (Depends-on): Add stdlib.
9477         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
9478         gl_FUNC_UNSETENV.
9479         (Include): Replace setenv.h with <stdlib.h>.
9480         * modules/unsetenv: New file.
9481         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
9482         * lib/unsetenv.c: Include <stdlib.h> first.
9483         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
9484         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
9485         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
9486         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
9487         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
9488         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
9489         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
9490         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
9491         * doc/functions/unsetenv.texi: Update.
9492         * modules/xsetenv (Depends-on): Add unsetenv.
9493         * modules/getdate (Depends-on): Likewise.
9494         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
9495         * lib/xsetenv.c: Don't include setenv.h.
9496         * lib/getdate.y: Likewise.
9497         * lib/relocwrapper.c: Likewise.
9498         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
9499         (Depends-on): Add stdlib.
9500         * NEWS: Mention the changes.
9501         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9502
9503 2007-12-23  Bruno Haible  <bruno@clisp.org>
9504
9505         * lib/memmem.c (memmem): Use lowercase variable names. Tab
9506         indentation.
9507
9508 2007-12-23  Bruno Haible  <bruno@clisp.org>
9509
9510         * lib/c-strcasestr.c: Add more comments.
9511         * lib/c-strstr.c: Likewise.
9512         * lib/mbscasestr.c: Likewise.
9513         * lib/mbsstr.c: Likewise.
9514         * lib/strcasestr.c: Likewise.
9515         * lib/memmem.c: Likewise.
9516
9517 2007-12-23  Bruno Haible  <bruno@clisp.org>
9518
9519         * tests/test-memmem.c: Include <string.h> first.
9520
9521 2007-12-22  Bruno Haible  <bruno@clisp.org>
9522
9523         * gnulib-tool (func_create_testdir): Change $auxdir while generating
9524         the contents of $testsbase.
9525         Reported by Ralf Wildenhues.
9526
9527 2007-12-22  Bruno Haible  <bruno@clisp.org>
9528
9529         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
9530         two variables local_ldadd_before, local_ldadd_last.
9531
9532 2007-12-20  Eric Blake  <ebb9@byu.net>
9533
9534         Work around circular library issue when cross-compiling.
9535         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
9536         that progname.o does not need to pull in rpl_memcmp.
9537
9538 2007-12-19  Eric Blake  <ebb9@byu.net>
9539
9540         Fix memmem to avoid O(n^2) worst-case complexity.
9541         * lib/memmem.c (knuth_morris_pratt): New function.
9542         (memmem): Use it if first few naive iterations fail.
9543         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
9544         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
9545         * modules/memchr (License): Likewise.
9546         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
9547         malloca.
9548         * tests/test-memmem.c: Rewrite, borrowing ideas from
9549         test-mbsstr1.c; the old version wouldn't even compile!
9550         * modules/memmem-tests: New file.
9551         * lib/string.in.h (rpl_memmem): Add declaration.
9552         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
9553         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
9554         REPLACE_MEMMEM.
9555
9556 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
9557
9558         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
9559         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
9560         before any system include files, and undef after them all.  This
9561         should fix a problem on VMS reported by John E. Malmberg in
9562         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
9563
9564 2007-12-17  Eric Blake  <ebb9@byu.net>
9565
9566         Revert addition of verify, for BSD/OS.
9567         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
9568         can't handle large files, for the sake of obsolete platforms.
9569         * modules/fseeko (Depends-on): Remove verify.
9570         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
9571         * doc/functions/ftello.texi (ftello): Likewise.
9572         * doc/functions/fgetpos.texi (fgetpos): Likewise.
9573         Reported by Larry Jones.
9574
9575 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
9576
9577         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
9578         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
9579
9580 2007-12-17  Jim Meyering  <meyering@redhat.com>
9581
9582         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
9583         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
9584         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
9585         * modules/getcwd (Depends-on): Add openat.
9586         Reported by Petr Salinger.
9587
9588 2007-12-17  Bruno Haible  <bruno@clisp.org>
9589
9590         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
9591         avoid a segmentation fault of the configure test on x86_64 systems.
9592
9593 2007-12-15  Jim Meyering  <meyering@redhat.com>
9594
9595         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
9596
9597 2007-12-13  Eric Blake  <ebb9@byu.net>
9598
9599         Another fseek test.
9600         * tests/test-fseek.c (main): Also test ungetc handling.
9601         * tests/test-fseeko.c (main): Likewise.
9602         * modules/fseeko (Depends-on): Add verify.
9603         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
9604         large.
9605         Reported by Larry Jones.
9606
9607         Fix fseeko on mingw.
9608         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
9609         seek.
9610
9611         Beef up fseek tests.
9612         * tests/test-fseek.c (main): Also test eof handling.
9613         * tests/test-fseeko.c (main): Likewise.
9614         Reported by Larry Jones.
9615
9616 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
9617
9618         Fix fseeko on BSD-based platforms.
9619         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
9620         successful seek.
9621
9622 2007-12-12  Eric Blake  <ebb9@byu.net>
9623
9624         Allow circular dependency of separate libtests.a
9625         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
9626         when use_libtests.
9627
9628 2007-12-11  Eric Blake  <ebb9@byu.net>
9629
9630         Fix bug with -0.0L in previous patch.
9631         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
9632         * tests/test-isnan.c (main): Also test on zeroes.
9633         * tests/test-isnanf.c (main): Likewise.
9634         * tests/test-isnanl.h (main): Likewise.
9635
9636         Detect pseudo-denormals on x86 even when cross-compiling.
9637         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
9638         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
9639         invalid bit patterns that happen to satisfy ==.
9640
9641         Avoid link failures with separate libtests.a.
9642         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
9643         last, to satisfy circular dependencies.
9644
9645 2007-12-11  Eric Blake  <ebb9@byu.net>
9646         and Bruno Haible  <bruno@clisp.org>
9647
9648         Fix OpenBSD 4.0 <float.h> handling of long double.
9649         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
9650         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
9651         * doc/headers/float.texi (float.h): Document OpenBSD bug.
9652
9653 2007-12-11  Jim Meyering  <meyering@redhat.com>
9654
9655         * users.txt: Add libvirt.
9656
9657         Support versions of autoconf prior to 2.59c.
9658         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
9659         if it is not already defined.
9660
9661 2007-12-09  Bruno Haible  <bruno@clisp.org>
9662
9663         Let 'gnulib-tool --import' collect sources needed for the tests in
9664         tests/ rather than in lib/.
9665         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
9666         argument. If true, add rules to generate libtests.a, and put libtests.a
9667         into $(LDADD). Consider source files in subdirectories and set
9668         uses_subdirs.
9669         (func_emit_initmacro_start, func_emit_initmacro_end,
9670         func_emit_initmacro_done): Pass all arguments explicitly.
9671         (func_import): Determine two module lists main_modules,
9672         testsrelated_modules. Determine use_libtests. Determine two variables
9673         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
9674         instead of just sed_transform_lib_file. Determine two variables
9675         main_files and testsrelated_files. Compute 'files' as the union of
9676         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
9677         func_add_or_update. In the generated gnulib-comp.m4, collect the
9678         object files for tests/ in different variables than those for lib/.
9679         Substitute LIBTESTS_LIBDEPS.
9680         (func_create_testdir): Combine the uses_subdirs results from
9681         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
9682
9683 2007-12-09  Bruno Haible  <bruno@clisp.org>
9684
9685         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
9686         the build-aux directory.
9687
9688 2007-12-09  Bruno Haible  <bruno@clisp.org>
9689
9690         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
9691         introduced on 2006-09-09.
9692
9693 2007-12-07  Jim Meyering  <meyering@redhat.com>
9694
9695         Let these macros work also with autoconf-2.59.
9696         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
9697         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
9698         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
9699
9700 2007-12-06  Jim Meyering  <meyering@redhat.com>
9701
9702         Avoid a configure-time syntax error in gl_FUNC_ACL.
9703         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
9704         function in each branch, before testing the cache variable.
9705
9706 2007-12-04  Eric Blake  <ebb9@byu.net>
9707
9708         Make scripts executable.
9709         * build-aux/config.guess: Add execute permissions.
9710         * build-aux/config.sub: Likewise.
9711         * build-aux/gendocs.sh: Likewise.
9712
9713         Fix frexp on mingw.
9714         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
9715         cross-compiling.
9716         * doc/functions/frexp.texi (frexp): Document the bug.
9717
9718         Make cygwin fseeko check more reliable.
9719         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
9720         version numbers, rather than unrelated feature check.
9721         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
9722         * doc/functions/ftello.texi (ftello): Likewise.
9723         Reported by Bruno Haible.
9724
9725         * m4/strerror.m4: Bump version number.
9726
9727 2007-12-03  Bruno Haible  <bruno@clisp.org>
9728
9729         * doc/functions/mprotect.texi: Mention the mingw problem.
9730
9731 2007-12-03  Eric Blake  <ebb9@byu.net>
9732
9733         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
9734         REPLACE_STRERROR is initialized before this macro.
9735
9736 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
9737
9738         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
9739         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
9740         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
9741         put -lsec in even for programs other than 'ls'.  This fixes a problem
9742         for gettext reported by Bruno Haible in
9743         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
9744         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
9745         Add support for Solaris 10.  This isn't efficient, but should get the
9746         job done for now.
9747
9748 2007-12-03  James Youngman  <jay@gnu.org>
9749
9750         * doc/regexprops-generic.texi: change "an close-group" to "a
9751         close-group" and "illegal" to "not allowed".
9752
9753 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9754
9755         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
9756         pr_byname.h. Needed for the rare case when the maintainer has done
9757         "make maintainer-clean" in the source directory and then attempts a
9758         build outside the source directory.
9759         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
9760         scripts_byname.h.
9761
9762 2007-12-02  Martin Lambers <marlam@marlam.de>
9763             Bruno Haible  <bruno@clisp.org>
9764
9765         * lib/getpagesize.h: Remove file.
9766         * lib/unistd.in.h: Include declaration of getpagesize here.
9767         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
9768         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
9769         HAVE_SYS_PARAM_H.
9770         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
9771         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
9772         * modules/getpagesize (Files): Remove lib/getpagesize.h.
9773         (Depends-on): Add unistd.
9774         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9775         (Include): Use <unistd.h> instead of getpagesize.h.
9776         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
9777         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
9778         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
9779         gl_GETPAGESIZE invocation, already handled by module dependency.
9780         * lib/pagealign_alloc.c: Don't include getpagesize.h.
9781
9782 2007-12-02  Bruno Haible  <bruno@clisp.org>
9783
9784         * modules/strings-tests: New file.
9785         * tests/test-strings.c: New file.
9786
9787         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
9788         * lib/strings.in.h: New file.
9789         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
9790         * m4/strings_h.m4: New file.
9791         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
9792         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
9793         * modules/strings: New file.
9794         * modules/string (Makefile.am): Update.
9795         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
9796         Reported by Karl Berry.
9797
9798 2007-12-01  Eric Blake  <ebb9@byu.net>
9799
9800         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
9801         accomodate fix in cygwin 1.5.25.
9802
9803 2007-12-01  Jim Meyering  <meyering@redhat.com>
9804
9805         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
9806         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
9807         that would inhibit utf8-optimization of a regexp containing line-
9808         or buffer-anchors, e.g., `^', `$'.
9809
9810 2007-11-30  Bruno Haible  <bruno@clisp.org>
9811
9812         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
9813         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
9814         glthread_recursive_lock_init.
9815         * lib/lock.c (glthread_recursive_lock_init)
9816         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
9817         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9818
9819 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
9820
9821         New function qset_acl, like set_acl but with syscall semantics.
9822         * lib/acl.h (qset_acl): New decl.
9823         * lib/acl.c (qset_acl): New function.
9824         (set_acl): Use new function.  Use more-consistent diagnostics.
9825
9826 2007-11-28  Jim Meyering  <meyering@redhat.com>
9827
9828         * modules/physmem (License): Change from GPL to LGPLv2+.
9829
9830 2007-11-26  Bruno Haible  <bruno@clisp.org>
9831
9832         * lib/vasnprintf.c (decode_long_double): Don't abort if the
9833         'long double' type has excess precision.
9834         Reported by Jim Meyering in
9835         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
9836
9837 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9838
9839         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
9840         Sync from <http://gnu.org/licenses>.
9841         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
9842         with license text from same location.
9843         * doc/maintain.texi, doc/standards.texi:  Sync from
9844         <http://savannah.gnu.org/projects/gnustandards>.
9845
9846 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
9847         and Jim Meyering  <meyering@redhat.com>
9848
9849         Adjust getdate' grammar to accept a slightly more regular language.
9850         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
9851         Before, the former was rejected.
9852         * lib/getdate.y (digits_to_date_time): New function, factored
9853         out of ...
9854         (number): ...here.  Just call digits_to_date_time.
9855         (hybrid): New non-terminal to handle an <unsigned number,
9856         signed relative offset> sequence consistently.
9857
9858 2007-11-18  Jim Meyering  <meyering@redhat.com>
9859
9860         Pull my changes from coreutils:
9861         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
9862         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
9863         use of $gnulib_tool_option_extras, so that it's separated from the
9864         preceding argument.
9865
9866         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
9867         * build-aux/bootstrap (cp_mark_as_generated): Create any required
9868         parent destination directories before copying a file into place.
9869
9870 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9871
9872         bootstrap: work also with 4-argument variant of AC_INIT
9873         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
9874
9875 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
9876
9877         Port test-getaddrinfo to Solaris.
9878         Problem reported by Bruno Haible in
9879         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
9880         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
9881         explanation of setting 'hints'.
9882         Don't reject an implementation merely because it returns EAI_SERVICE.
9883         (EAI_SERVICE): Define to 0 if not defined.
9884
9885 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9886
9887         The license of gnu-make and posix-shell is now "GPLed build tool".
9888         * modules/gnu-make (License): Likewise.
9889         * modules/posix-shell (License): Likewise.
9890
9891         New module posix-shell, for determining a POSIX shell
9892         or perhaps something that is close enough to a POSIX shell.
9893         * m4/posix-shell.m4: New file.
9894         * modules/posix-shell: New file.
9895
9896         * MODULES.html.sh: Mention new module.
9897
9898         New module gnu-make, for determining whether we're using GNU Make.
9899         * m4/gnu-make.m4: New file.
9900         * modules/gnu-make: New file.
9901         * MODULES.html.sh: Mention new module.
9902
9903 2007-11-14  Jim Meyering  <meyering@redhat.com>
9904
9905         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
9906         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
9907         use this macro to create a function _definition_.
9908         Remove useless "#undef ARGMATCH_DIE".
9909
9910 2007-11-14  Bruno Haible  <bruno@clisp.org>
9911
9912         * lib/config.charset: Update for OpenBSD 4.1.
9913         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
9914
9915 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
9916
9917         Document 64-bit #if problems in stdint.texi.
9918         * doc/headers/stdint.texi (stdint.h): Mention problems with
9919         64-bit-#if, and how to work around them.
9920
9921         Don't insist on 'long long int' support in the preprocessor.  It
9922         breaks too many things.  For example, PRIdMAX still uses a 'long
9923         long int' format with the latest Sun compiler, even though
9924         HAVE_LONG_LONG_INT isn't defined due to that compiler's
9925         preprocessor problem.  This causes the latest coreutils to dump
9926         core on Solaris 10 sparc with the Sun C compiler.
9927         Instead, fix the 2007-10-16 problem in a different way, by evaluating
9928         the troublesome expressions at configure-time, not at #if-time.
9929         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
9930         preprocessor.
9931         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
9932         compile-time C checks, done at 'configure'-time.
9933         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
9934         * modules/inttypes (Makefile): Substitute the new symbols that
9935         gl_INTTYPES_H now generates.
9936         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
9937
9938 2007-11-12  Bruno Haible  <bruno@clisp.org>
9939
9940         Tests for Unicode character classification functions.
9941
9942         * modules/unictype/bidicategory-byname-tests: New file.
9943         * modules/unictype/bidicategory-name-tests: New file.
9944         * modules/unictype/bidicategory-of-tests: New file.
9945         * modules/unictype/bidicategory-test-tests: New file.
9946         * modules/unictype/block-list-tests: New file.
9947         * modules/unictype/block-of-tests: New file.
9948         * modules/unictype/block-test-tests: New file.
9949         * modules/unictype/category-C-tests: New file.
9950         * modules/unictype/category-Cc-tests: New file.
9951         * modules/unictype/category-Cf-tests: New file.
9952         * modules/unictype/category-Cn-tests: New file.
9953         * modules/unictype/category-Co-tests: New file.
9954         * modules/unictype/category-Cs-tests: New file.
9955         * modules/unictype/category-L-tests: New file.
9956         * modules/unictype/category-Ll-tests: New file.
9957         * modules/unictype/category-Lm-tests: New file.
9958         * modules/unictype/category-Lo-tests: New file.
9959         * modules/unictype/category-Lt-tests: New file.
9960         * modules/unictype/category-Lu-tests: New file.
9961         * modules/unictype/category-M-tests: New file.
9962         * modules/unictype/category-Mc-tests: New file.
9963         * modules/unictype/category-Me-tests: New file.
9964         * modules/unictype/category-Mn-tests: New file.
9965         * modules/unictype/category-N-tests: New file.
9966         * modules/unictype/category-Nd-tests: New file.
9967         * modules/unictype/category-Nl-tests: New file.
9968         * modules/unictype/category-No-tests: New file.
9969         * modules/unictype/category-P-tests: New file.
9970         * modules/unictype/category-Pc-tests: New file.
9971         * modules/unictype/category-Pd-tests: New file.
9972         * modules/unictype/category-Pe-tests: New file.
9973         * modules/unictype/category-Pf-tests: New file.
9974         * modules/unictype/category-Pi-tests: New file.
9975         * modules/unictype/category-Po-tests: New file.
9976         * modules/unictype/category-Ps-tests: New file.
9977         * modules/unictype/category-S-tests: New file.
9978         * modules/unictype/category-Sc-tests: New file.
9979         * modules/unictype/category-Sk-tests: New file.
9980         * modules/unictype/category-Sm-tests: New file.
9981         * modules/unictype/category-So-tests: New file.
9982         * modules/unictype/category-Z-tests: New file.
9983         * modules/unictype/category-Zl-tests: New file.
9984         * modules/unictype/category-Zp-tests: New file.
9985         * modules/unictype/category-Zs-tests: New file.
9986         * modules/unictype/category-and-not-tests: New file.
9987         * modules/unictype/category-and-tests: New file.
9988         * modules/unictype/category-byname-tests: New file.
9989         * modules/unictype/category-name-tests: New file.
9990         * modules/unictype/category-none-tests: New file.
9991         * modules/unictype/category-of-tests: New file.
9992         * modules/unictype/category-or-tests: New file.
9993         * modules/unictype/category-test-withtable-tests: New file.
9994         * modules/unictype/combining-class-tests: New file.
9995         * modules/unictype/ctype-alnum-tests: New file.
9996         * modules/unictype/ctype-alpha-tests: New file.
9997         * modules/unictype/ctype-blank-tests: New file.
9998         * modules/unictype/ctype-cntrl-tests: New file.
9999         * modules/unictype/ctype-digit-tests: New file.
10000         * modules/unictype/ctype-graph-tests: New file.
10001         * modules/unictype/ctype-lower-tests: New file.
10002         * modules/unictype/ctype-print-tests: New file.
10003         * modules/unictype/ctype-punct-tests: New file.
10004         * modules/unictype/ctype-space-tests: New file.
10005         * modules/unictype/ctype-upper-tests: New file.
10006         * modules/unictype/ctype-xdigit-tests: New file.
10007         * modules/unictype/decimal-digit-tests: New file.
10008         * modules/unictype/digit-tests: New file.
10009         * modules/unictype/mirror-tests: New file.
10010         * modules/unictype/numeric-tests: New file.
10011         * modules/unictype/property-alphabetic-tests: New file.
10012         * modules/unictype/property-ascii-hex-digit-tests: New file.
10013         * modules/unictype/property-bidi-arabic-digit-tests: New file.
10014         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
10015         * modules/unictype/property-bidi-block-separator-tests: New file.
10016         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
10017         * modules/unictype/property-bidi-common-separator-tests: New file.
10018         * modules/unictype/property-bidi-control-tests: New file.
10019         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
10020         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
10021         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
10022         * modules/unictype/property-bidi-european-digit-tests: New file.
10023         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
10024         * modules/unictype/property-bidi-left-to-right-tests: New file.
10025         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
10026         * modules/unictype/property-bidi-other-neutral-tests: New file.
10027         * modules/unictype/property-bidi-pdf-tests: New file.
10028         * modules/unictype/property-bidi-segment-separator-tests: New file.
10029         * modules/unictype/property-bidi-whitespace-tests: New file.
10030         * modules/unictype/property-byname-tests: New file.
10031         * modules/unictype/property-combining-tests: New file.
10032         * modules/unictype/property-composite-tests: New file.
10033         * modules/unictype/property-currency-symbol-tests: New file.
10034         * modules/unictype/property-dash-tests: New file.
10035         * modules/unictype/property-decimal-digit-tests: New file.
10036         * modules/unictype/property-default-ignorable-code-point-tests: New file.
10037         * modules/unictype/property-deprecated-tests: New file.
10038         * modules/unictype/property-diacritic-tests: New file.
10039         * modules/unictype/property-extender-tests: New file.
10040         * modules/unictype/property-format-control-tests: New file.
10041         * modules/unictype/property-grapheme-base-tests: New file.
10042         * modules/unictype/property-grapheme-extend-tests: New file.
10043         * modules/unictype/property-grapheme-link-tests: New file.
10044         * modules/unictype/property-hex-digit-tests: New file.
10045         * modules/unictype/property-hyphen-tests: New file.
10046         * modules/unictype/property-id-continue-tests: New file.
10047         * modules/unictype/property-id-start-tests: New file.
10048         * modules/unictype/property-ideographic-tests: New file.
10049         * modules/unictype/property-ids-binary-operator-tests: New file.
10050         * modules/unictype/property-ids-trinary-operator-tests: New file.
10051         * modules/unictype/property-ignorable-control-tests: New file.
10052         * modules/unictype/property-iso-control-tests: New file.
10053         * modules/unictype/property-join-control-tests: New file.
10054         * modules/unictype/property-left-of-pair-tests: New file.
10055         * modules/unictype/property-line-separator-tests: New file.
10056         * modules/unictype/property-logical-order-exception-tests: New file.
10057         * modules/unictype/property-lowercase-tests: New file.
10058         * modules/unictype/property-math-tests: New file.
10059         * modules/unictype/property-non-break-tests: New file.
10060         * modules/unictype/property-not-a-character-tests: New file.
10061         * modules/unictype/property-numeric-tests: New file.
10062         * modules/unictype/property-other-alphabetic-tests: New file.
10063         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
10064         * modules/unictype/property-other-grapheme-extend-tests: New file.
10065         * modules/unictype/property-other-id-continue-tests: New file.
10066         * modules/unictype/property-other-id-start-tests: New file.
10067         * modules/unictype/property-other-lowercase-tests: New file.
10068         * modules/unictype/property-other-math-tests: New file.
10069         * modules/unictype/property-other-uppercase-tests: New file.
10070         * modules/unictype/property-paired-punctuation-tests: New file.
10071         * modules/unictype/property-paragraph-separator-tests: New file.
10072         * modules/unictype/property-pattern-syntax-tests: New file.
10073         * modules/unictype/property-pattern-white-space-tests: New file.
10074         * modules/unictype/property-private-use-tests: New file.
10075         * modules/unictype/property-punctuation-tests: New file.
10076         * modules/unictype/property-quotation-mark-tests: New file.
10077         * modules/unictype/property-radical-tests: New file.
10078         * modules/unictype/property-sentence-terminal-tests: New file.
10079         * modules/unictype/property-soft-dotted-tests: New file.
10080         * modules/unictype/property-space-tests: New file.
10081         * modules/unictype/property-terminal-punctuation-tests: New file.
10082         * modules/unictype/property-test-tests: New file.
10083         * modules/unictype/property-titlecase-tests: New file.
10084         * modules/unictype/property-unassigned-code-value-tests: New file.
10085         * modules/unictype/property-unified-ideograph-tests: New file.
10086         * modules/unictype/property-uppercase-tests: New file.
10087         * modules/unictype/property-variation-selector-tests: New file.
10088         * modules/unictype/property-white-space-tests: New file.
10089         * modules/unictype/property-xid-continue-tests: New file.
10090         * modules/unictype/property-xid-start-tests: New file.
10091         * modules/unictype/property-zero-width-tests: New file.
10092         * modules/unictype/scripts-tests: New file.
10093         * modules/unictype/syntax-c-ident-tests: New file.
10094         * modules/unictype/syntax-c-whitespace-tests: New file.
10095         * modules/unictype/syntax-java-ident-tests: New file.
10096         * modules/unictype/syntax-java-whitespace-tests: New file.
10097         * tests/unictype/test-bidi_byname.c: New file.
10098         * tests/unictype/test-bidi_name.c: New file.
10099         * tests/unictype/test-bidi_of.c: New file.
10100         * tests/unictype/test-bidi_test.c: New file.
10101         * tests/unictype/test-block_list.c: New file.
10102         * tests/unictype/test-block_of.c: New file.
10103         * tests/unictype/test-block_test.c: New file.
10104         * tests/unictype/test-categ_and.c: New file.
10105         * tests/unictype/test-categ_and_not.c: New file.
10106         * tests/unictype/test-categ_byname.c: New file.
10107         * tests/unictype/test-categ_name.c: New file.
10108         * tests/unictype/test-categ_none.c: New file.
10109         * tests/unictype/test-categ_of.c: New file.
10110         * tests/unictype/test-categ_or.c: New file.
10111         * tests/unictype/test-categ_test_withtable.c: New file.
10112         * tests/unictype/test-combining.c: New file.
10113         * tests/unictype/test-decdigit.c: New file.
10114         * tests/unictype/test-digit.c: New file.
10115         * tests/unictype/test-mirror.c: New file.
10116         * tests/unictype/test-numeric.c: New file.
10117         * tests/unictype/test-pr_byname.c: New file.
10118         * tests/unictype/test-pr_test.c: New file.
10119         * tests/unictype/test-predicate-part1.h: New file.
10120         * tests/unictype/test-predicate-part2.h: New file.
10121         * tests/unictype/test-scripts.c: New file.
10122         * tests/unictype/test-sy_c_ident.c: New file.
10123         * tests/unictype/test-sy_java_ident.c: New file.
10124
10125         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
10126         for Unicode 5.0.0.
10127         * tests/unictype/test-categ_Cc.c: Likewise.
10128         * tests/unictype/test-categ_Cf.c: Likewise.
10129         * tests/unictype/test-categ_Cn.c: Likewise.
10130         * tests/unictype/test-categ_Co.c: Likewise.
10131         * tests/unictype/test-categ_Cs.c: Likewise.
10132         * tests/unictype/test-categ_L.c: Likewise.
10133         * tests/unictype/test-categ_Ll.c: Likewise.
10134         * tests/unictype/test-categ_Lm.c: Likewise.
10135         * tests/unictype/test-categ_Lo.c: Likewise.
10136         * tests/unictype/test-categ_Lt.c: Likewise.
10137         * tests/unictype/test-categ_Lu.c: Likewise.
10138         * tests/unictype/test-categ_M.c: Likewise.
10139         * tests/unictype/test-categ_Mc.c: Likewise.
10140         * tests/unictype/test-categ_Me.c: Likewise.
10141         * tests/unictype/test-categ_Mn.c: Likewise.
10142         * tests/unictype/test-categ_N.c: Likewise.
10143         * tests/unictype/test-categ_Nd.c: Likewise.
10144         * tests/unictype/test-categ_Nl.c: Likewise.
10145         * tests/unictype/test-categ_No.c: Likewise.
10146         * tests/unictype/test-categ_P.c: Likewise.
10147         * tests/unictype/test-categ_Pc.c: Likewise.
10148         * tests/unictype/test-categ_Pd.c: Likewise.
10149         * tests/unictype/test-categ_Pe.c: Likewise.
10150         * tests/unictype/test-categ_Pf.c: Likewise.
10151         * tests/unictype/test-categ_Pi.c: Likewise.
10152         * tests/unictype/test-categ_Po.c: Likewise.
10153         * tests/unictype/test-categ_Ps.c: Likewise.
10154         * tests/unictype/test-categ_S.c: Likewise.
10155         * tests/unictype/test-categ_Sc.c: Likewise.
10156         * tests/unictype/test-categ_Sk.c: Likewise.
10157         * tests/unictype/test-categ_Sm.c: Likewise.
10158         * tests/unictype/test-categ_So.c: Likewise.
10159         * tests/unictype/test-categ_Z.c: Likewise.
10160         * tests/unictype/test-categ_Zl.c: Likewise.
10161         * tests/unictype/test-categ_Zp.c: Likewise.
10162         * tests/unictype/test-categ_Zs.c: Likewise.
10163         * tests/unictype/test-ctype_alnum.c: Likewise.
10164         * tests/unictype/test-ctype_alpha.c: Likewise.
10165         * tests/unictype/test-ctype_blank.c: Likewise.
10166         * tests/unictype/test-ctype_cntrl.c: Likewise.
10167         * tests/unictype/test-ctype_digit.c: Likewise.
10168         * tests/unictype/test-ctype_graph.c: Likewise.
10169         * tests/unictype/test-ctype_lower.c: Likewise.
10170         * tests/unictype/test-ctype_print.c: Likewise.
10171         * tests/unictype/test-ctype_punct.c: Likewise.
10172         * tests/unictype/test-ctype_space.c: Likewise.
10173         * tests/unictype/test-ctype_upper.c: Likewise.
10174         * tests/unictype/test-ctype_xdigit.c: Likewise.
10175         * tests/unictype/test-decdigit.h: Likewise.
10176         * tests/unictype/test-digit.h: Likewise.
10177         * tests/unictype/test-numeric.h: Likewise.
10178         * tests/unictype/test-pr_alphabetic.c: Likewise.
10179         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
10180         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
10181         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
10182         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
10183         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
10184         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
10185         * tests/unictype/test-pr_bidi_control.c: Likewise.
10186         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
10187         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
10188         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
10189         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
10190         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
10191         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
10192         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
10193         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
10194         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
10195         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
10196         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
10197         * tests/unictype/test-pr_combining.c: Likewise.
10198         * tests/unictype/test-pr_composite.c: Likewise.
10199         * tests/unictype/test-pr_currency_symbol.c: Likewise.
10200         * tests/unictype/test-pr_dash.c: Likewise.
10201         * tests/unictype/test-pr_decimal_digit.c: Likewise.
10202         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
10203         * tests/unictype/test-pr_deprecated.c: Likewise.
10204         * tests/unictype/test-pr_diacritic.c: Likewise.
10205         * tests/unictype/test-pr_extender.c: Likewise.
10206         * tests/unictype/test-pr_format_control.c: Likewise.
10207         * tests/unictype/test-pr_grapheme_base.c: Likewise.
10208         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
10209         * tests/unictype/test-pr_grapheme_link.c: Likewise.
10210         * tests/unictype/test-pr_hex_digit.c: Likewise.
10211         * tests/unictype/test-pr_hyphen.c: Likewise.
10212         * tests/unictype/test-pr_id_continue.c: Likewise.
10213         * tests/unictype/test-pr_id_start.c: Likewise.
10214         * tests/unictype/test-pr_ideographic.c: Likewise.
10215         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
10216         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
10217         * tests/unictype/test-pr_ignorable_control.c: Likewise.
10218         * tests/unictype/test-pr_iso_control.c: Likewise.
10219         * tests/unictype/test-pr_join_control.c: Likewise.
10220         * tests/unictype/test-pr_left_of_pair.c: Likewise.
10221         * tests/unictype/test-pr_line_separator.c: Likewise.
10222         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
10223         * tests/unictype/test-pr_lowercase.c: Likewise.
10224         * tests/unictype/test-pr_math.c: Likewise.
10225         * tests/unictype/test-pr_non_break.c: Likewise.
10226         * tests/unictype/test-pr_not_a_character.c: Likewise.
10227         * tests/unictype/test-pr_numeric.c: Likewise.
10228         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
10229         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
10230         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
10231         * tests/unictype/test-pr_other_id_continue.c: Likewise.
10232         * tests/unictype/test-pr_other_id_start.c: Likewise.
10233         * tests/unictype/test-pr_other_lowercase.c: Likewise.
10234         * tests/unictype/test-pr_other_math.c: Likewise.
10235         * tests/unictype/test-pr_other_uppercase.c: Likewise.
10236         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
10237         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
10238         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
10239         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
10240         * tests/unictype/test-pr_private_use.c: Likewise.
10241         * tests/unictype/test-pr_punctuation.c: Likewise.
10242         * tests/unictype/test-pr_quotation_mark.c: Likewise.
10243         * tests/unictype/test-pr_radical.c: Likewise.
10244         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
10245         * tests/unictype/test-pr_soft_dotted.c: Likewise.
10246         * tests/unictype/test-pr_space.c: Likewise.
10247         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
10248         * tests/unictype/test-pr_titlecase.c: Likewise.
10249         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
10250         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
10251         * tests/unictype/test-pr_uppercase.c: Likewise.
10252         * tests/unictype/test-pr_variation_selector.c: Likewise.
10253         * tests/unictype/test-pr_white_space.c: Likewise.
10254         * tests/unictype/test-pr_xid_continue.c: Likewise.
10255         * tests/unictype/test-pr_xid_start.c: Likewise.
10256         * tests/unictype/test-pr_zero_width.c: Likewise.
10257         * tests/unictype/test-sy_c_whitespace.c: Likewise.
10258         * tests/unictype/test-sy_java_whitespace.c: Likewise.
10259
10260 2007-11-12  Bruno Haible  <bruno@clisp.org>
10261
10262         Unicode character classification functions.
10263         * lib/unictype.h: New file.
10264         * modules/unictype/base: New file.
10265         * modules/unictype/category-L: New file.
10266         * modules/unictype/category-Lu: New file.
10267         * modules/unictype/category-Ll: New file.
10268         * modules/unictype/category-Lt: New file.
10269         * modules/unictype/category-Lm: New file.
10270         * modules/unictype/category-Lo: New file.
10271         * modules/unictype/category-M: New file.
10272         * modules/unictype/category-Mn: New file.
10273         * modules/unictype/category-Mc: New file.
10274         * modules/unictype/category-Me: New file.
10275         * modules/unictype/category-N: New file.
10276         * modules/unictype/category-Nd: New file.
10277         * modules/unictype/category-Nl: New file.
10278         * modules/unictype/category-No: New file.
10279         * modules/unictype/category-P: New file.
10280         * modules/unictype/category-Pc: New file.
10281         * modules/unictype/category-Pd: New file.
10282         * modules/unictype/category-Ps: New file.
10283         * modules/unictype/category-Pe: New file.
10284         * modules/unictype/category-Pi: New file.
10285         * modules/unictype/category-Pf: New file.
10286         * modules/unictype/category-Po: New file.
10287         * modules/unictype/category-S: New file.
10288         * modules/unictype/category-Sm: New file.
10289         * modules/unictype/category-Sc: New file.
10290         * modules/unictype/category-Sk: New file.
10291         * modules/unictype/category-So: New file.
10292         * modules/unictype/category-Z: New file.
10293         * modules/unictype/category-Zs: New file.
10294         * modules/unictype/category-Zl: New file.
10295         * modules/unictype/category-Zp: New file.
10296         * modules/unictype/category-C: New file.
10297         * modules/unictype/category-Cc: New file.
10298         * modules/unictype/category-Cf: New file.
10299         * modules/unictype/category-Cs: New file.
10300         * modules/unictype/category-Co: New file.
10301         * modules/unictype/category-Cn: New file.
10302         * modules/unictype/category-or: New file.
10303         * modules/unictype/category-of: New file.
10304         * modules/unictype/category-test: New file.
10305         * modules/unictype/category-test-withtable: New file.
10306         * modules/unictype/category-byname: New file.
10307         * modules/unictype/category-none: New file.
10308         * modules/unictype/category-and: New file.
10309         * modules/unictype/category-and-not: New file.
10310         * modules/unictype/category-name: New file.
10311         * modules/unictype/combining-class: New file.
10312         * modules/unictype/category-all: New file.
10313         * modules/unictype/bidicategory-all: New file.
10314         * modules/unictype/bidicategory-byname: New file.
10315         * modules/unictype/bidicategory-name: New file.
10316         * modules/unictype/bidicategory-of: New file.
10317         * modules/unictype/bidicategory-test: New file.
10318         * modules/unictype/decimal-digit: New file.
10319         * modules/unictype/digit: New file.
10320         * modules/unictype/numeric: New file.
10321         * modules/unictype/mirror: New file.
10322         * modules/unictype/property-white-space: New file.
10323         * modules/unictype/property-alphabetic: New file.
10324         * modules/unictype/property-other-alphabetic: New file.
10325         * modules/unictype/property-not-a-character: New file.
10326         * modules/unictype/property-default-ignorable-code-point: New file.
10327         * modules/unictype/property-other-default-ignorable-code-point: New
10328         file.
10329         * modules/unictype/property-deprecated: New file.
10330         * modules/unictype/property-logical-order-exception: New file.
10331         * modules/unictype/property-variation-selector: New file.
10332         * modules/unictype/property-private-use: New file.
10333         * modules/unictype/property-unassigned-code-value: New file.
10334         * modules/unictype/property-uppercase: New file.
10335         * modules/unictype/property-other-uppercase: New file.
10336         * modules/unictype/property-lowercase: New file.
10337         * modules/unictype/property-other-lowercase: New file.
10338         * modules/unictype/property-titlecase: New file.
10339         * modules/unictype/property-soft-dotted: New file.
10340         * modules/unictype/property-id-start: New file.
10341         * modules/unictype/property-other-id-start: New file.
10342         * modules/unictype/property-id-continue: New file.
10343         * modules/unictype/property-other-id-continue: New file.
10344         * modules/unictype/property-xid-start: New file.
10345         * modules/unictype/property-xid-continue: New file.
10346         * modules/unictype/property-pattern-white-space: New file.
10347         * modules/unictype/property-pattern-syntax: New file.
10348         * modules/unictype/property-join-control: New file.
10349         * modules/unictype/property-grapheme-base: New file.
10350         * modules/unictype/property-grapheme-extend: New file.
10351         * modules/unictype/property-other-grapheme-extend: New file.
10352         * modules/unictype/property-grapheme-link: New file.
10353         * modules/unictype/property-bidi-control: New file.
10354         * modules/unictype/property-bidi-left-to-right: New file.
10355         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
10356         * modules/unictype/property-bidi-arabic-right-to-left: New file.
10357         * modules/unictype/property-bidi-european-digit: New file.
10358         * modules/unictype/property-bidi-eur-num-separator: New file.
10359         * modules/unictype/property-bidi-eur-num-terminator: New file.
10360         * modules/unictype/property-bidi-arabic-digit: New file.
10361         * modules/unictype/property-bidi-common-separator: New file.
10362         * modules/unictype/property-bidi-block-separator: New file.
10363         * modules/unictype/property-bidi-segment-separator: New file.
10364         * modules/unictype/property-bidi-whitespace: New file.
10365         * modules/unictype/property-bidi-non-spacing-mark: New file.
10366         * modules/unictype/property-bidi-boundary-neutral: New file.
10367         * modules/unictype/property-bidi-pdf: New file.
10368         * modules/unictype/property-bidi-embedding-or-override: New file.
10369         * modules/unictype/property-bidi-other-neutral: New file.
10370         * modules/unictype/property-hex-digit: New file.
10371         * modules/unictype/property-ascii-hex-digit: New file.
10372         * modules/unictype/property-ideographic: New file.
10373         * modules/unictype/property-unified-ideograph: New file.
10374         * modules/unictype/property-radical: New file.
10375         * modules/unictype/property-ids-binary-operator: New file.
10376         * modules/unictype/property-ids-trinary-operator: New file.
10377         * modules/unictype/property-zero-width: New file.
10378         * modules/unictype/property-space: New file.
10379         * modules/unictype/property-non-break: New file.
10380         * modules/unictype/property-iso-control: New file.
10381         * modules/unictype/property-format-control: New file.
10382         * modules/unictype/property-dash: New file.
10383         * modules/unictype/property-hyphen: New file.
10384         * modules/unictype/property-punctuation: New file.
10385         * modules/unictype/property-line-separator: New file.
10386         * modules/unictype/property-paragraph-separator: New file.
10387         * modules/unictype/property-quotation-mark: New file.
10388         * modules/unictype/property-sentence-terminal: New file.
10389         * modules/unictype/property-terminal-punctuation: New file.
10390         * modules/unictype/property-currency-symbol: New file.
10391         * modules/unictype/property-math: New file.
10392         * modules/unictype/property-other-math: New file.
10393         * modules/unictype/property-paired-punctuation: New file.
10394         * modules/unictype/property-left-of-pair: New file.
10395         * modules/unictype/property-combining: New file.
10396         * modules/unictype/property-composite: New file.
10397         * modules/unictype/property-decimal-digit: New file.
10398         * modules/unictype/property-numeric: New file.
10399         * modules/unictype/property-diacritic: New file.
10400         * modules/unictype/property-extender: New file.
10401         * modules/unictype/property-ignorable-control: New file.
10402         * modules/unictype/property-test: New file.
10403         * modules/unictype/property-byname: New file.
10404         * modules/unictype/property-all: New file.
10405         * modules/unictype/scripts: New file.
10406         * modules/unictype/scripts-all: New file.
10407         * modules/unictype/block-of: New file.
10408         * modules/unictype/block-test: New file.
10409         * modules/unictype/block-list: New file.
10410         * modules/unictype/block-all: New file.
10411         * modules/unictype/syntax-c-whitespace: New file.
10412         * modules/unictype/syntax-java-whitespace: New file.
10413         * modules/unictype/syntax-c-ident: New file.
10414         * modules/unictype/syntax-java-ident: New file.
10415         * modules/unictype/ctype-alnum: New file.
10416         * modules/unictype/ctype-alpha: New file.
10417         * modules/unictype/ctype-cntrl: New file.
10418         * modules/unictype/ctype-digit: New file.
10419         * modules/unictype/ctype-graph: New file.
10420         * modules/unictype/ctype-lower: New file.
10421         * modules/unictype/ctype-print: New file.
10422         * modules/unictype/ctype-punct: New file.
10423         * modules/unictype/ctype-space: New file.
10424         * modules/unictype/ctype-upper: New file.
10425         * modules/unictype/ctype-xdigit: New file.
10426         * modules/unictype/ctype-blank: New file.
10427         * lib/unictype/bidi_byname.c: New file.
10428         * lib/unictype/bidi_name.c: New file.
10429         * lib/unictype/bidi_of.c: New file.
10430         * lib/unictype/bidi_test.c: New file.
10431         * lib/unictype/bitmap.h: New file.
10432         * lib/unictype/block_test.c: New file.
10433         * lib/unictype/blocks.c: New file.
10434         * lib/unictype/categ_C.c: New file.
10435         * lib/unictype/categ_Cc.c: New file.
10436         * lib/unictype/categ_Cf.c: New file.
10437         * lib/unictype/categ_Cn.c: New file.
10438         * lib/unictype/categ_Co.c: New file.
10439         * lib/unictype/categ_Cs.c: New file.
10440         * lib/unictype/categ_L.c: New file.
10441         * lib/unictype/categ_Ll.c: New file.
10442         * lib/unictype/categ_Lm.c: New file.
10443         * lib/unictype/categ_Lo.c: New file.
10444         * lib/unictype/categ_Lt.c: New file.
10445         * lib/unictype/categ_Lu.c: New file.
10446         * lib/unictype/categ_M.c: New file.
10447         * lib/unictype/categ_Mc.c: New file.
10448         * lib/unictype/categ_Me.c: New file.
10449         * lib/unictype/categ_Mn.c: New file.
10450         * lib/unictype/categ_N.c: New file.
10451         * lib/unictype/categ_Nd.c: New file.
10452         * lib/unictype/categ_Nl.c: New file.
10453         * lib/unictype/categ_No.c: New file.
10454         * lib/unictype/categ_P.c: New file.
10455         * lib/unictype/categ_Pc.c: New file.
10456         * lib/unictype/categ_Pd.c: New file.
10457         * lib/unictype/categ_Pe.c: New file.
10458         * lib/unictype/categ_Pf.c: New file.
10459         * lib/unictype/categ_Pi.c: New file.
10460         * lib/unictype/categ_Po.c: New file.
10461         * lib/unictype/categ_Ps.c: New file.
10462         * lib/unictype/categ_S.c: New file.
10463         * lib/unictype/categ_Sc.c: New file.
10464         * lib/unictype/categ_Sk.c: New file.
10465         * lib/unictype/categ_Sm.c: New file.
10466         * lib/unictype/categ_So.c: New file.
10467         * lib/unictype/categ_Z.c: New file.
10468         * lib/unictype/categ_Zl.c: New file.
10469         * lib/unictype/categ_Zp.c: New file.
10470         * lib/unictype/categ_Zs.c: New file.
10471         * lib/unictype/categ_and.c: New file.
10472         * lib/unictype/categ_and_not.c: New file.
10473         * lib/unictype/categ_byname.c: New file.
10474         * lib/unictype/categ_name.c: New file.
10475         * lib/unictype/categ_none.c: New file.
10476         * lib/unictype/categ_of.c: New file.
10477         * lib/unictype/categ_or.c: New file.
10478         * lib/unictype/categ_test.c: New file.
10479         * lib/unictype/combining.c: New file.
10480         * lib/unictype/ctype_alnum.c: New file.
10481         * lib/unictype/ctype_alpha.c: New file.
10482         * lib/unictype/ctype_blank.c: New file.
10483         * lib/unictype/ctype_cntrl.c: New file.
10484         * lib/unictype/ctype_digit.c: New file.
10485         * lib/unictype/ctype_graph.c: New file.
10486         * lib/unictype/ctype_lower.c: New file.
10487         * lib/unictype/ctype_print.c: New file.
10488         * lib/unictype/ctype_punct.c: New file.
10489         * lib/unictype/ctype_space.c: New file.
10490         * lib/unictype/ctype_upper.c: New file.
10491         * lib/unictype/ctype_xdigit.c: New file.
10492         * lib/unictype/decdigit.c: New file.
10493         * lib/unictype/digit.c: New file.
10494         * lib/unictype/identsyntaxmap.h: New file.
10495         * lib/unictype/mirror.c: New file.
10496         * lib/unictype/numeric.c: New file.
10497         * lib/unictype/pr_alphabetic.c: New file.
10498         * lib/unictype/pr_ascii_hex_digit.c: New file.
10499         * lib/unictype/pr_bidi_arabic_digit.c: New file.
10500         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
10501         * lib/unictype/pr_bidi_block_separator.c: New file.
10502         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
10503         * lib/unictype/pr_bidi_common_separator.c: New file.
10504         * lib/unictype/pr_bidi_control.c: New file.
10505         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
10506         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
10507         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
10508         * lib/unictype/pr_bidi_european_digit.c: New file.
10509         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
10510         * lib/unictype/pr_bidi_left_to_right.c: New file.
10511         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
10512         * lib/unictype/pr_bidi_other_neutral.c: New file.
10513         * lib/unictype/pr_bidi_pdf.c: New file.
10514         * lib/unictype/pr_bidi_segment_separator.c: New file.
10515         * lib/unictype/pr_bidi_whitespace.c: New file.
10516         * lib/unictype/pr_byname.c: New file.
10517         * lib/unictype/pr_byname.gperf: New file.
10518         * lib/unictype/pr_combining.c: New file.
10519         * lib/unictype/pr_composite.c: New file.
10520         * lib/unictype/pr_currency_symbol.c: New file.
10521         * lib/unictype/pr_dash.c: New file.
10522         * lib/unictype/pr_decimal_digit.c: New file.
10523         * lib/unictype/pr_default_ignorable_code_point.c: New file.
10524         * lib/unictype/pr_deprecated.c: New file.
10525         * lib/unictype/pr_diacritic.c: New file.
10526         * lib/unictype/pr_extender.c: New file.
10527         * lib/unictype/pr_format_control.c: New file.
10528         * lib/unictype/pr_grapheme_base.c: New file.
10529         * lib/unictype/pr_grapheme_extend.c: New file.
10530         * lib/unictype/pr_grapheme_link.c: New file.
10531         * lib/unictype/pr_hex_digit.c: New file.
10532         * lib/unictype/pr_hyphen.c: New file.
10533         * lib/unictype/pr_id_continue.c: New file.
10534         * lib/unictype/pr_id_start.c: New file.
10535         * lib/unictype/pr_ideographic.c: New file.
10536         * lib/unictype/pr_ids_binary_operator.c: New file.
10537         * lib/unictype/pr_ids_trinary_operator.c: New file.
10538         * lib/unictype/pr_ignorable_control.c: New file.
10539         * lib/unictype/pr_iso_control.c: New file.
10540         * lib/unictype/pr_join_control.c: New file.
10541         * lib/unictype/pr_left_of_pair.c: New file.
10542         * lib/unictype/pr_line_separator.c: New file.
10543         * lib/unictype/pr_logical_order_exception.c: New file.
10544         * lib/unictype/pr_lowercase.c: New file.
10545         * lib/unictype/pr_math.c: New file.
10546         * lib/unictype/pr_non_break.c: New file.
10547         * lib/unictype/pr_not_a_character.c: New file.
10548         * lib/unictype/pr_numeric.c: New file.
10549         * lib/unictype/pr_other_alphabetic.c: New file.
10550         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
10551         * lib/unictype/pr_other_grapheme_extend.c: New file.
10552         * lib/unictype/pr_other_id_continue.c: New file.
10553         * lib/unictype/pr_other_id_start.c: New file.
10554         * lib/unictype/pr_other_lowercase.c: New file.
10555         * lib/unictype/pr_other_math.c: New file.
10556         * lib/unictype/pr_other_uppercase.c: New file.
10557         * lib/unictype/pr_paired_punctuation.c: New file.
10558         * lib/unictype/pr_paragraph_separator.c: New file.
10559         * lib/unictype/pr_pattern_syntax.c: New file.
10560         * lib/unictype/pr_pattern_white_space.c: New file.
10561         * lib/unictype/pr_private_use.c: New file.
10562         * lib/unictype/pr_punctuation.c: New file.
10563         * lib/unictype/pr_quotation_mark.c: New file.
10564         * lib/unictype/pr_radical.c: New file.
10565         * lib/unictype/pr_sentence_terminal.c: New file.
10566         * lib/unictype/pr_soft_dotted.c: New file.
10567         * lib/unictype/pr_space.c: New file.
10568         * lib/unictype/pr_terminal_punctuation.c: New file.
10569         * lib/unictype/pr_test.c: New file.
10570         * lib/unictype/pr_titlecase.c: New file.
10571         * lib/unictype/pr_unassigned_code_value.c: New file.
10572         * lib/unictype/pr_unified_ideograph.c: New file.
10573         * lib/unictype/pr_uppercase.c: New file.
10574         * lib/unictype/pr_variation_selector.c: New file.
10575         * lib/unictype/pr_white_space.c: New file.
10576         * lib/unictype/pr_xid_continue.c: New file.
10577         * lib/unictype/pr_xid_start.c: New file.
10578         * lib/unictype/pr_zero_width.c: New file.
10579         * lib/unictype/scripts.c: New file.
10580         * lib/unictype/sy_c_ident.c: New file.
10581         * lib/unictype/sy_c_whitespace.c: New file.
10582         * lib/unictype/sy_java_ident.c: New file.
10583         * lib/unictype/sy_java_whitespace.c: New file.
10584
10585         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
10586         Unicode 5.0.0.
10587         * lib/unictype/blocks.h: Likewise.
10588         * lib/unictype/categ_C.h: Likewise.
10589         * lib/unictype/categ_Cc.h: Likewise.
10590         * lib/unictype/categ_Cf.h: Likewise.
10591         * lib/unictype/categ_Cn.h: Likewise.
10592         * lib/unictype/categ_Co.h: Likewise.
10593         * lib/unictype/categ_Cs.h: Likewise.
10594         * lib/unictype/categ_L.h: Likewise.
10595         * lib/unictype/categ_Ll.h: Likewise.
10596         * lib/unictype/categ_Lm.h: Likewise.
10597         * lib/unictype/categ_Lo.h: Likewise.
10598         * lib/unictype/categ_Lt.h: Likewise.
10599         * lib/unictype/categ_Lu.h: Likewise.
10600         * lib/unictype/categ_M.h: Likewise.
10601         * lib/unictype/categ_Mc.h: Likewise.
10602         * lib/unictype/categ_Me.h: Likewise.
10603         * lib/unictype/categ_Mn.h: Likewise.
10604         * lib/unictype/categ_N.h: Likewise.
10605         * lib/unictype/categ_Nd.h: Likewise.
10606         * lib/unictype/categ_Nl.h: Likewise.
10607         * lib/unictype/categ_No.h: Likewise.
10608         * lib/unictype/categ_P.h: Likewise.
10609         * lib/unictype/categ_Pc.h: Likewise.
10610         * lib/unictype/categ_Pd.h: Likewise.
10611         * lib/unictype/categ_Pe.h: Likewise.
10612         * lib/unictype/categ_Pf.h: Likewise.
10613         * lib/unictype/categ_Pi.h: Likewise.
10614         * lib/unictype/categ_Po.h: Likewise.
10615         * lib/unictype/categ_Ps.h: Likewise.
10616         * lib/unictype/categ_S.h: Likewise.
10617         * lib/unictype/categ_Sc.h: Likewise.
10618         * lib/unictype/categ_Sk.h: Likewise.
10619         * lib/unictype/categ_Sm.h: Likewise.
10620         * lib/unictype/categ_So.h: Likewise.
10621         * lib/unictype/categ_Z.h: Likewise.
10622         * lib/unictype/categ_Zl.h: Likewise.
10623         * lib/unictype/categ_Zp.h: Likewise.
10624         * lib/unictype/categ_Zs.h: Likewise.
10625         * lib/unictype/categ_of.h: Likewise.
10626         * lib/unictype/combining.h: Likewise.
10627         * lib/unictype/ctype_alnum.h: Likewise.
10628         * lib/unictype/ctype_alpha.h: Likewise.
10629         * lib/unictype/ctype_blank.h: Likewise.
10630         * lib/unictype/ctype_cntrl.h: Likewise.
10631         * lib/unictype/ctype_digit.h: Likewise.
10632         * lib/unictype/ctype_graph.h: Likewise.
10633         * lib/unictype/ctype_lower.h: Likewise.
10634         * lib/unictype/ctype_print.h: Likewise.
10635         * lib/unictype/ctype_punct.h: Likewise.
10636         * lib/unictype/ctype_space.h: Likewise.
10637         * lib/unictype/ctype_upper.h: Likewise.
10638         * lib/unictype/ctype_xdigit.h: Likewise.
10639         * lib/unictype/decdigit.h: Likewise.
10640         * lib/unictype/digit.h: Likewise.
10641         * lib/unictype/mirror.h: Likewise.
10642         * lib/unictype/numeric.h: Likewise.
10643         * lib/unictype/pr_alphabetic.h: Likewise.
10644         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
10645         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
10646         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
10647         * lib/unictype/pr_bidi_block_separator.h: Likewise.
10648         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
10649         * lib/unictype/pr_bidi_common_separator.h: Likewise.
10650         * lib/unictype/pr_bidi_control.h: Likewise.
10651         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
10652         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
10653         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
10654         * lib/unictype/pr_bidi_european_digit.h: Likewise.
10655         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
10656         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
10657         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
10658         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
10659         * lib/unictype/pr_bidi_pdf.h: Likewise.
10660         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
10661         * lib/unictype/pr_bidi_whitespace.h: Likewise.
10662         * lib/unictype/pr_combining.h: Likewise.
10663         * lib/unictype/pr_composite.h: Likewise.
10664         * lib/unictype/pr_currency_symbol.h: Likewise.
10665         * lib/unictype/pr_dash.h: Likewise.
10666         * lib/unictype/pr_decimal_digit.h: Likewise.
10667         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
10668         * lib/unictype/pr_deprecated.h: Likewise.
10669         * lib/unictype/pr_diacritic.h: Likewise.
10670         * lib/unictype/pr_extender.h: Likewise.
10671         * lib/unictype/pr_format_control.h: Likewise.
10672         * lib/unictype/pr_grapheme_base.h: Likewise.
10673         * lib/unictype/pr_grapheme_extend.h: Likewise.
10674         * lib/unictype/pr_grapheme_link.h: Likewise.
10675         * lib/unictype/pr_hex_digit.h: Likewise.
10676         * lib/unictype/pr_hyphen.h: Likewise.
10677         * lib/unictype/pr_id_continue.h: Likewise.
10678         * lib/unictype/pr_id_start.h: Likewise.
10679         * lib/unictype/pr_ideographic.h: Likewise.
10680         * lib/unictype/pr_ids_binary_operator.h: Likewise.
10681         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
10682         * lib/unictype/pr_ignorable_control.h: Likewise.
10683         * lib/unictype/pr_iso_control.h: Likewise.
10684         * lib/unictype/pr_join_control.h: Likewise.
10685         * lib/unictype/pr_left_of_pair.h: Likewise.
10686         * lib/unictype/pr_line_separator.h: Likewise.
10687         * lib/unictype/pr_logical_order_exception.h: Likewise.
10688         * lib/unictype/pr_lowercase.h: Likewise.
10689         * lib/unictype/pr_math.h: Likewise.
10690         * lib/unictype/pr_non_break.h: Likewise.
10691         * lib/unictype/pr_not_a_character.h: Likewise.
10692         * lib/unictype/pr_numeric.h: Likewise.
10693         * lib/unictype/pr_other_alphabetic.h: Likewise.
10694         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
10695         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
10696         * lib/unictype/pr_other_id_continue.h: Likewise.
10697         * lib/unictype/pr_other_id_start.h: Likewise.
10698         * lib/unictype/pr_other_lowercase.h: Likewise.
10699         * lib/unictype/pr_other_math.h: Likewise.
10700         * lib/unictype/pr_other_uppercase.h: Likewise.
10701         * lib/unictype/pr_paired_punctuation.h: Likewise.
10702         * lib/unictype/pr_paragraph_separator.h: Likewise.
10703         * lib/unictype/pr_pattern_syntax.h: Likewise.
10704         * lib/unictype/pr_pattern_white_space.h: Likewise.
10705         * lib/unictype/pr_private_use.h: Likewise.
10706         * lib/unictype/pr_punctuation.h: Likewise.
10707         * lib/unictype/pr_quotation_mark.h: Likewise.
10708         * lib/unictype/pr_radical.h: Likewise.
10709         * lib/unictype/pr_sentence_terminal.h: Likewise.
10710         * lib/unictype/pr_soft_dotted.h: Likewise.
10711         * lib/unictype/pr_space.h: Likewise.
10712         * lib/unictype/pr_terminal_punctuation.h: Likewise.
10713         * lib/unictype/pr_titlecase.h: Likewise.
10714         * lib/unictype/pr_unassigned_code_value.h: Likewise.
10715         * lib/unictype/pr_unified_ideograph.h: Likewise.
10716         * lib/unictype/pr_uppercase.h: Likewise.
10717         * lib/unictype/pr_variation_selector.h: Likewise.
10718         * lib/unictype/pr_white_space.h: Likewise.
10719         * lib/unictype/pr_xid_continue.h: Likewise.
10720         * lib/unictype/pr_xid_start.h: Likewise.
10721         * lib/unictype/pr_zero_width.h: Likewise.
10722         * lib/unictype/scripts.h: Likewise.
10723         * lib/unictype/scripts_byname.gperf: Likewise.
10724         * lib/unictype/sy_c_ident.h: Likewise.
10725         * lib/unictype/sy_c_whitespace.h: Likewise.
10726         * lib/unictype/sy_java_ident.h: Likewise.
10727         * lib/unictype/sy_java_whitespace.h: Likewise.
10728
10729         * lib/unictype/Makefile: New file.
10730         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
10731         glibc.
10732         * lib/unictype/3level.h: New file, copied from glibc.
10733         * lib/unictype/3levelbit.h: New file.
10734
10735 2007-11-11  Bruno Haible  <bruno@clisp.org>
10736
10737         * modules/gperf: New file.
10738         * modules/iconv_open (Depends-on): Add it.
10739         (Makefile.am): Remove the GPERF definition.
10740
10741 2007-11-11  Bruno Haible  <bruno@clisp.org>
10742
10743         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
10744         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
10745
10746 2007-11-11  Bruno Haible  <bruno@clisp.org>
10747
10748         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
10749         (usage): Remove function.
10750
10751 2007-11-11  Bruno Haible  <bruno@clisp.org>
10752
10753         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
10754         gl_FUNC_CEILF_LIBS.
10755         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
10756         gl_FUNC_CEIL_LIBS.
10757         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
10758         gl_FUNC_CEILL_LIBS.
10759         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
10760         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
10761         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
10762
10763 2007-11-11  Bruno Haible  <bruno@clisp.org>
10764
10765         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
10766         roundf were declared but do not exist on functions.
10767         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
10768         roundl were declared but do not exist on functions.
10769         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
10770         HAVE_FLOORL_AND_CEILL, respectively.
10771         Needed for Sun C on Solaris 10.
10772
10773 2007-11-11  Bruno Haible  <bruno@clisp.org>
10774
10775         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
10776         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
10777         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
10778         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
10779         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
10780         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
10781         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
10782         HAVE_DECL_ROUNDF.
10783         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
10784         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
10785         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
10786         of HAVE_DECL_ROUND*.
10787         * modules/math (Makefile.am): Update.
10788
10789 2007-11-10  Bruno Haible  <bruno@clisp.org>
10790
10791         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
10792         ptrdiff_t as m4/intl.m4.
10793
10794 2007-11-10  Jim Meyering  <meyering@redhat.com>
10795
10796         Avoid link failure for the argmatch test.
10797         * tests/test-argmatch.c (usage): Define function to avoid a link
10798         failure: argmatch_die requires a usage function.
10799
10800 2007-11-09  Bruno Haible  <bruno@clisp.org>
10801
10802         * doc/functions/snprintf.texi: Mention BeOS deficiency.
10803         * doc/functions/vsnprintf.texi: Likewise.
10804         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
10805         with a size argument < 2.
10806
10807 2007-11-09  Bruno Haible  <bruno@clisp.org>
10808
10809         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
10810         buffer. Fixes an inefficiency introduced on 2007-11-03.
10811
10812 2007-11-09  Bruno Haible  <bruno@clisp.org>
10813
10814         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
10815         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
10816
10817 2007-11-08  Jim Meyering  <meyering@redhat.com>
10818
10819         Change cache variable name prefix "jm_" to "gl_" everywhere.
10820         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
10821         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
10822         * m4/uptime.m4: s/gl_/jm_/
10823
10824 2007-11-07  Bruno Haible  <bruno@clisp.org>
10825
10826         Update to GNU gettext 0.17.
10827         * m4/intl.m4: Update to GNU gettext 0.17.
10828         * m4/po.m4: Likewise.
10829         * modules/gettext (Files): Remove m4/ulonglong.m4.
10830         (configure.ac): Require gettext infrastructure from version 0.17.
10831
10832 2007-11-06  Bruno Haible  <bruno@clisp.org>
10833
10834         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
10835         symbolic values are not defined in a public header.
10836         * lib/freadable.c (freadable) [QNX]: Likewise.
10837         * lib/freadahead.c (freadahead) [QNX]: Likewise.
10838         * lib/freading.c (freading) [QNX]: Likewise.
10839         * lib/fseterr.c (fseterr) [QNX]: Likewise.
10840         * lib/fwritable.c (fwritable) [QNX]: Likewise.
10841         * lib/fwriting.c (fwriting) [QNX]: Likewise.
10842         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
10843         Reported by Alain Magloire.
10844
10845         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
10846
10847 2007-11-05  Bruno Haible  <bruno@clisp.org>
10848
10849         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
10850         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
10851         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
10852         Reported by Eric Blake.
10853
10854 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10855             Bruno Haible  <bruno@clisp.org>
10856
10857         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
10858         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
10859         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
10860         (malloc): Undefine also before including <stdlib.h>.
10861         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
10862         Needed on OSF/1 4.0.
10863
10864 2007-11-05  Jim Meyering  <meyering@redhat.com>
10865
10866         git-version-gen: sync from coreutils.
10867         * build-aux/git-version-gen: Add comments.
10868         Change the first '-' to '.' in the snapshot version string,
10869         e.g., 6.9-377-08144 -> 6.9.377-08144
10870         Remove first parameter.
10871         Don't declare a version "-dirty" merely because a time
10872         stamp has changed.
10873
10874 2007-11-04  Bruno Haible  <bruno@clisp.org>
10875
10876         * lib/lock.h: Protect all macro definitions containing an 'if'
10877         statement through a "do { ... } while (0)".
10878         * lib/tls.h: Likewise.
10879
10880 2007-11-04  Bruno Haible  <bruno@clisp.org>
10881
10882         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
10883
10884 2007-11-04  Bruno Haible  <bruno@clisp.org>
10885
10886         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
10887         * modules/fprintf-posix (Depends-on): Add nocrash.
10888         * modules/snprintf-posix (Depends-on): Likewise.
10889         * modules/sprintf-posix (Depends-on): Likewise.
10890         * modules/vasnprintf-posix (Depends-on): Likewise.
10891         * modules/vasprintf-posix (Depends-on): Likewise.
10892         * modules/vfprintf-posix (Depends-on): Likewise.
10893         * modules/vsnprintf-posix (Depends-on): Likewise.
10894         * modules/vsprintf-posix (Depends-on): Likewise.
10895         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
10896         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
10897         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
10898         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
10899         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
10900         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
10901         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
10902
10903 2007-11-04  Bruno Haible  <bruno@clisp.org>
10904
10905         * modules/nocrash: New file.
10906         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
10907         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
10908
10909 2007-11-04  Bruno Haible  <bruno@clisp.org>
10910
10911         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
10912         precision handling.
10913         * tests/test-vasprintf-posix.c (test_function): Likewise.
10914         * tests/test-snprintf-posix.h (test_function): Likewise.
10915         * tests/test-sprintf-posix.h (test_function): Likewise.
10916
10917         Fix *printf behaviour for large precisions on mingw and BeOS.
10918         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
10919         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
10920         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
10921         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10922         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10923         gl_PRINTF_PRECISION and test its result. Invoke
10924         gl_PREREQ_VASNPRINTF_PRECISION.
10925         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10926         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10927         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10928         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10929         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10930         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10931         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10932         * doc/functions/fprintf.texi: Update.
10933         * doc/functions/printf.texi: Update.
10934         * doc/functions/snprintf.texi: Update.
10935         * doc/functions/sprintf.texi: Update.
10936         * doc/functions/vfprintf.texi: Update.
10937         * doc/functions/vprintf.texi: Update.
10938         * doc/functions/vsnprintf.texi: Update.
10939         * doc/functions/vsprintf.texi: Update.
10940
10941 2007-11-04  Bruno Haible  <bruno@clisp.org>
10942
10943         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
10944
10945 2007-11-04  Bruno Haible  <bruno@clisp.org>
10946
10947         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
10948         Reported by Sylvain Beucler <beuc@gnu.org>.
10949
10950 2007-11-03  Bruno Haible  <bruno@clisp.org>
10951
10952         * tests/test-fprintf-posix2.sh: New file.
10953         * tests/test-fprintf-posix2.c: New file.
10954         * modules/fprintf-posix-tests (Files): Add them.
10955         (TESTS): Add test-fprintf-posix2.sh.
10956         (configure.ac): Check for getrlimit and setrlimit.
10957         (check_PROGRAMS): Add test-fprintf-posix2.
10958
10959         * tests/test-printf-posix2.sh: New file.
10960         * tests/test-printf-posix2.c: New file.
10961         * modules/printf-posix-tests (Files): Add them.
10962         (TESTS): Add test-printf-posix2.sh.
10963         (configure.ac): Check for getrlimit and setrlimit.
10964         (check_PROGRAMS): Add test-printf-posix2.
10965
10966         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
10967         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
10968         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
10969         (decode_double): New function, copied from decode_long_double.
10970         (scale10_round_decimal_decoded): New function, extracted from
10971         scale10_round_decimal_long_double.
10972         (scale10_round_decimal_long_double): Use it.
10973         (scale10_round_decimal_double): New function.
10974         (floorlog10): New function.
10975         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
10976         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
10977         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10978         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10979         gl_PRINTF_ENOMEM and test its result. Invoke
10980         gl_PREREQ_VASNPRINTF_ENOMEM.
10981         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10982         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10983         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10984         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10985         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10986         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10987         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10988         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
10989         * modules/snprintf-posix (Depends-on): Likewise.
10990         * modules/sprintf-posix (Depends-on): Likewise.
10991         * modules/vasnprintf-posix (Depends-on): Likewise.
10992         * modules/vasprintf-posix (Depends-on): Likewise.
10993         * modules/vfprintf-posix (Depends-on): Likewise.
10994         * modules/vsnprintf-posix (Depends-on): Likewise.
10995         * modules/vsprintf-posix (Depends-on): Likewise.
10996         * doc/functions/fprintf.texi: Update.
10997         * doc/functions/printf.texi: Update.
10998         * doc/functions/snprintf.texi: Update.
10999         * doc/functions/sprintf.texi: Update.
11000         * doc/functions/vfprintf.texi: Update.
11001         * doc/functions/vprintf.texi: Update.
11002         * doc/functions/vsnprintf.texi: Update.
11003         * doc/functions/vsprintf.texi: Update.
11004
11005 2007-11-03  Bruno Haible  <bruno@clisp.org>
11006
11007         * modules/frexp-nolibm-tests: New file.
11008
11009         * modules/frexp-nolibm: New file.
11010         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
11011
11012 2007-11-03  Bruno Haible  <bruno@clisp.org>
11013
11014         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
11015         value is C99 compliant.
11016         Needed for OSF/1 5.1.
11017
11018 2007-11-03  Bruno Haible  <bruno@clisp.org>
11019
11020         Fix out-of-memory handling of vasnprintf.
11021         * lib/printf-parse.c: Include <errno.h>.
11022         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
11023         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
11024         is already set.
11025
11026 2007-11-02  Eric Blake  <ebb9@byu.net>
11027
11028         Fix tests on cygwin.
11029         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
11030
11031 2007-11-01  Bruno Haible  <bruno@clisp.org>
11032
11033         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
11034         warning.
11035         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
11036         needed for POSIX compatibility.
11037
11038 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
11039
11040         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
11041         for compatibility with GNU.
11042
11043 2007-11-01  Bruno Haible  <bruno@clisp.org>
11044
11045         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
11046         (putenv): Renamed from rpl_putenv. Change argument type from
11047         'const char *' to 'char *'.
11048         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
11049         of defining putenv in config.h, just set REPLACE_PUTENV.
11050         * modules/putenv (Depends-on): Add stdlib.
11051         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11052         (Include): Use <stdlib.h>.
11053         * lib/stdlib.in.h (putenv): New declaration.
11054         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
11055         REPLACE_PUTENV.
11056         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
11057         REPLACE_PUTENV.
11058         Needed for MacOS X 10.5.0.
11059         Reported by Peter O'Gorman <peter@pogma.com>.
11060
11061 2007-11-01  Jim Meyering  <meyering@redhat.com>
11062
11063         Treat an empty date string exactly like "0".
11064         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
11065         if the remaining date string (to be parsed) is empty, use "0".
11066         Reported by Mischa Molhoek and discussed in this thread:
11067         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
11068
11069 2007-10-31  Bruno Haible  <bruno@clisp.org>
11070
11071         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
11072         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
11073         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
11074         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
11075         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
11076         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
11077
11078 2007-10-31  Bruno Haible  <bruno@clisp.org>
11079
11080         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
11081         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
11082         (AC_TYPE_LONG_LONG_INT): Use it.
11083         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
11084         it as well.
11085         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
11086         to m4/longlong.m4.
11087         * modules/stdint (Files): Remove m4/ulonglong.m4.
11088         * modules/strtoull (Files): Use m4/longlong.m4 instead of
11089         m4/ulonglong.m4.
11090         * modules/strtoumax (Files): Likewise.
11091
11092 2007-10-30  Bruno Haible  <bruno@clisp.org>
11093
11094         * modules/xvasprintf-posix: New file.
11095         Suggested by Eric Blake.
11096
11097 2007-10-30  Bruno Haible  <bruno@clisp.org>
11098
11099         * modules/xprintf-posix-tests: New file.
11100         * tests/test-xprintf-posix.sh: New file.
11101         * tests/test-xprintf-posix.c: New file.
11102         * tests/test-xfprintf-posix.c: New file.
11103
11104         * modules/xprintf-posix: New file.
11105
11106 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11107
11108         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
11109         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
11110         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
11111
11112 2007-10-29  Bruno Haible  <bruno@clisp.org>
11113
11114         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
11115         contain the special marker '_cv_'.
11116         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
11117         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
11118         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
11119         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
11120         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
11121         Reported by Ralf Wildenhues.
11122
11123 2007-10-29  Bruno Haible  <bruno@clisp.org>
11124
11125         * gnulib-tool (func_import): When --lgpl is not specified, set
11126         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
11127         GPLv3.
11128         Reported by Simon Josefsson.
11129
11130 2007-10-28  Bruno Haible  <bruno@clisp.org>
11131
11132         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
11133         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
11134         HAVE_DECL_ISFINITE.
11135         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
11136         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
11137         HAVE_DECL_ISFINITE.
11138
11139 2007-10-28  Bruno Haible  <bruno@clisp.org>
11140
11141         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
11142         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
11143
11144 2007-10-28  Bruno Haible  <bruno@clisp.org>
11145
11146         Fix link errors with Sun C 5.0 on Solaris 10.
11147         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
11148         function is declared but not present in the compiler's libm.
11149         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
11150         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
11151         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
11152         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
11153         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
11154         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
11155         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
11156         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
11157         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
11158         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
11159         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
11160         HAVE_DECL_FLOORL.
11161
11162 2007-10-28  Bruno Haible  <bruno@clisp.org>
11163
11164         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
11165         gl_FUNC_FLOORL. Cache the result.
11166         (gl_FUNC_FLOORL): Use it.
11167         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
11168         gl_FUNC_CEILL. Cache the result.
11169         (gl_FUNC_CEILL): Use it.
11170
11171         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
11172         gl_FUNC_FLOOR. Cache the result.
11173         (gl_FUNC_FLOOR): Use it.
11174         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
11175         gl_FUNC_CEIL. Cache the result.
11176         (gl_FUNC_CEIL): Use it.
11177
11178         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
11179         gl_FUNC_FLOORF. Cache the result.
11180         (gl_FUNC_FLOORF): Use it.
11181         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
11182         gl_FUNC_CEILF. Cache the result.
11183         (gl_FUNC_CEILF): Use it.
11184
11185 2007-10-28  Bruno Haible  <bruno@clisp.org>
11186
11187         * gnulib-tool: Allow specifying the LGPL version number through
11188         --lgpl=2 or --lgpl=3.
11189         (func_usage): Document --lgpl with argument.
11190         Handle --lgpl=... arguments.
11191         (func_import): Recognize also gl_LGPL calls with an argument. When
11192         --lgpl=2 is used and the module's license is just LGPL, report an
11193         error. Set sed_transform_lib_file according to the lgpl variable. In
11194         the generated files, use --lgpl or gl_LGPL invocations with argument,
11195         if necessary.
11196         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
11197         an LGPv2+ license.
11198         * doc/gnulib-tool.texi (Modified imports): Update explanation of
11199         gl_LGPL macro.
11200
11201 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11202             Bruno Haible  <bruno@clisp.org>
11203
11204         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
11205         (u16_uctomb_aux): Likewise.
11206         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
11207         !HAVE_INLINE.
11208         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
11209
11210 2007-10-28  Bruno Haible  <bruno@clisp.org>
11211
11212         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
11213         Invoke AM_GETTEXT_OPTION if it exists.
11214         * modules/vasprintf: Likewise.
11215         * modules/verror: Likewise.
11216         * modules/xprintf: Likewise.
11217         * modules/xvasprintf: Likewise.
11218
11219 2007-10-27  Ben Pfaff  <blp@gnu.org>
11220
11221         * lib/math.in.h: Define isfinite macro and prototypes for
11222         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
11223         implementations.
11224         * m4/math_h.m4: New substitutions for isfinite module.
11225         * lib/isfinite.c: New file.
11226         * m4/isfinite.m4: New file.
11227         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
11228         * modules/isfinite: New file.
11229         * modules/isfinite-tests: New file.
11230         * tests/tests-isfinite.c: New file.
11231         * doc/functions/isfinite.texi: Mention isfinite module.
11232         * MODULES.html.sh: Mention new module.
11233
11234 2007-10-27  Ben Pfaff  <blp@gnu.org>
11235
11236         Ralf Wildenhues reported that Tru64 4.0D declares the round
11237         functions but does not have definitions.
11238         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
11239         cannot be found in any library, set the output variable to
11240         "missing" instead of "".
11241         * m4/round.m4: Also use our substitute if we cannot find round in
11242         any library, even if it is declared.
11243         * m4/roundf.m4: Likewise for roundf.
11244         * m4/roundl.m4: Likewise for roundl.
11245         * lib/math.in.h: Undefine roundf, round, roundl before defining
11246         their replacements, to allow for hypothetical systems where these
11247         may be defined as macros but not available in libraries.
11248
11249 2007-10-27  Bruno Haible  <bruno@clisp.org>
11250
11251         * doc/gnulib.texi: Invoke @firstparagraphindent.
11252         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
11253         changes in gnulib.
11254         (Source changes): New section.
11255
11256 2007-10-26  Bruno Haible  <bruno@clisp.org>
11257
11258         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
11259         borrowed from autoconf.
11260
11261 2007-10-26  Bruno Haible  <bruno@clisp.org>
11262
11263         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
11264         strerror returned the empty string. Needed on HP-UX 11.00.
11265
11266 2007-10-24  Micah Cowan  <micah@cowan.name>
11267
11268         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
11269         * build-aux/bootstrap: Remove support for now-unnecessary option,
11270         --cvs-user, and envvars CVS_USER, CVS_RSH.
11271
11272 2007-10-24  Jim Meyering  <meyering@redhat.com>
11273
11274         Avoid diagnostics from sha1sum when there is no cached checksum.
11275         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
11276         if the po.s1 file hasn't been created yet.
11277
11278         * build-aux/bootstrap: Sync from coreutils:
11279         2007-10-24  Jim Meyering  <meyering@redhat.com>
11280         Get gnulib from the git repository, not from an obsolete cvs one.
11281         * build-aux/bootstrap: Suggestion from Micah Cowan.
11282         2007-10-04  Jim Meyering  <jim@meyering.net>
11283         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
11284         (update_po_files): Work also when there are no .po files in po/.
11285
11286 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11287
11288         * README: Append ".git" to git and cg examples.
11289         Problem reported by Benoit Sigoure.
11290
11291 2007-10-23  Micah Cowan  <micah@cowan.name>
11292
11293         * users.txt: Add wget.
11294
11295 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11296
11297         Fix linking of some unistdio tests on FreeBSD.
11298         * modules/unistdio/u16-vsnprintf-tests
11299         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
11300         * modules/unistdio/u16-vsprintf-tests
11301         (test_u16_vsnprintf1_LDADD): Likewise.
11302         * modules/unistdio/u32-vsnprintf-tests
11303         (test_u32_vsnprintf1_LDADD): Likewise.
11304         * modules/unistdio/u32-vsprintf-tests
11305         (test_u32_vsprintf1_LDADD): Likewise.
11306         * modules/unistdio/u8-vsnprintf-tests
11307         (test_u8_vsnprintf1_LDADD): Likewise.
11308         * modules/unistdio/u8-vsprintf-tests
11309         (test_u8_vsprintf1_LDADD): Likewise.
11310         * modules/unistdio/ulc-vsnprintf-tests
11311         (test_ulc_vsnprintf1_LDADD): Likewise.
11312         * modules/unistdio/ulc-vsprintf-tests
11313         (test_ulc_vsprintf1_LDADD): Likewise.
11314
11315         Fix linking of some uniconv tests on FreeBSD.
11316         * modules/uniconv/u16-conv-from-enc-tests
11317         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
11318         * modules/uniconv/u16-conv-to-enc-tests
11319         (test_u16_conv_to_enc_LDADD): Likewise.
11320         * modules/uniconv/u16-strconv-from-enc-tests
11321         (test_u16_strconv_from_enc_LDADD): Likewise.
11322         * modules/uniconv/u16-strconv-to-enc-tests
11323         (test_u16_strconv_to_enc_LDADD): Likewise.
11324         * modules/uniconv/u32-conv-from-enc-tests
11325         (test_u32_conv_from_enc_LDADD): Likewise.
11326         * modules/uniconv/u32-conv-to-enc-tests
11327         (test_u32_conv_to_enc_LDADD): Likewise.
11328         * modules/uniconv/u32-strconv-from-enc-tests
11329         (test_u32_strconv_from_enc_LDADD): Likewise.
11330         * modules/uniconv/u32-strconv-to-enc-tests
11331         (test_u32_strconv_to_enc_LDADD): Likewise.
11332         * modules/uniconv/u8-conv-from-enc-tests
11333         (test_u8_conv_from_enc_LDADD): Likewise.
11334         * modules/uniconv/u8-conv-to-enc-tests
11335         (test_u8_conv_to_enc_LDADD): Likewise.
11336         * modules/uniconv/u8-strconv-from-enc-tests
11337         (test_u8_strconv_from_enc_LDADD): Likewise.
11338         * modules/uniconv/u8-strconv-to-enc-tests
11339         (test_u8_strconv_to_enc_LDADD): Likewise.
11340
11341 2007-10-22  Bruno Haible  <bruno@clisp.org>
11342
11343         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
11344         size.
11345
11346 2007-10-22  Eric Blake  <ebb9@byu.net>
11347
11348         Tweak x*printf documentation.
11349         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
11350         variable name and comments.
11351         Suggested by Bruno Haible.
11352
11353 2007-10-22  Bruno Haible  <bruno@clisp.org>
11354
11355         * lib/acl.c (copy_acl): Fix file name in comment.
11356
11357 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11358
11359         Fix Tru64 problem with stdbool.h.
11360         * lib/stdbool.in.h (false, true):
11361         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
11362         Don't declare as an enum in this situation; it runs afoul of Tru64.
11363         Problem reported by Steven M. Schweda in
11364         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
11365
11366 2007-10-22  Eric Blake  <ebb9@byu.net>
11367
11368         Also wrap vf?printf.
11369         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
11370         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
11371         (xvprintf, xvfprintf): New functions.
11372
11373 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11374
11375         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
11376         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
11377
11378         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
11379         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
11380
11381 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11382
11383         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
11384         by Bruno Haible.
11385
11386 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11387
11388         * lib/getloadavg.c
11389         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
11390         Undef `sys' after including sys/table.h, for Tru64 4.0D.
11391
11392         * tests/test-i-ring.c: Work for C89.
11393
11394 2007-10-22  Bruno Haible  <bruno@clisp.org>
11395
11396         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
11397         -1u, in preprocessor expression, so that we don't test for the bug
11398         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
11399         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
11400
11401 2007-10-22  Eric Blake  <ebb9@byu.net>
11402
11403         * tests/test-yesno.sh: Silence stderr during test.
11404
11405 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11406
11407         * modules/crypto/gc-camellia: New file.
11408
11409         * m4/gc-camellia.m4: New file.
11410
11411         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
11412
11413         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
11414
11415 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11416
11417         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
11418         --help to stdout.  Reported by sms@antinode.org (Steven
11419         M. Schweda).
11420
11421 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11422
11423         * users.txt: Fix link to libksba.
11424
11425 2007-10-21  Ben Pfaff  <blp@gnu.org>
11426
11427         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
11428         round.c roundf implementation that depends on floorf and ceilf to
11429         be tested unconditionally.
11430
11431 2007-10-21  Ben Pfaff  <blp@gnu.org>
11432
11433         * m4/check-libm-func.m4: Removed.
11434         * m4/check-math-lib.m4: New file.
11435         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
11436         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
11437         definition and lack of AC_LIBOBJ([roundf]).
11438         * m4/roundl.m4: Ditto, and similarly for roundl.
11439         * modules/round: Reference new m4 file.
11440         * modules/roundf: Ditto.
11441         * modules/roundl: Ditto.
11442         * tests/test-round2.c (main): Use ROUND instead of round.
11443         Bug report from Bruno Haible.
11444
11445 2007-10-21  Bruno Haible  <bruno@clisp.org>
11446
11447         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
11448         context.
11449
11450 2007-10-21  Bruno Haible  <bruno@clisp.org>
11451
11452         * tests/test-wcwidth.c (main): Allow negative result for some control
11453         characters.
11454
11455         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
11456         Needed on OSF/1 5.1.
11457
11458 2007-10-21  Bruno Haible  <bruno@clisp.org>
11459
11460         * tests/test-floorf1.c: Include isnanf.h.
11461         (main): Use isnanf() instead of isnan().
11462         * tests/test-ceilf1.c: Include isnanf.h.
11463         (main): Use isnanf() instead of isnan().
11464         * tests/test-truncf1.c: Include isnanf.h.
11465         (main): Use isnanf() instead of isnan().
11466         * tests/test-roundf1.c: Include isnanf.h.
11467         (main): Use isnanf() instead of isnan().
11468
11469 2007-10-21  Eric Blake  <ebb9@byu.net>
11470
11471         * users.txt: Update URL for m4.
11472
11473 2007-10-21  Bruno Haible  <bruno@clisp.org>
11474
11475         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
11476
11477 2007-10-21  Bruno Haible  <bruno@clisp.org>
11478
11479         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
11480         Git's management files if the CVS files are not present.
11481
11482 2007-10-20  Bruno Haible  <bruno@clisp.org>
11483
11484         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
11485         gcc-3.4.x.
11486
11487 2007-10-20  Ben Pfaff  <blp@gnu.org>
11488
11489         * lib/math.in.h: Declare round, roundf, roundl if we are providing
11490         implementations.
11491         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
11492         * lib/round.c: New file.
11493         * lib/roundf.c: New file.
11494         * lib/roundl.c: New file.
11495         * m4/round.m4: New file.
11496         * m4/roundf.m4: New file.
11497         * m4/roundl.m4: New file.
11498         * m4/check-libm-func-m4: New file.
11499         * modules/math: Replace round, roundf, roundl related @VARS@ in
11500         math.in.h.
11501         * modules/round: New file.
11502         * modules/round-tests: New file.
11503         * modules/roundf: New file.
11504         * modules/roundf-tests: New file.
11505         * modules/roundl: New file.
11506         * modules/roundl-tests: New file.
11507         * tests/test-round1.c: New file.
11508         * tests/test-round2.c: New file.
11509         * tests/test-roundf1.c: New file.
11510         * tests/test-roundf2.c: New file.
11511         * tests/test-roundl.c: New file.
11512         * doc/functions/round.texi: Mention round module.
11513         * doc/functions/roundf.texi: Mention roundf module.
11514         * doc/functions/roundl.texi: Mention roundl module.
11515         * MODULES.html.sh: Mention new modules.
11516         Thanks to Bruno Haible for suggestions.
11517
11518 2007-10-20  Jim Meyering  <meyering@redhat.com>
11519
11520         * lib/xprintf.c: Include <config.h> unconditionally.
11521
11522         Change xprintf's license to GPL.
11523         * modules/xprintf (License): s/LGPL/GPL/, since this module
11524         depends on modules (exit and exitfail) which are GPL.
11525         Suggestion from Bruno Haible.
11526
11527         xprintf fixes.
11528         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
11529         Use a clearer diagnostic.
11530         Patch from Bruno Haible.
11531
11532 2007-10-20  Bruno Haible  <bruno@clisp.org>
11533
11534         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
11535         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
11536         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11537
11538 2007-10-20  Bruno Haible  <bruno@clisp.org>
11539
11540         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
11541         precision in the comparison result > x - 1 or similar.
11542         * tests/test-ceilf2.c (correct_result_p): Likewise.
11543         * tests/test-truncf2.c (correct_result_p): Likewise.
11544         * tests/test-trunc2.c (correct_result_p): Likewise.
11545         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11546
11547 2007-10-20  Bruno Haible  <bruno@clisp.org>
11548
11549         * modules/ceil: New file.
11550         * m4/ceil.m4: New file.
11551         * doc/functions/ceil.texi: Mention the 'ceil' module.
11552
11553 2007-10-20  Bruno Haible  <bruno@clisp.org>
11554
11555         * modules/floor: New file.
11556         * m4/floor.m4: New file.
11557         * doc/functions/floor.texi: Mention the 'floor' module.
11558
11559 2007-10-20  Bruno Haible  <bruno@clisp.org>
11560
11561         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
11562         of %a.
11563         * modules/floorf-tests (Depends-on): Likewise.
11564         * modules/truncf-tests (Depends-on): Likewise.
11565         * modules/trunc-tests (Depends-on): Likewise.
11566         Reported by Ben Pfaff.
11567
11568 2007-10-19  Jim Meyering  <meyering@redhat.com>
11569
11570         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
11571         Don't bother testing specific errno values.  Just test ferror.
11572
11573         New module: xprintf
11574         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
11575
11576 2007-10-19  Bruno Haible  <bruno@clisp.org>
11577
11578         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
11579         syntax.
11580         * modules/javaexec (Makefile.am): Likewise.
11581         * modules/relocatable-prog (Makefile.am): Likewise.
11582         Suggested by Jim Meyering.
11583
11584 2007-10-18  Bruno Haible  <bruno@clisp.org>
11585
11586         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
11587         Reported by Jim Meyering.
11588
11589 2007-10-18  Eric Blake  <ebb9@byu.net>
11590
11591         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
11592
11593 2007-10-18  Bruno Haible  <bruno@clisp.org>
11594
11595         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
11596         the format string into writable memory. Needed in Fortify conditions.
11597
11598 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
11599             Bruno Haible  <bruno@clisp.org>
11600
11601         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
11602         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
11603         * modules/trim (Depends-on): Add mbchar.
11604         (configure.ac): Add gl_FUNC_MBRTOWC.
11605         (Makefile.am): Augment lib_SOURCES.
11606
11607 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11608
11609         Modify glob.c to use fstatat and dirfd, to simplify it.
11610         Suggested by Eric Blake.
11611         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
11612         Don't include <stdbool.h>; not used.
11613         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
11614         (link_exists_p): Simplify implementation, since we can now assume
11615         dirfd and fstatat.
11616         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
11617
11618 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11619
11620         * gnulib-tool (func_get_dependencies): Fix sed script to
11621         match only tests.
11622
11623 2007-10-17  Bruno Haible  <bruno@clisp.org>
11624
11625         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
11626         allow locale names without encoding suffix.
11627         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
11628         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
11629
11630 2007-10-16  Bruno Haible  <bruno@clisp.org>
11631
11632         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
11633         * lib/getgroups.c (getgroups): Likewise.
11634         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
11635
11636 2007-10-16  Bruno Haible  <bruno@clisp.org>
11637
11638         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
11639         * modules/malloc-posix (License): Likewise.
11640         * modules/realloc-posix (License): Likewise.
11641         * modules/calloc-posix (License): Likewise.
11642         * modules/intprops (License): Change from GPL to LGPL, with
11643         Paul Eggert's approval.
11644
11645 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11646
11647         Merge glibc changes into lib/glob.c.
11648
11649         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
11650         2007-10-15 04:59:03 UTC.  Here are the changes:
11651
11652         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
11653
11654         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
11655
11656         * lib/glob.c: Add some branch prediction throughout.
11657
11658         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
11659
11660         [BZ #5103]
11661         * lib/glob.c (glob): Recognize patterns starting \/.
11662
11663         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
11664
11665         [BZ #3996]
11666         * lib/glob.c (attribute_hidden): Define if not defined.
11667         (glob): Unescape dirname, filename or username when needed and not
11668         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
11669         is NULL.  Handle unescaped [ in pattern without closing ].
11670         Don't pass GLOB_CHECK down to recursive glob for directories.
11671         (__glob_pattern_type): New function.
11672         (__glob_pattern_p): Implement using __glob_pattern_type.
11673         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
11674         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
11675         Remove unreachable code.
11676
11677         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
11678
11679         * lib/glob.c (glob_in_dir): Add some comments and asserts to
11680         explain why there are no leaks.
11681
11682         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
11683
11684         [BZ #3253]
11685         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
11686         time, rather allocate increasingly bigger arrays of pointers, if
11687         possible with alloca, if too large with malloc.
11688
11689 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11690
11691         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
11692         Problem reported by H.Merijn Brand in
11693         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
11694         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
11695         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
11696
11697 2007-10-15  Bruno Haible  <bruno@clisp.org>
11698
11699         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
11700         with explicit rpl_ prefix.
11701         * lib/fopen.c (fopen): Likewise.
11702         * lib/freopen.c (freopen): Likewise.
11703         * lib/iconv.c (iconv): Likewise.
11704         * lib/iconv_close.c (iconv_close): Likewise.
11705
11706 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11707
11708         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
11709
11710 2007-10-15  Bruno Haible  <bruno@clisp.org>
11711
11712         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
11713         <stddef.h> instead of <stdlib.h> since we only need NULL.
11714         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11715
11716 2007-10-15  Bruno Haible  <bruno@clisp.org>
11717
11718         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
11719         Replace paragraph talking about LIBOBJS.
11720         Reported by Colin Watson <cjwatson@debian.org>.
11721
11722 2007-10-15  Bruno Haible  <bruno@clisp.org>
11723
11724         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
11725         <stdlib.h> before using NULL.
11726
11727 2007-10-15  Simon Josefsson  <simon@josefsson.org>
11728
11729         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
11730         Reported by Albert Chin <china@thewrittenword.com>.
11731
11732 2007-10-14  Bruno Haible  <bruno@clisp.org>
11733
11734         * modules/iconv_open-utf-tests: New file.
11735         * tests/test-iconv-utf.c: New file.
11736
11737         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
11738         * modules/iconv_open-utf: New file.
11739         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
11740         (iconv, iconv_close): New declarations.
11741         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
11742         be defined.
11743         (iconv_open): Add special handling of conversion between UTF-8 and
11744         UTF-{16,32}{BE,LE}.
11745         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
11746         * lib/iconv_close.c: New file.
11747         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
11748         gl_FUNC_ICONV_OPEN.
11749         (gl_FUNC_ICONV_OPEN): Use it.
11750         (gl_FUNC_ICONV_OPEN_UTF): New macro.
11751         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
11752         and REPLACE_ICONV_UTF.
11753         * modules/iconv_open (Depends-on): Add c-strcase.
11754         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
11755         ICONV_CONST.
11756         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
11757
11758 2007-10-13  Albert Chin  <china@thewrittenword.com>
11759             Bruno Haible  <bruno@clisp.org>
11760
11761         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
11762         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
11763
11764 2007-10-13  Bruno Haible  <bruno@clisp.org>
11765
11766         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
11767         defined, use the ISO C99 inline semantics.
11768         * lib/argp.h (ARGP_EI): Likewise.
11769
11770 2007-10-13  Bruno Haible  <bruno@clisp.org>
11771
11772         Handle 'inline' change in gcc 4.3.0.
11773         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
11774         argp_fmtstream_write, argp_fmtstream_set_lmargin,
11775         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
11776         argp_fmtstream_point): Disable 'extern' declaration if the function
11777         definition is going to be provided inline.
11778         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
11779         semantics, not the ISO C99 inline semantics.
11780         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
11781         'extern' declaration if the function definition is going to be provided
11782         inline.
11783         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
11784         the GNU C inline semantics, not the ISO C99 inline semantics. With
11785         GCC 4.2, avoid a warning.
11786
11787 2007-10-13  Bruno Haible  <bruno@clisp.org>
11788
11789         * lib/freading.h (freading): Enable the use of __freading for
11790         glibc >= 2.7.
11791         * lib/freading.c (freading): Likewise.
11792
11793 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
11794
11795         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
11796         "warning: C99 inline functions are not supported; using GNU89".
11797
11798 2007-10-12  Bruno Haible  <bruno@clisp.org>
11799
11800         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
11801         of 2.
11802         * tests/test-ceilf2.c: New file.
11803         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
11804
11805         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
11806         * modules/ceilf-tests: Update.
11807
11808 2007-10-12  Bruno Haible  <bruno@clisp.org>
11809
11810         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
11811         of 2.
11812         * tests/test-floorf2.c: New file.
11813         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
11814
11815         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
11816         * modules/floorf-tests: Update.
11817
11818 2007-10-12  Bruno Haible  <bruno@clisp.org>
11819
11820         * tests/test-trunc2.c: New file.
11821         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
11822
11823         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
11824         * modules/trunc-tests: Update.
11825
11826 2007-10-12  Bruno Haible  <bruno@clisp.org>
11827
11828         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
11829         of 2.
11830         * tests/test-truncf2.c: New file.
11831         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
11832
11833         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
11834         * modules/truncf-tests: Update.
11835
11836 2007-10-11  Eric Blake  <ebb9@byu.net>
11837
11838         Don't claim strerror is broken on Interix.
11839         * doc/functions/strerror.texi (strerror): Known broken systems are
11840         now Solaris 8, and not Interix.
11841         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
11842         Interix on cross-compile.
11843         Reported by Martin Koeppe in
11844         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
11845
11846 2007-10-11  Bruno Haible  <bruno@clisp.org>
11847
11848         * modules/i-ring-tests: New file.
11849         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
11850         instead of assert.
11851
11852 2007-10-11  Bruno Haible  <bruno@clisp.org>
11853
11854         * modules/filenamecat-tests: New file.
11855         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
11856         * lib/filenamecat.c: Remove test code.
11857
11858 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
11859
11860         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
11861
11862         * lib/strerror.c: Include <string.h> always, to test interface,
11863         and to remove the need for the dummy.
11864         Include intprops.h to compute width instead of doing it ourselves
11865         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
11866         (strerror): Define it to return NULL if there's no system strerror.
11867         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
11868         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
11869         ancient pre-strerror Unix systems well any more.  Saying "unknown
11870         system error" is enough.
11871         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
11872         simpler strerror.c implementation.
11873         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
11874         Simplify the tests to reflect the simpler strerror implementation.
11875         * modules/strerror (Depends-on): Add intprops.
11876
11877 2007-10-09  Eric Blake  <ebb9@byu.net>
11878
11879         Silence test-fpending.
11880         * modules/fpending-tests (Files): Add wrapper script.
11881         * tests/test-fpending.sh: New file.
11882
11883 2007-10-09  Bruno Haible  <bruno@clisp.org>
11884
11885         * MODULES.html.sh (func_module): Don't create a hyperlink for
11886         function names like 'printf_frexp'.
11887         (Misc): Add crc, memxor.
11888         (Characteristics of floating types): New section.
11889         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
11890         isnanf-nolibm, signbit, trunc, truncf, truncl.
11891         (Enhancements for ISO C 99 functions): New subsection Input/output.
11892         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
11893         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
11894         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
11895         (Compatibility checks for POSIX:2001 functions): Add clock-time.
11896         (Enhancements for POSIX:2001 functions): Add chdir-long.
11897         (File system functions): Add areadlink, chdir-safer, read-file.
11898         Remove cycle-check.
11899         (File system as inode set): New section.
11900         (Date and time): Add gethrxtime.
11901         (Multithreading): Add openmp.
11902         (Internationalization functions): Add localename.
11903         (Unicode string functions): Add unistr/u*-mbsnlen.
11904         (Support for maintaining and releasing projects): Add git-version-gen.
11905         (Lone files): Remove directories.
11906
11907 2007-10-08  Ben Pfaff  <blp@gnu.org>
11908
11909         * lib/xmalloca.h: Fix typo in comment.
11910
11911 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
11912
11913         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
11914         when avoiding problems with integer overflow.  Use a portable test
11915         instead.
11916
11917 2007-10-08  Simon Josefsson  <simon@josefsson.org>
11918
11919         * modules/dummy (License): Change to LGPLv2+.
11920         * modules/float (License): Likewise
11921         * modules/realloc (License): Likewise
11922         * modules/stdlib (License): Likewise
11923
11924 2007-10-07  Bruno Haible  <bruno@clisp.org>
11925
11926         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
11927         * floor.c (TWO_MANT_DIG): Likewise.
11928         * ceil.c (TWO_MANT_DIG): Likewise.
11929         Reported by Ben Pfaff.
11930
11931 2007-10-07  Bruno Haible  <bruno@clisp.org>
11932
11933         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
11934         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
11935         * lib/frexp.c (FUNC): Likewise.
11936         * lib/printf-frexp.h (printf_frexp): Likewise.
11937         * lib/printf-frexpl.h (printf_frexpl): Likewise.
11938         * lib/printf-frexp.c (FUNC): Likewise.
11939         Suggested by Jim Meyering.
11940
11941 2007-10-07  Jim Meyering  <meyering@redhat.com>
11942
11943         Make xnanosleep's integer overflow test more robust.
11944         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
11945         so that gcc-4.3.0 doesn't optimize away this test for overflow.
11946
11947 2007-10-07  Bruno Haible  <bruno@clisp.org>
11948
11949         * NEWS: Mention the license change.
11950
11951         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
11952         abbreviations in the modules files.
11953
11954         Change copyright notice from GPLv2+ to GPLv3+.
11955         * README: Change copyright notice.
11956         * MODULES.html.sh: Likewise.
11957         * build-aux/bootstrap.conf: Likewise.
11958         * build-aux/config.libpath: Likewise.
11959         * build-aux/csharpcomp.sh.in: Likewise.
11960         * build-aux/csharpexec.sh.in: Likewise.
11961         * build-aux/install-reloc: Likewise.
11962         * build-aux/javacomp.sh.in: Likewise.
11963         * build-aux/javaexec.sh.in: Likewise.
11964         * build-aux/ldd.sh.in: Likewise.
11965         * build-aux/reloc-ldflags: Likewise.
11966         * build-aux/relocatable.sh.in: Likewise.
11967         * build-aux/x-to-1.in: Likewise.
11968         * check-module: Likewise.
11969         * config/srclistvars.sh: Likewise.
11970         * gnulib-tool: Likewise.
11971         * lib/acl-internal.h: Likewise.
11972         * lib/acl.c: Likewise.
11973         * lib/acl.h: Likewise.
11974         * lib/acl_entries.c: Likewise.
11975         * lib/areadlink-with-size.c: Likewise.
11976         * lib/areadlink.c: Likewise.
11977         * lib/areadlink.h: Likewise.
11978         * lib/argmatch.c: Likewise.
11979         * lib/argmatch.h: Likewise.
11980         * lib/argp-ba.c: Likewise.
11981         * lib/argp-eexst.c: Likewise.
11982         * lib/argp-fmtstream.c: Likewise.
11983         * lib/argp-fmtstream.h: Likewise.
11984         * lib/argp-fs-xinl.c: Likewise.
11985         * lib/argp-help.c: Likewise.
11986         * lib/argp-namefrob.h: Likewise.
11987         * lib/argp-parse.c: Likewise.
11988         * lib/argp-pin.c: Likewise.
11989         * lib/argp-pv.c: Likewise.
11990         * lib/argp-pvh.c: Likewise.
11991         * lib/argp-xinl.c: Likewise.
11992         * lib/argp.h: Likewise.
11993         * lib/at-func.c: Likewise.
11994         * lib/atanl.c: Likewise.
11995         * lib/backupfile.c: Likewise.
11996         * lib/backupfile.h: Likewise.
11997         * lib/basename.c: Likewise.
11998         * lib/binary-io.h: Likewise.
11999         * lib/byteswap.in.h: Likewise.
12000         * lib/c-stack.c: Likewise.
12001         * lib/c-stack.h: Likewise.
12002         * lib/c-strcasestr.c: Likewise.
12003         * lib/c-strcasestr.h: Likewise.
12004         * lib/c-strstr.c: Likewise.
12005         * lib/c-strstr.h: Likewise.
12006         * lib/c-strtod.c: Likewise.
12007         * lib/calloc.c: Likewise.
12008         * lib/canon-host.c: Likewise.
12009         * lib/canon-host.h: Likewise.
12010         * lib/canonicalize-lgpl.c: Likewise.
12011         * lib/canonicalize.c: Likewise.
12012         * lib/canonicalize.h: Likewise.
12013         * lib/ceil.c: Likewise.
12014         * lib/ceilf.c: Likewise.
12015         * lib/ceill.c: Likewise.
12016         * lib/chdir-long.c: Likewise.
12017         * lib/chdir-long.h: Likewise.
12018         * lib/chdir-safer.c: Likewise.
12019         * lib/chdir-safer.h: Likewise.
12020         * lib/chown.c: Likewise.
12021         * lib/classpath.c: Likewise.
12022         * lib/classpath.h: Likewise.
12023         * lib/clean-temp.c: Likewise.
12024         * lib/clean-temp.h: Likewise.
12025         * lib/cloexec.c: Likewise.
12026         * lib/close-stream.c: Likewise.
12027         * lib/closein.c: Likewise.
12028         * lib/closein.h: Likewise.
12029         * lib/closeout.c: Likewise.
12030         * lib/closeout.h: Likewise.
12031         * lib/concat-filename.c: Likewise.
12032         * lib/copy-file.c: Likewise.
12033         * lib/copy-file.h: Likewise.
12034         * lib/count-one-bits.h: Likewise.
12035         * lib/crc.c: Likewise.
12036         * lib/crc.h: Likewise.
12037         * lib/creat-safer.c: Likewise.
12038         * lib/csharpcomp.c: Likewise.
12039         * lib/csharpcomp.h: Likewise.
12040         * lib/csharpexec.c: Likewise.
12041         * lib/csharpexec.h: Likewise.
12042         * lib/cycle-check.c: Likewise.
12043         * lib/cycle-check.h: Likewise.
12044         * lib/diacrit.c: Likewise.
12045         * lib/diacrit.h: Likewise.
12046         * lib/diffseq.h: Likewise.
12047         * lib/dirchownmod.c: Likewise.
12048         * lib/dirent.in.h: Likewise.
12049         * lib/dirfd.c: Likewise.
12050         * lib/dirfd.h: Likewise.
12051         * lib/dirname.c: Likewise.
12052         * lib/dirname.h: Likewise.
12053         * lib/dummy.c: Likewise.
12054         * lib/dup-safer.c: Likewise.
12055         * lib/dup2.c: Likewise.
12056         * lib/eealloc.h: Likewise.
12057         * lib/error.c: Likewise.
12058         * lib/error.h: Likewise.
12059         * lib/euidaccess.c: Likewise.
12060         * lib/exclude.c: Likewise.
12061         * lib/exclude.h: Likewise.
12062         * lib/execute.c: Likewise.
12063         * lib/execute.h: Likewise.
12064         * lib/exitfail.c: Likewise.
12065         * lib/exitfail.h: Likewise.
12066         * lib/expl.c: Likewise.
12067         * lib/fatal-signal.c: Likewise.
12068         * lib/fatal-signal.h: Likewise.
12069         * lib/fbufmode.c: Likewise.
12070         * lib/fbufmode.h: Likewise.
12071         * lib/fchdir.c: Likewise.
12072         * lib/fchmodat.c: Likewise.
12073         * lib/fchownat.c: Likewise.
12074         * lib/fcntl--.h: Likewise.
12075         * lib/fcntl-safer.h: Likewise.
12076         * lib/fcntl.in.h: Likewise.
12077         * lib/fd-safer.c: Likewise.
12078         * lib/fflush.c: Likewise.
12079         * lib/file-has-acl.c: Likewise.
12080         * lib/file-set.c: Likewise.
12081         * lib/file-type.c: Likewise.
12082         * lib/file-type.h: Likewise.
12083         * lib/fileblocks.c: Likewise.
12084         * lib/filemode.c: Likewise.
12085         * lib/filemode.h: Likewise.
12086         * lib/filename.h: Likewise.
12087         * lib/filenamecat.c: Likewise.
12088         * lib/filenamecat.h: Likewise.
12089         * lib/findprog.c: Likewise.
12090         * lib/findprog.h: Likewise.
12091         * lib/float.in.h: Likewise.
12092         * lib/floor.c: Likewise.
12093         * lib/floorf.c: Likewise.
12094         * lib/floorl.c: Likewise.
12095         * lib/fopen-safer.c: Likewise.
12096         * lib/fopen.c: Likewise.
12097         * lib/fpending.c: Likewise.
12098         * lib/fpending.h: Likewise.
12099         * lib/fprintf.c: Likewise.
12100         * lib/fprintftime.h: Likewise.
12101         * lib/fpucw.h: Likewise.
12102         * lib/fpurge.c: Likewise.
12103         * lib/fpurge.h: Likewise.
12104         * lib/freadable.c: Likewise.
12105         * lib/freadable.h: Likewise.
12106         * lib/freadahead.c: Likewise.
12107         * lib/freadahead.h: Likewise.
12108         * lib/freading.c: Likewise.
12109         * lib/freading.h: Likewise.
12110         * lib/free.c: Likewise.
12111         * lib/freopen.c: Likewise.
12112         * lib/frexp.c: Likewise.
12113         * lib/frexpl.c: Likewise.
12114         * lib/fseek.c: Likewise.
12115         * lib/fseterr.c: Likewise.
12116         * lib/fseterr.h: Likewise.
12117         * lib/fstatat.c: Likewise.
12118         * lib/fstrcmp.c: Likewise.
12119         * lib/fstrcmp.h: Likewise.
12120         * lib/fsusage.c: Likewise.
12121         * lib/fsusage.h: Likewise.
12122         * lib/ftell.c: Likewise.
12123         * lib/ftello.c: Likewise.
12124         * lib/fts-cycle.c: Likewise.
12125         * lib/fts.c: Likewise.
12126         * lib/fts_.h: Likewise.
12127         * lib/full-read.c: Likewise.
12128         * lib/full-read.h: Likewise.
12129         * lib/full-write.c: Likewise.
12130         * lib/full-write.h: Likewise.
12131         * lib/fwritable.c: Likewise.
12132         * lib/fwritable.h: Likewise.
12133         * lib/fwriteerror.c: Likewise.
12134         * lib/fwriteerror.h: Likewise.
12135         * lib/fwriting.c: Likewise.
12136         * lib/fwriting.h: Likewise.
12137         * lib/gcd.c: Likewise.
12138         * lib/gcd.h: Likewise.
12139         * lib/getcwd.c: Likewise.
12140         * lib/getdate.h: Likewise.
12141         * lib/getdate.y: Likewise.
12142         * lib/getdomainname.c: Likewise.
12143         * lib/getdomainname.h: Likewise.
12144         * lib/getgroups.c: Likewise.
12145         * lib/gethostname.c: Likewise.
12146         * lib/gethrxtime.c: Likewise.
12147         * lib/gethrxtime.h: Likewise.
12148         * lib/getloadavg.c: Likewise.
12149         * lib/getndelim2.c: Likewise.
12150         * lib/getndelim2.h: Likewise.
12151         * lib/getnline.c: Likewise.
12152         * lib/getnline.h: Likewise.
12153         * lib/getopt.c: Likewise.
12154         * lib/getopt.in.h: Likewise.
12155         * lib/getopt1.c: Likewise.
12156         * lib/getopt_int.h: Likewise.
12157         * lib/getpagesize.h: Likewise.
12158         * lib/getsubopt.c: Likewise.
12159         * lib/gettime.c: Likewise.
12160         * lib/getugroups.c: Likewise.
12161         * lib/getugroups.h: Likewise.
12162         * lib/getusershell.c: Likewise.
12163         * lib/gl_anyavltree_list1.h: Likewise.
12164         * lib/gl_anyavltree_list2.h: Likewise.
12165         * lib/gl_anyhash_list1.h: Likewise.
12166         * lib/gl_anyhash_list2.h: Likewise.
12167         * lib/gl_anylinked_list1.h: Likewise.
12168         * lib/gl_anylinked_list2.h: Likewise.
12169         * lib/gl_anyrbtree_list1.h: Likewise.
12170         * lib/gl_anyrbtree_list2.h: Likewise.
12171         * lib/gl_anytree_list1.h: Likewise.
12172         * lib/gl_anytree_list2.h: Likewise.
12173         * lib/gl_anytree_oset.h: Likewise.
12174         * lib/gl_anytreehash_list1.h: Likewise.
12175         * lib/gl_anytreehash_list2.h: Likewise.
12176         * lib/gl_array_list.c: Likewise.
12177         * lib/gl_array_list.h: Likewise.
12178         * lib/gl_array_oset.c: Likewise.
12179         * lib/gl_array_oset.h: Likewise.
12180         * lib/gl_avltree_list.c: Likewise.
12181         * lib/gl_avltree_list.h: Likewise.
12182         * lib/gl_avltree_oset.c: Likewise.
12183         * lib/gl_avltree_oset.h: Likewise.
12184         * lib/gl_avltreehash_list.c: Likewise.
12185         * lib/gl_avltreehash_list.h: Likewise.
12186         * lib/gl_carray_list.c: Likewise.
12187         * lib/gl_carray_list.h: Likewise.
12188         * lib/gl_linked_list.c: Likewise.
12189         * lib/gl_linked_list.h: Likewise.
12190         * lib/gl_linkedhash_list.c: Likewise.
12191         * lib/gl_linkedhash_list.h: Likewise.
12192         * lib/gl_list.c: Likewise.
12193         * lib/gl_list.h: Likewise.
12194         * lib/gl_oset.c: Likewise.
12195         * lib/gl_oset.h: Likewise.
12196         * lib/gl_rbtree_list.c: Likewise.
12197         * lib/gl_rbtree_list.h: Likewise.
12198         * lib/gl_rbtree_oset.c: Likewise.
12199         * lib/gl_rbtree_oset.h: Likewise.
12200         * lib/gl_rbtreehash_list.c: Likewise.
12201         * lib/gl_rbtreehash_list.h: Likewise.
12202         * lib/gl_sublist.c: Likewise.
12203         * lib/gl_sublist.h: Likewise.
12204         * lib/group-member.c: Likewise.
12205         * lib/group-member.h: Likewise.
12206         * lib/hard-locale.c: Likewise.
12207         * lib/hard-locale.h: Likewise.
12208         * lib/hash-pjw.c: Likewise.
12209         * lib/hash-pjw.h: Likewise.
12210         * lib/hash-triple.c: Likewise.
12211         * lib/hash.c: Likewise.
12212         * lib/hash.h: Likewise.
12213         * lib/human.c: Likewise.
12214         * lib/human.h: Likewise.
12215         * lib/i-ring.c: Likewise.
12216         * lib/i-ring.h: Likewise.
12217         * lib/idcache.c: Likewise.
12218         * lib/imaxabs.c: Likewise.
12219         * lib/imaxdiv.c: Likewise.
12220         * lib/inet_pton.c: Likewise.
12221         * lib/inet_pton.h: Likewise.
12222         * lib/intprops.h: Likewise.
12223         * lib/inttostr.c: Likewise.
12224         * lib/inttostr.h: Likewise.
12225         * lib/inttypes.in.h: Likewise.
12226         * lib/isapipe.c: Likewise.
12227         * lib/isdir.c: Likewise.
12228         * lib/isnan.c: Likewise.
12229         * lib/isnan.h: Likewise.
12230         * lib/isnanf.c: Likewise.
12231         * lib/isnanf.h: Likewise.
12232         * lib/isnanl-nolibm.h: Likewise.
12233         * lib/isnanl.c: Likewise.
12234         * lib/isnanl.h: Likewise.
12235         * lib/javacomp.c: Likewise.
12236         * lib/javacomp.h: Likewise.
12237         * lib/javaexec.c: Likewise.
12238         * lib/javaexec.h: Likewise.
12239         * lib/javaversion.c: Likewise.
12240         * lib/javaversion.h: Likewise.
12241         * lib/javaversion.java: Likewise.
12242         * lib/lbrkprop.h: Likewise.
12243         * lib/lchmod.h: Likewise.
12244         * lib/lchown.c: Likewise.
12245         * lib/ldexpl.c: Likewise.
12246         * lib/linebreak.c: Likewise.
12247         * lib/linebreak.h: Likewise.
12248         * lib/linebuffer.c: Likewise.
12249         * lib/linebuffer.h: Likewise.
12250         * lib/locale.in.h: Likewise.
12251         * lib/logl.c: Likewise.
12252         * lib/long-options.c: Likewise.
12253         * lib/long-options.h: Likewise.
12254         * lib/lstat.c: Likewise.
12255         * lib/lstat.h: Likewise.
12256         * lib/math.in.h: Likewise.
12257         * lib/mbchar.c: Likewise.
12258         * lib/mbchar.h: Likewise.
12259         * lib/mbfile.h: Likewise.
12260         * lib/mbiter.h: Likewise.
12261         * lib/mbscasecmp.c: Likewise.
12262         * lib/mbscasestr.c: Likewise.
12263         * lib/mbschr.c: Likewise.
12264         * lib/mbscspn.c: Likewise.
12265         * lib/mbslen.c: Likewise.
12266         * lib/mbsncasecmp.c: Likewise.
12267         * lib/mbsnlen.c: Likewise.
12268         * lib/mbspbrk.c: Likewise.
12269         * lib/mbspcasecmp.c: Likewise.
12270         * lib/mbsrchr.c: Likewise.
12271         * lib/mbssep.c: Likewise.
12272         * lib/mbsspn.c: Likewise.
12273         * lib/mbsstr.c: Likewise.
12274         * lib/mbstok_r.c: Likewise.
12275         * lib/mbswidth.c: Likewise.
12276         * lib/mbswidth.h: Likewise.
12277         * lib/mbuiter.h: Likewise.
12278         * lib/memcasecmp.c: Likewise.
12279         * lib/memcasecmp.h: Likewise.
12280         * lib/memchr.c: Likewise.
12281         * lib/memcmp.c: Likewise.
12282         * lib/memcoll.c: Likewise.
12283         * lib/memcoll.h: Likewise.
12284         * lib/memcpy.c: Likewise.
12285         * lib/memrchr.c: Likewise.
12286         * lib/mkancesdirs.c: Likewise.
12287         * lib/mkdir-p.c: Likewise.
12288         * lib/mkdir-p.h: Likewise.
12289         * lib/mkdir.c: Likewise.
12290         * lib/mkdirat.c: Likewise.
12291         * lib/mkdtemp.c: Likewise.
12292         * lib/mkstemp-safer.c: Likewise.
12293         * lib/mkstemp.c: Likewise.
12294         * lib/modechange.c: Likewise.
12295         * lib/modechange.h: Likewise.
12296         * lib/mountlist.c: Likewise.
12297         * lib/mountlist.h: Likewise.
12298         * lib/mpsort.c: Likewise.
12299         * lib/nanosleep.c: Likewise.
12300         * lib/obstack.c: Likewise.
12301         * lib/obstack.h: Likewise.
12302         * lib/open-safer.c: Likewise.
12303         * lib/open.c: Likewise.
12304         * lib/openat-die.c: Likewise.
12305         * lib/openat-priv.h: Likewise.
12306         * lib/openat-proc.c: Likewise.
12307         * lib/openat.c: Likewise.
12308         * lib/openat.h: Likewise.
12309         * lib/pagealign_alloc.c: Likewise.
12310         * lib/pagealign_alloc.h: Likewise.
12311         * lib/physmem.c: Likewise.
12312         * lib/physmem.h: Likewise.
12313         * lib/pipe-safer.c: Likewise.
12314         * lib/pipe.c: Likewise.
12315         * lib/pipe.h: Likewise.
12316         * lib/posixtm.c: Likewise.
12317         * lib/posixtm.h: Likewise.
12318         * lib/posixver.c: Likewise.
12319         * lib/printf-frexp.c: Likewise.
12320         * lib/printf-frexp.h: Likewise.
12321         * lib/printf-frexpl.c: Likewise.
12322         * lib/printf-frexpl.h: Likewise.
12323         * lib/printf.c: Likewise.
12324         * lib/progname.c: Likewise.
12325         * lib/progname.h: Likewise.
12326         * lib/progreloc.c: Likewise.
12327         * lib/putenv.c: Likewise.
12328         * lib/quote.c: Likewise.
12329         * lib/quote.h: Likewise.
12330         * lib/quotearg.c: Likewise.
12331         * lib/quotearg.h: Likewise.
12332         * lib/raise.c: Likewise.
12333         * lib/readline.c: Likewise.
12334         * lib/readline.h: Likewise.
12335         * lib/readlink.c: Likewise.
12336         * lib/readtokens.c: Likewise.
12337         * lib/readtokens.h: Likewise.
12338         * lib/readtokens0.c: Likewise.
12339         * lib/readtokens0.h: Likewise.
12340         * lib/readutmp.c: Likewise.
12341         * lib/readutmp.h: Likewise.
12342         * lib/realloc.c: Likewise.
12343         * lib/relocwrapper.c: Likewise.
12344         * lib/rename-dest-slash.c: Likewise.
12345         * lib/rename.c: Likewise.
12346         * lib/rmdir.c: Likewise.
12347         * lib/rpmatch.c: Likewise.
12348         * lib/safe-read.c: Likewise.
12349         * lib/safe-read.h: Likewise.
12350         * lib/safe-write.c: Likewise.
12351         * lib/safe-write.h: Likewise.
12352         * lib/same-inode.h: Likewise.
12353         * lib/same.c: Likewise.
12354         * lib/same.h: Likewise.
12355         * lib/save-cwd.c: Likewise.
12356         * lib/save-cwd.h: Likewise.
12357         * lib/savedir.c: Likewise.
12358         * lib/savedir.h: Likewise.
12359         * lib/savewd.c: Likewise.
12360         * lib/savewd.h: Likewise.
12361         * lib/search.in.h: Likewise.
12362         * lib/setenv.c: Likewise.
12363         * lib/setenv.h: Likewise.
12364         * lib/settime.c: Likewise.
12365         * lib/sh-quote.c: Likewise.
12366         * lib/sh-quote.h: Likewise.
12367         * lib/sig2str.c: Likewise.
12368         * lib/sig2str.h: Likewise.
12369         * lib/signal.in.h: Likewise.
12370         * lib/signbitd.c: Likewise.
12371         * lib/signbitf.c: Likewise.
12372         * lib/signbitl.c: Likewise.
12373         * lib/sigprocmask.c: Likewise.
12374         * lib/sincosl.c: Likewise.
12375         * lib/sleep.c: Likewise.
12376         * lib/sprintf.c: Likewise.
12377         * lib/sqrtl.c: Likewise.
12378         * lib/stat-time.h: Likewise.
12379         * lib/stdio--.h: Likewise.
12380         * lib/stdio-safer.h: Likewise.
12381         * lib/stdlib--.h: Likewise.
12382         * lib/stdlib-safer.h: Likewise.
12383         * lib/stdlib.in.h: Likewise.
12384         * lib/stpcpy.c: Likewise.
12385         * lib/stpncpy.c: Likewise.
12386         * lib/strchrnul.c: Likewise.
12387         * lib/strcspn.c: Likewise.
12388         * lib/strerror.c: Likewise.
12389         * lib/strftime.c: Likewise.
12390         * lib/strftime.h: Likewise.
12391         * lib/striconveh.c: Likewise.
12392         * lib/striconveh.h: Likewise.
12393         * lib/striconveha.c: Likewise.
12394         * lib/striconveha.h: Likewise.
12395         * lib/stripslash.c: Likewise.
12396         * lib/strnlen1.c: Likewise.
12397         * lib/strnlen1.h: Likewise.
12398         * lib/strtod.c: Likewise.
12399         * lib/strtoimax.c: Likewise.
12400         * lib/strtok_r.c: Likewise.
12401         * lib/strtol.c: Likewise.
12402         * lib/strtoll.c: Likewise.
12403         * lib/strtoul.c: Likewise.
12404         * lib/strtoull.c: Likewise.
12405         * lib/sysexits.in.h: Likewise.
12406         * lib/tempname.c: Likewise.
12407         * lib/tempname.h: Likewise.
12408         * lib/timespec.h: Likewise.
12409         * lib/tls.c: Likewise.
12410         * lib/tls.h: Likewise.
12411         * lib/tmpdir.c: Likewise.
12412         * lib/tmpdir.h: Likewise.
12413         * lib/tmpfile-safer.c: Likewise.
12414         * lib/tmpfile.c: Likewise.
12415         * lib/trigl.c: Likewise.
12416         * lib/trigl.h: Likewise.
12417         * lib/trim.c: Likewise.
12418         * lib/trim.h: Likewise.
12419         * lib/trunc.c: Likewise.
12420         * lib/truncf.c: Likewise.
12421         * lib/truncl.c: Likewise.
12422         * lib/tsearch.c: Likewise.
12423         * lib/unicodeio.c: Likewise.
12424         * lib/unicodeio.h: Likewise.
12425         * lib/unistd--.h: Likewise.
12426         * lib/unistd-safer.h: Likewise.
12427         * lib/unistdio/ulc-fprintf.c: Likewise.
12428         * lib/unistdio/ulc-vfprintf.c: Likewise.
12429         * lib/unlinkdir.c: Likewise.
12430         * lib/unlinkdir.h: Likewise.
12431         * lib/unlocked-io.h: Likewise.
12432         * lib/unsetenv.c: Likewise.
12433         * lib/userspec.c: Likewise.
12434         * lib/utime.c: Likewise.
12435         * lib/utimecmp.c: Likewise.
12436         * lib/utimecmp.h: Likewise.
12437         * lib/utimens.c: Likewise.
12438         * lib/verify.h: Likewise.
12439         * lib/verror.c: Likewise.
12440         * lib/verror.h: Likewise.
12441         * lib/version-etc-fsf.c: Likewise.
12442         * lib/version-etc.c: Likewise.
12443         * lib/version-etc.h: Likewise.
12444         * lib/vfprintf.c: Likewise.
12445         * lib/vprintf.c: Likewise.
12446         * lib/vsprintf.c: Likewise.
12447         * lib/w32spawn.h: Likewise.
12448         * lib/wait-process.c: Likewise.
12449         * lib/wait-process.h: Likewise.
12450         * lib/wcwidth.c: Likewise.
12451         * lib/write-any-file.c: Likewise.
12452         * lib/xalloc-die.c: Likewise.
12453         * lib/xalloc.h: Likewise.
12454         * lib/xasprintf.c: Likewise.
12455         * lib/xgetcwd.c: Likewise.
12456         * lib/xgetcwd.h: Likewise.
12457         * lib/xgetdomainname.c: Likewise.
12458         * lib/xgetdomainname.h: Likewise.
12459         * lib/xgethostname.c: Likewise.
12460         * lib/xmalloc.c: Likewise.
12461         * lib/xmalloca.c: Likewise.
12462         * lib/xmalloca.h: Likewise.
12463         * lib/xmemcoll.c: Likewise.
12464         * lib/xnanosleep.c: Likewise.
12465         * lib/xreadlink.c: Likewise.
12466         * lib/xreadlink.h: Likewise.
12467         * lib/xsetenv.c: Likewise.
12468         * lib/xsetenv.h: Likewise.
12469         * lib/xstriconv.c: Likewise.
12470         * lib/xstriconv.h: Likewise.
12471         * lib/xstrndup.c: Likewise.
12472         * lib/xstrndup.h: Likewise.
12473         * lib/xstrtod.c: Likewise.
12474         * lib/xstrtod.h: Likewise.
12475         * lib/xstrtol-error.c: Likewise.
12476         * lib/xstrtol.c: Likewise.
12477         * lib/xstrtol.h: Likewise.
12478         * lib/xtime.h: Likewise.
12479         * lib/xvasprintf.c: Likewise.
12480         * lib/xvasprintf.h: Likewise.
12481         * lib/yesno.c: Likewise.
12482         * lib/yesno.h: Likewise.
12483         * posix-modules: Likewise.
12484         * tests/test-alloca-opt.c: Likewise.
12485         * tests/test-arcfour.c: Likewise.
12486         * tests/test-arctwo.c: Likewise.
12487         * tests/test-argmatch.c: Likewise.
12488         * tests/test-argp-2.sh: Likewise.
12489         * tests/test-argp.c: Likewise.
12490         * tests/test-arpa_inet.c: Likewise.
12491         * tests/test-array_list.c: Likewise.
12492         * tests/test-array_oset.c: Likewise.
12493         * tests/test-atexit.c: Likewise.
12494         * tests/test-avltree_list.c: Likewise.
12495         * tests/test-avltree_oset.c: Likewise.
12496         * tests/test-avltreehash_list.c: Likewise.
12497         * tests/test-base64.c: Likewise.
12498         * tests/test-binary-io.c: Likewise.
12499         * tests/test-byteswap.c: Likewise.
12500         * tests/test-c-ctype.c: Likewise.
12501         * tests/test-c-strcasecmp.c: Likewise.
12502         * tests/test-c-strcasestr.c: Likewise.
12503         * tests/test-c-strncasecmp.c: Likewise.
12504         * tests/test-c-strstr.c: Likewise.
12505         * tests/test-canonicalize-lgpl.c: Likewise.
12506         * tests/test-canonicalize.c: Likewise.
12507         * tests/test-carray_list.c: Likewise.
12508         * tests/test-ceilf.c: Likewise.
12509         * tests/test-ceill.c: Likewise.
12510         * tests/test-count-one-bits.c: Likewise.
12511         * tests/test-crc.c: Likewise.
12512         * tests/test-dirname.c: Likewise.
12513         * tests/test-fbufmode.c: Likewise.
12514         * tests/test-fcntl.c: Likewise.
12515         * tests/test-fflush.c: Likewise.
12516         * tests/test-floorf.c: Likewise.
12517         * tests/test-floorl.c: Likewise.
12518         * tests/test-fopen.c: Likewise.
12519         * tests/test-fprintf-posix.c: Likewise.
12520         * tests/test-fprintf-posix.h: Likewise.
12521         * tests/test-fpurge.c: Likewise.
12522         * tests/test-freadable.c: Likewise.
12523         * tests/test-freadahead.c: Likewise.
12524         * tests/test-freading.c: Likewise.
12525         * tests/test-freopen.c: Likewise.
12526         * tests/test-frexp.c: Likewise.
12527         * tests/test-frexpl.c: Likewise.
12528         * tests/test-fseek.c: Likewise.
12529         * tests/test-fseeko.c: Likewise.
12530         * tests/test-fseterr.c: Likewise.
12531         * tests/test-fstrcmp.c: Likewise.
12532         * tests/test-ftell.c: Likewise.
12533         * tests/test-ftello.c: Likewise.
12534         * tests/test-fwritable.c: Likewise.
12535         * tests/test-fwriting.c: Likewise.
12536         * tests/test-getaddrinfo.c: Likewise.
12537         * tests/test-getpass.c: Likewise.
12538         * tests/test-gettimeofday.c: Likewise.
12539         * tests/test-hmac-md5.c: Likewise.
12540         * tests/test-hmac-sha1.c: Likewise.
12541         * tests/test-iconv.c: Likewise.
12542         * tests/test-iconvme.c: Likewise.
12543         * tests/test-inttypes.c: Likewise.
12544         * tests/test-isnan.c: Likewise.
12545         * tests/test-isnanf.c: Likewise.
12546         * tests/test-isnanl-nolibm.c: Likewise.
12547         * tests/test-isnanl.c: Likewise.
12548         * tests/test-isnanl.h: Likewise.
12549         * tests/test-ldexpl.c: Likewise.
12550         * tests/test-linked_list.c: Likewise.
12551         * tests/test-linkedhash_list.c: Likewise.
12552         * tests/test-locale.c: Likewise.
12553         * tests/test-localename.c: Likewise.
12554         * tests/test-lock.c: Likewise.
12555         * tests/test-lseek.c: Likewise.
12556         * tests/test-malloca.c: Likewise.
12557         * tests/test-math.c: Likewise.
12558         * tests/test-mbscasecmp.c: Likewise.
12559         * tests/test-mbscasestr1.c: Likewise.
12560         * tests/test-mbscasestr2.c: Likewise.
12561         * tests/test-mbscasestr3.c: Likewise.
12562         * tests/test-mbscasestr4.c: Likewise.
12563         * tests/test-mbschr.c: Likewise.
12564         * tests/test-mbscspn.c: Likewise.
12565         * tests/test-mbsncasecmp.c: Likewise.
12566         * tests/test-mbspbrk.c: Likewise.
12567         * tests/test-mbspcasecmp.c: Likewise.
12568         * tests/test-mbsrchr.c: Likewise.
12569         * tests/test-mbsspn.c: Likewise.
12570         * tests/test-mbsstr1.c: Likewise.
12571         * tests/test-mbsstr2.c: Likewise.
12572         * tests/test-mbsstr3.c: Likewise.
12573         * tests/test-md5.c: Likewise.
12574         * tests/test-memmem.c: Likewise.
12575         * tests/test-netinet_in.c: Likewise.
12576         * tests/test-open.c: Likewise.
12577         * tests/test-printf-frexp.c: Likewise.
12578         * tests/test-printf-frexpl.c: Likewise.
12579         * tests/test-printf-posix.c: Likewise.
12580         * tests/test-printf-posix.h: Likewise.
12581         * tests/test-rbtree_list.c: Likewise.
12582         * tests/test-rbtree_oset.c: Likewise.
12583         * tests/test-rbtreehash_list.c: Likewise.
12584         * tests/test-read-file.c: Likewise.
12585         * tests/test-rijndael.c: Likewise.
12586         * tests/test-search.c: Likewise.
12587         * tests/test-signbit.c: Likewise.
12588         * tests/test-sleep.c: Likewise.
12589         * tests/test-snprintf-posix.c: Likewise.
12590         * tests/test-snprintf-posix.h: Likewise.
12591         * tests/test-snprintf.c: Likewise.
12592         * tests/test-sprintf-posix.c: Likewise.
12593         * tests/test-sprintf-posix.h: Likewise.
12594         * tests/test-stat-time.c: Likewise.
12595         * tests/test-stdbool.c: Likewise.
12596         * tests/test-stdint.c: Likewise.
12597         * tests/test-stdio.c: Likewise.
12598         * tests/test-stdlib.c: Likewise.
12599         * tests/test-stpncpy.c: Likewise.
12600         * tests/test-strcasestr.c: Likewise.
12601         * tests/test-striconv.c: Likewise.
12602         * tests/test-striconveh.c: Likewise.
12603         * tests/test-striconveha.c: Likewise.
12604         * tests/test-string.c: Likewise.
12605         * tests/test-sys_select.c: Likewise.
12606         * tests/test-sys_socket.c: Likewise.
12607         * tests/test-sys_stat.c: Likewise.
12608         * tests/test-sys_time.c: Likewise.
12609         * tests/test-sysexits.c: Likewise.
12610         * tests/test-time.c: Likewise.
12611         * tests/test-tls.c: Likewise.
12612         * tests/test-trunc.c: Likewise.
12613         * tests/test-truncf.c: Likewise.
12614         * tests/test-truncl.c: Likewise.
12615         * tests/test-unistd.c: Likewise.
12616         * tests/test-vasnprintf-posix.c: Likewise.
12617         * tests/test-vasnprintf-posix2.c: Likewise.
12618         * tests/test-vasnprintf.c: Likewise.
12619         * tests/test-vasprintf-posix.c: Likewise.
12620         * tests/test-vasprintf.c: Likewise.
12621         * tests/test-verify.c: Likewise.
12622         * tests/test-vfprintf-posix.c: Likewise.
12623         * tests/test-vprintf-posix.c: Likewise.
12624         * tests/test-vsnprintf-posix.c: Likewise.
12625         * tests/test-vsnprintf.c: Likewise.
12626         * tests/test-vsprintf-posix.c: Likewise.
12627         * tests/test-wchar.c: Likewise.
12628         * tests/test-wctype.c: Likewise.
12629         * tests/test-wcwidth.c: Likewise.
12630         * tests/test-xstrtol.c: Likewise.
12631         * tests/test-xvasprintf.c: Likewise.
12632         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
12633         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
12634         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
12635         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
12636         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
12637         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
12638         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
12639         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
12640         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
12641         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
12642         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
12643         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
12644         * tests/uniname/test-uninames.c: Likewise.
12645         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
12646         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
12647         * tests/unistdio/test-u16-printf1.h: Likewise.
12648         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
12649         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
12650         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
12651         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
12652         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
12653         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
12654         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
12655         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
12656         * tests/unistdio/test-u32-printf1.h: Likewise.
12657         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
12658         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
12659         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
12660         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
12661         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
12662         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
12663         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
12664         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
12665         * tests/unistdio/test-u8-printf1.h: Likewise.
12666         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
12667         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
12668         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
12669         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
12670         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
12671         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
12672         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
12673         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
12674         * tests/unistdio/test-ulc-printf1.h: Likewise.
12675         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
12676         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
12677         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
12678         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
12679         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
12680         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
12681         * tests/uniwidth/test-u16-strwidth.c: Likewise.
12682         * tests/uniwidth/test-u16-width.c: Likewise.
12683         * tests/uniwidth/test-u32-strwidth.c: Likewise.
12684         * tests/uniwidth/test-u32-width.c: Likewise.
12685         * tests/uniwidth/test-u8-strwidth.c: Likewise.
12686         * tests/uniwidth/test-u8-width.c: Likewise.
12687         * tests/uniwidth/test-uc_width.c: Likewise.
12688         * config/srclist-update: Likewise.
12689         (fixlicense): Update to GPLv3+.
12690
12691         Change copyright notice from LGPLv2.1+ to LGPLv3+.
12692         * tests/test-tsearch.c: Change copyright notice.
12693
12694         Change copyright notice from LGPLv2.0+ to LGPLv3+.
12695         * lib/c-strcaseeq.h: Change copyright notice.
12696         * lib/streq.h: Likewise.
12697         * lib/uniconv.h: Likewise.
12698         * lib/uniconv/u-conv-from-enc.h: Likewise.
12699         * lib/uniconv/u-conv-to-enc.h: Likewise.
12700         * lib/uniconv/u-strconv-from-enc.h: Likewise.
12701         * lib/uniconv/u-strconv-to-enc.h: Likewise.
12702         * lib/uniconv/u16-conv-from-enc.c: Likewise.
12703         * lib/uniconv/u16-conv-to-enc.c: Likewise.
12704         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
12705         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
12706         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
12707         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
12708         * lib/uniconv/u32-conv-from-enc.c: Likewise.
12709         * lib/uniconv/u32-conv-to-enc.c: Likewise.
12710         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
12711         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
12712         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
12713         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
12714         * lib/uniconv/u8-conv-from-enc.c: Likewise.
12715         * lib/uniconv/u8-conv-to-enc.c: Likewise.
12716         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
12717         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
12718         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
12719         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
12720         * lib/uniname.h: Likewise.
12721         * lib/uniname/uniname.c: Likewise.
12722         * lib/unistdio.h: Likewise.
12723         * lib/unistdio/u-asnprintf.h: Likewise.
12724         * lib/unistdio/u-asprintf.h: Likewise.
12725         * lib/unistdio/u-printf-args.c: Likewise.
12726         * lib/unistdio/u-printf-args.h: Likewise.
12727         * lib/unistdio/u-printf-parse.h: Likewise.
12728         * lib/unistdio/u-snprintf.h: Likewise.
12729         * lib/unistdio/u-sprintf.h: Likewise.
12730         * lib/unistdio/u-vasprintf.h: Likewise.
12731         * lib/unistdio/u-vsnprintf.h: Likewise.
12732         * lib/unistdio/u-vsprintf.h: Likewise.
12733         * lib/unistdio/u16-asnprintf.c: Likewise.
12734         * lib/unistdio/u16-asprintf.c: Likewise.
12735         * lib/unistdio/u16-printf-parse.c: Likewise.
12736         * lib/unistdio/u16-snprintf.c: Likewise.
12737         * lib/unistdio/u16-sprintf.c: Likewise.
12738         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
12739         * lib/unistdio/u16-u16-asprintf.c: Likewise.
12740         * lib/unistdio/u16-u16-snprintf.c: Likewise.
12741         * lib/unistdio/u16-u16-sprintf.c: Likewise.
12742         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
12743         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
12744         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
12745         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
12746         * lib/unistdio/u16-vasnprintf.c: Likewise.
12747         * lib/unistdio/u16-vasprintf.c: Likewise.
12748         * lib/unistdio/u16-vsnprintf.c: Likewise.
12749         * lib/unistdio/u16-vsprintf.c: Likewise.
12750         * lib/unistdio/u32-asnprintf.c: Likewise.
12751         * lib/unistdio/u32-asprintf.c: Likewise.
12752         * lib/unistdio/u32-printf-parse.c: Likewise.
12753         * lib/unistdio/u32-snprintf.c: Likewise.
12754         * lib/unistdio/u32-sprintf.c: Likewise.
12755         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
12756         * lib/unistdio/u32-u32-asprintf.c: Likewise.
12757         * lib/unistdio/u32-u32-snprintf.c: Likewise.
12758         * lib/unistdio/u32-u32-sprintf.c: Likewise.
12759         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
12760         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
12761         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
12762         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
12763         * lib/unistdio/u32-vasnprintf.c: Likewise.
12764         * lib/unistdio/u32-vasprintf.c: Likewise.
12765         * lib/unistdio/u32-vsnprintf.c: Likewise.
12766         * lib/unistdio/u32-vsprintf.c: Likewise.
12767         * lib/unistdio/u8-asnprintf.c: Likewise.
12768         * lib/unistdio/u8-asprintf.c: Likewise.
12769         * lib/unistdio/u8-printf-parse.c: Likewise.
12770         * lib/unistdio/u8-snprintf.c: Likewise.
12771         * lib/unistdio/u8-sprintf.c: Likewise.
12772         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
12773         * lib/unistdio/u8-u8-asprintf.c: Likewise.
12774         * lib/unistdio/u8-u8-snprintf.c: Likewise.
12775         * lib/unistdio/u8-u8-sprintf.c: Likewise.
12776         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
12777         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
12778         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
12779         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
12780         * lib/unistdio/u8-vasnprintf.c: Likewise.
12781         * lib/unistdio/u8-vasprintf.c: Likewise.
12782         * lib/unistdio/u8-vsnprintf.c: Likewise.
12783         * lib/unistdio/u8-vsprintf.c: Likewise.
12784         * lib/unistdio/ulc-asnprintf.c: Likewise.
12785         * lib/unistdio/ulc-asprintf.c: Likewise.
12786         * lib/unistdio/ulc-printf-parse.c: Likewise.
12787         * lib/unistdio/ulc-snprintf.c: Likewise.
12788         * lib/unistdio/ulc-sprintf.c: Likewise.
12789         * lib/unistdio/ulc-vasnprintf.c: Likewise.
12790         * lib/unistdio/ulc-vasprintf.c: Likewise.
12791         * lib/unistdio/ulc-vsnprintf.c: Likewise.
12792         * lib/unistdio/ulc-vsprintf.c: Likewise.
12793         * lib/unistr.h: Likewise.
12794         * lib/unistr/u-cpy-alloc.h: Likewise.
12795         * lib/unistr/u-cpy.h: Likewise.
12796         * lib/unistr/u-endswith.h: Likewise.
12797         * lib/unistr/u-move.h: Likewise.
12798         * lib/unistr/u-set.h: Likewise.
12799         * lib/unistr/u-startswith.h: Likewise.
12800         * lib/unistr/u-stpcpy.h: Likewise.
12801         * lib/unistr/u-stpncpy.h: Likewise.
12802         * lib/unistr/u-strcat.h: Likewise.
12803         * lib/unistr/u-strcpy.h: Likewise.
12804         * lib/unistr/u-strcspn.h: Likewise.
12805         * lib/unistr/u-strdup.h: Likewise.
12806         * lib/unistr/u-strlen.h: Likewise.
12807         * lib/unistr/u-strncat.h: Likewise.
12808         * lib/unistr/u-strncpy.h: Likewise.
12809         * lib/unistr/u-strnlen.h: Likewise.
12810         * lib/unistr/u-strpbrk.h: Likewise.
12811         * lib/unistr/u-strspn.h: Likewise.
12812         * lib/unistr/u-strstr.h: Likewise.
12813         * lib/unistr/u-strtok.h: Likewise.
12814         * lib/unistr/u16-check.c: Likewise.
12815         * lib/unistr/u16-chr.c: Likewise.
12816         * lib/unistr/u16-cmp.c: Likewise.
12817         * lib/unistr/u16-cpy-alloc.c: Likewise.
12818         * lib/unistr/u16-cpy.c: Likewise.
12819         * lib/unistr/u16-endswith.c: Likewise.
12820         * lib/unistr/u16-mblen.c: Likewise.
12821         * lib/unistr/u16-mbsnlen.c: Likewise.
12822         * lib/unistr/u16-mbtouc-aux.c: Likewise.
12823         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
12824         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
12825         * lib/unistr/u16-mbtouc.c: Likewise.
12826         * lib/unistr/u16-mbtoucr.c: Likewise.
12827         * lib/unistr/u16-move.c: Likewise.
12828         * lib/unistr/u16-next.c: Likewise.
12829         * lib/unistr/u16-prev.c: Likewise.
12830         * lib/unistr/u16-set.c: Likewise.
12831         * lib/unistr/u16-startswith.c: Likewise.
12832         * lib/unistr/u16-stpcpy.c: Likewise.
12833         * lib/unistr/u16-stpncpy.c: Likewise.
12834         * lib/unistr/u16-strcat.c: Likewise.
12835         * lib/unistr/u16-strchr.c: Likewise.
12836         * lib/unistr/u16-strcmp.c: Likewise.
12837         * lib/unistr/u16-strcpy.c: Likewise.
12838         * lib/unistr/u16-strcspn.c: Likewise.
12839         * lib/unistr/u16-strdup.c: Likewise.
12840         * lib/unistr/u16-strlen.c: Likewise.
12841         * lib/unistr/u16-strmblen.c: Likewise.
12842         * lib/unistr/u16-strmbtouc.c: Likewise.
12843         * lib/unistr/u16-strncat.c: Likewise.
12844         * lib/unistr/u16-strncmp.c: Likewise.
12845         * lib/unistr/u16-strncpy.c: Likewise.
12846         * lib/unistr/u16-strnlen.c: Likewise.
12847         * lib/unistr/u16-strpbrk.c: Likewise.
12848         * lib/unistr/u16-strrchr.c: Likewise.
12849         * lib/unistr/u16-strspn.c: Likewise.
12850         * lib/unistr/u16-strstr.c: Likewise.
12851         * lib/unistr/u16-strtok.c: Likewise.
12852         * lib/unistr/u16-to-u32.c: Likewise.
12853         * lib/unistr/u16-to-u8.c: Likewise.
12854         * lib/unistr/u16-uctomb-aux.c: Likewise.
12855         * lib/unistr/u16-uctomb.c: Likewise.
12856         * lib/unistr/u32-check.c: Likewise.
12857         * lib/unistr/u32-chr.c: Likewise.
12858         * lib/unistr/u32-cmp.c: Likewise.
12859         * lib/unistr/u32-cpy-alloc.c: Likewise.
12860         * lib/unistr/u32-cpy.c: Likewise.
12861         * lib/unistr/u32-endswith.c: Likewise.
12862         * lib/unistr/u32-mblen.c: Likewise.
12863         * lib/unistr/u32-mbsnlen.c: Likewise.
12864         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
12865         * lib/unistr/u32-mbtouc.c: Likewise.
12866         * lib/unistr/u32-mbtoucr.c: Likewise.
12867         * lib/unistr/u32-move.c: Likewise.
12868         * lib/unistr/u32-next.c: Likewise.
12869         * lib/unistr/u32-prev.c: Likewise.
12870         * lib/unistr/u32-set.c: Likewise.
12871         * lib/unistr/u32-startswith.c: Likewise.
12872         * lib/unistr/u32-stpcpy.c: Likewise.
12873         * lib/unistr/u32-stpncpy.c: Likewise.
12874         * lib/unistr/u32-strcat.c: Likewise.
12875         * lib/unistr/u32-strchr.c: Likewise.
12876         * lib/unistr/u32-strcmp.c: Likewise.
12877         * lib/unistr/u32-strcpy.c: Likewise.
12878         * lib/unistr/u32-strcspn.c: Likewise.
12879         * lib/unistr/u32-strdup.c: Likewise.
12880         * lib/unistr/u32-strlen.c: Likewise.
12881         * lib/unistr/u32-strmblen.c: Likewise.
12882         * lib/unistr/u32-strmbtouc.c: Likewise.
12883         * lib/unistr/u32-strncat.c: Likewise.
12884         * lib/unistr/u32-strncmp.c: Likewise.
12885         * lib/unistr/u32-strncpy.c: Likewise.
12886         * lib/unistr/u32-strnlen.c: Likewise.
12887         * lib/unistr/u32-strpbrk.c: Likewise.
12888         * lib/unistr/u32-strrchr.c: Likewise.
12889         * lib/unistr/u32-strspn.c: Likewise.
12890         * lib/unistr/u32-strstr.c: Likewise.
12891         * lib/unistr/u32-strtok.c: Likewise.
12892         * lib/unistr/u32-to-u16.c: Likewise.
12893         * lib/unistr/u32-to-u8.c: Likewise.
12894         * lib/unistr/u32-uctomb.c: Likewise.
12895         * lib/unistr/u8-check.c: Likewise.
12896         * lib/unistr/u8-chr.c: Likewise.
12897         * lib/unistr/u8-cmp.c: Likewise.
12898         * lib/unistr/u8-cpy-alloc.c: Likewise.
12899         * lib/unistr/u8-cpy.c: Likewise.
12900         * lib/unistr/u8-endswith.c: Likewise.
12901         * lib/unistr/u8-mblen.c: Likewise.
12902         * lib/unistr/u8-mbsnlen.c: Likewise.
12903         * lib/unistr/u8-mbtouc-aux.c: Likewise.
12904         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
12905         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
12906         * lib/unistr/u8-mbtouc.c: Likewise.
12907         * lib/unistr/u8-mbtoucr.c: Likewise.
12908         * lib/unistr/u8-move.c: Likewise.
12909         * lib/unistr/u8-next.c: Likewise.
12910         * lib/unistr/u8-prev.c: Likewise.
12911         * lib/unistr/u8-set.c: Likewise.
12912         * lib/unistr/u8-startswith.c: Likewise.
12913         * lib/unistr/u8-stpcpy.c: Likewise.
12914         * lib/unistr/u8-stpncpy.c: Likewise.
12915         * lib/unistr/u8-strcat.c: Likewise.
12916         * lib/unistr/u8-strchr.c: Likewise.
12917         * lib/unistr/u8-strcmp.c: Likewise.
12918         * lib/unistr/u8-strcpy.c: Likewise.
12919         * lib/unistr/u8-strcspn.c: Likewise.
12920         * lib/unistr/u8-strdup.c: Likewise.
12921         * lib/unistr/u8-strlen.c: Likewise.
12922         * lib/unistr/u8-strmblen.c: Likewise.
12923         * lib/unistr/u8-strmbtouc.c: Likewise.
12924         * lib/unistr/u8-strncat.c: Likewise.
12925         * lib/unistr/u8-strncmp.c: Likewise.
12926         * lib/unistr/u8-strncpy.c: Likewise.
12927         * lib/unistr/u8-strnlen.c: Likewise.
12928         * lib/unistr/u8-strpbrk.c: Likewise.
12929         * lib/unistr/u8-strrchr.c: Likewise.
12930         * lib/unistr/u8-strspn.c: Likewise.
12931         * lib/unistr/u8-strstr.c: Likewise.
12932         * lib/unistr/u8-strtok.c: Likewise.
12933         * lib/unistr/u8-to-u16.c: Likewise.
12934         * lib/unistr/u8-to-u32.c: Likewise.
12935         * lib/unistr/u8-uctomb-aux.c: Likewise.
12936         * lib/unistr/u8-uctomb.c: Likewise.
12937         * lib/unitypes.h: Likewise.
12938         * lib/uniwidth.h: Likewise.
12939         * lib/uniwidth/cjk.h: Likewise.
12940         * lib/uniwidth/u16-strwidth.c: Likewise.
12941         * lib/uniwidth/u16-width.c: Likewise.
12942         * lib/uniwidth/u32-strwidth.c: Likewise.
12943         * lib/uniwidth/u32-width.c: Likewise.
12944         * lib/uniwidth/u8-strwidth.c: Likewise.
12945         * lib/uniwidth/u8-width.c: Likewise.
12946         * lib/uniwidth/width.c: Likewise.
12947
12948 2007-10-07  Bruno Haible  <bruno@clisp.org>
12949
12950         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
12951         The file is still under LGPL (see modules/inttypes).
12952
12953 2007-10-06  Bruno Haible  <bruno@clisp.org>
12954
12955         * modules/trunc (Dependencies): Add 'extensions'.
12956         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
12957         Reported by Ben Pfaff <blp@gnu.org>.
12958
12959 2007-10-06  Bruno Haible  <bruno@clisp.org>
12960
12961         * modules/freopen-tests: New file.
12962         * tests/test-freopen.c: New file.
12963
12964         * modules/fopen-tests: New file.
12965         * tests/test-fopen.c: New file.
12966
12967         * modules/fopen: New file.
12968         * lib/fopen.c: New file.
12969         * m4/fopen.m4: New file.
12970         * modules/freopen: New file.
12971         * lib/freopen.c: New file.
12972         * m4/freopen.m4: New file.
12973         * lib/stdio.in.h (fopen, freopen): New declarations.
12974         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
12975         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
12976         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
12977         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
12978         * doc/functions/fopen.texi: Mention the 'fopen' module.
12979         * doc/functions/freopen.texi: Mention the 'freopen' module.
12980
12981 2007-10-06  Bruno Haible  <bruno@clisp.org>
12982
12983         * modules/open-tests: New file.
12984         * tests/test-open.c: New file.
12985
12986         * modules/open: New file.
12987         * lib/open.c: New file.
12988         * m4/open.m4: New file.
12989         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
12990         lib/open.c does.
12991         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
12992         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
12993         macros.
12994         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
12995         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
12996         REPLACE_OPEN.
12997         * doc/functions/open.texi: Mention the 'open' module.
12998
12999 2007-10-04  Bruno Haible  <bruno@clisp.org>
13000
13001         * modules/ceill-tests: New file.
13002         * tests/test-ceill.c: New file.
13003
13004         * modules/ceill: New file.
13005         * lib/ceill.c: Replace entire file.
13006         * m4/ceill.m4: New file.
13007         * lib/math.in.h (ceill): Replace declaration.
13008         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
13009         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
13010         * doc/functions/ceill.texi: Mention the 'ceill' module.
13011         * modules/mathl (Files): Remove lib/ceill.c.
13012         (Depends-on): Add ceill.
13013
13014 2007-10-04  Bruno Haible  <bruno@clisp.org>
13015
13016         * modules/ceilf-tests: New file.
13017         * tests/test-ceilf.c: New file.
13018
13019         * modules/ceilf: New file.
13020         * lib/ceil.c: New file.
13021         * lib/ceilf.c: New file.
13022         * m4/ceilf.m4: New file.
13023         * lib/math.in.h (ceilf): New declaration.
13024         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
13025         HAVE_DECL_CEILF.
13026         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
13027         HAVE_DECL_CEILF.
13028         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
13029
13030 2007-10-04  Bruno Haible  <bruno@clisp.org>
13031
13032         * modules/floorl-tests: New file.
13033         * tests/test-floorl.c: New file.
13034
13035         * modules/floorl: New file.
13036         * lib/floorl.c: Replace entire file.
13037         * m4/floorl.m4: New file.
13038         * lib/math.in.h (floorl): Replace declaration.
13039         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
13040         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
13041         * doc/functions/floorl.texi: Mention the 'floorl' module.
13042         * modules/mathl (Files): Remove lib/floorl.c.
13043         (Depends-on): Add floorl.
13044
13045 2007-10-04  Bruno Haible  <bruno@clisp.org>
13046
13047         * modules/floorf-tests: New file.
13048         * tests/test-floorf.c: New file.
13049
13050         * modules/floorf: New file.
13051         * lib/floor.c: New file.
13052         * lib/floorf.c: New file.
13053         * m4/floorf.m4: New file.
13054         * lib/math.in.h (floorf): New declaration.
13055         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
13056         HAVE_DECL_FLOORF.
13057         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
13058         HAVE_DECL_FLOORF.
13059         * doc/functions/floorf.texi: Mention the 'floorf' module.
13060
13061 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
13062             Bruno Haible  <bruno@clisp.org>
13063
13064         Advertise for the Git server instead of the CVS server.
13065         * doc/gnulib-intro.texi (Steady Development): Mention the Git
13066         repository instead of the CVS one.
13067         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
13068         about all VCS systems generically.
13069         * doc/gnulib.texi (Introduction): Capitalize `Git'.
13070
13071 2007-10-04  Bruno Haible  <bruno@clisp.org>
13072
13073         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
13074         means.
13075         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
13076
13077 2007-10-04  Bruno Haible  <bruno@clisp.org>
13078
13079         * modules/truncl-tests: New file.
13080         * tests/test-truncl.c: New file.
13081
13082         * modules/truncl: New file.
13083         * lib/truncl.c: New file.
13084         * m4/truncl.m4: New file.
13085         * lib/math.in.h (truncl): New declaration.
13086         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
13087         HAVE_DECL_TRUNCL.
13088         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
13089         HAVE_DECL_TRUNCL.
13090         * doc/functions/truncl.texi: Mention the 'truncl' module.
13091
13092 2007-10-04  Bruno Haible  <bruno@clisp.org>
13093
13094         * modules/truncf-tests: New file.
13095         * tests/test-truncf.c: New file.
13096
13097         * modules/truncf: New file.
13098         * lib/trunc.c: Make paramerizable through USE_* macros.
13099         * lib/truncf.c: New file.
13100         * m4/truncf.m4: New file.
13101         * lib/math.in.h (truncf): New declaration.
13102         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
13103         HAVE_DECL_TRUNCF.
13104         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
13105         HAVE_DECL_TRUNCF.
13106         * doc/functions/truncf.texi: Mention the 'truncf' module.
13107
13108 2007-10-03  Bruno Haible  <bruno@clisp.org>
13109
13110         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
13111         augmentation also for tests modules.
13112         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
13113         * modules/atexit-tests (Makefile.am): Likewise.
13114         * modules/binary-io-tests (Makefile.am): Likewise.
13115         * modules/c-strcase-tests (Makefile.am): Likewise.
13116         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
13117         * modules/canonicalize-tests (Makefile.am): Likewise.
13118         * modules/closein-tests (Makefile.am): Likewise.
13119         * modules/fprintf-posix-tests (Makefile.am): Likewise.
13120         * modules/freadahead-tests (Makefile.am): Likewise.
13121         * modules/fseek-tests (Makefile.am): Likewise.
13122         * modules/fseeko-tests (Makefile.am): Likewise.
13123         * modules/ftell-tests (Makefile.am): Likewise.
13124         * modules/ftello-tests (Makefile.am): Likewise.
13125         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
13126         * modules/isnanl-tests (Makefile.am): Likewise.
13127         * modules/lseek-tests (Makefile.am): Likewise.
13128         * modules/mbscasecmp-tests (Makefile.am): Likewise.
13129         * modules/mbscasestr-tests (Makefile.am): Likewise.
13130         * modules/mbschr-tests (Makefile.am): Likewise.
13131         * modules/mbscspn-tests (Makefile.am): Likewise.
13132         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
13133         * modules/mbspbrk-tests (Makefile.am): Likewise.
13134         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
13135         * modules/mbsrchr-tests (Makefile.am): Likewise.
13136         * modules/mbsspn-tests (Makefile.am): Likewise.
13137         * modules/mbsstr-tests (Makefile.am): Likewise.
13138         * modules/printf-posix-tests (Makefile.am): Likewise.
13139         * modules/snprintf-posix-tests (Makefile.am): Likewise.
13140         * modules/sprintf-posix-tests (Makefile.am): Likewise.
13141         * modules/tsearch-tests (Makefile.am): Likewise.
13142         * modules/uniname/uniname-tests (Makefile.am): Likewise.
13143         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
13144         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
13145         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
13146         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
13147         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
13148         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
13149         * modules/vprintf-posix-tests (Makefile.am): Likewise.
13150         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
13151         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
13152         * modules/xstrtoimax-tests (Makefile.am): Likewise.
13153         * modules/xstrtol-tests (Makefile.am): Likewise.
13154         * modules/xstrtoumax-tests (Makefile.am): Likewise.
13155         * modules/yesno-tests (Makefile.am): Likewise.
13156
13157 2007-10-03  Bruno Haible  <bruno@clisp.org>
13158
13159         * modules/trunc-tests: New file.
13160         * tests/test-trunc.c: New file.
13161
13162         * modules/trunc: New file.
13163         * lib/trunc.c: New file.
13164         * m4/trunc.m4: New file.
13165         * lib/math.in.h (trunc): New declaration.
13166         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
13167         HAVE_DECL_TRUNC.
13168         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
13169         HAVE_DECL_TRUNC.
13170         * doc/functions/trunc.texi: Mention the 'trunc' module.
13171
13172 2007-10-03  Bruno Haible  <bruno@clisp.org>
13173
13174         * tests/test-fpending.c: New file, mostly copied
13175         from coreutils/lib/t-fpending.c.
13176         * modules/fpending-tests: New file.
13177
13178 2007-10-03  Bruno Haible  <bruno@clisp.org>
13179
13180         Port the stdio extensions to QNX (untested).
13181         * lib/fseterr.c (fseterr): Add support for QNX.
13182         * lib/fbufmode.c (fbufmode): Likewise.
13183         * lib/freadable.c (freadable): Likewise.
13184         * lib/fwritable.c (fwritable): Likewise.
13185         * lib/freading.c (freading): Likewise.
13186         * lib/fwriting.c (fwriting): Likewise.
13187         * lib/freadahead.c (freadahed): Likewise.
13188         * lib/fpurge.c (fpurge): Likewise.
13189         * lib/fseeko.c (rpl_fseeko): Likewise.
13190
13191 2007-10-03  Bruno Haible  <bruno@clisp.org>
13192             Jim Meyering  <jim@meyering.net>
13193             Eric Blake  <ebb9@byu.net>
13194
13195         * doc/relocatable.texi: Use @command instead of @program.
13196
13197 2007-10-02  Jim Meyering  <jim@meyering.net>
13198
13199         Perform one more "_.h" -> ".in.h" substitution.
13200         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
13201         instead of unistd_.h here, too.
13202
13203 2007-10-01  Bruno Haible  <bruno@clisp.org>
13204
13205         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
13206         Needed for the alloca-opt module.
13207
13208 2007-09-30  Bruno Haible  <bruno@clisp.org>
13209
13210         * lib/alloca.in.h: Renamed from lib/alloca_.h.
13211         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
13212         alloca_.h.
13213         * lib/argz.in.h: Renamed from lib/argz_.h.
13214         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
13215         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
13216         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
13217         byteswap_.h.
13218         * lib/dirent.in.h: Renamed from lib/dirent_.h.
13219         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
13220         dirent_.h.
13221         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
13222         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
13223         fcntl_.h.
13224         * lib/float.in.h: Renamed from lib/float_.h.
13225         * modules/float (Files, Makefile.am): Use float.in.h instead of
13226         float_.h.
13227         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
13228         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
13229         fnmatch_.h.
13230         * lib/getopt.in.h: Renamed from lib/getopt_.h.
13231         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
13232         getopt_.h.
13233         * lib/glob.in.h: Renamed from lib/glob_.h.
13234         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
13235         * lib/iconv.in.h: Renamed from lib/iconv_.h.
13236         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
13237         iconv_.h.
13238         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
13239         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
13240         inttypes_.h.
13241         * lib/locale.in.h: Renamed from lib/locale_.h.
13242         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
13243         locale_.h.
13244         * lib/math.in.h: Renamed from lib/math_.h.
13245         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
13246         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
13247         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
13248         of netinet_in_.h. Add dependency.
13249         * lib/poll.in.h: Renamed from lib/poll_.h.
13250         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
13251         * lib/search.in.h: Renamed from lib/search_.h.
13252         * modules/search (Files, Makefile.am): Use search.in.h instead of
13253         search_.h.
13254         * lib/signal.in.h: Renamed from lib/signal_.h.
13255         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
13256         _signal.h.
13257         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
13258         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
13259         stdbool_.h.
13260         * lib/stdint.in.h: Renamed from lib/stdint_.h.
13261         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
13262         stdint_.h.
13263         * lib/stdio.in.h: Renamed from lib/stdio_.h.
13264         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
13265         stdio_.h.
13266         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
13267         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
13268         stdlib_.h.
13269         * lib/string.in.h: Renamed from lib/string_.h.
13270         * modules/string (Files, Makefile.am): Use string.in.h instead of
13271         string_.h.
13272         * doc/gnulib-tool.texi (Initial import): Update.
13273         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
13274         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
13275         of sys_select_.h. Add dependency.
13276         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
13277         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
13278         of sys_socket_.h.
13279         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
13280         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
13281         sys_stat_.h.
13282         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
13283         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
13284         sys_time_.h.
13285         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
13286         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
13287         sysexits_.h.
13288         * lib/time.in.h: Renamed from lib/time_.h.
13289         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
13290         * lib/unistd.in.h: Renamed from lib/unistd_.h.
13291         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
13292         unistd_.h.
13293         * lib/wchar.in.h: Renamed from lib/wchar_.h.
13294         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
13295         wchar_.h.
13296         * lib/wctype.in.h: Renamed from lib/wctype_.h.
13297         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
13298         wctype_.h.
13299         * build-aux/bootstrap (slurp): Update.
13300         * lib/.cppi-disable: Update.
13301
13302 2007-09-30  Bruno Haible  <bruno@clisp.org>
13303
13304         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
13305         Needed on BeOS.
13306
13307 2007-09-30  Bruno Haible  <bruno@clisp.org>
13308
13309         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
13310
13311 2007-09-29  Bruno Haible  <bruno@clisp.org>
13312
13313         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
13314
13315 2007-09-29  Bruno Haible  <bruno@clisp.org>
13316
13317         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
13318         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
13319         * build-aux/install-reloc: Compile also areadlink.c.
13320         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
13321
13322 2007-09-29  Bruno Haible  <bruno@clisp.org>
13323
13324         * gnulib-tool (func_emit_initmacro_done): Indentation.
13325
13326 2007-09-29  Bruno Haible  <bruno@clisp.org>
13327
13328         * README: Add CVS checkout update instructions.
13329         Info from Bob Proulx <bob@proulx.com>.
13330
13331 2007-09-28  Eric Blake  <ebb9@byu.net>
13332
13333         Provide move-if-change.
13334         * build-aux/move-if-change: New file, based on best practice
13335         rather than any canonical upstream location.
13336
13337 2007-09-28  Jim Meyering  <jim@meyering.net>
13338
13339         Fix canonicalize loop-detection corner case.
13340         Do not attempt to stat the symlink values stored via seen_triple.
13341         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
13342         on linux-2.6.18, (but not 2.6.22).
13343         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
13344         triple_compare.  The former compares dev,ino,filename, while the latter
13345         would actually stat dirname(filename) when dev and ino were equal.
13346         * lib/hash-triple.c: Install <string.h>.
13347         (STREQ): Define.
13348         (triple_compare_ino_str): New function.
13349         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
13350
13351 2007-09-28  Eric Blake  <ebb9@byu.net>
13352
13353         Enforce that AC_REPLACE_FUNCS files exist.
13354         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
13355         override check for typos.
13356
13357         Fix test-closein on Solaris 10.
13358         * tests/test-closein.c (main): Don't assume stdin can be inherited
13359         closed on all systems.
13360         * tests/test-closein.sh: Likewise.
13361         Reported by Piotr Tarnowski.
13362
13363 2007-09-28  Jim Meyering  <jim@meyering.net>
13364
13365         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
13366
13367 2007-09-27  Jim Meyering  <jim@meyering.net>
13368
13369         canonicalize: Avoid a false-positive cycle failure.
13370         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
13371         Sort.  Remove cycle-check.
13372         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
13373         not cycle-check.h.
13374         (seen_triple): New function.
13375         (canonicalize_filename_mode): Use it instead of cycle-check.
13376         * tests/test-canonicalize.c: Add a test for this bug.
13377         * tests/test-canonicalize.sh: Set up and run the test.
13378
13379         New module, file-set, from coreutils.
13380         * modules/file-set: Define it.
13381         * lib/file-set.c, lib/file-set.h: Implement.
13382
13383         New module, hash-triple, from coreutils.
13384         * modules/hash-triple: Define it.
13385         * lib/hash-triple.c, lib/hash-triple.h: Implement.
13386
13387 2007-09-25  Eric Blake  <ebb9@byu.net>
13388
13389         Fix strerror on Interix.
13390         * lib/string_.h (strerror): Declare replacement.
13391         * doc/functions/strerror.texi (strerror): Document the Interix
13392         shortcoming.
13393         * modules/string (Makefile.am): Support new hooks.
13394         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
13395         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
13396         gl_FUNC_STRERROR_SEPARATE.
13397         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
13398         * lib/strerror.c (rpl_strerror): Provide replacement.
13399         * modules/strerror (Depends-on): Add string.
13400         (configure.ac): Detect use of module.
13401         * tests/test-strerror.c: New file.
13402         * modules/strerror-tests: New test module.
13403         * modules/argp (Depends-on): Add strerror.
13404         * modules/error (Depends-on): Likewise.
13405         Reported by Martin Koeppe.
13406
13407 2007-09-24  Bruno Haible  <bruno@clisp.org>
13408
13409         * README: Update git instructions.
13410
13411 2007-09-24  Eric Blake  <ebb9@byu.net>
13412
13413         Revert fpending breakage from 2007-09-08.
13414         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
13415         __fpending.c.
13416
13417 2007-09-24  Jim Meyering  <jim@meyering.net>
13418
13419         filenamecat.c: Add a test.
13420         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
13421         showing how the function works when DIR is the empty string.
13422
13423 2007-09-21  Simon Josefsson  <simon@josefsson.org>
13424
13425         * tests/test-canonicalize.sh: Turn on executable bit.
13426
13427 2007-09-19  Eric Blake  <ebb9@byu.net>
13428
13429         * README: Update CVS instructions.
13430
13431 2007-09-18  Bruno Haible  <bruno@clisp.org>
13432
13433         * modules/areadlink: New file.
13434         * lib/areadlink.h (areadlink): New declaration.
13435         * lib/areadlink.c: New file, based on lib/xreadlink.c.
13436
13437 2007-09-17  Jim Meyering  <jim@meyering.net>
13438
13439         * lib/savewd.c (ESTALE) [!defined]: Define.
13440         Reported to be required on Interix by Martin Koeppe.
13441
13442 2007-09-17  Bruno Haible  <bruno@clisp.org>
13443
13444         * gnulib-tool (func_version): Use $version.
13445
13446 2007-09-16  Bruno Haible  <bruno@clisp.org>
13447
13448         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
13449         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
13450         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
13451         Reported by Greg Schafer <gschafer@zip.com.au>.
13452
13453 2007-09-15  Bruno Haible  <bruno@clisp.org>
13454
13455         * gnulib-tool (sed): Try a little harder to make bash understand the
13456         alias.
13457         Reported by Bruce Korb <bruce.korb@gmail.com>.
13458
13459 2007-09-13  Eric Blake  <ebb9@byu.net>
13460
13461         * ChangeLog: Remove conflict markers.
13462
13463 2007-09-13  Simon Josefsson  <simon@josefsson.org>
13464
13465         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
13466         Reported by Bruno Haible <bruno@clisp.org>.
13467
13468 2007-09-12  Bruno Haible  <bruno@clisp.org>
13469
13470         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
13471         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
13472         is not defined.
13473
13474 2007-09-12  Eric Blake  <ebb9@byu.net>
13475
13476         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
13477         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
13478         Autoconf definition.
13479         * modules/euidaccess (Depends-on): Add extensions, for
13480         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
13481         * modules/fnmatch (Depends-on): Likewise.
13482         * modules/getaddrinfo (Depends-on): Likewise.
13483         * modules/getdelim (Depends-on): Likewise.
13484         * modules/getline (Depends-on): Likewise.
13485         * modules/getsubopt (Depends-on): Likewise.
13486         * modules/gettext (Depends-on): Likewise.
13487         * modules/group-member (Depends-on): Likewise.
13488         * modules/mbchar (Depends-on): Likewise.
13489         * modules/memmem (Depends-on): Likewise.
13490         * modules/mempcpy (Depends-on): Likewise.
13491         * modules/memrchr (Depends-on): Likewise.
13492         * modules/pagealign_alloc (Depends-on): Likewise.
13493         * modules/readutmp (Depends-on): Likewise.
13494         * modules/stpcpy (Depends-on): Likewise.
13495         * modules/stpncpy (Depends-on): Likewise.
13496         * modules/strchrnul (Depends-on): Likewise.
13497         * modules/strndup (Depends-on): Likewise.
13498         * modules/strsep (Depends-on): Likewise.
13499         * modules/strverscmp (Depends-on): Likewise.
13500         * modules/vasprintf (Depends-on): Likewise.
13501         * modules/wcwidth (Depends-on): Likewise.
13502         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
13503         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
13504         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
13505         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
13506         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
13507         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
13508         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
13509         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13510         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
13511         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
13512         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
13513         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
13514         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
13515         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
13516         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
13517         * m4/readutmp.m4 (gl_READUTMP): Likewise.
13518         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
13519         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
13520         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13521         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
13522         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
13523         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
13524         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
13525         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
13526         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
13527         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
13528         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
13529         so that lock.m4 can be used in gettext without extensions module.
13530
13531 2007-09-11  Bruno Haible  <bruno@clisp.org>
13532
13533         * m4/isc-posix.m4: Remove file.
13534         Suggested by Eric Blake.
13535
13536 2007-09-11  Eric Blake  <ebb9@byu.net>
13537
13538         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
13539
13540 2007-09-10  Bruno Haible  <bruno@clisp.org>
13541
13542         * posix-modules: Fix typo in error message.
13543         Reported by Matt <mkraai@beckman.com>.
13544
13545 2007-09-09  Bruno Haible  <bruno@clisp.org>
13546
13547         * doc/functions/getdelim.texi: Update list of platforms lacking the
13548         function.
13549         * doc/functions/getline.texi: Likewise.
13550
13551 2007-09-09  Jim Meyering  <jim@meyering.net>
13552
13553         * lib/hash.c (hash_initialize): Detect calloc failure.
13554         Reported by Bruno Haible.
13555
13556 2007-09-09  Bruno Haible  <bruno@clisp.org>
13557
13558         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
13559         malloc or realloc fails.
13560
13561 2007-09-09  Bruno Haible  <bruno@clisp.org>
13562
13563         * modules/getcwd (Depends-on): Add malloc-posix.
13564         * modules/glob (Depends-on): Likewise.
13565         * modules/putenv (Depends-on): Likewise.
13566         * modules/strdup (Depends-on): Likewise.
13567         * modules/getdelim (Depends-on): Add realloc-posix.
13568         * modules/read-file (Depends-on): Likewise.
13569
13570 2007-09-09  Bruno Haible  <bruno@clisp.org>
13571
13572         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
13573         (gl_FUNC_MALLOC_POSIX): Require it.
13574         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
13575         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
13576         * modules/realloc (Files): Add m4/malloc.m4.
13577         * modules/calloc (Files): Likewise.
13578
13579 2007-09-09  Bruno Haible  <bruno@clisp.org>
13580
13581         * modules/malloc-posix: New file.
13582         * modules/malloc (Depends-on): Add malloc-posix.
13583         * lib/malloc.c: Include errno.h.
13584         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
13585         and a POSIX-compatible malloc into a single function. Set ENOMEM
13586         when returning NULL.
13587         * m4/malloc.m4: New file.
13588         * doc/functions/malloc.texi: Mention the malloc-posix module.
13589         * lib/stdlib_.h (malloc): New declaration.
13590         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13591         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
13592         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
13593         and HAVE_MALLOC_POSIX.
13594
13595 2007-09-09  Bruno Haible  <bruno@clisp.org>
13596
13597         * modules/realloc-posix: New file.
13598         * modules/realloc (Depends-on): Add realloc-posix.
13599         * lib/realloc.c: Include errno.h.
13600         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
13601         and a POSIX-compatible realloc into a single function. Set ENOMEM
13602         when returning NULL.
13603         * m4/realloc.m4: New file.
13604         * doc/functions/realloc.texi: Mention the realloc-posix module.
13605         * lib/stdlib_.h (realloc): New declaration.
13606         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13607         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
13608         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
13609         and HAVE_REALLOC_POSIX.
13610
13611 2007-09-09  Bruno Haible  <bruno@clisp.org>
13612
13613         * modules/calloc-posix: New file.
13614         * modules/calloc (Depends-on): Add calloc-posix.
13615         * lib/calloc.c: Include errno.h.
13616         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
13617         and a POSIX-compatible calloc into a single function. Set ENOMEM
13618         when returning NULL.
13619         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
13620         * doc/functions/calloc.texi: Mention the calloc-posix module.
13621         * lib/stdlib_.h (calloc): New declaration.
13622         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13623         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
13624         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
13625         and HAVE_CALLOC_POSIX.
13626
13627 2007-09-09  Bruno Haible  <bruno@clisp.org>
13628
13629         Allow for modules to show an arbitrary notice.
13630         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
13631         * gnulib-tool: New option --extract-notice.
13632         (func_usage): Document it.
13633         (sed_extract_prog): Update.
13634         (func_get_notice): New function.
13635         (func_modules_notice): New function.
13636         (func_import, func_create_testdir): Invoke it.
13637         Suggested by Jim Meyering.
13638
13639 2007-09-09  Bruno Haible  <bruno@clisp.org>
13640
13641         * gnulib-tool: New options --verbose, --quiet.
13642         (func_usage): Document them.
13643         (verbose): New variable.
13644         (func_execute_command): New function.
13645         (func_import): Don't show the module list and the file list if
13646         $verbose < 0.
13647         (func_create_testdir): Likewise. Use func_execute_command.
13648         (func_create_megatestdir): Use func_execute_command.
13649
13650 2007-09-08  Bruno Haible  <bruno@clisp.org>
13651
13652         * gnulib-tool (func_import): Prefer rsync over wget when available,
13653         for fetching the PO files.
13654
13655 2007-09-08  Bruno Haible  <bruno@clisp.org>
13656
13657         * posix-modules: New file. Portions copied from gnulib-tool.
13658         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
13659
13660 2007-09-08  Jim Meyering  <jim@meyering.net>
13661
13662         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
13663         * lib/fpending.h: Rename from __fpending.h.
13664         * lib/fpending.c: Rename from __fpending.c.
13665         Include "fpending.h", not "__fpending.h".
13666         * lib/__fpending.h, lib/__fpending.c: Remove files.
13667         * modules/fpending (Files): Reflect new file names.
13668         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
13669
13670 2007-09-08  Bruno Haible  <bruno@clisp.org>
13671
13672         * m4/inttypes-h.m4: Remove stub file.
13673
13674 2007-09-07  Simon Josefsson  <simon@josefsson.org>
13675
13676         * doc/headers/stdint.texi: Discuss #include_next issue.
13677
13678 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13679
13680         * build-aux/bootstrap: Remove obsolete comment about wget --help.
13681
13682 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13683
13684         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
13685         in variable name.
13686
13687 2007-09-03  Jim Meyering  <jim@meyering.net>
13688
13689         New module: git-version-gen.
13690         * modules/git-version-gen: New file.
13691
13692         Import changes from coreutils for bootstrap script.
13693
13694         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
13695
13696         bootstrap: uses rsync to download the .po files
13697         * build-aux/bootstrap (po_download_command_format): New global.
13698         (download_po_files): Use rsync.
13699         (update_po_files): Don't remove .po files after download,
13700         so future rsync runs can take advantage of the copies.
13701
13702         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
13703
13704         Solve the unnecessary-.po-file-regeneration problem once and for all.
13705         * build-aux/bootstrap (download_po_files): New function, renamed from
13706         get_translations.  Now, downloads, but doesn't update LINGUAS.
13707         (update_po_files): New function.
13708
13709         bootstrap: Ignore more.
13710         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
13711         uniwidth to e.g., lib/.gitignore.
13712         (slurp): Handle the sys_stat_.h -> sys mapping, too.
13713
13714         * build-aux/bootstrap: New setting: vc_ignore.
13715         (insert_sorted_if_absent): Create $file if absent.
13716         Adapt to new, possibly empty, list: $vc_ignore.
13717
13718         bootstrap: generate more ignorable names
13719         * build-aux/bootstrap (slurp): When generating ignorable names,
13720         also map .sin to .sed, .gperf to .c, and .y to .c.
13721
13722 2007-09-03  Jim Meyering  <jim@meyering.net>
13723
13724         * build-aux/git-version-gen: New file, from coreutils.  For details, see
13725         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
13726
13727 2007-09-02  Bruno Haible  <bruno@clisp.org>
13728
13729         Fix mis-recognition of 'mcs' on QNX 6.
13730         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
13731         output contains the string "Mono".
13732         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
13733         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
13734
13735 2007-09-01  Bruno Haible  <bruno@clisp.org>
13736
13737         Fix collision between uniwidth/* and linebreak modules.
13738         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
13739         u32_width): Remove declarations.
13740         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
13741         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
13742         streq3, streq2, streq1, streq0): Remove functions.
13743         (STREQ): Remove macro.
13744         (is_cjk_encoding): Remove function.
13745         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
13746         (uc_width, u8_width, u16_width, u32_width): Remove functions.
13747         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
13748         * NEWS: Document the change.
13749
13750 2007-09-01  Bruno Haible  <bruno@clisp.org>
13751
13752         * lib/streq.h: Add double-inclusion guard.
13753
13754 2007-09-01  Karl Berry  <karl@gnu.org>
13755
13756         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
13757
13758 2007-08-28  Jim Meyering  <jim@meyering.net>
13759
13760         Rename mreadlink_with_size to areadlink_with_size.
13761         * NEWS: Document the change.
13762         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
13763         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
13764         * lib/mreadlink.h: Rename this to...
13765         * lib/areadlink.h: ...this.
13766         * modules/mreadlink-with-size: Rename this to...
13767         * modules/areadlink-with-size: ...this.
13768         * lib/canonicalize.c: Reflect the renaming.
13769         * modules/canonicalize: Likewise.
13770
13771 2007-08-26  Bruno Haible  <bruno@clisp.org>
13772
13773         * gnulib-tool (func_import): When deciding which files to remove,
13774         consider also dangling symbolic links.
13775         Reported by Eric Blake.
13776
13777 2007-08-26  Bruno Haible  <bruno@clisp.org>
13778
13779         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
13780
13781 2007-08-23  Simon Josefsson  <simon@josefsson.org>
13782
13783         * lib/readline.c: Don't include getline.h, the prototype is now
13784         found in stdio.h.
13785
13786 2007-08-23  Jim Meyering  <jim@meyering.net>
13787
13788         Getdelim touchup.
13789         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
13790         around the funlockfile call, since funlockfile never sets errno.
13791         Don't set errno upon failed realloc.
13792
13793 2007-08-22  Eric Blake  <ebb9@byu.net>
13794
13795         Getline touchups.
13796         * lib/getdelim.c (getdelim): Revert regression that required *n to
13797         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
13798         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
13799         getdelim, rather than whether implementation is missing.
13800         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
13801         * lib/stdio_.h (getline): Also declare if replacement is
13802         required.
13803         * doc/functions/getdelim.texi: New file.
13804         * doc/functions/getline.texi: Likewise.
13805         * doc/gnulib.texi (Function Substitutes): Add new files.
13806         Reported by Bruno Haible.
13807
13808 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
13809
13810         * users.txt: Add Guile.
13811
13812 2007-08-22  Eric Blake  <ebb9@byu.net>
13813
13814         * tests/test-getdelim.c (main): Use remove, not unlink.
13815         * tests/test-getline.c (main): Likewise.
13816
13817         Move getline and getdelim into stdio.h, per POSIX 200x.
13818         * modules/getline (Files): Remove getline.h.
13819         (Depends-on): Add stdio.
13820         (configure.ac): Add module indicator.
13821         * modules/getdelim (Files): Remove getdelim.h.
13822         (Depends-on): Add stdio.
13823         (configure.ac): Add module indicator.
13824         * modules/stdio (Makefile.am): Work with new indicators.
13825         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
13826         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
13827         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
13828         * lib/getdelim.h: Delete.
13829         * lib/getline.h: Delete.
13830         * lib/stdio_.h (getdelim, getline): Declare.
13831         * modules/getdelim-tests: New module.
13832         * modules/getline-tests: Likewise.
13833         * tests/test-getdelim.c: New file.
13834         * tests/test-getline.c: Likewise.
13835         * NEWS: Document the change.
13836         * lib/getline.c: Update choice of header.
13837         * lib/csharpcomp.c: Likewise.
13838         * lib/getpass.c: Likewise.
13839         * lib/javacomp.c: Likewise.
13840         * lib/javaversion.c: Likewise.
13841         * lib/yesno.c: Likewise.
13842         * lib/getdelim.c: Likewise.
13843         (getdelim): Set errno on failure, and avoid memory leak.
13844
13845 2007-08-19  Bruno Haible  <bruno@clisp.org>
13846
13847         * modules/closein (Depends-on): Add freadahead.
13848         * lib/closein.c: Include freadahead.h.
13849         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
13850         is zero.
13851
13852 2007-08-19  Bruno Haible  <bruno@clisp.org>
13853
13854         * modules/freadahead-tests: New file.
13855         * tests/test-freadahead.sh: New file.
13856         * tests/test-freadahead.c: New file.
13857
13858         * modules/freadahead: New file.
13859         * lib/freadahead.h: New file.
13860         * lib/freadahead.c: New file.
13861         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
13862         fbufmode, fpurge, freadable, fwritable.
13863
13864 2007-08-19  Eric Blake  <ebb9@byu.net>
13865
13866         Test yesno in combination with closein.
13867         * lib/yesno.c (yesno): Document use of stdin.
13868         * modules/yesno-tests (Files): New module.
13869         * tests/test-yesno.c (main): New file.
13870         * tests/test-yesno.sh: Likewise.
13871
13872 2007-08-19  Bruno Haible  <bruno@clisp.org>
13873
13874         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
13875         * lib/fseeko.c (rpl_fseeko): Likewise.
13876         * lib/fseterr.c (fseterr): Likewise.
13877
13878 2007-08-19  Bruno Haible  <bruno@clisp.org>
13879
13880         * tests/test-lseek.c (main): Disable a test for BeOS.
13881         * doc/functions/lseek.texi: Document the BeOS bug.
13882
13883 2007-08-19  Bruno Haible  <bruno@clisp.org>
13884             Eric Blake  <ebb9@byu.net>
13885
13886         * lib/lseek.c: Include <sys/stat.h>.
13887         (rpl_lseek): Add workaround code also for Unix platforms.
13888         Needed for BeOS.
13889         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
13890         * doc/functions/lseek.texi: Document BeOS definiency.
13891
13892 2007-08-18  Bruno Haible  <bruno@clisp.org>
13893
13894         * modules/fstrcmp-tests: New file.
13895         * tests/test-fstrcmp.c: New file.
13896
13897 2007-08-18  Bruno Haible  <bruno@clisp.org>
13898
13899         * modules/fstrcmp: New file, from GNU gettext with modifications.
13900         * lib/fstrcmp.h: New file, from GNU gettext.
13901         * lib/fstrcmp.c: New file, from GNU gettext.
13902         * MODULES.html.sh (String handling): Add fstrcmp.
13903
13904 2007-08-18  Bruno Haible  <bruno@clisp.org>
13905
13906         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
13907         'bool'.
13908         (diag, compareseq): Remove const from the ctxt argument.
13909         (USE_HEURISTIC): Undefine at the end.
13910
13911 2007-08-18  Jim Meyering  <jim@meyering.net>
13912
13913         New file: lib/idcache.h
13914         * NEWS: Mention the addition.
13915         * modules/idcache (Files): Add lib/idcache.h
13916         * lib/idcache.c: Include "idcache.h".
13917         Don't include <sys/types.h>.
13918         Add a FIXME comment.
13919         Move file-scoped "static" declarations to the top.
13920         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
13921
13922 2007-08-17  Bruno Haible  <bruno@clisp.org>
13923         and Paul Eggert  <eggert@cs.ucla.edu>
13924
13925         * MODULES.html.sh: Add diffseq.
13926         * modules/diffseq: New file.
13927         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
13928         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
13929
13930 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13931
13932         Import changes from coreutils for bootstrap script.
13933
13934         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
13935
13936         * build-aux/bootstrap (slurp): Work even in environments where
13937         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
13938         current code does not slurp files whose names start with ".", and
13939         this looks like it might be a troublesome area.
13940
13941         2007-07-11  Jim Meyering  <jim@meyering.net>
13942
13943         If there's a GPL vN copyright comment, require that N == 3.
13944
13945         2007-07-08  Jim Meyering  <jim@meyering.net>
13946
13947         Run the coreutils-specific code only if tests/Makefile.am.in exists.
13948         * build-aux/bootstrap (mam_template): Move definition out of loop.
13949
13950         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
13951
13952         * build-aux/bootstrap (symlink_to_dir): Rename function from
13953         symlink_to_gnulib.  Add a directory parameter.  Update all
13954         callers.
13955         (cp_mark_as_generated): Also check for -- and link to -- files in
13956         gl/.
13957
13958         2007-07-08  Jim Meyering  <jim@meyering.net>
13959
13960         Adapt to deeper hierarchy in gnulib.
13961         * build-aux/bootstrap (symlink_to_dir): If the destination
13962         directory doesn't exist, create it. This is required at least for
13963         "lib/uniwidth/cjk.h".
13964
13965         2007-05-15  Jim Meyering  <jim@meyering.net>
13966
13967         * build-aux/bootstrap: Now that generated Makefile.am files
13968         are no longer under version control, they must be created at
13969         bootstrap time.
13970
13971 2007-08-14  Ben Pfaff  <blp@gnu.org>
13972
13973         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
13974
13975 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13976
13977         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
13978         given the changes below.
13979         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
13980         even on hosts that have padding bits beyond the supported 64.
13981
13982 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13983
13984         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
13985         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
13986         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
13987         depends on it.
13988         (xstrtol_error): Remove.
13989         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
13990         but with a different signature.
13991         (ATTRIBUTE_NORETURN, __attribute__): New macros.
13992         * lib/xstrtol-error.c: Include exitfail.h.
13993         (xstrtol_fatal): New function, with a different signature from the
13994         old xstrtol_error, so that the caller need not worry about passing
13995         in an exit status, or about storage management of the option argument.
13996         (xstrtol_error): Now a static function.  Redo signature to
13997         implement xstrtol_fatal.  Output the correct number of hyphens in
13998         front of the option so that the caller need not worry about
13999         storage management.
14000         (N_): New macro.
14001         (_): Remove; not used now.
14002         * modules/xstrtol: Depend on getopt.
14003         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
14004         of old STRTOL_FATAL_ERROR macro.
14005         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
14006         of test program.
14007         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
14008         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
14009
14010 2007-08-08  Eric Blake  <ebb9@byu.net>
14011
14012         * lib/xstrtol-error.c: Add missing include.
14013
14014         Move xstrtol messages into gnulib domain, when --pobase is used.
14015         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
14016         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
14017         * modules/xstrtol (Files): Distribute new file.
14018         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
14019         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
14020         * tests/test-xstrtol.c: ...into new file.
14021         * tests/test-xstrtoul.c: Also test xstrtoul.
14022         * tests/test-xstrtoimax.c: Also test xstrtoimax.
14023         * tests/test-xstrtoumax.c: Also test xstrtoumax.
14024         * tests/test-xstrtol.sh: Drive the tests.
14025         * tests/test-xstrtoimax.sh: Likewise.
14026         * tests/test-xstrtoumax.sh: Likewise.
14027         * modules/xstrtol-tests: New module.
14028         * modules/xstrtoimax-tests: Likewise.
14029         * modules/xstrtoumax-tests: Likewise.
14030
14031 2007-08-08  Jim Meyering  <jim@meyering.net>
14032
14033         New function: mfile_name_concat.
14034         * lib/filenamecat.c (mfile_name_concat): New function, just like
14035         file_name_concat, but return NULL upon failure rather than exiting
14036         with a diagnostic.
14037         * lib/filenamecat.h: Declare it.
14038
14039 2007-08-07  Bruno Haible  <bruno@clisp.org>
14040
14041         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
14042         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
14043         warning from gcc.
14044         Reported by Eric Blake.
14045
14046 2007-08-07  Simon Josefsson  <simon@josefsson.org>
14047
14048         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
14049         * modules/crypto/arcfour (License): Likewise.
14050         * modules/crypto/des-tests (License): Likewise.
14051         * modules/crypto/gc-arctwo-tests (License): Likewise.
14052         * modules/crypto/gc-des-tests (License): Likewise.
14053         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
14054         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
14055         * modules/crypto/gc-md2-tests (License): Likewise.
14056         * modules/crypto/gc-md4-tests (License): Likewise.
14057         * modules/crypto/gc-md5-tests (License): Likewise.
14058         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
14059         * modules/crypto/gc-rijndael-tests (License): Likewise.
14060         * modules/crypto/gc-sha1-tests (License): Likewise.
14061         * modules/crypto/gc-tests (License): Likewise.
14062         * modules/crypto/hmac-md5 (License): Likewise.
14063         * modules/crypto/hmac-sha1 (License): Likewise.
14064         * modules/crypto/md2-tests (License): Likewise.
14065         * modules/crypto/md4-tests (License): Likewise.
14066         * modules/crypto/md5 (License): Likewise.
14067         * modules/crypto/rijndael (License): Likewise.
14068         * modules/crypto/sha1 (License): Likewise.
14069         * modules/memxor (License): Likewise.
14070
14071 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14072         and Bruno Haible  <bruno@clisp.org>
14073
14074         * NEWS: Describe interface changes to human, xstrtol.
14075         * lib/human.h: Include <xstrtol.h>.
14076         (human_options): Return enum strtol_error, not int.  Remove
14077         bool arg; take int * instead.
14078         * lib/human.c: Don't include "gettext.h".
14079         (_): Remove; no longer used.
14080         Don't include <xstrtol.h>, since human.h does it.
14081         (human_options): Adjust to abovementioned interface changes.
14082         Do not report error to stderr; that's now the caller's
14083         responsibility.
14084         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
14085         interface change.
14086         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
14087         Str, Argument_type_string.  All uses changed.  Put " argument"
14088         in diagnostics to make them clearer.  Change wording of suffix
14089         message for clarity.
14090         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
14091         Argument_type_string.
14092         (STRTOL_FATAL_WARN): Remove; no longer used.
14093         * modules/human (Depends-on): Remove gettext-h.
14094
14095 2007-08-06  Simon Josefsson  <simon@josefsson.org>
14096
14097         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
14098
14099 2007-07-31  Bruno Haible  <bruno@clisp.org>
14100
14101         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
14102         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
14103         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
14104
14105 2007-07-31  Bruno Haible  <bruno@clisp.org>
14106
14107         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
14108         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
14109
14110 2007-07-30  Bruno Haible  <bruno@clisp.org>
14111
14112         * modules/base64 (License): Use the synonymous term "LGPLv2+".
14113         * modules/c-ctype (License): Likewise.
14114         * modules/c-strcase (License): Likewise.
14115         * modules/check-version (License): Likewise.
14116         * modules/iconv (License): Likewise.
14117         * modules/iconv_open (License): Likewise.
14118         * modules/read-file (License): Likewise.
14119         * modules/striconv (License): Likewise.
14120         * modules/strverscmp (License): Likewise.
14121         * modules/vasprintf (License): Likewise.
14122         * modules/crypto/des (License): Likewise.
14123         * modules/crypto/gc (License): Likewise.
14124         * modules/crypto/gc-arcfour (License): Likewise.
14125         * modules/crypto/gc-arctwo (License): Likewise.
14126         * modules/crypto/gc-des (License): Likewise.
14127         * modules/crypto/gc-hmac-md5 (License): Likewise.
14128         * modules/crypto/gc-hmac-sha1 (License): Likewise.
14129         * modules/crypto/gc-md2 (License): Likewise.
14130         * modules/crypto/gc-md4 (License): Likewise.
14131         * modules/crypto/gc-md5 (License): Likewise.
14132         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
14133         * modules/crypto/gc-random (License): Likewise.
14134         * modules/crypto/gc-rijndael (License): Likewise.
14135         * modules/crypto/gc-sha1 (License): Likewise.
14136         * modules/crypto/md2 (License): Likewise.
14137         * modules/crypto/md4 (License): Likewise.
14138
14139 2007-07-30  Jim Meyering  <jim@meyering.net>
14140
14141         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
14142         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
14143         it has valid stat data.  This bug would cause du not to count the
14144         sizes of inaccessible directories.
14145         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
14146         in <http://bugzilla.redhat.com/250077>.
14147
14148 2007-07-25  Peter O'Gorman  <peter@pogma.com>
14149             Bruno Haible  <bruno@clisp.org>
14150
14151         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
14152         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
14153         #include_next, gives a diagnostic about it, but reports no error in
14154         the exit code.
14155         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
14156
14157 2007-07-24  Ben Pfaff  <blp@gnu.org>
14158
14159         Improve name: "count-one-bits" is better than "popcount".
14160         * MODULES.html.sh: Update name.
14161         * lib/popcount.h: Renamed lib/count-one-bits.h.
14162         (popcount): Renamed count_one_bits.
14163         (popcountl): Renamed count_one_bits_l.
14164         (popcountll): Renamed count_one_bits_ll.
14165         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
14166         * modules/popcount: Renamed module/count-one-bits.
14167         * modules/popcount-tests: Renamed module/count-one-bits-tests.
14168         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
14169
14170 2007-07-23  Ben Pfaff  <blp@gnu.org>
14171
14172         * lib/popcount.h (popcount32): Reduce size of constants, to allow
14173         better code generation, and add U to large constants to avoid
14174         warnings, in non-GCC case.
14175         Suggested by Bruno Haible.
14176
14177 2007-07-23  Ben Pfaff  <blp@gnu.org>
14178
14179         * lib/popcount.h: Use verify_true instead of if...abort.
14180         * modules/popcount: Depend on verify module.
14181         Suggested by Jim Meyering.
14182
14183 2007-07-23  Bruno Haible  <bruno@clisp.org>
14184
14185         * gnulib-tool (func_import): Create a .cvsignore file also when the
14186         directory is not yet in CVS but the toplevel directory is. When
14187         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
14188         Reported by Karl Berry.
14189
14190 2007-07-22  Ben Pfaff  <blp@gnu.org>
14191
14192         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
14193         case.
14194         Suggested by Eric Blake.
14195
14196 2007-07-22  Ben Pfaff  <blp@gnu.org>
14197
14198         New module: popcount.
14199         * MODULES.html.sh: Add popcount.
14200         * modules/popcount: New file.
14201         * modules/popcount-tests: New file.
14202         * tests/test-popcount.c: New file.
14203         * lib/popcount.h: New file.
14204         * m4/popcount.m4: New file.
14205
14206 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14207
14208         * build-aux/announce-gen: Update to GPLv3.
14209
14210         * build-aux/config.guess: Update from config.
14211
14212 2007-07-21  Bruno Haible  <bruno@clisp.org>
14213
14214         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
14215         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
14216
14217 2007-07-20  Jim Meyering  <jim@meyering.net>
14218
14219         * check-module: Diagnose a self-dependency.
14220
14221 2007-07-19  Bruno Haible  <bruno@clisp.org>
14222
14223         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
14224         empty.
14225         Reported by Eric Blake.
14226
14227 2007-07-18  Bruno Haible  <bruno@clisp.org>
14228
14229         * gnulib-tool: New options --po-base, --po-domain.
14230         (func_usage): Document them.
14231         (pobase, po_domain): New variables.
14232         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
14233         DEFAULT_TEXT_DOMAIN.
14234         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
14235         (func_import): Consider pobase and po_domain. Create a po/ directory.
14236         (func_create_testdir): Set pobase and po_domain to empty.
14237         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
14238         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
14239
14240 2007-07-18  Bruno Haible  <bruno@clisp.org>
14241
14242         * gnulib-tool (func_get_automake_snippet): Synthesize also an
14243         EXTRA_DIST augmentation for files in build-aux/.
14244
14245 2007-07-16  Bruno Haible  <bruno@clisp.org>
14246
14247         * modules/lseek (License): Use the synonymous term "LGPLv2+".
14248         * modules/getdelim (License): Likewise.
14249
14250 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14251
14252         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
14253         * modules/d-type (License): Likewise.
14254         * modules/extensions (License): Likewise.
14255         * modules/fnmatch (License): Likewise.
14256         * modules/fseeko (License): Likewise.
14257         * modules/getaddrinfo (License): Likewise.
14258         * modules/getline (License): Likewise.
14259         * modules/getlogin_r (License): Likewise.
14260         * modules/getpass (License): Likewise.
14261         * modules/gettimeofday (License): Likewise.
14262         * modules/glob (License): Likewise.
14263         * modules/inet_ntop (License): Likewise.
14264         * modules/malloc (License): Likewise.
14265         * modules/malloca (License): Likewise.
14266         * modules/memmem (License): Likewise.
14267         * modules/mempcpy (License): Likewise.
14268         * modules/memset (License): Likewise.
14269         * modules/minmax (License): Likewise.
14270         * modules/mktime (License): Likewise.
14271         * modules/netinet_in (License): Likewise.
14272         * modules/pathmax (License): Likewise.
14273         * modules/poll (License): Likewise.
14274         * modules/regex (License): Likewise.
14275         * modules/snprintf (License): Likewise.
14276         * modules/stdbool (License): Likewise.
14277         * modules/stdint (License): Likewise.
14278         * modules/stdio (License): Likewise.
14279         * modules/strcase (License): Likewise.
14280         * modules/strcasestr (License): Likewise.
14281         * modules/strdup (License): Likewise.
14282         * modules/string (License): Likewise.
14283         * modules/strndup (License): Likewise.
14284         * modules/strnlen (License): Likewise.
14285         * modules/strpbrk (License): Likewise.
14286         * modules/strptime (License): Likewise.
14287         * modules/strsep (License): Likewise.
14288         * modules/sys_select (License): Likewise.
14289         * modules/sys_socket (License): Likewise.
14290         * modules/sys_stat (License): Likewise.
14291         * modules/sys_time (License): Likewise.
14292         * modules/time (License): Likewise.
14293         * modules/time_r (License): Likewise.
14294         * modules/timegm (License): Likewise.
14295         * modules/unistd (License): Likewise.
14296         * modules/vsnprintf (License): Likewise.
14297         * modules/wctype (License): Likewise.
14298
14299 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14300
14301         * modules/argz (License): LGPLv2+.
14302
14303 2007-07-15  Karl Berry  <karl@gnu.org>
14304
14305         * doc/gnulib.texi: revise node structure per new fdl.texi.
14306
14307 2007-07-14  Bruno Haible  <bruno@clisp.org>
14308
14309         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
14310         the output file.
14311         * lib/uniname/uninames.h: Regenerated.
14312
14313 2007-07-14  Karl Berry  <karl@gnu.org>
14314
14315         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
14316         omitting sectioning and index commands.
14317
14318 2007-07-13  Bruno Haible  <bruno@clisp.org>
14319
14320         New gnulib-tool option --more-symlinks.
14321         * gnulib-tool (func_usage): Document --more-symlinks.
14322         (do_copyrights): New variable.
14323         Recognize option --more-symlinks.
14324         (func_import): Don't add a copyright notice transform to
14325         sed_transform_lib_file if do_copyrights is empty.
14326
14327 2007-07-13  Bruno Haible  <bruno@clisp.org>
14328
14329         * lib/vasnprintf.c (decimal_point_char): Define also if
14330         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
14331         && !NEED_PRINTF_DIRECTIVE_A.
14332         Reported by Clemens Koller <clemens.koller@anagramm.de> via
14333         Gary V. Vaughan <gary@gnu.org>.
14334
14335 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
14336
14337         * lib/inttypes_.h: Undo previous change, since it was fixed
14338         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
14339
14340 2007-07-13  Bruno Haible  <bruno@clisp.org>
14341
14342         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
14343         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
14344
14345 2007-07-13  Jim Meyering  <jim@meyering.net>
14346
14347         df: Don't fail for Tru64's "file-on-file mount".
14348         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
14349         so we fall through and use statfs instead.  Details here:
14350         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
14351         Reported by Albert Chin.
14352
14353 2007-07-13  Bruno Haible  <bruno@clisp.org>
14354
14355         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
14356         * modules/configmake (License): Likewise.
14357         * modules/gettext (License): Likewise.
14358         * modules/gettext-h (License): Likewise.
14359         * modules/include_next (License): Likewise.
14360         * modules/link-warning (License): Likewise.
14361         * modules/localcharset (License): Likewise.
14362         * modules/localename (License): Likewise.
14363         * modules/lock (License): Likewise.
14364         * modules/relocatable-lib-lgpl (License): Likewise.
14365         * modules/size_max (License): Likewise.
14366         * modules/vasnprintf (License): Likewise.
14367         * modules/wchar (License): Likewise.
14368         * modules/xsize (License): Likewise.
14369
14370 2007-07-13  Bruno Haible  <bruno@clisp.org>
14371
14372         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
14373         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
14374
14375 2007-07-12  Bruno Haible  <bruno@clisp.org>
14376
14377         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
14378         in the modules files.
14379
14380 2007-07-11  Karl Berry  <karl@gnu.org>
14381
14382         * MODULES.html.sh (func_module): use
14383          sed -e '\|^'"${includefile}"'$|d'
14384          instead of /.../d, to avoid errors on $includefile's containing /.
14385
14386 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
14387
14388         * gnulib-tool (func_import): Avoid duplication of --avoid
14389         statements
14390         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
14391         names to `_' in variable names.
14392
14393 2007-07-10  Eric Blake  <ebb9@byu.net>
14394
14395         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
14396         * NEWS: Document this change.
14397
14398 2007-07-08  Bruno Haible  <bruno@clisp.org>
14399
14400         Update to Unicode 5.0.
14401         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
14402         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
14403         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
14404         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
14405         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
14406         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
14407         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
14408         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
14409         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
14410         U+10A3F, U+1D242..U+1D244.
14411         (nonspacing_table_ind): Update.
14412         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
14413         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
14414
14415 2007-07-08  Bruno Haible  <bruno@clisp.org>
14416
14417         Update to Unicode 5.0.
14418         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
14419         code transform. Extend the name index field of unicode_name_to_code and
14420         unicode_code_to_name from 16 to 24 bits.
14421         * lib/uniname/uniname.c (unicode_character_name,
14422         unicode_name_character): Add the range 0x12xxx to the code transform.
14423         * lib/uniname/uninames.h: Regenerated.
14424         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
14425
14426 2007-07-07  Bruno Haible  <bruno@clisp.org>
14427
14428         * modules/wcwidth-tests: New file.
14429         * tests/test-wcwidth.c: New file.
14430
14431         Work around MacOS X wcwidth() bug.
14432         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
14433         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
14434         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
14435         original wcwidth in non-UTF-8 locales.
14436         * modules/wcwidth (Depends-on): Add localcharset, streq,
14437         uniwidth/width.
14438         * doc/functions/wcwidth.texi: Update.
14439
14440 2007-07-07  Bruno Haible  <bruno@clisp.org>
14441
14442         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
14443         (wcwidth): New declaration.
14444         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
14445         macros.
14446         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
14447         here. Prepare for creating <wchar.h> unconditionally.
14448         * modules/wchar (Depends-on): Add link-warning.
14449         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
14450         REPLACE_WCWIDTH, and GL_LINK_WARNING.
14451         * lib/wcwidth.h: Remove file.
14452         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
14453         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
14454         * modules/wcwidth (Files): Remove lib/wcwidth.h.
14455         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
14456         (Include): Replace wcwidth.h with <wchar.h>.
14457         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
14458         * lib/mbchar.h: Don't include wcwidth.h.
14459         * lib/mbswidth.c: Likewise.
14460         * NEWS: Mention the change.
14461
14462 2007-07-07  Bruno Haible  <bruno@clisp.org>
14463
14464         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
14465         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
14466         definition with an external declaration.
14467         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
14468         defined as a function. Remove AC_C_INLINE requirement.
14469         * modules/wcwidth (Files): Add lib/wcwidth.c.
14470         (Makefile.am): Remove redundant statement.
14471
14472 2007-07-07  Bruno Haible  <bruno@clisp.org>
14473
14474         * MODULES.html.sh (Unicode string functions): Add the new modules.
14475
14476         * tests/uniwidth/test-u32-strwidth.c: New file.
14477         * modules/uniwidth/u32-strwidth-tests: New file.
14478
14479         * lib/uniwidth/u32-strwidth.c: New file.
14480         * modules/uniwidth/u32-strwidth: New file.
14481
14482         * tests/uniwidth/test-u16-strwidth.c: New file.
14483         * modules/uniwidth/u16-strwidth-tests: New file.
14484
14485         * lib/uniwidth/u16-strwidth.c: New file.
14486         * modules/uniwidth/u16-strwidth: New file.
14487
14488         * tests/uniwidth/test-u8-strwidth.c: New file.
14489         * modules/uniwidth/u8-strwidth-tests: New file.
14490
14491         * lib/uniwidth/u8-strwidth.c: New file.
14492         * modules/uniwidth/u8-strwidth: New file.
14493
14494         * tests/uniwidth/test-u32-width.c: New file.
14495         * modules/uniwidth/u32-width-tests: New file.
14496
14497         * lib/uniwidth/u32-width.c: New file.
14498         * modules/uniwidth/u32-width: New file.
14499
14500         * tests/uniwidth/test-u16-width.c: New file.
14501         * modules/uniwidth/u16-width-tests: New file.
14502
14503         * lib/uniwidth/u16-width.c: New file.
14504         * modules/uniwidth/u16-width: New file.
14505
14506         * tests/uniwidth/test-u8-width.c: New file.
14507         * modules/uniwidth/u8-width-tests: New file.
14508
14509         * lib/uniwidth/u8-width.c: New file.
14510         * modules/uniwidth/u8-width: New file.
14511
14512         * tests/uniwidth/test-uc_width.c: New file.
14513         * modules/uniwidth/width-tests: New file.
14514
14515         * lib/uniwidth/width.c: New file, from GNU libiconv.
14516         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
14517         * modules/uniwidth/width: New file.
14518
14519         * lib/uniwidth.h: New file, from GNU libiconv.
14520         * modules/uniwidth/base: New file.
14521
14522 2007-07-07  Bruno Haible  <bruno@clisp.org>
14523
14524         * lib/uniname.h: New file, from GNU gettext.
14525         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
14526         * lib/uniname/uninames.h: New file, from GNU gettext.
14527         * lib/uniname/uniname.c: New file, from GNU gettext.
14528         * tests/uniname/test-uninames.sh: New file.
14529         * tests/uniname/test-uninames.c: New file, from GNU gettext.
14530         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
14531         * modules/uniname/base: New file.
14532         * modules/uniname/uniname: New file.
14533         * modules/uniname/uniname-tests: New file.
14534         * MODULES.html.sh (Unicode string functions): Add the new modules.
14535
14536 2007-07-06  Bruno Haible  <bruno@clisp.org>
14537
14538         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
14539
14540 2007-07-06  Bruno Haible  <bruno@clisp.org>
14541
14542         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
14543         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
14544         includes <cygwin/sys_time.h> which includes <sys/select.h> which
14545         include <sys/time.h>.
14546         Reported by Eric Blake.
14547
14548 2007-07-06  Eric Blake  <ebb9@byu.net>
14549
14550         Fix testing canonicalize on cygwin.
14551         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
14552         Revert patch from 2007-06-19.
14553         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
14554         canonicalize module is also in use.
14555         * tests/test-canonicalize.c: New file.
14556         * tests/test-canonicalize.sh: Likewise.
14557         * modules/canonicalize-tests: Likewise.
14558
14559 2007-07-06  Jim Meyering  <jim@meyering.net>
14560
14561         * lib/getugroups.c (getugroups): Detect getgrent failure.
14562         Adjust comment to reflect reality: this function may return -1.
14563
14564 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
14565
14566         * build-aux/bootstrap (TP_URL,get_translations): Update to use
14567         the new TP address.
14568         (usage): Fix typo
14569         (gnulib_mk): New variable.
14570
14571 2007-07-05  Jim Meyering  <jim@meyering.net>
14572
14573         Don't let endgrent clobber errno, no matter how improbable.
14574         * lib/getugroups.c (getugroups): Save and restore errno around
14575         endgrent call.
14576
14577         Close the group DB even when failing with 2^31 or more members.
14578         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
14579
14580 2007-07-04  Jim Meyering  <jim@meyering.net>
14581
14582         * lib/getugroups.h: New file.
14583         * lib/getugroups.c: Include "getugroups.h".
14584         Remove uses of "register" keyword.
14585         Move local variable, "cp", down into scope where used.
14586         Give "username" parameter the "const" attribute.
14587         * modules/getugroups (Files): Add lib/getugroups.h
14588
14589 2007-07-04  Karl Berry  <karl@gnu.org>
14590
14591         * MODULES.html.sh (func_all_modules): Complete rename of
14592         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
14593
14594 2007-07-02  Bruno Haible  <bruno@clisp.org>
14595
14596         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
14597         mode, when inttypes.h comes from gnulib.
14598         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
14599
14600 2007-07-02  Simon Josefsson  <simon@josefsson.org>
14601
14602         * NEWS: Mention lgpl module name change.
14603
14604         * modules/lgpl-2.1: Renamed from lgpl.
14605
14606         * NEWS: Mention gpl module name change.
14607
14608         * modules/gpl-3.0: New file, based on gpl-2.0.
14609
14610         * modules/gpl-2.0: Renamed from gpl.
14611
14612         * modules/gpl: Fix filename, doc/gpl.texi is now found at
14613         doc/gpl-2.0.texi.
14614
14615 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14616
14617         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
14618         #define __STDC_LIMIT_MACROS temporarily while including
14619         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
14620         Problem reported by Joel E. Denny in
14621         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
14622
14623 2007-07-01  Bruno Haible  <bruno@clisp.org>
14624
14625         * lib/unistdio.h: New file.
14626         * lib/unistdio/u-asnprintf.h: New file.
14627         * lib/unistdio/u-asprintf.h: New file.
14628         * lib/unistdio/u-printf-args.c: New file.
14629         * lib/unistdio/u-printf-args.h: New file.
14630         * lib/unistdio/u-printf-parse.h: New file.
14631         * lib/unistdio/u-snprintf.h: New file.
14632         * lib/unistdio/u-sprintf.h: New file.
14633         * lib/unistdio/u-vasprintf.h: New file.
14634         * lib/unistdio/u-vsnprintf.h: New file.
14635         * lib/unistdio/u-vsprintf.h: New file.
14636         * lib/unistdio/ulc-asnprintf.c: New file.
14637         * lib/unistdio/ulc-asprintf.c: New file.
14638         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
14639         * lib/unistdio/ulc-printf-parse.c: New file.
14640         * lib/unistdio/ulc-snprintf.c: New file.
14641         * lib/unistdio/ulc-sprintf.c: New file.
14642         * lib/unistdio/ulc-vasnprintf.c: New file.
14643         * lib/unistdio/ulc-vasprintf.c: New file.
14644         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
14645         * lib/unistdio/ulc-vsnprintf.c: New file.
14646         * lib/unistdio/ulc-vsprintf.c: New file.
14647         * lib/unistdio/u8-asnprintf.c: New file.
14648         * lib/unistdio/u8-asprintf.c: New file.
14649         * lib/unistdio/u8-printf-parse.c: New file.
14650         * lib/unistdio/u8-snprintf.c: New file.
14651         * lib/unistdio/u8-sprintf.c: New file.
14652         * lib/unistdio/u8-vasnprintf.c: New file.
14653         * lib/unistdio/u8-vasprintf.c: New file.
14654         * lib/unistdio/u8-vsnprintf.c: New file.
14655         * lib/unistdio/u8-vsprintf.c: New file.
14656         * lib/unistdio/u8-u8-asnprintf.c: New file.
14657         * lib/unistdio/u8-u8-asprintf.c: New file.
14658         * lib/unistdio/u8-u8-snprintf.c: New file.
14659         * lib/unistdio/u8-u8-sprintf.c: New file.
14660         * lib/unistdio/u8-u8-vasnprintf.c: New file.
14661         * lib/unistdio/u8-u8-vasprintf.c: New file.
14662         * lib/unistdio/u8-u8-vsnprintf.c: New file.
14663         * lib/unistdio/u8-u8-vsprintf.c: New file.
14664         * lib/unistdio/u16-asnprintf.c: New file.
14665         * lib/unistdio/u16-asprintf.c: New file.
14666         * lib/unistdio/u16-printf-parse.c: New file.
14667         * lib/unistdio/u16-snprintf.c: New file.
14668         * lib/unistdio/u16-sprintf.c: New file.
14669         * lib/unistdio/u16-vasnprintf.c: New file.
14670         * lib/unistdio/u16-vasprintf.c: New file.
14671         * lib/unistdio/u16-vsnprintf.c: New file.
14672         * lib/unistdio/u16-vsprintf.c: New file.
14673         * lib/unistdio/u16-u16-asnprintf.c: New file.
14674         * lib/unistdio/u16-u16-asprintf.c: New file.
14675         * lib/unistdio/u16-u16-snprintf.c: New file.
14676         * lib/unistdio/u16-u16-sprintf.c: New file.
14677         * lib/unistdio/u16-u16-vasnprintf.c: New file.
14678         * lib/unistdio/u16-u16-vasprintf.c: New file.
14679         * lib/unistdio/u16-u16-vsnprintf.c: New file.
14680         * lib/unistdio/u16-u16-vsprintf.c: New file.
14681         * lib/unistdio/u32-asnprintf.c: New file.
14682         * lib/unistdio/u32-asprintf.c: New file.
14683         * lib/unistdio/u32-printf-parse.c: New file.
14684         * lib/unistdio/u32-snprintf.c: New file.
14685         * lib/unistdio/u32-sprintf.c: New file.
14686         * lib/unistdio/u32-vasnprintf.c: New file.
14687         * lib/unistdio/u32-vasprintf.c: New file.
14688         * lib/unistdio/u32-vsnprintf.c: New file.
14689         * lib/unistdio/u32-vsprintf.c: New file.
14690         * lib/unistdio/u32-u32-asnprintf.c: New file.
14691         * lib/unistdio/u32-u32-asprintf.c: New file.
14692         * lib/unistdio/u32-u32-snprintf.c: New file.
14693         * lib/unistdio/u32-u32-sprintf.c: New file.
14694         * lib/unistdio/u32-u32-vasnprintf.c: New file.
14695         * lib/unistdio/u32-u32-vasprintf.c: New file.
14696         * lib/unistdio/u32-u32-vsnprintf.c: New file.
14697         * lib/unistdio/u32-u32-vsprintf.c: New file.
14698         * tests/unistdio/test-ulc-asnprintf1.c: New file.
14699         * tests/unistdio/test-ulc-asnprintf1.h: New file.
14700         * tests/unistdio/test-ulc-printf1.h: New file.
14701         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
14702         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
14703         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
14704         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
14705         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
14706         * tests/unistdio/test-ulc-vasprintf1.c: New file.
14707         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
14708         * tests/unistdio/test-ulc-vsprintf1.c: New file.
14709         * tests/unistdio/test-u8-asnprintf1.c: New file.
14710         * tests/unistdio/test-u8-asnprintf1.h: New file.
14711         * tests/unistdio/test-u8-printf1.h: New file.
14712         * tests/unistdio/test-u8-vasnprintf1.c: New file.
14713         * tests/unistdio/test-u8-vasnprintf2.c: New file.
14714         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
14715         * tests/unistdio/test-u8-vasnprintf3.c: New file.
14716         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
14717         * tests/unistdio/test-u8-vasprintf1.c: New file.
14718         * tests/unistdio/test-u8-vsnprintf1.c: New file.
14719         * tests/unistdio/test-u8-vsprintf1.c: New file.
14720         * tests/unistdio/test-u16-asnprintf1.c: New file.
14721         * tests/unistdio/test-u16-asnprintf1.h: New file.
14722         * tests/unistdio/test-u16-printf1.h: New file.
14723         * tests/unistdio/test-u16-vasnprintf1.c: New file.
14724         * tests/unistdio/test-u16-vasnprintf2.c: New file.
14725         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
14726         * tests/unistdio/test-u16-vasnprintf3.c: New file.
14727         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
14728         * tests/unistdio/test-u16-vasprintf1.c: New file.
14729         * tests/unistdio/test-u16-vsnprintf1.c: New file.
14730         * tests/unistdio/test-u16-vsprintf1.c: New file.
14731         * tests/unistdio/test-u32-asnprintf1.c: New file.
14732         * tests/unistdio/test-u32-asnprintf1.h: New file.
14733         * tests/unistdio/test-u32-printf1.h: New file.
14734         * tests/unistdio/test-u32-vasnprintf1.c: New file.
14735         * tests/unistdio/test-u32-vasnprintf2.c: New file.
14736         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
14737         * tests/unistdio/test-u32-vasnprintf3.c: New file.
14738         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
14739         * tests/unistdio/test-u32-vasprintf1.c: New file.
14740         * tests/unistdio/test-u32-vsnprintf1.c: New file.
14741         * tests/unistdio/test-u32-vsprintf1.c: New file.
14742         * modules/unistdio/base: New file.
14743         * modules/unistdio/u-printf-args: New file.
14744         * modules/unistdio/ulc-asnprintf: New file.
14745         * modules/unistdio/ulc-asprintf: New file.
14746         * modules/unistdio/ulc-fprintf: New file.
14747         * modules/unistdio/ulc-printf-parse: New file.
14748         * modules/unistdio/ulc-snprintf: New file.
14749         * modules/unistdio/ulc-sprintf: New file.
14750         * modules/unistdio/ulc-vasnprintf: New file.
14751         * modules/unistdio/ulc-vasprintf: New file.
14752         * modules/unistdio/ulc-vfprintf: New file.
14753         * modules/unistdio/ulc-vsnprintf: New file.
14754         * modules/unistdio/ulc-vsprintf: New file.
14755         * modules/unistdio/u8-asnprintf: New file.
14756         * modules/unistdio/u8-asprintf: New file.
14757         * modules/unistdio/u8-printf-parse: New file.
14758         * modules/unistdio/u8-snprintf: New file.
14759         * modules/unistdio/u8-sprintf: New file.
14760         * modules/unistdio/u8-vasnprintf: New file.
14761         * modules/unistdio/u8-vasprintf: New file.
14762         * modules/unistdio/u8-vsnprintf: New file.
14763         * modules/unistdio/u8-vsprintf: New file.
14764         * modules/unistdio/u8-u8-asnprintf: New file.
14765         * modules/unistdio/u8-u8-asprintf: New file.
14766         * modules/unistdio/u8-u8-snprintf: New file.
14767         * modules/unistdio/u8-u8-sprintf: New file.
14768         * modules/unistdio/u8-u8-vasnprintf: New file.
14769         * modules/unistdio/u8-u8-vasprintf: New file.
14770         * modules/unistdio/u8-u8-vsnprintf: New file.
14771         * modules/unistdio/u8-u8-vsprintf: New file.
14772         * modules/unistdio/u16-asnprintf: New file.
14773         * modules/unistdio/u16-asprintf: New file.
14774         * modules/unistdio/u16-printf-parse: New file.
14775         * modules/unistdio/u16-snprintf: New file.
14776         * modules/unistdio/u16-sprintf: New file.
14777         * modules/unistdio/u16-vasnprintf: New file.
14778         * modules/unistdio/u16-vasprintf: New file.
14779         * modules/unistdio/u16-vsnprintf: New file.
14780         * modules/unistdio/u16-vsprintf: New file.
14781         * modules/unistdio/u16-u16-asnprintf: New file.
14782         * modules/unistdio/u16-u16-asprintf: New file.
14783         * modules/unistdio/u16-u16-snprintf: New file.
14784         * modules/unistdio/u16-u16-sprintf: New file.
14785         * modules/unistdio/u16-u16-vasnprintf: New file.
14786         * modules/unistdio/u16-u16-vasprintf: New file.
14787         * modules/unistdio/u16-u16-vsnprintf: New file.
14788         * modules/unistdio/u16-u16-vsprintf: New file.
14789         * modules/unistdio/u32-asnprintf: New file.
14790         * modules/unistdio/u32-asprintf: New file.
14791         * modules/unistdio/u32-printf-parse: New file.
14792         * modules/unistdio/u32-snprintf: New file.
14793         * modules/unistdio/u32-sprintf: New file.
14794         * modules/unistdio/u32-vasnprintf: New file.
14795         * modules/unistdio/u32-vasprintf: New file.
14796         * modules/unistdio/u32-vsnprintf: New file.
14797         * modules/unistdio/u32-vsprintf: New file.
14798         * modules/unistdio/u32-u32-asnprintf: New file.
14799         * modules/unistdio/u32-u32-asprintf: New file.
14800         * modules/unistdio/u32-u32-snprintf: New file.
14801         * modules/unistdio/u32-u32-sprintf: New file.
14802         * modules/unistdio/u32-u32-vasnprintf: New file.
14803         * modules/unistdio/u32-u32-vasprintf: New file.
14804         * modules/unistdio/u32-u32-vsnprintf: New file.
14805         * modules/unistdio/u32-u32-vsprintf: New file.
14806         * modules/unistdio/ulc-asnprintf-tests: New file.
14807         * modules/unistdio/ulc-vasnprintf-tests: New file.
14808         * modules/unistdio/ulc-vasprintf-tests: New file.
14809         * modules/unistdio/ulc-vsnprintf-tests: New file.
14810         * modules/unistdio/ulc-vsprintf-tests: New file.
14811         * modules/unistdio/u8-asnprintf-tests: New file.
14812         * modules/unistdio/u8-vasnprintf-tests: New file.
14813         * modules/unistdio/u8-vasprintf-tests: New file.
14814         * modules/unistdio/u8-vsnprintf-tests: New file.
14815         * modules/unistdio/u8-vsprintf-tests: New file.
14816         * modules/unistdio/u16-asnprintf-tests: New file.
14817         * modules/unistdio/u16-vasnprintf-tests: New file.
14818         * modules/unistdio/u16-vasprintf-tests: New file.
14819         * modules/unistdio/u16-vsnprintf-tests: New file.
14820         * modules/unistdio/u16-vsprintf-tests: New file.
14821         * modules/unistdio/u32-asnprintf-tests: New file.
14822         * modules/unistdio/u32-vasnprintf-tests: New file.
14823         * modules/unistdio/u32-vasprintf-tests: New file.
14824         * modules/unistdio/u32-vsnprintf-tests: New file.
14825         * modules/unistdio/u32-vsprintf-tests: New file.
14826         * MODULES.html.sh (Unicode string functions): Add the new modules.
14827
14828 2007-07-01  Bruno Haible  <bruno@clisp.org>
14829
14830         * lib/sprintf.c (sprintf): Limit the available length estimation,
14831         to avoid address wraparound.
14832         * lib/vsprintf.c (vsprintf): Likewise.
14833         * modules/sprintf-posix (Dependencies): Add stdint.
14834         * modules/vsprintf-posix (Dependencies): Likewise.
14835
14836 2007-07-01  Bruno Haible  <bruno@clisp.org>
14837
14838         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
14839         Windows PATH as well. Conservative double-quoting. Comments.
14840
14841 2007-07-01  Bruno Haible  <bruno@clisp.org>
14842             Eric Blake  <ebb9@byu.net>
14843             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14844
14845         * gnulib-tool (self_abspathname): Fix algorithm to cope with
14846         empty components in $PATH, denoting '.'.
14847
14848 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14849
14850         * gnulib-tool: Fix indentation.
14851         (func_create_megatestdir): Likewise.
14852         Report by Bruno Haible.
14853
14854 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14855
14856         Sync from Automake.
14857         * build-aux/gnupload: Fix shell portability issues with for loops.
14858         Report by Karl Berry.
14859
14860 2007-06-29  Simon Josefsson  <simon@josefsson.org>
14861
14862         * build-aux/maint.mk (POURL): Use translationproject.org.
14863
14864 2007-06-27  Simon Josefsson  <simon@josefsson.org>
14865             Bruno Haible  <bruno@clisp.org>
14866
14867         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
14868         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
14869         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
14870         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
14871         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
14872
14873 2007-06-27  Bruno Haible  <bruno@clisp.org>
14874
14875         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
14876         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
14877
14878 2007-06-26  Karl Berry  <karl@gnu.org>
14879
14880         * MODULES.html.sh: remove xreadlink-with-size.
14881
14882 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14883
14884         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
14885         method that I hope also handles the double-include problem noted
14886         by Bruno Haible in
14887         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
14888
14889 2007-06-23  Bruno Haible  <bruno@clisp.org>
14890
14891         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14892         Don't let the 'mostlyclean' target fail if the last subdirectory could
14893         not be removed.
14894         Reported by Karl Berry.
14895
14896 2007-06-23  Bruno Haible  <bruno@clisp.org>
14897
14898         * gnulib-tool (echo): Add a speedier workaround for ksh.
14899         * tests/test-echo.sh: Likewise.
14900
14901 2007-06-23  Bruno Haible  <bruno@clisp.org>
14902
14903         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
14904         * tests/test-echo.sh: Likewise.
14905
14906 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14907
14908         * gnulib-tool (IFS): Initialize early, so we don't set it to
14909         empty later.
14910         (self_abspathname): Rewrite algorithm to set it, reindent.
14911         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
14912         (func_create_megatestdir): Merge some sed scripts.
14913
14914 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14915
14916         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
14917         exposed by Sun Studio 11 cc on Solaris 8.
14918
14919 2007-06-22  Bruno Haible  <bruno@clisp.org>
14920
14921         * gnulib-tool (echo): Ensure the echo primitive does not interpret
14922         backslashes.
14923         * tests/test-echo.sh: New file.
14924
14925 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14926
14927         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
14928         simplify `sed_replace_build_aux' scripts, they are portable but
14929         echoing them with `echo' is not.
14930         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
14931
14932 2007-06-21  Karl Berry  <karl@gnu.org>
14933
14934         * config/srclist.txt: guess we can't handle the licenses via
14935         srclist at the moment.
14936
14937 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14938
14939         * MODULES.html.sh: Add include_next.
14940         * modules/include_next: New file.
14941
14942 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14943
14944         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
14945         INCLUDE_NEXT.
14946         (gl_CHECK_NEXT_HEADERS): New macro.
14947         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
14948         the obsolescent gl_ABSOLUTE_HEADER.
14949         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
14950         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
14951         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
14952         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
14953         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
14954         * m4/math_h.m4 (gl_MATH_H): Likewise.
14955         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
14956         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
14957         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
14958         * m4/stdint.m4 (gl_STDINT_H): Likewise.
14959         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
14960         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
14961         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
14962         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
14963         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
14964         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
14965         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
14966         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
14967         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
14968         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
14969         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
14970         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
14971         * m4/inttypes.m4 (gl_INTTYPES_H): Define
14972         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
14973         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
14974         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
14975         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
14976         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
14977         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
14978         * lib/float_.h: Likewise.
14979         * lib/inttypes_.h: Likewise.
14980         * lib/math_.h: Likewise.
14981         * lib/search_.h: Likewise.
14982         * lib/signal_.h: Likewise.
14983         * lib/stdint_.h: Likewise.
14984         * lib/stdio_.h: Likewise.
14985         * lib/stdlib_.h: Likewise.
14986         * lib/string_.h: Likewise.
14987         * lib/sys_stat_.h: Likewise.
14988         * lib/sys_time_.h: Likewise.
14989         * lib/time_.h: Likewise.
14990         * lib/unistd_.h: Likewise.
14991         * lib/wchar_.h: Likewise.
14992         * lib/wctype_.h: Likewise.
14993         * lib/dirent_.h: Likewise.
14994         * lib/iconv_.h: Likewise.
14995         * lib/locale_.h: Likewise.
14996         * lib/netinet_in_.h: Likewise.
14997         * lib/sys_select_.h: Likewise.
14998         * lib/sys_socket_.h: Likewise.
14999         * lib/sysexits_.h: Likewise.
15000         * modules/fcntl (Depends-on): Depend on include_next, not
15001         absolute_header.
15002         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
15003         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
15004         * modules/fchdir: Likewise.
15005         * modules/float: Likewise.
15006         * modules/iconv_open: Likewise.
15007         * modules/inttypes: Likewise.
15008         * modules/locale: Likewise.
15009         * modules/math: Likewise.
15010         * modules/netinet_in: Likewise.
15011         * modules/search: Likewise.
15012         * modules/signal: Likewise.
15013         * modules/stdint: Likewise.
15014         * modules/stdio: Likewise.
15015         * modules/stdlib: Likewise.
15016         * modules/string: Likewise.
15017         * modules/sys_select: Likewise.
15018         * modules/sys_socket: Likewise.
15019         * modules/sys_stat: Likewise.
15020         * modules/sys_time: Likewise.
15021         * modules/sysexits: Likewise.
15022         * modules/time: Likewise.
15023         * modules/unistd: Likewise.
15024         * modules/wchar: Likewise.
15025         * modules/wctype: Likewise.
15026         * modules/sys_stat: Change maintainer to "all".
15027         * modules/unistd: Likewise.
15028
15029 2007-06-20  Karl Berry  <karl@gnu.org>
15030
15031         * config/srclist.txt: track www changes in license files.
15032
15033 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
15034
15035         * build-aux/bootstrap: Remove stray dot.
15036         Make sure build_aux settings are honored when linking
15037         gnulib_extra_files.
15038
15039 2007-06-19  Eric Blake  <ebb9@byu.net>
15040
15041         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
15042         Allow compilation on cygwin.
15043
15044 2007-06-19  Jim Meyering  <jim@meyering.net>
15045
15046         xreadlink-with-size: Remove module.  No longer used.
15047         Ex-callers now use xreadlink or mreadlink-with-size.
15048         * modules/xreadlink-with-size: Remove module.
15049         * lib/xreadlink-with-size.c: Remove file.
15050         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
15051         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
15052         just before the function definition *is* accurate.
15053
15054         Eliminate one way canonicalize_filename_mode could exit.
15055         * lib/canonicalize.c (canonicalize_filename_mode):
15056         Use mreadlink_with_size, not xreadlink_with_size.
15057
15058 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
15059
15060         Detect porting problems to FreeBSD/arm, which has time_t wider than
15061         long int.  Original problem reported for GNU diff by Xin Li in
15062         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
15063         * modules/getdate (Depends-on): Add intprops, verify.
15064         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
15065         is an integer type no wider than long int.
15066
15067 2007-06-18  Jim Meyering  <jim@meyering.net>
15068
15069         New module: mreadlink-with-size.
15070         * MODULES.html.sh: Add mreadlink-with-size.
15071         * modules/mreadlink-with-size: New module
15072         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
15073         not xreadlink-with-size.
15074         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
15075
15076 2007-06-16  Bruno Haible  <bruno@clisp.org>
15077
15078         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
15079         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
15080         Reported by Gary V. Vaughan <gary@gnu.org>.
15081
15082 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
15083
15084         Revamp lchown so that it lives in unistd.h where it belongs.
15085         * lib/lchown.h: Remove.
15086         * lib/dirchownmod.c: Don't include lib/lchown.h.
15087         * lib/fchownat.c: Likewise.
15088         * lib/openat.c: Likewise.
15089         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
15090         does not follow symlinks.
15091         (EOPNOTSUPP): Define if not defined.
15092         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
15093         is defined to 0.
15094         (lchown): New decl.
15095         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
15096         Do not check for lchown decl.
15097         Set REPLACE_LCHOWN.
15098         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
15099         REPLACE_LCHOWN.
15100         * modules/chown: Make it clear it follows symlinks.
15101         * modules/lchown: Make it clear it doesn't follow symlinks.
15102         (Files): Remove lib/lchown.h
15103         (Depends-on): Add unistd.
15104         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
15105         (Include): Include <unistd.h>, not "lchown.h".
15106         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
15107         REPLACE_LCHOWN.
15108
15109 2007-06-15  Jim Meyering  <jim@meyering.net>
15110
15111         Change license (GPL to LGPL) of fsusage and dependents.
15112         * modules/fsusage (License): Change to LGPL.
15113         * modules/full-read (License): Likewise.
15114         * modules/full-write (License): Likewise.
15115         * modules/safe-read (License): Likewise.
15116         * modules/safe-write (License): Likewise.
15117
15118 2007-06-14  Ben Pfaff  <blp@gnu.org>
15119
15120         Missing part of allocsa -> malloca transition.
15121         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
15122         gl_MALLOCA.
15123
15124 2007-06-12  Bruno Haible  <bruno@clisp.org>
15125
15126         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
15127         to ia64, x86_64, i386.
15128         Reported by Eric Blake.
15129
15130 2007-06-12  Bruno Haible  <bruno@clisp.org>
15131
15132         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
15133         cross-compiling to x86_64.
15134
15135 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
15136
15137         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
15138         glitch reported by Ralf Wildenhues in
15139         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
15140
15141         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
15142         Vin Shelton.
15143
15144 2007-06-11  Bruno Haible  <bruno@clisp.org>
15145
15146         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
15147         replacement string.
15148         Reported by Eric Blake.
15149
15150 2007-06-10  Bruno Haible  <bruno@clisp.org>
15151
15152         Prepare vasnprintf code for use with Unicode strings.
15153         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
15154         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
15155         TYPE_U32_STRING.
15156         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
15157         a_u32_string variants.
15158         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
15159         * lib/printf-args.c: Don't include config.h and the specification
15160         header if PRINTF_FETCHARGS is already defined.
15161         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
15162         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
15163         TYPE_U16_STRING, TYPE_U32_STRING.
15164         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
15165         u16_directive, u16_directives, u32_directive, u32_directives): New
15166         types.
15167         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
15168         New declarations.
15169         * lib/printf-parse.c: Don't include config.h and the specification
15170         header if PRINTF_PARSE is already defined. Eliminate the set of
15171         parameters for WIDE_CHAR_VERSION; the user of this file must provide
15172         them now. Include c-ctype.h.
15173         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
15174         directive and CHAR_T_ONLY_ASCII.
15175         * lib/vasnprintf.c: Don't include config.h and the specification header
15176         if VASNPRINTF is already defined.
15177         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
15178         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
15179         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
15180         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
15181         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
15182         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
15183         code accordingly.
15184         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
15185         pad_ourselves also in this case, with the 'c' and 's' directives, and
15186         with a different notion of "width".
15187         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
15188
15189 2007-06-10  Bruno Haible  <bruno@clisp.org>
15190
15191         * modules/unistr/u32-mbsnlen: New file.
15192         * lib/unistr/u32-mbsnlen.c: New file.
15193
15194         * modules/unistr/u16-mbsnlen: New file.
15195         * lib/unistr/u16-mbsnlen.c: New file.
15196
15197         * modules/unistr/u8-mbsnlen: New file.
15198         * lib/unistr/u8-mbsnlen.c: New file.
15199
15200         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
15201         declarations.
15202
15203 2007-06-10  Bruno Haible  <bruno@clisp.org>
15204
15205         * lib/string_.h (mbsnlen): New declaration.
15206         * lib/mbsnlen.c: New file.
15207         * m4/mbsnlen.m4: New file.
15208         * modules/mbsnlen: New file.
15209         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
15210         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
15211         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
15212
15213 2007-06-10  Bruno Haible  <bruno@clisp.org>
15214
15215         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
15216
15217 2007-06-10  Bruno Haible  <bruno@clisp.org>
15218
15219         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
15220         * lib/mbuiter.h: Likewise.
15221
15222 2007-06-10  Bruno Haible  <bruno@clisp.org>
15223
15224         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
15225         declaration.
15226
15227 2007-06-10  Karl Berry  <karl@gnu.org>
15228
15229         * config/srclist.txt: remove gettext entries, Bruno prefers
15230         to update individually.
15231
15232 2007-06-10  Bruno Haible  <bruno@clisp.org>
15233
15234         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
15235         'maxlen'. Ensure only length + width bytes are allocated, not
15236         length + 1 + width.
15237
15238 2007-06-09  Bruno Haible  <bruno@clisp.org>
15239
15240         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
15241         (CHAR_T): Remove macro.
15242         (VASNPRINTF): Update.
15243
15244 2007-06-09  Bruno Haible  <bruno@clisp.org>
15245
15246         * MODULES.html.sh (Unicode string functions): Add the new modules.
15247
15248         * modules/uniconv/u32-conv-to-enc: New file.
15249         * lib/uniconv/u32-conv-to-enc.c: New file.
15250         * modules/uniconv/u32-conv-to-enc-tests: New file.
15251         * tests/uniconv/test-u32-conv-to-enc.c: New file.
15252
15253         * modules/uniconv/u16-conv-to-enc: New file.
15254         * lib/uniconv/u16-conv-to-enc.c: New file.
15255         * lib/uniconv/u-conv-to-enc.h: New file.
15256         * modules/uniconv/u16-conv-to-enc-tests: New file.
15257         * tests/uniconv/test-u16-conv-to-enc.c: New file.
15258
15259         * modules/uniconv/u8-conv-to-enc: New file.
15260         * lib/uniconv/u8-conv-to-enc.c: New file.
15261         * modules/uniconv/u8-conv-to-enc-tests: New file.
15262         * tests/uniconv/test-u8-conv-to-enc.c: New file.
15263
15264         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
15265         u32_conv_to_encoding): New declarations.
15266
15267 2007-06-09  Bruno Haible  <bruno@clisp.org>
15268
15269         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
15270
15271 2007-06-09  Bruno Haible  <bruno@clisp.org>
15272
15273         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
15274         * modules/malloca: Renamed from modules/allocsa, updated.
15275         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
15276         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
15277         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
15278         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
15279         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
15280         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
15281         * modules/xmalloca: Renamed from modules/xallocsa, updated.
15282         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
15283         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
15284         * modules/c-strcasestr (Depends-on): Update.
15285         * lib/c-strcasestr.c: Update.
15286         * modules/c-strstr (Depends-on): Update.
15287         * lib/c-strstr.c: Update.
15288         * modules/canonicalize-lgpl (Depends-on): Update.
15289         * lib/canonicalize-lgpl.c: Update.
15290         * modules/clean-temp (Depends-on): Update.
15291         * lib/clean-temp.c: Update.
15292         * modules/csharpcomp (Depends-on): Update.
15293         * lib/csharpcomp.c: Update.
15294         * modules/csharpexec (Depends-on): Update.
15295         * lib/csharpexec.c: Update.
15296         * modules/javacomp (Depends-on): Update.
15297         * lib/javacomp.c: Update.
15298         * modules/javaexec (Depends-on): Update.
15299         * lib/javaexec.c: Update.
15300         * modules/mbscasestr (Depends-on): Update.
15301         * lib/mbscasestr.c: Update.
15302         * modules/mbsstr (Depends-on): Update.
15303         * lib/mbsstr.c: Update.
15304         * modules/setenv (Depends-on): Update.
15305         * lib/setenv.c: Update.
15306         * modules/strcasestr (Depends-on): Update.
15307         * lib/strcasestr.c: Update.
15308         * modules/striconveha (Depends-on): Update.
15309         * lib/striconveha.c: Update.
15310         * modules/relocatable-prog-wrapper (Files): Update.
15311         * lib/relocwrapper.c: Update.
15312         * build-aux/install-reloc: Update.
15313         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
15314
15315 2007-06-08  Bruno Haible  <bruno@clisp.org>
15316
15317         Port to uClibc.
15318         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
15319         * lib/fpurge.c (fpurge): Likewise.
15320         * lib/freading.c (freading): Likewise.
15321         * lib/fseeko.c (rpl_fseeko): Likewise.
15322         * lib/fseterr.c (fseterr): Likewise.
15323         * lib/fwriting.c (fwriting): Likewise.
15324         * tests/test-fflush.c (main): Avoid a failure on uClibc.
15325
15326 2007-06-08  Bruno Haible  <bruno@clisp.org>
15327
15328         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
15329         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
15330         * modules/gettext (Files): Add m4/intlmacosx.m4.
15331
15332 2007-06-07  Bruno Haible  <bruno@clisp.org>
15333
15334         * modules/localename-tests: New file.
15335         * tests/test-localename.c: New file.
15336
15337         New module 'localename'.
15338         * lib/localename.h: New file.
15339         * lib/localename.c: New file, from GNU gettext.
15340         * m4/localename.m4: New file.
15341         * modules/localename: New file.
15342
15343 2007-06-07  Bruno Haible  <bruno@clisp.org>
15344
15345         Work around the lack of <wchar.h> on some builds of uClibc.
15346         * doc/headers/wchar.texi: Update.
15347         * lib/wchar_.h: Include <wchar.h> only if it exists.
15348         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
15349         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
15350         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
15351         doesn't exist.
15352         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
15353         * modules/mbfile (Depends-on): Add wchar.
15354         * modules/mbiter (Depends-on): Likewise.
15355         * modules/mbuiter (Depends-on): Likewise.
15356         Reported by Simon Josefsson.
15357
15358 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15359
15360         Work around problem reported by Steven M. Schweda in
15361         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
15362         Tru64 5.1B with the Compaq compiler environment installed declares
15363         an 'isblank' function but does not define it in the C library.
15364         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
15365         * lib/regex_internal.h (isblank): Likewise.
15366         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
15367         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15368
15369 2007-06-05  Bruno Haible  <bruno@clisp.org>
15370
15371         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
15372         ia64.
15373         * modules/printf-safe: New file.
15374         * modules/fprintf-posix (Depends-on): Add printf-safe.
15375         * modules/printf-posix (Depends-on): Likewise.
15376         * modules/snprintf-posix (Depends-on): Likewise.
15377         * modules/sprintf-posix (Depends-on): Likewise.
15378         * modules/vasnprintf-posix (Depends-on): Likewise.
15379         * modules/vasprintf-posix (Depends-on): Likewise.
15380         * modules/vfprintf-posix (Depends-on): Likewise.
15381         * modules/vprintf-posix (Depends-on): Likewise.
15382         * modules/vsnprintf-posix (Depends-on): Likewise.
15383         * modules/vsprintf-posix (Depends-on): Likewise.
15384         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
15385         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
15386         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
15387         "no" on i386, x86_64, ia64.
15388         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
15389         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15390         on i386, x86_64, ia64.
15391         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
15392         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15393         on i386, x86_64, ia64.
15394         * tests/test-vasnprintf-posix.c: Include float.h.
15395         (LDBL80_WORDS): New macro.
15396         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15397         on i386, x86_64, ia64.
15398         * tests/test-vasprintf-posix.c: Include float.h.
15399         (LDBL80_WORDS): New macro.
15400         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15401         on i386, x86_64, ia64.
15402         * tests/test-snprintf-posix.c: Include float.h.
15403         * tests/test-sprintf-posix.c: Likewise.
15404         * tests/test-vsnprintf-posix.c: Likewise.
15405         * tests/test-vsprintf-posix.c: Likewise.
15406
15407 2007-06-05  Bruno Haible  <bruno@clisp.org>
15408
15409         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
15410         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
15411         non-IEEE numbers on i386, x86_64, ia64.
15412         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
15413         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
15414         * tests/test-isnanl.h: Include float.h.
15415         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
15416
15417 2007-06-05  Bruno Haible  <bruno@clisp.org>
15418
15419         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
15420         also the %a / %A. Handle the %a / %A code before this extra handling.
15421
15422 2007-06-05  Bruno Haible  <bruno@clisp.org>
15423
15424         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
15425         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
15426
15427 2007-06-05  Bruno Haible  <bruno@clisp.org>
15428
15429         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
15430         typo in variable name.
15431
15432 2007-06-05  Eric Blake  <ebb9@byu.net>
15433
15434         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
15435         Reported by Simon Josefsson.
15436
15437 2007-06-04  Bruno Haible  <bruno@clisp.org>
15438
15439         Avoid test failures on some PowerPC platforms.
15440         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
15441         Define differently for PowerPC.
15442         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
15443         Reported by Gary V. Vaughan <gary@gnu.org>.
15444
15445 2007-06-02  Bruno Haible  <bruno@clisp.org>
15446
15447         Fix test-stdint failure on FreeBSD/ia64.
15448         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
15449         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
15450         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
15451         * doc/headers/stdint.texi: Update.
15452
15453 2007-06-01  Bruno Haible  <bruno@clisp.org>
15454
15455         * tests/test-binary-io.c (main): Pass a third argument to open().
15456         Reported by Gary V. Vaughan <gary@gnu.org>.
15457
15458 2007-06-01  Bruno Haible  <bruno@clisp.org>
15459
15460         * doc/functions/frexpl.texi: Update for mingw.
15461
15462 2007-06-01  Bruno Haible  <bruno@clisp.org>
15463
15464         * tests/test-lseek.c (main): Disable test of errno for invalid third
15465         argument.
15466         * doc/functions/lseek.texi: Update.
15467         Reported by Gary V. Vaughan <gary@gnu.org>.
15468
15469 2007-05-28  Bruno Haible  <bruno@clisp.org>
15470
15471         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
15472
15473 2007-05-31  Eric Blake  <ebb9@byu.net>
15474
15475         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
15476         cross compiling.
15477
15478 2007-05-30  Eric Blake  <ebb9@byu.net>
15479         and Bruno Haible  <bruno@clisp.org>
15480
15481         Work around mingw test failures exposed by m4-1.4.9b.
15482         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
15483         * tests/test-unistd.c: Disable uid_t and git_t tests for the
15484         moment.
15485
15486 2007-05-30  Bruno Haible  <bruno@clisp.org>
15487
15488         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
15489         assuming that they are closed. Needed on HP-UX 11.
15490
15491 2007-05-29  Bruno Haible  <bruno@clisp.org>
15492
15493         Fix a problem with #include_next.
15494         * lib/dirent_.h: Split the double-inclusion guard.
15495         * lib/fcntl_.h: Likewise.
15496         * lib/float_.h: Likewise.
15497         * lib/iconv_.h: Likewise.
15498         * lib/inttypes_.h: Likewise.
15499         * lib/locale_.h: Likewise.
15500         * lib/math_.h: Likewise.
15501         * lib/netinet_in_.h: Likewise.
15502         * lib/search_.h: Likewise.
15503         * lib/signal_.h: Likewise.
15504         * lib/stdint_.h: Likewise.
15505         * lib/stdio_.h: Likewise.
15506         * lib/stdlib_.h: Likewise.
15507         * lib/string_.h: Likewise.
15508         * lib/sys_select_.h: Likewise.
15509         * lib/sys_socket_.h: Likewise.
15510         * lib/sys_stat_.h: Likewise.
15511         * lib/sys_time_.h: Likewise.
15512         * lib/sysexits_.h: Likewise.
15513         * lib/time_.h: Likewise.
15514         * lib/unistd_.h: Likewise.
15515         * lib/wchar_.h: Likewise.
15516         * lib/wctype_.h: Likewise.
15517
15518 2007-05-29  Bruno Haible  <bruno@clisp.org>
15519
15520         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
15521         for the moment.
15522
15523 2007-05-29  Bruno Haible  <bruno@clisp.org>
15524
15525         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
15526         invocation.
15527         Reported by Eric Blake.
15528
15529 2007-05-29  Bruno Haible  <bruno@clisp.org>
15530
15531         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
15532         compiling case.
15533
15534 2007-05-29  Eric Blake  <ebb9@byu.net>
15535             Bruno Haible  <bruno@clisp.org>
15536
15537         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
15538         cross compiles.
15539
15540 2007-05-28  Eric Blake  <ebb9@byu.net>
15541
15542         * modules/closein-tests (test_closein_LDADD): Support test on
15543         cygwin with libtool.
15544
15545 2007-05-28  Bruno Haible  <bruno@clisp.org>
15546
15547         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
15548         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
15549         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
15550         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
15551         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
15552         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
15553         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
15554         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
15555         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
15556
15557 2007-05-28  Eric Blake  <ebb9@byu.net>
15558
15559         Unconditionally include <config.h> in unit tests.
15560         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
15561         * tests/test-allocsa.c, tests/test-arcfour.c,
15562         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
15563         tests/test-array_list.c, tests/test-array_oset.c,
15564         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
15565         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
15566         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
15567         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
15568         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
15569         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
15570         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
15571         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
15572         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
15573         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
15574         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
15575         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
15576         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
15577         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
15578         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
15579         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
15580         test-md5.c, test-memmem.c, test-printf-posix.c,
15581         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
15582         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
15583         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
15584         test-strcasestr.c, test-striconv.c, test-striconveh.c,
15585         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
15586         test-vasnprintf-posix2.c, test-vasnprintf.c,
15587         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
15588         test-vfprintf-posix.c, test-vprintf-posix.c,
15589         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
15590         test-xvasprintf.c: Likewise.
15591
15592 2007-05-28  Bruno Haible  <bruno@clisp.org>
15593
15594         * gnulib-tool (func_import): Remember the --with-tests command-line
15595         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
15596         Reported by Eric Blake.
15597
15598 2007-05-28  Bruno Haible  <bruno@clisp.org>
15599
15600         * modules/ftell-tests: New file.
15601         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
15602         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
15603
15604         * lib/ftell.c: New file.
15605         * modules/ftell: New file.
15606         * m4/ftell.m4: New file.
15607         * doc/functions/ftell.texi: Update.
15608         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
15609         REPLACE_FTELL.
15610         * lib/stdio_.h (rpl_ftell): New declaration.
15611         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
15612         REPLACE_FTELL.
15613
15614 2007-05-28  Eric Blake  <ebb9@byu.net>
15615
15616         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
15617
15618 2007-05-28  Bruno Haible  <bruno@clisp.org>
15619
15620         * modules/fseek-tests: New file.
15621         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
15622         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
15623
15624         * lib/fseek.c: New file.
15625         * modules/fseek: New file.
15626         * m4/fseek.m4: New file.
15627         * doc/functions/fseek.texi: Update.
15628         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
15629         REPLACE_FSEEK.
15630         * lib/stdio_.h (rpl_fseek): New declaration.
15631         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
15632         REPLACE_FSEEK.
15633
15634 2007-05-28  Bruno Haible  <bruno@clisp.org>
15635
15636         * lib/stdio_.h (fflush): More comments.
15637
15638 2007-05-28  Bruno Haible  <bruno@clisp.org>
15639
15640         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
15641         runtime test.
15642
15643 2007-05-28  Eric Blake  <ebb9@byu.net>
15644
15645         Improve lseek module.
15646         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
15647         * lib/unistd_.h (lseek): Scale back link warning message.
15648         * tests/test-lseek.c: Beef up test.
15649         * tests/test-lseek.sh: Exercise more facets of lseek.
15650         Reported by Bruno Haible.
15651
15652 2007-05-28  Bruno Haible  <bruno@clisp.org>
15653
15654         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
15655         to define.
15656
15657 2007-05-27  Bruno Haible  <bruno@clisp.org>
15658
15659         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
15660
15661 2007-05-27  Bruno Haible  <bruno@clisp.org>
15662
15663         * modules/openmp: New file.
15664         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
15665         Noah Misch.
15666
15667 2007-05-26  Bruno Haible  <bruno@clisp.org>
15668
15669         * modules/chdir-long (Depends-on): Add fchdir.
15670         * modules/chdir-safer (Depends-on): Likewise.
15671         * modules/fts (Depends-on): Likewise.
15672         * modules/fts-lgpl (Depends-on): Likewise.
15673         * modules/openat (Depends-on): Likewise.
15674         * modules/savewd (Depends-on): Likewise.
15675
15676 2007-05-24  Eric Blake  <ebb9@byu.net>
15677
15678         Fix lseek on mingw.
15679         * modules/lseek: New module.
15680         * m4/lseek.m4: New file.
15681         * lib/lseek.c: New file.
15682         * modules/lseek-tests: New file.
15683         * tests/test-lseek.c: New file.
15684         * tests/test-lseek.sh: New file.
15685         * MODULES.html.sh: Document lseek module.
15686         * modules/fflush (Depends-on): Add lseek, fseeko.
15687         * modules/fseeko (Depends-on): Likewise.
15688         * modules/ftello (Depends-on): Likewise.
15689         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
15690         broken.
15691         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
15692         broken.
15693         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
15694         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
15695         * lib/ftello.c (rpl_ftello): Likewise.
15696         * tests/test-fseeko.c (main): Test this.
15697         * tests/test-fseeko.sh: Likewise.
15698         * tests/test-ftello.c (main): Likewise.
15699         * tests/test-ftello.sh: Likewise.
15700         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
15701         implies replacing fseek.
15702         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
15703         HAVE_FTELLO.
15704         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
15705         * modules/unistd (Makefile.am): Likewise.
15706         * lib/unistd_.h (lseek): Declare a replacement.
15707         * doc/functions/lseek.texi (lseek): Document this fix.
15708         * doc/functions/fseek.texi (fseek): Likewise.
15709         * doc/functions/ftell.texi (ftell): Likewise.
15710
15711 2007-05-24  Bruno Haible  <bruno@clisp.org>
15712
15713         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
15714         in the printed representation of a NaN.
15715         * tests/test-vasprintf-posix.c (test_function): Likewise.
15716         * tests/test-snprintf-posix.h (test_function): Likewise.
15717         * tests/test-sprintf-posix.h (test_function): Likewise.
15718         Reported by Eric Blake.
15719
15720 2007-05-23  Eric Blake  <ebb9@byu.net>
15721
15722         Fix fseeko/ftello on cygwin 1.5.24.
15723         * doc/functions/fseeko.texi (fseeko): Document the fix.
15724         * doc/functions/ftello.texi (ftello): Document the fix.
15725         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
15726         * doc/functions/stdout.text (stdout): New file.
15727         * doc/functions/stderr.text (stderr): New file.
15728         * doc/gnulib.texi (Function Substitutes): Use new files.
15729         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
15730         prior to 1.7.0.
15731         * tests/test-ftello.c (main): Likewise for ftello.
15732         * tests/test-fseeko.sh: New file.
15733         * tests/test-ftello.sh: New file.
15734         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
15735         with seekable stdin.
15736         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
15737         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
15738         (gl_REPLACE_FSEEKO): New macro.
15739         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
15740         * modules/fseeko (Files): Distribute fseeko.c.
15741         * modules/ftello (Files): Distribute ftello.c.
15742         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
15743         mode.
15744         * lib/ftello.c (rpl_ftello): New file.
15745         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
15746         fseeko, ftello.
15747         (gl_STDIN_LARGE_OFFSET): New macro.
15748         * modules/stdio (Makefile.am): Perform the replacement.
15749         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
15750
15751 2007-05-23  Bruno Haible  <bruno@clisp.org>
15752
15753         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
15754         GNULIB_POSIXCHECK is defined.
15755
15756 2007-05-21  Bruno Haible  <bruno@clisp.org>
15757
15758         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
15759         Check also the output for NaN arguments. When cross-compiling, guess
15760         no on IRIX.
15761         * lib/vasnprintf.c: Update comments.
15762         * tests/test-vasnprintf-posix.c (strisnan): New function.
15763         (test_function): Use it.
15764         * tests/test-vasprintf-posix.c (strisnan): New function.
15765         (test_function): Use it.
15766         * tests/test-snprintf-posix.h (strisnan): New function.
15767         (test_function): Use it.
15768         * tests/test-sprintf-posix.h (strisnan): New function.
15769         (test_function): Use it.
15770         Reported by Eric Blake.
15771
15772 2007-05-20  Bruno Haible  <bruno@clisp.org>
15773
15774         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
15775         numbers that fails on BeOS.
15776         * doc/functions/frexpl.texi: Update.
15777
15778 2007-05-20  Jim Meyering  <jim@meyering.net>
15779
15780         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
15781         forced upon us by glibc-2.6.
15782
15783 2007-05-20  Bruno Haible  <bruno@clisp.org>
15784
15785         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
15786         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
15787         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
15788         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
15789         NEED_PRINTF_INFINITE.
15790         (is_infinitel): New function.
15791         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
15792         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
15793         gl_PREREQ_VASNPRINTF_INFINITE.
15794         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
15795         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15796         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
15797         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
15798         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
15799         gl_PREREQ_VASNPRINTF_INFINITE.
15800         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15801         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15802         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15803         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15804         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15805         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15806         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15807         * doc/functions/fprintf.texi: Update.
15808         * doc/functions/printf.texi: Update.
15809         * doc/functions/snprintf.texi: Update.
15810         * doc/functions/sprintf.texi: Update.
15811         * doc/functions/vfprintf.texi: Update.
15812         * doc/functions/vprintf.texi: Update.
15813         * doc/functions/vsnprintf.texi: Update.
15814         * doc/functions/vsprintf.texi: Update.
15815
15816 2007-05-20  Bruno Haible  <bruno@clisp.org>
15817
15818         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
15819         was not found in libc.
15820         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
15821
15822 2007-05-20  Bruno Haible  <bruno@clisp.org>
15823
15824         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
15825         printed as "-nan" instead of "nan".
15826         * tests/test-vasprintf-posix.c (test_function): Likewise.
15827         * tests/test-snprintf-posix.h (test_function): Likewise.
15828         * tests/test-sprintf-posix.h (test_function): Likewise.
15829         Needed for HP-UX 11.
15830
15831 2007-05-20  Jim Meyering  <jim@meyering.net>
15832
15833         Fix buggy test for the fchownat-deref bug.
15834         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
15835         symlink required for the run-test.  Without it, this test would
15836         always declare that fchownat doesn't work, and client code would
15837         unnecessarily use the replacement function with fixed libc.
15838         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
15839         Reported by Greg Schafer.
15840
15841 2007-05-19  Bruno Haible  <bruno@clisp.org>
15842
15843         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
15844         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
15845         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
15846         Needed for IRIX 6.5 and Solaris 2.5.1.
15847
15848 2007-05-19  Bruno Haible  <bruno@clisp.org>
15849
15850         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
15851         (test_function): Skip tests involving -0.0 on platforms where
15852         -0.0 = 0.0.
15853         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
15854         (test_function): Skip tests involving -0.0 on platforms where
15855         -0.0 = 0.0.
15856         * tests/test-snprintf-posix.h (have_minus_zero): New function.
15857         (test_function): Skip tests involving -0.0 on platforms where
15858         -0.0 = 0.0.
15859         * tests/test-sprintf-posix.h (have_minus_zero): New function.
15860         (test_function): Skip tests involving -0.0 on platforms where
15861         -0.0 = 0.0.
15862         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
15863         tests.
15864         * tests/test-printf-posix.h (test_function): Likewise.
15865         * tests/test-printf-posix.output: Remove all -0.0 related results.
15866         Needed for IRIX 6.5.
15867
15868 2007-05-19  Bruno Haible  <bruno@clisp.org>
15869
15870         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
15871         printed as "nan0x7fffffff" instead of "nan".
15872         * tests/test-vasprintf-posix.c (test_function): Likewise.
15873         * tests/test-snprintf-posix.h (test_function): Likewise.
15874         * tests/test-sprintf-posix.h (test_function): Likewise.
15875         * tests/test-fprintf-posix.h (NaN): Remove macro.
15876         (test_function): Remove all NaN related tests.
15877         * tests/test-printf-posix.h (NaN): Remove macro.
15878         (test_function): Remove all NaN related tests.
15879         * tests/test-printf-posix.output: Remove all NaN related results.
15880         Needed for IRIX 6.5.
15881
15882 2007-05-19  Bruno Haible  <bruno@clisp.org>
15883
15884         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
15885         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
15886
15887 2007-05-19  Bruno Haible  <bruno@clisp.org>
15888
15889         * lib/float_.h: New file.
15890         * m4/float_h.m4: New file.
15891         * modules/float: New file.
15892         * modules/isnanl (Dependencies): Add float.
15893         * modules/isnanl-nolibm (Dependencies): Likewise.
15894         * modules/mathl (Dependencies): Likewise.
15895         * modules/printf-frexpl (Dependencies): Likewise.
15896         * modules/signbit (Dependencies): Likewise.
15897         * modules/vasnprintf (Dependencies): Likewise.
15898         * doc/headers/float.texi: Update.
15899
15900 2007-05-19  Jim Meyering  <jim@meyering.net>
15901
15902         * lib/utimens.c (gl_futimens): Rename from futimens,
15903         now that glibc-2.6 declares futimens.
15904         * lib/utimens.h: Likewise.
15905
15906 2007-05-19  Bruno Haible  <bruno@clisp.org>
15907
15908         Avoid test failures on mingw.
15909         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
15910         * tests/test-printf-posix.sh: Likewise.
15911         * tests/test-vfprintf-posix.sh: Likewise.
15912         * tests/test-vprintf-posix.sh: Likewise.
15913
15914 2007-05-19  Bruno Haible  <bruno@clisp.org>
15915
15916         Fix *printf result for NaN, Inf, -0.0 on mingw.
15917         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
15918         * lib/vasnprintf.c: Include math.h and isnan.h.
15919         (is_infinite_or_zero): New function.
15920         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
15921         values in the %f, %F, %e, %E, %g, %G directives.
15922         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
15923         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15924         gl_PRINTF_INFINITE and test its result. Invoke
15925         gl_PREREQ_VASNPRINTF_INFINITE.
15926         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15927         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15928         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15929         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15930         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15931         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15932         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15933         * doc/functions/fprintf.texi: Update.
15934         * doc/functions/printf.texi: Update.
15935         * doc/functions/snprintf.texi: Update.
15936         * doc/functions/sprintf.texi: Update.
15937         * doc/functions/vfprintf.texi: Update.
15938         * doc/functions/vprintf.texi: Update.
15939         * doc/functions/vsnprintf.texi: Update.
15940         * doc/functions/vsprintf.texi: Update.
15941
15942 2007-05-19  Bruno Haible  <bruno@clisp.org>
15943
15944         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
15945         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
15946         Instead of multiplying with 10^k, set extra_zeroes to k.
15947         (scale10_round_long_double): Remove function.
15948
15949 2007-05-18  Bruno Haible  <bruno@clisp.org>
15950
15951         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
15952         introduced on 2007-05-06.
15953
15954 2007-05-18  Bruno Haible  <bruno@clisp.org>
15955
15956         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
15957         %g directives.
15958         * tests/test-vasprintf-posix.c (test_function): Likewise.
15959         * tests/test-snprintf-posix.h (test_function): Likewise.
15960         * tests/test-sprintf-posix.h (test_function): Likewise.
15961
15962 2007-05-18  Bruno Haible  <bruno@clisp.org>
15963
15964         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
15965         (strmatch): New function.
15966         (test_function): Test the %f directive on numbers of various exponents.
15967         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
15968         (strmatch): New function.
15969         (test_function): Test the %f directive on numbers of various exponents.
15970         * tests/test-snprintf-posix.h (strmatch): New function.
15971         (test_function): Test the %f directive on numbers of various exponents.
15972         * tests/test-sprintf-posix.h (strmatch): New function.
15973         (test_function): Test the %f directive on numbers of various exponents.
15974         * tests/test-snprintf-posix.c (SIZEOF): New macro.
15975         * tests/test-sprintf-posix.c (SIZEOF): New macro.
15976         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
15977         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
15978
15979 2007-05-18  Bruno Haible  <bruno@clisp.org>
15980
15981         Add support for 'long double' number output.
15982         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
15983         * lib/vasnprintf.c: Include math.h and float+.h.
15984         (mp_limb_t): New type.
15985         (GMP_LIMB_BITS): New macro.
15986         (mp_twolimb_t): New type.
15987         (GMP_TWOLIMB_BITS): New macro.
15988         (mpn_t): New type.
15989         (multiply, divide, convert_to_decimal, decode_long_double,
15990         scale10_round_long_double, scale10_round_decimal_long_double,
15991         floorlog10l): New functions.
15992         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
15993         for the %f, %F, %e, %E, %g, %G directives.
15994         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
15995         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15996         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
15997         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
15998         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15999         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16000         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16001         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16002         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16003         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16004         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16005         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
16006         * modules/snprintf-posix (Depends-on): Likewise.
16007         * modules/sprintf-posix (Depends-on): Likewise.
16008         * modules/vasnprintf-posix (Depends-on): Likewise.
16009         * modules/vasprintf-posix (Depends-on): Likewise.
16010         * modules/vfprintf-posix (Depends-on): Likewise.
16011         * modules/vsnprintf-posix (Depends-on): Likewise.
16012         * modules/vsprintf-posix (Depends-on): Likewise.
16013         * modules/vasnprintf (Files): Add lib/float+.h.
16014         * doc/functions/fprintf.texi: Update.
16015         * doc/functions/printf.texi: Update.
16016         * doc/functions/snprintf.texi: Update.
16017         * doc/functions/sprintf.texi: Update.
16018         * doc/functions/vfprintf.texi: Update.
16019         * doc/functions/vprintf.texi: Update.
16020         * doc/functions/vsnprintf.texi: Update.
16021         * doc/functions/vsprintf.texi: Update.
16022
16023 2007-05-18  Bruno Haible  <bruno@clisp.org>
16024
16025         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
16026
16027 2007-05-18  Bruno Haible  <bruno@clisp.org>
16028
16029         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
16030         for printing 64-bit integers. Needed for mingw.
16031
16032 2007-05-18  Bruno Haible  <bruno@clisp.org>
16033
16034         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
16035         gl_FUNC_FREXPL_WORKS.
16036         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
16037
16038 2007-05-18  Bruno Haible  <bruno@clisp.org>
16039
16040         * modules/frexpl-nolibm-tests: New file.
16041
16042         * modules/frexpl-nolibm: New file.
16043         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
16044
16045 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16046
16047         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
16048         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
16049         GCC 4.2, which otherwise issues a lot of warnings.
16050         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
16051         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
16052         Likewise.
16053         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
16054         * modules/iconv_open (iconv.h): Likewise.
16055         * modules/locale (locale.h): Likewise.
16056         * modules/netinet_in (netinet/in.h): Likewise.
16057         * modules/sys_select (sys_select.h): Likewise.
16058         * modules/sys_socket (sys/socket.h): Likewise.
16059         * modules/sys_stat (sys/stat.h): Likewise.
16060         * modules/sysexits (sysexits.h): Likewise.
16061         * modules/unistd (unistd.h): Likewise.
16062
16063 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16064
16065         * modules/closein-tests (Makefile.am): Distribute
16066         `test-closein.sh'.
16067
16068 2007-05-17  Bruno Haible  <bruno@clisp.org>
16069
16070         * tests/test-printf-posix.output: Renamed from
16071         tests/test-fprintf-posix.out.
16072         * modules/fprintf-posix-tests: Update.
16073         * modules/printf-posix-tests: Update.
16074         * modules/vfprintf-posix-tests: Update.
16075         * modules/vprintf-posix-tests: Update.
16076         * tests/test-fprintf-posix.sh: Update.
16077         * tests/test-printf-posix.sh: Update.
16078         * tests/test-vfprintf-posix.sh: Update.
16079         * tests/test-vprintf-posix.sh: Update.
16080         Reported by Ralf Wildenhues.
16081
16082 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16083
16084         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
16085         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
16086         GCC 4.2, which otherwise issues a lot of warnings.
16087         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
16088         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
16089         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
16090         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
16091         it should no longer be needed.
16092         * lib/string_.h: Likewise.
16093         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
16094         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
16095         * modules/inttypes (inttypes.h): Likewise.
16096         * modules/math (math.h): Likewise.
16097         * modules/search (search.h): Likewise.
16098         * modules/signal (signal.h): Likewise.
16099         * modules/stdint (stdint.h): Likewise.
16100         * modules/stdio (stdio.h): Likewise.
16101         * modules/stdlib (stdlib.h): Likewise.
16102         * modules/string (string.h): Likewise.
16103         * modules/sys_time (sys/time.h): Likewise.
16104         * modules/time (time.h): Likewise.
16105         * modules/wchar (wchar.h): Likewise.
16106         * modules/wctype (wtype.h): Likewise.
16107
16108 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
16109
16110         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
16111
16112 2007-05-13  Bruno Haible  <bruno@clisp.org>
16113
16114         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
16115         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
16116         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
16117         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
16118         (gl_PREREQ_STRTOK_R): Don't require it here.
16119
16120 2007-05-13  Bruno Haible  <bruno@clisp.org>
16121
16122         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
16123         when used in C++ mode.
16124
16125 2007-05-12  Bruno Haible  <bruno@clisp.org>
16126
16127         * lib/linebuffer.h: Tweak doc.
16128         * lib/linebuffer.c: Likewise.
16129
16130 2007-05-12  James Youngman  <jay@gnu.org>
16131
16132         * lib/linebuffer.c (readlinebuffer_delim): New function,
16133         like readlinebuffer, but use a caller-specified delimiter.
16134         (readlinebuffer): Just call readlinebuffer_delim with '\n'
16135         as the delimiter.
16136         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
16137
16138 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
16139
16140         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
16141         * modules/openat (Files): Remove openat-die.c.
16142         (Depends-on): Add openat-die.
16143         * modules/openat-die: New module.
16144
16145 2007-05-06  Bruno Haible  <bruno@clisp.org>
16146
16147         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
16148         Update with info about Cygwin.
16149         * doc/functions/fprintf.texi: Update.
16150         * doc/functions/printf.texi: Update.
16151         * doc/functions/snprintf.texi: Update.
16152         * doc/functions/sprintf.texi: Update.
16153         * doc/functions/vfprintf.texi: Update.
16154         * doc/functions/vprintf.texi: Update.
16155         * doc/functions/vsnprintf.texi: Update.
16156         * doc/functions/vsprintf.texi: Update.
16157         Reported by Eric Blake.
16158
16159 2007-05-06  Bruno Haible  <bruno@clisp.org>
16160
16161         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
16162         padding ourselves for the floating-point directives.
16163         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
16164         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
16165         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16166         gl_PRINTF_FLAG_ZERO and test its result. Invoke
16167         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
16168         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16169         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
16170         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16171         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16172         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16173         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16174         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16175         * tests/test-snprintf-posix.h (test_function): Also check the width
16176         and some flags in the %f directive.
16177         * tests/test-sprintf-posix.h (test_function): Likewise.
16178         * tests/test-vasnprintf-posix.c (test_function): Likewise.
16179         * tests/test-vasprintf-posix.c (test_function): Likewise.
16180         * doc/functions/fprintf.texi: Update.
16181         * doc/functions/printf.texi: Update.
16182         * doc/functions/snprintf.texi: Update.
16183         * doc/functions/sprintf.texi: Update.
16184         * doc/functions/vfprintf.texi: Update.
16185         * doc/functions/vprintf.texi: Update.
16186         * doc/functions/vsnprintf.texi: Update.
16187         * doc/functions/vsprintf.texi: Update.
16188
16189 2007-05-06  Bruno Haible  <bruno@clisp.org>
16190
16191         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
16192         pass the ' flag character to sprintf or snprintf.
16193         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
16194         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
16195         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16196         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
16197         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
16198         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16199         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
16200         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16201         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16202         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16203         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16204         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16205         * tests/test-snprintf-posix.h (test_function): Also check the grouping
16206         flag.
16207         * tests/test-sprintf-posix.h (test_function): Likewise.
16208         * tests/test-vasnprintf-posix.c (test_function): Likewise.
16209         * tests/test-vasprintf-posix.c (test_function): Likewise.
16210         * doc/functions/fprintf.texi: Update.
16211         * doc/functions/printf.texi: Update.
16212         * doc/functions/snprintf.texi: Update.
16213         * doc/functions/sprintf.texi: Update.
16214         * doc/functions/vfprintf.texi: Update.
16215         * doc/functions/vprintf.texi: Update.
16216         * doc/functions/vsnprintf.texi: Update.
16217         * doc/functions/vsprintf.texi: Update.
16218
16219 2007-05-01  Bruno Haible  <bruno@clisp.org>
16220
16221         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
16222
16223 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
16224
16225         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
16226         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
16227
16228 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16229
16230         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
16231         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
16232         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
16233
16234 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
16235
16236         * lib/argp-help.c (struct hol_entry): New member `ord'.
16237         (HOL_ENTRY_PTRCMP): Use ord for comparison
16238         (hol_sort): Initialize ord.
16239
16240 2007-05-01  Bruno Haible  <bruno@clisp.org>
16241
16242         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
16243         Reported by Eric Blake.
16244         * doc/gnulib.texi (Function Substitutes): Update.
16245
16246 2007-05-01  Bruno Haible  <bruno@clisp.org>
16247
16248         * doc/functions.texi: Remove file, now redundant through
16249         doc/functions/*.texi.
16250
16251 2007-05-01  Bruno Haible  <bruno@clisp.org>
16252
16253         * modules/argp (Depends-on): Add sleep.
16254
16255 2007-05-01  Bruno Haible  <bruno@clisp.org>
16256
16257         * modules/sleep-tests: New file.
16258         * tests/test-sleep.c: New file.
16259
16260         * modules/sleep: New file.
16261         * lib/sleep.c: New file.
16262         * m4/sleep.m4: New file.
16263         * lib/unistd_.h (sleep): New declaration.
16264         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
16265         HAVE_SLEEP.
16266         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
16267         * doc/functions/sleep.texi: Document the sleep module.
16268
16269 2007-05-01  Bruno Haible  <bruno@clisp.org>
16270
16271         * lib/sigprocmask.h: Remove file.
16272         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
16273         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
16274         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
16275         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
16276         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
16277         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
16278         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
16279         HAVE_SIGSET_T as a shell variable.
16280         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
16281         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
16282         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
16283         (Depends-on): Add signal. Remove verify.
16284         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
16285         (Include): Mention <signal.h> instead of sigprocmask.h.
16286         * NEWS: Mention the change.
16287         * lib/fatal-signal.c: Don't include sigprocmask.h.
16288
16289 2007-05-01  Bruno Haible  <bruno@clisp.org>
16290
16291         * modules/signal: New file.
16292         * lib/signal_.h: New file.
16293         * m4/signal_h.m4: New file.
16294
16295 2007-05-01  Bruno Haible  <bruno@clisp.org>
16296
16297         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
16298         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
16299         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
16300         HAVE_WCTYPE_CTMP_BUG into wctype.h.
16301
16302 2007-05-01  Bruno Haible  <bruno@clisp.org>
16303
16304         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
16305         configure time.
16306         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
16307         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
16308         * modules/sys_stat (Makefile.am): Substitute their values into
16309         sys/stat.h.
16310
16311 2007-05-01  Bruno Haible  <bruno@clisp.org>
16312
16313         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
16314         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
16315         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
16316
16317 2007-05-01  Bruno Haible  <bruno@clisp.org>
16318
16319         * doc/header/assert.texi: Undo last change: don't mention the gnulib
16320         'assert' module here.
16321
16322 2007-05-01  Bruno Haible  <bruno@clisp.org>
16323
16324         * doc/functions/*.texi: New files.
16325         * doc/functions/google-ranking.txt: New file.
16326         * doc/gnulib.texi (Function Substitutes): New chapter.
16327         (ctime, inet_ntoa): Remove sections.
16328         * doc/ctime.texi: Remove file.
16329         * doc/inet_ntoa.texi: Remove file.
16330         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
16331         dependencies.
16332         (%.info): New rule, specifying a --reference-limit.
16333
16334 2007-05-01  Bruno Haible  <bruno@clisp.org>
16335
16336         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
16337
16338 2007-05-01  Bruno Haible  <bruno@clisp.org>
16339
16340         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
16341         the portability of 'mkdir' to mingw systems.
16342
16343 2007-05-01  Bruno Haible  <bruno@clisp.org>
16344
16345         * doc/headers/google-ranking.txt: New file.
16346
16347 2007-04-30  Eric Blake  <ebb9@byu.net>
16348
16349         Prefer fseeko to fseek.
16350         * modules/getpass (Depends-on): Add fseeko.
16351         * lib/getpass.c (getpass): Use fseeko, not fseek.
16352
16353 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
16354
16355         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
16356         assumes the sorting is stable, while most qsort implementations
16357         are not.  Use argument addresses to ensure they never compare as
16358         equal.
16359
16360         * tests/test-argp-2.sh (usage-indent test): Fix output
16361         (func_compare): Restore diff options
16362         * tests/test-argp.c: Restore #include "progname.h"
16363
16364 2007-04-29  Bruno Haible  <bruno@clisp.org>
16365
16366         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
16367         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16368         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
16369         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16370         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
16371         (configure.ac): Define CHECK_SNPRINTF_POSIX.
16372         (TESTS, check_PROGRAMS): Add test-snprintf.
16373         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
16374         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
16375         (TESTS, check_PROGRAMS): Add test-vsnprintf.
16376         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
16377         assertions that fail on HP-UX, OSF/1, or IRIX.
16378         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
16379
16380 2007-04-29  Bruno Haible  <bruno@clisp.org>
16381
16382         * MODULES.html.sh (posix_functions): Remove 'contents'.
16383
16384 2007-04-29  Karl Berry  <karl@gnu.org>
16385
16386         * config/srclist.txt (gendocs_template_min): new entry.
16387
16388 2007-04-29  Bruno Haible  <bruno@clisp.org>
16389
16390         Work around fpurge bug on BSD systems.
16391         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
16392         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
16393         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
16394         fpurge to rpl_fpurge if the system already has this function.
16395         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
16396         the case where the system already has this function. Correct invariants
16397         on BSD systems.
16398         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
16399         BSD systems.
16400
16401 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
16402
16403         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
16404         proposed by Sven Verdoolaege.
16405
16406         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
16407         options.
16408         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
16409         (usage and help tests): Update
16410
16411 2007-04-29  Bruno Haible  <bruno@clisp.org>
16412
16413         * tests/test-fflush.c (main): Use a file of size 17, not 10.
16414         Print more information in case of failure. Disable a test on BeOS.
16415
16416 2007-04-29  Bruno Haible  <bruno@clisp.org>
16417
16418         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
16419         This helps debugging on systems on which no gdb is available.
16420
16421 2007-04-29  Bruno Haible  <bruno@clisp.org>
16422
16423         * lib/freading.h: Improve comments.
16424         * lib/fwriting.h: Likewise.
16425         * tests/test-freading.c (main): Don't check freading immediately after
16426         repositioning. Needed for glibc.
16427
16428 2007-04-29  Bruno Haible  <bruno@clisp.org>
16429
16430         * lib/freading.c (freading): Trivial simplification.
16431
16432 2007-04-28  Bruno Haible  <bruno@clisp.org>
16433
16434         * tests/test-fwriting.c (main): Also test the interaction between
16435         fflush and fwriting.
16436         * modules/fwriting-tests (Depends-on): Add fflush.
16437
16438         * tests/test-freading.c (main): Also test the interaction between
16439         fflush and freading.
16440         * modules/freading-tests (Depends-on): Add fflush.
16441
16442 2007-04-28  Bruno Haible  <bruno@clisp.org>
16443
16444         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
16445         fseeko and ftello.
16446         Suggested by Eric Blake.
16447
16448 2007-04-28  Jim Meyering  <jim@meyering.net>
16449
16450         Avoid false-negative in gl_STDINT_H's C99 conformance test.
16451         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
16452         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
16453
16454 2007-04-27  Eric Blake  <ebb9@byu.net>
16455
16456         * doc/headers/assert.texi (assert.h): Document assert module use.
16457
16458 2007-04-27  Bruno Haible  <bruno@clisp.org>
16459
16460         * doc/headers/*.texi: New files.
16461         * doc/gnulib.texi (Header File Substitutes): New chapter.
16462         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
16463         dependencies.
16464         (standards.info ,standards.html, standards.dvi): Update dependencies.
16465         (mostlyclean, clean): New targets.
16466
16467 2007-04-27  Bruno Haible  <bruno@clisp.org>
16468
16469         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
16470         * modules/sysexits (Files, Makefile.am): Update.
16471
16472         * lib/sys_socket_.h: Renamed from lib/socket_.h.
16473         * modules/sys_socket (Files, Makefile.am): Update.
16474
16475         * lib/sys_stat_.h: Renamed from lib/stat_.h.
16476         * modules/sys_stat (Files, Makefile.am): Update.
16477
16478 2007-04-27  Eric Blake  <ebb9@byu.net>
16479
16480         * lib/freading.h: Improve comments.
16481         * lib/fwriting.h: Likewise.
16482         * lib/fflush.c: Likewise.
16483
16484         Fix closein for mingw.
16485         * modules/closein-tests: Add tests for closein.
16486         * tests/test-closein.c: New file.
16487         * tests/test-closein.sh: Likewise.
16488         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
16489         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
16490
16491 2007-04-27  Bruno Haible  <bruno@clisp.org>
16492
16493         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
16494         version is < 6.
16495         * lib/math_.h [__DECC]: Likewise.
16496         * lib/stdio_.h [__DECC]: Likewise.
16497         * lib/stdlib_.h [__DECC]: Likewise.
16498         * lib/string_.h [__DECC]: Likewise.
16499         * lib/time_.h [__DECC]: Likewise.
16500         * lib/wchar_.h [__DECC]: Likewise.
16501         * lib/wctype_.h [__DECC]: Likewise.
16502
16503 2007-04-27  Bruno Haible  <bruno@clisp.org>
16504
16505         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
16506
16507 2007-04-27  Bruno Haible  <bruno@clisp.org>
16508
16509         * lib/fflush.c: Add comments.
16510         * modules/fpurge-tests (Depends-on): Add fflush.
16511         * modules/freadable-tests (Depends-on): Likewise.
16512         * modules/fwritable-tests (Depends-on): Likewise.
16513
16514 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
16515
16516         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
16517         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
16518         Report by Bruno Haible <bruno@clisp.org>.
16519
16520 2007-04-26  Eric Blake  <ebb9@byu.net>
16521
16522         Fix fflush on mingw.
16523         * modules/fflush (Depends-on): Add freading.
16524         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
16525         but unread data.
16526
16527 2007-04-26  Eric Blake  <ebb9@byu.net>
16528         and Bruno Haible  <bruno@clisp.org>
16529
16530         Implement freading and fwriting.
16531         * lib/freading.c: New file.
16532         * lib/freading.h: Likewise.
16533         * m4/freading.m4: Likewise.
16534         * modules/freading: Likewise.
16535         * modules/freading-tests: Likewise.
16536         * tests/test-freading.c: Likewise.
16537         * lib/fwriting.c: New file.
16538         * lib/fwriting.h: Likewise.
16539         * m4/fwriting.m4: Likewise.
16540         * modules/fwriting: Likewise.
16541         * modules/fwriting-tests: Likewise.
16542         * tests/test-fwriting.c: Likewise.
16543         * MODULES.html.sh (File stream based Input/Output): Mention them.
16544
16545 2007-04-26  Bruno Haible  <bruno@clisp.org>
16546
16547         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
16548         'long' when we assume it.
16549         Suggested by Eric Blake.
16550
16551 2007-04-26  Bruno Haible  <bruno@clisp.org>
16552
16553         Ensure fseeko, ftello are declared on glibc systems.
16554         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
16555         * modules/fseeko (configure.ac-early): Likewise.
16556         * modules/ftello (configure.ac-early): Likewise.
16557         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
16558         AC_FUNC_FSEEKO for this.
16559         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
16560         (gl_CHECK_FSEEKO): Remove macro.
16561
16562 2007-04-26  Bruno Haible  <bruno@clisp.org>
16563
16564         * tests/test-fflush.c (main): Also check the ftell result after
16565         fflush and fseek/fseeko.
16566         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
16567         file descriptor position cache in the stream.
16568         * lib/fseeko.c (rpl_fseeko): Likewise.
16569
16570 2007-04-26  Bruno Haible  <bruno@clisp.org>
16571
16572         * modules/fflush-tests (Depends-on): Add fseeko.
16573
16574 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
16575             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16576
16577         * lib/argz_.h: ensure error_t definition is obtained in same
16578         mechanism system argz.h would have.
16579         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
16580         argz facilities are known bad.  Err on the side of caution if
16581         cross-compiling.
16582
16583 2007-04-25  Eric Blake  <ebb9@byu.net>
16584
16585         * lib/fpurge.c (includes): Use stdlib.h for free.
16586         * tests/test-fflush.c (main): Also test fflush-fseeko.
16587
16588 2007-04-25  Bruno Haible  <bruno@clisp.org>
16589
16590         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
16591         * lib/fseeko.c: New file.
16592         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
16593         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
16594         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
16595         gl_FUNC_FSEEKO.
16596         (gl_FUNC_FSEEKO): Invoke it.
16597         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
16598         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
16599         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
16600
16601 2007-04-25  Bruno Haible  <bruno@clisp.org>
16602
16603         * modules/fflush (Depends-on): Add ftello.
16604
16605 2007-04-25  Bruno Haible  <bruno@clisp.org>
16606
16607         * modules/ftello-tests: New file.
16608         * tests/test-ftello.c: New file.
16609
16610         * modules/ftello: New file.
16611         * m4/ftello.m4: New file.
16612         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
16613         HAVE_FTELLO.
16614         * lib/stdio_.h (ftello): New declaration.
16615         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
16616         HAVE_FTELLO.
16617
16618 2007-04-25  Bruno Haible  <bruno@clisp.org>
16619
16620         * modules/fseeko-tests: New file.
16621         * tests/test-fseeko.c: New file.
16622
16623         * modules/fseeko: New file.
16624         * m4/fseeko.m4: New file.
16625         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
16626         HAVE_FSEEKO.
16627         * lib/stdio_.h (fseeko): New declaration.
16628         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
16629         HAVE_FSEEKO.
16630
16631 2007-04-25  Bruno Haible  <bruno@clisp.org>
16632
16633         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
16634
16635 2007-04-25  Bruno Haible  <bruno@clisp.org>
16636
16637         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
16638         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
16639         * tests/test-unistd.c: Likewise.
16640         * tests/test-fcntl.c: Likewise.
16641
16642 2007-04-23  Eric Blake  <ebb9@byu.net>
16643
16644         * lib/fflush.c: Fix missing include.
16645         Reported by Bruno Haible.
16646
16647 2007-04-23  Bruno Haible  <bruno@clisp.org>
16648
16649         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
16650         Reported by Eric Blake.
16651
16652 2007-04-23  Bruno Haible  <bruno@clisp.org>
16653
16654         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
16655
16656 2007-04-23  Bruno Haible  <bruno@clisp.org>
16657
16658         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
16659
16660 2007-04-23  Bruno Haible  <bruno@clisp.org>
16661
16662         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
16663         Needed on HP-UX 11.
16664
16665 2007-04-16  Eric Blake  <ebb9@byu.net>
16666
16667         Make fflush rely on fpurge.
16668         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
16669         open coding all variants.
16670         * modules/fflush (Depends-on): Add fpurge and unistd.
16671         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
16672         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
16673
16674         Fix --with-tests compilation on cygwin.
16675         * modules/argmatch-tests (Makefile.am): List gnulib library first
16676         in LDADD.
16677         * modules/argp-tests (Makefile.am): Likewise.
16678         * modules/array-list-tests (Makefile.am): Likewise.
16679         * modules/array-oset-tests (Makefile.am): Likewise.
16680         * modules/avltree-list-tests (Makefile.am): Likewise.
16681         * modules/avltree-oset-tests (Makefile.am): Likewise.
16682         * modules/avltreehash-list-tests (Makefile.am): Likewise.
16683         * modules/carray-list-tests (Makefile.am): Likewise.
16684         * modules/dirname-tests (Makefile.am): Likewise.
16685         * modules/frexp-tests (Makefile.am): Likewise.
16686         * modules/isnanl-tests (Makefile.am): Likewise.
16687         * modules/linked-list-tests (Makefile.am): Likewise.
16688         * modules/linkedhash-list-tests (Makefile.am): Likewise.
16689         * modules/lock-tests (Makefile.am): Likewise.
16690         * modules/rbtree-list-tests (Makefile.am): Likewise.
16691         * modules/rbtree-oset-tests (Makefile.am): Likewise.
16692         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
16693         * modules/tls-tests (Makefile.am): Likewise.
16694         * modules/tsearch-tests (Makefile.am): Likewise.
16695         * modules/xvasprintf-tests (Makefile.am): Likewise.
16696
16697         Fix fpurge for cygwin.
16698         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
16699         value.
16700         * modules/fpurge-tests (Depends-on): Clean up trash.
16701
16702 2007-04-16  Simon Josefsson  <simon@josefsson.org>
16703
16704         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
16705
16706         * m4/autobuild.m4: Re-indent.
16707
16708 2007-04-13  Bruno Haible  <bruno@clisp.org>
16709
16710         * modules/fpurge-tests: New file.
16711         * tests/test-fpurge.c: New file.
16712
16713         * modules/fpurge: New file.
16714         * lib/fpurge.h: New file.
16715         * lib/fpurge.c: New file.
16716         * m4/fpurge.m4: New file.
16717
16718 2007-04-13  Bruno Haible  <bruno@clisp.org>
16719
16720         * modules/fbufmode-tests: New file.
16721         * tests/test-fbufmode.c: New file.
16722
16723         * modules/fbufmode: New file.
16724         * lib/fbufmode.h: New file.
16725         * lib/fbufmode.c: New file.
16726         * m4/fbufmode.m4: New file.
16727
16728 2007-04-13  Bruno Haible  <bruno@clisp.org>
16729
16730         * modules/fwritable-tests: New file.
16731         * tests/test-fwritable.c: New file.
16732
16733         * modules/fwritable: New file.
16734         * lib/fwritable.h: New file.
16735         * lib/fwritable.c: New file.
16736         * m4/fwritable.m4: New file.
16737
16738 2007-04-13  Bruno Haible  <bruno@clisp.org>
16739
16740         * modules/freadable-tests: New file.
16741         * tests/test-freadable.c: New file.
16742
16743         * modules/freadable: New file.
16744         * lib/freadable.h: New file.
16745         * lib/freadable.c: New file.
16746         * m4/freadable.m4: New file.
16747
16748 2007-04-13  Bruno Haible  <bruno@clisp.org>
16749
16750         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
16751         MOSTLYCLEANFILES.
16752
16753 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16754
16755         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
16756         gzip bootstrap.conf to avoid dragging in i18n machinery.
16757         (gnulib_tool_option): Use it.
16758
16759 2007-04-13  Bruno Haible  <bruno@clisp.org>
16760
16761         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
16762         %F directives.
16763         * tests/test-vasprintf-posix.c (test_function): Likewise.
16764         * tests/test-snprintf-posix.h (test_function): Likewise.
16765         * tests/test-sprintf-posix.h (test_function): Likewise.
16766         * tests/test-fprintf-posix.h (test_function): Likewise.
16767         * tests/test-printf-posix.h (test_function): Likewise.
16768         * tests/test-fprintf-posix.out: Likewise.
16769
16770 2007-04-13  Bruno Haible  <bruno@clisp.org>
16771
16772         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
16773         * modules/tls-tests (configure.ac): Likewise.
16774         Reported by Arto C. Nirkko <anirkko@insel.ch>.
16775
16776 2007-04-13  Bruno Haible  <bruno@clisp.org>
16777
16778         * lib/tls.c (glthread_tls_get): Fix return type.
16779         Patch by Arto C. Nirkko <anirkko@insel.ch>.
16780
16781 2007-04-12  Eric Blake  <ebb9@byu.net>
16782
16783         * modules/gettime (Depends-on): Remove gettime.
16784         Reported by Dmitry V. Levin.
16785
16786 2007-04-12  Bruno Haible  <bruno@clisp.org>
16787
16788         * modules/fflush (Include): Mention <stdio.h>.
16789         * modules/strtoimax (Include): Mention <inttypes.h>.
16790         * modules/strtoumax (Include): Likewise.
16791
16792 2007-04-12  Eric Blake  <ebb9@byu.net>
16793
16794         * .cvsignore: New file.
16795         * .gitignore: Likewise.
16796
16797 2007-04-12  Bruno Haible  <bruno@clisp.org>
16798
16799         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
16800         not before, since $(LDADD) often contains libgnu.a.
16801         * modules/striconv-tests (test_striconv_LDADD): Likewise.
16802         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
16803         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
16804         Needed on Cygwin.
16805
16806 2007-04-12  Eric Blake  <ebb9@byu.net>
16807
16808         Work around glibc's failure to flush stdin on fclose.
16809         * lib/closein.c (close_stdin): Flush stdin before closing.
16810
16811         Work around glibc's failure to reset seekable stdin on exit.
16812         * modules/closein: New module.
16813         * lib/closein.c: New file.
16814         * lib/closein.h: Likewise.
16815         * m4/closein.m4: Likewise.
16816         * MODULES.html.sh (File stream based Input/Output): Document it.
16817
16818 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16819
16820         * gnulib-tool: Rename generated 'autobuild' script to
16821         'do-autobuild' in --create-megatestdir output.
16822
16823         * doc/gnulib.texi (Build robot for gnulib): Fix.
16824
16825 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16826
16827         * modules/sysexits (Depends-on): Add absolute-header.
16828
16829 2007-04-12  Eric Blake  <ebb9@byu.net>
16830
16831         No need to preserve errno on success.
16832         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
16833         Reported by Bruno Haible.
16834
16835 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16836
16837         * MODULES.html.sh (Support for maintaining and releasing
16838         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
16839
16840 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16841
16842         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
16843
16844 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16845
16846         * modules/autobuild: New module.
16847
16848         * m4/autobuild.m4: New file.
16849
16850 2007-04-11  Bruno Haible  <bruno@clisp.org>
16851
16852         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
16853         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
16854         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
16855         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
16856         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16857         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16858         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16859         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16860         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16861         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16862         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
16863         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16864         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16865         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
16866         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16867         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16868         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
16869         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16870         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16871         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
16872         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16873         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16874         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
16875         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16876         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16877         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
16878         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16879         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16880         Reported by Eric Blake.
16881
16882 2007-04-11  Bruno Haible  <bruno@clisp.org>
16883
16884         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
16885
16886 2007-04-10  Bruno Haible  <bruno@clisp.org>
16887
16888         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
16889         for NaN and Infinity. Needed on FreeBSD 6.1.
16890         * tests/test-vasnprintf-posix.c (test_function): Undo last change
16891         regarding results for "%010a" of Infinity and NaN.
16892         * tests/test-vasprintf-posix.c (test_function): Likewise.
16893         * tests/test-snprintf-posix.h (test_function): Likewise.
16894         * tests/test-sprintf-posix.h (test_function): Likewise.
16895         * tests/test-fprintf-posix.h (test_function): Likewise.
16896         * tests/test-printf-posix.h (test_function): Likewise.
16897         * tests/test-fprintf-posix.out: Likewise.
16898
16899 2007-04-10  Bruno Haible  <bruno@clisp.org>
16900
16901         * modules/locale-tests: New file.
16902         * tests/test-locale.c: New file.
16903
16904         * modules/locale: New file.
16905         * lib/locale_.h: New file.
16906         * m4/locale_h.m4: New file.
16907
16908 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
16909             Bruno Haible  <bruno@clisp.org>
16910
16911         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
16912         be determined, test for availability of the copysignf, copysign,
16913         copysignl functions.
16914         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
16915         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
16916         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
16917
16918 2007-04-09  Eric Blake  <ebb9@byu.net>
16919
16920         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
16921         * modules/stdio (Makefile.am): Support fflush.
16922         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
16923         * modules/fflush: New file.
16924         * lib/fflush.c: Likewise.
16925         * m4/fflush.m4: Likewise.
16926         * modules/fflush-tests: New test.
16927         * tests/test-fflush.c: Likewise.
16928         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
16929
16930 2007-04-06  Bruno Haible  <bruno@clisp.org>
16931
16932         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
16933         (VASNPRINTF): Use signbit for faster determination whether to print a
16934         minus sign.
16935         * modules/vasnprintf (Files): Remove lib/float+.h.
16936         * modules/fprintf-posix (Depends-on): Add signbit.
16937         * modules/snprintf-posix (Depends-on): Likewise.
16938         * modules/sprintf-posix (Depends-on): Likewise.
16939         * modules/vasnprintf-posix (Depends-on): Likewise.
16940         * modules/vasprintf-posix (Depends-on): Likewise.
16941         * modules/vfprintf-posix (Depends-on): Likewise.
16942         * modules/vsnprintf-posix (Depends-on): Likewise.
16943         * modules/vsprintf-posix (Depends-on): Likewise.
16944
16945 2007-04-06  Bruno Haible  <bruno@clisp.org>
16946
16947         * tests/test-frexp.c (main): Test also the sign bit of zero results.
16948         * tests/test-frexpl.c (main): Likewise.
16949         * tests/test-ldexpl.c (main): Likewise.
16950         * modules/frexp-tests (Depends-on): Add signbit.
16951         * modules/frexpl-tests (Depdends-on): Likewise.
16952         * modules/ldexpl-tests (Depdends-on): Likewise.
16953
16954 2007-04-06  Bruno Haible  <bruno@clisp.org>
16955
16956         * modules/signbit-tests: New file.
16957         * tests/test-signbit.c: New file.
16958
16959         * modules/signbit: New file.
16960         * lib/signbitf.c: New file.
16961         * lib/signbitd.c: New file.
16962         * lib/signbitl.c: New file.
16963         * m4/signbit.m4: New file.
16964         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
16965         (signbit): New macro.
16966         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
16967         REPLACE_SIGNBIT.
16968         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
16969         REPLACE_FREXPL into math.h.
16970
16971 2007-04-06  Bruno Haible  <bruno@clisp.org>
16972
16973         * modules/isnanf-nolibm-tests: New file.
16974         * tests/test-isnanf.c: New file.
16975
16976         * modules/isnanf-nolibm: New file.
16977         * lib/isnanf.h: New file.
16978         * lib/isnanf.c: New file.
16979         * lib/isnan.c: Consider the USE_FLOAT macro.
16980         * m4/isnanf.m4: New file.
16981
16982 2007-04-06  Bruno Haible  <bruno@clisp.org>
16983
16984         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
16985         (Link): New section.
16986
16987         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
16988
16989 2007-04-06  Bruno Haible  <bruno@clisp.org>
16990
16991         Assume the 'long double' type.
16992         * m4/longdouble.m4: Remove file.
16993         * config/srclist.txt: Don't mention longdouble.m4.
16994         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
16995         * lib/float+.h: Likewise.
16996         * lib/frexp.c: Likewise.
16997         * lib/printf-args.h: Likewise.
16998         * lib/printf-args.c: Likewise.
16999         * lib/printf-frexp.c: Likewise.
17000         * lib/printf-parse.c: Likewise.
17001         * lib/vasnprintf.c: Likewise.
17002         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
17003         * m4/intl.m4: Likewise.
17004         * m4/isnanl.m4: Likewise.
17005         * m4/printf.m4: Likewise.
17006         * m4/printf-frexpl.m4: Likewise.
17007         * m4/vasnprintf.m4: Likewise.
17008         * modules/allocsa (Files): Remove m4/longdouble.m4.
17009         * modules/gettext (Files): Likewise.
17010         * modules/relocatable-prog-wrapper (Files): Likewise.
17011         * modules/vasnprintf (Files): Likewise.
17012         * modules/isnanl (Files): Likewise.
17013         (Include): Simplify.
17014         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
17015         (Include): Simplify.
17016         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
17017         (Include): Simplify.
17018         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
17019         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17020         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
17021         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17022         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
17023         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17024         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
17025         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17026         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
17027         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17028         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
17029         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17030         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
17031         * tests/test-isnanl.c: Likewise.
17032         * tests/test-snprintf-posix.h: Likewise.
17033         * tests/test-sprintf-posix.h: Likewise.
17034         * tests/test-vasnprintf-posix.c: Likewise.
17035         * tests/test-vasnprintf-posix2.c: Likewise.
17036         * tests/test-vasprintf-posix.c: Likewise.
17037
17038 2007-04-06  Bruno Haible  <bruno@clisp.org>
17039
17040         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
17041         * lib/math_.h [__DECC]: Include the overridden include file through
17042         #include_next, outside the double-inclusion guard.
17043         * lib/stdio_.h [__DECC]: Likewise.
17044         * lib/stdlib_.h [__DECC]: Likewise.
17045         * lib/string_.h [__DECC]: Likewise.
17046         * lib/time_.h [__DECC]: Likewise.
17047         * lib/wchar_.h [__DECC]: Likewise.
17048         * lib/wctype_.h [__DECC]: Likewise.
17049         * lib/inttypes_.h [__DECC]: Likewise.
17050         Reported by Albert Chin <china@thewrittenword.com> in
17051         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
17052
17053 2007-04-04  Eric Blake  <ebb9@byu.net>
17054
17055         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
17056         1.5.x.
17057
17058 2007-04-04  Bruno Haible  <bruno@clisp.org>
17059
17060         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
17061         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
17062
17063 2007-04-04  Bruno Haible  <bruno@clisp.org>
17064
17065         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
17066         results for "%010a" of Infinity and NaN.
17067         * tests/test-vasprintf-posix.c (test_function): Likewise.
17068         * tests/test-snprintf-posix.h (test_function): Likewise.
17069         * tests/test-sprintf-posix.h (test_function): Likewise.
17070         * tests/test-fprintf-posix.h (test_function): Remove these tests.
17071         * tests/test-printf-posix.h (test_function): Likewise.
17072         * tests/test-fprintf-posix.out: Update.
17073         Needed for FreeBSD 6.1.
17074
17075 2007-04-04  Bruno Haible  <bruno@clisp.org>
17076
17077         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
17078         directly used by the gnulib modules nor by gnulib-tool.
17079
17080 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17081
17082         * DEPENDENCIES: Give overall description of version dependency
17083         desirability.  Use more-typical names for apps.
17084         Add shell, coreutils, diffutils, grep, tar, gzip.
17085
17086 2007-04-04  Simon Josefsson  <simon@josefsson.org>
17087
17088         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
17089
17090 2007-04-04  Karl Berry  <karl@gnu.org>
17091
17092         * MODULES.html.sh (func_module): missing '.
17093
17094 2007-04-03  Bruno Haible  <bruno@clisp.org>
17095
17096         * modules/argmatch-tests (Makefile.am): New variable
17097         test_argmatch_LDADD.
17098         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
17099         * modules/array-list-tests (Makefile.am): New variable
17100         test_array_list_LDADD.
17101         * modules/array-oset-tests (Makefile.am): New variable
17102         test_array_oset_LDADD.
17103         * modules/avltree-list-tests (Makefile.am): New variable
17104         test_avltree_list_LDADD.
17105         * modules/avltree-oset-tests (Makefile.am): New variable
17106         test_avltree_oset_LDADD.
17107         * modules/avltreehash-list-tests (Makefile.am): New variable
17108         test_avltreehash_list_LDADD.
17109         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
17110         test_canonicalize_lgpl_LDADD.
17111         * modules/carray-list-tests (Makefile.am): New variable
17112         test_carray_list_LDADD.
17113         * modules/dirname-tests (Makefile.am): New variable
17114         test_dirname_LDADD.
17115         * modules/linked-list-tests (Makefile.am): New variable
17116         test_linked_list_LDADD.
17117         * modules/linkedhash-list-tests (Makefile.am): New variable
17118         test_linkedhash_list_LDADD.
17119         * modules/rbtree-list-tests (Makefile.am): New variable
17120         test_rbtree_list_LDADD.
17121         * modules/rbtree-oset-tests (Makefile.am): New variable
17122         test_rbtree_oset_LDADD.
17123         * modules/rbtreehash-list-tests (Makefile.am): New variable
17124         test_rbtreehash_list_LDADD.
17125         * modules/xvasprintf-tests (Makefile.am): New variable
17126         test_xvasprintf_LDADD.
17127         Reported by Eric Blake.
17128
17129 2007-04-03  Eric Blake  <ebb9@byu.net>
17130
17131         * DEPENDENCIES: Weaken m4 requirements.
17132
17133 2007-04-03  Bruno Haible  <bruno@clisp.org>
17134
17135         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
17136         * modules/isnanl-tests (configure.ac): Likewise.
17137
17138 2007-04-03  Ben Pfaff  <blp@gnu.org>
17139
17140         * modules/iconv_open: Add $(srcdir)/ to source directory
17141         references in Makefile fragments that call gperf, to fix VPATH
17142         builds.
17143
17144 2007-04-03  Bruno Haible  <bruno@clisp.org>
17145
17146         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
17147         * lib/ldexpl.c: Undo last change.
17148
17149 2007-04-03  Bruno Haible  <bruno@clisp.org>
17150
17151         * modules/printf-frexpl (Depends-on): Undo last change.
17152         (Files): Add m4/ldexpl.m4.
17153
17154 2007-04-03  Bruno Haible  <bruno@clisp.org>
17155
17156         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
17157         * modules/isnanl (Link): New section.
17158
17159         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
17160         * modules/frexp (Link): New section.
17161
17162         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
17163         * modules/frexpl (Link): New section.
17164
17165         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
17166         * modules/ldexpl (Link): New section.
17167
17168 2007-04-03  Bruno Haible  <bruno@clisp.org>
17169
17170         * modules/TEMPLATE-EXTENDED: New file.
17171         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
17172
17173 2007-04-03  Bruno Haible  <bruno@clisp.org>
17174
17175         * DEPENDENCIES: New file.
17176         Suggested by Simon Josefsson.
17177
17178 2007-04-03  Bruno Haible  <bruno@clisp.org>
17179
17180         * doc/gnulib.texi: Escape @.
17181
17182 2007-04-03  James Youngman  <jay@gnu.org>
17183         and Paul Eggert  <eggert@cs.ucla.edu>
17184
17185         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
17186         birthtime on all systems that have birthtime, not just those which
17187         use st_birthtimensec rather than st_birthtim.  Putting zero in
17188         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
17189         that the birth time is not available for files on an NFS mount.
17190
17191 2007-04-03  Simon Josefsson  <simon@josefsson.org>
17192
17193         * modules/memxor: Move back from crypto/, suggested by Bruno.
17194         * modules/crypto/hmac-sha1: Fix memxor dependency.
17195
17196         * modules/crypto/gc: Moved from ../.
17197
17198 2007-04-02  Eric Blake  <ebb9@byu.net>
17199
17200         * lib/ldexpl.c (includes): Avoid libm.
17201
17202         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
17203
17204 2007-04-02  Bruno Haible  <bruno@clisp.org>
17205
17206         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
17207         on IRIX.
17208
17209 2007-04-02  Bruno Haible  <bruno@clisp.org>
17210
17211         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
17212         x86 or x86_64 platforms running MacOS X.
17213         Reported by Ryan Schmidt <@ryandesign.com>.
17214
17215 2007-04-02  Bruno Haible  <bruno@clisp.org>
17216
17217         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
17218         i386.
17219
17220 2007-04-01  Simon Josefsson  <simon@josefsson.org>
17221
17222         * modules/crypto/arcfour: Moved from ../.
17223         * modules/crypto/arcfour-tests: Moved from ../.
17224         * modules/crypto/arctwo: Moved from ../.
17225         * modules/crypto/arctwo-tests: Moved from ../.
17226         * modules/crypto/des: Moved from ../.
17227         * modules/crypto/des-tests: Moved from ../.
17228         * modules/crypto/gc-arcfour: Moved from ../.
17229         * modules/crypto/gc-arcfour-tests: Moved from ../.
17230         * modules/crypto/gc-arctwo: Moved from ../.
17231         * modules/crypto/gc-arctwo-tests: Moved from ../.
17232         * modules/crypto/gc-des: Moved from ../.
17233         * modules/crypto/gc-des-tests: Moved from ../.
17234         * modules/crypto/gc-hmac-md5: Moved from ../.
17235         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
17236         * modules/crypto/gc-hmac-sha1: Moved from ../.
17237         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
17238         * modules/crypto/gc-md2: Moved from ../.
17239         * modules/crypto/gc-md2-tests: Moved from ../.
17240         * modules/crypto/gc-md4: Moved from ../.
17241         * modules/crypto/gc-md4-tests: Moved from ../.
17242         * modules/crypto/gc-md5: Moved from ../.
17243         * modules/crypto/gc-md5-tests: Moved from ../.
17244         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
17245         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
17246         * modules/crypto/gc-random: Moved from ../.
17247         * modules/crypto/gc-rijndael: Moved from ../.
17248         * modules/crypto/gc-rijndael-tests: Moved from ../.
17249         * modules/crypto/gc-sha1: Moved from ../.
17250         * modules/crypto/gc-sha1-tests: Moved from ../.
17251         * modules/crypto/gc-tests: Moved from ../.
17252         * modules/crypto/hmac-md5: Moved from ../.
17253         * modules/crypto/hmac-md5-tests: Moved from ../.
17254         * modules/crypto/hmac-sha1: Moved from ../.
17255         * modules/crypto/hmac-sha1-tests: Moved from ../.
17256         * modules/crypto/md2: Moved from ../.
17257         * modules/crypto/md2-tests: Moved from ../.
17258         * modules/crypto/md4: Moved from ../.
17259         * modules/crypto/md4-tests: Moved from ../.
17260         * modules/crypto/md5: Moved from ../.
17261         * modules/crypto/md5-tests: Moved from ../.
17262         * modules/crypto/memxor: Moved from ../.
17263         * modules/crypto/rijndael: Moved from ../.
17264         * modules/crypto/rijndael-tests: Moved from ../.
17265         * modules/crypto/sha1: Moved from ../.
17266
17267 2007-03-30  James Youngman  <jay@gnu.org>
17268
17269         * tests/test-stat-time.c (prepare_test): use chmod() rather than
17270         rename() to change the ctime of a file (because ctime is unaffected
17271         by rename on jfs2 on AIX 5.1).
17272         (main): Start by doing cleanup, in case a previous run failed leaving
17273         test files behind.
17274
17275 2007-03-31  Bruno Haible  <bruno@clisp.org>
17276
17277         Support old proprietary implementations of iconv.
17278         * modules/iconv_open: New file.
17279         * lib/iconv_.h: New file.
17280         * m4/iconv_h.m4: New file.
17281         * lib/iconv_open.c: New file.
17282         * lib/iconv_open-aix.gperf: New file.
17283         * lib/iconv_open-hpux.gperf: New file.
17284         * lib/iconv_open-irix.gperf: New file.
17285         * lib/iconv_open-osf.gperf: New file.
17286         * m4/iconv_open.m4: New file.
17287         * modules/linebreak (Depends-on): Add iconv_open.
17288         * modules/striconv (Depends-on): Likewise.
17289         * modules/striconveh (Depends-on): Likewise.
17290         * modules/unicodeio (Depends-on): Likewise.
17291         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
17292         (iconv_t)(-1).
17293         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
17294         conversion if cd is (iconv_t)(-1).
17295         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
17296         is not possible.
17297
17298 2007-03-31  Bruno Haible  <bruno@clisp.org>
17299
17300         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
17301         work on Solaris either. Protect also second use of "autodetect_jp".
17302
17303 2007-03-31  Bruno Haible  <bruno@clisp.org>
17304
17305         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
17306         the function is not present.
17307
17308 2007-03-31  Bruno Haible  <bruno@clisp.org>
17309
17310         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
17311         the function is not present.
17312
17313 2007-03-31  Bruno Haible  <bruno@clisp.org>
17314
17315         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
17316         a bug in HP-UX iconv_open().
17317
17318 2007-03-31  Bruno Haible  <bruno@clisp.org>
17319
17320         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
17321         (Mathematics <math.h>): New section, add fpieee.
17322         (Input/output <stdio.h>): Add fseterr.
17323         (Mathematics <math.h>): New section, add printf-frexp.
17324         (Container data structures): Add sublist.
17325         (Core language properties): Add fpucw, inline.
17326         (Functions for greatest-width integer types <inttypes.h>): Add
17327         imaxabs, imaxdiv, inttypes.
17328         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
17329         isnanl-nolibm, ldexp.
17330         (Mathematics <math.h>): New section, add printf-frexpl.
17331         (Support for systems lacking POSIX:2001): Add fprintf-posix,
17332         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
17333         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
17334         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
17335         (Unicode string functions): Add unistr/u*-mbtoucr.
17336         (Java): Add javacomp-script, javaexec-script.
17337         (C#): Add csharpcomp-script, csharpexec-script.
17338         (Support for building libraries and executables): Add havelib,
17339         relocatable-*.
17340         (Support for maintaining and releasing projects): Renamed from
17341         'Support for maintaining and release projects'. Add announce-gen.
17342
17343 2007-03-31  Bruno Haible  <bruno@clisp.org>
17344
17345         * README: Talk primarily about git.
17346         (git and CVS): Renamed from CVS.
17347         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
17348         gnulib is available through git.
17349         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
17350
17351 2007-03-30  Bruno Haible  <bruno@clisp.org>
17352
17353         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
17354         * lib/poll_.h: Likewise.
17355         * lib/stat_.h: Likewise.
17356         * lib/sys_time_.h: Likewise.
17357         * lib/sysexit_.h: Likewise.
17358         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
17359         * lib/stdbool_.h: Likewise.
17360         * lib/byteswap_.h: Add double-inclusion guard.
17361
17362 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
17363
17364         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
17365
17366 2007-03-30  Karl Berry  <karl@gnu.org>
17367
17368         * config/srclist-update: double space after USA in the license
17369         substitution, since that's how it's usually (?) written.
17370
17371 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
17372
17373         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
17374         reported by Bruno Haible.
17375
17376 2007-03-29  Bruno Haible  <bruno@clisp.org>
17377
17378         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
17379         a bug in AIX iconv().
17380
17381 2007-03-29  Bruno Haible  <bruno@clisp.org>
17382
17383         * modules/ldexpl-tests: New file.
17384         * tests/test-ldexpl.c: New file.
17385
17386 2007-03-29  Bruno Haible  <bruno@clisp.org>
17387
17388         * lib/ldexpl.c: Include fpucw.h.
17389         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
17390         multiplication.
17391         * modules/ldexpl (Depends-on): Add fpucw.
17392
17393 2007-03-29  Bruno Haible  <bruno@clisp.org>
17394
17395         * modules/ldexpl: New file.
17396         * m4/ldexpl.m4: New file.
17397         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
17398         set.
17399         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
17400         REPLACE_LDEXPL.
17401         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
17402         REPLACE_LDEXPL.
17403         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
17404         gl_FUNC_LDEXPL_WORKS.
17405         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
17406         * modules/mathl (Files): Remove lib/ldexpl.c.
17407         (Depends-on): Add ldexpl.
17408
17409 2007-03-29  Bruno Haible  <bruno@clisp.org>
17410
17411         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
17412
17413 2007-03-29  Bruno Haible  <bruno@clisp.org>
17414
17415         * tests/test-striconveh.c (main): Don't assume that a direct conversion
17416         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
17417         and possibly also HP-UX.
17418         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
17419         work on AIX, IRIX, HP-UX, OSF/1.
17420         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
17421         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
17422         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
17423         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
17424         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
17425         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
17426
17427 2007-03-29  Bruno Haible  <bruno@clisp.org>
17428
17429         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
17430
17431 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
17432
17433         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
17434         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
17435
17436 2007-03-29  Eric Blake  <ebb9@byu.net>
17437
17438         * lib/acl-internal.h: Remove redundant include.
17439         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
17440         Cygwin when a file is locked.
17441
17442 2007-03-29  Bruno Haible  <bruno@clisp.org>
17443
17444         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
17445         file.
17446         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
17447
17448 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
17449
17450         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
17451         try to remove a parent directory if the child couldn't be removed
17452         (except for the first rmdir, which could fail because the child
17453         doesn't exist).  Problem reported by Jeff Blaine in
17454         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
17455
17456 2007-03-28  Bruno Haible  <bruno@clisp.org>
17457
17458         * lib/striconveh.c (utf8conv_carefully): New function.
17459         (mem_cd_iconveh_internal): Invoke it.
17460
17461 2007-03-28  Bruno Haible  <bruno@clisp.org>
17462
17463         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
17464         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
17465         input.
17466         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
17467         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
17468         unistr/u8-uctomb.
17469
17470 2007-03-28  Bruno Haible  <bruno@clisp.org>
17471
17472         * modules/unistr/u8-mbtoucr: New file.
17473         * lib/unistr/u8-mbtoucr.c: New file.
17474         * modules/unistr/u16-mbtoucr: New file.
17475         * lib/unistr/u16-mbtoucr.c: New file.
17476         * modules/unistr/u16-mbtoucr: New file.
17477         * lib/unistr/u16-mbtoucr.c: New file.
17478         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
17479
17480 2007-03-27  Simon Josefsson  <simon@josefsson.org>
17481             Bruno Haible  <bruno@clisp.org>
17482
17483         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
17484         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
17485         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
17486
17487         * m4/stdio_h.m4: Add stubs for vasprintf too.
17488
17489         * modules/stdio: Support vasprintf in sed command.
17490
17491         * modules/vasprintf: Depend on stdio for prototypes.  Remove
17492         vasprintf.h.  Add stdio module indicator.
17493
17494         * lib/stdio_.h: Declare asprintf and vasprintf, based on
17495         vasprintf.h.
17496
17497         * lib/vasprintf.h: File removed.
17498
17499         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
17500         * lib/vasprintf.c: Ditto.
17501         * lib/xvasprintf.c: Ditto.
17502         * tests/test-vasprintf-posix.c: Ditto.
17503         * tests/test-vasprintf.c: Ditto.
17504
17505 2007-03-27  Bruno Haible  <bruno@clisp.org>
17506
17507         Make vasnprintf multithread-safe.
17508         * lib/vasnprintf.c (decimal_point_char): New function.
17509         (VASNPRINTF): Use it.
17510         Suggested by Simon Josefsson.
17511
17512 2007-03-27  Eric Blake  <ebb9@byu.net>
17513
17514         Support sub-second birthtime on cygwin.
17515         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
17516         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
17517         (get_stat_birthtime): Also work with st_birthtim.
17518
17519 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
17520
17521         * lib/stat-time.h (USE_BIRTHTIME): Remove.
17522         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
17523         (get_stat_birthtime_ns): Do not try to use "spare" fields.
17524         (get_stat_birthtime_ns): Simplify compile-time tests.
17525         (get_stat_birthtime): Change the API to look like
17526         get_stat_mtime etc., except return a negative tv_nsec on error.
17527         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
17528         Don't check for "spare" fields.
17529         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
17530         or for struct stat.st_birthtime, as these tests aren't used.
17531         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
17532
17533 2007-03-27  Bruno Haible  <bruno@clisp.org>
17534
17535         * lib/stat-time.h: Include <sys/stat.h>.
17536
17537 2007-03-27  James Youngman  <jay@gnu.org>
17538
17539         * lib/stat-time.h (get_stat_birthtime): New function for
17540           retrieving st_birthtime as provided by UFS2 (hence *BSD).
17541         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
17542           and its variants.
17543         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
17544         * modules/stat-time-test: New file.
17545         * tests/test-stat-time.c: New test, devised by Bruno Haible.
17546
17547 2007-03-26  Bruno Haible  <bruno@clisp.org>
17548
17549         Better support of signalling NaNs.
17550         * lib/atanl.c: Include isnanl.h.
17551         (atanl): Perform test for NaN at the beginning of the function and
17552         through a call to isnanl.
17553         * lib/cosl.c: Include isnanl.h.
17554         (cosl): Perform test for NaN at the beginning of the function and
17555         through a call to isnanl.
17556         * lib/ldexpl.c: Include isnanl.h.
17557         (ldexpl): Perform test for NaN through a call to isnanl.
17558         * lib/logl.c: Include isnanl.h.
17559         (logl): Perform test for NaN at the beginning of the function and
17560         through a call to isnanl.
17561         * lib/sinl.c: Include isnanl.h.
17562         (sinl): Perform test for NaN at the beginning of the function and
17563         through a call to isnanl.
17564         * lib/sqrtl.c: Include isnanl.h.
17565         (sqrtl): Perform test for NaN at the beginning of the function and
17566         through a call to isnanl.
17567         * lib/tanl.c: Include isnanl.h.
17568         (tanl): Perform test for NaN at the beginning of the function and
17569         through a call to isnanl.
17570         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
17571         * modules/mathl (Depends-on): Add isnanl.
17572
17573 2007-03-26  Eric Blake  <ebb9@byu.net>
17574
17575         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
17576         regression in logic sense of previous patch.
17577
17578 2007-03-26  Bruno Haible  <bruno@clisp.org>
17579
17580         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
17581         unportable shell command "if ! ...".
17582         Reported by Ralf Wildenhues.
17583
17584 2007-03-25  Bruno Haible  <bruno@clisp.org>
17585
17586         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
17587         <sysexits.h> file, and only add EX_CONFIG.
17588         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
17589         absolute file name and whether it is sufficient. Substitute also
17590         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
17591         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
17592         ABSOLUTE_SYSEXITS_H into sysexits.h.
17593
17594 2007-03-25  Bruno Haible  <bruno@clisp.org>
17595
17596         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
17597         hints is NULL.
17598
17599 2007-03-25  Bruno Haible  <bruno@clisp.org>
17600
17601         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
17602         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
17603
17604 2007-03-25  Bruno Haible  <bruno@clisp.org>
17605
17606         * lib/vasnprintf.c: Include langinfo.h.
17607         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
17608         multithread-safe.
17609         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
17610         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
17611         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17612         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17613         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17614         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17615         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17616         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
17617         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17618         Reported by Simon Josefsson.
17619
17620 2007-03-25  Bruno Haible  <bruno@clisp.org>
17621
17622         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
17623         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
17624         * modules/vasnprintf (Depends-on): Add stdint.
17625
17626 2007-03-25  Bruno Haible  <bruno@clisp.org>
17627
17628         * modules/fpieee: New file.
17629         * m4/fpieee.m4: New file.
17630         * modules/isnan-nolibm (Depends-on): Add fpieee.
17631         * modules/isnanl-nolibm (Depends-on): Add fpieee.
17632         * modules/isnanl (Depends-on): Add fpieee.
17633
17634 2007-03-25  Bruno Haible  <bruno@clisp.org>
17635
17636         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
17637
17638 2007-03-25  Bruno Haible  <bruno@clisp.org>
17639
17640         Avoid test failures on IRIX 6.5.
17641         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
17642         (main): Use it.
17643         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
17644         macros.
17645         (main): Use them.
17646
17647 2007-03-25  Bruno Haible  <bruno@clisp.org>
17648
17649         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
17650         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
17651         exists but doesn't work.
17652         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
17653         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
17654         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
17655         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
17656
17657 2007-03-25  Bruno Haible  <bruno@clisp.org>
17658
17659         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
17660         returns inf. Needed on IRIX 6.5.
17661
17662 2007-03-25  Bruno Haible  <bruno@clisp.org>
17663
17664         * tests/test-frexpl.c: Include isnanl-nolibm.h.
17665         (main): Use isnanl instead of x != x idiom.
17666         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
17667
17668         * tests/test-frexp.c: Include isnan.h.
17669         (main): Use isnan instead of x != x idiom.
17670         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
17671
17672 2007-03-25  Bruno Haible  <bruno@clisp.org>
17673
17674         * tests/test-frexp.c (NaN): New function/macro.
17675         (main): Use it instead of 0.0 / 0.0.
17676         * tests/test-isnan.c (NaN): New function/macro.
17677         (main): Use it instead of 0.0 / 0.0.
17678         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
17679         (test_function): Use it instead of 0.0 / 0.0.
17680         * tests/test-vasprintf-posix.c (NaN): New function/macro.
17681         (test_function): Use it instead of 0.0 / 0.0.
17682         * tests/test-snprintf-posix.h (NaN): New function/macro.
17683         (test_function): Use it instead of 0.0 / 0.0.
17684         * tests/test-sprintf-posix.h (NaN): New function/macro.
17685         (test_function): Use it instead of 0.0 / 0.0.
17686         * tests/test-fprintf-posix.h (NaN): New function/macro.
17687         (test_function): Use it instead of 0.0 / 0.0.
17688         * tests/test-printf-posix.h (NaN): New function/macro.
17689         (test_function): Use it instead of 0.0 / 0.0.
17690
17691         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
17692
17693 2007-03-25  Bruno Haible  <bruno@clisp.org>
17694
17695         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
17696
17697 2007-03-25  Bruno Haible  <bruno@clisp.org>
17698
17699         * lib/regexec.c (merge_state_with_log): Make static.
17700
17701 2007-03-25  Bruno Haible  <bruno@clisp.org>
17702
17703         * lib/trigl.c (kernel_rem_pio2): Make static.
17704
17705 2007-03-25  Bruno Haible  <bruno@clisp.org>
17706
17707         * lib/sincosl.c (sincosl_table): Make static.
17708
17709 2007-03-25  Bruno Haible  <bruno@clisp.org>
17710
17711         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
17712         if the compiler does not support C99.
17713
17714 2007-03-25  Bruno Haible  <bruno@clisp.org>
17715
17716         * modules/time (Makefile.am): Ensure all rule action lines start with a
17717         tab.
17718
17719 2007-03-24  Bruno Haible  <bruno@clisp.org>
17720
17721         * modules/tsearch-tests: New file.
17722         * tests/test-tsearch.sh: New file.
17723         * tests/test-tsearch.c: New file, mostly copied from glibc.
17724
17725         * modules/search-tests: New file.
17726         * tests/test-search.c: New file.
17727
17728         * modules/search: New file.
17729         * lib/search_.h: New file, incorporating lib/tsearch.h.
17730         * m4/search_h.m4: New file.
17731         * lib/tsearch.h: Remove file.
17732         * lib/tsearch.c: Include search.h instead of tsearch.h.
17733         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
17734         HAVE_TSEARCH.
17735         * modules/tsearch (Files): Remove lib/tsearch.h.
17736         (Depends-on): Add search.
17737         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
17738         (Include): Change tsearch.h into search.h.
17739
17740 2007-03-24  Bruno Haible  <bruno@clisp.org>
17741
17742         * modules/fpucw: New file.
17743         * lib/fpucw.h: New file.
17744         * lib/frexp.c: Include fpucw.h.
17745         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
17746         (FUNC): Use them.
17747         * lib/printf-frexp.c: Include fpucw.h.
17748         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
17749         (FUNC): Use them.
17750         * lib/vasnprintf.c: Include fpucw.h.
17751         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
17752         'long double' calculations.
17753         * tests/test-frexpl.c: Include fpucw.h.
17754         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
17755         * tests/test-printf-frexpl.c: Include fpucw.h.
17756         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
17757         * modules/frexpl (Depends-on): Add fpucw.
17758         * modules/printf-frexpl (Depends-on): Likewise.
17759         * modules/fprintf-posix (Depends-on): Likewise.
17760         * modules/snprintf-posix (Depends-on): Likewise.
17761         * modules/sprintf-posix (Depends-on): Likewise.
17762         * modules/vasnprintf-posix (Depends-on): Likewise.
17763         * modules/vasprintf-posix (Depends-on): Likewise.
17764         * modules/vfprintf-posix (Depends-on): Likewise.
17765         * modules/vsnprintf-posix (Depends-on): Likewise.
17766         * modules/vsprintf-posix (Depends-on): Likewise.
17767         * modules/frexpl-tests (Depends-on): Likewise.
17768         * modules/printf-frexpl-tests (Depends-on): Likewise.
17769
17770 2007-03-24  Bruno Haible  <bruno@clisp.org>
17771
17772         * lib/float+.h: New file.
17773         * lib/isnan.c: Include float+.h.
17774         (SIZE): New macro.
17775         (FUNC): Compare only SIZE bytes of the value.
17776         * lib/vasnprintf.c: Include float+.h.
17777         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
17778         SIZEOF_LDBL or SIZEOF_DBL bytes.
17779         * modules/isnan-nolibm (Files): Add lib/float+.h.
17780         * modules/isnanl-nolibm (Files): Add lib/float+.h.
17781         * modules/isnanl (Files): Add lib/float+.h.
17782         * modules/vasnprintf (Files): Add lib/float+.h.
17783
17784 2007-03-24  Bruno Haible  <bruno@clisp.org>
17785
17786         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
17787         include isnanl-nolibm.h.
17788
17789 2007-03-24  Bruno Haible  <bruno@clisp.org>
17790
17791         * tests/test-read-file.c (main): Don't produce spurious output for
17792         expected situations. Make the test fail if it encountered unexpected
17793         results.
17794
17795 2007-03-24  Bruno Haible  <bruno@clisp.org>
17796
17797         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
17798         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
17799
17800 2007-03-24  Bruno Haible  <bruno@clisp.org>
17801
17802         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
17803
17804 2007-03-24  Bruno Haible  <bruno@clisp.org>
17805
17806         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
17807         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
17808
17809         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
17810         * modules/utf8-ucs4: Turn into a symbolic link to module
17811         unistr/u8-mbtouc.
17812
17813         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
17814         utf8-ucs4-unsafe.
17815         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
17816         unistr/u8-mbtouc-unsafe.
17817
17818         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
17819         * modules/utf16-ucs4: Turn into a symbolic link to module
17820         unistr/u16-mbtouc.
17821
17822         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
17823         utf16-ucs4-unsafe.
17824         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
17825         unistr/u16-mbtouc-unsafe.
17826
17827         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
17828         * modules/ucs4-utf8: Turn into a symbolic link to module
17829         unistr/u8-ubtomb.
17830
17831         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
17832         * modules/ucs4-utf16: Turn into a symbolic link to module
17833         unistr/u16-ubtomb.
17834
17835 2007-03-24  Bruno Haible  <bruno@clisp.org>
17836
17837         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
17838         Enable the function only if HAVE_INLINE.
17839         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
17840         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
17841         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
17842         Enable the function only if HAVE_INLINE.
17843         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
17844         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
17845         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
17846         Enable the function only if HAVE_INLINE.
17847         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
17848         Enable the function only if HAVE_INLINE.
17849         * modules/utf8-ucs4: Update.
17850         * modules/utf8-ucs4-unsafe: Update.
17851         * modules/utf16-ucs4: Update.
17852         * modules/utf16-ucs4-unsafe: Update.
17853         * modules/ucs4-utf8: Update.
17854         * modules/ucs4-utf16: Update.
17855
17856 2007-03-24  Bruno Haible  <bruno@clisp.org>
17857
17858         * lib/utf8-ucs4.h: Remove file.
17859         * lib/utf8-ucs4-unsafe.h: Remove file.
17860         * lib/utf16-ucs4.h: Remove file.
17861         * lib/utf16-ucs4-unsafe.h: Remove file.
17862         * lib/ucs4-utf8.h: Remove file.
17863         * lib/ucs4-utf16.h: Remove file.
17864         * lib/unistr.h: Include their previous contents.
17865         * m4/utf-ucs4.m4: Remove file.
17866         * m4/ucs4-utf.m4: Remove file.
17867         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
17868         (Depends-on): Add unistr/base.
17869         (configure.ac): Remove gl_UTF_UCS4.
17870         (Makefile.am): Update.
17871         (Include): Change to unistr.h.
17872         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
17873         (Depends-on): Add unistr/base.
17874         (configure.ac): Remove gl_UTF_UCS4.
17875         (Makefile.am): Update.
17876         (Include): Change to unistr.h.
17877         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
17878         (Depends-on): Add unistr/base.
17879         (configure.ac): Remove gl_UTF_UCS4.
17880         (Makefile.am): Update.
17881         (Include): Change to unistr.h.
17882         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
17883         (Depends-on): Add unistr/base.
17884         (configure.ac): Remove gl_UTF_UCS4.
17885         (Makefile.am): Update.
17886         (Include): Change to unistr.h.
17887         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
17888         (Depends-on): Add unistr/base.
17889         (configure.ac): Remove gl_UCS4_UTF.
17890         (Makefile.am): Update.
17891         (Include): Change to unistr.h.
17892         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
17893         (Depends-on): Add unistr/base.
17894         (configure.ac): Remove gl_UCS4_UTF.
17895         (Makefile.am): Update.
17896         (Include): Change to unistr.h.
17897         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
17898         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
17899         utf8-ucs4-unsafe.h.
17900         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
17901         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
17902         utf16-ucs4-unsafe.h.
17903         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
17904         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
17905         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
17906         * lib/unistr/u8-strchr.c: Likewise.
17907         * lib/unistr/u8-strrchr.c: Likewise.
17908         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
17909         * lib/unistr/u16-strchr.c: Likewise.
17910         * lib/unistr/u16-strrchr.c: Likewise.
17911         * lib/striconveh.c: Update.
17912         * lib/linebreak.c: Update.
17913
17914 2007-03-24  Bruno Haible  <bruno@clisp.org>
17915
17916         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
17917         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
17918
17919 2007-03-22  Bruno Haible  <bruno@clisp.org>
17920
17921         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
17922
17923 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17924
17925         * MODULES.html.sh (File system functions): New module write-any-file.
17926         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
17927         * m4/write-any-file.m4: New files.
17928
17929 2007-03-23  Eric Blake  <ebb9@byu.net>
17930
17931         * gnulib-tool: Rearrange space-tab sequences, since some editors
17932         like to eat them.
17933
17934 2007-03-23  Eric Blake  <ebb9@byu.net>
17935
17936         * lib/version-etc.c (version_etc_va): Update license wording to
17937         be more concise.  Recommended by Richard Stallman.
17938
17939 2007-03-22  Bruno Haible  <bruno@clisp.org>
17940
17941         * lib/poll.c (MSG_PEEK): New fallback definition.
17942
17943 2007-03-22  Bruno Haible  <bruno@clisp.org>
17944
17945         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
17946         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
17947         (main): Update.
17948         Fixes a compilation error on BeOS.
17949
17950 2007-03-22  Bruno Haible  <bruno@clisp.org>
17951
17952         * modules/frexpl-tests: New file.
17953         * tests/test-frexpl.c: New file.
17954
17955         * modules/frexpl: New file.
17956         * m4/frexpl.m4: New file.
17957         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
17958         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
17959         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
17960         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
17961         (Depends-on): Add frexpl. Remove isnanl-nolibm.
17962         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
17963
17964 2007-03-22  Bruno Haible  <bruno@clisp.org>
17965
17966         * lib/frexpl.c: Share code with lib/frexp.c.
17967         * modules/mathl (Files): Add lib/frexp.c.
17968         (Depends-on): Add isnanl-nolibm.
17969
17970 2007-03-22  Bruno Haible  <bruno@clisp.org>
17971
17972         * modules/printf-frexp (Files): Add m4/frexp.m4.
17973         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
17974         only if the found frexp function actually works.
17975
17976 2007-03-22  Bruno Haible  <bruno@clisp.org>
17977
17978         * lib/frexp.c: Remove older implementation that uses divisions.
17979
17980 2007-03-21  Bruno Haible  <bruno@clisp.org>
17981
17982         * modules/frexp-tests: New file.
17983         * tests/test-frexp.c: New file.
17984
17985         * modules/frexp: New file.
17986         * lib/frexp.c: New file.
17987         * m4/frexp.m4: New file.
17988         * lib/math_.h (frexp): New declaration.
17989         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
17990         REPLACE_FREXP.
17991         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
17992
17993 2007-03-21  Bruno Haible  <bruno@clisp.org>
17994
17995         * modules/isnanl-tests: New file.
17996         * tests/test-isnanl.c: New file.
17997
17998         * modules/isnanl: New file.
17999         * lib/isnanl.h: New file.
18000         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
18001         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
18002         gl_FUNC_ISNANL_WORKS.
18003         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
18004         New macros.
18005
18006 2007-03-21  Bruno Haible  <bruno@clisp.org>
18007
18008         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
18009         lib/isnanl.h.
18010         (Include): Update.
18011         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
18012         * lib/vasnprintf.c: Update.
18013         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
18014         tests/test-isnanl.h, remove tests/test-isnanl.c.
18015         (Makefile.am): Update.
18016         * tests/test-isnanl-nolibm.c: New file.
18017         * tests/test-isnanl.h: New file.
18018         * tests/test-isnanl.c: Remove file.
18019
18020 2007-03-21  Jim Meyering  <jim@meyering.net>
18021
18022         When trying to open ".", treat ESTALE like EACCES.
18023         * lib/savewd.c (savewd_save): Resort to forking not just upon
18024         failure with EACCES, but also when errno is ESTALE.
18025
18026 2007-03-20  Bruno Haible  <bruno@clisp.org>
18027
18028         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
18029         Needed on AIX 5.1. Reported by Matthew Woehlke.
18030
18031 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18032
18033         Suggestions by Bruno Haible:
18034         * lib/acl-internal.h: Include "gettext.h" rather than rolling
18035         our own.
18036         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
18037         * modules/acl (Depends-on): Add gettext.
18038
18039 2007-03-19  Bruno Haible  <bruno@clisp.org>
18040
18041         * modules/iconvme: Remove file.
18042         * lib/iconvme.h: Remove file.
18043         * lib/iconvme.c: Remove file.
18044         * m4/iconvme.m4: Remove file.
18045
18046 2007-03-19  Bruno Haible  <bruno@clisp.org>
18047
18048         * doc/relocatable-maint.texi: Break long shell script line.
18049         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
18050
18051 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18052
18053         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
18054         handle file_has_acl.
18055         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
18056         * lib/acl.c: Move header inclusions and related macro defns into
18057         lib/acl-internal.h.
18058         (S_ISLNK): Remove defn, since that's now done for us.
18059         (file_has_acl): Move to lib/file-has-acl.c.
18060         Call acl_trivial if available.  This is the crucial part of the fix.
18061         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
18062         shared within the library.  Rewrite a bit, partly to make it compatible
18063         with the GNU coding style.
18064         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
18065         Remove unnecessary double-quotes.
18066         Don't test for acl_to_text; the build will catch that.
18067         Replace acl_entries if it doesn't exist and it is needed.
18068         Check for -lsec and acl_trivial (as used on Solaris 10).
18069         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
18070         lib/file-has-acl.c.
18071         (Depends-on): Add sys_stat, for S_ISLNK.
18072
18073 2007-03-19  Ben Pfaff  <blp@gnu.org>
18074
18075         * doc/gnulib.texi: Fix typos.
18076         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
18077
18078 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18079
18080         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
18081         If size is zero here, buf must be zero.
18082
18083 2007-03-19  Simon Josefsson  <simon@josefsson.org>
18084
18085         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
18086         <bruno@clisp.org>.
18087
18088 2007-03-18  Bruno Haible  <bruno@clisp.org>
18089
18090         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
18091         Suggested by Eric Blake.
18092
18093 2007-03-18  Ben Pfaff  <blp@gnu.org>
18094
18095         * doc/relocatable.texi: Recommend using as prefix a directory
18096         that does not exist and will never be created.  Based on
18097         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
18098         and others.
18099
18100 2007-03-17  Bruno Haible  <bruno@clisp.org>
18101
18102         * lib/fchownat.c: Include lchown.h.
18103
18104 2007-03-17  Bruno Haible  <bruno@clisp.org>
18105
18106         Fix endless loop when the given allocated size was > INT_MAX.
18107         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
18108         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
18109         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
18110         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
18111         * lib/sprintf.c (sprintf): Likewise.
18112
18113 2007-03-17  Bruno Haible  <bruno@clisp.org>
18114
18115         * tests/test-argp-2.sh (func_compare): Output a context diff.
18116
18117 2007-03-17  Bruno Haible  <bruno@clisp.org>
18118
18119         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
18120         locale's decimal-point character.
18121
18122 2007-03-17  Bruno Haible  <bruno@clisp.org>
18123
18124         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
18125         before comparing it. Needed because on some platforms (e.g. x86) a
18126         'long double' occupies less bytes than sizeof (long double).
18127
18128 2007-03-17  Bruno Haible  <bruno@clisp.org>
18129
18130         * tests/test-crc.c (main): Make printf statements 64-bit clean.
18131         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
18132         * tests/test-getaddrinfo.c (simple): Likewise.
18133         * tests/test-read-file.c (main): Likewise.
18134
18135 2007-03-17  Bruno Haible  <bruno@clisp.org>
18136
18137         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
18138
18139 2007-03-17  Bruno Haible  <bruno@clisp.org>
18140
18141         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
18142         unused variable.
18143
18144 2007-03-17  Bruno Haible  <bruno@clisp.org>
18145
18146         * tests/test-c-strcasecmp.c: Include c-strcase.h.
18147         * tests/test-c-strncasecmp.c: Likewise.
18148
18149 2007-03-17  Bruno Haible  <bruno@clisp.org>
18150
18151         * modules/stdlib (Depends-on): Add unistd.
18152         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
18153         Needed for MacOS X 10.3.
18154
18155 2007-03-17  Bruno Haible  <bruno@clisp.org>
18156
18157         * lib/unistr/u-strdup.h: Include <stdlib.h>.
18158
18159 2007-03-17  Bruno Haible  <bruno@clisp.org>
18160
18161         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
18162
18163 2007-03-17  Bruno Haible  <bruno@clisp.org>
18164
18165         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
18166         to reflect files copied from gnulib (with or without modifications).
18167         Suggested by Jim Meyering.
18168
18169 2007-03-17  Eric Blake  <ebb9@byu.net>
18170
18171         * NEWS: Document stdlib change from 2007-02-18.
18172
18173 2007-03-17  Jim Meyering  <jim@meyering.net>
18174
18175         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
18176         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
18177         someone uses a name containing shell meta-characters.
18178         Reported by Alfred M. Szmidt.
18179
18180         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
18181
18182 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
18183
18184         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
18185         and copy gettext configuration files only if configure.ac contains
18186         a use of AM_GNU_GETTEXT_VERSION.
18187
18188 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
18189
18190         * build-aux/bootstrap (gnulib_name): New variable.
18191         (gnulib_tool_options): Use it.
18192
18193 2007-03-13  Simon Josefsson  <simon@josefsson.org>
18194
18195         * tests/test-des.c: Use new namespace.
18196
18197 2007-03-15  Bruno Haible  <bruno@clisp.org>
18198
18199         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
18200         Reported by James Youngman <jay@gnu.org>.
18201
18202 2007-03-15  Bruno Haible  <bruno@clisp.org>
18203
18204         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
18205         declared prototype. Needed with cc on OSF/1 5.1.
18206
18207 2007-03-15  Bruno Haible  <bruno@clisp.org>
18208
18209         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
18210         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
18211         (struct gl_list_implementation): Add dispose_fn argument to the
18212         'create_empty', 'create' methods.
18213         (struct gl_list_impl_base): Add field 'dispose_fn'.
18214         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
18215         argument.
18216         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
18217         dispose_fn argument.
18218         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
18219         dispose_fn on the dropped values.
18220         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
18221         dispose_fn argument.
18222         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
18223         dropped values.
18224         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
18225         (gl_tree_remove_node): Call dispose_fn on the dropped value.
18226         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
18227         (gl_tree_remove_node): Call dispose_fn on the dropped value.
18228         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
18229         argument.
18230         (gl_tree_list_free): Call dispose_fn on the dropped values.
18231         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
18232         the dropped values.
18233         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
18234         Add dispose_fn argument.
18235         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
18236         Call dispose_fn on the dropped values.
18237         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
18238         Add dispose_fn argument.
18239         (gl_sublist_create): Initialize the 'dispose_fn' field.
18240         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
18241         * tests/test-array_list.c (main): Update.
18242         * tests/test-carray_list.c (main): Update.
18243         * tests/test-avltree_list.c (main): Update.
18244         * tests/test-rbtree_list.c (main): Update.
18245         * tests/test-avltreehash_list.c (main): Update.
18246         * tests/test-rbtreehash_list.c (main): Update.
18247         * tests/test-linked_list.c (main): Update.
18248         * tests/test-linkedhash_list.c (main): Update.
18249         * tests/test-array_oset.c (main): Update.
18250
18251 2007-03-15  Bruno Haible  <bruno@clisp.org>
18252
18253         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
18254         (gl_oset_create_empty): Add dispose_fn argument.
18255         (struct gl_oset_implementation): Add dispose_fn argument to
18256         'create_empty' method.
18257         (struct gl_oset_impl_base): Add dispose_fn field.
18258         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
18259         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
18260         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
18261         values.
18262         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
18263         (gl_tree_oset_free): Call dispose_fn on the dropped values.
18264         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
18265         dropped value.
18266         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
18267         dropped value.
18268         * tests/test-array_oset.c (main): Update.
18269         * tests/test-avltree_oset.c (main): Update.
18270         * tests/test-rbtree_oset.c (main): Update.
18271         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
18272
18273 2007-03-13  Bruno Haible  <bruno@clisp.org>
18274
18275         * tests/test-stdbool.c (i): Update after last patch.
18276
18277 2007-03-12  Bruno Haible  <bruno@clisp.org>
18278
18279         * lib/quotearg.c: Include <wctype.h> early, before the definition of
18280         the iswprint macro. Needed on Solaris 2.5.1.
18281
18282 2007-03-12  Bruno Haible  <bruno@clisp.org>
18283
18284         * tests/test-printf-frexp.c (main): Declare x as volatile.
18285
18286 2007-03-12  Simon Josefsson  <simon@josefsson.org>
18287
18288         * doc/gnulib.texi (Build robot for gnulib): New section.
18289
18290 2007-03-12  Jim Meyering  <jim@meyering.net>
18291
18292         * build-aux/bootstrap: New file.
18293         * build-aux/bootstrap.conf: New file, from coreutils.
18294
18295 2007-03-11  Bruno Haible  <bruno@clisp.org>
18296
18297         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
18298
18299 2007-03-12  Simon Josefsson  <simon@josefsson.org>
18300
18301         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
18302         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
18303         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
18304
18305 2007-03-11  Bruno Haible  <bruno@clisp.org>
18306
18307         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
18308         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
18309
18310 2007-03-11  Bruno Haible  <bruno@clisp.org>
18311
18312         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
18313         formula. Needed for SunPRO C 5.0.
18314
18315 2007-03-11  Bruno Haible  <bruno@clisp.org>
18316
18317         * modules/long-options (Depends-on): Add getopt.
18318
18319 2007-03-11  Bruno Haible  <bruno@clisp.org>
18320
18321         * modules/modechange (Depends-on): Add stdbool.
18322
18323 2007-03-11  Bruno Haible  <bruno@clisp.org>
18324
18325         * modules/i-ring (Depends-on): Add stdbool.
18326
18327 2007-03-11  Bruno Haible  <bruno@clisp.org>
18328
18329         * modules/gc-des (Depends-on): Add stdbool.
18330
18331 2007-03-11  Bruno Haible  <bruno@clisp.org>
18332
18333         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
18334
18335 2007-03-11  Bruno Haible  <bruno@clisp.org>
18336
18337         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
18338
18339 2007-03-11  Bruno Haible  <bruno@clisp.org>
18340
18341         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
18342
18343 2007-03-11  Bruno Haible  <bruno@clisp.org>
18344
18345         * lib/vasnprintf.c (sprintf): Undefine.
18346
18347 2007-03-11  Bruno Haible  <bruno@clisp.org>
18348
18349         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
18350         initializers in SunPRO C and Compaq C compilers.
18351
18352 2007-03-11  Bruno Haible  <bruno@clisp.org>
18353
18354         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
18355         decrementing code ANSI C compliant.
18356
18357 2007-03-11  Bruno Haible  <bruno@clisp.org>
18358
18359         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
18360         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
18361
18362 2007-03-11  Bruno Haible  <bruno@clisp.org>
18363
18364         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
18365         <stdbool.h> substitute doesn't pass.
18366
18367 2007-03-11  Bruno Haible  <bruno@clisp.org>
18368
18369         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
18370
18371 2007-03-11  Bruno Haible  <bruno@clisp.org>
18372
18373         * gnulib-tool (func_create_megatestdir): Create also an autobuild
18374         script, for submission to autobuild.josefsson.org.
18375
18376 2007-03-10  Bruno Haible  <bruno@clisp.org>
18377
18378         * modules/canonicalize-lgpl-tests: New file.
18379         * tests/test-canonicalize-lgpl.sh: New file.
18380         * tests/test-canonicalize-lgpl.c: New file.
18381
18382         * modules/c-strcase-tests: New file.
18383         * tests/test-c-strcase.sh: New file.
18384         * tests/test-c-strcasecmp.c: New file.
18385         * tests/test-c-strncasecmp.c: New file.
18386
18387         * modules/atexit-tests: New file.
18388         * tests/test-atexit.sh: New file.
18389         * tests/test-atexit.c: New file.
18390
18391 2007-03-10  Bruno Haible  <bruno@clisp.org>
18392
18393         * tests/test-binary-io.sh: Use temporary filenames that are not so
18394         likely to clash with those of other tests (in a parallel make).
18395         * tests/test-binary-io.c: Likewise.
18396
18397 2007-03-10  Bruno Haible  <bruno@clisp.org>
18398
18399         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
18400         fallback; use #error instead.
18401         Suggested by Simon Josefsson.
18402
18403 2007-03-10  Bruno Haible  <bruno@clisp.org>
18404
18405         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
18406         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
18407         first and the last.
18408
18409 2007-03-10  Bruno Haible  <bruno@clisp.org>
18410
18411         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
18412
18413 2007-03-10  Bruno Haible  <bruno@clisp.org>
18414
18415         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
18416         "make distcheck".
18417         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
18418         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
18419         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
18420
18421 2007-03-10  Bruno Haible  <bruno@clisp.org>
18422
18423         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
18424         variable.
18425         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
18426         variable.
18427
18428 2007-03-09  Eric Blake  <ebb9@byu.net>
18429         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
18430
18431         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
18432         types are not being provided by gnulib.
18433         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
18434         types are supported.
18435
18436 2007-03-10  Bruno Haible  <bruno@clisp.org>
18437
18438         * lib/stdio_.h (__attribute__): New macro.
18439         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
18440         vsprintf): Specify __attribute__ __format__ for GCC.
18441         Suggested by Eric Blake.
18442
18443 2007-03-09  Bruno Haible  <bruno@clisp.org>
18444
18445         * modules/printf-posix-tests: New file.
18446         * tests/test-printf-posix.sh: New file.
18447         * tests/test-printf-posix.c: New file.
18448
18449         * modules/printf-posix: New file.
18450         * lib/printf.c: New file.
18451         * m4/printf-posix-rpl.m4: New file.
18452         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
18453         REPLACE_PRINTF.
18454         * lib/stdio_.h (printf): New declaration.
18455         (format, __format__, ____printf____, ____scanf____, ____strftime____,
18456         ____strfmon____): New macros.
18457         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
18458         REPLACE_PRINTF.
18459
18460 2007-03-09  Bruno Haible  <bruno@clisp.org>
18461
18462         * tests/test-vasnprintf-posix2.sh: New file.
18463         * tests/test-vasnprintf-posix2.c: New file.
18464         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
18465         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
18466         (Makefile.am): Activate test-vasnprintf-posix2.sh.
18467
18468         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
18469         a locale dependent decimal point, rather than always '.'.
18470
18471 2007-03-09  Eric Blake  <ebb9@byu.net>
18472
18473         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
18474         spite of platforms like Tandem/NSK that define it to -1.
18475
18476 2007-03-08  Bruno Haible  <bruno@clisp.org>
18477
18478         * modules/vprintf-posix-tests: New file.
18479         * tests/test-vprintf-posix.sh: New file.
18480         * tests/test-vprintf-posix.c: New file.
18481         * tests/test-printf-posix.h: New file.
18482
18483         * modules/vprintf-posix: New file.
18484         * lib/vprintf.c: New file.
18485         * m4/vprintf-posix.m4: New file.
18486         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
18487         REPLACE_VPRINTF.
18488         * lib/stdio_.h (vprintf): New declaration.
18489         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
18490         REPLACE_VPRINTF.
18491
18492 2007-03-08  Bruno Haible  <bruno@clisp.org>
18493
18494         * modules/fprintf-posix-tests: New file.
18495         * tests/test-fprintf-posix.sh: New file.
18496         * tests/test-fprintf-posix.c: New file.
18497
18498         * modules/fprintf-posix: New file.
18499         * lib/fprintf.c: New file.
18500         * m4/fprintf-posix.m4: New file.
18501         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
18502         REPLACE_FPRINTF.
18503         * lib/stdio_.h (fprintf): New declaration.
18504         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
18505         REPLACE_FPRINTF.
18506
18507 2007-03-08  Bruno Haible  <bruno@clisp.org>
18508
18509         * modules/vfprintf-posix-tests: New file.
18510         * tests/test-vfprintf-posix.sh: New file.
18511         * tests/test-vfprintf-posix.c: New file.
18512         * tests/test-fprintf-posix.h: New file.
18513         * tests/test-fprintf-posix.out: New file.
18514
18515         * modules/vfprintf-posix: New file.
18516         * lib/vfprintf.c: New file.
18517         * m4/vfprintf-posix.m4: New file.
18518         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
18519         REPLACE_VFPRINTF.
18520         * lib/stdio_.h (vfprintf): New declaration.
18521         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
18522         REPLACE_VFPRINTF.
18523
18524 2007-03-08  Bruno Haible  <bruno@clisp.org>
18525
18526         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
18527
18528 2007-03-08  Bruno Haible  <bruno@clisp.org>
18529
18530         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
18531         instead of 'expr' invocations.
18532         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18533         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18534         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18535         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18536         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18537         Suggested by Paul Eggert.
18538
18539 2007-03-08  Bruno Haible  <bruno@clisp.org>
18540
18541         * modules/fseterr-tests: New file.
18542         * tests/test-fseterr.c: New file.
18543
18544         * modules/fseterr: New file.
18545         * lib/fseterr.h: New file.
18546         * lib/fseterr.c: New file.
18547
18548 2007-03-08  Bruno Haible  <bruno@clisp.org>
18549
18550         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
18551         * lib/getopt_.h: Likewise.
18552         * lib/mbswidth.h: Likewise.
18553         * lib/setenv.h: Likewise.
18554         * lib/vasnprintf.h: Likewise.
18555         * lib/vasprintf.h: Likewise.
18556         * lib/verror.h: Likewise.
18557         * lib/xsetenv.h: Likewise.
18558         * lib/xvasprintf.h: Likewise.
18559
18560 2007-03-08  Jim Meyering  <jim@meyering.net>
18561
18562         * users.txt: Add parted.
18563
18564         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
18565
18566 2007-03-07  Bruno Haible  <bruno@clisp.org>
18567
18568         * m4/printf.m4: Make the shell script snippets copy&pastable.
18569
18570 2007-03-02  Bruno Haible  <bruno@clisp.org>
18571
18572         * lib/netinet_in_.h: New file.
18573         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
18574         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
18575         * modules/netinet_in (Files): Add lib/netinet_in_.h.
18576         (Depends-on): Add absolute-header.
18577         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
18578         into netinet/in.h.
18579
18580 2007-03-03  Bruno Haible  <bruno@clisp.org>
18581
18582         * lib/sys_select_.h: New file.
18583         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
18584         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
18585         * modules/sys_select (Files): Add lib/sys_select_.h.
18586         (Depends-on): Add absolute-header.
18587         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
18588         into sys/select.h.
18589
18590 2007-03-02  Bruno Haible  <bruno@clisp.org>
18591
18592         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
18593         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
18594         values.
18595         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
18596         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
18597         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
18598         * modules/sys_socket (Depends-on): Add absolute-header.
18599         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
18600         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
18601         (Include): Remove requirement of inclusion of <sys/types.h>.
18602
18603 2007-03-02  Bruno Haible  <bruno@clisp.org>
18604
18605         * lib/byteswap_.h (bswap_32): Fix formula.
18606
18607 2007-03-06  Bruno Haible  <bruno@clisp.org>
18608
18609         * modules/sprintf-posix-tests: New file.
18610         * tests/test-sprintf-posix.c: New file.
18611
18612         * modules/sprintf-posix: New file.
18613         * lib/sprintf.c: New file.
18614         * m4/sprintf-posix.m4: New file.
18615         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
18616         REPLACE_SPRINTF.
18617         * lib/stdio_.h (sprintf): New declaration.
18618         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
18619         REPLACE_SPRINTF.
18620
18621 2007-03-06  Bruno Haible  <bruno@clisp.org>
18622
18623         * modules/vsprintf-posix-tests: New file.
18624         * tests/test-vsprintf-posix.c: New file.
18625         * tests/test-sprintf-posix.h: New file.
18626
18627         * modules/vsprintf-posix: New file.
18628         * lib/vsprintf.c: New file.
18629         * m4/vsprintf-posix.m4: New file.
18630         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
18631         REPLACE_VSPRINTF.
18632         * lib/stdio_.h (vsprintf): New declaration.
18633         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
18634         REPLACE_VSPRINTF.
18635
18636 2007-03-06  Bruno Haible  <bruno@clisp.org>
18637
18638         * modules/vsnprintf (Depend-on): Remove minmax.
18639
18640 2007-03-06  Bruno Haible  <bruno@clisp.org>
18641
18642         * modules/snprintf-posix-tests: New file.
18643         * tests/test-snprintf-posix.c: New file.
18644
18645         * modules/snprintf-posix: New file.
18646         * m4/snprintf-posix.m4: New file.
18647         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
18648         gl_FUNC_SNPRINTF.
18649         (gl_FUNC_SNPRINTF): Invoke it.
18650         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
18651         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
18652         is set.
18653         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
18654
18655 2007-03-06  Bruno Haible  <bruno@clisp.org>
18656
18657         * modules/vsnprintf-posix-tests: New file.
18658         * tests/test-vsnprintf-posix.c: New file.
18659         * tests/test-snprintf-posix.h: New file.
18660
18661         * modules/vsnprintf-posix: New file.
18662         * m4/vsnprintf-posix.m4: New file.
18663         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
18664         gl_FUNC_VSNPRINTF.
18665         (gl_FUNC_VSNPRINTF): Invoke it.
18666         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
18667         * lib/stdio_.h (vsnprintf): Define as a replacement if
18668         REPLACE_VSNPRINTF is set.
18669         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
18670
18671 2007-03-06  Bruno Haible  <bruno@clisp.org>
18672
18673         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
18674         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
18675
18676 2007-03-06  Bruno Haible  <bruno@clisp.org>
18677
18678         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
18679         (asinl): Declare also if HAVE_DECL_ASINL is set.
18680         (atanl): Declare also if HAVE_DECL_ATANL is set.
18681         (ceill): Declare also if HAVE_DECL_CEILL is set.
18682         (cosl): Declare also if HAVE_DECL_COSL is set.
18683         (expl): Declare also if HAVE_DECL_EXPL is set.
18684         (floorl): Declare also if HAVE_DECL_FLOORL is set.
18685         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
18686         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
18687         (logl): Declare also if HAVE_DECL_LOGL is set.
18688         (sinl): Declare also if HAVE_DECL_SINL is set.
18689         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
18690         (tanl): Declare also if HAVE_DECL_TANL is set.
18691         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
18692         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
18693         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
18694         declaration of frexpl, ldexpl.
18695         * modules/printf-frexpl (Depends-on): Add math.
18696         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
18697
18698 2007-03-05  Bruno Haible  <bruno@clisp.org>
18699
18700         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
18701         frexpl and ldexpl are declared.
18702         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
18703
18704 2007-03-05  Bruno Haible  <bruno@clisp.org>
18705
18706         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
18707         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
18708
18709 2007-03-05  Bruno Haible  <bruno@clisp.org>
18710
18711         * lib/stdio_.h: Include <stddef.h>.
18712
18713 2007-03-05  Bruno Haible  <bruno@clisp.org>
18714
18715         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
18716
18717 2007-03-05  Bruno Haible  <bruno@clisp.org>
18718
18719         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
18720         NetBSD 4, from Ralf Wildenhues.
18721
18722 2007-03-04  Bruno Haible  <bruno@clisp.org>
18723
18724         * lib/vasprintf.h: Update #if logic for the case when the functions
18725         exist but are overridden.
18726
18727 2007-03-04  Bruno Haible  <bruno@clisp.org>
18728
18729         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
18730         implementations: glibc-2.4 and MacOS X 10.3.
18731         * tests/test-vasnprintf-posix.c (test_function): Test also the case
18732         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
18733         * tests/test-vasprintf-posix.c (test_function): Likewise.
18734
18735 2007-03-04  Bruno Haible  <bruno@clisp.org>
18736
18737         * modules/vasprintf-posix-tests: New file.
18738         * tests/test-vasprintf-posix.c: New file.
18739
18740         * modules/vasprintf-posix: New file.
18741         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
18742         defined.
18743         * m4/vasprintf-posix.m4: New file.
18744         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
18745         gl_FUNC_VASPRINTF.
18746         (gl_FUNC_VASPRINTF): Invoke it.
18747         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
18748         here.
18749         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
18750
18751 2007-03-04  Bruno Haible  <bruno@clisp.org>
18752
18753         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
18754         REPLACE_GETTIMEOFDAY.
18755         * modules/sys_time (Makefile.am): Likewise.
18756         * m4/sys_time_h.m4: Likewise.
18757         * m4/gettimeofday.m4: Likewise.
18758
18759 2007-03-04  Bruno Haible  <bruno@clisp.org>
18760
18761         * modules/vasnprintf-posix-tests: New file.
18762         * tests/test-vasnprintf-posix.c: New file.
18763
18764         * modules/vasnprintf-posix: New file.
18765         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
18766         printf-frexpl.h.
18767         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
18768         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
18769         REPLACE_VASNPRINTF is defined.
18770         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
18771         gl_FUNC_VASNPRINTF.
18772         (gl_FUNC_VASNPRINTF): Invoke it.
18773         * m4/vasnprintf-posix.m4: New file.
18774         * m4/printf.m4: New file.
18775
18776 2007-03-04  Bruno Haible  <bruno@clisp.org>
18777
18778         Compile progreloc.c only if --enable-relocatable is specified.
18779         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
18780         if --enable-relocatable was specified.
18781         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
18782         lib_SOURCES.
18783
18784 2007-03-04  Jim Meyering  <jim@meyering.net>
18785
18786         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
18787         Use it consistently, rather than enumerating errno constants.
18788
18789 2007-03-04  Bruno Haible  <bruno@clisp.org>
18790
18791         * modules/xvasprintf-tests: New file.
18792         * tests/test-xvasprintf.c: New file.
18793
18794         * modules/vasprintf-tests: New file.
18795         * tests/test-vasprintf.c: New file.
18796
18797         * modules/vasnprintf-tests: New file.
18798         * tests/test-vasnprintf.c: New file.
18799
18800         * modules/vsnprintf-tests: New file.
18801         * tests/test-vsnprintf.c: New file.
18802
18803         * modules/snprintf-tests: New file.
18804         * tests/test-snprintf.c: New file.
18805
18806 2007-03-04  Bruno Haible  <bruno@clisp.org>
18807
18808         Compile relocatable.c only if --enable-relocatable is specified.
18809         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
18810         gl_RELOCATABLE_LIBRARY.
18811         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
18812         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
18813         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
18814         gl_RELOCATABLE_LIBRARY.
18815         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
18816         (Makefile.am): Remove lib_SOURCES.
18817         * modules/relocatable-lib-lgpl (configure.ac): Invoke
18818         gl_RELOCATABLE_LIBRARY.
18819         (Makefile.am): Remove lib_SOURCES.
18820         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
18821         always.
18822         * modules/relocatable-prog-wrapper (configure.ac): Invoke
18823         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
18824
18825 2007-03-04  Bruno Haible  <bruno@clisp.org>
18826
18827         * modules/argmatch-tests: New file.
18828         * tests/test-argmatch.c: New file.
18829
18830         * tests/test-allocsa.c (main): Halve the number of loop runs.
18831
18832         * modules/alloca-opt-tests: New file.
18833         * tests/test-alloca-opt.c: New file.
18834
18835 2007-03-04  Jim Meyering  <jim@meyering.net>
18836
18837         Work around difference between Linux ACLs and Solaris 10 ZFS.
18838         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
18839         for EINVAL.
18840
18841 2007-03-03  Bruno Haible  <bruno@clisp.org>
18842
18843         * modules/relocatable-prog (Depends-on): Add back progreloc's
18844         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
18845
18846 2007-03-03  Bruno Haible  <bruno@clisp.org>
18847
18848         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
18849         * modules/relocatable-lib: New file.
18850
18851 2007-03-03  Bruno Haible  <bruno@clisp.org>
18852
18853         * modules/relocatable-prog: Renamed from modules/relocatable.
18854         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
18855
18856 2007-03-03  Bruno Haible  <bruno@clisp.org>
18857
18858         * modules/relocatable-script (Files): Add doc/relocatable.texi,
18859         m4/relocatable-lib.m4.
18860         (Depends-on): Remove 'relocatable'.
18861         (configure.ac): Add gl_RELOCATABLE_NOP.
18862
18863 2007-03-03  Bruno Haible  <bruno@clisp.org>
18864
18865         * modules/relocatable-prog-wrapper: New file.
18866         * modules/relocatable (Depends-on): Add it. Remove all other
18867         dependencies except progname.
18868         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
18869
18870         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
18871         (gl_FUNC_STRERROR): Nop.
18872         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
18873
18874         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
18875         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
18876
18877         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
18878         (gl_FUNC_READLINK): Update.
18879
18880         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
18881
18882 2007-03-03  Bruno Haible  <bruno@clisp.org>
18883
18884         * lib/xreadlink.c: Include <unistd.h> unconditionally.
18885         * modules/xreadlink (Depends-on): Add unistd.
18886         * modules/xreadlink-with-size (Depends-on): Likewise.
18887
18888 2007-03-03  Bruno Haible  <bruno@clisp.org>
18889
18890         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
18891         extracted from gt_FUNC_SETENV.
18892         (gt_FUNC_SETENV): Remove macro.
18893         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
18894         remove gt_FUNC_SETENV.
18895
18896 2007-03-03  Bruno Haible  <bruno@clisp.org>
18897
18898         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
18899         ENABLE_RELOCATABLE here.
18900         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
18901
18902 2007-03-03  Bruno Haible  <bruno@clisp.org>
18903
18904         * modules/rbtreehash-list-tests (Depends-on): Add progname.
18905         * tests/test-rbtreehash_list.c: Include progname.h.
18906         (main): Call set_program_name.
18907
18908         * modules/rbtree-oset-tests (Depends-on): Add progname.
18909         * tests/test-rbtree_oset.c: Include progname.h.
18910         (main): Call set_program_name.
18911
18912         * modules/rbtree-list-tests (Depends-on): Add progname.
18913         * tests/test-rbtree_list.c: Include progname.h.
18914         (main): Call set_program_name.
18915
18916         * modules/linked-list-tests (Depends-on): Add progname.
18917         * tests/test-linked_list.c: Include progname.h.
18918         (main): Call set_program_name.
18919
18920 2007-03-03  Bruno Haible  <bruno@clisp.org>
18921
18922         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
18923         All uses of __restrict changed to _Restrict_.
18924         * lib/glob_.h (__restrict): Remove macro.
18925
18926 2007-03-02  Bruno Haible  <bruno@clisp.org>
18927
18928         * modules/gettext (configure.ac): Require gettext infrastructure
18929         from version 0.16.1.
18930
18931 2007-03-02  Bruno Haible  <bruno@clisp.org>
18932
18933         * modules/linkedhash-list-tests (Depends-on): Add progname.
18934         * tests/test-linkedhash_list.c: Include progname.h.
18935         (main): Call set_program_name.
18936
18937         * modules/carray-list-tests (Depends-on): Add progname.
18938         * tests/test-carray_list.c: Include progname.h.
18939         (main): Call set_program_name.
18940
18941         * modules/avltreehash-list-tests (Depends-on): Add progname.
18942         * tests/test-avltreehash_list.c: Include progname.h.
18943         (main): Call set_program_name.
18944
18945         * modules/avltree-oset-tests (Depends-on): Add progname.
18946         * tests/test-avltree_oset.c: Include progname.h.
18947         (main): Call set_program_name.
18948
18949         * modules/avltree-list-tests (Depends-on): Add progname.
18950         * tests/test-avltree_list.c: Include progname.h.
18951         (main): Call set_program_name.
18952
18953         * modules/array-oset-tests (Depends-on): Add progname.
18954         * tests/test-array_oset.c: Include progname.h.
18955         (main): Call set_program_name.
18956
18957         * modules/array-list-tests (Depends-on): Add progname.
18958         * tests/test-array_list.c: Include progname.h.
18959         (main): Call set_program_name.
18960
18961         * modules/argp-tests (Depends-on): Add progname.
18962         * tests/test-argp.c: Include argp.h first. Include progname.h.
18963         (main): Call set_program_name.
18964
18965 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
18966
18967         * doc/gnulib-tool.texi (Initial import): Reword description of
18968         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
18969         limited effect even if defined after the first system include.
18970
18971 2007-03-01  Bruno Haible  <bruno@clisp.org>
18972
18973         * build-aux/config.libpath: Update to libtool-1.5.22.
18974         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18975
18976 2007-03-01  Bruno Haible  <bruno@clisp.org>
18977
18978         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
18979         foo_CFLAGS.
18980         Reported by Ralf Wildenhues.
18981
18982 2007-03-01  Bruno Haible  <bruno@clisp.org>
18983
18984         * build-aux/install-reloc: Remove object files left over by some
18985         compilers.
18986         Reported by Ralf Wildenhues.
18987
18988 2007-03-01  Bruno Haible  <bruno@clisp.org>
18989
18990         * build-aux/install-reloc: Break long lines.
18991
18992 2007-03-01  Bruno Haible  <bruno@clisp.org>
18993
18994         * doc/relocatable.texi: Document that it may not work on OpenBSD.
18995         Reported by Ralf Wildenhues.
18996
18997 2007-03-01  Bruno Haible  <bruno@clisp.org>
18998
18999         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
19000         include ordering constraints.
19001
19002 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19003
19004         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
19005         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
19006         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
19007         as another example.
19008         * lib/time_.h: Fix misspelling.
19009         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
19010         Require gl_HEADER_TIME_H_DEFAULTS.
19011         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
19012         * m4/time_r.m4 (gl_TIME_R): Likewise.
19013         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
19014
19015 2007-03-01  Bruno Haible  <bruno@clisp.org>
19016
19017         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
19018         * m4/utimens.m4 (gl_UTIMENS): Likewise.
19019
19020 2007-03-01  Jim Meyering  <jim@meyering.net>
19021
19022         * modules/xreadlink (Maintainer): Add my name.
19023         * modules/xreadlink-with-size (Depends-on): Alphabetize.
19024
19025 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
19026             Bruno Haible  <bruno@clisp.org>
19027
19028         * build-aux/install-reloc: Compile also c-ctype.c.
19029         * build-aux/relocatable.sh.in: New file.
19030         * doc/relocatable.texi: New file.
19031         * doc/relocatable-maint.texi: New file.
19032         * doc/gnulib.texi: Include relocatable-maint.texi.
19033         * lib/progreloc.c: Include unistd.h unconditionally.
19034         * lib/relocwrapper.c: Include unistd.h unconditionally.
19035         Include c-ctype.h.
19036         (add_dotbin): Use c_tolower.
19037         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
19038         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
19039         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
19040         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
19041         to m4/relocatable-lib.m4.
19042         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
19043         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
19044         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
19045         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
19046         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
19047         * modules/relocatable: New file.
19048         * modules/relocatable-lib: New file.
19049         * modules/relocatable-script: New file.
19050
19051 2007-02-28  Bruno Haible  <bruno@clisp.org>
19052
19053         Import --enable-relocatable infrastructure.
19054         * build-aux/config.libpath: New file, from GNU gettext.
19055         * build-aux/install-reloc: New file, from GNU gettext.
19056         * build-aux/reloc-ldflags: New file, from GNU gettext.
19057         * lib/relocatable.h: New file, from GNU gettext.
19058         * lib/relocatable.c: New file, from GNU gettext.
19059         * lib/relocwrapper.c: New file, from GNU gettext.
19060         * m4/relocatable.m4: New file, from GNU gettext.
19061
19062 2007-02-28  Bruno Haible  <bruno@clisp.org>
19063
19064         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
19065
19066         * modules/xreadlink: New file, from GNU gettext with modifications.
19067         * lib/xreadlink.c: New file, from GNU gettext.
19068         * lib/xreadlink.h: Add comments.
19069         (xreadlink): New declaration.
19070
19071         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
19072         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
19073         lib/xreadlink-with-size.c.
19074         (configure.ac): Remove gl_XREADLINK invocation.
19075         (Makefile.am): Augment lib_SOURCES.
19076         * m4/xreadlink.m4: Remove file.
19077         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
19078         (xreadlink_with_size): Renamed from xreadink.
19079         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
19080         * modules/canonicalize (Depends-on): Replace xreadlink with
19081         xreadlink-with-size.
19082         * lib/canonicalize.c (canonicalize_filename_mode): Update.
19083
19084 2007-02-25  Jim Meyering  <jim@meyering.net>
19085
19086         * build-aux/announce-gen: When complaining about excess arguments,
19087         list them.
19088
19089 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
19090
19091         * README: Document signed integer overflow situation more
19092         accurately.
19093
19094 2007-02-25  Bruno Haible  <bruno@clisp.org>
19095
19096         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
19097         'a' or 'A' conversion.
19098
19099 2007-02-25  Bruno Haible  <bruno@clisp.org>
19100
19101         * modules/filename: Renamed from modules/pathname.
19102         (Files): Replace lib/pathname.h with lib/filename.h. Replace
19103         lib/concatpath.c with lib/concat-filename.c.
19104         (Makefile.am): Update.
19105         (Include): Replace pathname.h with filename.h.
19106         * lib/filename.h: Renamed from lib/pathname.h.
19107         (concatenated_filename): Renamed from concatenated_pathname.
19108         * lib/concat-filename.c: Renamed from lib/concatpath.c.
19109         (concatenated_filename): Renamed from concatenated_pathname.
19110         * lib/findprog.c: Include filename.h instead of pathname.h.
19111         (find_in_path): Update.
19112         * lib/javacomp.c: Include filename.h instead of pathname.h.
19113         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
19114         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
19115         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
19116         is_oldgcj_14_13_usable, is_javac_usable): Update.
19117         * lib/javaexec.c: Include filename.h instead of pathname.h.
19118         (execute_java_class): Update.
19119         * modules/findprog: Update.
19120         * modules/javacomp: Update.
19121         * modules/javaexec: Update.
19122         * MODULES.html.sh (File system functions): Add 'filename', remove
19123         'pathname'.
19124
19125 2007-02-25  Bruno Haible  <bruno@clisp.org>
19126
19127         * modules/printf-frexpl-tests: New file.
19128         * tests/test-printf-frexpl.c: New file.
19129
19130         * modules/printf-frexpl: New file.
19131         * lib/printf-frexpl.h: New file.
19132         * lib/printf-frexpl.c: New file.
19133         * m4/printf-frexpl.m4: New file.
19134
19135 2007-02-25  Bruno Haible  <bruno@clisp.org>
19136
19137         * modules/printf-frexp-tests: New file.
19138         * tests/test-printf-frexp.c: New file.
19139
19140         * modules/printf-frexp: New file.
19141         * lib/printf-frexp.h: New file.
19142         * lib/printf-frexp.c: New file.
19143         * m4/printf-frexp.m4: New file.
19144
19145 2007-02-25  Bruno Haible  <bruno@clisp.org>
19146
19147         Assume automake >= 1.10 for the tests.
19148         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
19149         * modules/arctwo-tests: Likewise.
19150         * modules/argp-tests: Likewise.
19151         * modules/avltree-list-tests: Likewise.
19152         * modules/avltree-oset-tests: Likewise.
19153         * modules/avltreehash-list-tests: Likewise.
19154         * modules/carray-list-tests: Likewise.
19155         * modules/crc-tests: Likewise.
19156         * modules/des-tests: Likewise.
19157         * modules/gc-arcfour-tests: Likewise.
19158         * modules/gc-arctwo-tests: Likewise.
19159         * modules/gc-des-tests: Likewise.
19160         * modules/gc-hmac-md5-tests: Likewise.
19161         * modules/gc-hmac-sha1-tests: Likewise.
19162         * modules/gc-md2-tests: Likewise.
19163         * modules/gc-md4-tests: Likewise.
19164         * modules/gc-md5-tests: Likewise.
19165         * modules/gc-pbkdf2-sha1-tests: Likewise.
19166         * modules/gc-rijndael-tests: Likewise.
19167         * modules/gc-sha1-tests: Likewise.
19168         * modules/gc-tests: Likewise.
19169         * modules/getaddrinfo-tests: Likewise.
19170         * modules/hmac-md5-tests: Likewise.
19171         * modules/hmac-sha1-tests: Likewise.
19172         * modules/linked-list-tests: Likewise.
19173         * modules/linkedhash-list-tests: Likewise.
19174         * modules/lock-tests: Likewise.
19175         * modules/md2-tests: Likewise.
19176         * modules/md4-tests: Likewise.
19177         * modules/md5-tests: Likewise.
19178         * modules/rbtree-list-tests: Likewise.
19179         * modules/rbtree-oset-tests: Likewise.
19180         * modules/rbtreehash-list-tests: Likewise.
19181         * modules/read-file-tests: Likewise.
19182         * modules/rijndael-tests: Likewise.
19183         * modules/stdint-tests: Likewise.
19184         * modules/tls-tests: Likewise.
19185
19186 2007-02-24  Bruno Haible  <bruno@clisp.org>
19187
19188         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
19189         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
19190         function; instead check whether isnan with a double argument links.
19191         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
19192         function; instead check whether isnan with a 'long double' argument
19193         links.
19194         Reported by Eric Blake <ebb9@byu.net>.
19195
19196 2007-02-24  Bruno Haible  <bruno@clisp.org>
19197
19198         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
19199         defined.
19200         * lib/isnanl.c: Remove all code. Just include isnan.c.
19201         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
19202
19203 2007-02-25  Jim Meyering  <jim@meyering.net>
19204
19205         Avoid conflicting types for 'unsetenv' on FreeBSD.
19206         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
19207         conflicting with FreeBSD's (5.0 and 6.1) function declaration
19208         in stdlib.h.
19209
19210 2007-02-24  Bruno Haible  <bruno@clisp.org>
19211
19212         * modules/isnanl-nolibm-tests: New file.
19213         * tests/test-isnanl.c: New file.
19214
19215         * modules/isnanl-nolibm: New file.
19216         * lib/isnanl.h: New file.
19217         * lib/isnanl.c: New file.
19218         * m4/isnanl.m4: New file.
19219
19220 2007-02-24  Bruno Haible  <bruno@clisp.org>
19221
19222         * modules/isnan-nolibm-tests: New file.
19223         * tests/test-isnan.c: New file.
19224
19225         * modules/isnan-nolibm: New file.
19226         * lib/isnan.h: New file.
19227         * lib/isnan.c: New file.
19228         * m4/isnan.m4: New file.
19229
19230 2007-02-24  Bruno Haible  <bruno@clisp.org>
19231
19232         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
19233         assume that an exponent fits in 20 bits.
19234
19235 2007-02-24  Jim Meyering  <jim@meyering.net>
19236
19237         * m4/regex.m4: Update the description of the configure-time option,
19238         --without-included-regex, to state accurately what the defaults are,
19239         and perhaps to give people an idea why using this option is risky.
19240
19241 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
19242
19243         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
19244         loops on small arguments.  This attempts to avoid the problem
19245         Bruno Haible reported for AIX 4.3.2 in
19246         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
19247
19248 2007-02-23  Bruno Haible  <bruno@clisp.org>
19249
19250         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
19251         Needed for help2man.
19252
19253 2007-02-23  Karl Berry  <karl@gnu.org>
19254
19255         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
19256         exists, foo.h should be cvs-ignored, not committed.
19257
19258 2007-02-23  Eric Blake  <ebb9@byu.net>
19259
19260         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
19261         * lib/stat-time.h (includes): Likewise.
19262         * lib/utimecmp.c (includes): Likewise.
19263         * lib/utimens.h (includes): Likewise.
19264         * lib/getdate.y (includes): Also include "timespec.h" for use
19265         internal to the module.
19266         * modules/utimens (Depends-on): Revert yesterday's patch.
19267         * modules/nanosleep (Depends-on): Add missing dependency.
19268
19269 2007-02-22  Bruno Haible  <bruno@clisp.org>
19270
19271         * lib/glob.c: Don't include getlogin_r.h.
19272
19273 2007-02-22  Jim Meyering  <jim@meyering.net>
19274
19275         * modules/utimens (Depends-on): Add timespec, required for
19276         utimens.h's inclusion of timespec.h.
19277
19278 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
19279
19280         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
19281         long unreadable paths in GNU/Linux.  Problem reported by Andreas
19282         Schwab in
19283         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
19284         I'll try to think of a better way to fix the Solaris problem.
19285
19286         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
19287         like glibc; on Solaris 10, it fails with errno == EINVAL.
19288         POSIX says the behavior is unspecified if the first argument is NULL,
19289         so play it safe and never pass NULL to the system getcwd.
19290
19291 2007-02-21  Jim Meyering  <jim@meyering.net>
19292
19293         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
19294         of gettimeofday.  It would conflict with the one now always
19295         provided via sys_time_.h.  Reported by Matthew Woehlke, as
19296         an IRIX 6.5 build failure.
19297
19298 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
19299
19300         Minor fixups to port to Solaris 10 with Sun C 5.8.
19301         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
19302         * modules/getcwd (Depends-on): Add dirfd.
19303         * lib/putenv.c (putenv): #undef it.
19304         (rpl_putenv): New decl.
19305         (malloc, free): Include <stdlib.h> rather than prototyping separately.
19306
19307 2007-02-20  Bruno Haible  <bruno@clisp.org>
19308
19309         * modules/stdio-tests: New file.
19310         * tests/test-stdio.c: New file.
19311
19312         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
19313         (Depends-on): Add stdio.
19314         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
19315         (Include): Use <stdio.h> instead of vsnprintf.h.
19316         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
19317         HAVE_DECL_VSNPRINTF.
19318         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
19319
19320         * modules/snprintf (Files): Remove lib/snprintf.h.
19321         (Depends-on): Add stdio.
19322         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
19323         (Include): Use <stdio.h> instead of snprintf.h.
19324         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
19325         HAVE_DECL_SNPRINTF.
19326         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
19327         * lib/getaddrinfo.c: Likewise.
19328
19329         * modules/stdio: New file.
19330         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
19331         * lib/snprintf.h: Remove file.
19332         * lib/vsnprintf.h: Remove file.
19333         * lib/.cppi-disable: Remove snprintf.h.
19334         * m4/stdio_h.m4: New file.
19335         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
19336
19337 2007-02-20  Jim Meyering  <jim@meyering.net>
19338
19339         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
19340         used by e.g., mingw.  From Bruno Haible.
19341
19342 2007-02-19  Bruno Haible  <bruno@clisp.org>
19343
19344         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
19345         warnings.
19346         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19347
19348 2007-02-19  Bruno Haible  <bruno@clisp.org>
19349
19350         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
19351         from mingw users.
19352
19353 2007-02-19  Bruno Haible  <bruno@clisp.org>
19354
19355         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
19356         warnings.
19357         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
19358
19359 2007-02-19  Jim Meyering  <jim@meyering.net>
19360
19361         Don't use FD after a successful "fdopendir (fd)".
19362         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
19363         Reset it by calling dirfd on the just-obtained DIR*.
19364
19365         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
19366         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
19367
19368 2007-02-18  Bruno Haible  <bruno@clisp.org>
19369
19370         * lib/readlink.c: Include <unistd.h>.
19371         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
19372         HAVE_READLINK.
19373         * modules/readlink (Depends-on): Add unistd.
19374         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19375         (Include): Add <unistd.h>.
19376
19377         * lib/getlogin_r.h: Remove file.
19378         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
19379         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
19380         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
19381         HAVE_DECL_GETLOGIN_R.
19382         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
19383         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19384         (Include): Use <unistd.h> instead of getlogin_r.h.
19385
19386         * lib/getcwd.h: Remove file.
19387         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
19388         * lib/xgetcwd.c: Likewise.
19389         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
19390         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
19391         * modules/getcwd (Files): Remove lib/getcwd.h.
19392         (Depends-on): Add unistd.
19393         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19394         (Include): Use <unistd.h> instad of getcwd.h.
19395
19396         * lib/ftruncate.c: Include <unistd.h> first.
19397         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
19398         Set HAVE_FTRUNCATE.
19399         * modules/ftruncate (Depends-on): Add unistd.
19400         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19401
19402         * lib/fchdir.c: Include <unistd.h> first.
19403         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
19404         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
19405         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
19406         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19407         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
19408
19409         * lib/dup2.c: Include <unistd.h> first.
19410         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
19411         HAVE_DUP2.
19412         * modules/dup2 (Depends-on): Add unistd.
19413         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19414
19415         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
19416         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
19417         REPLACE_CHOWN. Don't define chown as a macro here.
19418         * modules/chown (Depends-on): Add unistd.
19419         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19420
19421         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
19422         Add definition for GL_LINK_WARNING.
19423         (chown, dup2): New declarations.
19424         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
19425         link warning.
19426         (ftruncate): New declaration.
19427         (getcwd): New declaration, taken from old getcwd.h.
19428         (getlogin_r): New declaration, taken from old getlogin_r.h.
19429         (readlink): New declaration.
19430         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
19431         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
19432         (gl_PREREQ_UNISTD): Remove macro.
19433         (gl_UNISTD_MODULE_INDICATOR): New macro.
19434         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
19435         many new variables. Don't set UNISTD_H.
19436         * modules/unistd (Description): Change.
19437         (Depends-on): Add link-warning.
19438         (configure.ac): Update.
19439         (Makefile.am): Create unistd.h always. Substitute many new variables
19440         into it.
19441
19442 2007-02-18  Bruno Haible  <bruno@clisp.org>
19443
19444         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
19445         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
19446         HAVE_GETSUBOPT.
19447         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
19448         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
19449         * lib/getsubopt.h: Remove file.
19450         * modules/getsubopt (Files): Remove lib/getsubopt.h.
19451         (Depends-on): Add stdlib.
19452         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19453         (Includes): Use <stdlib.h> instead of getsubopt.h.
19454         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
19455         Set HAVE_GETSUBOPT.
19456         * lib/getsubopt.c: Don't include getsubopt.h.
19457
19458 2007-02-18  Bruno Haible  <bruno@clisp.org>
19459
19460         * modules/fchdir (Depends-on): Add dup2.
19461
19462 2007-02-18  Bruno Haible  <bruno@clisp.org>
19463
19464         * lib/stdlib_.h: Handle glibc's special invocation convention
19465         specially.
19466
19467 2007-02-18  Bruno Haible  <bruno@clisp.org>
19468
19469         * modules/stdlib-tests: New file.
19470         * tests/test-stdlib.c: New file.
19471
19472         * modules/mkstemp (Files): Remove lib/mkstemp.h.
19473         (Depends-on): Add stdlib.
19474         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19475         (Includes): Use <stdlib.h> instead of mkstemp.h.
19476         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
19477         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
19478         * lib/mkstemp.c: Don't include mkstemp.h.
19479         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
19480         * lib/stdlib--.h: Don't include mkstemp.h.
19481
19482         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
19483         (Depends-on): Add stdlib.
19484         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19485         (Includes): Use <stdlib.h> instead of mkdtemp.h.
19486         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
19487         HAVE_MKDTEMP.
19488         * lib/mkdtemp.c: Don't include mkdtemp.h.
19489         * lib/clean-temp.c: Don't include mkdtemp.h.
19490
19491         * modules/exit (Files): Remove lib/exit.h.
19492         (Depends-on): Add stdlib.
19493         (Makefile.am): Remove lib_SOURCES.
19494         (Include): Use <stdlib.h> instead of exit.h.
19495         * lib/argmatch.c: Don't include exit.h.
19496         * lib/execute.c: Likewise.
19497         * lib/pagealign_alloc.c: Likewise.
19498         * lib/pipe.c: Likewise.
19499         * lib/wait-process.c: Likewise.
19500         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
19501         * lib/exitfail.c: Likewise.
19502         * lib/savewd.c: Likewise.
19503         * lib/xsetenv.c: Likewise.
19504
19505         * modules/stdlib: New file.
19506         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
19507         and extra comments about mkstemp().
19508         * lib/exit.h: Remove file.
19509         * lib/mkdtemp.h: Remove file.
19510         * lib/mkstemp.h: Remove file.
19511         * m4/stdlib_h.m4: New file.
19512         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
19513
19514 2007-02-18  Bruno Haible  <bruno@clisp.org>
19515
19516         * modules/math-tests: New file.
19517         * tests/test-math.c: New file.
19518
19519         * modules/math: New file.
19520         * modules/mathl (Files): Remove lib/mathl.h.
19521         (Depends-on): Add math.
19522         (Makefile.am): Don't mention mathl.h.
19523         (Include): Use <math.h> instead of mathl.h.
19524         * lib/math_.h: New file.
19525         * lib/mathl.h: Remove file.
19526         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
19527         mathl.h.
19528         * lib/asinl.c: Likewise.
19529         * lib/atanl.c: Likewise.
19530         * lib/ceill.c: Likewise.
19531         * lib/cosl.c: Likewise.
19532         * lib/expl.c: Likewise.
19533         * lib/floorl.c: Likewise.
19534         * lib/frexpl.c: Likewise.
19535         * lib/ldexpl.c: Likewise.
19536         * lib/logl.c: Likewise.
19537         * lib/sincosl.c: Likewise.
19538         * lib/sinl.c: Likewise.
19539         * lib/sqrtl.c: Likewise.
19540         * lib/tanl.c: Likewise.
19541         * lib/trigl.c: Likewise.
19542         * m4/math_h.m4: New file.
19543         * MODULES.html.sh (Mathematics): Add math.
19544
19545 2007-02-17  Bruno Haible  <bruno@clisp.org>
19546
19547         * modules/wctype-tests: New file.
19548         * tests/test-wctype.c: New file.
19549
19550         * modules/wchar-tests: New file.
19551         * tests/test-wchar.c: New file.
19552
19553         * modules/unistd-tests: New file.
19554         * tests/test-unistd.c: New file.
19555
19556         * modules/time-tests: New file.
19557         * tests/test-time.c: New file.
19558
19559         * modules/sysexits-tests: New file.
19560         * tests/test-sysexits.c: New file.
19561
19562         * modules/sys_time-tests: New file.
19563         * tests/test-sys_time.c: New file.
19564
19565         * modules/sys_stat-tests: New file.
19566         * tests/test-sys_stat.c: New file.
19567
19568         * modules/sys_socket-tests: New file.
19569         * tests/test-sys_socket.c: New file.
19570
19571         * modules/sys_select-tests: New file.
19572         * tests/test-sys_select.c: New file.
19573
19574         * modules/string-tests: New file.
19575         * tests/test-string.c: New file.
19576
19577         * modules/stdbool-tests: New file.
19578         * tests/test-stdbool.c: New file.
19579
19580         * modules/netinet_in-tests: New file.
19581         * tests/test-netinet_in.c: New file.
19582
19583         * modules/inttypes-tests: New file.
19584         * tests/test-inttypes.c: New file.
19585
19586         * modules/fcntl-tests: New file.
19587         * tests/test-fcntl.c: New file.
19588
19589         * modules/byteswap-tests: New file.
19590         * tests/test-byteswap.c: New file.
19591
19592         * modules/arpa_inet-tests: New file.
19593         * tests/test-arpa_inet.c: New file.
19594
19595 2007-02-17  Bruno Haible  <bruno@clisp.org>
19596
19597         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
19598         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
19599         if the corresponding module is not enabled. Emit link warnings if
19600         the function is used nevertheless.
19601         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
19602         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
19603         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
19604         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
19605         * modules/inttypes (Depends-on): Add link-warning.
19606         (Makefile.am): Copy the contents of build-aux/link-warning.h into
19607         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
19608         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
19609         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
19610         * modules/imaxdiv (configure.ac): Likewise.
19611         * modules/strtoimax (configure.ac): Likewise.
19612         * modules/strtoumax (configure.ac): Likewise.
19613
19614 2007-02-17  Bruno Haible  <bruno@clisp.org>
19615
19616         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
19617         gl_STRING_MODULE_INDICATOR_DEFAULTS.
19618         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
19619         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
19620
19621 2007-02-17  Bruno Haible  <bruno@clisp.org>
19622
19623         * modules/link-warning: New file.
19624         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
19625         * lib/string_.h (GL_LINK_WARNING): Remove definition.
19626         * modules/string (Depends-on): Add link-warning.
19627         (Makefile.am): Copy the contents of build-aux/link-warning.h into
19628         string.h.
19629         * MODULES.html.sh (Support for building libraries and executables): Add
19630         link-warning.
19631
19632 2007-02-17  Bruno Haible  <bruno@clisp.org>
19633
19634         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
19635         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
19636         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
19637         long lines.
19638
19639 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
19640             Bruno Haible  <bruno@clisp.org>
19641
19642         * modules/tmpfile: New file.
19643         * lib/tmpfile.c: New file.
19644         * m4/tmpfile.m4: New file.
19645         * MODULES.html.sh (func_all_modules): New section "Input/output".
19646
19647 2007-02-15  Bruno Haible  <bruno@clisp.org>
19648
19649         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
19650         (supports_delete_on_close): New function.
19651         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
19652
19653 2007-02-14  Bruno Haible  <bruno@clisp.org>
19654
19655         * modules/mbspcasecmp-tests: New file.
19656         * tests/test-mbspcasecmp.sh: New file.
19657         * tests/test-mbspcasecmp.c: New file.
19658
19659         New module mbspcasecmp.
19660         * modules/mbspcasecmp: New file.
19661         * lib/mbspcasecmp.c: New file.
19662         * lib/string_.h (strncasecmp): Change warning message.
19663         (mbspcasecmp): New declaration.
19664         * m4/mbspcasecmp.m4: New file.
19665         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19666         GNULIB_MBSPCASECMP.
19667         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
19668         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
19669
19670 2007-02-14  Bruno Haible  <bruno@clisp.org>
19671
19672         * modules/mbsncasecmp-tests: New file.
19673         * tests/test-mbsncasecmp.sh: New file.
19674         * tests/test-mbsncasecmp.c: New file.
19675
19676         New module mbsncasecmp.
19677         * modules/mbsncasecmp: New file.
19678         * lib/mbsncasecmp.c: New file.
19679         * lib/string_.h (mbsncasecmp): New declaration.
19680         * m4/mbsncasecmp.m4: New file.
19681         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19682         GNULIB_MBSNCASECMP.
19683         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
19684         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
19685
19686 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
19687
19688         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
19689         Verify that it doesn't overlap with our flags.
19690         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
19691         do not have the desired effect in multibyte locales; instead, use
19692         mbscasecmp.
19693         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
19694         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
19695         we don't require GNU fnmatch ourselves (if our users require it, they
19696         should do so explicitly).
19697
19698         Fix regex code so it doesn't rely on strcasecmp.
19699         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
19700         Otherwise, include gnulib's langinfo.h.
19701         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
19702         undesirable behavior in non-C locales.  Instead, rely on localecharset.
19703         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
19704         * modules/regex (FILES): Remove m4/codeset.m4.
19705         (Depends-on): Add localcharset.  Remove strcase.
19706
19707 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19708
19709         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
19710         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
19711
19712 2007-02-13  Bruno Haible  <bruno@clisp.org>
19713
19714         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
19715         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19716
19717 2007-02-12  Bruno Haible  <bruno@clisp.org>
19718
19719         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
19720         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
19721         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
19722         time warning rather than a link error.
19723
19724 2007-02-12  Bruno Haible  <bruno@clisp.org>
19725
19726         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
19727         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
19728         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19729
19730 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
19731
19732         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
19733         args, not 2.
19734
19735 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
19736
19737         New module 'time', so that apps can include <time.h> as per
19738         POSIX and GNU instead of separate include files like time_r.h
19739         and timegm.h.  This implementation tries out a simpler approach
19740         for replacing decls in standard include files (as compared to
19741         the string module), somewhat as an experiment.
19742
19743         * config/srclist.txt: Comment out mktime.c for now.
19744         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
19745         since it doesn't apply any more.  Use generic wording instead.
19746         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
19747         'time'.
19748         * lib/time_.h, m4/time_h.m4, modules/time: New files.
19749         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
19750         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
19751         Don't include <sys/types.h>; no longer needed since we assume C89.
19752         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
19753         * lib/strftime.c: Likewise.
19754         * lib/time_r.c: Likewise.
19755         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
19756         * lib/nanosleep.c: Include <time.h> first, to check interface.
19757         * lib/strptime.c: Likewise.
19758         * lib/time_r.c: Likewise.
19759         * lib/timegm.c: Likewise.
19760         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
19761         needed.
19762         * lib/timegm.c: Don't include timegm.h; no longer needed.
19763         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
19764         time.h now handles any problems in that area.
19765         (struct timespec, nanosleep): Remove; time.h now arranges for these.
19766         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
19767         that time.h defines struct timespec.
19768         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
19769         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
19770         handles that.
19771         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
19772         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
19773         needed.  Set REPLACE_LOCALTIME.
19774         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
19775         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
19776         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
19777         nanosleep; time_h.m4 now does that.  Don't require
19778         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
19779         module handles this now.
19780         * modules/getdate (Depends-on): Remove timespec.  Add time.
19781         * modules/nanosleep (Depends-on): Likewise.
19782         * modules/stat-time (Depends-on): Likewise.
19783         * modules/nanosleep (Include): Include time.h, not timespec.h.
19784         * modules/strptime (Files): Remove lib/strptime.h.
19785         (Depends-on): Add extensions, time.
19786         (Include): Include time.h, not strptime.h.
19787         * modules/time_r (Files): Remove lib/time_r.h.
19788         (Depends-on): Add time.
19789         (Include): Include time.h, not time_r.h.
19790         * modules/timegm: Likewise.
19791         * modules/timespec (Description): Now does timespec-related decls
19792         of our own, instead of struct timespec itself.
19793         (Depends-on): Add time; remove extensions.
19794         (Maintainer): Add self.
19795         * modules/utimecmp (Depends-on): Add time; remove timespec.
19796         * modules/utimens (Depends-on): Likewise.
19797         * modules/xnanosleep (Depends-on): Likewise.
19798
19799 2007-02-11  Bruno Haible  <bruno@clisp.org>
19800
19801         * lib/c-strstr.c: Include allocsa.h.
19802         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19803         * lib/c-strcasestr.c: Include allocsa.h.
19804         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19805         * lib/strcasestr.c: Include allocsa.h.
19806         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19807         * lib/mbsstr.c: Include allocsa.h.
19808         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
19809         allocsa/freesa instead of malloc/free.
19810         * lib/mbscasestr.c: Include allocsa.h.
19811         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
19812         allocsa/freesa instead of malloc/free.
19813         * modules/c-strstr (Depends-on): Add allocsa.
19814         * modules/c-strcasestr (Depends-on): Likewise.
19815         * modules/strcasestr (Depends-on): Likewise.
19816         * modules/mbsstr (Depends-on): Likewise.
19817         * modules/mbscasestr (Depends-on): Likewise.
19818
19819 2007-02-11  Bruno Haible  <bruno@clisp.org>
19820
19821         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
19822
19823         * modules/mbsspn-tests: New file.
19824         * tests/test-mbsspn.sh: New file.
19825         * tests/test-mbsspn.c: New file.
19826
19827 2007-02-11  Bruno Haible  <bruno@clisp.org>
19828
19829         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
19830
19831         * modules/mbspbrk-tests: New file.
19832         * tests/test-mbspbrk.sh: New file.
19833         * tests/test-mbspbrk.c: New file.
19834
19835 2007-02-11  Bruno Haible  <bruno@clisp.org>
19836
19837         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
19838         unneeded cast.
19839
19840         * modules/mbscspn-tests: New file.
19841         * tests/test-mbscspn.sh: New file.
19842         * tests/test-mbscspn.c: New file.
19843
19844 2007-02-11  Bruno Haible  <bruno@clisp.org>
19845
19846         * modules/mbscasecmp-tests: New file.
19847         * tests/test-mbscasecmp.sh: New file.
19848         * tests/test-mbscasecmp.c: New file.
19849
19850 2007-02-11  Bruno Haible  <bruno@clisp.org>
19851
19852         Ensure O(n) worst-case complexity of mbscasestr.
19853         * lib/mbscasestr.c: Include stdbool.h.
19854         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
19855         functions.
19856         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
19857         the bookkeeping indicates that it's worth it.
19858         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
19859
19860         * modules/mbscasestr-tests: New file.
19861         * tests/test-mbscasestr1.c: New file.
19862         * tests/test-mbscasestr2.sh: New file.
19863         * tests/test-mbscasestr2.c: New file.
19864         * tests/test-mbscasestr3.sh: New file.
19865         * tests/test-mbscasestr3.c: New file.
19866         * tests/test-mbscasestr4.sh: New file.
19867         * tests/test-mbscasestr4.c: New file.
19868         * m4/locale-tr.m4: New file.
19869
19870 2007-02-11  Bruno Haible  <bruno@clisp.org>
19871
19872         Ensure O(n) worst-case complexity of mbsstr.
19873         * lib/mbsstr.c: Include stdbool.h.
19874         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
19875         functions.
19876         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
19877         bookkeeping indicates that it's worth it.
19878         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
19879
19880         * modules/mbsstr-tests: New file.
19881         * tests/test-mbsstr1.c: New file.
19882         * tests/test-mbsstr2.sh: New file.
19883         * tests/test-mbsstr2.c: New file.
19884         * tests/test-mbsstr3.sh: New file.
19885         * tests/test-mbsstr3.c: New file.
19886         * m4/locale-fr.m4: New file.
19887
19888 2007-02-11  Bruno Haible  <bruno@clisp.org>
19889
19890         * lib/mbsrchr.c (mbsrchr): Fix bug.
19891
19892         * modules/mbsrchr-tests: New file.
19893         * tests/test-mbsrchr.sh: New file.
19894         * tests/test-mbsrchr.c: New file.
19895
19896 2007-02-11  Bruno Haible  <bruno@clisp.org>
19897
19898         * lib/mbschr.c (mbschr): Fix bug.
19899
19900         * modules/mbschr-tests: New file.
19901         * tests/test-mbschr.sh: New file.
19902         * tests/test-mbschr.c: New file.
19903         * m4/locale-zh.m4: New file.
19904
19905 2007-02-11  Bruno Haible  <bruno@clisp.org>
19906
19907         Support for copying multibyte string iterators.
19908         * lib/mbiter.h: Include <string.h>.
19909         (mbiter_multi_copy): New function.
19910         (mbi_copy): New macro.
19911         * lib/mbuiter.h: Include <string.h>.
19912         (mbuiter_multi_copy): New function.
19913         (mbui_copy): New macro.
19914
19915 2007-02-11  Bruno Haible  <bruno@clisp.org>
19916
19917         New module mbslen.
19918         * modules/mbslen: New file.
19919         * lib/mbslen.c: New file.
19920         * lib/string_.h (mbslen): New declaration.
19921         * m4/mbslen.m4: New file.
19922         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19923         GNULIB_MBSLEN.
19924         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
19925         * MODULES.html.sh (Internationalization functions): Add mbslen.
19926
19927 2007-02-11  Bruno Haible  <bruno@clisp.org>
19928
19929         Ensure O(n) worst-case complexity of strcasestr substitute.
19930         * lib/strcasestr.c: Include stdbool.h.
19931         (knuth_morris_pratt): New function.
19932         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
19933         bookkeeping indicates that it's worth it.
19934         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
19935
19936         * modules/strcasestr-tests: New file.
19937         * tests/test-strcasestr.c: New file.
19938
19939 2007-02-11  Bruno Haible  <bruno@clisp.org>
19940
19941         Ensure O(n) worst-case complexity of c_strcasestr.
19942         * lib/c-strcasestr.c: Include stdbool.h, string.h.
19943         (knuth_morris_pratt): New function.
19944         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
19945         the bookkeeping indicates that it's worth it.
19946         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
19947
19948         * modules/c-strcasestr-tests: New file.
19949         * tests/test-c-strcasestr.c: New file.
19950
19951 2007-02-11  Bruno Haible  <bruno@clisp.org>
19952
19953         Ensure O(n) worst-case complexity of c_strstr.
19954         * lib/c-strstr.c: Include stdbool.h, string.h.
19955         (knuth_morris_pratt): New function.
19956         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
19957         bookkeeping indicates that it's worth it.
19958         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
19959
19960         * lib/c-strstr.c: Complete rewrite for maintainability.
19961
19962         * modules/c-strstr-tests: New file.
19963         * tests/test-c-strstr.c: New file.
19964
19965 2007-02-11  Bruno Haible  <bruno@clisp.org>
19966
19967         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
19968         5.2.1 and earlier, whereby \055 was treated just like the range
19969         delimiter '-'.
19970         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
19971
19972 2007-02-08  Bruno Haible  <bruno@clisp.org>
19973
19974         * modules/regex (Depends-on): Add stdbool.
19975         Reported by Dalibor Topic <robilad@kaffe.org>.
19976
19977 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
19978
19979         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
19980         Prefer returning from main to exiting from it.
19981         Remove unnecessary parens after sizeof.
19982
19983 2007-02-05  Bruno Haible  <bruno@clisp.org>
19984
19985         New module mbssep.
19986         * modules/mbssep: New file.
19987         * lib/mbssep.c: New file.
19988         * lib/string_.h (strsep): Add a conditional link warning.
19989         (mbssep): New declaration.
19990         * m4/mbssep.m4: New file.
19991         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19992         GNULIB_MBSSEP.
19993         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
19994         * MODULES.html.sh (Internationalization functions): Add mbssep.
19995
19996 2007-02-05  Bruno Haible  <bruno@clisp.org>
19997
19998         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
19999         Optimize search in case of 1 delimiter.
20000
20001 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
20002
20003         * lib/acl.h: Include sys/types.h before sys/acl.h.
20004
20005 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
20006
20007         Merge upstream fix for glibc bugzilla #3957:
20008
20009         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
20010
20011         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
20012         bit for RE_HAT_LISTS_NOT_NEWLINE.
20013         (build_charclass_op): Remove bogus comment.
20014
20015 2007-02-05  Simon Josefsson  <simon@josefsson.org>
20016
20017         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
20018
20019 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
20020
20021         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
20022         * lib/memmem.c [!defined _LIBC]: Include config.h.
20023
20024 2007-02-04  Bruno Haible  <bruno@clisp.org>
20025
20026         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
20027         warning message.
20028
20029 2007-02-04  Bruno Haible  <bruno@clisp.org>
20030
20031         New module mbstok_r.
20032         * modules/mbstok_r: New file.
20033         * lib/mbstok_r.c: New file.
20034         * lib/string_.h (strtok_r): Change argument names to match the
20035         comments. Add a conditional link warning.
20036         (mbstok_r): New declaration.
20037         * m4/mbstok_r.m4: New file.
20038         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20039         GNULIB_MBSTOK_R.
20040         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
20041         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
20042
20043 2007-02-04  Bruno Haible  <bruno@clisp.org>
20044
20045         New module mbsspn.
20046         * modules/mbsspn: New file.
20047         * lib/mbsspn.c: New file.
20048         * lib/string_.h (strspn): Add a conditional link warning.
20049         (mbsspn): New declaration.
20050         * m4/mbsspn.m4: New file.
20051         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20052         GNULIB_MBSSPN.
20053         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
20054         * MODULES.html.sh (Internationalization functions): Add mbsspn.
20055
20056 2007-02-04  Bruno Haible  <bruno@clisp.org>
20057
20058         New module mbspbrk.
20059         * modules/mbspbrk: New file.
20060         * lib/mbspbrk.c: New file.
20061         * lib/string_.h (strpbrk): Add a conditional link warning.
20062         (mbspbrk): New declaration.
20063         * m4/mbspbrk.m4: New file.
20064         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20065         GNULIB_MBSPBRK.
20066         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
20067         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
20068
20069 2007-02-04  Bruno Haible  <bruno@clisp.org>
20070
20071         New module mbscspn.
20072         * modules/mbscspn: New file.
20073         * lib/mbscspn.c: New file.
20074         * lib/string_.h (strcspn): Add a conditional link warning.
20075         (mbscspn): New declaration.
20076         * m4/mbscspn.m4: New file.
20077         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20078         GNULIB_MBSCSPN.
20079         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
20080         * MODULES.html.sh (Internationalization functions): Add mbscspn.
20081
20082 2007-02-04  Bruno Haible  <bruno@clisp.org>
20083
20084         New module mbscasestr, reduced goal of strcasestr.
20085         * modules/mbscasestr: New file.
20086         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
20087         (mbscasestr): Renamed from strcasestr.
20088         * lib/strcasestr.c: Don't include mbuiter.h.
20089         (strcasestr): Remove support for multibyte locales.
20090         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
20091         Change the conditional link warning.
20092         (mbscasestr): New declaration.
20093         * m4/mbscasestr.m4: New file.
20094         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
20095         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
20096         REPLACE_STRCASESTR.
20097         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
20098         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20099         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
20100         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
20101         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
20102         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
20103         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
20104         (Depends-on): Remove mbuiter.
20105         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
20106
20107 2007-02-04  Bruno Haible  <bruno@clisp.org>
20108
20109         Simplify handling of strncasecmp.
20110         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
20111         the conditional link warning.
20112         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20113         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
20114         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
20115         * modules/strcase (configure.ac): Don't invoke
20116         gl_STRING_MODULE_INDICATOR.
20117         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
20118
20119 2007-02-04  Bruno Haible  <bruno@clisp.org>
20120
20121         New module mbscasecmp, reduced goal of strcasecmp.
20122         * modules/mbscasecmp: New file.
20123         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
20124         (mbscasecmp): Renamed from strcasecmp.
20125         * lib/strcasecmp.c: Don't include mbuiter.h.
20126         (strcasecmp): Remove support for multibyte locales.
20127         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
20128         Change the conditional link warning.
20129         (mbscasecmp): New declaration.
20130         * m4/mbscasecmp.m4: New file.
20131         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
20132         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
20133         REPLACE_STRCASECMP.
20134         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
20135         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20136         GNULIB_MBSCASECMP.
20137         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
20138         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
20139         * modules/strcase (Files): Remove m4/mbrtowc.m4.
20140         (Depends-on): Remove mbuiter.
20141         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
20142
20143 2007-02-04  Bruno Haible  <bruno@clisp.org>
20144
20145         New module mbsstr. Remove module strstr.
20146         * modules/mbsstr: New file.
20147         * modules/strstr: Remove file.
20148         * lib/mbsstr.c: Renamed from lib/strstr.c.
20149         (mbsstr): Renamed from strstr.
20150         * lib/string_.h (strstr): Remove declaration. Change the conditional
20151         link warning.
20152         (mbsstr): New declaration.
20153         * m4/mbsstr.m4: New file.
20154         * m4/strstr.m4: Remove file.
20155         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
20156         REPLACE_STRSTR.
20157         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
20158         Don't initialize GNULIB_STRSTR.
20159         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
20160         substitute GNULIB_STRSTR and REPLACE_STRSTR.
20161         * MODULES.html.sh (Internationalization functions): Add mbsstr.
20162         (Support for systems lacking ANSI C 89): Remove strstr.
20163
20164 2007-02-04  Bruno Haible  <bruno@clisp.org>
20165
20166         New module mbsrchr.
20167         * modules/mbsrchr: New file.
20168         * lib/mbsrchr.c: New file.
20169         * lib/string_.h (strrchr): Add a conditional link warning.
20170         (mbsrchr): New declaration.
20171         * m4/mbsrchr.m4: New file.
20172         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20173         GNULIB_MBSRCHR.
20174         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
20175         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
20176
20177 2007-02-04  Bruno Haible  <bruno@clisp.org>
20178
20179         New module mbschr.
20180         * modules/mbschr: New file.
20181         * lib/mbschr.c: New file.
20182         * lib/string_.h (strchr): Add a conditional link warning.
20183         (mbschr): New declaration.
20184         * m4/mbschr.m4: New file.
20185         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20186         GNULIB_MBSCHR.
20187         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
20188         * MODULES.html.sh (Internationalization functions): Add mbschr.
20189
20190 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
20191
20192         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
20193
20194         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
20195
20196 2007-02-04  Bruno Haible  <bruno@clisp.org>
20197
20198         New module description section 'configure.ac-early'.
20199         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
20200         (func_get_autoconf_early_snippet): New function.
20201         (func_import, func_create_testdir): Use it. Remove special cases for
20202         modules 'extensions' and 'lock'.
20203         * modules/extensions (configure.ac-early): Require
20204         gl_USE_SYSTEM_EXTENSIONS.
20205         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
20206
20207 2007-02-04  Bruno Haible  <bruno@clisp.org>
20208
20209         Make use of gcj-4.3's -fsource and -ftarget option.
20210         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
20211         and if so try the options -fsource and -ftarget.
20212         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
20213         source_version, ftarget_option, target_version arguments.
20214         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
20215         (is_envjavac_oldgcj_14_14_usable): Renamed from
20216         is_envjavac_gcj_14_14_usable.
20217         (is_envjavac_oldgcj_14_13_usable): Renamed from
20218         is_envjavac_gcj_14_13_usable.
20219         (is_gcj_present): Update.
20220         (is_gcj_43, is_gcj43_usable): New functions.
20221         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
20222         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
20223         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
20224         try the options -fsource and -ftarget.
20225
20226 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20227
20228         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
20229         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
20230         larger value.
20231
20232 2007-02-03  Jim Meyering  <jim@meyering.net>
20233
20234         Give tools a better chance to allocate space for very large buffers.
20235         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
20236
20237         Make pwd and readlink work also when run with an unreadable parent dir
20238         on systems with openat support.
20239         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
20240         provided getcwd function, even when we have openat support.
20241         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
20242
20243 2007-02-02  Bruno Haible  <bruno@clisp.org>
20244
20245         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
20246         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
20247         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
20248         portability problems if one of these functions is only used on specific
20249         platforms.
20250         Reported by Paul Eggert.
20251
20252 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
20253
20254         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
20255         is causing more trouble than it's curing.
20256         * lib/regex_internal.h (__mempcpy): Remove.
20257         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
20258         (and make the code a tad smaller to boot).
20259         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
20260
20261 2007-02-02  Jim Meyering  <jim@meyering.net>
20262
20263         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
20264         section, not in the Makefile.am: one.
20265
20266 2007-02-02  Eric Blake  <ebb9@byu.net>
20267
20268         * lib/strchrnul.c: Always include config.h first.
20269
20270         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
20271         gnulib strstr is not necessary here.
20272
20273 2007-02-02  Simon Josefsson  <simon@josefsson.org>
20274
20275         * m4/socklen.m4: Fix typo.
20276
20277 2007-02-02  Eric Blake  <ebb9@byu.net>
20278
20279         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
20280         * modules/netinet_in (Makefile.am): Likewise.
20281
20282 2007-02-01  Bruno Haible  <bruno@clisp.org>
20283
20284         * lib/string_.h (GL_LINK_WARNING): New macro.
20285         (strcasecmp, strstr, strcasestr): If provided by the system,
20286         conditionally define as a macro that leads to a warning instead of to
20287         an error.
20288         (strncasecmp): Conditionally define as a macro that leads to a warning.
20289
20290 2007-02-01  Karl Berry  <karl@gnu.org>
20291
20292         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
20293
20294 2007-02-01  Bruno Haible  <bruno@clisp.org>
20295
20296         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
20297         renamings.
20298
20299 2007-02-01  Eric Blake  <ebb9@byu.net>
20300
20301         * modules/regex (Depends-on): Revert dependence on mempcpy.
20302         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
20303         module's definition of mempcpy.
20304         Reported by Paul Eggert.
20305
20306 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20307
20308         * lib/string_.h: If the gnulib module XYZ is not present, undefine
20309         the symbol XYZ before redefining it.  This fixes a problem with
20310         programs that don't use XYZ, when compiled on systems that define
20311         XYZ to something else.
20312
20313 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
20314
20315         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
20316         occurs when "mkdir -m foo" creates a setgid directory that is (1)
20317         writeable to group or other and (2) is intended to have a special
20318         mode bit that is set or cleared.  In such a case, the directory
20319         should be neither group- nor other-writeable until the special
20320         mode bits are right.
20321
20322 2007-01-31  Eric Blake  <ebb9@byu.net>
20323
20324         * modules/mountlist (Depends-on): Add strstr.
20325
20326         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
20327         bug.
20328         * modules/string (Makefile.am): Remove redundant replacement.
20329         * modules/regex (Depends-on): Add mempcpy.
20330
20331 2007-01-31  Bruno Haible  <bruno@clisp.org>
20332
20333         New module description field 'Link'.
20334         * gnulib-tool (func_usage): Document --extract-link-directive.
20335         (sed_extract_prog): Recognize 'Link' directive.
20336         (func_get_link_directive): New function.
20337         (func_import): Show summary of link directives.
20338         Handle --extract-link-directive option.
20339         * modules/acl (Link): New section.
20340         * modules/clock-time (Link): New section.
20341         * modules/euidaccess (Link): New section.
20342         * modules/gettext (Link): New section.
20343         * modules/iconv (Link): New section.
20344         * modules/lock (Link): New section.
20345         * modules/nanosleep (Link): New section.
20346         * modules/readline (Link): New section.
20347
20348 2007-01-27  Bruno Haible  <bruno@clisp.org>
20349
20350         Enforce the use of gnulib modules for unportable <string.h> functions.
20351         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
20352         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
20353         (gl_HEADER_STRING_H_BODY): Require it.
20354         * lib/string_.h: If the gnulib module XYZ is not present, redefine
20355         the symbol XYZ to one that gives a link error.
20356         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
20357         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
20358         * modules/mempcpy (configure.ac): Likewise.
20359         * modules/memrchr (configure.ac): Likewise.
20360         * modules/stpcpy (configure.ac): Likewise.
20361         * modules/stpncpy (configure.ac): Likewise.
20362         * modules/strcase (configure.ac): Likewise.
20363         * modules/strcasestr (configure.ac): Likewise.
20364         * modules/strchrnul (configure.ac): Likewise.
20365         * modules/strdup (configure.ac): Likewise.
20366         * modules/strndup (configure.ac): Likewise.
20367         * modules/strnlen (configure.ac): Likewise.
20368         * modules/strpbrk (configure.ac): Likewise.
20369         * modules/strsep (configure.ac): Likewise.
20370         * modules/strstr (configure.ac): Likewise.
20371         * modules/strtok_r (configure.ac): Likewise.
20372
20373 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
20374
20375         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
20376
20377 2007-01-30  Jim Meyering  <jim@meyering.net>
20378
20379         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
20380
20381 2007-01-29  Bruno Haible  <bruno@clisp.org>
20382
20383         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
20384         * lib/execute.c: Likewise.
20385         * lib/pipe.c: Likewise.
20386         * lib/printf-args.h: Likewise.
20387         * lib/printf-args.c: Likewise.
20388         * lib/printf-parse.c: Likewise.
20389         * lib/vasnprintf.c: Likewise.
20390
20391 2007-01-29  Eric Blake  <ebb9@byu.net>
20392
20393         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
20394         declaration.
20395
20396 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
20397
20398         * lib/strptime.h (strptime): Use 'restrict' for args where
20399         POSIX requires this.
20400         * lib/strptime.c (strptime): Likewise.
20401         Change license notice from LGPL to GPL, since gnulib-tool will
20402         change this as needed.
20403         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
20404         defined.
20405         Include "strptime.h" first, to check interface.
20406         Do not #undef _LIBC and _NL_CURRENT.
20407         Do not include <stdlib.h>; no longer needed.
20408         Include "time_r.h" and declare ptime_locale_status
20409         only if _LIBC is not defined.
20410         (__P): Remove unused macro.
20411         (match_string): Bring back glibc version, but use it only if _LIBC
20412         is defined.
20413         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
20414         Remove unnecessary assertion and abort() call.
20415         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
20416         * m4/strptime.m4: Fix serial number comment.
20417         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
20418         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
20419         (Depends-on): Add time_r.
20420
20421 2007-01-29  Bruno Haible  <bruno@clisp.org>
20422
20423         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20424         strptime.
20425         * modules/strptime (Depends-on): Add stdbool.
20426         * lib/strptime.h: Include <time.h> always. Add comments.
20427
20428 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20429
20430         * modules/strptime: New file.
20431         * lib/strptime.h: New file.
20432         * lib/strptime.c: New file.
20433         * m4/strptime.m4: New file.
20434
20435 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20436
20437         * MODULES.html.sh: New module mpsort.
20438         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
20439
20440         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
20441         a circularity problem with HP-UX ia64 reported by Bob Proulx in
20442         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
20443         All uses changed.
20444         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
20445         All uses changed.
20446         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
20447         to _Restrict_.
20448         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
20449         the parameter matches the prototype.
20450
20451 2007-01-28  Jim Meyering  <jim@meyering.net>
20452
20453         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
20454         sys/time.h here, reverting that part of the previous patch:
20455         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
20456
20457 2007-01-28  Bruno Haible  <bruno@clisp.org>
20458
20459         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
20460         value of $(SYS_TIME_H).
20461         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
20462         remove it conditionally, too. [added by Jim Meyering]
20463         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
20464         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
20465         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
20466         GETTIMEOFDAY_REPLACEMENT to 1.
20467
20468 2007-01-28  Bruno Haible  <bruno@clisp.org>
20469
20470         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
20471         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
20472         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
20473         Set UNISTD_H instead of UNISTD_H2.
20474         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
20475
20476 2007-01-28  Bruno Haible  <bruno@clisp.org>
20477
20478         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
20479         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
20480
20481 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20482
20483         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
20484         (func_create_testdir): Ensure C locale for `grep' and `tr'
20485         character ranges.
20486         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
20487         ACLOCAL_AMFLAGS parsing state machine.
20488
20489 2007-01-27  Bruno Haible  <bruno@clisp.org>
20490
20491         * modules/unistr/base: Update.
20492
20493 2007-01-27  Bruno Haible  <bruno@clisp.org>
20494
20495         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
20496         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
20497         * modules/unistr/u32-mbtouc-unsafe: Renamed from
20498         modules/unistr/u32-mbtouc.
20499         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
20500         * lib/unistr.h: Update.
20501         * lib/linebreak.c: Update.
20502         * modules/unistr/u32-mbtouc: Renamed from
20503         modules/unistr/u32-mbtouc-safe.
20504         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
20505         * lib/unistr.h: Update.
20506         * lib/unistr/u32-to-u8.c: Update.
20507         * lib/unistr/u32-to-u16.c: Update.
20508
20509 2007-01-27  Bruno Haible  <bruno@clisp.org>
20510
20511         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
20512         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
20513         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
20514         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
20515         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
20516         * modules/unistr/u16-mbtouc-unsafe: Renamed from
20517         modules/unistr/u16-mbtouc.
20518         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
20519         * lib/unistr.h: Update.
20520         * lib/linebreak.c: Update.
20521         * modules/linebreak: Update.
20522         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
20523         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
20524         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
20525         * modules/unistr/u16-mbtouc: Renamed from
20526         modules/unistr/u16-mbtouc-safe.
20527         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
20528         * lib/unistr.h: Update.
20529         * lib/unistr/u16-to-u8.c: Update.
20530         * modules/unistr/u16-to-u8: Update.
20531         * lib/unistr/u16-to-u32.c: Update.
20532         * modules/unistr/u16-to-u32: Update.
20533
20534 2007-01-27  Bruno Haible  <bruno@clisp.org>
20535
20536         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
20537         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
20538         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
20539         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
20540         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
20541         * modules/unistr/u8-mbtouc-unsafe: Renamed from
20542         modules/unistr/u8-mbtouc.
20543         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
20544         * lib/unistr.h: Update.
20545         * lib/striconveh.c: Update.
20546         * modules/striconveh: Update.
20547         * lib/linebreak.c: Update.
20548         * modules/linebreak: Update.
20549         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
20550         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
20551         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
20552         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
20553         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
20554         * lib/unistr.h: Update.
20555         * lib/striconveh.c: Update.
20556         * modules/striconveh: Update.
20557         * lib/unistr/u8-to-u16.c: Update.
20558         * modules/unistr/u8-to-u16: Update.
20559         * lib/unistr/u8-to-u32.c: Update.
20560         * modules/unistr/u8-to-u32: Update.
20561
20562 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20563
20564         Sync from Libtool.
20565         * lib/argz.c: Do not include strings.h nor memory.h, include
20566         string.h unconditionally.  Patch by Simon Josefsson.
20567
20568 2007-01-27  Bruno Haible  <bruno@clisp.org>
20569
20570         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
20571         from gl_HEADER_STRING_H_BODY.
20572         (gl_HEADER_STRING_H_BODY): Require it.
20573         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
20574         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
20575         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
20576         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
20577         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
20578         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
20579         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20580         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
20581         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
20582         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
20583         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
20584         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
20585         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
20586         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20587         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
20588
20589 2007-01-27  Bruno Haible  <bruno@clisp.org>
20590
20591         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
20592         check_PROGRAMS into noinst_PROGRAMS.
20593         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
20594         check_PROGRAMS in this case.
20595         (func_import): Set for_test to false.
20596         (func_create_testdir): Set for_test to true.
20597
20598 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
20599             Bruno Haible  <bruno@clisp.org>
20600
20601         * modules/strcasestr (Files): Remove lib/strcasestr.h.
20602         (Depends-on): Add string.
20603         (Includes): Use <string.h> instead of strcasestr.h.
20604         * modules/string (Makefile.am): Also substitute the value of
20605         REPLACE_STRCASESTR.
20606         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
20607         assume strcasestr is declared in <string.h> not <strings.h>. Also
20608         set REPLACE_STRCASESTR.
20609         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
20610         REPLACE_STRCASESTR.
20611         * lib/strcasestr.h: Remove file.
20612         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
20613         * lib/string_.h (strcasestr): New declaration.
20614
20615 2007-01-27  Bruno Haible  <bruno@clisp.org>
20616
20617         * lib/string_.h: Use 'extern'.
20618
20619 2007-01-27  Jim Meyering  <jim@meyering.net>
20620
20621         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
20622         of set-but-not-used local, "q".
20623
20624         * lib/mempcpy.c: Include <config.h> before <string.h>.
20625         This fixes a compilation error on HP-UX, due to the system's
20626         "restrict"-using mempcpy prototype.
20627
20628 2007-01-26  Bruno Haible  <bruno@clisp.org>
20629
20630         Small optimization.
20631         * lib/javacomp.c: Include c-strstr.h.
20632          (is_envjavac_gcj): Use c_strstr instead of strstr.
20633         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
20634
20635 2007-01-26  Bruno Haible  <bruno@clisp.org>
20636
20637         * MODULES.html.sh (Unicode string functions): Add the new modules.
20638
20639         * modules/uniconv/u32-strconv-to-locale: New file.
20640         * lib/uniconv/u32-strconv-to-locale.c: New file.
20641
20642         * modules/uniconv/u16-strconv-to-locale: New file.
20643         * lib/uniconv/u16-strconv-to-locale.c: New file.
20644
20645         * modules/uniconv/u8-strconv-to-locale: New file.
20646         * lib/uniconv/u8-strconv-to-locale.c: New file.
20647
20648         * modules/uniconv/u32-strconv-from-locale: New file.
20649         * lib/uniconv/u32-strconv-from-locale.c: New file.
20650
20651         * modules/uniconv/u16-strconv-from-locale: New file.
20652         * lib/uniconv/u16-strconv-from-locale.c: New file.
20653
20654         * modules/uniconv/u8-strconv-from-locale: New file.
20655         * lib/uniconv/u8-strconv-from-locale.c: New file.
20656
20657         * modules/uniconv/u32-strconv-to-enc: New file.
20658         * lib/uniconv/u32-strconv-to-enc.c: New file.
20659         * modules/uniconv/u32-strconv-to-enc-tests: New file.
20660         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
20661
20662         * modules/uniconv/u16-strconv-to-enc: New file.
20663         * lib/uniconv/u16-strconv-to-enc.c: New file.
20664         * lib/uniconv/u-strconv-to-enc.h: New file.
20665         * modules/uniconv/u16-strconv-to-enc-tests: New file.
20666         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
20667
20668         * modules/uniconv/u8-strconv-to-enc: New file.
20669         * lib/uniconv/u8-strconv-to-enc.c: New file.
20670         * modules/uniconv/u8-strconv-to-enc-tests: New file.
20671         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
20672
20673         * modules/uniconv/u32-strconv-from-enc: New file.
20674         * lib/uniconv/u32-strconv-from-enc.c: New file.
20675         * modules/uniconv/u32-strconv-from-enc-tests: New file.
20676         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
20677
20678         * modules/uniconv/u16-strconv-from-enc: New file.
20679         * lib/uniconv/u16-strconv-from-enc.c: New file.
20680         * modules/uniconv/u16-strconv-from-enc-tests: New file.
20681         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
20682
20683         * modules/uniconv/u8-strconv-from-enc: New file.
20684         * lib/uniconv/u8-strconv-from-enc.c: New file.
20685         * lib/uniconv/u-strconv-from-enc.h: New file.
20686         * modules/uniconv/u8-strconv-from-enc-tests: New file.
20687         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
20688
20689         * modules/uniconv/u32-conv-from-enc: New file.
20690         * lib/uniconv/u32-conv-from-enc.c: New file.
20691         * modules/uniconv/u32-conv-from-enc-tests: New file.
20692         * tests/uniconv/test-u32-conv-from-enc.c: New file.
20693
20694         * modules/uniconv/u16-conv-from-enc: New file.
20695         * lib/uniconv/u16-conv-from-enc.c: New file.
20696         * lib/uniconv/u-conv-from-enc.h: New file.
20697         * modules/uniconv/u16-conv-from-enc-tests: New file.
20698         * tests/uniconv/test-u16-conv-from-enc.c: New file.
20699
20700         * modules/uniconv/u8-conv-from-enc: New file.
20701         * lib/uniconv/u8-conv-from-enc.c: New file.
20702         * modules/uniconv/u8-conv-from-enc-tests: New file.
20703         * tests/uniconv/test-u8-conv-from-enc.c: New file.
20704
20705         * modules/uniconv/base: New file.
20706         * lib/uniconv.h: New file.
20707
20708 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
20709
20710         * doc/gnulib-tool.texi (Initial import): Update to match current
20711         behavior with strdup module.
20712         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
20713         * lib/memmem.h: Remove; all uses removed.  This is now done
20714         by <string.h>.
20715         * lib/mempcpy.h: Likewise.
20716         * lib/memrchr.h: Likewise.
20717         * lib/stpcpy.h: Likewise.
20718         * lib/stpncpy.h: Likewise.
20719         * lib/strcase.h: Likewise.
20720         * lib/strchrnul.h: Likewise.
20721         * lib/strdup.h: Likewise.
20722         * lib/strndup.h: Likewise.
20723         * lib/strnlen.h: Likewise.
20724         * lib/strpbrk.h: Likewise.
20725         * lib/strsep.h: Likewise.
20726         * lib/strstr.h: Likewise.
20727         * lib/strtok_r.h: Likewise.
20728         * lib/string_.h: New file.
20729         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
20730         Rely on <string.h> instead.
20731         * lib/canon-host.c: Likewise.
20732         * lib/chdir-long.c: Likewise.
20733         * lib/concatpath.c: Likewise.
20734         * lib/exclude.c: Likewise.
20735         * lib/fchdir.c: Likewise.
20736         * lib/getaddrinfo.c: Likewise.
20737         * lib/getcwd.c: Likewise.
20738         * lib/getsubopt.c: Likewise.
20739         * lib/glob.c: Likewise.
20740         * lib/hard-locale.c: Likewise.
20741         * lib/iconvme.c: Likewise.
20742         * lib/javacomp.c: Likewise.
20743         * lib/mempcpy.c: Likewise.
20744         * lib/memrchr.c: Likewise.
20745         * lib/regex_internal.h: Likewise.
20746         * lib/stpncpy.c: Likewise.
20747         * lib/strcasecmp.c: Likewise.
20748         * lib/strchrnul.c: Likewise.
20749         * lib/strdup.c: Likewise.
20750         * lib/striconv.c: Likewise.
20751         * lib/striconveh.c: Likewise.
20752         * lib/striconveha.c: Likewise.
20753         * lib/strncasecmp.c: Likewise.
20754         * lib/strndup.c: Likewise.
20755         * lib/strnlen.c: Likewise.
20756         * lib/strsep.c: Likewise.
20757         * lib/strstr.c: Likewise.
20758         * lib/strtok_r.c: Likewise.
20759         * lib/userspec.c: Likewise.
20760         * lib/w32spawn.h: Likewise.
20761         * lib/xstrndup.c: Likewise.
20762         * lib/mountlist.c (strstr): Remove decl.
20763         * m4/string_h.m4: New file.
20764         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
20765         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
20766         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
20767         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
20768         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
20769         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
20770         Set REPLACE_STRCASECMP if necessary.
20771         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
20772         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
20773         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
20774         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
20775         HAVE_DECL_STRDUP if necessary.
20776         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
20777         since gl_FUNC_STRNDUP does that now.
20778         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
20779         Check for decl here...
20780         (gl_PREREQ_STRNLEN): ... not here.
20781         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
20782         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
20783         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
20784         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
20785         necessary.
20786         * modules/string: New file.
20787         * modules/memmem (Files): Remove special-purpose include file.
20788         (Depends-on): Add string.
20789         (Include): Include <string.h>, not the removed file.
20790         * modules/mempcpy: Likewise.
20791         * modules/memrchr: Likewise.
20792         * modules/stpcpy: Likewise.
20793         * modules/stpncpy: Likewise.
20794         * modules/strcase: Likewise.
20795         * modules/strchrnul: Likewise.
20796         * modules/strdup: Likewise.
20797         * modules/strndup: Likewise.
20798         * modules/strnlen: Likewise.
20799         * modules/strpbrk: Likewise.
20800         * modules/strsep: Likewise.
20801         * modules/strstr: Likewise.
20802         * modules/strtok_r: Likewise.
20803         * tests/test-dirname.c: Don't include "strdup.h", since
20804         <string.h> now suffices.
20805         * tests/test-memmem.c: Don't include "memmem.h", since
20806         <string.h> now suffices.
20807
20808 2007-01-25  Bruno Haible  <bruno@clisp.org>
20809
20810         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
20811         *resultp is 0.
20812
20813         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
20814         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
20815         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
20816         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
20817
20818         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
20819         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
20820         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
20821         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
20822         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
20823         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
20824
20825 2007-01-24  Bruno Haible  <bruno@clisp.org>
20826
20827         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
20828         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
20829         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
20830         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
20831         gl_FUNC_FTS_CORE.
20832         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
20833         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
20834         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
20835         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
20836         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
20837         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
20838         gl_FUNC_FCHOWNAT.
20839         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
20840         gl_FUNC_STRFTIME.
20841         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
20842         Reported by Ralf Wildenhues.
20843
20844 2007-01-24  Bruno Haible  <bruno@clisp.org>
20845
20846         Drop AC_REQUIRE calls that are redundant with the module dependencies.
20847         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
20848         gl_GETADDRINFO.
20849         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
20850         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
20851         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
20852
20853 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
20854
20855         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
20856         Don't use 'exit'; just return from 'main'.
20857         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
20858
20859         * lib/fnmatch_.h: Readjust white space and comments to match
20860         glibc, to avoid spurious diffs.
20861
20862 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20863
20864         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
20865         2004-12-01 change by Jakub Jelinek, since this code won't compile
20866         if !LIBC.  Problem reported by Bob Proulx.
20867
20868 2007-01-23  Bruno Haible  <bruno@clisp.org>
20869
20870         * lib/striconveh.c: Include c-strcaseeq.h.
20871         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
20872         * modules/striconveh (Depends-on): Add c-strcaseeq.
20873
20874 2007-01-23  Bruno Haible  <bruno@clisp.org>
20875
20876         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
20877
20878         * modules/c-strcaseeq: New file.
20879         * lib/c-strcaseeq.h: New file.
20880
20881         * modules/streq: New file.
20882         * lib/streq.h: New file.
20883
20884 2007-01-23  Bruno Haible  <bruno@clisp.org>
20885
20886         * modules/striconveha-tests: New file.
20887         * tests/test-striconveha.c: New file.
20888
20889         * lib/striconveha.h: Include <stdbool.h>.
20890         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
20891         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
20892         (mem_iconveha_notranslit): Renamed from mem_iconveha.
20893         (mem_iconveha): New function.
20894         (str_iconveha_notranslit): Renamed from str_iconveha.
20895         (str_iconveha): New function.
20896         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
20897         c-strcase.
20898
20899 2007-01-23  Bruno Haible  <bruno@clisp.org>
20900
20901         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
20902         encodings without forgiving before trying any encoding with handler.
20903         (str_iconveha): Try all encodings without forgiving before trying any
20904         encoding with handler.
20905
20906 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20907
20908         Import the following changes from libc.
20909
20910         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
20911
20912         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
20913
20914         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20915
20916         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
20917         normal_bracket label.
20918
20919         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
20920
20921         [BZ #361]
20922         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
20923         to normal_bracket after fetching the next character.
20924
20925 2007-01-22  Bruno Haible  <bruno@clisp.org>
20926
20927         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
20928         argument.
20929         * lib/striconveh.c (iconv_carefully_1): New function.
20930         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
20931         argument.
20932         (str_cd_iconveh): Update.
20933         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
20934         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
20935         * tests/test-striconveh.c (MAGIC): New macro.
20936         (new_offsets): New function.
20937         (main): Test call with and without offsets.
20938
20939 2007-01-22  Bruno Haible  <bruno@clisp.org>
20940
20941         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
20942         * modules/sys_select (Makefile.am): Likewise.
20943         * modules/sys_socket (Makefile.am): Likewise.
20944         * modules/sys_time (Makefile.am): Likewise.
20945
20946 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
20947
20948         * modules/gettimeofday (License): Change from GPL to LGPL, since
20949         gettimeofday is a library function.
20950
20951 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20952
20953         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
20954
20955 2007-01-21  Bruno Haible  <bruno@clisp.org>
20956
20957         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
20958
20959 2007-01-21  Bruno Haible  <bruno@clisp.org>
20960
20961         * modules/striconveha: New file.
20962         * lib/striconveha.h: New file.
20963         * lib/striconveha.c: New file.
20964         * MODULES.html.sh (Internationalization functions): Add striconveha.
20965         * lib/striconv.c (str_iconv): Optimize the case of an empty input
20966         string.
20967         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
20968
20969 2007-01-21  Bruno Haible  <bruno@clisp.org>
20970
20971         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
20972         * lib/striconveh.c (str_iconveh): Likewise.
20973
20974 2007-01-21  Bruno Haible  <bruno@clisp.org>
20975
20976         * lib/striconveh.h (mem_iconveh): New declaration.
20977         * lib/striconveh.c (mem_iconveh): New function.
20978         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
20979
20980 2007-01-21  Bruno Haible  <bruno@clisp.org>
20981
20982         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
20983
20984         * lib/striconveh.h (mem_cd_iconveh): Change specification.
20985         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
20986         original result buffer.
20987         (str_cd_iconveh): Update.
20988         * tests/test-striconveh.c (main): Update.
20989
20990         * lib/striconv.h (mem_cd_iconv): Change specification.
20991         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
20992         result buffer.
20993         (str_cd_iconv): Update.
20994         * tests/test-striconv.c (main): Update.
20995
20996 2007-01-21  Bruno Haible  <bruno@clisp.org>
20997
20998         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
20999
21000 2007-01-20  Jim Meyering  <jim@meyering.net>
21001
21002         * lib/userspec.c (parse_with_separator): If a user or group string
21003         starts with "+", skip the corresponding name-to-ID look-up, since
21004         such a look-up must fail: user and group names may not include "+".
21005
21006 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21007
21008         * lib/poll.c: Include sys/time.h and time.h unconditionally,
21009         since we now assume the sys_time module.
21010         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
21011         check for sys/time.h; no longer needed.
21012         * modules/poll (Depends-on): Depend on sys_time.
21013
21014 2007-01-18  Bruno Haible  <bruno@clisp.org>
21015
21016         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
21017         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
21018
21019         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
21020         gettimeofday.
21021
21022         * tests/test-gettimeofday.c: Include <time.h>.
21023         (dummy): Remove variable.
21024
21025         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
21026         gl_HEADER_SYS_TIME_H.
21027         (gl_HEADER_SYS_TIME_H): New macro.
21028
21029         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
21030         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21031         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
21032         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
21033         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21034         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
21035         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
21036         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21037         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
21038         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
21039         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21040
21041         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
21042         last change; it caused a compilation error when cross-compiling to
21043         Cygwin.
21044
21045 2007-01-18  Jim Meyering  <jim@meyering.net>
21046
21047         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
21048         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
21049         than the race-prone "test -d sys || mkdir sys".
21050         (configure.ac): Use AC_PROG_MKDIR_P.
21051         * modules/sys_select: Likewise.
21052         * modules/sys_socket: Likewise.
21053         * modules/sys_time: Likewise.
21054
21055 2007-01-18  Eric Blake  <ebb9@byu.net>
21056
21057         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
21058         replace gettimeofday.
21059         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
21060         name, to avoid infinite recursion.
21061
21062 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
21063
21064         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
21065         module sys_time.
21066         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
21067         assume timespec.h defines struct timeval.
21068         * lib/settime.c: Likewise.
21069         * lib/utimens.c: Likewise.
21070         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
21071         since we now assume the gettimeofday module.
21072         * lib/tempname.c (__gen_tempname): Likewise.
21073         * lib/gettimeofday.h: Remove.
21074         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
21075         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
21076         Include <time.h>, for 'time()'.
21077         (localtime_buffer_addr): Also use this workaround if
21078         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
21079         to simplify the uses.  All uses changed.
21080         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
21081         that #undef is inside {}, and 'const' follows type name consistently.
21082         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
21083         (gettimeofday): Do not use the maximum possible value for
21084         tv->tv_usec, since that might break usages other than ls.c.
21085         Instead, we'll leave ls.c alone.  This undoes today's patch
21086         by Bruno.  Add a compile-time warning for 1s-clock resolution;
21087         we've never observed the problem but might as well keep the
21088         canary.
21089         * lib/nanosleep.c: Include timespec.h first, for interface check.
21090         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
21091         now assume the sys_time module.
21092         * lib/tempname.c: Likewise.
21093         * lib/timespec.h: Likewise.
21094         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
21095         needed.
21096         * lib/strftime.c: Likewise.
21097         * lib/timespec.h: Likewise.
21098         * lib/posixtm.c: Include posixtm.h first, for interface check.
21099         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
21100         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
21101         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
21102         * lib/sys_time_.h: New file.
21103         * lib/timespec.h (struct timespec): Use long int, not long.
21104         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
21105         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
21106         Remove obsolescent call to AC_HEADER_TIME.
21107         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
21108         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
21109         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
21110         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
21111         Likewise.
21112         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
21113         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
21114         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
21115         into the sys_time module.  Check for gettimeofday just once.
21116         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
21117         for gettimeofday signature to just check the signature.  Merely
21118         compile it, since linking doesn't test signature.  Improve test for
21119         whether gettimeofday.o is actually needed.
21120         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
21121         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
21122         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
21123         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21124         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
21125         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
21126         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
21127         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
21128         than worrying about sys/time.h.
21129         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
21130         Don't bother worrying about TIME_WITH_SYS_TIME.
21131         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
21132         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
21133         * m4/sys_time_h.m4: New file.
21134         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
21135         Don't include sys/time.h.  Return from main rather than exiting.
21136         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
21137         all uses changed.
21138         * modules/gethrxtime (Depends-on): Add sys_time.
21139         * modules/gettime (Depends-on): Likewise.
21140         * modules/gettimeofday (Depends-on): Likewise.
21141         * modules/nanosleep (Depends-on): Likewise.
21142         * modules/settime (Depends-on): Likewise.
21143         * modules/tempname (Depends-on): Likewise.
21144         * modules/utimens (Depends-on): Likewise.
21145         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
21146         (Include:) Change back to <sys/time.h>.
21147         (Maintainer:) Add self.
21148         * modules/sys_time: New file.
21149         * modules/tempname (Depends-on): Add gettimeofday.
21150         * tests/test-gettimeofday.c: Include <sys/time.h>
21151         rather than gettimeofday.h.
21152
21153 2007-01-17  Bruno Haible  <bruno@clisp.org>
21154
21155         * gnulib-tool (func_get_license): Revert last patch. Instead, let
21156         the license default to GPL.
21157         (func_create_testdir): Don't complain if a module is LGPL and its
21158         tests module depends on GPLed modules.
21159
21160 2007-01-17  Bruno Haible  <bruno@clisp.org>
21161
21162         * lib/gettimeofday.c (gettimeofday): Add code for the case
21163         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
21164         maximum possible value for tv->tv_usec, rather than the minimum one.
21165
21166 2005-10-08  Martin Lambers  <marlam@marlam.de>
21167 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
21168 2007-01-16  Bruno Haible  <bruno@clisp.org>
21169
21170         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
21171         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
21172         gl_FUNC_GETTIMEOFDAY.
21173         (Include): Add gettimeofday.h.
21174         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
21175         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
21176         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
21177         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
21178         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
21179         * lib/gettimeofday.h: New file.
21180         * lib/gettimeofday.c: Include <sys/timeb.h>.
21181         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
21182         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21183         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
21184         fall back on time().
21185
21186         * tests/test-gettimeofday.c: New file.
21187         * modules/gettimeofday-tests: New file.
21188
21189 2007-01-16  Eric Blake  <ebb9@byu.net>
21190
21191         * modules/fnmatch (Depends-on): Depend on wchar.
21192         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
21193         * m4/fnmatch.m4: Likewise.
21194         * modules/mbchar (Makefile.am): Assume <wchar.h>.
21195         * m4/mbchar.m4: Likewise.
21196         * modules/mbswidth (Depends-on): Depend on wchar.
21197         * lib/mbswidth.c: Assume <wchar.h>.
21198         * m4/mbswidth.m4: Likewise.
21199         * modules/quotearg (Depends-on): Depend on wchar.
21200         * lib/quotearg.c: Assume <wchar.h>.
21201         * m4/quotearg.m4: Likewise.
21202         * modules/regex (Depends-on): Depend on wchar.
21203         * lib/regex_internal.h: Assume <wchar.h>.
21204         * m4/regex.m4: Likewise.
21205         * modules/stdint (Depends-on): Depend on wchar.
21206         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
21207         * m4/stdint.m4: Likewise.
21208         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
21209         * modules/strftime (Depends-on): Depend on wchar.
21210         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
21211         * modules/strtol (Depends-on): Depend on wchar.
21212         * lib/strtol.c: Assume <wchar.h>.
21213         * modules/wcwidth (Depends-on): Depend on wchar.
21214         * lib/wcwidth.h: Assume <wchar.h>.
21215         * m4/wcwidth.m4: Likewise.
21216
21217 2007-01-16  Bruno Haible  <bruno@clisp.org>
21218
21219         * modules/csharpexec-script: New, created from...
21220         * modules/csharpexec: ... this.
21221
21222 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
21223
21224         * modules/javaexec-script: New, created from...
21225         * modules/javaexec: ... this.
21226
21227 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21228
21229         * modules/poll (Dependencies): Add sys_select.
21230
21231 2007-01-15  Jim Meyering  <jim@meyering.net>
21232
21233         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
21234         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
21235         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
21236         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
21237
21238 2007-01-15  Bruno Haible  <bruno@clisp.org>
21239
21240         * modules/striconveh: New file.
21241         * lib/striconveh.h: New file.
21242         * lib/striconveh.c: New file.
21243         * MODULES.html.sh (Internationalization functions): Add striconveh.
21244
21245         * modules/striconveh-tests: New file.
21246         * tests/test-striconveh.c: New file.
21247
21248 2007-01-15  Bruno Haible  <bruno@clisp.org>
21249
21250         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
21251         not from GNU libiconv or GNU libc.
21252
21253 2007-01-15  Bruno Haible  <bruno@clisp.org>
21254
21255         * doc/gnulib-intro.texi (Copyright): Explain the different license
21256         terms for module descriptions, autoconf macros, tests, documentation.
21257
21258 2007-01-14  Bruno Haible  <bruno@clisp.org>
21259
21260         * modules/striconv-tests: New file.
21261         * tests/test-striconv.c: New file.
21262
21263 2007-01-14  Bruno Haible  <bruno@clisp.org>
21264
21265         * modules/iconv-tests: New file.
21266         * tests/test-iconv.c: New file.
21267
21268 2007-01-14  Bruno Haible  <bruno@clisp.org>
21269
21270         * gnulib-tool (func_get_license): For test modules, use the license of
21271         the main module.
21272
21273 2007-01-14  Bruno Haible  <bruno@clisp.org>
21274
21275         * modules/iconv (Include): Clarify that <iconv.h> can only be included
21276         if iconv is found to exist.
21277
21278 2007-01-14  Bruno Haible  <bruno@clisp.org>
21279
21280         * modules/c-ctype-tests: New file.
21281         * tests/test-c-ctype.c: New file.
21282
21283 2007-01-14  Bruno Haible  <bruno@clisp.org>
21284
21285         * modules/binary-io-tests: New file.
21286         * tests/test-binary-io.sh: New file.
21287         * tests/test-binary-io.c: New file.
21288
21289 2007-01-14  Bruno Haible  <bruno@clisp.org>
21290
21291         * modules/array-oset-tests: New file.
21292         * tests/test-array_oset.c: New file.
21293
21294 2007-01-14  Bruno Haible  <bruno@clisp.org>
21295
21296         * modules/array-list-tests: New file.
21297         * tests/test-array_list.c: New file.
21298
21299 2007-01-14  Bruno Haible  <bruno@clisp.org>
21300
21301         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
21302         and make.
21303         Reported by Simon Josefsson in
21304         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
21305
21306 2007-01-14  Bruno Haible  <bruno@clisp.org>
21307
21308         * modules/allocsa-tests: New file.
21309         * tests/test-allocsa.c: New file.
21310
21311 2007-01-14  Bruno Haible  <bruno@clisp.org>
21312
21313         * modules/fchdir (Depends-on): Add absolute-header.
21314         * modules/unistd (Depends-on): Likewise.
21315
21316 2006-12-30  Bruno Haible  <bruno@clisp.org>
21317
21318         * modules/fchdir: New file.
21319         * modules/unistd (Files): Add lib/unistd_.h.
21320         (Makefile.am): Generate unistd.h from unistd_.h.
21321         * lib/fchdir.c: New file.
21322         * lib/dirent_.h: New file.
21323         * lib/unistd_.h: New file.
21324         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
21325         * m4/fchdir.m4: New file.
21326         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
21327         (gl_HEADER_UNISTD): Invoke it.
21328         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
21329         function.
21330         * lib/backupfile.c (opendir, closedir): Undefine.
21331         * lib/chown.c (open, close): Undefine.
21332         * lib/clean-temp.c (open, close): Undefine.
21333         * lib/copy-file.c (open, close): Undefine.
21334         * lib/execute.c (open, close): Undefine.
21335         * lib/fsusage.c (open, close): Undefine.
21336         * lib/gc-gnulib.c (open, close): Undefine.
21337         * lib/getcwd.c (opendir, closedir): Undefine.
21338         * lib/glob.c (opendir, closedir): Undefine.
21339         * lib/javacomp.c (open, close): Undefine.
21340         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
21341         * lib/openat-proc.c (open, close): Undefine.
21342         * lib/pagealign_alloc.c (open, close): Undefine.
21343         * lib/pipe.c (open, close): Undefine.
21344         * lib/progreloc.c (open, close): Undefine.
21345         * lib/savedir.c (opendir, closedir): Undefine.
21346         * lib/utime.c (open, close): Undefine.
21347         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
21348
21349 2007-01-10  Bruno Haible  <bruno@clisp.org>
21350
21351         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
21352
21353 2007-01-12  Eric Blake  <ebb9@byu.net>
21354
21355         Provide a robust <wchar.h>.  Further simplifications are now
21356         possible in other modules, but not included here.
21357         * modules/wchar: New module.
21358         * m4/wchar.m4: New file.
21359         * lib/wchar_.h: Likewise.
21360         * modules/mbchar (Depends-on): Depend on wchar, as the first use
21361         of the new module.
21362         * MODULES.html.sh (Extended multibyte and wide character utilities):
21363         New section.
21364
21365 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
21366
21367         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
21368         to a reasonable default for memory allocation.
21369         (xreadlink): Don't allocate a huge buffer, to work around a buggy
21370         file system that reports garbage st_size values for symlinks.
21371         Problem reported by Liyang Hu.
21372
21373 2007-01-11  Simon Josefsson  <simon@josefsson.org>
21374
21375         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
21376         Emacs .#* auto-save files).
21377
21378 2007-01-11  Bruno Haible  <bruno@clisp.org>
21379
21380         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
21381         directory.
21382
21383 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21384
21385         Use @...@ consistently in lib/wctype_.h.
21386         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
21387         on it being set to 1 or 0.
21388         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
21389         go back to AC_SUBSTing it.
21390         * modules/wctype (Makefile.am): Undo previous change.
21391
21392 2007-01-10  Eric Blake  <ebb9@byu.net>
21393
21394         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
21395         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
21396         * modules/wctype (Makefile.am): Likewise.
21397         Reported by Chris McGuire.
21398
21399 2007-01-10  Jim Meyering  <jim@meyering.net>
21400
21401         fts.c: a small readability/maintainability improvement
21402         * lib/fts.c (fts_read): Make this code slightly more readable and
21403         maintainable by hoisting the "sp->fts_cur = p" assignments to
21404         immediately follow the statements that set P.  Derived from
21405         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
21406
21407 2007-01-10  Eric Blake  <ebb9@byu.net>
21408
21409         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
21410         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
21411         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
21412         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
21413         Reported by Chris McGuire.
21414
21415 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21416
21417         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
21418         in sed script.
21419
21420 2007-01-09  Bruno Haible  <bruno@clisp.org>
21421
21422         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
21423         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
21424         variables.
21425         (func_module): Use them.
21426
21427 2007-01-09  Bruno Haible  <bruno@clisp.org>
21428
21429         * modules/unistr/base: New file.
21430         * lib/unistr.h: New file.
21431
21432         * modules/unistr/u8-to-u16: New file.
21433         * lib/unistr/u8-to-u16.c: New file.
21434
21435         * modules/unistr/u8-to-u32: New file.
21436         * lib/unistr/u8-to-u32.c: New file.
21437
21438         * modules/unistr/u16-to-u8: New file.
21439         * lib/unistr/u16-to-u8.c: New file.
21440
21441         * modules/unistr/u16-to-u32: New file.
21442         * lib/unistr/u16-to-u32.c: New file.
21443
21444         * modules/unistr/u32-to-u8: New file.
21445         * lib/unistr/u32-to-u8.c: New file.
21446
21447         * modules/unistr/u32-to-u16: New file.
21448         * lib/unistr/u32-to-u16.c: New file.
21449
21450         * modules/unistr/u8-check: New file.
21451         * modules/unistr/u16-check: New file.
21452         * modules/unistr/u32-check: New file.
21453         * lib/unistr/u8-check.c: New file.
21454         * lib/unistr/u16-check.c: New file.
21455         * lib/unistr/u32-check.c: New file.
21456
21457         * modules/unistr/u8-chr: New file.
21458         * modules/unistr/u16-chr: New file.
21459         * modules/unistr/u32-chr: New file.
21460         * lib/unistr/u8-chr.c: New file.
21461         * lib/unistr/u16-chr.c: New file.
21462         * lib/unistr/u32-chr.c: New file.
21463
21464         * modules/unistr/u8-cmp: New file.
21465         * modules/unistr/u16-cmp: New file.
21466         * modules/unistr/u32-cmp: New file.
21467         * lib/unistr/u8-cmp.c: New file.
21468         * lib/unistr/u16-cmp.c: New file.
21469         * lib/unistr/u32-cmp.c: New file.
21470
21471         * modules/unistr/u8-cpy: New file.
21472         * modules/unistr/u16-cpy: New file.
21473         * modules/unistr/u32-cpy: New file.
21474         * lib/unistr/u8-cpy.c: New file.
21475         * lib/unistr/u16-cpy.c: New file.
21476         * lib/unistr/u32-cpy.c: New file.
21477         * lib/unistr/u-cpy.h: New file.
21478
21479         * modules/unistr/u8-cpy-alloc: New file.
21480         * modules/unistr/u16-cpy-alloc: New file.
21481         * modules/unistr/u32-cpy-alloc: New file.
21482         * lib/unistr/u8-cpy-alloc.c: New file.
21483         * lib/unistr/u16-cpy-alloc.c: New file.
21484         * lib/unistr/u32-cpy-alloc.c: New file.
21485         * lib/unistr/u-cpy-alloc.h: New file.
21486
21487         * modules/unistr/u8-endswith: New file.
21488         * modules/unistr/u16-endswith: New file.
21489         * modules/unistr/u32-endswith: New file.
21490         * lib/unistr/u8-endswith.c: New file.
21491         * lib/unistr/u16-endswith.c: New file.
21492         * lib/unistr/u32-endswith.c: New file.
21493         * lib/unistr/u-endswith.h: New file.
21494
21495         * modules/unistr/u8-mblen: New file.
21496         * modules/unistr/u16-mblen: New file.
21497         * modules/unistr/u32-mblen: New file.
21498         * lib/unistr/u8-mblen.c: New file.
21499         * lib/unistr/u16-mblen.c: New file.
21500         * lib/unistr/u32-mblen.c: New file.
21501
21502         * modules/unistr/u8-mbtouc: New file.
21503         * modules/unistr/u16-mbtouc: New file.
21504         * modules/unistr/u32-mbtouc: New file.
21505         * lib/unistr/u8-mbtouc.c: New file.
21506         * lib/unistr/u16-mbtouc.c: New file.
21507         * lib/unistr/u32-mbtouc.c: New file.
21508
21509         * modules/unistr/u8-mbtouc-safe: New file.
21510         * modules/unistr/u16-mbtouc-safe: New file.
21511         * modules/unistr/u32-mbtouc-safe: New file.
21512         * lib/unistr/u8-mbtouc-safe.c: New file.
21513         * lib/unistr/u16-mbtouc-safe.c: New file.
21514         * lib/unistr/u32-mbtouc-safe.c: New file.
21515
21516         * modules/unistr/u8-move: New file.
21517         * modules/unistr/u16-move: New file.
21518         * modules/unistr/u32-move: New file.
21519         * lib/unistr/u8-move.c: New file.
21520         * lib/unistr/u16-move.c: New file.
21521         * lib/unistr/u32-move.c: New file.
21522         * lib/unistr/u-move.h: New file.
21523
21524         * modules/unistr/u8-next: New file.
21525         * modules/unistr/u16-next: New file.
21526         * modules/unistr/u32-next: New file.
21527         * lib/unistr/u8-next.c: New file.
21528         * lib/unistr/u16-next.c: New file.
21529         * lib/unistr/u32-next.c: New file.
21530
21531         * modules/unistr/u8-prev: New file.
21532         * modules/unistr/u16-prev: New file.
21533         * modules/unistr/u32-prev: New file.
21534         * lib/unistr/u8-prev.c: New file.
21535         * lib/unistr/u16-prev.c: New file.
21536         * lib/unistr/u32-prev.c: New file.
21537
21538         * modules/unistr/u8-set: New file.
21539         * modules/unistr/u16-set: New file.
21540         * modules/unistr/u32-set: New file.
21541         * lib/unistr/u8-set.c: New file.
21542         * lib/unistr/u16-set.c: New file.
21543         * lib/unistr/u32-set.c: New file.
21544         * lib/unistr/u-set.h: New file.
21545
21546         * modules/unistr/u8-startswith: New file.
21547         * modules/unistr/u16-startswith: New file.
21548         * modules/unistr/u32-startswith: New file.
21549         * lib/unistr/u8-startswith.c: New file.
21550         * lib/unistr/u16-startswith.c: New file.
21551         * lib/unistr/u32-startswith.c: New file.
21552         * lib/unistr/u-startswith.h: New file.
21553
21554         * modules/unistr/u8-stpcpy: New file.
21555         * modules/unistr/u16-stpcpy: New file.
21556         * modules/unistr/u32-stpcpy: New file.
21557         * lib/unistr/u8-stpcpy.c: New file.
21558         * lib/unistr/u16-stpcpy.c: New file.
21559         * lib/unistr/u32-stpcpy.c: New file.
21560         * lib/unistr/u-stpcpy.h: New file.
21561
21562         * modules/unistr/u8-stpncpy: New file.
21563         * modules/unistr/u16-stpncpy: New file.
21564         * modules/unistr/u32-stpncpy: New file.
21565         * lib/unistr/u8-stpncpy.c: New file.
21566         * lib/unistr/u16-stpncpy.c: New file.
21567         * lib/unistr/u32-stpncpy.c: New file.
21568         * lib/unistr/u-stpncpy.h: New file.
21569
21570         * modules/unistr/u8-strcat: New file.
21571         * modules/unistr/u16-strcat: New file.
21572         * modules/unistr/u32-strcat: New file.
21573         * lib/unistr/u8-strcat.c: New file.
21574         * lib/unistr/u16-strcat.c: New file.
21575         * lib/unistr/u32-strcat.c: New file.
21576         * lib/unistr/u-strcat.h: New file.
21577
21578         * modules/unistr/u8-strchr: New file.
21579         * modules/unistr/u16-strchr: New file.
21580         * modules/unistr/u32-strchr: New file.
21581         * lib/unistr/u8-strchr.c: New file.
21582         * lib/unistr/u16-strchr.c: New file.
21583         * lib/unistr/u32-strchr.c: New file.
21584
21585         * modules/unistr/u8-strcmp: New file.
21586         * modules/unistr/u16-strcmp: New file.
21587         * modules/unistr/u32-strcmp: New file.
21588         * lib/unistr/u8-strcmp.c: New file.
21589         * lib/unistr/u16-strcmp.c: New file.
21590         * lib/unistr/u32-strcmp.c: New file.
21591
21592         * modules/unistr/u8-strcpy: New file.
21593         * modules/unistr/u16-strcpy: New file.
21594         * modules/unistr/u32-strcpy: New file.
21595         * lib/unistr/u8-strcpy.c: New file.
21596         * lib/unistr/u16-strcpy.c: New file.
21597         * lib/unistr/u32-strcpy.c: New file.
21598         * lib/unistr/u-strcpy.h: New file.
21599
21600         * modules/unistr/u8-strcspn: New file.
21601         * modules/unistr/u16-strcspn: New file.
21602         * modules/unistr/u32-strcspn: New file.
21603         * lib/unistr/u8-strcspn.c: New file.
21604         * lib/unistr/u16-strcspn.c: New file.
21605         * lib/unistr/u32-strcspn.c: New file.
21606         * lib/unistr/u-strcspn.h: New file.
21607
21608         * modules/unistr/u8-strdup: New file.
21609         * modules/unistr/u16-strdup: New file.
21610         * modules/unistr/u32-strdup: New file.
21611         * lib/unistr/u8-strdup.c: New file.
21612         * lib/unistr/u16-strdup.c: New file.
21613         * lib/unistr/u32-strdup.c: New file.
21614         * lib/unistr/u-strdup.h: New file.
21615
21616         * modules/unistr/u8-strlen: New file.
21617         * modules/unistr/u16-strlen: New file.
21618         * modules/unistr/u32-strlen: New file.
21619         * lib/unistr/u8-strlen.c: New file.
21620         * lib/unistr/u16-strlen.c: New file.
21621         * lib/unistr/u32-strlen.c: New file.
21622         * lib/unistr/u-strlen.h: New file.
21623
21624         * modules/unistr/u8-strmblen: New file.
21625         * modules/unistr/u16-strmblen: New file.
21626         * modules/unistr/u32-strmblen: New file.
21627         * lib/unistr/u8-strmblen.c: New file.
21628         * lib/unistr/u16-strmblen.c: New file.
21629         * lib/unistr/u32-strmblen.c: New file.
21630
21631         * modules/unistr/u8-strmbtouc: New file.
21632         * modules/unistr/u16-strmbtouc: New file.
21633         * modules/unistr/u32-strmbtouc: New file.
21634         * lib/unistr/u8-strmbtouc.c: New file.
21635         * lib/unistr/u16-strmbtouc.c: New file.
21636         * lib/unistr/u32-strmbtouc.c: New file.
21637
21638         * modules/unistr/u8-strncat: New file.
21639         * modules/unistr/u16-strncat: New file.
21640         * modules/unistr/u32-strncat: New file.
21641         * lib/unistr/u8-strncat.c: New file.
21642         * lib/unistr/u16-strncat.c: New file.
21643         * lib/unistr/u32-strncat.c: New file.
21644         * lib/unistr/u-strncat.h: New file.
21645
21646         * modules/unistr/u8-strncmp: New file.
21647         * modules/unistr/u16-strncmp: New file.
21648         * modules/unistr/u32-strncmp: New file.
21649         * lib/unistr/u8-strncmp.c: New file.
21650         * lib/unistr/u16-strncmp.c: New file.
21651         * lib/unistr/u32-strncmp.c: New file.
21652
21653         * modules/unistr/u8-strncpy: New file.
21654         * modules/unistr/u16-strncpy: New file.
21655         * modules/unistr/u32-strncpy: New file.
21656         * lib/unistr/u8-strncpy.c: New file.
21657         * lib/unistr/u16-strncpy.c: New file.
21658         * lib/unistr/u32-strncpy.c: New file.
21659         * lib/unistr/u-strncpy.h: New file.
21660
21661         * modules/unistr/u8-strnlen: New file.
21662         * modules/unistr/u16-strnlen: New file.
21663         * modules/unistr/u32-strnlen: New file.
21664         * lib/unistr/u8-strnlen.c: New file.
21665         * lib/unistr/u16-strnlen.c: New file.
21666         * lib/unistr/u32-strnlen.c: New file.
21667         * lib/unistr/u-strnlen.h: New file.
21668
21669         * modules/unistr/u8-strpbrk: New file.
21670         * modules/unistr/u16-strpbrk: New file.
21671         * modules/unistr/u32-strpbrk: New file.
21672         * lib/unistr/u8-strpbrk.c: New file.
21673         * lib/unistr/u16-strpbrk.c: New file.
21674         * lib/unistr/u32-strpbrk.c: New file.
21675         * lib/unistr/u-strpbrk.h: New file.
21676
21677         * modules/unistr/u8-strrchr: New file.
21678         * modules/unistr/u16-strrchr: New file.
21679         * modules/unistr/u32-strrchr: New file.
21680         * lib/unistr/u8-strrchr.c: New file.
21681         * lib/unistr/u16-strrchr.c: New file.
21682         * lib/unistr/u32-strrchr.c: New file.
21683
21684         * modules/unistr/u8-strspn: New file.
21685         * modules/unistr/u16-strspn: New file.
21686         * modules/unistr/u32-strspn: New file.
21687         * lib/unistr/u8-strspn.c: New file.
21688         * lib/unistr/u16-strspn.c: New file.
21689         * lib/unistr/u32-strspn.c: New file.
21690         * lib/unistr/u-strspn.h: New file.
21691
21692         * modules/unistr/u8-strstr: New file.
21693         * modules/unistr/u16-strstr: New file.
21694         * modules/unistr/u32-strstr: New file.
21695         * lib/unistr/u8-strstr.c: New file.
21696         * lib/unistr/u16-strstr.c: New file.
21697         * lib/unistr/u32-strstr.c: New file.
21698         * lib/unistr/u-strstr.h: New file.
21699
21700         * modules/unistr/u8-strtok: New file.
21701         * modules/unistr/u16-strtok: New file.
21702         * modules/unistr/u32-strtok: New file.
21703         * lib/unistr/u8-strtok.c: New file.
21704         * lib/unistr/u16-strtok.c: New file.
21705         * lib/unistr/u32-strtok.c: New file.
21706         * lib/unistr/u-strtok.h: New file.
21707
21708         * modules/unistr/u8-uctomb: New file.
21709         * modules/unistr/u16-uctomb: New file.
21710         * modules/unistr/u32-uctomb: New file.
21711         * lib/unistr/u8-uctomb.c: New file.
21712         * lib/unistr/u16-uctomb.c: New file.
21713         * lib/unistr/u32-uctomb.c: New file.
21714
21715         * MODULES.html.sh (Unicode string functions): Add the new modules.
21716
21717 2007-01-08  Bruno Haible  <bruno@clisp.org>
21718
21719         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
21720         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
21721         subdirectories.
21722
21723 2007-01-08  Karl Berry  <karl@gnu.org>
21724
21725         * doc/error.texi: mention that main() fns must set program_name
21726         when progname is used.
21727
21728 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
21729
21730         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
21731         WCTYPE_H is empty, for the benefit of builds from non-distclean
21732         directories.  Problem reported by Eric Blake in
21733         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
21734
21735 2007-01-08  Bruno Haible  <bruno@clisp.org>
21736
21737         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
21738         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
21739         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
21740         PROVIDE_CANONICALIZE_FILENAME_MODE.
21741         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
21742
21743 2007-01-08  Bruno Haible  <bruno@clisp.org>
21744
21745         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
21746         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
21747         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
21748         * lib/fts.c: Likewise.
21749         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
21750
21751 2006-12-25  Bruno Haible  <bruno@clisp.org>
21752
21753         * modules/utf8-ucs4-safe: New file.
21754         * lib/utf8-ucs4-safe.h: New file.
21755         * lib/unistr/utf8-ucs4-safe.c: New file.
21756
21757         * modules/utf16-ucs4-safe: New file.
21758         * lib/utf16-ucs4-safe.h: New file.
21759         * lib/unistr/utf16-ucs4-safe.c: New file.
21760
21761         * MODULES.html.sh (Unicode string functions): Add the new modules.
21762
21763 2007-01-08  Bruno Haible  <bruno@clisp.org>
21764
21765         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
21766         (Depends-on): Add unitypes.
21767         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
21768         (u8_mbtouc_aux): Move out to separate file.
21769         (u8_mbtouc): Use ucs4_t, uint8_t types.
21770         * lib/unistr/utf8-ucs4.c: New file.
21771
21772         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
21773         (Depends-on): Add unitypes.
21774         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
21775         (u16_mbtouc_aux): Move out to separate file.
21776         (u16_mbtouc): Use ucs4_t, uint16_t types.
21777         * lib/unistr/utf16-ucs4.c: New file.
21778
21779         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
21780         (Depends-on): Add unitypes.
21781         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
21782         (u8_uctomb_aux): Move out to separate file.
21783         (u8_uctomb): Use ucs4_t, uint8_t types.
21784         * lib/unistr/ucs4-utf8.c: New file.
21785
21786         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
21787         (Depends-on): Add unitypes.
21788         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
21789         (u16_uctomb_aux): Move out to separate file.
21790         (u16_uctomb): Use ucs4_t, uint16_t types.
21791         * lib/unistr/ucs4-utf16.c: New file.
21792
21793 2006-12-25  Bruno Haible  <bruno@clisp.org>
21794
21795         * modules/unitypes: New file.
21796         * lib/unitypes.h: New file.
21797         * MODULES.html.sh (func_all_modules): New section "Unicode string
21798         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
21799         this section. Add unitypes.
21800
21801 2007-01-08  Bruno Haible  <bruno@clisp.org>
21802
21803         Avoid variable names that conflict with those from libtool.
21804         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
21805         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
21806         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
21807         library_names_spec to acl_library_names_spec, hardcode_* to
21808         acl_hardcode_*.
21809         Reported by Ralf Wildenhues.
21810
21811 2007-01-08  Bruno Haible  <bruno@clisp.org>
21812
21813         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
21814         definition.
21815         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
21816         definition.
21817         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
21818         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
21819         definition.
21820         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
21821         definition.
21822         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
21823         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
21824         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
21825         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
21826         definition.
21827         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
21828         definition.
21829         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
21830         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
21831         GC_USE_<algorithm>.
21832         * lib/gc-libgcrypt.c: Likewise.
21833         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
21834         * modules/gc-arctwo (configure.ac): Likewise.
21835         * modules/gc-des (configure.ac): Likewise.
21836         * modules/gc-hmac-md5 (configure.ac): Likewise.
21837         * modules/gc-hmac-sha1 (configure.ac): Likewise.
21838         * modules/gc-md2 (configure.ac): Likewise.
21839         * modules/gc-md4 (configure.ac): Likewise.
21840         * modules/gc-md5 (configure.ac): Likewise.
21841         * modules/gc-random (configure.ac): Likewise.
21842         * modules/gc-rijndael (configure.ac): Likewise.
21843         * modules/gc-sha1 (configure.ac): Likewise.
21844
21845 2007-01-08  Bruno Haible  <bruno@clisp.org>
21846
21847         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
21848         macro definition.
21849         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
21850         definition.
21851         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
21852         definition.
21853         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
21854         * modules/fcntl-safer (configure.ac): Likewise.
21855         * modules/fopen-safer (configure.ac): Likewise.
21856         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
21857         GNULIB_FWRITEERROR macro definition.
21858
21859 2007-01-08  Bruno Haible  <bruno@clisp.org>
21860
21861         * m4/gnulib-common.m4: New file.
21862         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
21863         (func_get_filelist): Add m4/gnulib-common.m4.
21864
21865 2007-01-08  Bruno Haible  <bruno@clisp.org>
21866
21867         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
21868         command.
21869
21870 2007-01-08  Jim Meyering  <jim@meyering.net>
21871
21872         Use a more robust test for a "can't happen" condition.
21873         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
21874         narrowed the st_size value.  Presuming the "can't happen" condition
21875         is true, that narrowing could conceivably convert an invalid st_size
21876         value into a valid one.  Instead, use a change based on Matthew
21877         Woehlke's original patch.
21878
21879         Slight readability improvement: use an assert-like macro
21880         in place of literal "abort ()" uses.
21881         * lib/fts.c (fts_assert): Define.
21882         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
21883         Use this macro instead of a bare 'abort'.
21884
21885 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
21886
21887         Don't worry about using IRIX 5.3's wctype.h broken definitions;
21888         simply work around them.
21889         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
21890         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
21891         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
21892         declaring.
21893         Don't bother to define as macros, since the standard doesn't require it.
21894         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
21895         longer worry about IRIX 5.3.
21896         (HAVE_WCTYPE_CTMP_BUG): Remove.
21897
21898 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21899
21900         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
21901         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
21902         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
21903         Problems reported by Georg Schwarz for IRIX 5.3.
21904
21905         * gnulib-tool (autoconf_minversion): Take the maximum version number
21906         found, not the minimum.  Problem reported by James Youngman.
21907
21908 2007-01-03  Karl Berry  <karl@gnu.org>
21909
21910         * doc/error.texi: new file, explaining interaction with progname.
21911         * doc/gnulib.texi: include it.  Update copyright.
21912
21913 2007-01-03  Simon Josefsson  <simon@josefsson.org>
21914
21915         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
21916         AC_CANONICAL_HOST, to improve autobuild outputs.
21917
21918 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
21919             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
21920
21921         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
21922         sockets, server sockets, and other file descriptors.  Count errors
21923         to compute the return value.  Reorder the code a bit to be easier
21924         to follow.  Don't set event bits that were not requested (except
21925         POLLERR and POLLHUP).
21926
21927 2007-01-01  Bruno Haible  <bruno@clisp.org>
21928
21929         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
21930
21931 2007-01-03  Jim Meyering  <jim@meyering.net>
21932
21933         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
21934
21935 2007-01-02  Bruno Haible  <bruno@clisp.org>
21936
21937         * modules/settime (Include): Require timespec.h.
21938         * modules/nanosleep (Include): Likewise.
21939
21940 2007-01-01  Bruno Haible  <bruno@clisp.org>
21941
21942         * gnulib-tool (func_emit_copyright_notice): Bump year.
21943         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
21944
21945 2007-01-01  Bruno Haible  <bruno@clisp.org>
21946
21947         Improve support for OpenBSD.
21948         * build-aux/config.rpath (libname_spec): Export.
21949         (library_names_spec): New variable. Export.
21950         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
21951         library_names_spec from the config.rpath output. Locate shared library
21952         through the name pattern in library_names_spec.
21953
21954 2007-01-01  Eric Blake  <ebb9@byu.net>
21955
21956         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
21957
21958 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
21959
21960         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
21961         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
21962         assume the C locale, and avoid an "eval" that could cause trouble.
21963         Problem with SORT reported by Bob Proulx.
21964
21965         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
21966         Define.  Trivial patch from Henning Nielsen Lund, originally
21967         sent to bug-grep@gnu.org today.
21968
21969 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
21970
21971         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
21972         struct stat.  Problem reported by Henning Nielsen Lund.
21973         * lib/acl.c: Include acl.h first, to check interface.  Don't
21974         bother to include sys/types.h and sys/stat.h again.
21975
21976 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21977
21978         Import the following change from libc; problem reported by
21979         Sven Verdoolaege.
21980
21981         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
21982
21983         [BZ #1373]
21984         * lib/argp.h: Remove __NTH for __argp_usage inline function.
21985
21986 2006-12-28  Jim Meyering  <jim@meyering.net>
21987
21988         * build-aux/announce-gen: Do not assume that the package
21989         builds any of tar.gz, tar.bz2, and .xdelta files.
21990         Suggestion from Simon Josefsson.
21991
21992 2006-12-28  Simon Josefsson  <simon@josefsson.org>
21993
21994         * modules/announce-gen: New file.
21995
21996 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
21997
21998         * lib/mbchar.h: Just include <wctype.h>; the wctype module
21999         handles its gotchas now.
22000         * lib/mbswidth.c: Likewise.
22001         * lib/wcwidth.h: Likewise.
22002         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
22003         and iswcntrl; the wctype module does this stuff now.
22004         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
22005         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
22006         * modules/mbchar (Depends-on): Add wctype.
22007         * modules/mbswidth (Depends-on): Likewise.
22008         * modules/wcwidth (Depends-on): Likewise.
22009
22010 2006-12-27  Eric Blake  <ebb9@byu.net>
22011
22012         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
22013         module uses more than what <wctype.h> is required to provide.
22014
22015 2006-12-26  Eric Blake  <ebb9@byu.net>
22016
22017         * gnulib-tool (sed_extract_prog): Avoid space-tab.
22018
22019 2006-12-26  Eric Blake  <ebb9@byu.net>
22020
22021         * modules/absolute-header: New module.
22022         * modules/fcntl (Depends-on): Depend on it.
22023         * modules/inttypes (Depends-on): Likewise.
22024         * modules/stdint (Depends-on): Likewise.
22025         * modules/sys_stat (Depends-on): Likewise.
22026         * modules/wctype (Depends-on): Likewise.
22027         * MODULES.html.sh (Support for building libraries and
22028         executables): Document it.
22029
22030 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
22031
22032         * gnulib-tool (SED): Remove, undoing previous change.
22033         The problem was that it broke coreutils on Solaris, because
22034         "sed --posix" leaked into a makefile.
22035         (sed): New alias, if 'alias' and GNU sed.
22036
22037 2006-12-24  Jim Meyering  <jim@meyering.net>
22038
22039         Work around an fchownat bug in glibc-2.4:
22040         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
22041         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
22042         in spite of the -P option.
22043         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
22044         New macros.
22045         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
22046         * modules/openat (Files): Add lib/fchownat.c.
22047         * lib/openat.c (fchownat): Don't define here.  Move to...
22048         * lib/fchownat.c: ...this new file.
22049
22050 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
22051
22052         Fix bug reported by Bruno Haible in
22053         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
22054         where quotearg.c didn't compile on Mac OS X 10.2 because it
22055         lacks <wchar.h> and wint_t.
22056         * lib/wctype_.h (__wctype_wint_t): New type.
22057         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
22058         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
22059         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
22060         Arg is now of type __wctype_wint_t, not wint_t.
22061         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
22062         substitute HAVE_WINT_T.
22063         * modules/wctype (Files): Add m4/wint_t.m4.
22064         (wctype.h): Substitute HAVE_WINT_T.
22065
22066 2006-12-23  Bruno Haible  <bruno@clisp.org>
22067
22068         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
22069
22070 2006-12-23  Bruno Haible  <bruno@clisp.org>
22071
22072         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
22073         S_ISLNK.
22074         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
22075         mingw.
22076
22077 2006-12-22  Bruno Haible  <bruno@clisp.org>
22078
22079         * lib/copy-file.c: Include acl.h.
22080         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
22081         Close the file descriptors only after being done with copy_acl.
22082         * modules/copy-file (Depends-on): Add acl.
22083
22084 2006-12-22  Bruno Haible  <bruno@clisp.org>
22085
22086         * gnulib-tool (SED): New variable.
22087         Use $SED instead of sed everywhere.
22088
22089 2006-12-22  Bruno Haible  <bruno@clisp.org>
22090
22091         * modules/no-c++: New file.
22092         * m4/no-c++.m4: New file.
22093         * MODULES.html.sh (Support for building libraries and executables):
22094         Add no-c++.
22095
22096 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
22097
22098         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
22099         Include <limits.h>, and use its INT_MAX to rewrite the
22100         j loop so that it does not overflow 'int'.  Problem reported by
22101         Ralf Wildenhues in
22102         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
22103         Play it safe by shifting left by 1 rather than multiplying by 2,
22104         as GCC is less likely to optimize this away when the value
22105         is signed (when it assumes overflow leads to undefined behavior).
22106         Also, don't assume time_t uses two's complement.
22107
22108 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
22109
22110         * MODULES.html.sh: New module wctype.
22111         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
22112         * lib/fnmatch.c: Don't bother to include <wchar.h> before
22113         <wctype.h>, since the new wctype module should fix this.
22114         * lib/quotearg.c: Include <wctype.h> unconditionally, since
22115         the wctype module should arrange for it.
22116         * lib/regex_internal.h: Likewise.
22117         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
22118         since the wctype module should handle this now.
22119         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
22120         * modules/fnmatch (Depends-on): Add wctype.
22121         * modules/quotearg (Depends-on): Likewise.
22122         * modules/regex (Depends-on): Likewise.
22123
22124 2006-12-19  Bruno Haible  <bruno@clisp.org>
22125
22126         * lib/strdup.h [C++]: Wrap definitions in extern "C".
22127         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
22128
22129 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22130
22131         * modules/savewd (Depends-on): Fix dependency on fcntl.
22132
22133 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22134
22135         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
22136         conforms to C99, rather than relying on the user's environment
22137         setting of STDINT_H.
22138
22139 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22140         and Eric Blake  <ebb9@byu.net>
22141
22142         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
22143         This is more consistent with the other defines here.
22144         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
22145         Port to z/OS.  Problem reported by Paul Gilmartin.
22146         Change local vars to use gl_ prefix rather than ac_.
22147         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
22148         with other defines.
22149         * modules/double-slash-root: New module.
22150         * modules/dirname (Files): Remove m4/double-slash-root.m4.
22151         (Depends-on): Add double-slash-root.
22152         * MODULES.html.sh (File system functions): Mention new module.
22153
22154 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
22155
22156         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
22157         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
22158         This is for the benefit of gzip, which doesn't do i18n.
22159
22160 2006-12-12  Jim Meyering  <jim@meyering.net>
22161
22162         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
22163         Reported by Andreas Schwab <schwab@suse.de>.
22164
22165 2006-12-12  Bruno Haible  <bruno@clisp.org>
22166
22167         Merge these changes.
22168         2006-09-05  Bruno Haible  <bruno@clisp.org>
22169         * lib/iconvme.c (iconv_string): No need to save and restore errno when
22170         iconv_alloc succeeded.
22171         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
22172         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
22173         test for " && dest " at the end - dest is always != NULL there. Call
22174         iconv with 4xNULL arguments initially, to reset the state. Call iconv
22175         with 2xNULL arguments, also to flush the state storage. Handle the
22176         IRIX iconv behaviour. Realloc the final result, to throw away unused
22177         memory.
22178
22179 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
22180
22181         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
22182         and fchmodat unconditionally, since glibc 2.4 has them.
22183         Problem reported by Arkadiusz Miskiewicz.
22184
22185 2006-12-10  Bruno Haible  <bruno@clisp.org>
22186
22187         * gnulib-tool (func_import): Show the include files only for those
22188         modules that are copied and specified.
22189         Reported by Karl Berry.
22190
22191 2006-12-08  Jim Meyering  <jim@meyering.net>
22192
22193         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
22194         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
22195
22196         * build-aux/announce-gen: Add two new options, both optional:
22197         --bootstrap-tools=TOOL_LIST
22198               a comma-separated list of tools, e.g.,
22199               autoconf,automake,bison,gnulib
22200         --gnulib-snapshot-date=DATE
22201               if gnulib is in the bootstrap tool list,
22202               then report this as the snapshot date.
22203               If not specified, use the current date/time.
22204               If you specify a date here, be sure it's UTC.
22205
22206 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22207
22208         * tests/test-argp-2.sh: Fix test to match actual output.
22209         (func_compare): Fix sed script to be portable.
22210
22211 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
22212
22213         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
22214         workaround for this case.  It is not autoconfigured now; offhand
22215         it's hard to see how to autoconfigure it.
22216
22217 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
22218
22219         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
22220         a directory that is about to be chowned.  Such a directory's
22221         initial file permissions should permit the owner only and this
22222         should not be changed until after the chown, since the group and
22223         other bits would be incorrect if they granted permission before
22224         the chown.
22225
22226         Fix porting problem for iswctype reported by Georg Schwarz in:
22227         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
22228         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
22229         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
22230         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
22231         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
22232
22233 2006-12-03  Jim Meyering  <jim@meyering.net>
22234
22235         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
22236         p->fts_statp may not yet be defined.
22237         (fts_read): Instead, set it in the caller, once p->fts_statp is
22238         sure to be defined, and corresponds to a top-level directory.
22239         This bug made du -x fail.  Here's the coreutils test case:
22240         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
22241         Reported by Mike Frysinger.
22242
22243 2006-12-01  Jim Meyering  <jim@meyering.net>
22244
22245         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
22246         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
22247         Reported by Simon Josefsson.
22248
22249 2006-11-30  Jim Meyering  <jim@meyering.net>
22250
22251         * m4/warning.m4: Use the all-permissive copyright notice
22252         recommended by RMS (rather than LGPL).
22253         * m4/vararrays.m4: Likewise.
22254         * m4/flexmember.m4: Likewise.
22255
22256 2006-11-29  Bruno Haible  <bruno@clisp.org>
22257
22258         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22259         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
22260         using +=.
22261         Reported by Simon Josefsson <simon@josefsson.org>.
22262
22263 2006-11-28  James Youngman <jay@gnu.org>
22264
22265         * README: Advise users that they might find the bug-gnulib@gnu.org
22266         and autotools-announce@gnu.org mailing lists useful.
22267
22268 2006-11-28  Bruno Haible  <bruno@clisp.org>
22269
22270         * m4/ptrdiff_max.m4: Remove file.
22271
22272 2006-11-21  Bruno Haible  <bruno@clisp.org>
22273
22274         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
22275         _AC_COMPUTE_INT.
22276         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22277         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
22278         _AC_COMPUTE_INT.
22279         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22280         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
22281         _AC_COMPUTE_INT.
22282         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22283
22284 2006-11-28  Jim Meyering  <jim@meyering.net>
22285
22286         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
22287         warning from "gcc -Wshadow" about shadowing the builtin.
22288
22289 2006-11-27  Bruno Haible  <bruno@clisp.org>
22290
22291         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
22292         _AC_COMPUTE_INT.
22293         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22294
22295 2006-11-27  Bruno Haible  <bruno@clisp.org>
22296             Paul Eggert  <eggert@cs.ucla.edu>
22297
22298         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
22299
22300 2006-11-26  Bruno Haible  <bruno@clisp.org>
22301
22302         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22303         noinst_LTLIBRARIES.
22304
22305 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
22306             Bruno Haible  <bruno@clisp.org>
22307
22308         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
22309         if compiling with "gcc -ansi".
22310
22311 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
22312
22313         Fix some incompatibilities with gcc -ansi -pedantic.
22314         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
22315         if compiling pedantically with GCC, unless it's C99 or later.
22316         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
22317         it mishandles gcc -ansi -pedantic as well.
22318         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
22319         if gcc -pedantic.
22320         * lib/regexec.c (check_node_accept_bytes): Don't use auto
22321         initializers for struct if -pedantic, unless it's C99 or later.
22322
22323 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
22324
22325         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
22326         Don't close an fd more than once. Identical atimes indicate
22327         success, not failure.
22328
22329 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
22330
22331         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
22332
22333 2006-11-23  Jim Meyering  <jim@meyering.net>
22334
22335         * build-aux/announce-gen: New file.  From coreutils.
22336
22337 2006-11-22  Jim Meyering  <jim@meyering.net>
22338
22339         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
22340         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
22341         (fts_read): Use a temporary to narrow the overused st_size member
22342         before using it in a switch statement.  Reported by Matthew Woehlke.
22343
22344         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
22345         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
22346
22347 2006-11-20  Bruno Haible  <bruno@clisp.org>
22348
22349         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
22350         changequote instead of pairs of brackets.
22351         Reported by Andreas Schwab <schwab@suse.de>.
22352
22353 2006-11-21  Jim Meyering  <jim@meyering.net>
22354
22355         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
22356         so as to remain compatible with older compilers.
22357         Patch from Michael Deutschmann.
22358
22359 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22360
22361         * MODULES.html.sh (File system functions): Add openat.
22362
22363         * lib/openat.h (rpl_fstatat): New macro, if
22364         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
22365         (fstatat): Define to rpl_fstatat under the same conditions,
22366         unless COMPILING_FSTATAT.
22367         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
22368         seems to have the bug.
22369         * lib/fstatat.c: New file.
22370         * modules/openat (Files): Add it.
22371
22372 2006-11-20  Bruno Haible  <bruno@clisp.org>
22373
22374         * Makefile: New file.
22375
22376 2006-11-20  Jim Meyering  <jim@meyering.net>
22377
22378         The beginnings of syntax-related checks for gnulib.
22379         * lib/Makefile: New file.
22380         * lib/t-idcache: New script.  Ensure that the two halves of
22381         idcache.c stay in sync.
22382
22383         * lib/idcache.c: Adjust comments in user- and group- portions to
22384         be more accurate, and to be consistent with one another.
22385
22386 2006-11-20  Jim Meyering  <jim@meyering.net>
22387
22388         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
22389         continue using the flexible array member (thus, this module performs
22390         half as many malloc calls), with the addition that...
22391         (getgroup, getuser): Consistently record a non-match via an empty
22392         "name" string, and map an empty string match to a NULL return value.
22393         * modules/idcache (Depends-on): Re-add flexmember.
22394
22395         * lib/idcache.c (getuser): Remove all uses of the register keyword.
22396         (getuidbyname, getgroup, getgidbyname): Likewise.
22397
22398         Use cleaner syntax: NULL rather than 0.
22399         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
22400
22401 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22402
22403         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
22404         It mishandled the case where the group was missing.
22405         Problem reported by Greg Schafer.
22406         * modules/idcache: Likewise.
22407
22408 2006-11-18  Jim Meyering  <jim@meyering.net>
22409
22410         * check-module (%exempt_header): Add exception for some
22411         conditionally-included headers.
22412
22413         * modules/i-ring (Depends-on): Add verify.
22414         (License): Change to LGPL.
22415
22416 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22417
22418         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
22419         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
22420         and inttostr.h.  Use snprintf rather than uinttostr, so that
22421         LGPLed code doesn't depend on GPLed.
22422
22423 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22424
22425         * modules/inline (License): Change from GPL to LGPL.
22426
22427 2006-11-17  Jim Meyering  <jim@meyering.net>
22428
22429         * modules/d-type (License): Switch to LGPL.
22430
22431 2006-11-15  Bruno Haible  <bruno@clisp.org>
22432
22433         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
22434
22435 2006-11-15  Eric Blake  <ebb9@byu.net>
22436
22437         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
22438         the module dependency.
22439
22440 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22441             Bruno Haible  <bruno@clisp.org>
22442
22443         * gnulib-tool (func_create_testdir): Add license consistency check.
22444
22445 2006-11-15  Eric Blake  <ebb9@byu.net>
22446
22447         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
22448         random "(cached)" in configure output.
22449
22450 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22451
22452         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
22453         test for conforming inttypes.h is both announced and cached.
22454
22455         * MODULES.html.sh (seen_modules, seen_files): New variables.
22456         (func_module): Rewrite to use a few less gnulib-tool and sed
22457         invocations.  Avoid a couple of quadratic algorithms for ...
22458         (missed_modules, missed_files): ... these, with ...
22459         (func_append, func_tmpdir): ... these new functions, from
22460         gnulib-tool.  Analogously, install traps for cleanup.
22461
22462         * tests/test-gc.c (main): Remove unused variables.
22463         * tests/test-read-file.c: Include stdlib.h, for 'free'.
22464
22465 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
22466
22467         * modules/inttostr (License): Change to LGPL.
22468
22469 2006-11-14  Eric Blake  <ebb9@byu.net>
22470
22471         * modules/tempname (License): Change to LGPL.
22472
22473 2006-11-14  Eric Blake  <ebb9@byu.net>
22474
22475         * doc/functions.texi (Function Portability): *printf functions on
22476         Cygwin now understand all POSIX size specifiers.
22477
22478 2006-11-14  Bruno Haible  <bruno@clisp.org>
22479
22480         * modules/c-ctype (License): Change to LGPL.
22481
22482 2006-11-12  Bruno Haible  <bruno@clisp.org>
22483
22484         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
22485         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
22486         for GNOME libraries, for which the include files are installed in
22487         subdirectories of $prefix/include.
22488
22489 2006-11-12  Bruno Haible  <bruno@clisp.org>
22490
22491         * m4/lib-link.m4: Require at least autoconf-2.54.
22492         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
22493         name to underscores for the --with option.
22494
22495 2006-11-13  Bruno Haible  <bruno@clisp.org>
22496
22497         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
22498         the tests directory.
22499         Reported by Ralf Wildenhues.
22500
22501 2006-11-13  Bruno Haible  <bruno@clisp.org>
22502
22503         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
22504         (func_emit_initmacro_end): Undo the override here.
22505         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
22506         Works around the famous automake error in coreutils.
22507
22508 2006-11-13  Eric Blake  <ebb9@byu.net>
22509
22510         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
22511         element, not its node.
22512
22513 2006-11-12  Bruno Haible  <bruno@clisp.org>
22514
22515         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
22516         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
22517
22518 2006-11-12  Bruno Haible  <bruno@clisp.org>
22519
22520         * gnulib-tool: New option --local-symlink.
22521         (func_usage): Document it.
22522         (lsymbolic): New variable.
22523         (func_import, func_create_testdir): If --symlink was not specified,
22524         test whether --local-symlink was specified and the file comes from
22525         the local_gnulib_dir.
22526
22527 2006-11-12  Bruno Haible  <bruno@clisp.org>
22528
22529         * gnulib-tool (func_ln): New function.
22530         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
22531
22532 2006-11-12  Bruno Haible  <bruno@clisp.org>
22533
22534         Finish support for source files in subdirectories.
22535         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
22536         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
22537         AUTOMAKE_OPTIONS.
22538         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
22539
22540 2006-11-12  Bruno Haible  <bruno@clisp.org>
22541
22542         * gnulib-tool (func_get_automake_snippet): Synthesize also an
22543         EXTRA_lib_SOURCES augmentation.
22544         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
22545
22546 2006-11-12  Jim Meyering  <jim@meyering.net>
22547
22548         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
22549         file descriptors.  This also averts a failure on systems with
22550         native openat support when a traversed directory lacks "x" access.
22551         * lib/fts_.h: Include "i-ring.h"
22552         (struct FTS) [fts_fd_ring]: New member.
22553         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
22554         (FCHDIR): Add parentheses.
22555         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
22556         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
22557         When descending, rather than simply closing the previous
22558         fts_cwd_fd value, push that file descriptor onto the ring.
22559         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
22560         (fts_open): Initialize the new fd_ring member.
22561         (fts_close): Clear the ring.
22562         (fts_safe_changedir): When possible, use our new fd_ring to skip
22563         the diropen and fstat and dev/ino comparison that would normally
22564         accompany a virtual `chdir ("..")'.
22565
22566         * modules/fts (Depends-on): Add i-ring.
22567         * modules/i-ring: New module.
22568         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
22569         * m4/i-ring.m4: New file.
22570
22571 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22572
22573         * gnulib-tool (func_create_testdir): Fix replacement of
22574         `build-aux' in configure.ac.  Run autotools in gltests
22575         subdirectory.
22576         (func_create_testdir, func_create_megatestdir, test): There is
22577         no need for '--force' in most autotool invocations in a new
22578         tree.  Actually fail the whole test if any of the tools, or the
22579         configure or make stages fail.
22580
22581         Sync from Automake.
22582         * build-aux/gnupload: Revert last change.  Add pointer to upload
22583         instructions of the GNU Maintenance Instructions.
22584         Suggestion by Karl Berry.
22585
22586 2006-11-10  Jim Meyering  <jim@meyering.net>
22587
22588         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
22589
22590 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22591
22592         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
22593         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
22594         (bind_textdomain_codeset) [! ENABLE_NLS]:
22595         Evaluate all the arguments.  That way, callers get compatible behavior
22596         if the arguments have side effects.  Also, it avoids some GCC
22597         diagnostics in some cases; Joel E. Denny reported problems when Bison
22598         was configured with --enable-gcc-warnigs.
22599
22600 2006-11-10  Jim Meyering  <jim@meyering.net>
22601
22602         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
22603         relevant options in CFLAGS (like -O, -fno-inline) are taken into
22604         account.
22605
22606 2006-11-10  Jim Meyering  <jim@meyering.net>
22607
22608         * modules/inline: New file/module.
22609         * modules/xalloc (Files): Remove m4/inline.m4.
22610         (Depends-on): Add inline, instead.
22611         * modules/oset: Likewise.
22612         * modules/list: Likewise.
22613
22614 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22615
22616         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
22617         Problem reported by Matthew Woehlke.
22618
22619 2006-11-09  Bruno Haible  <bruno@clisp.org>
22620
22621         * lib/tempname.c (gen_tempname): Remove variant that invokes
22622         __gen_tempname.
22623         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
22624         __gen_tempname.
22625
22626 2006-11-08  Bruno Haible  <bruno@clisp.org>
22627
22628         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
22629         to 'yes' instead of 'cross-compiling'.
22630
22631 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
22632
22633         * lib/quotearg.h (quotearg_free): New decl.
22634         * lib/quotearg.c (quotearg_free): New function.
22635         (slot0, nslots, slotvec0, slotvec):
22636         Now file-scope so that quotearg_free can get at them.
22637
22638 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22639
22640         Sync from Automake.
22641         * build-aux/gnupload: Add missing 'gnu' to example URL.
22642         Report by Karl Berry.
22643
22644 2006-11-08  Bruno Haible  <bruno@clisp.org>
22645
22646         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
22647         Suggested by Paul Eggert.
22648
22649 2006-11-08  Jim Meyering  <jim@meyering.net>
22650
22651         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
22652         It's already included if !_LIBC.
22653         (fts_safe_changedir): Add a comment.
22654
22655 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
22656
22657         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
22658         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
22659         Matthew Woehlke.
22660
22661         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
22662         definitions up, to avoid colliding with change below.
22663         (static_inline) [HAVE_INLINE]: New macro.
22664         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
22665         Provide extern decls when !HAVE_INLINE.  Do not define unless
22666         static_inline is defined, either by us or by xmalloc.c.  Use
22667         static_inline rather than static inline.
22668         (XCALLOC): Optimize sizeof(T) = 1 case.
22669         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
22670
22671 2006-11-07  Bruno Haible  <bruno@clisp.org>
22672
22673         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
22674         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
22675         AC_C_INLINE.
22676         * modules/xalloc (Files): Add m4/inline.m4.
22677
22678 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22679
22680         * README: Fix typo.
22681         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
22682         (Miscellanous Notes): ...from this.
22683
22684 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
22685
22686         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
22687         Mention that offsetof should be used instead of sizeof.
22688         From Bruno Haible.
22689
22690 2006-11-07  Bruno Haible  <bruno@clisp.org>
22691
22692         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
22693
22694 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
22695
22696         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
22697         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
22698         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
22699         (gl_tree_add_before, gl_tree_add_after):
22700         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
22701         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
22702         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
22703         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
22704         (gl_linked_add_after, gl_linked_add_at): Likewise.
22705         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
22706         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
22707         (gl_tree_add_before, gl_tree_add_after): Likewise.
22708         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
22709         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
22710         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
22711
22712 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22713
22714         * lib/gl_oset.h: Use C comment style, not C++ comment style.
22715
22716 2006-11-06  Bruno Haible  <bruno@clisp.org>
22717
22718         * m4/inline.m4: New file.
22719         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
22720         * modules/list (Files): Add m4/inline.m4.
22721         * modules/oset (Files): Likewise.
22722
22723 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
22724
22725         * lib/idcache.c: Include <stddef.h>, for offsetof.
22726         (struct userid.name): Change from char * to a flexible array member.
22727         All uses changed.
22728         * modules/idcache (Depends-on): Add flexmember.
22729
22730         * MODULES.html.sh (Core language properties): New module flexmember.
22731         * modules/flexmember, m4/flexmember.m4: New files.
22732
22733         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
22734         inline functions that are identical with the old xnmalloc_inline,
22735         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
22736         that we can avoid some unnecessary integer multiplications and
22737         divisions in the common case where the element size is known at
22738         compile time.
22739         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
22740         needed.
22741         (xnboundedmalloc): Remove.
22742         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
22743         arguments, for consistency with rest of this header.
22744         (xcharalloc): Rewrite using XNMALLOC.
22745         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
22746         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
22747         versions have been moved to lib/xalloc.h and renamed to be the
22748         non-*_inline versions.
22749         (xmalloc, xrealloc): Implement without reference to the xnmalloc
22750         and xnrealloc functions, since those functions are now inline and
22751         now call us.
22752         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
22753         renaming described above.
22754         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
22755         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
22756         captures the dependency in AC_C_INLINE.
22757
22758         New module canonicalize-lgpl, proposed by Charles Wilson in
22759         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
22760         with a few small changes afterwards.
22761         * MODULES.html.sh (File system functions): New module
22762         canonicalize-lgpl.
22763         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
22764         and canonicalize_file_name.
22765         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
22766         * modules/canonicalize-lgpl: New files.
22767
22768 2006-11-05  Bruno Haible  <bruno@clisp.org>
22769
22770         * gnulib-tool (func_import, func_create_testdir): Create directories
22771         also for files in subdirectories of lib/.
22772
22773 2006-11-05  Bruno Haible  <bruno@clisp.org>
22774
22775         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
22776         ANSI C compliant.
22777
22778 2006-11-03  Bruno Haible  <bruno@clisp.org>
22779
22780         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
22781         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
22782         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
22783         (xnboundedmalloc): New inline function.
22784         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
22785         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
22786         xmalloc.
22787         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
22788         xmalloc.
22789         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
22790         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
22791         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
22792         xmalloc.
22793         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
22794         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
22795         xmalloc.
22796         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
22797         gl_tree_add_after): Use XMALLOC instead of xmalloc.
22798         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
22799         xmalloc.
22800         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
22801         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
22802         gl_tree_add_after): Use XMALLOC instead of xmalloc.
22803         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
22804         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
22805         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
22806         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
22807
22808 2006-11-03  Bruno Haible  <bruno@clisp.org>
22809
22810         * lib/c-ctype.h [C++]: Define functions without name mangling.
22811         * lib/fwriteerror.h [C++]: Likewise.
22812         * lib/gcd.h [C++]: Likewise.
22813         * lib/linebreak.h [C++]: Likewise.
22814
22815 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22816
22817         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
22818         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
22819         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
22820         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
22821         Check for functions and headers just once.
22822         Check for declaration of canonicalize_file_name.
22823         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
22824
22825 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
22826
22827         * gnulib-tool (func_import): Fix typo in actioncmd.
22828
22829 2006-11-02  Bruno Haible  <bruno@clisp.org>
22830
22831         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
22832         newline sequence in the Makefile.am snippet as a space, like "make"
22833         does.
22834         Reported by Roger Persson <perrog@gmail.com>.
22835
22836 2006-11-01  Bruno Haible  <bruno@clisp.org>
22837
22838         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
22839         already declared in <string.h>.
22840         * lib/strcase.h (strncasecmp): Don't declare it if yes.
22841
22842 2006-11-01  Bruno Haible  <bruno@clisp.org>
22843
22844         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
22845         * lib/strcase.h: Include <string.h>.
22846         (strcasecmp): Define to rpl_strcasecmp here.
22847
22848 2006-11-01  Bruno Haible  <bruno@clisp.org>
22849
22850         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
22851
22852 2006-11-01  Eric Blake  <ebb9@byu.net>
22853
22854         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
22855
22856         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
22857
22858 2006-10-29  Bruno Haible  <bruno@clisp.org>
22859
22860         Make it compile in C++ mode.
22861         * lib/full-write.c (full_rw): Add a cast.
22862
22863 2006-11-01  Bruno Haible  <bruno@clisp.org>
22864
22865         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
22866         be POSIX compliant.
22867         Reported by Roger Persson <perrog@gmail.com>.
22868
22869 2006-11-01  Eric Blake  <ebb9@byu.net>
22870
22871         * lib/getopt_.h: Fix comments.
22872
22873 2006-10-31  Eric Blake  <ebb9@byu.net>
22874
22875         * modules/tmpdir (Depends-on): Add sys_stat.
22876         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
22877         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
22878         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
22879         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
22880         tempname.
22881
22882 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
22883
22884         Avoid some C++ diagnostics reported by Bruno Haible.
22885         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
22886         xmalloc.
22887         (quotearg_alloc): Use xcharalloc rather than xmalloc.
22888         (struct slotvec): Move to top level.
22889         (quotearg_n_options): Rewrite to avoid xmalloc.
22890         * lib/xalloc.h (xcharalloc): New function.
22891         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
22892         [defined __cplusplus]: Add function template that provides result
22893         type propagation.  This part of the change is from Bruno Haible.
22894
22895 2006-10-29  Bruno Haible  <bruno@clisp.org>
22896
22897         Make it compile in C++ mode.
22898         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
22899         * lib/strnlen1.c (strnlen1): Cast memchr result.
22900         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
22901         * lib/clean-temp.c (string_equals, string_hash): Add casts.
22902         (create_temp_dir): Rename local variable 'template'.
22903         (compile_csharp_using_sscli): Add cast.
22904         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
22905         * lib/findprog.c (find_in_path): Likewise.
22906         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
22907         * lib/wait-process.c (register_slave_subprocess): Likewise.
22908
22909 2006-10-22  Bruno Haible  <bruno@clisp.org>
22910
22911         * modules/tsearch: New file.
22912         * lib/tsearch.h: New file.
22913         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
22914         * m4/tsearch.m4: New file.
22915         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
22916
22917 2006-10-29  Eric Blake  <ebb9@byu.net>
22918
22919         * lib/arcfour.c: Assume config.h.
22920         * lib/arctwo.c: Likewise.
22921         * lib/base64.c: Likewise.
22922         * lib/check-version.c: Likewise.
22923         * lib/crc.c: Likewise.
22924         * lib/des.c: Likewise.
22925         * lib/gc-gnulib.c: Likewise.
22926         * lib/gc-libgcrypt.c: Likewise.
22927         * lib/gc-pbkdf2-sha1.c: Likewise.
22928         * lib/getaddrinfo.c: Likewise.
22929         * lib/getdelim.c: Likewise.
22930         * lib/getline.c: Likewise.
22931         * lib/hmac-md5.c: Likewise.
22932         * lib/hmac-sha1.c: Likewise.
22933         * lib/iconvme.c: Likewise.
22934         * lib/md2.c: Likewise.
22935         * lib/md4.c: Likewise.
22936         * lib/memxor.c: Likewise.
22937         * lib/read-file.c: Likewise.
22938         * lib/readline.c: Likewise.
22939         * lib/rijndael-alg-fst.c: Likewise.
22940         * lib/rijndael-api-fst.c: Likewise.
22941         * lib/xgetdomainname.c: Likewise.
22942
22943 2006-10-28  Eric Blake  <ebb9@byu.net>
22944
22945         * lib/xstrndup.c: Assume config.h.
22946
22947 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
22948
22949         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
22950         stat-macros.h is now for our own macros, whereas stat_h is for
22951         macros in the <sys/stat.h> name space.
22952         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
22953         (STAT_MACROS_H): Remove.
22954         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
22955         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
22956         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
22957         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
22958         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
22959         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
22960         Move these macros to ...
22961         * lib/stat_.h: here.  Don't include stat-macros.h.
22962         * lib/canonicalize.c: Don't include stat-macros.h.
22963         * lib/chown.c: Likewise.
22964         * lib/euidaccess.c: Likewise.
22965         * lib/file-type.c: Likewise.
22966         * lib/filemode.c: Likewise.
22967         * lib/glob.c: Likewise.
22968         * lib/isapipe.c: Likewise.
22969         * lib/lchown.c: Likewise.
22970         * lib/lstat.c: Likewise.
22971         * lib/mkdir-p.c: Likewise.
22972         * lib/rmdir.c: Likewise.
22973         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
22974         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
22975         unless mkdir isn't declared, to speed up 'configure'.
22976         Always create sys/stat.h, since it's unlikely any real sys/stat.h
22977         would define all the S_* symbols.
22978         * modules/canonicalize (Depends-on):
22979         Depend on sys_stat, not stat-macros.
22980         * modules/chown: Likewise.
22981         * modules/euidaccess: Likewise.
22982         * modules/filemode: Likewise.
22983         * modules/file-type: Likewise.
22984         * modules/glob: Likewise.
22985         * modules/isapipe: Likewise.
22986         * modules/lchown: Likewise.
22987         * modules/lstat: Likewise.
22988         * modules/mkancesdirs: Likewise.
22989         * modules/rmdir: Likewise.
22990         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
22991         * modules/modechange: Likewise.
22992         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
22993         (configure.ac): Remove gl_STAT_MACROS.
22994         * modules/sys_stat (Depends-on): Remove stat-macros.
22995
22996 2006-10-27  Bruno Haible  <bruno@clisp.org>
22997
22998         * m4/signed.m4: Remove file.
22999         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
23000         invocation.
23001         * modules/vasnprintf (Files): Remove m4/signed.m4.
23002
23003 2006-10-27  Bruno Haible  <bruno@clisp.org>
23004
23005         Update to GNU gettext 0.16.
23006         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
23007         m4/inttypes-h.m4, m4/signed.m4.
23008         * m4/gettext.m4: Update to GNU gettext 0.16.
23009         * m4/intl.m4: New file, from GNU gettext.
23010         * m4/intldir.m4: New file, from GNU gettext.
23011         * config/srclist.txt: Update
23012
23013 2006-10-27  Eric Blake  <ebb9@byu.net>
23014
23015         * MODULES.html.sh: Document tempname.
23016         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
23017         dependencies.
23018         (Files): Move lib/tempname.c...
23019         * modules/tempname: ...to this new module.
23020         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
23021         (gl_PREREQ_TEMPNAME): Move...
23022         * m4/tempname.m4: ...to this new file.
23023         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
23024         * modules/sys_stat (Depends-on): Add stat-macros.
23025         * lib/stat_.h (includes): Pick up stat macros.
23026         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
23027         if stat macros are broken.
23028         * lib/tempname.c (includes): No need to include "stat-macros.h".
23029         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
23030         (direxists, __path_search) [!_LIBC]: Don't compile these in
23031         gnulib; the tmpdir module covers that.
23032         * lib/tempname.h: New file.
23033
23034 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
23035
23036         * COPYING: Explain how gnulib-tool converts licence headers.
23037         Almost all wording by Eric Blake.
23038
23039 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
23040
23041         * lib/mbchar.h (is_basic_table): Make read-only.
23042         * lib/mbchar.c (is_basic_table): Likewise.
23043         Reported by John Darrington.
23044
23045 2006-10-25  Bruno Haible  <bruno@clisp.org>
23046
23047         * lib/progname.h (set_program_name): Undefine before defining.
23048
23049 2006-10-25  Bruno Haible  <bruno@clisp.org>
23050
23051         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
23052         false for non-gcc C++ compilers.
23053         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
23054
23055 2006-10-24  Bruno Haible  <bruno@clisp.org>
23056
23057         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
23058         iconv implementations like Irix iconv.
23059
23060 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23061
23062         * modules/vararrays: New file.
23063         * m4/vararrays.m4: New file, taken from diffutils.
23064         * MODULES.html.sh: New module vararrays.
23065
23066 2006-10-24  Karl Berry  <karl@gnu.org>
23067
23068         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
23069         Don't call GNU Unix.
23070
23071 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23072
23073         * users.txt: Add Libtool.
23074
23075         Sync from Libtool:
23076
23077         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23078
23079         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
23080         to gnulib's policy of including config.h unconditionally.
23081
23082 2006-10-24  Bruno Haible  <bruno@clisp.org>
23083
23084         * modules/wcwidth (Files): Add m4/wint_t.m4.
23085         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
23086         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
23087
23088 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23089
23090         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
23091         to pacify GCC with some -W flags enabled.  Problem reported by
23092         Bruno Haible.
23093
23094 2006-10-24  Jim Meyering  <jim@meyering.net>
23095
23096         * MODULES.html.sh: Remove uinttostr.  It's not a module.
23097         Reported by Karl Berry.
23098
23099 2006-10-23  Bruno Haible  <bruno@clisp.org>
23100
23101         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
23102
23103 2006-10-24  Bruno Haible  <bruno@clisp.org>
23104
23105         * lib/gl_list.h: Use C comment style, not C++ comment style.
23106
23107 2006-10-23  Eric Blake  <ebb9@byu.net>
23108
23109         * lib/getaddrinfo.c (includes): Add missing include.
23110
23111 2006-10-23  Bruno Haible  <bruno@clisp.org>
23112             Paul Eggert  <eggert@cs.ucla.edu>
23113
23114         Ability to rename obstack_free.
23115         * lib/obstack.h (__obstack_free): New macro. Declare instead of
23116         obstack_free.
23117         (obstack_free): Invoke the __obstack_free macro.
23118         * lib/obstack.c (obstack_free): Use __obstack_free macro.
23119
23120 2006-10-23  Bruno Haible  <bruno@clisp.org>
23121             Paul Eggert  <eggert@cs.ucla.edu>
23122
23123         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
23124         __argc, __argv from the declaration. (They are defined as macros on
23125         mingw.)
23126
23127 2006-10-22  Bruno Haible  <bruno@clisp.org>
23128
23129         * doc/gnulib-intro.texi: New file.
23130         * doc/gnulib.texi: Include it.
23131
23132 2006-10-21  Bruno Haible  <bruno@clisp.org>
23133
23134         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
23135         "Introduction", "Miscellanous Notes", "Particular Modules".
23136
23137 2006-10-21  Bruno Haible  <bruno@clisp.org>
23138
23139         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23140         Change mostlyclean-local rule to avoid sh syntax error from bash
23141         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
23142
23143 2006-10-23  Jim Meyering  <jim@meyering.net>
23144
23145         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
23146         in place of snprintf.
23147
23148         * modules/inttostr (Files): Add lib/uinttostr.c.
23149         * lib/uinttostr.c (inttostr): New file/function.
23150         * lib/inttostr.h (uinttostr): Declare.
23151         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
23152         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
23153         Add uinttostr.
23154         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
23155
23156 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
23157
23158         * lib/canonicalize.c (ELOOP): Define if not already defined.
23159         Problem reported by Bruno Haible in
23160         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
23161
23162 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
23163
23164         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
23165         Problem reported by Perry Smith and Ville Laurikari.
23166
23167         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
23168         uses.
23169
23170 2006-10-19  Bruno Haible  <bruno@clisp.org>
23171
23172         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
23173         for mingw.
23174
23175 2006-10-19  Bruno Haible  <bruno@clisp.org>
23176
23177         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
23178         Needed for mingw.
23179
23180 2006-10-19  Bruno Haible  <bruno@clisp.org>
23181
23182         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
23183
23184 2006-10-19  Bruno Haible  <bruno@clisp.org>
23185
23186         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
23187         it.
23188
23189 2006-10-19  Bruno Haible  <bruno@clisp.org>
23190
23191         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
23192         invocation.
23193
23194 2006-10-19  Bruno Haible  <bruno@clisp.org>
23195
23196         * gnulib-tool (func_create_testdir): Don't include ftruncate and
23197         mountlist by default.
23198
23199 2006-10-16  Bruno Haible  <bruno@clisp.org>
23200
23201         * lib/c-strstr.c: Include c-strstr.h.
23202
23203 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
23204
23205         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
23206         in a slash.
23207
23208 2006-10-18  Bruno Haible  <bruno@clisp.org>
23209
23210         * lib/lock.h [C++]: Wrap definitions in extern "C".
23211
23212 2006-10-18  Bruno Haible  <bruno@clisp.org>
23213
23214         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
23215         gl_LIBOBJS list.
23216
23217 2006-10-18  Bruno Haible  <bruno@clisp.org>
23218
23219         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
23220
23221 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
23222
23223         * lib/xstrtol.h: Include gettext.h.
23224         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
23225         Problem reported by Eric Blake.
23226         * modules/xstrtol (Depends-on): Add gettext-h.
23227
23228 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
23229
23230         * lib/strftime.c (advance): New macro.
23231         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
23232         incomplete type, so you can't add 0 to it.  Problem and patch
23233         reported by Eelco Dolstra for dietlibc.
23234
23235 2006-10-18  Jim Meyering  <jim@meyering.net>
23236
23237         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
23238         type for a local, and rename it: s/up/user_proc/.
23239
23240 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
23241
23242         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
23243         READ_UTMP_USER_PROCESS.
23244         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
23245
23246 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
23247
23248         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
23249         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
23250
23251 2006-10-17  Eric Blake  <ebb9@byu.net>
23252
23253         * lib/sigprocmask.c (sigprocmask): Fix typo.
23254
23255         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
23256
23257         * modules/clean-temp (Makefile.am): Don't add to make output...
23258         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
23259         config.h.
23260
23261 2006-10-17  Bruno Haible  <bruno@clisp.org>
23262
23263         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
23264         differently if DEFAULT_TEXT_DOMAIN is set.
23265
23266 2006-10-16  Bruno Haible  <bruno@clisp.org>
23267
23268         * lib/clean-temp.c: Include fwriteerror.h.
23269
23270 2006-10-16  Bruno Haible  <bruno@clisp.org>
23271
23272         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
23273
23274 2006-10-16  Bruno Haible  <bruno@clisp.org>
23275
23276         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
23277         * lib/sigprocmask.h: Include <sys/types.h>.
23278         (sigset_t): Use the system's definition if present.
23279
23280 2006-10-17  Eric Blake  <ebb9@byu.net>
23281
23282         * lib/xvasprintf.c (includes): Assume config.h.
23283         * lib/xasprintf.c (includes): Likewise.
23284
23285 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
23286
23287         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
23288         at least as wide as intmax_t.
23289
23290 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
23291
23292         (Imported from Automake.)
23293         * build-aux/gnupload: Update to version 1.1 of directive file.
23294
23295 2006-10-16  Eric Blake  <ebb9@byu.net>
23296
23297         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
23298         match Automake 1.10a.
23299
23300 2006-10-14  Bruno Haible  <bruno@clisp.org>
23301
23302         * modules/sigprocmask: New file.
23303         * lib/sigprocmask.h: New file.
23304         * lib/sigprocmask.c: New file.
23305         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
23306         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
23307         request sigprocmask.o.
23308         (gl_PREREQ_SIGPROCMASK): New macro.
23309         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
23310         (Depends-on): Add sigprocmask.
23311         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
23312         gt_SIGNALBLOCKING. Test for 'raise' only once.
23313         * lib/fatal-signal.c: Include sigprocmask.h.
23314         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
23315         unblock_fatal_signals): Define always.
23316         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23317         sigprocmask.
23318
23319 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
23320
23321         Sync from Automake.
23322         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
23323         which incorrectly sets the mode of an existing destination
23324         directory.  In some cases the unpatched install-sh could do the
23325         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
23326         system.  We hope this is rare in practice, but it's clearly worth
23327         fixing.  Problem reported by Alex Unleashed in
23328         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
23329         Also, don't bother to check for -m bugs unless we're using -m;
23330         suggested by Stepan Kasal.
23331
23332 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23333
23334         Sync from Automake.
23335         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
23336         `-c' flag, so they appear at the same position as in %FASTDEP%
23337         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
23338         which ignores unknown options only after the first non-option.
23339         Bug report against M4 by Nelson H. F. Beebe.
23340
23341 2006-10-13  Jim Meyering  <jim@meyering.net>
23342
23343         Fix a bug in yesterday's change.
23344         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
23345         p->fts_statp->st_dev would be used uninitialized.
23346         Ensures that we always call fts_stat on the very first entry.
23347         Miklos Szeredi reported that find -xdev stopped working.
23348
23349 2006-10-12  Bruno Haible  <bruno@clisp.org>
23350
23351         * gnulib-tool (func_get_automake_snippet): Append an automatically
23352         computed EXTRA_DIST augmentation.
23353         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
23354         * modules/alloca-opt (Makefile.am): Likewise.
23355         * modules/allocsa (Makefile.am): Likewise.
23356         * modules/arcfour (Makefile.am): Likewise.
23357         * modules/arctwo (Makefile.am): Likewise.
23358         * modules/argmatch (Makefile.am): Likewise.
23359         * modules/argz (Makefile.am): Likewise.
23360         * modules/atexit (Makefile.am): Likewise.
23361         * modules/backupfile (Makefile.am): Likewise.
23362         * modules/byteswap (Makefile.am): Likewise.
23363         * modules/c-strtod (Makefile.am): Likewise.
23364         * modules/c-strtold (Makefile.am): Likewise.
23365         * modules/calloc (Makefile.am): Likewise.
23366         * modules/canon-host (Makefile.am): Likewise.
23367         * modules/canonicalize (Makefile.am): Likewise.
23368         * modules/chdir-long (Makefile.am): Likewise.
23369         * modules/chdir-safer (Makefile.am): Likewise.
23370         * modules/check-version (Makefile.am): Likewise.
23371         * modules/chown (Makefile.am): Likewise.
23372         * modules/cloexec (Makefile.am): Likewise.
23373         * modules/close-stream (Makefile.am): Likewise.
23374         * modules/closeout (Makefile.am): Likewise.
23375         * modules/crc (Makefile.am): Likewise.
23376         * modules/csharpexec (Makefile.am): Likewise.
23377         * modules/cycle-check (Makefile.am): Likewise.
23378         * modules/des (Makefile.am): Likewise.
23379         * modules/dev-ino (Makefile.am): Likewise.
23380         * modules/dirfd (Makefile.am): Likewise.
23381         * modules/dirname (Makefile.am): Likewise.
23382         * modules/dup2 (Makefile.am): Likewise.
23383         * modules/eealloc (Makefile.am): Likewise.
23384         * modules/error (Makefile.am): Likewise.
23385         * modules/euidaccess (Makefile.am): Likewise.
23386         * modules/exclude (Makefile.am): Likewise.
23387         * modules/exitfail (Makefile.am): Likewise.
23388         * modules/fcntl-safer (Makefile.am): Likewise.
23389         * modules/fcntl (Makefile.am): Likewise.
23390         * modules/file-type (Makefile.am): Likewise.
23391         * modules/fileblocks (Makefile.am): Likewise.
23392         * modules/filemode (Makefile.am): Likewise.
23393         * modules/filenamecat (Makefile.am): Likewise.
23394         * modules/fnmatch (Makefile.am): Likewise.
23395         * modules/fopen-safer (Makefile.am): Likewise.
23396         * modules/fpending (Makefile.am): Likewise.
23397         * modules/fprintftime (Makefile.am): Likewise.
23398         * modules/free (Makefile.am): Likewise.
23399         * modules/fsusage (Makefile.am): Likewise.
23400         * modules/ftruncate (Makefile.am): Likewise.
23401         * modules/fts (Makefile.am): Likewise.
23402         * modules/gc-arcfour (Makefile.am): Likewise.
23403         * modules/gc-des (Makefile.am): Likewise.
23404         * modules/gc-hmac-md5 (Makefile.am): Likewise.
23405         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
23406         * modules/gc-md4 (Makefile.am): Likewise.
23407         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
23408         * modules/gc-sha1 (Makefile.am): Likewise.
23409         * modules/gc (Makefile.am): Likewise.
23410         * modules/getaddrinfo (Makefile.am): Likewise.
23411         * modules/getcwd (Makefile.am): Likewise.
23412         * modules/getdelim (Makefile.am): Likewise.
23413         * modules/getdomainname (Makefile.am): Likewise.
23414         * modules/getgroups (Makefile.am): Likewise.
23415         * modules/gethostname (Makefile.am): Likewise.
23416         * modules/gethrxtime (Makefile.am): Likewise.
23417         * modules/getline (Makefile.am): Likewise.
23418         * modules/getloadavg (Makefile.am): Likewise.
23419         * modules/getlogin_r (Makefile.am): Likewise.
23420         * modules/getndelim2 (Makefile.am): Likewise.
23421         * modules/getopt (Makefile.am): Likewise.
23422         * modules/getpagesize (Makefile.am): Likewise.
23423         * modules/getpass-gnu (Makefile.am): Likewise.
23424         * modules/getpass (Makefile.am): Likewise.
23425         * modules/getsubopt (Makefile.am): Likewise.
23426         * modules/gettime (Makefile.am): Likewise.
23427         * modules/gettimeofday (Makefile.am): Likewise.
23428         * modules/getugroups (Makefile.am): Likewise.
23429         * modules/getusershell (Makefile.am): Likewise.
23430         * modules/glob (Makefile.am): Likewise.
23431         * modules/group-member (Makefile.am): Likewise.
23432         * modules/hard-locale (Makefile.am): Likewise.
23433         * modules/hash (Makefile.am): Likewise.
23434         * modules/hmac-md5 (Makefile.am): Likewise.
23435         * modules/hmac-sha1 (Makefile.am): Likewise.
23436         * modules/human (Makefile.am): Likewise.
23437         * modules/idcache (Makefile.am): Likewise.
23438         * modules/imaxabs (Makefile.am): Likewise.
23439         * modules/imaxdiv (Makefile.am): Likewise.
23440         * modules/inet_ntop (Makefile.am): Likewise.
23441         * modules/inet_pton (Makefile.am): Likewise.
23442         * modules/intprops (Makefile.am): Likewise.
23443         * modules/inttostr (Makefile.am): Likewise.
23444         * modules/inttypes (Makefile.am): Likewise.
23445         * modules/isapipe (Makefile.am): Likewise.
23446         * modules/javaversion (Makefile.am): Likewise.
23447         * modules/lchmod (Makefile.am): Likewise.
23448         * modules/lchown (Makefile.am): Likewise.
23449         * modules/localcharset (Makefile.am): Likewise.
23450         * modules/long-options (Makefile.am): Likewise.
23451         * modules/lstat (Makefile.am): Likewise.
23452         * modules/malloc (Makefile.am): Likewise.
23453         * modules/mathl (Makefile.am): Likewise.
23454         * modules/mbchar (Makefile.am): Likewise.
23455         * modules/md2 (Makefile.am): Likewise.
23456         * modules/md4 (Makefile.am): Likewise.
23457         * modules/md5 (Makefile.am): Likewise.
23458         * modules/memcasecmp (Makefile.am): Likewise.
23459         * modules/memchr (Makefile.am): Likewise.
23460         * modules/memcmp (Makefile.am): Likewise.
23461         * modules/memcoll (Makefile.am): Likewise.
23462         * modules/memcpy (Makefile.am): Likewise.
23463         * modules/memmem (Makefile.am): Likewise.
23464         * modules/memmove (Makefile.am): Likewise.
23465         * modules/mempcpy (Makefile.am): Likewise.
23466         * modules/memrchr (Makefile.am): Likewise.
23467         * modules/memset (Makefile.am): Likewise.
23468         * modules/memxor (Makefile.am): Likewise.
23469         * modules/mkancesdirs (Makefile.am): Likewise.
23470         * modules/mkdir-p (Makefile.am): Likewise.
23471         * modules/mkdir (Makefile.am): Likewise.
23472         * modules/mkdtemp (Makefile.am): Likewise.
23473         * modules/mkstemp (Makefile.am): Likewise.
23474         * modules/mktime (Makefile.am): Likewise.
23475         * modules/modechange (Makefile.am): Likewise.
23476         * modules/mountlist (Makefile.am): Likewise.
23477         * modules/nanosleep (Makefile.am): Likewise.
23478         * modules/obstack (Makefile.am): Likewise.
23479         * modules/openat (Makefile.am): Likewise.
23480         * modules/pagealign_alloc (Makefile.am): Likewise.
23481         * modules/pathmax (Makefile.am): Likewise.
23482         * modules/physmem (Makefile.am): Likewise.
23483         * modules/poll (Makefile.am): Likewise.
23484         * modules/posixtm (Makefile.am): Likewise.
23485         * modules/posixver (Makefile.am): Likewise.
23486         * modules/putenv (Makefile.am): Likewise.
23487         * modules/quote (Makefile.am): Likewise.
23488         * modules/quotearg (Makefile.am): Likewise.
23489         * modules/raise (Makefile.am): Likewise.
23490         * modules/read-file (Makefile.am): Likewise.
23491         * modules/readline (Makefile.am): Likewise.
23492         * modules/readlink (Makefile.am): Likewise.
23493         * modules/readtokens (Makefile.am): Likewise.
23494         * modules/readutmp (Makefile.am): Likewise.
23495         * modules/realloc (Makefile.am): Likewise.
23496         * modules/regex (Makefile.am): Likewise.
23497         * modules/rename-dest-slash (Makefile.am): Likewise.
23498         * modules/rename (Makefile.am): Likewise.
23499         * modules/rijndael (Makefile.am): Likewise.
23500         * modules/rmdir (Makefile.am): Likewise.
23501         * modules/rpmatch (Makefile.am): Likewise.
23502         * modules/safe-read (Makefile.am): Likewise.
23503         * modules/safe-write (Makefile.am): Likewise.
23504         * modules/same-inode (Makefile.am): Likewise.
23505         * modules/same (Makefile.am): Likewise.
23506         * modules/save-cwd (Makefile.am): Likewise.
23507         * modules/savedir (Makefile.am): Likewise.
23508         * modules/setenv (Makefile.am): Likewise.
23509         * modules/settime (Makefile.am): Likewise.
23510         * modules/sha1 (Makefile.am): Likewise.
23511         * modules/sig2str (Makefile.am): Likewise.
23512         * modules/snprintf (Makefile.am): Likewise.
23513         * modules/stat-macros (Makefile.am): Likewise.
23514         * modules/stat-time (Makefile.am): Likewise.
23515         * modules/stdbool (Makefile.am): Likewise.
23516         * modules/stdint (Makefile.am): Likewise.
23517         * modules/stdlib-safer (Makefile.am): Likewise.
23518         * modules/stpcpy (Makefile.am): Likewise.
23519         * modules/stpncpy (Makefile.am): Likewise.
23520         * modules/strcase (Makefile.am): Likewise.
23521         * modules/strcasestr (Makefile.am): Likewise.
23522         * modules/strchrnul (Makefile.am): Likewise.
23523         * modules/strcspn (Makefile.am): Likewise.
23524         * modules/strdup (Makefile.am): Likewise.
23525         * modules/strerror (Makefile.am): Likewise.
23526         * modules/strftime (Makefile.am): Likewise.
23527         * modules/strndup (Makefile.am): Likewise.
23528         * modules/strnlen (Makefile.am): Likewise.
23529         * modules/strpbrk (Makefile.am): Likewise.
23530         * modules/strsep (Makefile.am): Likewise.
23531         * modules/strstr (Makefile.am): Likewise.
23532         * modules/strtod (Makefile.am): Likewise.
23533         * modules/strtoimax (Makefile.am): Likewise.
23534         * modules/strtok_r (Makefile.am): Likewise.
23535         * modules/strtol (Makefile.am): Likewise.
23536         * modules/strtoll (Makefile.am): Likewise.
23537         * modules/strtoul (Makefile.am): Likewise.
23538         * modules/strtoull (Makefile.am): Likewise.
23539         * modules/strtoumax (Makefile.am): Likewise.
23540         * modules/strverscmp (Makefile.am): Likewise.
23541         * modules/sys_socket (Makefile.am): Likewise.
23542         * modules/sys_stat (Makefile.am): Likewise.
23543         * modules/sysexits (Makefile.am): Likewise.
23544         * modules/time_r (Makefile.am): Likewise.
23545         * modules/timegm (Makefile.am): Likewise.
23546         * modules/timespec (Makefile.am): Likewise.
23547         * modules/tmpfile-safer (Makefile.am): Likewise.
23548         * modules/trim (Makefile.am): Likewise.
23549         * modules/unistd-safer (Makefile.am): Likewise.
23550         * modules/unlinkdir (Makefile.am): Likewise.
23551         * modules/unlocked-io (Makefile.am): Likewise.
23552         * modules/userspec (Makefile.am): Likewise.
23553         * modules/utime (Makefile.am): Likewise.
23554         * modules/utimecmp (Makefile.am): Likewise.
23555         * modules/utimens (Makefile.am): Likewise.
23556         * modules/vasnprintf (Makefile.am): Likewise.
23557         * modules/vasprintf (Makefile.am): Likewise.
23558         * modules/vsnprintf (Makefile.am): Likewise.
23559         * modules/xalloc (Makefile.am): Likewise.
23560         * modules/xgetcwd (Makefile.am): Likewise.
23561         * modules/xnanosleep (Makefile.am): Likewise.
23562         * modules/xreadlink (Makefile.am): Likewise.
23563         * modules/xstrtod (Makefile.am): Likewise.
23564         * modules/xstrtol (Makefile.am): Likewise.
23565         * modules/xstrtold (Makefile.am): Likewise.
23566         * modules/yesno (Makefile.am): Likewise.
23567         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
23568
23569 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
23570
23571         * modules/error (Makefile.am): Distribute files through
23572         EXTRA_DIST, not lib_SOURCES.
23573
23574 2006-10-12  Eric Blake  <ebb9@byu.net>
23575
23576         * modules/error (Makefile.am): Distribute files in /lib.
23577         * modules/obstack (Makefile.am): Likewise.
23578
23579 2006-10-12  Bruno Haible  <bruno@clisp.org>
23580
23581         * modules/acl (Makefile.am): Distribute all files in lib/ through
23582         EXTRA_DIST.
23583         * modules/arcfour (Makefile.am): Likewise.
23584         * modules/arctwo (Makefile.am): Likewise.
23585         * modules/argmatch (Makefile.am): Likewise.
23586         * modules/argz (Makefile.am): Likewise.
23587         * modules/atexit (Makefile.am): Likewise.
23588         * modules/backupfile (Makefile.am): Likewise.
23589         * modules/c-strtod (Makefile.am): Likewise.
23590         * modules/c-strtold (Makefile.am): Likewise.
23591         * modules/calloc (Makefile.am): Likewise.
23592         * modules/canon-host (Makefile.am): Likewise.
23593         * modules/canonicalize (Makefile.am): Likewise.
23594         * modules/chdir-long (Makefile.am): Likewise.
23595         * modules/chdir-safer (Makefile.am): Likewise.
23596         * modules/check-version (Makefile.am): Likewise.
23597         * modules/chown (Makefile.am): Likewise.
23598         * modules/cloexec (Makefile.am): Likewise.
23599         * modules/close-stream (Makefile.am): Likewise.
23600         * modules/closeout (Makefile.am): Likewise.
23601         * modules/crc (Makefile.am): Likewise.
23602         * modules/cycle-check (Makefile.am): Likewise.
23603         * modules/des (Makefile.am): Likewise.
23604         * modules/dirfd (Makefile.am): Likewise.
23605         * modules/dirname (Makefile.am): Likewise.
23606         * modules/dup2 (Makefile.am): Likewise.
23607         * modules/euidaccess (Makefile.am): Likewise.
23608         * modules/exclude (Makefile.am): Likewise.
23609         * modules/exitfail (Makefile.am): Likewise.
23610         * modules/fcntl-safer (Makefile.am): Likewise.
23611         * modules/file-type (Makefile.am): Likewise.
23612         * modules/fileblocks (Makefile.am): Likewise.
23613         * modules/filemode (Makefile.am): Likewise.
23614         * modules/filenamecat (Makefile.am): Likewise.
23615         * modules/fnmatch (Makefile.am): Likewise.
23616         * modules/fopen-safer (Makefile.am): Likewise.
23617         * modules/fpending (Makefile.am): Likewise.
23618         * modules/fprintftime (Makefile.am): Likewise.
23619         * modules/free (Makefile.am): Likewise.
23620         * modules/fsusage (Makefile.am): Likewise.
23621         * modules/ftruncate (Makefile.am): Likewise.
23622         * modules/fts (Makefile.am): Likewise.
23623         * modules/gc (Makefile.am): Likewise.
23624         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
23625         * modules/getaddrinfo (Makefile.am): Likewise.
23626         * modules/getcwd (Makefile.am): Likewise.
23627         * modules/getdelim (Makefile.am): Likewise.
23628         * modules/getdomainname (Makefile.am): Likewise.
23629         * modules/getgroups (Makefile.am): Likewise.
23630         * modules/gethostname (Makefile.am): Likewise.
23631         * modules/gethrxtime (Makefile.am): Likewise.
23632         * modules/getline (Makefile.am): Likewise.
23633         * modules/getloadavg (Makefile.am): Likewise.
23634         * modules/getlogin_r (Makefile.am): Likewise.
23635         * modules/getopt (Makefile.am): Likewise.
23636         * modules/getpass (Makefile.am): Likewise.
23637         * modules/getpass-gnu (Makefile.am): Likewise.
23638         * modules/getsubopt (Makefile.am): Likewise.
23639         * modules/gettime (Makefile.am): Likewise.
23640         * modules/gettimeofday (Makefile.am): Likewise.
23641         * modules/getugroups (Makefile.am): Likewise.
23642         * modules/getusershell (Makefile.am): Likewise.
23643         * modules/glob (Makefile.am): Likewise.
23644         * modules/group-member (Makefile.am): Likewise.
23645         * modules/hard-locale (Makefile.am): Likewise.
23646         * modules/hash (Makefile.am): Likewise.
23647         * modules/hmac-md5 (Makefile.am): Likewise.
23648         * modules/hmac-sha1 (Makefile.am): Likewise.
23649         * modules/human (Makefile.am): Likewise.
23650         * modules/idcache (Makefile.am): Likewise.
23651         * modules/imaxabs (Makefile.am): Likewise.
23652         * modules/imaxdiv (Makefile.am): Likewise.
23653         * modules/inet_ntop (Makefile.am): Likewise.
23654         * modules/inet_pton (Makefile.am): Likewise.
23655         * modules/inttostr (Makefile.am): Likewise.
23656         * modules/isapipe (Makefile.am): Likewise.
23657         * modules/lchown (Makefile.am): Likewise.
23658         * modules/long-options (Makefile.am): Likewise.
23659         * modules/lstat (Makefile.am): Likewise.
23660         * modules/malloc (Makefile.am): Likewise.
23661         * modules/mathl (Makefile.am): Likewise.
23662         * modules/mbchar (Makefile.am): Likewise.
23663         * modules/md2 (Makefile.am): Likewise.
23664         * modules/md4 (Makefile.am): Likewise.
23665         * modules/md5 (Makefile.am): Likewise.
23666         * modules/memcasecmp (Makefile.am): Likewise.
23667         * modules/memchr (Makefile.am): Likewise.
23668         * modules/memcmp (Makefile.am): Likewise.
23669         * modules/memcoll (Makefile.am): Likewise.
23670         * modules/memcpy (Makefile.am): Likewise.
23671         * modules/memmem (Makefile.am): Likewise.
23672         * modules/memmove (Makefile.am): Likewise.
23673         * modules/mempcpy (Makefile.am): Likewise.
23674         * modules/memrchr (Makefile.am): Likewise.
23675         * modules/memset (Makefile.am): Likewise.
23676         * modules/memxor (Makefile.am): Likewise.
23677         * modules/mkancesdirs (Makefile.am): Likewise.
23678         * modules/mkdir (Makefile.am): Likewise.
23679         * modules/mkdir-p (Makefile.am): Likewise.
23680         * modules/mkdtemp (Makefile.am): Likewise.
23681         * modules/mkstemp (Makefile.am): Likewise.
23682         * modules/mktime (Makefile.am): Likewise.
23683         * modules/modechange (Makefile.am): Likewise.
23684         * modules/mountlist (Makefile.am): Likewise.
23685         * modules/nanosleep (Makefile.am): Likewise.
23686         * modules/openat (Makefile.am): Likewise.
23687         * modules/pagealign_alloc (Makefile.am): Likewise.
23688         * modules/physmem (Makefile.am): Likewise.
23689         * modules/poll (Makefile.am): Likewise.
23690         * modules/posixtm (Makefile.am): Likewise.
23691         * modules/posixver (Makefile.am): Likewise.
23692         * modules/putenv (Makefile.am): Likewise.
23693         * modules/quote (Makefile.am): Likewise.
23694         * modules/quotearg (Makefile.am): Likewise.
23695         * modules/raise (Makefile.am): Likewise.
23696         * modules/read-file (Makefile.am): Likewise.
23697         * modules/readline (Makefile.am): Likewise.
23698         * modules/readlink (Makefile.am): Likewise.
23699         * modules/readtokens (Makefile.am): Likewise.
23700         * modules/readutmp (Makefile.am): Likewise.
23701         * modules/realloc (Makefile.am): Likewise.
23702         * modules/regex (Makefile.am): Likewise.
23703         * modules/rename (Makefile.am): Likewise.
23704         * modules/rename-dest-slash (Makefile.am): Likewise.
23705         * modules/rijndael (Makefile.am): Likewise.
23706         * modules/rmdir (Makefile.am): Likewise.
23707         * modules/rpmatch (Makefile.am): Likewise.
23708         * modules/safe-read (Makefile.am): Likewise.
23709         * modules/safe-write (Makefile.am): Likewise.
23710         * modules/same (Makefile.am): Likewise.
23711         * modules/save-cwd (Makefile.am): Likewise.
23712         * modules/savedir (Makefile.am): Likewise.
23713         * modules/setenv (Makefile.am): Likewise.
23714         * modules/settime (Makefile.am): Likewise.
23715         * modules/sha1 (Makefile.am): Likewise.
23716         * modules/sig2str (Makefile.am): Likewise.
23717         * modules/snprintf (Makefile.am): Likewise.
23718         * modules/stdlib-safer (Makefile.am): Likewise.
23719         * modules/stpcpy (Makefile.am): Likewise.
23720         * modules/stpncpy (Makefile.am): Likewise.
23721         * modules/strcase (Makefile.am): Likewise.
23722         * modules/strcasestr (Makefile.am): Likewise.
23723         * modules/strchrnul (Makefile.am): Likewise.
23724         * modules/strcspn (Makefile.am): Likewise.
23725         * modules/strdup (Makefile.am): Likewise.
23726         * modules/strerror (Makefile.am): Likewise.
23727         * modules/strftime (Makefile.am): Likewise.
23728         * modules/strndup (Makefile.am): Likewise.
23729         * modules/strnlen (Makefile.am): Likewise.
23730         * modules/strpbrk (Makefile.am): Likewise.
23731         * modules/strsep (Makefile.am): Likewise.
23732         * modules/strstr (Makefile.am): Likewise.
23733         * modules/strtod (Makefile.am): Likewise.
23734         * modules/strtoimax (Makefile.am): Likewise.
23735         * modules/strtok_r (Makefile.am): Likewise.
23736         * modules/strtol (Makefile.am): Likewise.
23737         * modules/strtoll (Makefile.am): Likewise.
23738         * modules/strtoul (Makefile.am): Likewise.
23739         * modules/strtoull (Makefile.am): Likewise.
23740         * modules/strtoumax (Makefile.am): Likewise.
23741         * modules/strverscmp (Makefile.am): Likewise.
23742         * modules/time_r (Makefile.am): Likewise.
23743         * modules/timegm (Makefile.am): Likewise.
23744         * modules/tmpfile-safer (Makefile.am): Likewise.
23745         * modules/unistd-safer (Makefile.am): Likewise.
23746         * modules/unlinkdir (Makefile.am): Likewise.
23747         * modules/userspec (Makefile.am): Likewise.
23748         * modules/utime (Makefile.am): Likewise.
23749         * modules/utimecmp (Makefile.am): Likewise.
23750         * modules/utimens (Makefile.am): Likewise.
23751         * modules/vasnprintf (Makefile.am): Likewise.
23752         * modules/vasprintf (Makefile.am): Likewise.
23753         * modules/vsnprintf (Makefile.am): Likewise.
23754         * modules/xalloc (Makefile.am): Likewise.
23755         * modules/xgetcwd (Makefile.am): Likewise.
23756         * modules/xnanosleep (Makefile.am): Likewise.
23757         * modules/xreadlink (Makefile.am): Likewise.
23758         * modules/xstrtod (Makefile.am): Likewise.
23759         * modules/xstrtol (Makefile.am): Likewise.
23760         * modules/xstrtold (Makefile.am): Likewise.
23761         * modules/yesno (Makefile.am): Likewise.
23762
23763 2006-10-12  Jim Meyering  <jim@meyering.net>
23764
23765         * m4/getloadavg.m4: Revert the change below.
23766
23767         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
23768         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
23769         fail with a symlink, which is what coreutils' ./bootstrap now
23770         creates by default.
23771
23772 2006-10-12  Bruno Haible  <bruno@clisp.org>
23773
23774         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
23775         mingw.
23776         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
23777         MSVC and mingw explicitly.
23778
23779 2006-10-11  Simon Josefsson  <jas@extundo.com>
23780             Bruno Haible  <bruno@clisp.org>
23781
23782         Add support for multiple gnulib-tool invocations in the scope of a
23783         single configure.ac file.
23784         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
23785         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
23786         with the same contents as the _LIBADD variable.
23787         (func_emit_initmacro_start, func_emit_initmacro_end,
23788         func_emit_initmacro_done): New functions.
23789         (func_import, func_create_testdir): Invoke them. Allow the identifiers
23790         gl_LIBOBJS and gl_LTLIBOBJS.
23791
23792 2006-10-11  Bruno Haible  <bruno@clisp.org>
23793
23794         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
23795         (func_create_testdir): Don't create po/Makefile.am, don't invoke
23796         autoreconf. Instead, invoke autopoint explicitly but move back the
23797         *.m4 files from gnulib.
23798
23799 2006-10-11  Bruno Haible  <bruno@clisp.org>
23800
23801         * gnulib-tool (func_usage): Make module names after --create-testdir
23802         optional.
23803         (func_create_testdir): If no module was specified, use nearly all
23804         modules.
23805
23806 2006-10-12  Jim Meyering  <jim@meyering.net>
23807
23808         Big performance improvement for fts-based tools that use FTS_NOSTAT.
23809         Avoid spurious inode-mismatch problems on non-POSIX file systems.
23810         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
23811         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
23812         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
23813         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
23814         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
23815         (fts_set_stat_required): New function.
23816         (fts_open): Defer the calls to fts_stat, if possible or requested.
23817         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
23818         into fts_stat itself.
23819         (fts_read): Perform any required (deferred) fts_stat call.
23820         (fts_build): Likewise, for the directory we're about to open and read.
23821         In the readdir loop, carefully decide whether each entry will require
23822         an eventual call to fts_stat, using dirent.d_type info if available.
23823         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
23824         a command line argument into this function.  Update all callers.
23825         Map a return value of FTS_DOT to FTS_D for a command line argument.
23826         * modules/fts (Depends-on): Add d-type.  Alphabetize.
23827         Thanks to Miklos Szeredi for his tenacity and for the initial
23828         bug report about "find" failing on a FUSE-based file system.
23829
23830         * lib/fts.c (fts_open): Use consistent indentation.
23831
23832 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
23833
23834         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
23835         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
23836         reported by Jim Meyering.  All uses of cache variables renamed
23837         to match Autoconf's.
23838         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
23839         the other one.
23840
23841         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
23842         Fix misspelling in diagnostic.
23843
23844 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
23845
23846         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
23847         defined.  Problem reported by Matthew Woehlke.
23848
23849         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
23850         Add support for Tandem NonStop R series.
23851         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
23852         Use new macro.
23853
23854         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
23855         (has_trailing_slash): Omit size arg; all callers changed.
23856         Omit 'inline', since it doesn't help performance and we'd
23857         need to configure it.
23858         Don't count //, ///, etc. as having a trailing slash.
23859         As a side effect, this removes a C99ism reported by Matthew Woehlke.
23860         (rpl_rename_dest_slash): On failure, use rename's errno rather
23861         than (in some cases) an incorrect or junk errno.
23862         Simplify code by removing need to compute length; this does
23863         cause it to make two passes instead of one over the file name,
23864         but it's worth it.
23865
23866         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
23867         change, since Autoconf's version may no longer be appropriate now
23868         that we are using CVS Autoconf's version.  Add support for Tandem.
23869
23870 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
23871             Bruno Haible  <bruno@clisp.org>
23872
23873         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
23874         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
23875         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
23876         gl_AC_TYPE_LONG_LONG.
23877
23878         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
23879         instead of HAVE_LONG_LONG.
23880         * lib/printf-args.c (printf_fetchargs): Likewise.
23881         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
23882         * lib/vasnprintf.c (VASNPRINTF): Likewise.
23883         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
23884         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
23885         gl_AC_TYPE_LONG_LONG.
23886
23887 2006-10-11  Bruno Haible  <bruno@clisp.org>
23888
23889         * m4/longlong.m4: Add comments.
23890         * m4/ulonglong.m4: Likewise.
23891
23892 2006-10-10  Bruno Haible  <bruno@clisp.org>
23893
23894         Make it possible to #define stpcpy, strdup to aliases.
23895         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
23896         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
23897
23898 2006-10-10  Bruno Haible  <bruno@clisp.org>
23899
23900         Make it possible to #define gcd to an alias.
23901         * lib/gcd.c: Include config.h.
23902
23903 2006-10-10  Bruno Haible  <bruno@clisp.org>
23904
23905         Make it possible to #define c_isascii to an alias.
23906         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
23907         defined. Undefine the macros before defining them, to avoid gcc
23908         warnings.
23909         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
23910         define NO_C_CTYPE_MACROS early.
23911
23912 2006-10-10  Bruno Haible  <bruno@clisp.org>
23913
23914         Make it possible to #define set_program_name to an alias.
23915         * lib/progname.c: Don't undefine set_program_name; instead, undefine
23916         ENABLE_RELOCATABLE early.
23917
23918 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
23919
23920         Port to Tandem NSK OSS, which has 64-bit signed int but at most
23921         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
23922         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
23923         More generally, don't assume that 64-bit signed int is available
23924         if unsigned int is, and vice versa.
23925         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
23926         unsigned symbols, not on their signed counterparts.
23927         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
23928         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
23929         (UINT64_C, UINTMAX_C):
23930         Likewise.
23931         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
23932         unsigned counterparts.
23933         (Have_long_long, Unsigned): New macros.
23934         (Int): Renamed from INT.
23935         (strtoimax): Use the new macros.
23936         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
23937         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
23938         * modules/inttypes (inttypes.h): Substitute
23939         HAVE_UNSIGNED_LONG_LONG_INT.
23940         * modules/stdint (stdint.h): Likewise.
23941         (Files): Add m4/ulonglong.m4.
23942
23943 2006-10-10  Bruno Haible  <bruno@clisp.org>
23944
23945         Fix a gcc -Wshadow warning.
23946         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
23947         to 'bucket'.
23948         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
23949         gl_linked_indexof_from_to): Likewise.
23950         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
23951         Likewise.
23952         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
23953         Likewise.
23954         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
23955         Reported by Eric Blake.
23956
23957 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
23958
23959         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
23960         for NetBSD.  Problem reported by Bruno Haible.
23961
23962 2006-10-09  Jim Meyering  <jim@meyering.net>
23963
23964         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
23965         Patch from Bruno Haible.
23966
23967 2006-10-09  Jim Meyering  <jim@meyering.net>
23968
23969         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
23970         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
23971         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
23972
23973 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
23974
23975         Don't include <config.h> twice; this doesn't work in some cases,
23976         e.g., when config.h has "#define intmax_t long long int" and
23977         we include <config.h>, <inttypes.h>, <config.h> in that order.
23978         Problem reported by Matthew Woehlke in:
23979         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
23980         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
23981         * lib/fts-cycle.c: Don't include config.h.
23982         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
23983         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
23984         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
23985         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
23986         inttypes.h.
23987         * lib/xstrtoumax.c: Likewise.
23988         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
23989         __strtol and the like, so that this module is more like its siblings.
23990         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
23991         Remove; no longer needed now that we assume gnulib inttypes.h.
23992
23993 2006-10-08  Bruno Haible  <bruno@clisp.org>
23994
23995         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
23996         option.
23997
23998 2006-10-07  Jim Meyering  <jim@meyering.net>
23999
24000         * modules/inttypes (inttypes.h): Revert what seems to have been
24001         an inadvertent part of today's change: use "|", not "/" in the
24002         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
24003
24004 2006-10-07  Bruno Haible  <bruno@clisp.org>
24005
24006         * modules/sublist: New file.
24007
24008 2006-10-07  Bruno Haible  <bruno@clisp.org>
24009
24010         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
24011         * modules/argz (argz.h): Likewise.
24012         * modules/arpa_inet (arpa/inet.h): Likewise.
24013         * modules/byteswap (byteswap.h): Likewise.
24014         * modules/configmake (configmake.h): Likewise.
24015         * modules/fcntl (fcntl.h): Likewise.
24016         * modules/fnmatch (fnmatch.h): Likewise.
24017         * modules/getopt (getopt.h): Likewise.
24018         * modules/glob (glob.h): Likewise.
24019         * modules/inttypes (inttypes.h): Likewise.
24020         * modules/netinet_in (netinet/in.h): Likewise.
24021         * modules/poll (poll.h): Likewise.
24022         * modules/stdbool (stdbool.h): Likewise.
24023         * modules/stdint (stdint.h): Likewise.
24024         * modules/sys_select (sys/select.h): Likewise.
24025         * modules/sys_socket (sys/socket.h): Likewise.
24026         * modules/sys_stat (sys/stat.h): Likewise.
24027         * modules/sysexits (sysexits.h): Likewise.
24028         * modules/unistd (unistd.h): Likewise.
24029         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24030         Add a "DO NOT EDIT" comment to the generated file.
24031         (func_import): Likewise for gnulib-comp.m4.
24032
24033 2006-10-07  Bruno Haible  <bruno@clisp.org>
24034
24035         * lib/gl_sublist.h: New file.
24036         * lib/gl_sublist.c: New file.
24037
24038 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24039
24040         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
24041         name (relative to the original working directory) and the file
24042         name component (relative to the temporary working directory).  All
24043         callers changed.
24044         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
24045         * lib/mkdir-p.c (make_dir_parents): Likewise.
24046         * lib/mkdir-p.h (make_dir_parents): Likewise.
24047
24048 2006-10-06  Eric Blake  <ebb9@byu.net>
24049
24050         Define several macros for use by the clean-temp module.
24051         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
24052         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
24053         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
24054
24055         * lib/clean-temp.h (close_stream_temp): New declaration.
24056         * lib/clean-temp.c (includes): Pull in headers according to what
24057         other modules are in use.
24058         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
24059
24060 2006-10-06  Bruno Haible  <bruno@clisp.org>
24061
24062         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
24063         instead of fopen, fwriteerror.
24064
24065 2006-10-06  Bruno Haible  <bruno@clisp.org>
24066
24067         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
24068         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
24069         int.
24070         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
24071         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
24072         Return an error indicator.
24073         Suggested by Eric Blake.
24074
24075 2006-10-06  Bruno Haible  <bruno@clisp.org>
24076
24077         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
24078         Reported by Eric Blake.
24079
24080 2006-10-06  Bruno Haible  <bruno@clisp.org>
24081
24082         * modules/closeout (Description): Mention stderr too.
24083
24084 2006-10-06  Bruno Haible  <bruno@clisp.org>
24085         and Paul Eggert  <eggert@cs.ucla.edu>
24086
24087         * lib/closeout.c (close_stdout): Also close stderr.
24088         * lib/closeout.h: Update comment.
24089
24090 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
24091
24092         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
24093         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
24094         * lib/dirchownmod.c: Include lchown.h.
24095         * lib/lchown.c: Don't include files that lchown.h now includes.
24096         Don't declare chown, since lchown.h now does that.
24097         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
24098         (lchown): Define to rpl_chown if lchown is declared but
24099         does not exist.  Declare using a prototype if lchown is not
24100         declared.  Add a copyright notice.
24101         * lib/mkstemp.h: Include <unistd.h>.
24102         * lib/openat.c: Include lchown.h.
24103
24104         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
24105         we now test for that separately.
24106         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
24107         rather than O_NOFOLLOW, when testing whether it's possible to
24108         avoid a race condition reliably.
24109         * lib/savewd.c (savewd_chdir): Likewise.
24110
24111         Remove macros that are no longer needed now that stdint.h is
24112         reliable.
24113         * lib/fsusage.c (UINTMAX_MAX): Remove.
24114         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
24115         * lib/utimecmp.c (SIZE_MAX): Remove.
24116
24117         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
24118
24119         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
24120         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
24121         O_NOATIME works.
24122
24123 2006-10-05  Bruno Haible  <bruno@clisp.org>
24124
24125         * lib/gl_list.h (gl_sortedlist_search_from_to,
24126         gl_sortedlist_indexof_from_to): New declarations.
24127         (gl_list_implementation): New fields sortedlist_search_from_to,
24128         sortedlist_indexof_from_to.
24129         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
24130         inline functions.
24131         * lib/gl_list.c (gl_sortedlist_search_from_to,
24132         gl_sortedlist_indexof_from_to): New functions.
24133         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
24134         function.
24135         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
24136         (gl_array_sortedlist_search_from_to): New function.
24137         (gl_array_list_implementation): Update.
24138         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
24139         function.
24140         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
24141         (gl_carray_sortedlist_search_from_to): New function.
24142         (gl_carray_list_implementation): Update.
24143         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
24144         gl_linked_sortedlist_indexof_from_to): New functions.
24145         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24146         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24147         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
24148         gl_tree_sortedlist_indexof_from_to): New functions.
24149         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24150         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24151         Update.
24152         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24153         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
24154         Update.
24155
24156 2006-10-05  Bruno Haible  <bruno@clisp.org>
24157
24158         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
24159         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
24160         (struct gl_list_implementation): Add fields search_from_to,
24161         indexof_from_to. Remove fields search, indexof.
24162         (gl_list_search): Use the search_from_to method.
24163         (gl_list_search_from, gl_list_search_from_to): New functions.
24164         (gl_list_indexof): Use the indexof_from_to method.
24165         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
24166         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
24167         (gl_list_search_from, gl_list_search_from_to): New functions.
24168         (gl_list_indexof): Use the indexof_from_to method.
24169         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
24170         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
24171         gl_array_indexof. Add start_index, end_index arguments.
24172         (gl_array_search_from_to): Renamed from gl_array_search. Add
24173         start_index, end_index arguments.
24174         (gl_array_remove, gl_array_list_implementation): Update.
24175         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
24176         gl_carray_indexof. Add start_index, end_index arguments.
24177         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
24178         start_index, end_index arguments.
24179         (gl_carray_remove, gl_carray_list_implementation): Update.
24180         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
24181         gl_linked_search. Add start_index, end_index arguments.
24182         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
24183         start_index, end_index arguments.
24184         (gl_linked_remove): Update.
24185         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24186         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24187         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
24188         field to 'size_t'.
24189         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
24190         gl_tree_search. Add start_index, end_index arguments.
24191         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
24192         start_index, end_index arguments.
24193         (gl_tree_remove): Update.
24194         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24195         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24196         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
24197         function.
24198         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
24199         gl_tree_search. Add start_index, end_index arguments.
24200         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
24201         start_index, end_index arguments.
24202         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24203         Update.
24204         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
24205
24206 2006-10-05  Bruno Haible  <bruno@clisp.org>
24207
24208         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
24209
24210         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
24211         fwriteerror_temp): New declarations.
24212         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
24213         (descriptors): New variable.
24214         (cleanup): First, close the descriptors.
24215         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
24216         fclose_temp, fwriteerror_temp): New functions.
24217
24218 2006-10-04  Jim Meyering  <jim@meyering.net>
24219
24220         * lib/fts.c (fts_open): Tiny comment change.
24221
24222 2006-10-04  Bruno Haible  <bruno@clisp.org>
24223
24224         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
24225         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
24226         gl_LOCK_BODY.
24227         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
24228         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
24229         gl_LOCK_EARLY_BODY.
24230         (gl_LOCK): Require gl_LOCK_BODY.
24231
24232 2006-10-04  Bruno Haible  <bruno@clisp.org>
24233
24234         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
24235         (gl_oset_search_atleast): New declaration.
24236         (struct gl_oset_implementation): Add field 'search_atleast'.
24237         (gl_oset_search_atleast): New inline function.
24238         * lib/gl_oset.c (gl_oset_search_atleast): New function.
24239         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
24240         (gl_array_oset_implementation): Update.
24241         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
24242         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
24243         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
24244
24245 2006-10-04  Bruno Haible  <bruno@clisp.org>
24246
24247         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
24248
24249 2006-10-03  Bruno Haible  <bruno@clisp.org>
24250
24251         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
24252         from gl_avltreehash_list_implementation.
24253
24254 2006-10-03  Bruno Haible  <bruno@clisp.org>
24255
24256         * lib/gl_oset.c (gl_oset_add): Fix return type.
24257
24258 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
24259
24260         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
24261
24262 2006-10-02  Eric Blake  <ebb9@byu.net>
24263
24264         * modules/strnlen (Depends-on): Add extensions.
24265
24266 2006-10-02  Eric Blake  <ebb9@byu.net>
24267
24268         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
24269         definition in 2.60+.
24270
24271 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
24272
24273         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
24274         checks.
24275
24276 2006-10-02  Bruno Haible  <bruno@clisp.org>
24277
24278         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
24279         to the AUTOMAKE_OPTIONS.
24280         Reported by Jim Meyering.
24281
24282 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
24283
24284         Work around bug in Solaris 10 /proc file system:
24285         /proc/self/fd/NNN/.. isn't the parent directory of
24286         the directory whose file descriptor is NNN.  This needs to
24287         be worked around at run time, not compile time, since a
24288         program might be built on Solaris 8, where things work, and
24289         run on Solaris 10.
24290         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
24291         to use the following interface instead:
24292         (OPENAT_BUFFER_SIZE): New macro.
24293         (openat_proc_name): New function.
24294         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
24295         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
24296         Likewise.
24297         * lib/openat-proc.c: New file.
24298         * modules/openat (Files): Add lib/openat-proc.c.
24299         (Depends-on): Add same-inode, stdbool.
24300         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
24301
24302 2006-09-29  Bruno Haible  <bruno@clisp.org>
24303
24304         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
24305         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
24306         argument. Set stdout_closed before testing for ferror, not after.
24307         (fwriteerror, fwriteerror_no_ebadf): New functions.
24308
24309 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24310
24311         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
24312
24313 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
24314
24315         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
24316         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
24317
24318 2006-09-28  Jim Meyering  <jim@meyering.net>
24319
24320         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
24321         Include <unistd.h>.
24322
24323 2006-09-28  Bruno Haible  <bruno@clisp.org>
24324
24325         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
24326         * modules/linkedhash-list (Depends-on): Likewise.
24327         * modules/rbtreehash-list (Depends-on): Likewise.
24328
24329 2006-09-28  Bruno Haible  <bruno@clisp.org>
24330
24331         * lib/strndup.h: Simplify the redefinition of strndup.
24332         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
24333         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
24334
24335 2006-09-28  Bruno Haible  <bruno@clisp.org>
24336
24337         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
24338         * lib/gl_linkedhash_list.c: Likewise.
24339         * lib/gl_rbtreehash_list.c: Likewise.
24340
24341 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
24342
24343         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
24344         getaddrinfo.
24345
24346         * lib/__fpending.h: Don't include <stdio_ext.h> unless
24347         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
24348         it causes <stdio_ext.h> to cause a compile-time error.
24349         Problem reported by Nelson H. F. Beebe.
24350         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
24351         of HAVE_DECL___PENDING.
24352
24353         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
24354         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
24355         declaration.
24356
24357 2006-09-27  Jim Meyering  <jim@meyering.net>
24358
24359         This file could end up with a definition for a function
24360         named __strndup, rather than rpl_strndup on a system with
24361         incomplete weak_alias support.
24362         * lib/strndup.c (strndup): Rename from __strndup.
24363         Remove #defines that used to map __strndup to strndup.
24364         Don't use K&R prototypes.
24365         Remove LIBC-related code, since this file is not sync'd with glibc.
24366         * lib/strndup.h: Revamp, accordingly.
24367         * m4/strndup.m4: Modernize.
24368
24369 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
24370
24371         * modules/savewd (Depends-on): Add 'raise'.
24372         * lib/savewd.c: Include <signal.h>, for 'raise'.
24373
24374 2006-09-26  Jim Meyering  <jim@meyering.net>
24375
24376         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
24377         when we detect Darwin 8.7.0's acl_get_file bug.
24378         Rearrange to perform the new (below) run-test while $LIBS
24379         contains any acl-related library.  Set USE_ACL at the end.
24380         (gl_ACL_GET_FILE): New function.
24381
24382 2006-09-26  Eric Blake  <ebb9@byu.net>
24383
24384         * lib/verror.c: Include <config.h> unconditionally.
24385
24386 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
24387
24388         * modules/clock-time (Maintainer): Add self.
24389         * modules/getlogin_r (Depends-on): Add extensions.
24390
24391 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24392
24393         * modules/clock-time: New module.
24394         * modules/nanosleep (Depends-on): Add clock-time.
24395         * modules/gethrxtime (Depends-on): Likewise.
24396         * modules/gettime (Depends-on): Likewise.
24397         * modules/settime (Depends-on): Likewise.
24398
24399         * modules/fts-lgpl: Depend on openat.
24400         * modules/mkancesdirs: Depend on savewd.
24401         * modules/mkdir-p: Likewise.
24402
24403 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24404
24405         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
24406
24407         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
24408         `gl_have_arbitrary_file_name_length_limit' to
24409         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
24410         actually works between configure runs.
24411
24412 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24413             Bruno Haible  <bruno@clisp.org>
24414
24415         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
24416
24417 2006-09-25  Jim Meyering  <jim@meyering.net>
24418
24419         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
24420         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
24421
24422 2006-09-25  Eric Blake  <ebb9@byu.net>
24423
24424         * gnulib-tool (func_import, func_create_testdir): Fix typos in
24425         exec's in 2006-09-18 patch when shuffling fds.
24426
24427 2006-09-25  Bruno Haible  <bruno@clisp.org>
24428
24429         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
24430         Reported by Jim Meyering.
24431
24432 2006-09-24  Jim Meyering  <jim@meyering.net>
24433
24434         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
24435         compare a pointer against a literal "0".  That caused failures with
24436         at least HP-UX's hpcc.
24437
24438 2006-09-22  Simon Josefsson  <jas@extundo.com>
24439
24440         * modules/gc-sha1:
24441         * modules/gc-md4:
24442         * modules/gc-hmac-sha1:
24443         * modules/gc-hmac-md5:
24444         * modules/gc-des:
24445         * modules/gc-arcfour: Distribute more files.
24446
24447 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24448
24449         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
24450         (gl_linked_iterator_from_to): Initialize struct completely.
24451         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
24452         (gl_tree_iterator_from_to): Likewise
24453         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
24454         * lib/gl_array_list.c [lint] (gl_array_iterator)
24455         (gl_array_iterator_from_to): Likewise.
24456         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
24457         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
24458         (gl_carray_iterator_from_to): Likewise.
24459
24460         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
24461         * lib/md4.c (md4_process_block): Remove unused variable.
24462         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
24463         parentheses for clarity.
24464
24465 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24466
24467         * modules/bison-i18n (Depends-on): Add gettext.
24468
24469 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24470
24471         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
24472         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
24473         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
24474         also add missing comma that caused broken test.
24475         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
24476         stdlib.h, for `abort'.
24477         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
24478         variables.
24479         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
24480         include unistd.h if present, for `rmdir'.
24481         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
24482         variables.
24483         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
24484         in the process include standard headers for prototypes.
24485         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
24486         gets declared on GNU/Linux.
24487         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
24488         unistd.h, for `rmdir'.
24489         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
24490
24491         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
24492         always true.
24493         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
24494
24495         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
24496
24497 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24498
24499         * gnulib-tool (func_version): Create output all at once.  This
24500         may help avoid triggering unnecessary SIGPIPEs, and at any
24501         rate it doesn't hurt.
24502
24503 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24504             Bruno Haible  <bruno@clisp.org>
24505
24506         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
24507         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
24508         * m4/signed.m4 (bh_C_SIGNED): Likewise.
24509
24510         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
24511         (gl_FUNC_VASPRINTF): Invoke it.
24512
24513 2006-09-22  Bruno Haible  <bruno@clisp.org>
24514
24515         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
24516         getloadavg.c as first argument.
24517
24518 2006-09-22  Bruno Haible  <bruno@clisp.org>
24519
24520         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
24521         at the beginning of the gl_INIT macro.
24522         * modules/getloadavg (configure.ac): Pass $gl_source_base to
24523         gl_GETLOADAVG.
24524
24525 2006-09-22  Bruno Haible  <bruno@clisp.org>
24526
24527         * gnulib-tool (func_create_megatestdir): Don't include the config-h
24528         module.
24529         Suggested by Ralf Wildenhues.
24530
24531 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24532
24533         Import this patch from libc:
24534
24535         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
24536
24537         * lib/regex_internal.c (re_string_reconstruct): Handle
24538         offset < pstr->valid_raw_len && pstr->offsets_needed case.
24539         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
24540         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
24541         re_string_context_at.
24542
24543         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
24544         now requires it.
24545         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
24546         gl_REGEX now does it for us.
24547         (gl_REGEX): Add test taken from
24548         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
24549
24550         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
24551         Check that large offsets work.  Modernize Autoconf usages.
24552         Prefer "yes" to mean a good thing rather than a bad.
24553         Don't put "#define mkstemp" in config.h, as this might interfere
24554         with standard system headers that "#define mkstemp mkstemp64".
24555
24556         * modules/mkstemp (Depends-on): Add extensions, so that
24557         mkstemp is visible on some platforms.
24558         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
24559         (Include): Change to "mkstemp.h" from <stdlib.h>.
24560         (Files): Add mkstemp.h.
24561
24562         * lib/mkstemp.h: New file, since some standard headers
24563         #define mkstemp.
24564         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
24565         Include "mkstemp.h".
24566         Make the _LIBC code resemble glibc original more,
24567         e.g., use K&R style.
24568         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
24569         (mkstemp): Remove, since mkstemp.h does this for us.
24570         * lib/stdlib--.h: Include mkstemp.h.
24571
24572         Import this patch from libc:
24573
24574         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
24575
24576         * lib/tempname.c (__gen_tempname): Change attempts_min
24577         into a macro.  Use preprocessor to decide how to initialize
24578         attempts [Coverity CID 67].
24579
24580 2006-09-20  Bruno Haible  <bruno@clisp.org>
24581
24582         * lib/mkdtemp.c: Import from libc.
24583         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
24584                 * sysdeps/posix/tempname.c (__gen_tempname): Change
24585                 attempts_min into a macro.  Use preprocessor to decide how to
24586                 initialize attempts [Coverity CID 67].
24587         2001-11-27  Paul Eggert  <eggert@twinsun.com>
24588                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
24589                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
24590
24591 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24592
24593         * gnulib-tool (func_exit): New function, to allow to pass the
24594         exit status portably through the trap.  Use everywhere.
24595         (--help, --version): Signal a write error.
24596         (trap): catch SIGPIPE, for write errors.
24597         Exit at the end of the trap, with the correct exit status.
24598
24599 2006-09-19  Karl Berry  <karl@gnu.org>
24600
24601         * doc/gnulib.texi: note about the license texinfo files.
24602
24603 2006-09-19  Eric Blake  <ebb9@byu.net>
24604
24605         * gnulib-tool: Avoid space-tab.
24606
24607 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
24608
24609         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
24610         that prevented coreutils 6.1 from building.  Problem reported
24611         by Petter Reinholdtsen.
24612
24613 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
24614
24615         * gnulib-tool (avoidlist): Fix typo that broke options like
24616         --avoid=lock that are used by coreutils bootstrap.
24617
24618 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
24619
24620         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
24621         more systematically.
24622
24623 2006-09-18  Jim Meyering  <jim@meyering.net>
24624
24625         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
24626
24627 2006-09-18  Bruno Haible  <bruno@clisp.org>
24628
24629         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
24630
24631 2006-09-18  Bruno Haible  <bruno@clisp.org>
24632
24633         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
24634         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
24635         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
24636         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
24637         * m4/gettext.m4: Require autoconf >= 2.52.
24638         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
24639         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
24640         of gl_cv_header_inttypes_h.
24641
24642 2006-09-18  Bruno Haible  <bruno@clisp.org>
24643
24644         * lib/javaversion.c: Include configmake.h.
24645
24646 2006-09-18  Bruno Haible  <bruno@clisp.org>
24647
24648         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
24649         avoid that the while loops be executed in a subshell.
24650
24651 2006-09-18  Bruno Haible  <bruno@clisp.org>
24652
24653         * MODULES.html.sh (func_module): Break long lines.
24654         Suggested by Bruce Korb <bkorb@gnu.org>.
24655
24656 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24657
24658         Speed up by a factor of 1.12.
24659         * gnulib-tool (nl): New variable.
24660         (func_import): Rewrite include directive extraction to only read each
24661         directive once.
24662
24663 2006-09-17  Bruno Haible  <bruno@clisp.org>
24664
24665         * modules/javaversion (Makefile.am): Remove DEFS setting.
24666         (Depends-on): Add configmake, for PKGDATADIR definition.
24667
24668 2006-09-17  Bruno Haible  <bruno@clisp.org>
24669
24670         * gnulib-tool (func_create_testdir): Rewrite all files at once.
24671
24672 2006-09-17  Bruno Haible  <bruno@clisp.org>
24673
24674         * gnulib-tool (func_append): New function, stolen from libtool.m4.
24675         (func_modules_transitive_closure, func_modules_add_dummy,
24676         func_modules_to_filelist, func_import, func_create_testdir,
24677         func_create_megatestdir, ...): Use it wherever possible.
24678         Suggested by Ralf Wildenhues.
24679
24680 2006-09-16  Karl Berry  <karl@gnu.org>
24681
24682         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
24683         to avoid sectioning errors.
24684         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
24685         [ifinfo]: blank line after @center-ed titles.
24686         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
24687         Spell FSF address consistently with others.
24688         (These changes approved by rms.)
24689
24690 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24691
24692         Speed up by a factor of 1.61.
24693         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
24694         already checked module names again.
24695
24696 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24697
24698         Speed up by a factor of 1.13.
24699         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
24700         for new_files, and the input to func_add_or_update.
24701
24702 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24703
24704         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
24705         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
24706
24707 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24708
24709         * modules/mkancesdirs (Depends-on): Add fcntl.
24710         * modules/savewd: New file.
24711         * MODULES.html.sh (File system functions): Add savewd.
24712
24713         * modules/configmake (Makefile.am): Add support for the
24714         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
24715
24716 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24717
24718         * m4/savewd.m4: New file.
24719
24720 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24721
24722         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
24723         (dirchownmod): New arg FD.  All callers changed.
24724         Use FD rather than opening the directory ourself, as opening is
24725         now the caller's responsibility.
24726         * lib/dirchownmod.h: Likewise.
24727         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
24728         hosts that require <sys/types.h> before <sys/stat.h>.  Include
24729         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
24730         (test_dir): Remove.
24731         (mkancesdirs): Return length of prefix of FILE that has already
24732         been made, or -2 if there is a child doing the work.  Redo
24733         algorithm so that it is O(N) rather than O(N**2).  Optimize away
24734         ".", and treat ".." specially since it might stray back into
24735         already-created areas.  Use a subprocess if necessary.  New arg
24736         WD; all users changed.  MAKE_DIR function should now return 1
24737         if it creates a directory that is not readable.  Return -2 if
24738         a child process is spun off.
24739         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
24740         Adjust signature to match code.
24741         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
24742         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
24743         all users changed.
24744         * lib/savewd.c, lib/savewd.h: New files.
24745
24746 2006-09-15  Jim Meyering  <jim@meyering.net>
24747
24748         * modules/rename-dest-slash: New module.
24749         * MODULES.html.sh (posix_compat): Add it here.
24750
24751         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
24752
24753 2006-09-15  Jim Meyering  <jim@meyering.net>
24754
24755         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
24756         file.
24757
24758         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
24759
24760 2006-09-15  Jim Meyering  <jim@meyering.net>
24761
24762         * lib/rename-dest-slash.c (has_trailing_slash): Use
24763         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
24764         (rpl_rename_dest_slash): Perform the cheaper trailing slash
24765         test before testing whether SRC is a directory.
24766         Suggestions from Bruno Haible.
24767
24768         Avoid a warning about an unused variable.
24769         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
24770         into the #ifdef block where it's used.
24771
24772         * lib/rename-dest-slash.c: New file.
24773
24774 2006-09-14  Bruno Haible  <bruno@clisp.org>
24775
24776         * lib/allocsa.c: Include <config.h> unconditionally.
24777         * lib/asnprintf.c: Likewise.
24778         * lib/asprintf.c: Likewise.
24779         * lib/c-strcasecmp.c: Likewise.
24780         * lib/c-strcasestr.c: Likewise.
24781         * lib/c-strncasecmp.c: Likewise.
24782         * lib/c-strstr.c: Likewise.
24783         * lib/classpath.c: Likewise.
24784         * lib/clean-temp.c: Likewise.
24785         * lib/concatpath.c: Likewise.
24786         * lib/copy-file.c: Likewise.
24787         * lib/csharpcomp.c: Likewise.
24788         * lib/csharpexec.c: Likewise.
24789         * lib/execute.c: Likewise.
24790         * lib/fatal-signal.c: Likewise.
24791         * lib/findprog.c: Likewise.
24792         * lib/fwriteerror.c: Likewise.
24793         * lib/gl_array_list.c: Likewise.
24794         * lib/gl_array_oset.c: Likewise.
24795         * lib/gl_avltree_list.c: Likewise.
24796         * lib/gl_avltree_oset.c: Likewise.
24797         * lib/gl_avltreehash_list.c: Likewise.
24798         * lib/gl_carray_list.c: Likewise.
24799         * lib/gl_linked_list.c: Likewise.
24800         * lib/gl_linkedhash_list.c: Likewise.
24801         * lib/gl_list.c: Likewise.
24802         * lib/gl_oset.c: Likewise.
24803         * lib/gl_rbtree_list.c: Likewise.
24804         * lib/gl_rbtree_oset.c: Likewise.
24805         * lib/gl_rbtreehash_list.c: Likewise.
24806         * lib/imaxabs.c: Likewise.
24807         * lib/imaxdiv.c: Likewise.
24808         * lib/javacomp.c: Likewise.
24809         * lib/javaexec.c: Likewise.
24810         * lib/javaversion.c: Likewise.
24811         * lib/linebreak.c: Likewise.
24812         * lib/localcharset.c: Likewise.
24813         * lib/lock.c: Likewise.
24814         * lib/mbchar.c: Likewise.
24815         * lib/mbswidth.c: Likewise.
24816         * lib/mkdtemp.c: Likewise.
24817         * lib/pipe.c: Likewise.
24818         * lib/printf-args.c: Likewise.
24819         * lib/printf-parse.c: Likewise.
24820         * lib/progname.c: Likewise.
24821         * lib/progreloc.c: Likewise.
24822         * lib/readlink.c: Likewise.
24823         * lib/sh-quote.c: Likewise.
24824         * lib/stpcpy.c: Likewise.
24825         * lib/stpncpy.c: Likewise.
24826         * lib/strcasecmp.c: Likewise.
24827         * lib/strcasestr.c: Likewise.
24828         * lib/strcspn.c: Likewise.
24829         * lib/striconv.c: Likewise.
24830         * lib/strncasecmp.c: Likewise.
24831         * lib/strnlen1.c: Likewise.
24832         * lib/strstr.c: Likewise.
24833         * lib/strtok_r.c: Likewise.
24834         * lib/tls.c: Likewise.
24835         * lib/tmpdir.c: Likewise.
24836         * lib/unicodeio.c: Likewise.
24837         * lib/unsetenv.c: Likewise.
24838         * lib/vasnprintf.c: Likewise.
24839         * lib/vasprintf.c: Likewise.
24840         * lib/wait-process.c: Likewise.
24841         * lib/xallocsa.c: Likewise.
24842         * lib/xsetenv.c: Likewise.
24843         * lib/xstriconv.c: Likewise.
24844
24845 2006-09-13  Simon Josefsson  <jas@extundo.com>
24846
24847         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
24848         that internally, suggested by Ralf Wildenhues
24849         <Ralf.Wildenhues@gmx.de>.
24850
24851 2006-09-13  Simon Josefsson  <jas@extundo.com>
24852
24853         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
24854         @LIBOBJS@.
24855         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24856
24857 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24858
24859         * lib/_fpending.c: Include <config.h> unconditionally, since we no
24860         longer worry about uses that don't define HAVE_CONFIG_H.
24861         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
24862         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
24863         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
24864         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
24865         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
24866         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
24867         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
24868         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
24869         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
24870         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
24871         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
24872         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
24873         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
24874         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
24875         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
24876         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
24877         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
24878         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
24879         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
24880         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
24881         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
24882         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
24883         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
24884         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
24885         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
24886         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
24887         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
24888         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
24889         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
24890         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
24891         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
24892         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
24893         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
24894         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
24895         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
24896         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
24897         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
24898         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
24899         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
24900         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
24901         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
24902         Likewise.
24903
24904 2006-09-13  Eric Blake  <ebb9@byu.net>
24905
24906         * lib/getopt.c: Fix typo in last commit.
24907
24908 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
24909
24910         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
24911         dgettext.
24912
24913 2006-09-12  Jim Meyering  <jim@meyering.net>
24914
24915         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
24916         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
24917         Reported by Nelson H. F. Beebe.
24918
24919 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24920
24921         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
24922         program_invocation_name and program_invocation_short_name are
24923         initialized.
24924         * lib/argp-namefrob.h: Move declarations of program_invocation_name
24925         and program_invocation_short_name to argp.h, so they are visible
24926         to user programs.
24927         * lib/argp.h: Likewise
24928
24929 2006-09-10  Bruno Haible  <bruno@clisp.org>
24930
24931         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
24932         m4/inttypes_h.m4, m4/uintmax_t.m4.
24933
24934 2006-09-10  Bruno Haible  <bruno@clisp.org>
24935
24936         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
24937         gl_AC_TYPE_UINTMAX_T.
24938
24939 2006-09-10  Bruno Haible  <bruno@clisp.org>
24940
24941         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
24942
24943 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24944
24945         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
24946         convention.  Text proposed by Bruno Haible.
24947         (struct argp_option): Document the use of N_() wrappers.
24948
24949         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
24950         '\v', and translate the two parts separately, instead of feeding
24951         the whole string to gettext.  This allows to exclude
24952         '\v' from the strings visible to the translator by writing doc
24953         strings as N_("..") "\v" N_("..").
24954
24955 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
24956
24957         * config/srclist.txt: Undo latest change; the bug was fixed.
24958
24959 2006-09-09  Bruno Haible  <bruno@clisp.org>
24960
24961         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
24962         assignments if building a library without libtool.
24963         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
24964         in func_emit_lib_Makefile_am.
24965         (func_import): When building a static library libfoo.a, arrange to
24966         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
24967         (func_create_testdir): Likewise.
24968         * modules/gc (configure.ac, Makefile.am): If building statically,
24969         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
24970         * modules/iconvme (configure.ac, Makefile.am): Likewise.
24971         * modules/striconv (configure.ac, Makefile.am): Likewise.
24972         Based on a suggestion by Ralf Wildenhues.
24973
24974 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24975
24976         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
24977         Check for unistd.h too, since Autoconf doesn't assume POSIX.
24978         Also:
24979
24980         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24981         Add year_2050_test to catch glibc bug 2821
24982         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
24983
24984         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24985         Prefer #ifdef to #if.
24986
24987         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
24988         Return from 'main' instead of calling 'exit'.
24989
24990 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24991
24992         * lib/mktime.c (guess_time_tm): Fix bug where mktime
24993         returned the maximum time_t value rather than (time_t) -1.
24994         Problem originally reported by William Bardwell
24995         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
24996
24997         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
24998         Moved to here ...
24999         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
25000         ... from here.
25001
25002 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25003
25004         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
25005         2821 is fixed.
25006
25007 2006-09-08  Jim Meyering  <jim@meyering.net>
25008
25009         Don't make generated files read-only.  That would bother too many
25010         people.  However, do retain the ability to work when targets are
25011         read-only: remove the destination and temporary files before writing
25012         them (when generated via sed or echo), or by using the -f option for
25013         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
25014         * modules/alloca-opt, modules/argz, modules/arpa_inet:
25015         * modules/byteswap, modules/configmake, modules/fcntl:
25016         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
25017         * modules/localcharset, modules/netinet_in, modules/poll:
25018         * modules/stdbool, modules/stdint, modules/sys_select:
25019         * modules/sys_socket, modules/sys_stat, modules/sysexits:
25020
25021 2006-09-08  Jim Meyering  <jim@meyering.net>
25022
25023         Avoid new build failure on FreeBSD 6.0.
25024         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
25025         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
25026         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
25027
25028 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25029
25030         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
25031
25032 2006-09-07  Jim Meyering  <jim@meyering.net>
25033
25034         Fix global typo in last change: use chmod u-w, not chmod u-x.
25035         Spotted by Paul Eggert and Bruce Korb.
25036         * modules/alloca-opt, modules/argz, modules/arpa_inet:
25037         * modules/byteswap, modules/configmake, modules/fcntl:
25038         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
25039         * modules/localcharset, modules/netinet_in, modules/poll:
25040         * modules/stdbool, modules/stdint, modules/sys_select:
25041         * modules/sys_socket, modules/sys_stat, modules/sysexits:
25042
25043 2006-09-06  Jim Meyering  <jim@meyering.net>
25044
25045         Make generated files be read-only.
25046         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
25047         Ensure that each generated file is now read-only.
25048         * modules/argz: Likewise.
25049         * modules/arpa_inet: Likewise.
25050         * modules/byteswap: Likewise.
25051         * modules/configmake: Likewise.
25052         * modules/fcntl: Likewise.
25053         * modules/fnmatch: Likewise.
25054         * modules/getopt: Likewise.
25055         * modules/glob: Likewise.
25056         * modules/inttypes: Likewise.
25057         * modules/netinet_in: Likewise.
25058         * modules/poll: Likewise.
25059         * modules/stdbool: Likewise.
25060         * modules/stdint: Likewise.
25061         * modules/sys_select: Likewise.
25062         * modules/sys_socket: Likewise.
25063         * modules/sys_stat: Likewise.
25064         * modules/sysexits: Likewise.
25065         * modules/localcharset: Same as above, but continue using temporary
25066         file named "t-$@" (why different?) rather than the "$@-t" used
25067         everywhere else.
25068
25069         * modules/sysexits (Makefile.am): Replace literal occurrences
25070         of "sysexit.h" more readable, and more consistent, "$@".
25071
25072 2006-09-06  Bruno Haible  <bruno@clisp.org>
25073
25074         * modules/striconv: New file.
25075         * modules/xstriconv: New file.
25076         * MODULES.html.sh (Internationalization functions): Add striconv,
25077         xstriconv.
25078
25079 2006-09-06  Bruno Haible  <bruno@clisp.org>
25080
25081         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
25082         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
25083         not using libtool correctly.
25084
25085 2006-09-06  Bruno Haible  <bruno@clisp.org>
25086
25087         * lib/striconv.h: New file.
25088         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
25089         iconvstring.c.
25090         * lib/xstriconv.h: New file.
25091         * lib/xstriconv.c: New file.
25092
25093 2006-09-06  Bruno Haible  <bruno@clisp.org>
25094
25095         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
25096         lib_..._LDFLAGS.
25097
25098 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25099
25100         * lib/argz_.h: Sync from Libtool.
25101
25102         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
25103                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25104
25105         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
25106
25107 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
25108
25109         * modules/trim: New file.
25110
25111 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
25112
25113         * lib/trim.h: New file.
25114         * lib/trim.c: New file.
25115
25116 2006-09-05  Bruno Haible  <bruno@clisp.org>
25117
25118         * MODULES.html.sh (String handling): Add trim.
25119
25120 2006-09-04  Karl Berry  <karl@gnu.org>
25121
25122         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
25123         until next release.
25124
25125 2006-09-03  Bruno Haible  <bruno@clisp.org>
25126
25127         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
25128         correctly.
25129
25130 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25131
25132         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
25133         not gl_GETLOADAVG.  Omit unneeded semicolons.
25134         Problems reported by Ralf Wildenhues in
25135         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
25136         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
25137         at the end, which is the usual gnulib style.
25138
25139         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
25140         of doing all the work ourselves.
25141         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
25142         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
25143
25144 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25145
25146         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
25147         Problem reported by Ralf Wildenhues in
25148         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
25149
25150         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
25151         HAVE_STRUCT_STATFS_F_FSTYPENAME.
25152
25153 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25154
25155         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
25156         yesterday's patch by changing test -n to test -z.
25157
25158 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25159
25160         * modules/getloadavg (Files): Add m4/getloadavg.m4.
25161         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
25162         the former is now obsolescent.
25163
25164         * modules/chdir-long (Depends-on): Add fcntl.
25165
25166 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25167
25168         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
25169         obsolescent, and programs should use gnulib instead.
25170         * m4/getloadavg.m4: New file, with contents taken from Autoconf
25171         but with prefixes changed.
25172
25173 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25174
25175         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
25176         or stdbool.h, because they might not exist while configuring.
25177
25178         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
25179         Don't include unistd.h or limits.h; not needed, since chdir-long.h
25180         does that for us.
25181         (O_DIRECTORY): Remove.
25182
25183 2006-08-31  Eric Blake  <ebb9@byu.net>
25184
25185         * gnulib-tool: Don't let emacs change spaces to TAB.
25186
25187 2006-08-31  Bruno Haible  <bruno@clisp.org>
25188
25189         * gnulib-tool: When calling func_import more than once, do it in a
25190         subshell.
25191         Reported by Eric Blake <ebb9@byu.net>.
25192
25193 2006-08-31  Bruno Haible  <bruno@clisp.org>
25194
25195         * gnulib-tool (nl): Remove variable.
25196         (sed_transform_lib_file): Use more robust test for config-h module.
25197         (func_import): Fix typo in 2006-08-25 patch.
25198
25199 2006-08-31  Bruno Haible  <bruno@clisp.org>
25200
25201         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
25202         specified, augment Makefile.am variables instead of assigning them.
25203
25204 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25205
25206         Work around a bug in both the Linux and SunOS 64-bit kernels:
25207         nanosleep mishandles sleeps for longer than 2**31 seconds.
25208         Problem reported by Frank v Waveren in
25209         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
25210         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
25211         Check for nanosleep bug.
25212         (LIB_NANOSLEEP): Append clock_gettime library if needed.
25213
25214 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25215
25216         Work around a bug in both the Linux and SunOS 64-bit kernels:
25217         nanosleep mishandles sleeps for longer than 2**31 seconds.
25218         Problem reported by Frank v Waveren in
25219         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
25220         * lib/nanosleep.c (BILLION): New constant.
25221         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
25222         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
25223         implementation.
25224
25225 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25226
25227         * modules/nanosleep (Depends-on): Add gettime.
25228
25229 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25230         and Simon Josefsson  <jas@extundo.com>
25231         and Oskar Liljeblad  <oskar@osk.mine.nu>
25232
25233         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
25234         * gnulib-tool (func_import): New license type 'unmodifiable license
25235         text'.
25236         * modules/fdl: Use it.  Longer description.
25237         * module/gpl, module/lgpl: New files.
25238
25239 2006-08-30  Jim Meyering  <jim@meyering.net>
25240
25241         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
25242         shadowing the parameter.
25243
25244 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25245
25246         Sync from Libtool:
25247
25248         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25249
25250         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
25251         sharing with gnulib.  Report by Eric Blake.
25252
25253 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25254
25255         * modules/isapipe: New file.
25256         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
25257
25258 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25259
25260         * modules/configmake (Makefile.am): Add a comment, and omit
25261         the CONFIGMAKE_ prefix from generated macro names.  Suggested
25262         by Bruno Haible.
25263
25264 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25265
25266         * m4/isapipe.m4: New file.
25267
25268 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25269
25270         * lib/isapipe.c, lib/isapipe.h: New files.
25271
25272 2006-08-29  Jim Meyering  <jim@meyering.net>
25273
25274         * modules/configmake (Makefile.am): Make configmake.h depend on
25275         Makefile.  Otherwise, a stale configmake.h could hang around.
25276
25277 2006-08-29  Eric Blake  <ebb9@byu.net>
25278
25279         * lib/error.c (error_at_line, print_errno_message): Match libc, after
25280         resolution of upstream bug 3044.
25281
25282 2006-08-29  Bruno Haible  <bruno@clisp.org>
25283
25284         * modules/localcharset (Depends-on): Add configmake.
25285         (Makefile.am): Remove setting of LIBDIR through DEFS.
25286
25287 2006-08-29  Bruno Haible  <bruno@clisp.org>
25288
25289         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
25290         defined.
25291
25292 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25293
25294         * modules/fcntl: New file.
25295         * modules/chdir-safer (Depends-on): Add fcntl.
25296         * modules/fts: Likewise.
25297         * modules/mkdir-p: Likewise.
25298
25299         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
25300         This undoes the most recent change, since we're now addressing the
25301         problem in a different way.
25302
25303         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
25304         into output, since the output might be called Makefile.am even
25305         if $makefile_name is something different.
25306         (func_import): Use $makefile_am rather than
25307         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
25308         empty.
25309
25310         * modules/inttypes (Files): Add m4/inttypes-h.m4.
25311
25312 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25313
25314         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
25315         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
25316         recent change to stdint.m4, since we're now addressing the problem in a
25317         different way.
25318
25319 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25320
25321         * m4/fcntl_h.m4: New file.
25322
25323 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25324
25325         * lib/fcntl_.h: New file.
25326         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
25327         the fcntl module.
25328         * lib/dirchownmod.c: Likewise.
25329         * lib/fts.c: Likewise.
25330
25331         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
25332         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
25333         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
25334         just before including <inttypes.h>, to avoid circular inclusion.
25335
25336 2006-08-28  Jim Meyering  <jim@meyering.net>
25337
25338         * doc/visibility.texi: Actually read and correct the grammar of the
25339         sentence affected by yesterday's change.
25340
25341 2006-08-28  Eric Blake  <ebb9@byu.net>
25342
25343         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
25344         needs wrapper.
25345
25346 2006-08-28  Eric Blake  <ebb9@byu.net>
25347
25348         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
25349
25350 2006-08-28  Eric Blake  <ebb9@byu.net>
25351
25352         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
25353
25354 2006-08-28  Bruno Haible  <bruno@clisp.org>
25355
25356         * modules/c-strstr: New file, from GNU gettext.
25357         * MODULES.html.sh (String handling): Add c-strstr.
25358
25359 2006-08-28  Bruno Haible  <bruno@clisp.org>
25360
25361         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
25362         macros.
25363         Reported by Eric Blake.
25364
25365 2006-08-28  Bruno Haible  <bruno@clisp.org>
25366
25367         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
25368         (VASNPRINTF): Return a string of length > INT_MAX without failing.
25369         * lib/vasprintf.c: Include errno.h, limits.h.
25370         (EOVERFLOW): New fallback definition.
25371         (vasprintf): Test here whether the string length is > INT_MAX.
25372         * lib/vsnprintf.c: Include errno.h, limits.h.
25373         (EOVERFLOW): New fallback definition.
25374         (vsnprintf): Fix bug when generated string was too long for the buffer.
25375         Test here whether the string length is > INT_MAX.
25376
25377 2006-08-28  Bruno Haible  <bruno@clisp.org>
25378
25379         * lib/inttypes_.h (SCNX*): Remove definitions.
25380         Reported by Eric Blake.
25381
25382 2006-08-28  Bruno Haible  <bruno@clisp.org>
25383
25384         * lib/c-strstr.h: New file, from GNU gettext.
25385         * lib/c-strstr.c: New file, from GNU gettext.
25386
25387 2006-08-28  Bruno Haible  <bruno@clisp.org>
25388
25389         * gnulib-tool: Reorder some statements.
25390
25391 2006-08-28  Bruno Haible  <bruno@clisp.org>
25392
25393         * gnulib-tool: New option --makefile-name.
25394         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
25395         $makefile_name.
25396         (func_import): Write $makefile_name to the cache file, and read it from
25397         there unless explicitly specified. Use $makefile_name as file name
25398         instead of Makefile.am. Adjust the recommendations accordingly.
25399
25400 2006-08-28  Bruno Haible  <bruno@clisp.org>
25401
25402         * gnulib-tool (func_verify_module): Check against misapplying patch.
25403
25404 2006-08-28  Bruno Haible  <bruno@clisp.org>
25405
25406         * gnulib-tool (func_relativize, func_relconcat): New functions.
25407         Give an error if --local-dir is given with --update.
25408         Remove trailing slashes from $local_gnulib_dir.
25409         (func_import): Store the relativized $local_gnulib_dir in
25410         gnulib-cache.m4, and read it from there if not specified explicitly.
25411
25412 2006-08-28  Bruno Haible  <bruno@clisp.org>
25413
25414         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
25415         is the current directory. Respect also $local_gnulib_dir.
25416
25417 2006-08-28  Bruno Haible  <bruno@clisp.org>
25418             Simon Josefsson  <jas@extundo.com>
25419
25420         BeOS portability.
25421         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
25422
25423 2006-08-27  Jim Meyering  <jim@meyering.net>
25424
25425         * doc/visibility.texi: Remove duplicate word: "pointer".
25426
25427 2006-08-26  Bruno Haible  <bruno@clisp.org>
25428
25429         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
25430         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
25431         (Makefile.am): Create inttypes.h from inttypes_.h.
25432         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
25433
25434         * modules/imaxabs: New file.
25435
25436         * modules/imaxdiv: New file.
25437
25438 2006-08-26  Bruno Haible  <bruno@clisp.org>
25439
25440         * m4/inttypes.m4: New file.
25441         * m4/_inttypes_h.m4: Remove file.
25442         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
25443         PRI_MACROS_BROKEN.
25444         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
25445
25446         * m4/imaxabs.m4: New file.
25447
25448         * m4/imaxdiv.m4: New file.
25449
25450 2006-08-26  Bruno Haible  <bruno@clisp.org>
25451
25452         * lib/inttypes_.h: New file.
25453         * lib/inttypes.h: Remove file.
25454         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
25455
25456         * lib/imaxabs.c: New file.
25457
25458         * lib/imaxdiv.c: New file.
25459
25460 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25461
25462         New config-h module, so that "make" output needn't be cluttered
25463         by -DHAVE_CONFIG_H.
25464         * MODULES.html.sh (Support for building libraries and executables):
25465         Add config-h.
25466         * modules/config-h: New file.
25467         * gnulib-tool (nl, sed_transform_lib_file): New vars.
25468         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
25469         the config-h module is used.
25470
25471         New configmake module, so that "make" output needn't be cluttered
25472         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
25473         * MODULES.html.sh (Support for building libraries and executables):
25474         Add configmake.
25475         * modules/configmake: New file.
25476
25477 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25478
25479         * m4/config-h.m4: New file.
25480
25481 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25482
25483         * config/srclist.txt: Add elisp-comp.
25484
25485 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25486
25487         * MODULES.html.sh (Support for building libraries and executables):
25488         Add elisp-comp.
25489         * build-aux/elisp-comp: New file.
25490         * modules/elisp-comp: New file.
25491
25492 2006-08-24  Bruno Haible  <bruno@clisp.org>
25493
25494         * gnulib-tool (func_create_testdir): Use non-default values of
25495         sourcebase and m4base.
25496
25497 2006-08-24  Bruno Haible  <bruno@clisp.org>
25498
25499         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
25500         HTML structure.
25501
25502 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25503
25504         * modules/openat (Depends-on): Add lchown.
25505
25506 2006-08-23  Bruno Haible  <bruno@clisp.org>
25507
25508         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
25509         of gl_LOCK_EARLY instead of gl_LOCK.
25510
25511 2006-08-23  Bruno Haible  <bruno@clisp.org>
25512
25513         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
25514         on OSF/1 to no.
25515         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
25516
25517 2006-08-23  Bruno Haible  <bruno@clisp.org>
25518
25519         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
25520         as unusable.
25521
25522         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
25523         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
25524         (gl_LOCK): New macro.
25525
25526 2006-08-22  Simon Josefsson  <jas@extundo.com>
25527
25528         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
25529         to md5 module.
25530
25531 2006-08-22  Simon Josefsson  <jas@extundo.com>
25532
25533         * MODULES.html.sh: Add "Support for maintaining and release
25534         projects".
25535
25536         * build-aux/gnupload: New file, from coreutils.
25537
25538 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25539
25540         Avoid the need for AC_LIBSOURCES in m4 macros.
25541         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
25542         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
25543         * modules/check-version (EXTRA_DIST): Add check-version.h.
25544         * modules/crc (EXTRA_DIST): Add crc.h.
25545         * modules/des (EXTRA_DIST): Add des.h.
25546         * modules/gc (EXTRA_DIST): Add gc.h.
25547         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
25548         * modules/getline (EXTRA_DIST): Add getline.h.
25549         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
25550         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
25551         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
25552         * modules/md2 (EXTRA_DIST): Add md2.h.
25553         * modules/md4 (EXTRA_DIST): Add md4.h.
25554         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
25555         * modules/read-file (EXTRA_DIST): Add read-file.h.
25556         * modules/readline (EXTRA_DIST): Add readline.h.
25557         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
25558         rijndael-api-fst.h.
25559
25560 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25561
25562         * m4/rijndael.m4 (gl_ARCFOUR):
25563         * m4/arctwo.m4 (gl_ARCTWO):
25564         * m4/check-version.m4 (gl_CHECK_VERSION):
25565         * m4/crc.m4 (gl_CRC):
25566         * m4/des.m4 (gl_DES):
25567         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
25568         * m4/gc.m4 (gl_GC):
25569         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
25570         * m4/getline.m4 (gl_FUNC_GETLINE):
25571         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
25572         * m4/hmac-md5.m4 (gl_HMAC_MD5):
25573         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
25574         * m4/md2.m4 (gl_MD2):
25575         * m4/md4.m4 (gl_MD4):
25576         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
25577         * m4/read-file.m4 (gl_FUNC_READ_FILE):
25578         * m4/readline.m4 (gl_FUNC_READLINE):
25579         * m4/rijndael.m4 (gl_RIJNDAEL):
25580         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
25581         to get the necessary .h files and whatnot.
25582
25583 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25584
25585         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
25586         gnulib rather than the other way around.
25587         * config/srclistvars.sh (COREUTILS): Remove.
25588
25589 2006-08-22  Jim Meyering  <jim@meyering.net>
25590
25591         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
25592
25593         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
25594
25595 2006-08-22  Eric Blake  <ebb9@byu.net>
25596
25597         * modules/regexprops-generic: New file.
25598         * MODULES.html.sh (Support for building documentation): List it.
25599
25600 2006-08-22  Eric Blake  <ebb9@byu.net>
25601
25602         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
25603         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
25604         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
25605         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
25606
25607 2006-08-22  Bruno Haible  <bruno@clisp.org>
25608
25609         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
25610         and lib_LTLIBRARIES like the other lib_* variables.
25611
25612 2006-08-22  Bruno Haible  <bruno@clisp.org>
25613
25614         * build-aux/x-to-1.in: New file, from GNU gettext.
25615
25616 2006-08-22  Bruno Haible  <bruno@clisp.org>
25617
25618         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
25619         <utmpx.h> exists.
25620
25621 2006-08-22  Bruno Haible  <bruno@clisp.org>
25622
25623         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
25624         <utmpx.h> exists.
25625
25626 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25627
25628         BeOS portability.
25629         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
25630         exist.
25631         Problem reported by Bruno Haible.
25632
25633 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25634
25635         Avoid the need for AC_LIBSOURCES in m4 macros.
25636         * modules/acl (EXTRA_DIST): Add acl.h.
25637         * modules/argmatch (Files): Add m4/argmatch.m4.
25638         (configure.ac): Add gl_ARGMATCH.
25639         (EXTRA_DIST): Renamed from lib_SOURCES, for
25640         consistency with the other modules.  Remove argmatch.c.
25641         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
25642         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
25643         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
25644         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
25645         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
25646         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
25647         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
25648         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
25649         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
25650         * modules/closeout (EXTRA_DIST): Add closeout.h.
25651         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
25652         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
25653         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
25654         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
25655         dirname.h; remove basename.c and stripslash.c.
25656         * modules/exclude (EXTRA_DIST): Add exclude.h.
25657         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
25658         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
25659         * modules/file-type (EXTRA_DIST): Add file-type.h.
25660         * modules/filemode (EXTRA_DIST): Add filemode.h.
25661         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
25662         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
25663         * modules/fpending (EXTRA_DIST): Add __fpending.h.
25664         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
25665         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
25666         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
25667         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
25668         * modules/getdate (EXTRA_DIST): Add getdate.c.
25669         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
25670         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
25671         * modules/getpass (EXTRA_DIST): Add getpass.h.
25672         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
25673         * modules/group-member (EXTRA_DIST): Add group-member.h.
25674         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
25675         * modules/hash (EXTRA_DIST): Add hash.h.
25676         * modules/human (EXTRA_DIST): Add human.h.
25677         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
25678         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
25679         * modules/lchown (EXTRA_DIST): Add lchown.h.
25680         * modules/long-options (EXTRA_DIST): Add long-options.h.
25681         * modules/lstat (EXTRA_DIST): Add lstat.h.
25682         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
25683         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
25684         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
25685         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
25686         * modules/memxor (EXTRA_DIST): Add memxor.h.
25687         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
25688         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
25689         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
25690         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
25691         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
25692         * modules/physmem (EXTRA_DIST): Add physmem.h.
25693         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
25694         * modules/posixver (EXTRA_DIST): Add posixver.h.
25695         * modules/quote (EXTRA_DIST): Add quote.h.
25696         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
25697         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
25698         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
25699         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
25700         regex_internal.h regexec.c.
25701         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
25702         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
25703         * modules/same (EXTRA_DIST): Add same.h.
25704         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
25705         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
25706         * modules/savedir (EXTRA_DIST): Add savedir.h.
25707         * modules/sha1 (EXTRA_DIST): Add sha1.h.
25708         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
25709         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
25710         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
25711         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
25712         * modules/strdup (EXTRA_DIST): Add strdup.h.
25713         * modules/strftime (EXTRA_DIST): Add strftime.h.
25714         * modules/strndup (EXTRA_DIST): Add strndup.h.
25715         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
25716         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
25717         * modules/time_r (EXTRA_DIST): Add time_r.h.
25718         * modules/timespec (EXTRA_DIST): Add timespec.h.
25719         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
25720         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
25721         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
25722         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
25723         * modules/userspec (EXTRA_DIST): Add userspec.h.
25724         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
25725         * modules/utimens (EXTRA_DIST): Add utimens.h.
25726         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
25727         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
25728         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
25729         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
25730         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
25731         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
25732         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
25733         * modules/yesno (EXTRA_DIST): Add yesno.h.
25734
25735 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25736
25737         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
25738
25739         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
25740         * m4/dev-ino.m4, same-inode.m4: Remove.
25741
25742         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
25743         * m4/acl.m4 (AC_FUNC_ACL):
25744         * m4/backupfile.m4 (gl_BACKUPFILE):
25745         * m4/c-strtod.m4 (gl_C99_STRTOLD):
25746         * m4/canon-host.m4 (gl_CANON_HOST):
25747         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
25748         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
25749         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
25750         * m4/cloexec.m4 (gl_CLOEXEC):
25751         * m4/close-stream.m4 (gl_CLOSE_STREAM):
25752         * m4/closeout.m4 (gl_CLOSEOUT):
25753         * m4/dirfd.m4 (gl_FUNC_DIRFD):
25754         * m4/dirname.m4 (gl_DIRNAME):
25755         * m4/exclude.m4 (gl_EXCLUDE):
25756         * m4/exitfail.m4 (gl_EXITFAIL):
25757         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
25758         * m4/file-type.m4 (gl_FILE_TYPE):
25759         * m4/filemode.m4 (gl_FILEMODE):
25760         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
25761         * m4/fpending.m4 (gl_FUNC_FPENDING):
25762         * m4/fprintftime.m4 (gl_FPRINTFTIME):
25763         * m4/fts.m4 (gl_FUNC_FTS):
25764         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
25765         * m4/getdate.m4 (gl_GETDATE):
25766         * m4/gethrxtime.m4 (gl_GETHRXTIME):
25767         * m4/getpagesize.m4 (gl_GETPAGESIZE):
25768         * m4/getpass.m4 (gl_FUNC_GETPASS):
25769         * m4/gettime.m4 (gl_GETTIME):
25770         * m4/getugroups.m4 (gl_GETUGROUPS):
25771         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
25772         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
25773         * m4/hard-locale.m4 (gl_HARD_LOCALE):
25774         * m4/hash.m4 (gl_HASH):
25775         * m4/idcache.m4 (gl_IDCACHE):
25776         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
25777         * m4/lchown.m4 (gl_FUNC_LCHOWN):
25778         * m4/long-options.m4 (gl_LONG_OPTIONS):
25779         * m4/lstat.m4 (gl_FUNC_LSTAT):
25780         * m4/md5.m4 (gl_MD5):
25781         * m4/memcasecmp.m4 (gl_MEMCASECMP):
25782         * m4/memcoll.m4 (gl_MEMCOLL):
25783         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
25784         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
25785         * m4/memxor.m4 (gl_MEMXOR):
25786         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
25787         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
25788         * m4/modechange.m4 (gl_MODECHANGE):
25789         * m4/mountlist.m4 (gl_MOUNTLIST):
25790         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
25791         * m4/openat.m4 (gl_FUNC_OPENAT):
25792         * m4/pathmax.m4 (gl_PATHMAX):
25793         * m4/physmem.m4 (gl_PHYSMEM):
25794         * m4/posixtm.m4 (gl_POSIXTM):
25795         * m4/posixver.m4 (gl_POSIXVER):
25796         * m4/quote.m4 (gl_QUOTE):
25797         * m4/quotearg.m4 (gl_QUOTEARG):
25798         * m4/readtokens.m4 (gl_READTOKENS):
25799         * m4/readutmp.m4 (gl_READUTMP):
25800         * m4/regex.m4 (gl_REGEX):
25801         * m4/safe-read.m4 (gl_SAFE_READ):
25802         * m4/safe-write.m4 (gl_SAFE_WRITE):
25803         * m4/same.m4 (gl_SAME):
25804         * m4/save-cwd.m4 (gl_SAVE_CWD):
25805         * m4/savedir.m4 (gl_SAVEDIR):
25806         * m4/settime.m4 (gl_SETTIME):
25807         * m4/sha1.m4 (gl_SHA1):
25808         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
25809         * m4/stat-macros.m4 (gl_STAT_MACROS):
25810         * m4/stat-time.m4 (gl_STAT_TIME):
25811         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
25812         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
25813         * m4/strdup.m4 (gl_FUNC_STRDUP):
25814         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
25815         * m4/strndup.m4 (gl_FUNC_STRNDUP):
25816         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
25817         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
25818         * m4/time_r.m4 (gl_TIME_R):
25819         * m4/timespec.m4 (gl_TIMESPEC):
25820         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
25821         * m4/unlinkdir.m4 (gl_UNLINKDIR):
25822         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
25823         * m4/userspec.m4 (gl_USERSPEC):
25824         * m4/utimecmp.m4 (gl_UTIMECMP):
25825         * m4/utimens.m4 (gl_UTIMENS):
25826         * m4/xalloc.m4 (gl_XALLOC):
25827         * m4/xgetcwd.m4 (gl_XGETCWD):
25828         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
25829         * m4/xreadlink.m4 (gl_XREADLINK):
25830         * m4/xstrtod.m4 (gl_XSTRTOD):
25831         * m4/yesno.m4 (gl_YESNO):
25832         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
25833         to get the necessary .h files and whatnot.
25834
25835 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
25836             Bruno Haible  <bruno@clisp.org>
25837
25838         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
25839         /bin/sh understanding of '!' conditional negation.
25840
25841 2006-08-21  Jim Meyering  <jim@meyering.net>
25842
25843         * modules/openat (Depends-on): Really alphabetize.
25844
25845         * modules/acl (Depends-on): Add error and quote.
25846
25847         * check-module (find_included_lib_files): Add at-func.c to the
25848         ok-to-include-more-than-once white list.
25849
25850         * modules/openat (Depends-on): Add lstat.  Alphabetize.
25851
25852 2006-08-21  Bruno Haible  <bruno@clisp.org>
25853
25854         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25855         Emit a pkgdata_DATA variable only if some snippets add contents to it.
25856         Reported by Martin Lambers <marlam@marlam.de>.
25857
25858 2006-08-21  Bruno Haible  <bruno@clisp.org>
25859
25860         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
25861         specify an installation location, don't emit a noinst_LIBRARIES or
25862         noinst_LTLIBRARIES assignment.
25863
25864 2006-08-21  Bruno Haible  <bruno@clisp.org>
25865
25866         BeOS portability.
25867         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
25868         BeOS has mbrtowc() but no <wctype.h>.
25869
25870 2006-08-21  Bruno Haible  <bruno@clisp.org>
25871
25872         BeOS portability.
25873         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
25874         exist.
25875
25876 2006-08-21  Bruno Haible  <bruno@clisp.org>
25877
25878         BeOS portability.
25879         * lib/mbchar.h: Include <wctype.h> only if it exists.
25880
25881 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25882
25883         Remove files that are no longer needed by their respective modules.
25884         * m4/obstack.m4: Remove.
25885         * m4/strerror_r.m4: Remove.
25886         * m4/uint32_t.m4: Remove.
25887         * m4/uintptr_t.m4: Remove.
25888         * m4/ullong_max.m4: Remove.
25889         * m4/xstrtoimax.m4: Remove.
25890         * m4/xstrtoumax.m4: Remove.
25891
25892         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
25893         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
25894         dependencies now capture this.
25895
25896         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
25897         Do not use AC_LIBSOURCES, since gnulib modules now do this.
25898         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
25899         * m4/human.m4 (gl_HUMAN): Likewise.
25900         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
25901         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
25902
25903         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
25904
25905         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
25906         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
25907         stdint.
25908         * m4/human.m4 (gl_HUMAN): Likewise.
25909         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
25910         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
25911         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
25912         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
25913         * m4/xstrtol (gl_XSTRTOL): Likewise.
25914
25915         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
25916         AC_TYPE_LONG_LONG_INT.
25917         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
25918         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
25919         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
25920         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
25921
25922         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
25923         on stdbool.
25924
25925         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
25926         (gl_PREREQ_XSTRTOUL): Remove.
25927
25928         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
25929
25930         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
25931         mode.
25932
25933 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25934
25935         Add and change modules to make it easier for coreutils to use
25936         gnulib-tool.
25937         * modules/backupfile (Files): Remove m4/d-ino.m4.
25938         (Depends-on): Add d-ino.
25939         * modules/cycle-check (Depends-on): Add stdint.
25940         (lib_SOURCES): Add cycle-check.h.
25941         * modules/d-ino: New module.
25942         * modules/d-type: New module.
25943         * modules/error (Files): Remove m4/strerror_r.m4.
25944         * modules/filemode (Files): Add m4/st_dm_mode.m4.
25945         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
25946         m4/inttypes_h.m4, m4/uintmax_t.m4.
25947         (Depends-on): Add stdint.
25948         (lib_SOURCES): Add fsusage.h.
25949         * modules/getcwd (Files): Remove d-ino.m4.
25950         (Depends-on): Add d-ino.
25951         * modules/getndelim2 (Depends-on): Add stdint.
25952         * modules/glob (Files): Remove m4/d-type.m4.
25953         (Depends-on): Add d-type.
25954         * modules/host-os: New module.
25955         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
25956         m4/inttypes_h.m4, m4/uintmax_t.m4.
25957         * Depends-on: Add stdint.
25958         (lib_SOURCES): Add human.h.
25959         * modules/inttostr (Files): Remove m4/intmax_t.m4,
25960         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
25961         m4/uintmax_t.m4, m4/ulonglong.m4.
25962         (Depends-on): Add stdint.
25963         (EXTRA_DIST): Add inttostr.h.
25964         * modules/lchmod: New module.
25965         * modules/link-follow: New module.
25966         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
25967         (Depends-on): Add lchmod.
25968         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
25969         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
25970         (Depends-on): Add stdint.
25971         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
25972         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
25973         (Depends-on): Add stdint.
25974         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
25975         * modules/perl: New module.
25976         * modules/regex (Depends-on): Add stdint.
25977         * modules/rmdir-errno: New module.
25978         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
25979         m4/intmax_t.m4.
25980         (Depends-on): Add stdint.
25981         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
25982         m4/uintmax_t.m4.
25983         (Depends-on): Add stdint.
25984         * modules/unlink-busy: New module.
25985         * modules/utimecmp (Depends-on): Add stdint.
25986         * modules/uptime: New module.
25987         * modules/winsz-ioctl: New module.
25988         * modules/winsz-termios: New module.
25989         * modules/xnanosleep (Depends-on): Add nanosleep.
25990         * modules/ullong_max: Remove.
25991         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
25992         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
25993         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
25994         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
25995         (Depends-on): Add inttypes.
25996         (lib_SOURCES): Add xstrtol.h.
25997         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
25998         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
25999         * MODULES.html.sh: Move 'assert' into the assert section.
26000         Move 'dummy' into the linking section.
26001         Remove ullong_max.
26002         Add section for compatibility checks for POSIX:2001 functions,
26003         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
26004         winsz-ioctl, and winsz-termios into it.
26005         Add lchmod.
26006         Add top-level Misc section and put host-os, perl, and uptime
26007         into it.
26008
26009 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26010
26011         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
26012         now assume the stdint module.  Do not include inttypes.h.
26013         * lib/fsusage.h: Likewise.
26014         * lib/getndelim2.c: Likewise.
26015         * lib/human.h: Likewise.
26016         * lib/inttostr.h: Likewise.
26017         * lib/obstack.c: Likewise.
26018         * lib/regex_internal.h: Likewise.
26019         * lib/tempname.c: Likewise.
26020         * lib/utimecmp.c: Likewise.
26021         * lib/xstrtol.h: Likewise.
26022
26023         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
26024
26025         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
26026         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
26027         * lib/xtime.h: Likewise.
26028
26029 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26030
26031         * modules/openat (Files): Add lib/fchmodat.c.
26032         Fixes problem reported by Jay Youngman.
26033
26034 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26035
26036         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
26037         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
26038
26039 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
26040             Bruno Haible  <bruno@clisp.org>
26041
26042         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
26043         and is a script that invokes bison. Tighten the code. Add comments.
26044
26045 2006-08-18  Jim Meyering  <jim@meyering.net>
26046
26047         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
26048         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
26049         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
26050         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
26051
26052 2006-08-18  Bruno Haible  <bruno@clisp.org>
26053
26054         * modules/bison-i18n: New file.
26055         * MODULES.html.sh (Internationalization functions): Add it.
26056
26057 2006-08-18  Bruno Haible  <bruno@clisp.org>
26058
26059         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
26060         sys/statvfs.h. When getmntinfo was found, check its declaration and
26061         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
26062
26063 2006-08-18  Bruno Haible  <bruno@clisp.org>
26064
26065         * m4/bison-i18n.m4: New file, from bison.
26066
26067 2006-08-18  Bruno Haible  <bruno@clisp.org>
26068
26069         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
26070         (ME_DUMMY): Treat "kernfs" as a dummy.
26071         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
26072
26073 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26074
26075         Update from coreutils.
26076
26077         2006-08-15  Jim Meyering  <jim@meyering.net>
26078
26079         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
26080
26081         2006-01-17  Jim Meyering  <jim@meyering.net>
26082
26083         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
26084
26085         2006-01-11  Jim Meyering  <jim@meyering.net>
26086
26087         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
26088         Check for the lchmod function.
26089
26090 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26091
26092         Update from coreutils.
26093
26094         * lib/__fpending.h: Add copyright notice.
26095         * lib/fprintftime.h: Likewise.
26096         * lib/savedir.c: Use (C) in copyright notice.
26097         * lib/savedir.h: Likewise.
26098
26099         2006-08-15  Jim Meyering  <jim@meyering.net>
26100
26101         * lib/at-func.c: New file, with the logic of all emulated at-functions.
26102         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
26103         in support of the EXPECTED_ERRNO macro.
26104         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
26105         definitions.  Instead, define the appropriate symbols and include
26106         "at-func.c".
26107         * lib/mkdirat.c (mkdirat): Likewise.
26108         * lib/fchmodat.c (fchmodat): Likewise.
26109         (ENOSYS): Remove definition.
26110         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
26111         it.  Don't include "unistd--.h" -- it wasn't ever used.
26112
26113         2006-01-17  Jim Meyering  <jim@meyering.net>
26114
26115         Rewrite fts.c not to change the current working directory,
26116         by using openat, fstatat, fdopendir, etc..
26117
26118         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
26119         (HAVE_OPENAT_SUPPORT): Define.
26120         [_LIBC] (fchdir): Don't undef or define; no longer used.
26121         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
26122         Now, this `function' always succeeds, and consumes its file descriptor
26123         parameter -- so callers must not close such FDs.  Update callers.
26124         (diropen_fd, opendirat, cwd_advance_fd): New functions.
26125         (diropen): Add parameter, SP.  Adjust all callers.
26126         Implement using diropen_fd, rather than open.
26127         (fts_open): Initialize new member, fts_cwd_fd.
26128         Remove fts_rft-setting code.
26129         (fts_close): Close fts_cwd_fd, if necessary.
26130         (__opendir2): Define in terms of opendir or opendirat,
26131         depending on whether the FST_NOCHDIR flag is set.
26132         (fts_build): Since fts_safe_changedir consumes its FD, and since
26133         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
26134         and close the dup'd file descriptor upon failure.
26135         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
26136         (fts_safe_changedir): Tweak semantics to reflect that this function
26137         now calls cwd_advance_fd and hence consumes its FD argument.
26138         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
26139         [struct FTS] (fts_rft): Remove now-unused member.
26140         [struct FTS] (fts_cycle.state): Improve comment.
26141
26142         * lib/openat.c (openat_needs_fchdir): New function.
26143         * lib/openat.h (openat_needs_fchdir): Declare it.
26144
26145 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
26146
26147         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
26148         Problem and fix reported by Pádraig Brady in
26149         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
26150
26151 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26152
26153         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
26154
26155 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26156
26157         * lib/memcoll.c (memcoll): Optimize for the common case where the
26158         arguments are bytewise equal.
26159
26160 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26161
26162         * doc/regexprops-generic.texi: Add a copyright notice.
26163
26164 2006-08-15  Bruno Haible  <bruno@clisp.org>
26165
26166         * modules/tmpdir (License): Change to LGPL.
26167
26168 2006-08-15  Bruno Haible  <bruno@clisp.org>
26169
26170         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
26171         module.
26172
26173 2006-08-14  Simon Josefsson  <jas@extundo.com>
26174
26175         * config/srclist.txt: Add gnupload.
26176
26177 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26178
26179         Change copyright notice from LGPL 2 to GPL 2, since that's the
26180         standard form used in the gnulib repository.
26181         * tests/test-lock.c: Likewise.
26182         * tests/test-stdint.c: Likewise.
26183         * tests/test-tls.c: Likewise.
26184
26185         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
26186         prelude-manager.  User shorter URLs for GNU projects, without '?'.
26187         Add copyright notice.
26188
26189         * check-module: Add copyright notice.  Output a copyright
26190         notice if "--version" is specified.
26191         * modules/COPYING: New file.
26192         * tests/test-getaddrinfo.c: Add copyright notice.
26193         * tests/test-verify.c: Likewise.
26194
26195 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26196
26197         Change copyright notice from LGPL 2 to GPL 2, since that's the
26198         standard form used in the gnulib repository.
26199         * lib/lock.c: LGPL -> GPL.
26200         * lib/lock.h: Likewise.
26201         * lib/strnlen1.c: Likewise.
26202         * lib/strnlen1.h: Likewise.
26203         * lib/tls.c: Likewise.
26204         * lib/tls.h: Likewise.
26205         * lib/tmpdir.c: Likewise.
26206
26207         * lib/TODO: Remove; this belongs only in coreutils.
26208
26209 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26210
26211         Add copyright notices to long-enough files that lack them, since
26212         otherwise the files aren't clearly free.  Use the same notice that
26213         getdate.texi already uses.
26214         * doc/alloca-opt.texi: Add copyright notice.
26215         * doc/alloca.texi: Likewise.
26216         * doc/ctime.texi: Likewise.
26217         * doc/functions.texi: Likewise.
26218         * doc/gcd.texi: Likewise.
26219         * doc/gnulib-tool.texi: Likewise.
26220         * doc/inet_ntoa.texi: Likewise.
26221         * doc/visibility.texi: Likewise.
26222
26223         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
26224         * doc/quote.texi: Add copyright notice.
26225
26226         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
26227         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
26228         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
26229         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
26230         is now obsolete, and give a pointer to the Sun list.
26231         Add copyright notice.
26232
26233 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26234
26235         * config/srclistvars.sh: Add copyright notice.
26236
26237 2006-08-14  Eric Blake  <ebb9@byu.net>
26238
26239         Import the following change from libc:
26240
26241         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
26242
26243         Upstream bug 2997.
26244         * lib/misc/error.c: Add space between program name and message if file
26245         name is missing.
26246
26247 2006-08-12  Karl Berry  <karl@gnu.org>
26248
26249         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
26250         remove, these originate in gnulib now.
26251
26252 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26253
26254         * doc/Makefile (standards.info standards.html standards.dvi):
26255         Also depend on make-stds.texi.
26256
26257 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26258
26259         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
26260         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
26261
26262         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
26263         in wchar_t.  Problem reported by Eric Blake.
26264
26265         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
26266         LEN is smaller than SIZE.  Suggested by Bruno Haible.
26267         Also, help the compiler to keep LEN in a register.
26268
26269 2006-08-11  Eric Blake  <ebb9@byu.net>
26270
26271         * users.txt: Sort.  Add tar.
26272
26273 2006-08-11  Bruno Haible  <bruno@clisp.org>
26274
26275         * users.txt: New file.
26276
26277 2006-08-11  Bruno Haible  <bruno@clisp.org>
26278
26279         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
26280         before <wchar.h>. Needed for OSF/1 and BSD/OS.
26281
26282 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26283
26284         * modules/snprintf (Depends-on): Remove minmax.
26285         (Maintainer): Add self and Bruno.
26286
26287 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26288
26289         * lib/.cppi-disable: Add snprintf.h, socket_.h.
26290         * lib/snprintf.c: Include <errno.h> and <limits.h>.
26291         (EOVERFLOW): Define if the system does not.
26292         Do not include "minmax.h"; it wasn't used.
26293         (snprintf): Don't assume size_t promotes to an unsigned type.
26294         Fix bug when generated string was too long for the buffer: the
26295         buffer's contents are supposed to be the initial prefix of the
26296         output.  Don't assume vasnprintf returns EOVERFLOW if the size
26297         exceeds INT_MAX; do the check ourselves.
26298
26299         Import the following changes from libc:
26300
26301         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
26302
26303         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
26304         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
26305         set wc to the byte which couldn't be converted.
26306         (re_string_reconstruct): Don't clear valid_raw_len before calling
26307         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
26308         tip_context using re_string_context_at.
26309
26310         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
26311
26312         * lib/posix/regex.h: g++ still cannot handled [restrict].
26313
26314         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
26315
26316         * lib/posix/regex.h: Remove special handling for VMS.
26317
26318 2006-08-10  Jim Meyering  <jim@meyering.net>
26319
26320         * modules/same-inode: New module.
26321         * modules/dev-ino: New module.
26322         * modules/cycle-check: Depend on these modules, rather than simply
26323         including their .h files.
26324         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
26325         required via m4/cycle-check.m4.
26326         * modules/same: Depend on new same-inode module, rather than
26327         including same-inode.h.
26328         * modules/chdir-safer: New file.
26329
26330         * modules/chown (Depends-on): Add stat-macros.
26331
26332 2006-08-10  Jim Meyering  <jim@meyering.net>
26333
26334         * m4/cycle-check.m4: New file.
26335         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
26336         * m4/dev-ino.m4, m4/same-inode.m4: New files.
26337
26338 2006-08-10  Eric Blake  <ebb9@byu.net>
26339
26340         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
26341         in from original proposal.
26342
26343 2006-08-10  Eric Blake  <ebb9@byu.net>
26344         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26345
26346         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
26347         namespace.
26348
26349 2006-08-10  Bruno Haible  <bruno@clisp.org>
26350
26351         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
26352         as well.
26353
26354 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26355
26356         Sync from coreutils.
26357
26358         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
26359
26360         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
26361         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
26362
26363 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26364
26365         * modules/restrict: Remove; no longer needed now that we assume
26366         Autoconf 2.59 or later.
26367         * MODULES.html.sh: Remove 'restrict'.
26368         * modules/argp (Depends-on): Remove 'restrict'.
26369         * modules/base64 (Depends-on): Likewise.
26370         * modules/gc (Depends-on): Likewise.
26371         * modules/getaddrinfo (Depends-on): Likewise.
26372         * modules/glob (Depends-on): Likewise.
26373         * modules/inet_ntop (Depends-on): Likewise.
26374         * modules/inet_pton (Depends-on): Likewise.
26375         * modules/memxor (Depends-on): Likewise.
26376         * modules/regex (Depends-on): Likewise.
26377         * modules/strtok_r (Depends-on): Likewise.
26378         * modules/time_r (Depends-on): Likewise.
26379
26380 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26381
26382         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
26383         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
26384         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
26385         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
26386         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
26387         * m4/memxor.m4 (gl_MEMXOR): Likewise.
26388         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
26389         gl_C_RESTRICT replaced by AC_C_RESTRICT.
26390
26391         Merge from coreutils.
26392         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
26393         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
26394         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
26395         * m4/time_r.m4 (gl_TIME_R): Likewise.
26396
26397 2006-08-09  Karl Berry  <karl@gnu.org>
26398
26399         * config/srclist.txt: no more gettext-tools, per Bruno.
26400
26401 2006-08-08  Eric Blake  <ebb9@byu.net>
26402
26403         * modules/verror: New module.
26404         * MODULES.html.sh: Document it.
26405
26406 2006-08-08  Eric Blake  <ebb9@byu.net>
26407
26408         * lib/verror.h, lib/verror.c: New files.
26409
26410 2006-08-08  Eric Blake  <ebb9@byu.net>
26411
26412         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
26413         verror_at_line output complies with GNU Coding Standards even when
26414         file is NULL.
26415
26416 2006-08-07  Bruno Haible  <bruno@clisp.org>
26417
26418         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
26419         versions of AIX.
26420         Reported by Ralf Wildenhues.
26421
26422 2006-08-07  Bruno Haible  <bruno@clisp.org>
26423
26424         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
26425         in an AC_DEFUN. Needed so that the autoconf snippets can use
26426         AC_REQUIRE.
26427
26428 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26429
26430         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26431         Initialize pkgdata_DATA.
26432         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
26433         overriding it.
26434
26435 2006-08-06  Eric Blake  <ebb9@byu.net>
26436
26437         * lib/error.h: Fold in some upstream changes from glibc.
26438         * lib/error.c: Likewise.
26439
26440 2006-08-04  Bruno Haible  <bruno@clisp.org>
26441
26442         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26443         Make the mostlyclean-local rule depend on mostlyclean-generic.
26444         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
26445
26446 2006-07-31  Bruno Haible  <bruno@clisp.org>
26447
26448         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
26449         <stdlib.h>, <string.h>.
26450
26451 2006-07-30  Bruno Haible  <bruno@clisp.org>
26452
26453         * modules/readlink (License): Change to LGPL.
26454
26455 2006-07-30  Bruno Haible  <bruno@clisp.org>
26456
26457         * modules/javaversion (Makefile.am): Distribute javaversion.java and
26458         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
26459         set PKGDATADIR to point to it.
26460
26461 2006-07-30  Bruno Haible  <bruno@clisp.org>
26462
26463         * modules/csharpexec (configure.ac): Comment out macro invocation.
26464         * modules/javaexec (configure.ac): Likewise.
26465         * modules/javacomp-script (configure.ac): Likewise.
26466
26467         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
26468
26469 2006-07-30  Bruno Haible  <bruno@clisp.org>
26470
26471         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
26472         linked-list.
26473
26474 2006-07-30  Bruno Haible  <bruno@clisp.org>
26475
26476         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
26477
26478 2006-07-30  Bruno Haible  <bruno@clisp.org>
26479
26480         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26481         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
26482         get removed.
26483
26484 2006-07-29  Bruno Haible  <bruno@clisp.org>
26485
26486         Make it possible for gnulib-tool to work with locally modified or
26487         augmented gnulib repositories.
26488         * gnulib-tool (func_usage): Document --local-dir option.
26489         (local_gnulib_dir): New variable.
26490         Handle --local-dir option.
26491         (func_lookup_file): New function.
26492         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
26493         (func_get_description, func_get_filelist, func_get_description,
26494         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
26495         func_get_automake_snippet, func_get_include_directive,
26496         func_get_license, func_get_maintainer): Use func_lookup_file.
26497         (func_import, func_create_testdir): Use func_lookup_file.
26498
26499 2006-07-29  Bruno Haible  <bruno@clisp.org>
26500
26501         * modules/setenv (Depends-on): Add unistd.
26502
26503 2006-07-29  Bruno Haible  <bruno@clisp.org>
26504
26505         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
26506
26507 2006-07-29  Bruno Haible  <bruno@clisp.org>
26508
26509         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
26510
26511 2006-07-29  Bruno Haible  <bruno@clisp.org>
26512
26513         * gnulib-tool (import, update): If there is no Makefile.am, look at
26514         aclocal.m4, instead of bailing out.
26515
26516 2006-07-29  Bruno Haible  <bruno@clisp.org>
26517
26518         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
26519         Categorize the options by when they are useful.
26520
26521 2006-07-29  Bruno Haible  <bruno@clisp.org>
26522
26523         * gnulib-tool (func_usage): Document option --no-libtool.
26524         Handle option --no-libtool.
26525         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
26526         for changed semantics of $libtool variable.
26527         (func_import): Likewise. If libtool is not used, show this through
26528         an option --no-libtool.
26529         (func_create_testdir): Update.
26530
26531 2006-07-29  Bruno Haible  <bruno@clisp.org>
26532
26533         * gnulib-tool (func_import): Extend error message about missing
26534         --doc-base.
26535
26536 2006-07-29  Bruno Haible  <bruno@clisp.org>
26537
26538         * gnulib-tool (func_import): Don't create the $docbase directory if
26539         there is no file to store there.
26540
26541 2006-07-29  Bruno Haible  <bruno@clisp.org>
26542
26543         * gnulib-tool (autoconf_minversion): If a --dir option is given and
26544         relevant, look for configure.ac there, not in the current directory.
26545         Also use a simple search for AC_PREREQ, not "autoconf --trace".
26546
26547 2006-07-29  Bruno Haible  <bruno@clisp.org>
26548
26549         * gnulib-tool (SORT): New variable.
26550         (func_usage): Undocument --assume-autoconf option.
26551         Remove --assume-autoconf option handling.
26552         (autoconf_minversion): Determine from the contents of configure.ac.
26553         (func_import): Remove autoconf_minversion handling.
26554         Suggested by Eric Blake.
26555
26556 2006-07-29  Bruno Haible  <bruno@clisp.org>
26557
26558         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
26559
26560 2006-07-29  Bruno Haible  <bruno@clisp.org>
26561
26562         * config/srclist.txt (*setenv.[ch]): Remove rules.
26563
26564 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26565
26566         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
26567
26568 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26569
26570         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
26571         arpa/inet.h.
26572
26573 2006-07-28  Simon Josefsson  <jas@extundo.com>
26574
26575         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
26576         * modules/inet_pton (Depends-on): Likewise.
26577
26578 2006-07-28  Simon Josefsson  <jas@extundo.com>
26579
26580         * m4/netinet_in_h.m4: New file.
26581
26582 2006-07-28  Simon Josefsson  <jas@extundo.com>
26583
26584         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
26585         #include's.
26586
26587 2006-07-28  Simon Josefsson  <jas@extundo.com>
26588
26589         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
26590         #include's.
26591
26592 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
26593
26594         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
26595         setgid on directories only if they set these bits.
26596         * lib/modechange.h: Remove obsolete comment about masks.
26597
26598 2006-07-28  Eric Blake  <ebb9@byu.net>
26599
26600         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
26601         macro expansion.
26602
26603 2006-07-28  Bruno Haible  <bruno@clisp.org>
26604
26605         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
26606
26607 2006-07-28  Bruno Haible  <bruno@clisp.org>
26608
26609         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
26610
26611 2006-07-28  Bruno Haible  <bruno@clisp.org>
26612
26613         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
26614         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
26615         Define fallbacks.
26616         Avoids link error on FreeBSD 4.x.
26617         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26618
26619         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
26620         encoding.
26621         * lib/mbswidth.c (iswcntrl): Likewise.
26622
26623 2006-07-27  Bruno Haible  <bruno@clisp.org>
26624
26625         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
26626         test.
26627
26628 2006-07-27  Bruno Haible  <bruno@clisp.org>
26629
26630         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
26631         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
26632         defined.
26633
26634 2006-07-26  Eric Blake  <ebb9@byu.net>
26635
26636         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
26637
26638 2006-07-26  Eric Blake  <ebb9@byu.net>
26639
26640         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
26641         like mingw that lack mkstemp.
26642         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
26643         avoid compilation warning on mingw.
26644
26645 2006-07-26  Bruno Haible  <bruno@clisp.org>
26646
26647         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
26648         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
26649         INT_FAST*_MIN, INTPTR_MIN.
26650
26651 2006-07-25  Bruno Haible  <bruno@clisp.org>
26652
26653         * modules/version-etc (Depends-on): Add stdarg.
26654
26655 2006-07-25  Bruno Haible  <bruno@clisp.org>
26656
26657         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
26658         complex commands.
26659
26660 2006-07-25  Bruno Haible  <bruno@clisp.org>
26661
26662         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
26663         defined in <stdarg.h> or config.h.
26664
26665 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
26666
26667         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
26668         (gl_STDIO_SAFER): Remove.
26669
26670 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
26671
26672         * MODULES.html.sh (File stream based Input/Output):
26673         Add fopen-safer, tmpfile-safer; remove stdio-safer.
26674         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
26675         * modules/fopen-safer, modules/tmpfile-safer: New files.
26676         * modules/stdio-safer: Remove.
26677
26678 2006-07-24  Bruno Haible  <bruno@clisp.org>
26679
26680         * modules/tmpdir: New file.
26681         * MODULES.html.sh (File system functions): Add it.
26682
26683 2006-07-24  Bruno Haible  <bruno@clisp.org>
26684
26685         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
26686         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
26687
26688 2006-07-24  Bruno Haible  <bruno@clisp.org>
26689
26690         * modules/clean-temp: New file.
26691
26692 2006-07-24  Bruno Haible  <bruno@clisp.org>
26693
26694         * m4/tmpdir.m4: New file, from GNU gettext.
26695
26696 2006-07-24  Bruno Haible  <bruno@clisp.org>
26697
26698         * lib/tmpdir.h: New file, from GNU gettext.
26699         * lib/tmpdir.c: New file, from GNU gettext.
26700
26701 2006-07-24  Bruno Haible  <bruno@clisp.org>
26702
26703         * lib/clean-temp.h: New file, from GNU gettext.
26704         * lib/clean-temp.c: New file, from GNU gettext.
26705
26706 2006-07-23  Eric Blake  <ebb9@byu.net>
26707
26708         * modules/stdio-safer (Files): Add tmpfile-safer.c.
26709         (Depends-on): Add binary-io.
26710
26711 2006-07-23  Eric Blake  <ebb9@byu.net>
26712
26713         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
26714
26715 2006-07-23  Eric Blake  <ebb9@byu.net>
26716
26717         * lib/tmpfile-safer.c: New file.
26718         * lib/stdio-safer.h (fopen_safer): Add prototype.
26719         * lib/stdio--.h (tmpfile): Make safer.
26720
26721 2006-07-23  Bruno Haible  <bruno@clisp.org>
26722
26723         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
26724         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
26725         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
26726         gl_linked_remove_at): Use it.
26727
26728 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26729         and Simon Josefsson <jas@extundo.com>
26730
26731         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
26732
26733         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
26734
26735 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26736
26737         * modules/close-stream: New file.
26738         * modules/closeout (Description): Make it clear that it exits
26739         with a diagnostic on error.
26740         (Depends-on): Add close-stream.  Remove fpending, stdbool.
26741         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
26742
26743 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26744
26745         * m4/close-stream.m4: New file.
26746
26747 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26748
26749         * lib/close-stream.c, lib/close-stream.h: New files.
26750
26751 2006-07-22  Bruno Haible  <bruno@clisp.org>
26752
26753         Merge from GNU gettext 0.15.
26754
26755         2006-05-01  Bruno Haible  <bruno@clisp.org>
26756
26757                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
26758
26759         2006-07-22  Bruno Haible  <bruno@clisp.org>
26760
26761                 * modules/javaversion: New file.
26762                 * MODULES.html.sh (Java): Add javaversion.
26763
26764         2006-03-12  Bruno Haible  <bruno@clisp.org>
26765
26766                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
26767
26768         2005-12-04  Bruno Haible  <bruno@clisp.org>
26769
26770                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
26771                 (untested).
26772
26773         2006-06-21  Bruno Haible  <bruno@clisp.org>
26774
26775                 Avoid warnings from recent versions of mcs.
26776                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
26777                 -o, -L, -r any more. Use options documented since mcs-1.0
26778                 instead. Similarly for -g.
26779
26780         2005-12-04  Bruno Haible  <bruno@clisp.org>
26781
26782                 * build-aux/csharpcomp.sh.in: Suffix for resources is
26783                 .resources, not .resource.
26784
26785         2005-07-09  Bruno Haible  <bruno@clisp.org>
26786
26787                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
26788                 add a .dll suffix.
26789                 Reported by Mark Junker <mjscod@gmx.de>.
26790
26791         2006-07-22  Bruno Haible  <bruno@clisp.org>
26792
26793                 * modules/gettext: Upgrade to gettext-0.15.
26794                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
26795                 m4/visibility.m4.
26796                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
26797
26798 2006-07-22  Bruno Haible  <bruno@clisp.org>
26799
26800         Merge from GNU gettext 0.15.
26801
26802         2006-03-25  Bruno Haible  <bruno@clisp.org>
26803
26804                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
26805
26806         2006-07-21  Bruno Haible  <bruno@clisp.org>
26807
26808                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
26809                 "1.1".
26810
26811         2006-05-09  Bruno Haible  <bruno@clisp.org>
26812
26813                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
26814                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
26815                 for the conftestver execution.
26816
26817         2006-05-01  Bruno Haible  <bruno@clisp.org>
26818
26819                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
26820                 optional target-version argument. Verify that the compiler
26821                 groks source of the specified source-version, or add -source
26822                 option as necessary. Verify that the compiler produces
26823                 bytecode in the specified target-version, or add -target and
26824                 -source options as necessary. Make the result of the test
26825                 available as variable CONF_JAVAC. Also log error output in
26826                 config.log.
26827
26828         2006-03-11  Bruno Haible  <bruno@clisp.org>
26829
26830                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
26831
26832         2006-05-09  Bruno Haible  <bruno@clisp.org>
26833
26834                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
26835                 CLASSPATH_SEPARATOR to a semicolon.
26836
26837         2006-03-12  Bruno Haible  <bruno@clisp.org>
26838
26839                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
26840                 available as variable CONF_JAVA, for subsequent autoconf
26841                 tests. Also log error output in config.log.
26842
26843         2006-07-19  Bruno Haible  <bruno@clisp.org>
26844
26845                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
26846                 that getline works on glibc2 systems. Needed to avoid trouble
26847                 in relocatable.c.
26848                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
26849
26850         2005-12-04  Bruno Haible  <bruno@clisp.org>
26851
26852                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
26853                 launcher (untested).
26854
26855         2005-12-04  Bruno Haible  <bruno@clisp.org>
26856
26857                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
26858
26859         2006-07-22  Bruno Haible  <bruno@clisp.org>
26860
26861                 * gettext.m4: Update from GNU gettext-0.15.
26862                 * nls.m4: Likewise.
26863                 * po.m4: Likewise.
26864                 * inttypes-pri.m4: Likewise.
26865                 * inttypes-h.m4: Renamed from inttypes.m4.
26866                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
26867
26868 2006-07-22  Bruno Haible  <bruno@clisp.org>
26869
26870         Merge from GNU gettext 0.15.
26871
26872         2005-07-05  Bruno Haible  <bruno@clisp.org>
26873
26874                 * printf-args.c (printf_fetchargs): Work around broken
26875                 definition of wint_t on mingw.
26876
26877         2005-02-12  Bruno Haible  <bruno@clisp.org>
26878
26879                 * xallocsa.h: Add extern "C" for C++.
26880
26881         2006-05-17  Bruno Haible  <bruno@clisp.org>
26882
26883                 Cygwin portability.
26884                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
26885
26886         2006-04-30  Bruno Haible  <bruno@clisp.org>
26887
26888                 * progreloc.c: Include <mach-o/dyld.h> if available.
26889                 (find_executable): Use _NSGetExecutablePath when possible.
26890
26891         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26892
26893                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
26894                 function.
26895
26896         2005-12-29  Bruno Haible  <bruno@clisp.org>
26897
26898                 * progreloc.c (set_program_name_and_installdir): Fix
26899                 compilation error.
26900
26901         2005-12-04  Bruno Haible  <bruno@clisp.org>
26902
26903                 Cygwin portability.
26904                 * progreloc.c: Include <windows.h> also on Cygwin.
26905                 (find_executable): Add support for Cygwin.
26906                 (set_program_name_and_installdir): Handle also platforms with
26907                 nonempty EXEEXT.
26908
26909         2006-07-11  Bruno Haible  <bruno@clisp.org>
26910
26911                 * javacomp.c: Fix a comment.
26912                 Reported by Jim Meyering.
26913
26914         2006-04-30  Bruno Haible  <bruno@clisp.org>
26915
26916                 * javacomp.h (compile_java_class): Add source_version,
26917                 target_version arguments.
26918                 * javacomp.c: Rewritten to choose only a compiler that
26919                 respects the specified source_version and target_version.
26920
26921         2006-06-27  Bruno Haible  <bruno@clisp.org>
26922
26923                 Assume correct S_ISDIR macro.
26924                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
26925
26926         2006-07-22  Bruno Haible  <bruno@clisp.org>
26927
26928                 * javaversion.h: New file, from GNU gettext.
26929                 * javaversion.c: New file, from GNU gettext.
26930                 * javaversion.java: New file, from GNU gettext.
26931                 * javaversion.class: New file, from GNU gettext.
26932
26933         2006-05-17  Bruno Haible  <bruno@clisp.org>
26934
26935                 Cygwin portability.
26936                 * javaexec.c (execute_java_class): Test for jview program
26937                 also on Cygwin.
26938
26939         2006-04-09  Bruno Haible  <bruno@clisp.org>
26940
26941                 * fatal-signal.c: Don't include string.h.
26942                 (at_fatal_signal): Use a copying loop instead of memcpy.
26943
26944         2005-12-04  Bruno Haible  <bruno@clisp.org>
26945
26946                 * csharpexec.c: Add support for 'clix' launcher (untested).
26947                 (execute_csharp_using_sscli): New function.
26948                 (execute_csharp_program): Call it.
26949
26950         2006-06-21  Bruno Haible  <bruno@clisp.org>
26951
26952                 Avoid warnings from recent versions of mcs.
26953                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
26954                 -o, -L, -r any more. Use options documented since mcs-1.0
26955                 instead. Similarly for -g.
26956
26957         2005-07-09  Bruno Haible  <bruno@clisp.org>
26958
26959                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
26960                 add a .dll suffix.
26961                 Reported by Mark Junker <mjscod@gmx.de>.
26962
26963         2006-06-17  Bruno Haible  <bruno@clisp.org>
26964
26965                 * config.charset: Update for NetBSD 3.0.
26966
26967         2006-05-17  Bruno Haible  <bruno@clisp.org>
26968
26969                 Cygwin portability.
26970                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
26971
26972         2006-05-16  Bruno Haible  <bruno@clisp.org>
26973
26974                 * localcharset.c [CYGWIN]: Include <windows.h>.
26975                 (get_charset_aliases): For Cygwin, return the same CPxxx
26976                 aliases list as under WIN32.
26977                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
26978                 the environment variables. Fall back to GetACP().
26979
26980         2006-04-05  Bruno Haible  <bruno@clisp.org>
26981
26982                 * config.charset: Update Juan Manuel Guerrero's address.
26983
26984         2005-02-12  Bruno Haible  <bruno@clisp.org>
26985
26986                 * allocsa.h: Add extern "C" for C++.
26987
26988         2005-02-10  Bruno Haible  <bruno@clisp.org>
26989
26990                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
26991                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
26992
26993         2006-07-22  Bruno Haible  <bruno@clisp.org>
26994
26995                 * gettext.h: Update to GNU gettext-0.15.
26996
26997 2006-07-22  Bruno Haible  <bruno@clisp.org>
26998
26999         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
27000         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
27001         lib-prefix.m4, longdouble.m4, ssize_t.m4.
27002
27003 2006-07-21  Eric Blake  <ebb9@byu.net>
27004
27005         * modules/stdlib-safer: New file.
27006         * MODULES.html.sh (File stream based Input/Output): Add
27007         stdlib-safer.
27008
27009 2006-07-21  Eric Blake  <ebb9@byu.net>
27010
27011         * lib/stdlib-safer.h: New file from coreutils, required by
27012         stdlib--.h.
27013
27014 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
27015
27016         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
27017
27018 2006-07-20  Bruno Haible  <bruno@clisp.org>
27019
27020         * gnulib-tool: Recognize new option --assume-autoconf.
27021         (autoconf_minversion): New variable.
27022         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
27023
27024 2006-07-20  Bruno Haible  <bruno@clisp.org>
27025
27026         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
27027
27028 2006-07-19  Derek R. Price  <derek@ximbiot.com>
27029
27030         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
27031         Reindent and repaginate.
27032
27033 2006-07-19  Derek Price  <derek@ximbiot.com>
27034
27035         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
27036         Correct grammar.
27037
27038 2006-07-17  Bruno Haible  <bruno@clisp.org>
27039
27040         * modules/list: New file.
27041         * modules/array-list: New file.
27042         * modules/carray-list, modules/carray-list-tests: New files.
27043         * modules/linked-list, modules/linked-list-tests: New files.
27044         * modules/avltree-list, modules/avltree-list-tests: New files.
27045         * modules/rbtree-list, modules/rbtree-list-tests: New files.
27046         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
27047         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
27048         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
27049         * modules/oset: New file.
27050         * modules/array-oset: New file.
27051         * modules/avltree-oset, modules/avltree-oset-tests: New files.
27052         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
27053         * tests/test-carray_list.c: New file.
27054         * tests/test-linked_list.c: New file.
27055         * tests/test-avltree_list.c: New file.
27056         * tests/test-rbtree_list.c: New file.
27057         * tests/test-linkedhash_list.c: New file.
27058         * tests/test-avltreehash_list.c: New file.
27059         * tests/test-rbtreehash_list.c: New file.
27060         * tests/test-avltree_oset.c: New file.
27061         * tests/test-rbtree_oset.c: New file.
27062         * MODULES.html.sh (Container data structures): New section.
27063
27064 2006-07-17  Bruno Haible  <bruno@clisp.org>
27065
27066         * m4/gl_list.m4: New file.
27067
27068 2006-07-17  Bruno Haible  <bruno@clisp.org>
27069
27070         * lib/gl_list.h: New file.
27071         * lib/gl_list.c: New file.
27072         * lib/gl_array_list.h: New file.
27073         * lib/gl_array_list.c: New file.
27074         * lib/gl_carray_list.h: New file.
27075         * lib/gl_carray_list.c: New file.
27076         * lib/gl_linked_list.h: New file.
27077         * lib/gl_linked_list.c: New file.
27078         * lib/gl_anylinked_list1.h: New file.
27079         * lib/gl_anylinked_list2.h: New file.
27080         * lib/gl_avltree_list.h: New file.
27081         * lib/gl_avltree_list.c: New file.
27082         * lib/gl_anyavltree_list1.h: New file.
27083         * lib/gl_anyavltree_list2.h: New file.
27084         * lib/gl_rbtree_list.h: New file.
27085         * lib/gl_rbtree_list.c: New file.
27086         * lib/gl_anyrbtree_list1.h: New file.
27087         * lib/gl_anyrbtree_list2.h: New file.
27088         * lib/gl_anytree_list1.h: New file.
27089         * lib/gl_anytree_list2.h: New file.
27090         * lib/gl_linkedhash_list.h: New file.
27091         * lib/gl_linkedhash_list.c: New file.
27092         * lib/gl_anyhash_list1.h: New file.
27093         * lib/gl_anyhash_list2.h: New file.
27094         * lib/gl_avltreehash_list.h: New file.
27095         * lib/gl_avltreehash_list.c: New file.
27096         * lib/gl_rbtreehash_list.h: New file.
27097         * lib/gl_rbtreehash_list.c: New file.
27098         * lib/gl_anytreehash_list1.h: New file.
27099         * lib/gl_anytreehash_list2.h: New file.
27100
27101         * lib/gl_oset.h: New file.
27102         * lib/gl_oset.c: New file.
27103         * lib/gl_array_oset.h: New file.
27104         * lib/gl_array_oset.c: New file.
27105         * lib/gl_avltree_oset.h: New file.
27106         * lib/gl_avltree_oset.c: New file.
27107         * lib/gl_rbtree_oset.h: New file.
27108         * lib/gl_rbtree_oset.c: New file.
27109         * lib/gl_anytree_oset.h: New file.
27110
27111 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27112
27113         * m4/mkancesdirs.m4: New file.
27114         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
27115         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
27116         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
27117         it.
27118
27119 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27120
27121         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
27122         * lib/mkancesdirs.h: New files.
27123         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
27124         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
27125         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
27126         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
27127         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
27128         callers changed.  Revamp internals significantly, by not
27129         attempting to create directories that are temporarily more
27130         permissive than the final results.  Do not attempt to use
27131         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
27132         This removes some race conditions, fixes some bugs, and simplifies
27133         things.  Use new dirchownmod function to do owner and mode changes.
27134         * lib/mkdir-p.h: Likewise.
27135         * lib/modechange.c (octal_to_mode): New function.
27136         (struct mode_change): New member mentioned.
27137         (make_node_op_equals): New arg mentioned.  All callers changed.
27138         (mode_compile): Keep track of which mode bits the user has explicitly
27139         mentioned.
27140         (mode_adjust): New arg DIR, so that we implement the X op correctly.
27141         New arg PMODE_BITS, to keep track of which mode bits the user
27142         mentioned; it treats S_ISUID and S_ISGID speciall.
27143         All callers changed.
27144         * lib/modechange.h: Likewise.
27145
27146 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27147
27148         * MODULES.html.sh: Add mkancestors.
27149         * modules/mkancesdirs: New module.
27150         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
27151         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
27152         The chdir-safer and afs files are now orphans; I'll remove them
27153         unless someone speaks up.
27154         Add lib/dirchownmod.c, lib/dirchownmod.h.
27155         (Depends-on): Remove alloca, chown, save-cwd, dirname.
27156         Add lchown, mkancesdirs.
27157         (Maintainer): Add self.
27158
27159 2006-07-15  Karl Berry  <karl@gnu.org>
27160
27161         * gnulib-tool: help message wording/arrangement.
27162
27163 2006-07-14  Simon Josefsson  <jas@extundo.com>
27164
27165         * doc/gnulib.texi (Libtool and Windows): New section.
27166
27167 2006-07-12  Simon Josefsson  <jas@extundo.com>
27168
27169         * modules/gendocs (License): Fix license, approved by Karl.
27170
27171 2006-07-12  Eric Blake  <ebb9@byu.net>
27172
27173         * MODULES.html.sh: Add gendocs.
27174
27175 2006-07-11  Eric Blake  <ebb9@byu.net>
27176
27177         * modules/fdl: New module, to install doc/fdl.texi.
27178         * MODULES.html.sh: Add new section for documentation modules.
27179         * gnulib-tool: Avoid space-tab.
27180         (--doc-base): New option, to manage files from doc.
27181
27182 2006-07-11  Eric Blake  <ebb9@byu.net>
27183
27184         * m4/absolute-header.m4: Fix comments to match recent change.
27185
27186 2006-07-11  Eric Blake  <ebb9@byu.net>
27187
27188         * gnulib-tool: List --doc-base before --tests-base.
27189
27190 2006-07-11  Derek R. Price  <derek@ximbiot.com>
27191
27192         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
27193
27194 2006-07-11  Bruno Haible  <bruno@clisp.org>
27195
27196         * README: Mention where to put documentation.
27197
27198 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27199
27200         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
27201
27202 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
27203
27204         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
27205         to stdint.m4.
27206
27207 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
27208
27209         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
27210         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
27211         "no/such/file/stdint.h" when there is no such file, so that
27212         the resulting C code can be parsed by dodgy compilers.
27213         Problems reported by Bob Proulx.
27214
27215 2006-07-10  Derek R. Price  <derek@ximbiot.com>
27216
27217         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
27218         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
27219         macros into the GNU _D_EXACT_NAMLEN.
27220         * lib/savedir.c:  Likewise.
27221         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
27222
27223 2006-07-10  Derek R. Price  <derek@ximbiot.com>
27224         and Paul Eggert  <eggert@cs.ucla.edu>
27225
27226         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
27227         * m4/savedir.m4:
27228         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
27229         macros into the GNU _D_EXACT_NAMLEN.
27230
27231 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27232
27233         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
27234         around the absolute name, to work around a problem with the HP-UX
27235         11.23 native C compiler, reported by Bob Proulx.
27236
27237 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27238
27239         * doc/maintain.texi, make-stds.texi: Sync from
27240         <http://savannah.gnu.org/projects/gnustandards>.
27241
27242 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27243
27244         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
27245
27246 2006-07-09  Jim Meyering  <jim@meyering.net>
27247
27248         * m4/glob.m4: Remove a doubled word in a comment.
27249
27250 2006-07-09  Jim Meyering  <jim@meyering.net>
27251
27252         * lib/argp-pv.c: Remove a doubled word in a comment.
27253         * lib/check-version.c (check_version): Likewise.
27254         * lib/javacomp.c (compile_java_class): Likewise.
27255
27256 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
27257
27258         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
27259         for the benefit of people using Autoconf 2.60.  If you want to
27260         support older Autoconf versions you can copy m4/onceonly_2_57.m4
27261         (or m4/onceonly.m4, if pre-2.57) manually.
27262
27263 2006-07-08  Jim Meyering  <jim@meyering.net>
27264
27265         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
27266         comment.
27267         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
27268         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
27269         comment.
27270
27271 2006-07-08  Jim Meyering  <jim@meyering.net>
27272
27273         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
27274
27275 2006-07-07  Simon Josefsson  <jas@extundo.com>
27276
27277         * tests/test-crc.c: Change expected crc value, the test vector
27278         were probably computed using the old broken crc.c?
27279
27280 2006-07-06  Simon Josefsson  <jas@extundo.com>
27281
27282         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
27283         now the canonical place for the M4 file).
27284
27285         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
27286         from the sys_socket dependency now.
27287
27288         * modules/inet_pton (Files): Ditto.
27289
27290         * modules/inet_ntop (Files): Ditto.
27291
27292 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27293
27294         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
27295         not gl_PREREQ_GETUSERSHELL.
27296
27297 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27298
27299         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
27300         with only one argument, for Autoconf 2.60.
27301         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
27302         expand to nothing, so add a shell command to avoid syntax error.
27303         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
27304
27305 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27306
27307         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
27308
27309 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27310
27311         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
27312         no longer needed.  Check for isblank decl.
27313         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
27314         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
27315         of existence.
27316
27317 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27318
27319         * lib/getloadavg.c: Use __VMS, not VMS.
27320         * lib/getopt.c: Likewise.
27321         * lib/getpagesize.h: Likewise.
27322         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
27323         and probably does not work.
27324
27325 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27326
27327         * lib/.cppi-disable: Add wcwidth.
27328         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
27329         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
27330         (ISGRAPH): Remove.  All uses changed to isgraph.
27331         (FOLD) [!defined _LIBC]: Remove special case.
27332         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
27333         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
27334         HAVE_ISBLANK.
27335         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
27336         case.
27337
27338 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
27339
27340         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
27341         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
27342         brackets.  Other minor changes to suppress some compiler
27343         warnings.
27344
27345 2006-07-06  Derek R. Price  <derek@ximbiot.com>
27346         and Paul Eggert  <eggert@cs.ucla.edu>
27347
27348         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
27349         of invoking obsolescent AC_HEADER_DIRENT macro.
27350         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
27351         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
27352         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
27353         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
27354         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
27355         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
27356         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
27357         * m4/readdir.m4: Remove; no longer needed.
27358
27359 2006-07-06  Derek R. Price  <derek@ximbiot.com>
27360         and Paul Eggert  <eggert@cs.ucla.edu>
27361
27362         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
27363         Don't worry about this obsolete case any more.
27364         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
27365         directories.
27366         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
27367         worry about this obsolete case any more.
27368         * lib/fts.c: Likewise.
27369         * lib/getcwd.c: Likewise.
27370         * lib/glob.h: Likewise.
27371         * lib/savedir.c: Likewise.
27372
27373 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27374
27375         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
27376         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
27377         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
27378         needed.
27379         All uses removed.
27380         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27381         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
27382         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
27383         needed.
27384         * m4/getdate.m4 (gl_GETDATE): Likewise.
27385         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
27386         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
27387         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
27388         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27389         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
27390         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27391         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
27392         needed.
27393
27394 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27395
27396         * lib/memcasecmp.c: Include <limits.h>.
27397         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
27398         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
27399         Don't assume isdigit succeeds only on '0' through '9'.
27400
27401 2006-07-05  Eric Blake  <ebb9@byu.net>
27402
27403         * modules/getaddrinfo (Depends-on): Add snprintf.
27404
27405 2006-07-05  Eric Blake  <ebb9@byu.net>
27406
27407         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
27408         to avoid 'header present but could not be compiled' on cygwin.
27409
27410 2006-07-05  Eric Blake  <ebb9@byu.net>
27411
27412         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
27413         missing from netdb.h.
27414         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
27415
27416 2006-07-05  Derek R. Price  <derek@ximbiot.com>
27417
27418         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
27419         no longer needed.
27420         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
27421         * m4/getdate.m4 (gl_GETDATE): Likewise.
27422         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
27423         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
27424         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
27425         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27426         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27427
27428 2006-07-05  Derek R. Price  <derek@ximbiot.com>
27429
27430         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
27431         All uses of is_space replaced by isspace.
27432         * lib/exit.h: Don't talk about STDC_HEADERS.
27433         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
27434         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
27435         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
27436         replaced by isprint etc.
27437         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
27438         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
27439         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
27440         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
27441         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
27442         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
27443
27444 2006-07-05  Bruno Haible  <bruno@clisp.org>
27445
27446         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
27447         the function exists, before testing against AIX.
27448         Reported by Martin Lambers <marlam@marlam.de>.
27449
27450 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
27451
27452         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
27453         From Mark D. Baushke.
27454
27455 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
27456
27457         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
27458         to the absolute name, not just one, to bypass Sun C 5.8's
27459         "warning: #include of /usr/include/... may be non-portable".
27460
27461 2006-07-04  Eric Blake  <ebb9@byu.net>
27462
27463         * modules/dirname-tests: New test module.
27464         * tests/test-dirname.c: New file, replacing dirname.c
27465         TEST_DIRNAME section that was recently deleted.
27466
27467 2006-07-04  Bruno Haible  <bruno@clisp.org>
27468
27469         Assume ANSI C header files and <ctype.h> functions.
27470         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
27471         (mbsnwidth): Use isprint, iscntrl instead.
27472
27473 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27474
27475         Merge from coreutils.
27476         * MODULES.html.sh: Add xstrtold.
27477         * modules/xstrtold: New file.
27478         * modules/cycle-check (Files): Add lib/same-inode.h.
27479         * modules/dirname (Files): Add m4/double-slash-root.m4.
27480         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
27481         * modules/mkdir-p (Files): Add lib/same-inode.h.
27482         * modules/same (Files): Add lib/same-inode.h.
27483
27484 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27485
27486         * m4/absolute-header.m4: Renamed from full-header-path.m4.
27487         This is to keep the terminology clean; POSIX talks about
27488         "absolute pathnames", not "full pathnames", but the GNU
27489         Coding Standards say to use "path" for something else;
27490         so use "absolute" to keep both sides happy.
27491         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
27492         Set gl_absolute_header, not gl_full_header_path.
27493         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
27494         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
27495         All uses changed.
27496
27497         Merge from coreutils.
27498
27499         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
27500
27501         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
27502         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
27503         want to require the building of c-strtod.o.
27504         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
27505         needs -lm directly.
27506         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
27507
27508         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
27509
27510         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
27511         --as-needed option if available.  Problem reported by Albert Chin in
27512         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
27513         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
27514         cc merely issues a bunch of annoying warnings for --as-needed
27515         (this problem was reported by Bob Proulx).  Also, try linking with
27516         -lm to detect a bug in binutils 2.16 (this problem was reported
27517         by Ralf Wildenhues).
27518
27519         2006-06-18  Jim Meyering  <jim@meyering.net>
27520
27521         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
27522         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
27523         macro.
27524         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
27525         also check for glibc-2.4's abort-inducing bug.
27526
27527         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
27528         Low-probability clean-up should be to use rmdir to get rid of
27529         the just-created directory, not unlink.
27530
27531         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
27532         configure fail, and request a bug report to inform us about it.
27533         Add a comment that, barring reports to the contrary, in 2007 we'll
27534         assume ftruncate is universally available.
27535
27536         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
27537
27538         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
27539
27540         2006-03-12  Jim Meyering  <jim@meyering.net>
27541
27542         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
27543         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
27544         * m4/same.m4 (gl_SAME): Likewise.
27545         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
27546
27547         2006-03-11  Eric Blake  <ebb9@byu.net>
27548
27549         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
27550         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
27551         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
27552         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
27553
27554 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27555
27556         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
27557         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
27558         reported by Mark D. Baushke, one in
27559         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
27560
27561         Merge from coreutils.
27562
27563         * lib/.cppi-disable: Add stdint_.h.
27564         * lib/.cvsignore: Add stdint.h.
27565
27566         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
27567
27568         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
27569         both double and long double versions.
27570         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
27571         * lib/xstrtold.c: New file.
27572         * lib/xstrtod.h (xstrtold): New decl.
27573
27574         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
27575
27576         * lib/filemode.c (setst): Remove.
27577         (strmode): Rewrite to avoid setst.  This makes the code shorter,
27578         (arguably) clearer, and the generated code is a bit smaller on my
27579         Debian GNU/Linux stable x86 host.
27580
27581         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
27582
27583         * lib/filemode.c: Include "filemode.h" first, to test the interface.
27584         Assume that filemode.h includes sys/types.h and sys/stat.h.
27585         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
27586         (ftypelet): Reorder to put common cases first, for efficiency.
27587         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
27588         to do 'M'.
27589         (strmode): Renamed from mode_string, and now stores 12 bytes instead
27590         of 10, for compatibility with FreeBSD.  All callers changed.
27591         (filemodestring): Now stores 12 bytes instead of 10, and sets file
27592         types that can't be deduced solely from st_mode.  First arg is now a
27593         const pointer.
27594         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
27595         (strmode): Renamed from mode_string.
27596         (filemodestring): New decl.
27597         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
27598         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
27599         needed.
27600         (S_ISPORT, S_ISWHT): New macros, if not already defined.
27601
27602         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
27603
27604         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
27605         fsusage.h now does that.  Include fsusage.h first, to test interface.
27606         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
27607         at most one method (the old code could have generated decls that
27608         didn't conform to C89, not that this was ever exercised).
27609         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
27610
27611         2006-03-19  Jim Meyering  <jim@meyering.net>
27612
27613         Work even in a chroot where d_ino values for entries in "/"
27614         don't match the stat.st_ino values for the same names.
27615         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
27616         number, iterate through all entries again, using lstat instead.
27617         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
27618         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
27619
27620         * lib/getcwd.c (__getcwd): Clarify a comment.
27621         Use memcpy in place of a call to strcpy.
27622
27623         2006-03-12  Jim Meyering  <jim@meyering.net>
27624
27625         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
27626         matches that of the current directory (which we're about to chdir ".."
27627         out of), then save the dev-ino of the parent, instead.
27628
27629         * lib/same-inode.h (SAME_INODE): New file/macro.
27630         * lib/chdir-safer.c (SAME_INODE): Remove definition.
27631         Include "same-inode.h", instead.
27632         * lib/same.c: Likewise.
27633         * lib/cycle-check.h: Include "same-inode.h".
27634         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
27635         * lib/cycle-check.c (SAME_INODE): Remove definition.
27636         * lib/root-dev-ino.h: Include "same-inode.h".
27637
27638         2006-03-11  Eric Blake  <ebb9@byu.net>
27639
27640         * lib/same.c (same_name): s/base_name/last_component/
27641         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
27642         * lib/filenamecat.c (file_name_concat): Likewise.
27643
27644         2006-03-11  Eric Blake  <ebb9@byu.net>,
27645                     Paul Eggert  <eggert@cs.ucla.edu>
27646
27647         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
27648         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
27649         drive prefix.
27650         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
27651         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
27652         (last_component): New method.
27653         * lib/dirname.c (dir_len): Determine when drive letters need a
27654         subsequent slash.  Preserve // when it is special.
27655         (dir_name): Don't append dot when drive letter is absolute.
27656         [TEST_DIRNAME]: Move into a full-blown gnulib test.
27657         * lib/basename.c (base_name): New semantics - malloc the result.
27658         Preserve // when it is special.  Preserve relative files that look
27659         like drive letters.
27660         (base_len): Preserve // when it is special.
27661         (last_component): New method, similar to old base_name semantics.
27662         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
27663         base_name.  Strip redundant slashes from ///.
27664
27665 2006-07-03  Jim Meyering  <jim@meyering.net>
27666
27667         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
27668         macro is used before the first cycle_check call.
27669
27670 2006-07-03  Eric Blake  <ebb9@byu.net>
27671
27672         * modules/dirname (Depends-on): Add xstrndup.
27673
27674 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
27675
27676         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
27677         test cases, so that config.log is a bit easier to follow.
27678
27679 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
27680
27681         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
27682         both are 64 bits, since this seems to be the tradition, and this
27683         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
27684         we ever run into a host that prefers long long to long in this
27685         case, we'll need another configure-time test.  Problem reported by
27686         Jim Meyering.
27687
27688 2006-07-02  Eric Blake  <ebb9@byu.net>
27689
27690         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
27691
27692 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27693
27694         * modules/inttypes (Depends-on): No longer depends on stdint.
27695         * modules/stdint (Description): Say more about assumptions.
27696         Say that the fast types might differ.  Say macros are used.
27697         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
27698         (Makefile.am): Revise list of substituted symbols to match
27699         new stdint.m4.
27700         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
27701         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
27702         * tests/test-stdint.c (verify_same_types)
27703         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
27704         the code conforms to C99/C89.
27705         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
27706         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
27707
27708 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27709
27710         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
27711         but fix a bug, by requiring at least 64 bits.
27712         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
27713         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
27714         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
27715         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
27716
27717         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
27718         changes.  Make 2.59 a prerequisite.  Check and substitute for
27719         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
27720         inttypes.h.  Do not use special include files; just use the
27721         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
27722         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
27723         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
27724         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
27725         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
27726         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
27727         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
27728         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
27729         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
27730         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
27731         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
27732         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
27733         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
27734         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
27735         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
27736         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
27737         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
27738         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
27739         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
27740         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
27741         WINT_MAX.  Check for C99 conformance more strictly, by detecting
27742         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
27743         not check for things that C99 does not require, e.g., int8_t.  If
27744         a test isn't needed unless <stdint.h> isn't working, and is
27745         unlikely to be needed for any other reason, then don't do it
27746         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
27747         size_t, since we assume C89 freestanding at least.  Do not check
27748         for sig_atomic_t, wchar_t, or wint_t, since the code now does
27749         the right thing even if the types are not defined.  Instead use:
27750         (gl_STDINT_TYPE_PROPERTIES): New macro.
27751         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
27752         testing whether <sys/types.h> clashes, as Autoconf does this for
27753         us now.  All uses removed.
27754         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
27755         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
27756         (gl_CHECK_TYPE_SAME):
27757         Remove; no longer needed.
27758         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
27759         exists, since we'll return 0 anyway in that case.
27760         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
27761
27762 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27763
27764         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
27765         possible collision with system files.
27766         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
27767         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
27768         WCHAR_MIN and WCHAR_MAX in this case.
27769         (<stddef.h>): Do not include; no longer needed.
27770         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
27771         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
27772         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
27773         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
27774         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
27775         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
27776         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
27777         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
27778         !defined(__c99))]: Include in this case too, since it's harmless
27779         now.
27780         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
27781         dangerous to do so.
27782         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
27783         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
27784         (_STDINT_MIN, _STDINT_MAX): New macros.
27785         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
27786         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
27787         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
27788         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
27789         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
27790         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
27791         macros, not typedefs; this simplifies things quite a bit.
27792         Use long int for all types narrower than int64_t.
27793         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
27794         Define in terms of long long int or int64_t or long int,
27795         not int64_t or int32_t.  This saves some compile-time testing.
27796         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
27797         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
27798         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
27799         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
27800         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
27801         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
27802         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
27803         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
27804         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
27805         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
27806         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
27807         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
27808         undef any previous version and define our own version, for
27809         simplicity and consistency with the new macros for types.
27810         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
27811         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
27812         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
27813         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
27814         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
27815         @WINT_T_SUFFIX@ to keep things simple here.
27816         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
27817         Simplify by assuming typical 8/16/32/64 host, since we're
27818         already doing that elsewhere anyway.
27819         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
27820         and assume long long int is 64 bits if available.  This
27821         speeds up 'configure'.
27822
27823 2006-07-01  Eric Blake  <ebb9@byu.net>
27824
27825         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
27826         Reported by Andreas Buening.
27827
27828 2006-07-01  Eric Blake  <ebb9@byu.net>
27829
27830         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
27831
27832 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
27833
27834         * lib/getaddrinfo.c: fixed typo
27835
27836 2006-06-29  Jim Meyering  <jim@meyering.net>
27837
27838         * modules/strftime (Maintainer): Add my name, since with the
27839         FPRINTFTIME changes strftime.c has forked from glibc.
27840
27841 2006-06-29  Eric Blake  <ebb9@byu.net>
27842
27843         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
27844
27845 2006-06-29  Eric Blake  <ebb9@byu.net>
27846
27847         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
27848
27849 2006-06-29  Eric Blake  <ebb9@byu.net>
27850
27851         * lib/stat_.h: New file.
27852
27853 2006-06-29  Eric Blake  <ebb9@byu.net>
27854
27855         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
27856         unused static function.
27857
27858 2006-06-29  Eric Blake  <ebb9@byu.net>
27859
27860         * doc/functions.texi (Function Portability): Document missing lstat
27861         on mingw.
27862
27863 2006-06-29  Eric Blake  <ebb9@byu.net>
27864
27865         * MODULES.html.sh: Add sys_stat.
27866         * modules/sys_stat: New module.
27867         * modules/mkstemp (Depends-on): Add sys_stat.
27868
27869 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27870
27871         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
27872
27873 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27874
27875         * m4/c-bs-a.m4: Removed.
27876
27877 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27878
27879         * lib/strftime.c: Assume strftime() exists.
27880
27881 2006-06-29  Derek Price  <derek@ximbiot.com>
27882
27883         * modules/c-bs-a: Removed - \a is C89.
27884         * MODULES.html.sh: Remove c-bs-a.
27885
27886 2006-06-29  Bruno Haible  <bruno@clisp.org>
27887
27888         * modules/wcwidth (License): Change to LGPL.
27889
27890 2006-06-28  Simon Josefsson  <jas@extundo.com>
27891
27892         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
27893         on _WIN32.
27894
27895         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
27896         getnameinfo.
27897
27898 2006-06-28  Simon Josefsson  <jas@extundo.com>
27899
27900         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
27901
27902 2006-06-28  Simon Josefsson  <jas@extundo.com>
27903
27904         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
27905         functions there.  It will succeed on Windows XP, but on Windows
27906         2000 and (presumably) earlier, it will fail, and use the internal
27907         re-implementation.
27908         (use_win32_p): New function.
27909         (getaddrinfo): Use strtoul on servname, to support numeric ports.
27910         Support AI_NUMERICSERV to disable getservbyname.
27911         (getnameinfo): New function, only supports
27912         NI_NUMERICHOST|NI_NUMERICSERV for now.
27913
27914         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
27915         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
27916         getnameinfo.
27917
27918 2006-06-28  Eric Blake  <ebb9@byu.net>
27919
27920         * modules/wcwidth: New file.
27921         * modules/mbchar (Depends-on): Add wcwidth.
27922         * modules/mbswidth (Depends-on): Add wcwidth.
27923         * MODULES.html.sh: Add wcwidth.
27924
27925 2006-06-28  Eric Blake  <ebb9@byu.net>
27926
27927         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
27928         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
27929
27930 2006-06-28  Eric Blake  <ebb9@byu.net>
27931
27932         * lib/xvasprintf.h: Fix comments.
27933
27934 2006-06-28  Eric Blake  <ebb9@byu.net>
27935
27936         * lib/mbchar.h (wcwidth): Include wcwidth.h.
27937         * lib/mbswidth.c (wcwidth): Move from here...
27938         * lib/wcwidth.h: ...to this new file.
27939
27940 2006-06-28  Derek R. Price  <derek@ximbiot.com>
27941
27942         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
27943
27944         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
27945         it's obsolete.
27946         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
27947
27948 2006-06-28  Derek R. Price  <derek@ximbiot.com>
27949
27950         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
27951         Autoconf 2.60 says this stuff was obsolete.
27952
27953 2006-06-28  Bruno Haible  <bruno@clisp.org>
27954
27955         * modules/wcwidth (Files): Add m4/wchar_t.m4.
27956
27957 2006-06-28  Bruno Haible  <bruno@clisp.org>
27958
27959         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
27960         gt_TYPE_WCHAR_T.
27961
27962 2006-06-28  Bruno Haible  <bruno@clisp.org>
27963
27964         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
27965         declaration for wcwidth.
27966         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
27967
27968 2006-06-28  Bruno Haible  <bruno@clisp.org>
27969
27970         * lib/mkdtemp.c [MINGW]: Include <io.h>.
27971         (mkdir): Define using _mkdir.
27972
27973 2006-06-28  Bruno Haible  <bruno@clisp.org>
27974
27975         * lib/getaddrinfo.h: Fix POSIX URL.
27976         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
27977         _WIN32.
27978         (use_win32_p): Make static.
27979         (getaddrinfo): Reject service name if it is empty or does not consist
27980         solely of decimal digits, or if its value is > 65535.
27981         (getnameinfo): Remove useless casts.
27982
27983 2006-06-27  Simon Josefsson  <jas@extundo.com>
27984
27985         * modules/sys_select: New file, suggested by Bruno Haible, Paul
27986         Eggert and Martin Lambers.
27987
27988 2006-06-27  Simon Josefsson  <jas@extundo.com>
27989
27990         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
27991         Eggert and Martin Lambers.
27992
27993 2006-06-27  Bruno Haible  <bruno@clisp.org>
27994
27995         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
27996         result to 0, not to empty.
27997         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
27998
27999 2006-06-27  Bruno Haible  <bruno@clisp.org>
28000
28001         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
28002
28003 2006-06-26  Simon Josefsson  <jas@extundo.com>
28004
28005         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
28006         present.
28007
28008 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
28009
28010         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
28011         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
28012         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
28013
28014 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
28015
28016         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
28017
28018 2006-06-26  Bruno Haible  <bruno@clisp.org>
28019
28020         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
28021
28022 2006-06-26  Bruno Haible  <bruno@clisp.org>
28023
28024         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
28025
28026 2006-06-26  Bruno Haible  <bruno@clisp.org>
28027
28028         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
28029         SGI C compiler in pre-C99 mode.
28030         Suggested by Mark D. Baushke and Larry Jones.
28031
28032 2006-06-26  Bruno Haible  <bruno@clisp.org>
28033
28034         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
28035         WCHAR_MAX.
28036         Reported by Mark D. Baushke and Larry Jones.
28037
28038 2006-06-26  Bruno Haible  <bruno@clisp.org>
28039
28040         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
28041         in pre-C99 mode.
28042         Suggested by Mark D. Baushke and Larry Jones.
28043
28044 2006-06-23  Simon Josefsson  <jas@extundo.com>
28045             Bruno Haible  <bruno@clisp.org>
28046
28047         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
28048         Emit mostlyclean-local rule.
28049         (func_emit_tests_Makefile_am): Likewise.
28050         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
28051
28052 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
28053
28054         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
28055
28056 2006-06-23  Bruno Haible  <bruno@clisp.org>
28057
28058         * tests/test-stdint.c: Update to match ISO C 99 Technical
28059         Corrigendum 1.
28060
28061 2006-06-23  Bruno Haible  <bruno@clisp.org>
28062
28063         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
28064
28065 2006-06-23  Bruno Haible  <bruno@clisp.org>
28066
28067         * lib/stdint_.h: Treat IRIX like OpenBSD.
28068
28069 2006-06-23  Bruno Haible  <bruno@clisp.org>
28070
28071         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
28072         ISO C 99 Technical Corrigendum 1.
28073
28074 2006-06-22  Simon Josefsson  <jas@extundo.com>
28075
28076         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
28077         MinGW.
28078
28079 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28080
28081         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
28082         needed.  Some compiler complained about some of them.  Problem reported
28083         by Larry Jones in
28084         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
28085
28086 2006-06-21  Simon Josefsson  <jas@extundo.com>
28087
28088         * tests/test-getaddrinfo.c: New file.
28089
28090         * modules/getaddrinfo-tests: New file.
28091
28092         * MODULES.html.sh: Add inet_pton.
28093
28094         * modules/inet_pton: New file.
28095
28096 2006-06-21  Simon Josefsson  <jas@extundo.com>
28097
28098         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
28099         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
28100         of using the (limited) gnulib implementation on Windows XP.
28101
28102         * m4/inet_pton.m4: New file.
28103
28104 2006-06-21  Simon Josefsson  <jas@extundo.com>
28105
28106         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
28107         variable.
28108
28109         * lib/socket_.h: Don't define WINVER.
28110
28111         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
28112         slightly modified to work in gnulib.
28113
28114 2006-06-21  Simon Josefsson  <jas@extundo.com>
28115
28116         * doc/gnulib.texi (Windows sockets): Add.
28117
28118 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
28119
28120         * lib/read-file.c (fread_file): Start with buffer allocation of
28121         0 bytes rather than 1 byte; this simplifies the code.
28122         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
28123         code to free buffer and save/restore errno.
28124         (internal_read_file): Remove unused local.
28125
28126 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
28127
28128         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
28129         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
28130         Problem reported by Denis Excoffier in
28131         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
28132
28133 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28134
28135         * modules/sys_socket, modules/socklen: Include sys/types since
28136         FreeBSD 4.x's sys/socket.h needs it.
28137
28138 2006-06-19  Simon Josefsson  <jas@extundo.com>
28139
28140         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
28141
28142 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
28143
28144         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
28145
28146 2006-06-19  Bruno Haible  <bruno@clisp.org>
28147
28148         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
28149         and FULL_PATH_INTTYPES_H in angle brackets.
28150         Reported by Mark D. Baushke <mdb@gnu.org>.
28151
28152 2006-06-17  Eric Blake  <ebb9@byu.net>
28153
28154         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
28155         errno.
28156
28157 2006-06-17  Bruno Haible  <bruno@clisp.org>
28158
28159         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
28160         <sys/inttypes.h>.
28161
28162 2006-06-17  Bruno Haible  <bruno@clisp.org>
28163
28164         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
28165         whether errno is declared. Assume <errno.h> declares errno.
28166
28167 2006-06-17  Bruno Haible  <bruno@clisp.org>
28168
28169         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
28170
28171 2006-06-17  Bruno Haible  <bruno@clisp.org>
28172
28173         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
28174         problem on Solaris 2.5.1.
28175
28176 2006-06-16  Eric Blake  <ebb9@byu.net>
28177
28178         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
28179         * lib/unicodeio.c [!defined errno]: Likewise.
28180         * lib/strtol.c [!defined errno]: Likewise.
28181         * lib/strtod.c [!defined errno]: Likewise.
28182
28183 2006-06-15  Eric Blake  <ebb9@byu.net>
28184
28185         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
28186
28187 2006-06-15  Eric Blake  <ebb9@byu.net>
28188
28189         * config/srclist.txt (ssize_t.m4): Lose sync.
28190
28191 2006-06-15  Bruno Haible  <bruno@clisp.org>
28192
28193         * modules/stdint (Files): Include m4/full-header-path.m4,
28194         m4/size_max.m4, m4/wchar_t.m4.
28195         (Makefile.am): Many more substitutions.
28196         * modules/stdint-tests: New file.
28197         * tests/test-stdint.c: New file.
28198
28199 2006-06-15  Bruno Haible  <bruno@clisp.org>
28200
28201         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
28202         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
28203         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
28204         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
28205         gl_CHECK_TYPE_SAME): New macros.
28206
28207 2006-06-15  Bruno Haible  <bruno@clisp.org>
28208
28209         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
28210
28211 2006-06-15  Bruno Haible  <bruno@clisp.org>
28212
28213         * lib/stdint_.h: Rewritten to be fully auto-configured.
28214         Fixes bug on HP-UX/IA64.
28215
28216 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
28217
28218         * lib/getdate.y (__attribute__): Don't define if already defined.
28219         Problem reported by Larry Jones.
28220         * lib/utimens.c (__attribute__): Likewise.
28221
28222 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
28223
28224         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
28225         reported by Andreas Schwab.
28226
28227 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28228             Bruno Haible  <bruno@clisp.org>
28229
28230         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
28231         check for the declaration of strnlen and a run test that exposes the
28232         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
28233         rpl_strndup.
28234
28235 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28236             Bruno Haible  <bruno@clisp.org>
28237
28238         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
28239
28240 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28241
28242         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
28243         compile test, for Tru64 4.0D.
28244
28245 2006-05-28  Karl Berry  <karl@gnu.org>
28246
28247         * config/srclist.txt (printf-args.c): lose sync.
28248
28249 2006-05-26  Martin Lambers  <marlam@marlam.de>
28250
28251         * lib/getpass.c: Updates the test for the native W32 API, and adds
28252         missing includes, thus fixing compilation warnings.
28253
28254 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
28255
28256         * lib/exclude.c (exclude_fnmatch): New function.
28257         (excluded_file_name): Call exclude_fnmatch.
28258         * lib/exclude.h (excluded_file_name): New prototype
28259
28260 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
28261
28262         * lib/tempname.c (small_open, large_open): New macros.
28263         (__open, __open64) [!_LIBC]: Remove.
28264         (__gen_tempname): Use small_open and large_open instead of __open
28265         and __open64.  This fixes a portability bug on HP-UX 11.11i
28266         reported by Simon Wing-Tang in
28267         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
28268
28269 2006-05-24  Bruno Haible  <bruno@clisp.org>
28270
28271         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
28272         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
28273         Reported by Thorsten Maerz <torte@netztorte.de> via
28274         Aaron Stone <aaron@serendipity.cx>.
28275
28276 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28277
28278         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
28279         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
28280         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
28281         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
28282         not really conditional on the cache.
28283         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
28284
28285 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28286
28287         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
28288         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
28289         (my_usleep): Don't mishandle maximum value.
28290
28291 2006-05-19  Jim Meyering  <jim@meyering.net>
28292
28293         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
28294
28295 2006-05-17  Bruno Haible  <bruno@clisp.org>
28296
28297         Cygwin portability.
28298         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
28299
28300 2006-05-17  Bruno Haible  <bruno@clisp.org>
28301
28302         * lib/stdint_.h: Fix recognition of Cygwin.
28303
28304 2006-05-15  Bruno Haible  <bruno@clisp.org>
28305
28306         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
28307         on libtool patch by Ralf Wildenhues.
28308
28309 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28310
28311         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
28312         test for C99 conformance; (bool) 0.5 is an integer constant
28313         expression, but (bool) -0.5 is not.  Problem reported by Fedor
28314         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
28315
28316 2006-05-11  Simon Josefsson  <jas@extundo.com>
28317
28318         * m4/xvasprintf.m4: Fix obvious typo.
28319
28320 2006-05-11  Jim Meyering  <jim@meyering.net>
28321
28322         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
28323         James Lemley.
28324
28325 2006-05-10  Simon Josefsson  <jas@extundo.com>
28326
28327         * lib/md4.c: Typo fix, update copyright years.
28328         (K1, K2): Don't use L because it turn computations into 64-bit on
28329         64-bit platforms.
28330
28331 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
28332
28333         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
28334         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
28335         unwanted sign propagation, e.g., on hosts with 64-bit int.
28336         There still are some problems with reeelly weird theoretical hosts
28337         (e.g., 33-bit int) but it's not worth worrying about now.
28338         * lib/sha1.c (rol): Likewise.
28339         (K1, K2, K3, K4): Remove unnecessary L suffix.
28340
28341 2006-05-10  Bruno Haible  <bruno@clisp.org>
28342
28343         * lib/des.c: Cast to avoid warnings.
28344
28345 2006-05-09  Bruno Haible  <bruno@clisp.org>
28346
28347         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
28348         (Depends-on): Depend also on xsize, stdarg.
28349         (configure.ac): Add gl_XVASPRINTF.
28350
28351 2006-05-09  Bruno Haible  <bruno@clisp.org>
28352
28353         * m4/xvasprintf.m4: New file.
28354
28355 2006-05-09  Bruno Haible  <bruno@clisp.org>
28356
28357         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
28358         (EOVERFLOW): Define fallback value.
28359         (xstrcat): New function.
28360         (xvasprintf): Recognize the special case of a string concatenation.
28361
28362 2006-05-08  Eric Blake  <ebb9@byu.net>
28363
28364         * gnulib-tool (func_version): Base copyright year on CVS date.
28365         (func_emit_copyright_notice): New function.
28366         (func_emit_lib_Makefile_am): Use it.
28367         (func_emit_tests_Makefile_am): Likewise.
28368         (func_import): Likewise.
28369
28370 2006-05-08  Bruno Haible  <bruno@clisp.org>
28371
28372         * modules/stdarg: New file.
28373         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
28374
28375 2006-05-08  Bruno Haible  <bruno@clisp.org>
28376
28377         * m4/stdarg.m4: New file, from GNU gettext.
28378
28379 2006-05-08  Bruno Haible  <bruno@clisp.org>
28380
28381         * config/srclist.txt (build-aux/config.rpath): different from latest
28382         release.
28383
28384 2006-05-08  Bruno Haible  <bruno@clisp.org>
28385
28386         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
28387
28388 2006-05-05  Jim Meyering  <jim@meyering.net>
28389
28390         * m4/warning.m4: New file, derived from bison's file by the same name.
28391
28392 2006-05-03  Bruno Haible  <bruno@clisp.org>
28393
28394         * lib/stdint_.h: Shorter URL.
28395         * lib/inttypes.h: Likewise.
28396
28397 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28398
28399         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
28400
28401 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28402
28403         * lib/verify.h: Document the internals better.  Most of this change
28404         was written by Bruno Haible.
28405
28406 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28407
28408         * doc/verify.texi: New file, partly based on a proposal by
28409         Bruno Haible.
28410
28411 2006-05-02  Bruno Haible  <bruno@clisp.org>
28412
28413         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
28414         test from here...
28415         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
28416
28417 2006-04-29  Bruno Haible  <bruno@clisp.org>
28418
28419         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
28420         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
28421
28422 2006-04-29  Bruno Haible  <bruno@clisp.org>
28423
28424         * gnulib-tool: Make --update option actually work.
28425
28426 2006-04-29  Bruno Haible  <bruno@clisp.org>
28427
28428         * doc/gcd.texi: New file.
28429         * doc/gnulib.texi: Include it.
28430
28431 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
28432
28433         * lib/getdate.y (get_date): When adding relative date, start with the
28434         initial time, not with the result of the first mktime call.
28435
28436 2006-04-25  Bruno Haible  <bruno@clisp.org>
28437
28438         * gnulib-tool (func_import): Output the include directives in three
28439         blocks, sorted separately.
28440         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28441
28442 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
28443
28444         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
28445         to define main with arguments, for C++.  Reported by Eric Blake.
28446         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
28447         Prefer 'int main ()' to 'int main (void)', for C++.
28448         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
28449         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
28450         for 'main', for C99 and C++.
28451
28452 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
28453
28454         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
28455         Don't assume that exit status -1 is valid.
28456         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28457         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
28458         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
28459         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
28460         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
28461         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
28462         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
28463         functions can be used without declaring them, or that you can
28464         exit with status -1.
28465         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
28466
28467 2006-04-24  Karl Berry  <karl@gnu.org>
28468
28469         * config/srclist.txt (longdouble.m4): sync lost.
28470
28471 2006-04-24  Eric Blake  <ebb9@byu.net>
28472
28473         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
28474
28475 2006-04-24  Bruno Haible  <bruno@clisp.org>
28476
28477         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
28478         poll() implementation in AIX.
28479         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28480
28481 2006-04-24  Bruno Haible  <bruno@clisp.org>
28482
28483         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
28484         assigned exactly once.
28485
28486 2006-04-23  Claudio Fontana  <claudio@gnu.org>
28487             Bruno Haible  <bruno@clisp.org>
28488
28489         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
28490         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
28491         for AM_CPPFLAGS.
28492
28493 2006-04-23  Bruno Haible  <bruno@clisp.org>
28494
28495         * modules/copy-file: Depend on unistd.
28496         * modules/execute: Likewise.
28497         * modules/fatal-signal: Likewise.
28498         * modules/findprog: Likewise.
28499         * modules/mkdtemp : Likewise.
28500         * modules/pipe: Likewise.
28501         * modules/wait-process: Likewise.
28502
28503 2006-04-23  Bruno Haible  <bruno@clisp.org>
28504
28505         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
28506         condition was already detected.
28507         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28508
28509 2006-04-23  Bruno Haible  <bruno@clisp.org>
28510
28511         * lib/copy-file.c: Include <unistd.h> unconditionally.
28512         * lib/execute.c: Likewise.
28513         * lib/fatal-signal.c: Likewise.
28514         * lib/findprog.c: Likewise.
28515         * lib/mkdtemp.c: Likewise.
28516         * lib/pipe.h: Likewise.
28517         * lib/pipe.c: Likewise.
28518         * lib/wait-process.h: Likewise.
28519
28520 2006-04-23  Bruno Haible  <bruno@clisp.org>
28521
28522         * gnulib-tool (func_usage): Fix --import description. Document
28523         --update.
28524         (func_import): Create temporary file in a temporary directory, if
28525         --dry-run is specified. Silence errors from 'grep' when there are no
28526         m4 files in $m4dir.
28527         (func_create_testdir): Silence errors from 'grep' when there are no
28528         m4 files in $m4dir.
28529         Reported by Karl Berry <karl@freefriends.org>.
28530
28531 2006-04-20  Bruno Haible  <bruno@clisp.org>
28532
28533         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
28534         one argument, so that the code will be portable to Autoconf 2.60.
28535         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
28536         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
28537         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
28538
28539 2006-04-19  Derek Price  <derek@ximbiot.com>
28540             Eric Blake  <ebb9@byu.net>
28541
28542         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
28543         rather than "/full/path.h".  Update comment to match.  Shorten &
28544         generalize m4_translit call via AS_TR_CPP.
28545
28546 2006-04-19  Derek Price  <derek@ximbiot.com>
28547             Eric Blake  <ebb9@byu.net>
28548
28549         * lib/inttypes.h: Correct grammar in comment.
28550
28551 2006-04-18  Derek Price  <derek@ximbiot.com>
28552             Paul Eggert  <eggert@cs.ucla.edu>
28553
28554         * modules/inttypes: New file.
28555         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
28556
28557 2006-04-18  Derek Price  <derek@ximbiot.com>
28558             Paul Eggert  <eggert@cs.ucla.edu>
28559
28560         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
28561         New files.
28562
28563 2006-04-18  Derek Price  <derek@ximbiot.com>
28564             Paul Eggert  <eggert@cs.ucla.edu>
28565
28566         * lib/inttypes.h: New file.
28567         * lib/strtoimax.c: Assume <inttypes.h>.
28568
28569 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
28570
28571         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
28572         isn't mounted.  Problem reported by Kir Kolyshkin.
28573
28574 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
28575
28576         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
28577         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
28578         Derek R. Price.
28579         * lib/regex.h (RE_DUP_MAX): Update comment to match current
28580         implementation.
28581
28582 2006-04-12  Eric Blake  <ebb9@byu.net>
28583
28584         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
28585         is now done automatically by the corresponding Autoconf macro.
28586
28587 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
28588
28589         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
28590         time_r.h.
28591
28592 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28593
28594         Merge regex changes from libc, removing some of our
28595         POSIX-conformance changes that were rejected and redoing them in a
28596         less-intrusive way.
28597
28598         * lib/regcomp.c (re_compile_internal, init_dfa):
28599         Length arg is now size_t, not Idx.  All uses changed.
28600         (peek_token): Forward decl now says internal_function.
28601         (__re_error_msgid, __re_error_msgid_idx):
28602         Now static rather than extern with attribute_hidden.
28603         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
28604         For some reason libc prefers K&R style defns for external functions.
28605         (regerror) [!defined _LIBC]: Likewise.
28606         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
28607         (seek_collating_symbol_entry, lookup_collation_sequence_value):
28608         (build_range_exp, build_collating_symbol):
28609         Use K&R-style defn.
28610         (re_compile_fastmap): Use '\0' to memset, not 0.
28611         (utf8_sb_map): Make the calculations more obvious.
28612         (init_dfa, parse_bracket_exp, build_charclass_op):
28613         Call calloc and cast result, as glibc does.
28614         (init_word_char, fetch_token, peek_token, peek_token_bracket):
28615         (build_range_exp, build_collating_symbol):
28616         Now internal functions.
28617
28618         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
28619
28620         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
28621         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
28622         Don't depend on VMS; depend on __VMS instead, for POSIX
28623         namespace cleanness.
28624         (regoff_t): Define to ssize_t, not long int.
28625
28626         Remove the REG_ macros named below.  Instead, make the old names
28627         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
28628         __USE_GNU_REGEX.
28629         (REG_BACKSLASH_ESCAPE_IN_LISTS):
28630         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
28631         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
28632         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
28633         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
28634         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
28635         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
28636         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
28637         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
28638         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
28639         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
28640         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
28641         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
28642         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
28643         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
28644         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
28645         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
28646         (REG_NREGS):
28647         Remove.  All uses replaced by the old RE_* names.
28648         (RE_BACKSLASH_ESCAPE_IN_LISTS):
28649         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
28650         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
28651         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
28652         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
28653         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
28654         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
28655         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
28656         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
28657         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
28658         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
28659         Don't bother having these macros be independent of each others'
28660         values, since they no longer exist in the POSIX name space.
28661
28662         Rename the following member names back to their old names,
28663         unless !__USE_GNU_REGEX.  All uses changed back.
28664         (buffer): Renamed from re_buffer.
28665         (allocated): Renamed from re_allocated.
28666         (used): Renamed from re_used.
28667         (syntax): Renamed from re_syntax.
28668         (fastmap): Renamed from re_fastmap.
28669         (translate): Renamed from re_translate.
28670         (can_be_null): Renamed from re_can_be_null.
28671         (regs_allocated): Renamed from re_regs_allocated.
28672         (fastmap_accurate): Renamed from re_fastmap_accurate.
28673         (no_sub): Renamed from re_no_sub.
28674         (not_bol): Renamed from re_not_bol.
28675         (not_eol): Renamed from re_not_eol.
28676         (newline_anchor): Renamed from re_newline_anchor.
28677         (num_regs): Renamed from rm_num_regs.
28678         (start): Renamed from rm_start.
28679         (end): Renamed from rm_end.
28680
28681         (free_state): Move up a bit.
28682
28683         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
28684         #define to be empty.
28685         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
28686         when that is what is intended.
28687         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
28688         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
28689         (MAX): New macro.
28690         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
28691         All uses changed back to re_malloc, etc.  It's now the caller's
28692         responsibility to check for overflow; all callers changed.
28693         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
28694         (re_x2nrealloc): Remove.
28695         (free_state): Remove decl.
28696
28697         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
28698         (re_set_registers, re_exec):
28699         Use K&R-style defn.
28700
28701         2006-01-31  Roland McGrath  <roland@redhat.com>
28702
28703         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
28704         Reported by Mike Frysinger <vapier@gentoo.org>.
28705
28706         2006-01-15  Andreas Jaeger  <aj@suse.de>
28707
28708         [BZ #1950]
28709         * lib/regex_internal.c (re_string_reconstruct): Adjust for
28710         build_wcs_upper_buffer change.
28711         (build_wcs_upper_buffer): Change return type.
28712
28713         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
28714
28715         * lib/regex_internal.h: Include <stdint.h> if available.
28716
28717         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
28718
28719         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
28720
28721         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
28722
28723         * lib/regcomp.c: Adjust for changed secondary hash function.
28724
28725         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
28726
28727         * lib/regex.h: Pretty printing.
28728         Clean up namespace a bit.
28729
28730         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
28731
28732         * lib/regexec.c (update_cur_sifted_state, check_arrival,
28733         check_arrival_add_next_nodes): Avoid using uninitialized variable.
28734
28735         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28736                     Ulrich Drepper  <drepper@redhat.com>
28737
28738         [BZ #1302]
28739         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
28740         changed.
28741         (bitset_word_t): Renamed from bitset_word.  All uses changed.
28742
28743         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
28744
28745         [BZ #281]
28746         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
28747         * lib/regcomp.c: Remove unnecessary uses of
28748         unsigned RE_TRANSLATE_TYPE.
28749         * lib/regex_internal.h: Likewise.
28750         * lib/regex_internal.c: Likewise.
28751         * lib/regexec.c: Likewise.
28752         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
28753
28754         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
28755
28756         * lib/regexec.c (find_recover_state): Remove unnecessary
28757         initialization.
28758         (transit_state_bkref): Make DFA a const pointer.
28759         (get_subexp): Likewise.
28760         (check_arrival): Likewise.
28761         (update_cur_sifted_state): Likewise.
28762         (re_search_internal): Likewise.
28763         (prune_impossible_nodes): Likewise.
28764         (acquire_init_state_context): Likewise.
28765         (proceed_next_node): Likewise.
28766         (set_regs): Likewise.
28767         (free_fail_stack_return): Likewise.
28768         (check_arrival_expand_ecl): Mark DFA parameter as const.
28769         (check_arrival_expand_ecl_sub): Likewise.
28770         (check_subexp_limits): Likewise.
28771         (sub_epsilon_src_nodes):  Likewise.
28772         (add_epsilon_src_nodes):  Likewise.
28773         (merge_state_array): Likewise.
28774         (update_regs): Likewise.
28775         (build_trtable): Likewise.
28776         (sift_states_backward): Mark MCTX parameter as const.
28777         (build_sifted_states): Likewise.
28778         (update_cur_sifted_state): Likewise.
28779         (sift_states_mkref): Likewise.
28780         (check_arrival_expand_ecl): Mark eclosure as const.
28781         (check_dst_limits_calc_pos_1): Likewise.
28782         * lib/regex_internal.h (re_match_context_t): Make dfa a const
28783         pointer.
28784
28785         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
28786
28787         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
28788         (transit_state_sb): Likewise.
28789         (transit_state_mb): Likewise.
28790         (sift_states_iter_mb): Likewise.
28791         (check_arrival_add_next_nodes): Likewise.
28792         (check_node_accept_bytes): Change first parameter to pointer-to-const.
28793         [_LIBC] (re_search_2_stub): Use mempcpy.
28794
28795         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
28796         mbrtowc for very simple UTF-8 case.
28797
28798         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
28799         a pointer-to-const.
28800         (re_acquire_state_context): Likewise.
28801         * lib/regex_internal.h: Adjust prototypes.
28802
28803         * lib/regex.c: Prevent using C++ compilers.
28804
28805         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
28806         (re_acquire_state_context): Likewise.
28807
28808 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28809
28810         * modules/regex (Depends-on): Add ssize_t.
28811
28812 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28813
28814         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
28815         translation table.
28816
28817 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28818
28819         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
28820
28821 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
28822             Bruno Haible  <bruno@clisp.org>
28823
28824         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
28825         <sys/types.h> and <inttypes.h>.
28826
28827 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28828
28829         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
28830         `__error_t_defined', so argp.h will not typedef the former.
28831
28832 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
28833
28834         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
28835         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
28836         glibc names.  Even if glibc is changed to conform to POSIX, the
28837         traditional names will be available anyway, since regex depends on
28838         the extensions module.  Also, fix a longstanding typo in the
28839         implementation of Spencer ERE test #75 from grep 2.3.  Problems
28840         reported by Emanuele Giaquinta.  Also, change sense of cached
28841         variable, so that the message makes sense.
28842
28843 2006-03-24  Simon Josefsson  <jas@extundo.com>
28844
28845         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
28846         including some doc fixes.
28847         (base64_encode_alloc): Fix +1 bug on allocation failures.
28848
28849 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28850
28851         * lib/base64.c (base64_encode): Do not read past end of array with
28852         unsanitized input on systems with CHAR_BIT > 8.
28853
28854 2006-03-24  Eric Blake  <ebb9@byu.net>
28855
28856         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
28857
28858 2006-03-22  Karl Berry  <karl@gnu.org>
28859
28860         * config/srclist.txt (*setenv.[ch]): get from coreutils.
28861         * config/srclistvars.sh (COREUTILS): new var.
28862
28863 2006-03-17  Jim Meyering  <jim@meyering.net>
28864
28865         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
28866         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
28867
28868 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
28869
28870         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
28871         no longer needs it.  Instead, check that regoff_t is as least
28872         as wide as ptrdiff_t.
28873
28874         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
28875         so that our regex.h stays compatible with the installed regex.
28876         This is helpful for installers who configure --without-included-regex.
28877         Problem reported by Emanuele Giaquinta.
28878
28879 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
28880
28881         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
28882         Typedef to long int, not to off_, as POSIX will likely change
28883         in that direction.
28884
28885 2006-03-15  Eric Blake  <ebb9@byu.net>
28886
28887         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
28888
28889 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
28890
28891         * lib/argp-help.c (validate_uparams): Fix typo
28892         * lib/argp-parse.c (argp_default_options): Consistently begin help
28893         messages with a lowercase letter.
28894
28895 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
28896
28897         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
28898         overrun buffers and shouldn't be used (much as gets shouldn't be
28899         used).
28900         * lib/time_r.c (asctime_r, ctime_r): Likewise.
28901
28902 2006-03-08  Simon Josefsson  <jas@extundo.com>
28903
28904         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
28905         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28906
28907 2006-03-08  Simon Josefsson  <jas@extundo.com>
28908
28909         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
28910         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28911
28912 2006-03-08  Simon Josefsson  <jas@extundo.com>
28913
28914         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
28915         signal that configure disabled the device.
28916
28917 2006-03-08  Simon Josefsson  <jas@extundo.com>
28918
28919         * build-aux/maint.mk: Fix refresh-po, to handle no translated
28920         languages.
28921
28922 2006-03-07  Simon Josefsson  <jas@extundo.com>
28923
28924         * modules/getopt (Depends-on): Add unistd.
28925
28926         * modules/unistd: New file.
28927
28928 2006-03-07  Simon Josefsson  <jas@extundo.com>
28929
28930         * modules/gc-random: New file.
28931
28932 2006-03-07  Simon Josefsson  <jas@extundo.com>
28933
28934         * m4/unistd_h.m4: New file.
28935
28936 2006-03-07  Simon Josefsson  <jas@extundo.com>
28937
28938         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
28939         test to be side-effect free by storing the result in the cache
28940         variable gl_cv_lib_readline, and moving the assignment of
28941         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
28942         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28943
28944 2006-03-07  Simon Josefsson  <jas@extundo.com>
28945
28946         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
28947         error on missing devices (the functions will return an error).
28948
28949         * m4/gc.m4: Move random stuff to gc-random.m4
28950
28951 2006-03-07  Simon Josefsson  <jas@extundo.com>
28952
28953         * lib/unistd_.h: New file.
28954
28955 2006-03-07  Simon Josefsson  <jas@extundo.com>
28956
28957         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
28958
28959 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28960
28961         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
28962         Problem reported by Juan Manuel Guerrero.
28963
28964 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28965
28966         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
28967         the unistd module.
28968         * lib/getlogin_r.c: Likewise.
28969         * lib/getlogin_r.h: Likewise.
28970         * lib/glob.c: Likewise.
28971         * lib/pagealign_alloc.c: Likewise.
28972         * lib/unistd_.h: Remove; no longer needed.
28973
28974 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28975
28976         * MODULES.html.sh (Support for systems lacking POSIX:2001):
28977         Add unistd.
28978         * modules/c-stack (Depends-on): Add unistd.
28979         * modules/getlogin_r: Likewise.
28980         * modules/glob: Likewise.
28981         * modules/pagealign_alloc: Likewise.
28982         * modules/unistd (Files): Remove lib/unistd_.h.
28983         (EXTRA_DIST): Remove.
28984         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
28985         need unistd_.h.
28986         (MOSTLYCLEANFILES): Remove unistd.h-t.
28987
28988 2006-03-03  Simon Josefsson  <jas@extundo.com>
28989
28990         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
28991
28992 2006-03-03  Simon Josefsson  <jas@extundo.com>
28993
28994         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
28995         libidn and bison.
28996
28997 2006-03-03  Simon Josefsson  <jas@extundo.com>
28998
28999         * build-aux/maint.mk: Add indent target.
29000
29001 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
29002
29003         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
29004         our replacement poll.h in any case, to avoid a differing
29005         declaration from a system header.  Seen on AIX.
29006
29007 2006-03-01  Simon Josefsson  <jas@extundo.com>
29008
29009         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
29010         <kasal@ucw.cz>.
29011
29012 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29013
29014         * modules/gettime (Depends-on): Add extensions module.
29015         * modules/nanosleep (Depends-on): Likewise.
29016         * modules/settime (Depends-on): Likewise.
29017
29018 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29019
29020         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
29021         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
29022         pedantically.
29023         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
29024         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
29025
29026         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
29027         not "==".  Reported by Ralf Wildenhues.
29028
29029 2006-03-01  Karl Berry  <karl@gnu.org>
29030
29031         * doc/Copyright/request-*: new files, synced from gnuorg.
29032
29033 2006-03-01  Karl Berry  <karl@gnu.org>
29034
29035         * config/srclist.txt (Copyright/*): new entries.
29036
29037 2006-02-28  Simon Josefsson  <jas@extundo.com>
29038
29039         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
29040
29041 2006-02-27  Simon Josefsson  <jas@extundo.com>
29042
29043         * lib/base64.h: Indent #define's.  From Jim Meyering
29044         <jim@meyering.net>.
29045
29046 2006-02-27  Jim Meyering  <jim@meyering.net>
29047
29048         Revert the change of 2006-02-24, so these files can continue
29049         to be sync'd from gettext.
29050         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
29051         of `config.h'.
29052
29053 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29054
29055         * modules/intprops: New file.
29056         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
29057         Add intprops.
29058         * modules/getloadavg (Files): Remove lib/intprops.h.
29059         (Depends-on): Add intprops.
29060         * modules/human: Likewise.
29061         * modules/inttostr: Likewise.
29062         * modules/openat: Likewise.
29063         * modules/sig2str: Likewise.
29064         * modules/userspec: Likewise.
29065         * modules/utimecmp: Likewise.
29066         * modules/xnanosleep: Likewise.
29067         * modules/xstrtol: Likewise.
29068
29069 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
29070
29071         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
29072         * modules/lock-tests (TESTS): Use $(EXEEXT).
29073         * modules/tls-tests: Likewise.
29074         * modules/argp-tests: Likewise.
29075         (check_PROGRAMS): New var, replacing...
29076         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
29077
29078 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29079
29080         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
29081         `config.h'.
29082
29083 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
29084
29085         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
29086
29087 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29088
29089         Sync from coreutils.
29090         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
29091         gl_CHDIR_SAFER.
29092
29093 2006-02-22  Jim Meyering  <jim@meyering.net>
29094
29095         Sync from coreutils.
29096         * m4/chdir-safer.m4: New file.
29097
29098 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
29099
29100         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
29101         AT_FDCWD exceeds INT_MAX.
29102         * lib/openat.h (AT_FDCWD): Likewise.
29103
29104 2006-02-17  Eric Blake  <address@hidden>
29105
29106         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
29107
29108 2006-02-16  Simon Josefsson  <jas@extundo.com>
29109
29110         * modules/getaddrinfo (Depends-on): Add sys_socket.
29111
29112 2006-02-15  Simon Josefsson  <jas@extundo.com>
29113
29114         * build-aux/maint.mk: Add dsyntax-check rule.
29115
29116 2006-02-15  Eric Blake  <ebb9@byu.net>
29117
29118         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
29119         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
29120         'present but cannot compile' warnings on cygwin.
29121         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
29122         use ws2tcpip.h if sys/socket.h works.
29123         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
29124         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
29125
29126 2006-02-14  Simon Josefsson  <jas@extundo.com>
29127
29128         * modules/maintainer-makefile (Files): Rename.
29129
29130         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
29131         and (the local) Makefile.cfg to maint-cfg.mk.
29132
29133         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
29134         to the latter.
29135
29136         * modules/maintainer-makefile: New module.
29137
29138         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
29139         severaly stripped to make it possible to build it up from scratch
29140         with reliable tests.
29141
29142         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
29143         fixes to permit overriding the default actions when configure and
29144         makefile are not available.
29145
29146 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
29147
29148         Sync from coreutils.
29149         * modules/lstat (Depends-on): Don't depend on xalloc.
29150         (License): Change from GPL to LGPL, since this is now simply a
29151         replacement for a libc function.
29152
29153 2006-02-14  Jim Meyering  <jim@meyering.net>
29154
29155         Sync from coreutils.
29156
29157         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
29158         failure on deficient systems, and simplify gnulib lgpl dependencies.
29159         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
29160         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
29161
29162         * lib/xalloc-die.c: Remove unused definition of N_.
29163
29164 2006-02-14  Jim Meyering  <jim@meyering.net>
29165
29166         Sync from coreutils.
29167         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
29168         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
29169         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
29170         double-quote uses of that variable, to accommodate the rare case in
29171         which getmntent is available in none of the libraries checked.  This
29172         happens at least on FreeBSD 5.0.
29173
29174 2006-02-13  Simon Josefsson  <jas@extundo.com>
29175
29176         * gnulib-tool (Usage): Fix --import, from
29177         karl@freefriends.org (Karl Berry).
29178
29179 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
29180
29181         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
29182
29183 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
29184
29185         * lib/argp-namefrob.h: Restore changes accidentally lost during the
29186         "autoupdate" on 2005-12-12.
29187
29188 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
29189
29190         * modules/closeout (Depends-on): Remove atexit.
29191
29192 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
29193
29194         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
29195         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
29196
29197 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
29198
29199         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
29200         __EXTENSIONS__ if this causes compilation to fail.  Problem
29201         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
29202         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
29203
29204 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
29205
29206         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
29207         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
29208         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
29209         All uses changed.
29210
29211 2006-01-26  Simon Josefsson  <jas@extundo.com>
29212
29213         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
29214         prototype is visible on mingw32.
29215
29216         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
29217         for mingw32.
29218
29219         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
29220         mingw32).
29221
29222 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
29223
29224         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
29225         attempt to open for write; this always fails, at least on POSIX
29226         hosts.  This reinstates the 2006-01-09 change, which was
29227         inadvertently removed.
29228
29229 2006-01-26  Bruno Haible  <bruno@clisp.org>
29230
29231         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
29232         Reported by Paul Eggert.
29233
29234 2006-01-26  Bruno Haible  <bruno@clisp.org>
29235             Paul Eggert  <eggert@cs.ucla.edu>
29236
29237         * lib/stdbool_.h (_Bool)
29238         [(! (defined __cplusplus || defined __BEOS__)
29239           && !defined __GNUC__
29240           && !(defined __HP_cc || defined __xlc__
29241                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
29242                || defined __sgi))]:
29243         #define to signed char in these cases too; this simplifies
29244         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
29245         etc., separately) and makes it more conservative.
29246
29247 2006-01-25  Simon Josefsson  <jas@extundo.com>
29248
29249         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
29250         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
29251         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
29252
29253 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
29254
29255         * lib/argp-namefrob.h: Bugfix. Remove stray #
29256
29257 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
29258
29259         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
29260         so that we test the test.
29261         Check for yet another HP-UX cc bug involving *bool |= bool.
29262
29263 2006-01-25  Karl Berry  <karl@gnu.org>
29264
29265         * config/srclist.txt (vasnprintf.c): sync lost.
29266
29267 2006-01-25  Jim Meyering  <jim@meyering.net>
29268
29269         Sync from the stable (b5) branch of coreutils:
29270
29271         * lib/fts.c (fts_children): Don't let close() clobber errno from
29272         failed fchdir().
29273
29274         * lib/fts.c (fts_stat): When following a symlink-to-directory,
29275         don't necessarily interpret stat-fails+lstat-succeeds as indicating
29276         a dangling symlink.  That can also happen at least for ELOOP.
29277         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
29278         FYI, this bug predates the inclusion of fts.c in coreutils.
29279
29280         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
29281         in their own block, so pre-c99 compilers don't object.
29282
29283         Avoid the double-free (first in fts_read, second in fts_close) that
29284         would occur when an `active' directory is made inaccessible (e.g.,
29285         via chmod a-x) during a traversal.
29286         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
29287         before returning.  Reproduce this failure by
29288         mkdir -p a/b; cd a; chmod a-x . b
29289         Reported by Stavros Passas.
29290
29291 2006-01-25  Jim Meyering  <jim@meyering.net>
29292
29293         * lib/fileblocks.c: Remove more useless parentheses.
29294         * lib/readutmp.h: Likewise.
29295
29296 2006-01-25  Bruno Haible  <bruno@clisp.org>
29297
29298         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
29299         warnings.
29300         Reported by Paul Eggert.
29301
29302 2006-01-25  Bruno Haible  <bruno@clisp.org>
29303
29304         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
29305         rid of a trap command. For Solaris sh.
29306         Reported by Mark D. Baushke <mdb@gnu.org>.
29307
29308 2006-01-24  Simon Josefsson  <jas@extundo.com>
29309
29310         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
29311         Bruno.
29312
29313 2006-01-24  Karl Berry  <karl@gnu.org>
29314
29315         * config/srclist.txt (argp-namefrob.h): sync lost.
29316
29317 2006-01-24  Jim Meyering  <jim@meyering.net>
29318
29319         * modules/openat (Files): Add lib/intprops.h.
29320         From Mark D. Baushke.
29321
29322 2006-01-24  Jim Meyering  <jim@meyering.net>
29323
29324         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
29325         Reported by Mark D. Baushke.
29326
29327 2006-01-24  Jim Meyering  <jim@meyering.net>
29328
29329         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
29330
29331 2006-01-24  Bruno Haible  <bruno@clisp.org>
29332
29333         * modules/strnlen (Maintainer): Change from glibc to all.
29334
29335 2006-01-24  Bruno Haible  <bruno@clisp.org>
29336
29337         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
29338         Patch by Paul Eggert.
29339
29340 2006-01-24  Bruno Haible  <bruno@clisp.org>
29341
29342         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
29343         already has it.
29344         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
29345         2005-11-26.
29346
29347         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
29348         'signed char' to avoid problems with the built-in _Bool type.
29349         Reported by Paul Eggert on 2005-11-26.
29350
29351 2006-01-24  Bruno Haible  <bruno@clisp.org>
29352
29353         * gnulib-tool (func_import): Avoid constructing complicated sed
29354         expressions inside backquote.
29355         Report and solution by Mark D. Baushke <mdb@gnu.org>.
29356
29357 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
29358
29359         These changes imported from libc.
29360         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
29361         test and two separate function calls.
29362         * lib/strndup.c (__strndup): Add libc_hidden_def.
29363
29364 2006-01-23  Simon Josefsson  <jas@extundo.com>
29365
29366         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
29367         Remove the test_*_SOURCES variable: automake infers it by default.
29368         * modules/tls-tests: Likewise.
29369
29370 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29371
29372         Work around porting bugs reported by Dieter in
29373         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
29374         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
29375         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
29376         Include "getopt.h" first, to check interface.
29377         (getenv): Declare only if defined HAVE_DECL_GETENV &&
29378         !HAVE_DECL_GETENV.
29379         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
29380         (__strndup): Revert to K&R-style function dfns, the glibc style.
29381         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
29382         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
29383         Include strnlen.h first, to get prototype properly.
29384         (strnlen): Renamed from __strnlen.
29385         Remove weak alias.
29386
29387 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29388
29389         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
29390
29391 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29392
29393         * config/srclist.txt: Adjust to reflect glibc reorganization.
29394         This affects only comments.
29395
29396 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29397
29398          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
29399          Reported by Bruce Korb <bkorb@gnu.org>.
29400
29401 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
29402
29403         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
29404         to pacify gcc -Wswitch-default.
29405
29406 2006-01-22  Bruno Haible  <bruno@clisp.org>
29407
29408         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
29409         temporary buffer for sprintf, take into account the precision also
29410         for 'd', 'i', 'u', 'o', 'x', 'X'.
29411
29412 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
29413
29414         * modules/argp-tests: New module
29415         * tests/test-argp.c: New file
29416         * tests/test-argp-2.sh: New file
29417
29418 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
29419
29420         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
29421         (__argp_base_name): Removed
29422         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
29423         typo.
29424         (__argp_base_name): Provide macro definition or extern declaration
29425         depending on the configuration
29426
29427 2006-01-20  Simon Josefsson  <jas@extundo.com>
29428
29429         * modules/inet_ntop (Depends-on): Depend on sys_socket.
29430
29431 2006-01-20  Simon Josefsson  <jas@extundo.com>
29432
29433         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
29434
29435 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29436
29437         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
29438         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
29439         Suggested by Bruno Haible.
29440
29441 2006-01-20  Karl Berry  <karl@gnu.org>
29442
29443         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
29444         until changes propagate, I guess.
29445
29446 2006-01-19  Simon Josefsson  <jas@extundo.com>
29447
29448         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
29449
29450 2006-01-19  Simon Josefsson  <jas@extundo.com>
29451
29452         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
29453
29454 2006-01-19  Simon Josefsson  <jas@extundo.com>
29455
29456         * gnulib-tool: Set check_PROGRAMS.
29457
29458         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
29459         modules/des-tests, modules/gc-arcfour-tests,
29460         modules/gc-arctwo-tests, modules/gc-des-tests,
29461         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
29462         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
29463         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
29464         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
29465         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
29466         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
29467         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
29468         test_*_SOURCES.
29469
29470 2006-01-18  Simon Josefsson  <jas@extundo.com>
29471
29472         * modules/socklen (Depends-on): Depend on sys_socket.
29473
29474 2006-01-18  Simon Josefsson  <jas@extundo.com>
29475
29476         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
29477         modules/des-tests, modules/gc-arcfour-tests,
29478         modules/gc-arctwo-tests, modules/gc-des-tests,
29479         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
29480         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
29481         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
29482         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
29483         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
29484         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
29485         $(EXEEXT) to automake TESTS variable, for mingw32.
29486
29487 2006-01-17  Simon Josefsson  <jas@extundo.com>
29488
29489         * modules/socklen (Include): Need sys/socket.h.
29490
29491 2006-01-17  Bruno Haible  <bruno@clisp.org>
29492
29493         * modules/ssize_t (Include): Add <sys/types.h>.
29494
29495 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
29496
29497         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
29498         it's not portable and it doesn't work with cross-compiles.
29499         Problem reported by Bruno Haible.  Fix missing-$ typo in
29500         'test "gl_cv_ignore_unused_libraries" ...' that prevented
29501         -zignore from being used with Sun's C compiler.
29502
29503 2006-01-12  Simon Josefsson  <jas@extundo.com>
29504
29505         * lib/base64.c: Fix warning, reported by Bruno Haible
29506         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
29507
29508 2006-01-12  Bruno Haible  <bruno@clisp.org>
29509
29510         * modules/ldd: New file.
29511         * build-aux/ldd.sh.in: New file.
29512         * MODULES.html.sh (Support for building libraries and executables): Add
29513         ldd.
29514
29515 2006-01-12  Bruno Haible  <bruno@clisp.org>
29516
29517         * m4/ldd.m4: New file.
29518
29519 2006-01-12  Bruno Haible  <bruno@clisp.org>
29520
29521         * gnulib-tool (func_import, func_create_testdir): Don't go into an
29522         endless loop while replacing $auxdir with build-aux.
29523
29524 2006-01-11  Simon Josefsson  <jas@extundo.com>
29525
29526         * lib/stdint_.h (SIZE_MAX): Add missing (.
29527
29528 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
29529
29530         Sync from coreutils.
29531         * lib/md5.c: Fix commentary typos.
29532         (alignof, UNALIGNED_P): No need for a GCC-specific version.
29533         * lib/md5.h (__attribute__): Remove; unused.
29534         * lib/sha1.c: Fix commentary to match md5 better.
29535         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
29536         so that we don't need to worry about alignment.  All uses changed.
29537         This merges the 2005-10-28 md5 change into sha1.
29538
29539 2006-01-11  Jim Meyering  <jim@meyering.net>
29540
29541         Sync from coreutils.
29542         * lib/md5.c (OP): Fix spacing.
29543
29544 2006-01-11  Bruno Haible  <bruno@clisp.org>
29545
29546         Ensure automatic ordering between gl_LOCK and gl_ARGP.
29547         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
29548         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
29549
29550 2006-01-11  Bruno Haible  <bruno@clisp.org>
29551
29552         Ensure automatic ordering between gl_LOCK and gl_ARGP.
29553         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
29554         the "early" section as well.
29555
29556 2006-01-11  Bruno Haible  <bruno@clisp.org>
29557
29558         Avoid "ar: no archive members specified" error on MacOS X.
29559         * gnulib-tool (func_modules_add_dummy): New function.
29560         (func_import, func_create_testdir): Invoke it.
29561
29562 2006-01-11  Bruno Haible  <bruno@clisp.org>
29563
29564         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
29565         with $auxdir in AC_CONFIG_FILES statements.
29566
29567 2006-01-11  Bruno Haible  <bruno@clisp.org>
29568
29569         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29570         Initialize also noinst_HEADERS to empty.
29571
29572 2006-01-11  Bruno Haible  <bruno@clisp.org>
29573
29574         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
29575         variables.
29576         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
29577         autoreconf.
29578
29579 2006-01-11  Bruno Haible  <bruno@clisp.org>
29580
29581         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
29582         overridable by the user.
29583         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29584
29585 2006-01-10  Simon Josefsson  <jas@extundo.com>
29586
29587         * modules/sys_socket: New file.
29588
29589 2006-01-10  Simon Josefsson  <jas@extundo.com>
29590
29591         * m4/sys_socket_h.m4: New file.
29592
29593 2006-01-10  Simon Josefsson  <jas@extundo.com>
29594
29595         * lib/socket_.h: New file.
29596
29597 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29598
29599         * modules/readutmp (Maintainer): Add myself.
29600
29601 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29602
29603         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
29604         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
29605         People who are still concerned with buggy memcmp implementations
29606         can invoke gl_FUNC_MEMCMP themselves.
29607
29608 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29609
29610         * lib/regex_internal.h (BITSET_WORD_BITS):
29611         Work around a bug in 64-bit PGC (before version 6.1-2), where the
29612         preprocessor mishandles large unsigned values as if they were signed.
29613         Problem reported by Claudio Fontana in
29614         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
29615
29616 2006-01-10  Jim Meyering  <jim@meyering.net>
29617
29618         Avoid the double-free (first in fts_read, second in fts_close) that
29619         would occur when an `active' directory is made inaccessible (e.g.,
29620         via chmod a-x) during a traversal.
29621         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
29622         before returning.  Reproduce this failure by
29623         mkdir -p a/b; cd a; chmod a-x . b
29624         Reported by Stavros Passas.
29625
29626         Sync from coreutils.
29627         * lib/sha1.c: Tweak grammar in a comment.
29628
29629 2006-01-10  Jim Meyering  <jim@meyering.net>
29630
29631         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
29632         Patch by Joerg Sonnenberger.
29633
29634 2006-01-10  Bruno Haible  <bruno@clisp.org>
29635
29636         * modules/readutmp: Depend on module free.
29637         * modules/strtok_r: Depend on module restrict.
29638
29639 2006-01-10  Bruno Haible  <bruno@clisp.org>
29640
29641         * modules/gettext (configure.ac): Add an invocation of
29642         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
29643
29644 2006-01-10  Bruno Haible  <bruno@clisp.org>
29645
29646         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
29647         Reported by Werner Lemberg <wl@gnu.org>.
29648
29649 2006-01-10  Bruno Haible  <bruno@clisp.org>
29650
29651         * lib/localcharset.c: Update from GNU gettext.
29652
29653 2006-01-10  Bruno Haible  <bruno@clisp.org>
29654
29655         * lib/argp.h (__const): Remove macro. Use const instead.
29656         * lib/argp-fmtstream.h (__const): Likewise.
29657         * lib/glob_.h (__const): Remove macro.
29658         * lib/glob-libc.h: Use const instead of __const.
29659
29660 2006-01-10  Bruno Haible  <bruno@clisp.org>
29661
29662         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
29663         variable.
29664         Needed to avoid an automake error regarding the 'gettext' module.
29665
29666 2006-01-09  Simon Josefsson  <jas@extundo.com>
29667
29668         * modules/inet_ntop (Depends-on): Add restrict.
29669
29670 2006-01-09  Simon Josefsson  <jas@extundo.com>
29671
29672         * modules/gc-rijndael-tests (License): Put under LGPL.
29673
29674         * modules/gc-des-tests (License): Likewise.
29675
29676         * modules/gc-arcfour-tests (License): Likewise.
29677
29678         * modules/gc-arctwo-tests (License): Likewise.
29679
29680         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
29681
29682         * modules/gc-hmac-sha1-tests (Files): Likewise.
29683
29684         * modules/gc-hmac-md5-tests (License): Likewise.
29685
29686         * modules/gc-sha1-tests (License): Likewise.
29687
29688         * modules/gc-md5-tests (License): Likewise.
29689
29690         * modules/gc-md4-tests (License): Likewise.
29691
29692         * modules/gc-md2-tests (License): Likewise.
29693
29694         * modules/gc-tests (License): Likewise.
29695
29696         * modules/des-tests (License): Likewise.
29697
29698         * modules/md4-tests (License): Likewise.
29699
29700         * modules/md2-tests (License): Likewise.
29701
29702 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29703
29704         Sync from coreutils:
29705
29706         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
29707         * modules/lib-ignore: New file.
29708         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
29709         chdir-safer.m4, lchmod.m4.
29710         * modules/openat: Add mkdirat.c, openat-priv.h.
29711
29712 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29713
29714         Sync from coreutils.
29715         * m4/lib-ignore.m4: New file.
29716         * m4/lchmod.m4: New file.
29717
29718 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29719
29720         Sync from coreutils.
29721         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
29722         for write access: POSIX says that must fail.
29723         * lib/fts.c (diropen): Likewise.
29724         * lib/save-cwd.c (save_cwd): Likewise.
29725         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
29726         well, for minor improvements on hosts that lack O_DIRECTORY.
29727         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
29728         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
29729         Fall back on chown if open failed with EACCES.
29730
29731         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
29732         Report an error at compile-time if only a 1-second nominal clock
29733         resolution is found.
29734
29735         * lib/lchmod.h: New file.
29736         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
29737         (make_dir_parents): Use lchown rather than chown, and
29738         lchmod rather than chmod.
29739
29740         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
29741         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
29742         "proc" reported by n0dalus.
29743
29744         * lib/mountlist.c: Include <limits.h>.
29745         (dev_from_mount_options)
29746         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
29747         New function.  It no longer assumes "dev=" has the System V meaning
29748         on Linux (since it doesn't).  It also parses "dev=" more carefully.
29749         (read_file_system_list)
29750         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
29751         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
29752         dev= in that case.
29753
29754         * lib/posixtm.h (PDS_PRE_2000): New macro.
29755         * lib/posixtm.c (year): Arg is now syntax_bits rather than
29756         allow_century.  All usages changed.  Reject dates outside the range
29757         1969-1999 if PDS_PRE_2000 is used.
29758
29759 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29760
29761         Sync from coreutils.
29762         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
29763         (Time of day items): Mention the possibility of leap seconds.
29764         Problem reported by Dr. David Alan Gilbert.
29765
29766 2006-01-09  Jim Meyering  <jim@meyering.net>
29767
29768         Sync from coreutils.
29769
29770         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
29771
29772         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
29773
29774         * lib/modechange.c (mode_compile): Reject an invalid mode string
29775         that starts with an octal digit.  From Andreas Gruenbacher.
29776
29777         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
29778         and dup to open_safer and dup_safer, respectively.
29779         (openat_permissive): Fix typo in comment.
29780
29781         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
29782         "gettext.h"; either no longer needed or are guaranteed by openat.h.
29783         (_): Remove; no longer needed.
29784         (openat): Renamed from rpl_openat; no need for rpl_openat
29785         since openat.h renames openat for us.
29786         Replace most of the body with a call to openat_permissive,
29787         to avoid duplicate code.
29788         Port to (probably hypothetical) environments were mode_t is
29789         wider than int.
29790         (openat_permissive): Require mode arg, so that we can check
29791         types better.  Put it just after flags.  Change cwd failure
29792         indicator from pointer-to-bool to pointer-to-errno-value.
29793         All callers changed.
29794         Invoke openat_save_fail and/or openat_restore_fail if
29795         cwd_errno is null, so that openat can call us.
29796         (openat_permissive, fdopendir, fstatat, unlinkat):
29797         Simplify errno handling to avoid some duplicate code,
29798         as it's OK to set errno on success.
29799         * lib/openat.h: Revamp code so that function macros depend on
29800         __OPENAT_PREFIX only, not also on AT_FDCWD.
29801         (openat_ro): Remove.  Caller changed to use openat_permissive.
29802         (openat_permissive): Now a macro, if not a function.
29803         (openat_restore_fail, openat_save_fail): Now always functions,
29804         since mkdirat needs them even if __OPENAT_PREFIX is defined.
29805
29806         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
29807         and openat.c.
29808         * lib/mkdirat.c: Include openat-priv.h.
29809         Remove definitions of macros defined therein.
29810         * lib/openat.c: Likewise.
29811
29812         * lib/mkdirat.c (mkdirat): New file and function.
29813         * lib/openat.h (mkdirat): Declare.
29814
29815         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
29816
29817         * lib/openat.h (openat_permissive): Declare.
29818         (openat_ro): Define.
29819
29820         * lib/openat.c (EXPECTED_ERRNO): New macro.
29821         (openat_permissive): New function -- used in remove.c rewrite.
29822         (all functions): Set errno just before returning, only if there
29823         was an actual failure.
29824         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
29825
29826         Emulate openat-family functions using Linux's procfs, if possible.
29827         Idea and some code based on Ulrich Drepper's glibc changes.
29828
29829         * lib/openat.c: (BUILD_PROC_NAME): New macro.
29830         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
29831         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
29832         before falling back on save_cwd and restore_cwd.
29833         (fdopendir, fstatat, unlinkat): Likewise.
29834
29835         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
29836         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
29837
29838         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
29839         as second argument to va_arg.  Otherwise, some versions of gcc
29840         warn that `if this code is reached, the program will abort'.
29841
29842 2006-01-09  Jim Meyering  <jim@meyering.net>
29843
29844         Sync from coreutils.
29845         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
29846         Require openat-priv.h.
29847
29848 2006-01-09  Bruno Haible  <bruno@clisp.org>
29849
29850         * modules/strnlen (Include): Use strnlen.h.
29851
29852 2006-01-09  Bruno Haible  <bruno@clisp.org>
29853
29854         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
29855
29856 2006-01-09  Bruno Haible  <bruno@clisp.org>
29857
29858         * lib/sysexit_.h (EX_OK): New macro.
29859         Suggested by Martin Lambers <marlam@marlam.de>.
29860
29861 2006-01-09  Bruno Haible  <bruno@clisp.org>
29862
29863         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
29864         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
29865
29866 2006-01-09  Bruno Haible  <bruno@clisp.org>
29867
29868         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
29869         numbers.
29870
29871 2006-01-09  Bruno Haible  <bruno@clisp.org>
29872
29873         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
29874         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
29875         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
29876         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
29877
29878 2006-01-09  Bruno Haible  <bruno@clisp.org>
29879
29880         * build-aux/javacomp.sh.in: New file, moved from lib/.
29881         * modules/javacomp-script (Files): Update.
29882         (configure.ac): Add AC_CONFIG_FILES invocation.
29883         (EXTRA_DIST): Remove variable.
29884
29885         * build-aux/javaexec.sh.in: New file, moved from lib/.
29886         * modules/javaexec (Files): Update.
29887         (configure.ac): Add AC_CONFIG_FILES invocation.
29888         (EXTRA_DIST): Remove javaexec.sh.in.
29889
29890         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
29891         * modules/csharpcomp-script (Files): Update.
29892         (configure.ac): Add AC_CONFIG_FILES invocation.
29893         (EXTRA_DIST): Remove variable.
29894
29895         * build-aux/csharpexec.sh.in: New file, moved from lib/.
29896         * modules/csharpexec (Files): Update.
29897         (configure.ac): Add AC_CONFIG_FILES invocation.
29898         (EXTRA_DIST): Remove csharpexec.sh.in.
29899
29900 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
29901
29902         Sync from coreutils.
29903
29904         Add POSIX ACL support
29905         * lib/acl.h (copy_acl, set_acl): Add declarations.
29906         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
29907         systems other than Linux.
29908         (chmod_or_fchmod): New function: use fchmod when possible,
29909         and chmod otherwise.
29910         (file_has_acl): Add a POSIX ACL implementation, with a
29911         Linux-specific subcase.
29912         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
29913         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
29914         acls are unsupported.
29915         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
29916         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
29917         are unsupported.
29918
29919 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
29920
29921         Sync from coreutils.
29922         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
29923
29924 2006-01-07  Bruno Haible  <bruno@clisp.org>
29925
29926         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
29927         gl_EARLY.
29928
29929 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29930
29931         * lib/strftime.c (tzname): Don't declare if it is already #defined.
29932         Problem reported for Mingw by Mark Junker.
29933
29934 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29935
29936         * README: Gnulib normally doesn't generate a tarball.
29937
29938 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
29939
29940         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
29941         long int, not int, for nanosecond counts, so that people who are
29942         used to POSIX struct timespec won't be surprised.  Reported by Jim
29943         Meyering.
29944
29945 2005-12-28  Bruno Haible  <bruno@clisp.org>
29946
29947         * build-aux/config.rpath: Update from GNU gettext.
29948
29949 2005-12-16  Jim Meyering  <jim@meyering.net>
29950
29951         * modules/fprintftime: New module.
29952         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
29953
29954 2005-12-16  Jim Meyering  <jim@meyering.net>
29955
29956         * m4/fprintftime.m4: New file.
29957
29958 2005-12-16  Jim Meyering  <jim@meyering.net>
29959
29960         * lib/fprintftime.c, lib/fprintftime.h: New files.
29961
29962 2005-12-15  Simon Josefsson  <jas@extundo.com>
29963
29964         * modules/socklen (configure.ac): Fix M4 macro name, to align with
29965         new m4/socklen.m4.
29966
29967 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29968
29969         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
29970         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
29971
29972 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29973
29974         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
29975         * lib/argp-help.c (fill_in_uparams): Check if the constructed
29976         struct uparams is valid. Fall back to the default values if it is
29977         not.
29978
29979 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29980
29981         * modules/argp (Files): Add argp-pin.c
29982         (Depends-on): dirname
29983         (lib_SOURCES): Add argp-pin.c
29984
29985 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29986
29987         * m4/argp.m4:  Check if program_invocation_name and
29988         program_invocation_short_name are declared and define appropriate
29989         macros if they are not.
29990
29991 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29992
29993         * lib/argp-help.c (__argp_base_name): New function
29994         (__argp_short_program_name): Rewrite using __argp_base_name
29995         * lib/argp-namefrob.h: Define program_invocation_name and
29996         program_invocation_short_name if requested
29997         (__argp_base_name): Add prototype
29998         * lib/argp-parse.c (argp_def): Use gettext wrappers
29999         (argp_default_parser): Use __argp_base_name
30000         * lib/argp-pin.c: New file. Defines program_invocation_name and
30001         program_invocation_short_name on systems that lack them.
30002
30003 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
30004
30005         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
30006         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
30007         porting problem reported by Georg Schwarz in
30008         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
30009
30010 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
30011
30012         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
30013         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
30014         porting problem reported by Georg Schwarz in
30015         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
30016
30017 2005-12-05  Bruno Haible  <bruno@clisp.org>
30018
30019         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
30020         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
30021         Reported by Mark Junker <mjscod@gmx.de>.
30022
30023 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
30024
30025         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
30026         Use implementation from Albert Chin, with some
30027         comments/corrections by Stepan Kasal and myself.
30028
30029 2005-12-02  Bruno Haible  <bruno@clisp.org>
30030
30031         * gnulib-tool (func_import): Accept GPLed build tool modules when
30032         --lgpl is given.
30033         * modules/csharpcomp-script: New file.
30034         * modules/csharpcomp: Depend on it.
30035         * modules/javacomp-script: New file.
30036         * modules/javacomp: Depend on it.
30037         Suggested by Simon Josefsson.
30038
30039 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
30040
30041         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
30042         statement, to work around an HP-UX 10.20 compiler bug reported by
30043         Peter O'Gorman.
30044
30045 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
30046
30047         * modules/savedir (Depends-on): Add openat.
30048
30049 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
30050
30051         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
30052         (uintmax_t) [defined uintmax_t]: Do not declare.
30053         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
30054         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
30055         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
30056         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
30057         sake of portability to weird hosts that C allows (though we don't
30058         know of any practical examples).
30059
30060         * lib/savedir.h (fdsavedir): New decl.
30061         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
30062         contains most of the former guts of savedir.
30063         (savedir): Use savedirstream.
30064         Include "openat.h".
30065
30066 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
30067
30068         * modules/obstack (Files): Add m4/ulonglong.m4.
30069         Problem reported by Davide Angelocola.
30070
30071 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
30072
30073         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
30074         coreutils no longer futzes with rounding modes.
30075
30076 2005-11-14  Jim Meyering  <jim@meyering.net>
30077
30078         * lib/mkstemp-safer.c: Include <config.h>, required for possible
30079         replacement of mkstemp.
30080
30081 2005-11-10  Simon Josefsson  <jas@extundo.com>
30082
30083         * lib/readline.c: Remove EOL.
30084
30085 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30086
30087         * modules/gethrxtime (Depends-on): Add gettime.
30088
30089 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30090
30091         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
30092         or gettimeofday; no longer needed.
30093
30094 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30095
30096         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
30097         time business.
30098         (gethrxtime) [! (HAVE_NANOUPTIME
30099         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
30100         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
30101         our own approximation.
30102
30103 2005-11-08  Eric Blake  <ebb9@byu.net>
30104
30105         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
30106
30107 2005-11-08  Eric Blake  <ebb9@byu.net>
30108
30109         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
30110
30111 2005-11-04  Bruno Haible  <bruno@clisp.org>
30112
30113         * gnulib-tool: Implement --update mode.
30114
30115 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30116
30117         Fix porting problem reported by Theodoros V. Kalamatianos.
30118         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
30119         Don't assume that futimes failing means we must fail.
30120
30121 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30122
30123         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
30124         variables to suggest the intended function of the PATH_MAX check.
30125
30126 2005-10-30  Kean Johnston  <jkj@sco.com>
30127
30128         Trivial changes to support SCO systems.
30129         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
30130         as PATH_MAX.
30131         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
30132         where __ptr is null when no I/O is pending.
30133
30134 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30135
30136         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
30137         leave errno alone.  Problem reported by Dmitry V. Levin.
30138
30139 2005-10-28  Simon Josefsson  <jas@extundo.com>
30140
30141         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
30142         Test more.
30143
30144         * tests/test-gc-md2.c, tests/test-md2.c: New files.
30145
30146         * modules/md2, modules/md2-tests: New files.
30147
30148 2005-10-28  Simon Josefsson  <jas@extundo.com>
30149
30150         * m4/inet_ntop.m4: More tests.
30151
30152         * m4/gc-md2.m4, md2.m4: New file.
30153
30154 2005-10-28  Simon Josefsson  <jas@extundo.com>
30155
30156         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
30157         "restrict" keywords, as per POSIX.  Protect the function
30158         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
30159         Don't use K&R prototypes.  Check the sprintf return values.
30160         Re-define EAFNOSUPPORT if not present.  Indent.
30161
30162         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
30163         suggested by Bruno Haible <bruno@clisp.org>.
30164
30165         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
30166
30167         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
30168
30169         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
30170         libgcrypt).
30171
30172         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
30173
30174         * lib/md2.h, lib/md2.c: New files.
30175
30176 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
30177
30178         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
30179         errno alone.  Problem reported by Frederic Jolliton.
30180
30181 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
30182
30183         * modules/verify (License): Change from GPL to LGPL.  This is a
30184         tiny module and there are apparently near-equivalents that are
30185         under the BSD license.
30186
30187 2005-10-24  Simon Josefsson  <jas@extundo.com>
30188
30189         * modules/sha1: Relicense to LGPL.
30190
30191 2005-10-24  Simon Josefsson  <jas@extundo.com>
30192
30193         * lib/md4.h: Shrink buffer size, now that we changed the type.
30194
30195 2005-10-23  Simon Josefsson  <jas@extundo.com>
30196
30197         * gnulib-tool (func_import): Fix --tests-base.
30198
30199 2005-10-22  Simon Josefsson  <jas@extundo.com>
30200
30201         * modules/arcfour (Depends-on): Need stdint.
30202
30203 2005-10-22  Simon Josefsson  <jas@extundo.com>
30204
30205         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
30206         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
30207
30208 2005-10-22  Simon Josefsson  <jas@extundo.com>
30209
30210         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
30211         suggested by Bruno Haible <bruno@clisp.org>.
30212
30213 2005-10-22  Simon Josefsson  <jas@extundo.com>
30214
30215         * lib/crc.h: Include stddef.h, for size_t.
30216
30217 2005-10-22  Simon Josefsson  <jas@extundo.com>
30218
30219         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
30220         arcfour_context struct (simplify test vector testing in GNU
30221         Shishi).
30222
30223 2005-10-21  Simon Josefsson  <jas@extundo.com>
30224
30225         * modules/des, modules/des-tests: New files.
30226
30227         * modules/gc-des, modules/gc-des-tests: New files.
30228
30229         * tests/test-des.c, tests/test-gc-des.c: New file.
30230
30231 2005-10-21  Simon Josefsson  <jas@extundo.com>
30232
30233         * modules/arctwo, modules/arctwo-tests: New files.
30234
30235         * tests/test-arctwo.c: New file.
30236
30237         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
30238
30239         * tests/test-gc-arctwo.c: New file.
30240
30241 2005-10-21  Simon Josefsson  <jas@extundo.com>
30242
30243         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
30244         Bruno Haible <bruno@clisp.org>.
30245
30246         * m4/gc-des.m4: New file.
30247
30248 2005-10-21  Simon Josefsson  <jas@extundo.com>
30249
30250         * m4/arctwo.m4: New file.
30251
30252         * m4/gc-arctwo.m4: New file.
30253
30254 2005-10-21  Simon Josefsson  <jas@extundo.com>
30255
30256         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
30257         block.
30258
30259 2005-10-21  Simon Josefsson  <jas@extundo.com>
30260
30261         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
30262         <bruno@clisp.org>.
30263
30264         * lib/hmac-sha1.c (hmac_sha1): Likewise.
30265
30266         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
30267         Bruno Haible <bruno@clisp.org>.
30268
30269         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
30270         <bruno@clisp.org>.
30271
30272 2005-10-21  Simon Josefsson  <jas@extundo.com>
30273
30274         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
30275
30276 2005-10-21  Simon Josefsson  <jas@extundo.com>
30277
30278         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
30279
30280 2005-10-21  Simon Josefsson  <jas@extundo.com>
30281
30282         * lib/des.h, lib/des.c: New files.
30283
30284         * lib/gc-gnulib.c: Support DES.c
30285
30286 2005-10-21  Simon Josefsson  <jas@extundo.com>
30287
30288         * lib/arctwo.h, lib/arctwo.c: New files.
30289
30290         * lib/gc-gnulib.c: Support ARCTWO.
30291
30292 2005-10-21  Simon Josefsson  <jas@extundo.com>
30293
30294         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
30295         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30296
30297 2005-10-21  Simon Josefsson  <jas@extundo.com>
30298
30299         * gnulib-tool (func_import, func_create_testdir): Define automake
30300         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
30301         Makefile.am snippet),
30302         suggested by Bruno Haible <bruno@clisp.org>.
30303
30304         * modules/gc (Makefile.am): Use it.
30305
30306 2005-10-21  Bruno Haible  <bruno@clisp.org>
30307
30308         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
30309         patch.
30310
30311 2005-10-19  Simon Josefsson  <jas@extundo.com>
30312
30313         * tests/test-gc-rijndael.c: New file.
30314
30315         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
30316
30317 2005-10-19  Simon Josefsson  <jas@extundo.com>
30318
30319         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
30320         interface too.
30321
30322 2005-10-19  Simon Josefsson  <jas@extundo.com>
30323
30324         * tests/test-gc-arcfour.c: New file.
30325
30326         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
30327
30328 2005-10-19  Simon Josefsson  <jas@extundo.com>
30329
30330         * modules/gc-md4, modules/gc-md4-tests: New file.
30331
30332         * tests/test-gc-md4.c: New file.
30333
30334 2005-10-19  Simon Josefsson  <jas@extundo.com>
30335
30336         * m4/gc-md4.m4: New file.
30337
30338 2005-10-19  Simon Josefsson  <jas@extundo.com>
30339
30340         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
30341         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
30342         <kasal@ucw.cz>.
30343
30344 2005-10-19  Simon Josefsson  <jas@extundo.com>
30345
30346         * m4/gc-arcfour.m4: New file.
30347
30348         * m4/gc-rijndael.m4: New file.
30349
30350 2005-10-19  Simon Josefsson  <jas@extundo.com>
30351
30352         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
30353
30354 2005-10-19  Simon Josefsson  <jas@extundo.com>
30355
30356         * lib/gc-gnulib.c: Support ARCFOUR.
30357
30358 2005-10-19  Simon Josefsson  <jas@extundo.com>
30359
30360         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
30361         support.
30362
30363         * lib/gc.h: Add ECB enum type.
30364
30365         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
30366
30367 2005-10-18  Simon Josefsson  <jas@extundo.com>
30368
30369         * tests/test-md5.c: New file.
30370
30371         * modules/md5-tests: New file.
30372
30373 2005-10-18  Simon Josefsson  <jas@extundo.com>
30374
30375         * tests/test-md4.c: New file.
30376
30377         * modules/md4, modules/md4-tests: New files.
30378
30379 2005-10-18  Simon Josefsson  <jas@extundo.com>
30380
30381         * m4/md4.m4: New file.
30382
30383 2005-10-18  Simon Josefsson  <jas@extundo.com>
30384
30385         * lib/md4.h, lib/md4.c: New files, based on md5.?.
30386
30387 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
30388
30389         * gnulib-tool (func_create_testdir): Omit the second check whether
30390         BUILT_SOURCES in nonempty.
30391
30392 2005-10-17  Simon Josefsson  <jas@extundo.com>
30393
30394         * tests/test-rijndael.c: New file.
30395
30396 2005-10-17  Simon Josefsson  <jas@extundo.com>
30397
30398         * modules/sha1: Depend on stdint instead of md5.
30399
30400         * modules/md5: Depend on stdint, remove uint32_t.
30401
30402 2005-10-17  Simon Josefsson  <jas@extundo.com>
30403
30404         * modules/gc-sha1-tests: New file.
30405
30406         * tests/test-gc-sha1.c: New file.
30407
30408 2005-10-17  Simon Josefsson  <jas@extundo.com>
30409
30410         * m4/md5.m4: Remove call to uint32_t.m4.
30411
30412 2005-10-17  Simon Josefsson  <jas@extundo.com>
30413
30414         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
30415
30416         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
30417         md5.h.
30418
30419         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
30420
30421         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
30422
30423 2005-10-17  Simon Josefsson  <jas@extundo.com>
30424
30425         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
30426
30427 2005-10-17  Simon Josefsson  <jas@extundo.com>
30428
30429         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
30430
30431 2005-10-17  Simon Josefsson  <jas@extundo.com>
30432
30433         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
30434
30435         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
30436
30437 2005-10-17  Bruno Haible  <bruno@clisp.org>
30438
30439         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
30440         that it can also be used in a test.
30441
30442 2005-10-16  Bruno Haible  <bruno@clisp.org>
30443
30444         * gnulib-tool (func_emit_tests_Makefile_am): Also define
30445         TESTS_ENVIRONMENT, so that individual tests can augment it.
30446
30447         * gnulib-tool (func_create_testdir): Use an intermediate target for
30448         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
30449         macros, like $(ALLOCA_H), which cannot be passed through the command
30450         line.
30451
30452 2005-10-15  Simon Josefsson  <jas@extundo.com>
30453
30454         * modules/rijndael-tests: New file.
30455
30456         * modules/rijndael: New file.
30457
30458 2005-10-15  Simon Josefsson  <jas@extundo.com>
30459
30460         * m4/rijndael.m4: New file.
30461
30462 2005-10-15  Simon Josefsson  <jas@extundo.com>
30463
30464         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
30465
30466         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
30467
30468 2005-10-14  Simon Josefsson  <jas@extundo.com>
30469
30470         * tests/test-arcfour.c: New file.
30471
30472         * modules/arcfour, modules/arcfour-tests: New files.
30473
30474 2005-10-14  Simon Josefsson  <jas@extundo.com>
30475
30476         * m4/arcfour.m4: New file.
30477
30478 2005-10-14  Simon Josefsson  <jas@extundo.com>
30479
30480         * lib/arcfour.h, lib/arcfour.c: New files.
30481
30482 2005-10-14  Roland McGrath  <roland@redhat.com>
30483
30484         Import from libc.  [BZ #1331]
30485         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
30486         macro argument.
30487         Reported by Matej Vela <vela@debian.org>.
30488
30489 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30490
30491         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
30492         include <wchar.h>; no longer needed.
30493
30494 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30495
30496         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
30497
30498 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
30499         and  Ulrich Drepper  <drepper@redhat.com>
30500
30501         Import from libc.
30502         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
30503         instead of inline stream orientation test and two separate
30504         function calls.  Pay no attention to USE_IN_LIBIO.
30505
30506 2005-10-13  Simon Josefsson  <jas@extundo.com>
30507
30508         * modules/gc-hmac-md5-tests: New file.
30509
30510         * tests/test-gc-hmac-sha1.c: New file.
30511
30512         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
30513
30514         * modules/gc-hmac-md5-tests: New file.
30515
30516         * tests/test-gc-md5.c: New file.
30517
30518         * modules/gc-md5-tests: New file.
30519
30520 2005-10-13  Simon Josefsson  <jas@extundo.com>
30521
30522         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
30523         Move memory allocation outside of loop.
30524
30525 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
30526
30527         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
30528         intermediate directory is in a read-only file system.  Problem
30529         reported by Eric Blake.
30530
30531 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
30532
30533         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
30534
30535 2005-10-12  Simon Josefsson  <jas@extundo.com>
30536
30537         * tests/test-hmac-sha1.c: New file.
30538
30539         * modules/hmac-sha1-tests: New file.
30540
30541         * modules/hmac-sha1: New file.
30542
30543 2005-10-12  Simon Josefsson  <jas@extundo.com>
30544
30545         * modules/gc-sha1: New file.
30546
30547 2005-10-12  Simon Josefsson  <jas@extundo.com>
30548
30549         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
30550
30551         * tests/test-gc-pbkdf2-sha1.c: New file.
30552
30553 2005-10-12  Simon Josefsson  <jas@extundo.com>
30554
30555         * modules/gc-md5, modules/gc-hmac-md5: New files.
30556
30557         * modules/gc (Files): Remove md5, memxor and hmac files.
30558
30559 2005-10-12  Simon Josefsson  <jas@extundo.com>
30560
30561         * m4/gc-pbkdf2-sha1.m4: New file.
30562
30563         * m4/gc-hmac-sha1.m4: New file.
30564
30565         * m4/gc-sha1: New file.
30566
30567         * m4/hmac-sha1.m4: New file.
30568
30569 2005-10-12  Simon Josefsson  <jas@extundo.com>
30570
30571         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
30572
30573         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
30574
30575 2005-10-12  Simon Josefsson  <jas@extundo.com>
30576
30577         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
30578         suggested by Bruno Haible <bruno@clisp.org>.
30579
30580 2005-10-12  Simon Josefsson  <jas@extundo.com>
30581
30582         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
30583
30584 2005-10-12  Simon Josefsson  <jas@extundo.com>
30585
30586         * lib/gc-pbkdf2-sha1.c: New file.
30587
30588         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
30589
30590 2005-10-12  Simon Josefsson  <jas@extundo.com>
30591
30592         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
30593
30594         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
30595
30596 2005-10-12  Simon Josefsson  <jas@extundo.com>
30597
30598         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
30599         GC_USE_HMAC_MD5, respectively.
30600
30601         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
30602         (gc_md5): Fix typo.
30603
30604         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
30605
30606         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
30607
30608         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
30609
30610 2005-10-12  Bruno Haible  <bruno@clisp.org>
30611
30612         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
30613         Reported by Stepan Kasal <kasal@ucw.cz>.
30614
30615 2005-10-11  Simon Josefsson  <jas@extundo.com>
30616
30617         * tests/test-crc.c: New file.
30618
30619         * modules/crc, modules/crc-tests: New files.
30620
30621 2005-10-11  Simon Josefsson  <jas@extundo.com>
30622
30623         * m4/crc.m4: New file.
30624
30625 2005-10-11  Simon Josefsson  <jas@extundo.com>
30626
30627         * lib/gc.h: Add gc_hash and gc_hash_buffer.
30628
30629         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
30630
30631         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
30632
30633 2005-10-11  Simon Josefsson  <jas@extundo.com>
30634
30635         * lib/crc.h, lib/crc.c: New files.
30636
30637         * lib/gc.h (gc_hash_buffer): Add doc.
30638
30639 2005-10-11  Bruno Haible  <bruno@clisp.org>
30640
30641         * modules/c-strcasestr: New file.
30642         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
30643
30644 2005-10-11  Bruno Haible  <bruno@clisp.org>
30645
30646         * modules/c-strcase: New file.
30647         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
30648
30649 2005-10-11  Bruno Haible  <bruno@clisp.org>
30650
30651         * lib/strcasecmp.c: Include limits.h.
30652         (strcasecmp): Avoid integer overflow on exotic platforms.
30653         * lib/strncasecmp.c: Include limits.h.
30654         (strncasecmp): Avoid integer overflow on exotic platforms.
30655         Reported by Paul Eggert.
30656
30657 2005-10-11  Bruno Haible  <bruno@clisp.org>
30658
30659         * lib/c-strcasestr.h: New file, from GNU gettext.
30660         * lib/c-strcasestr.c: New file, from GNU gettext.
30661
30662 2005-10-11  Bruno Haible  <bruno@clisp.org>
30663
30664         * lib/c-strcase.h: New file, from GNU gettext.
30665         * lib/c-strcasecmp.c: New file, from GNU gettext.
30666         * lib/c-strncasecmp.c: New file, from GNU gettext.
30667
30668 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
30669
30670         * modules/mempcpy (License): GPL -> LGPL.
30671         * modules/strchrnul (License): Likewise.
30672         * modules/sysexits (License): Likewise.
30673
30674 2005-10-08  Simon Josefsson  <jas@extundo.com>
30675
30676         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
30677
30678 2005-10-07  Simon Josefsson  <jas@extundo.com>
30679
30680         * m4/memxor.m4: Remove gl_C_RESTRICT call.
30681
30682 2005-10-06  Simon Josefsson  <jas@extundo.com>
30683
30684         * tests/test-hmac-md5.c: New file.
30685
30686         * modules/hmac-md5-tests: New file.
30687
30688         * modules/hmac-md5: New file.
30689
30690 2005-10-06  Simon Josefsson  <jas@extundo.com>
30691
30692         * m4/hmac-md5.m4: New file.
30693
30694         * m4/memxor.m4: Require gl_C_RESTRICT.
30695
30696 2005-10-06  Simon Josefsson  <jas@extundo.com>
30697
30698         * lib/memxor.c (memxor): Avoid casts and warnings.
30699
30700 2005-10-06  Simon Josefsson  <jas@extundo.com>
30701
30702         * lib/hmac-md5.c: New file.
30703
30704         * lib/hmac.h: New file.
30705
30706 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
30707
30708         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
30709         promotes to int, not unsigned int, to catch the AIX 5.3
30710         compiler bug.
30711
30712 2005-10-05  Simon Josefsson  <jas@extundo.com>
30713
30714         * modules/memxor: New file.
30715
30716         * modules/iconv (Files): Move config.rpath to havelib, it is used
30717         there.
30718
30719         * modules/havelib (Files): Add config.rpath.
30720
30721 2005-10-05  Simon Josefsson  <jas@extundo.com>
30722
30723         * m4/memxor.m4: New file.
30724
30725 2005-10-05  Simon Josefsson  <jas@extundo.com>
30726
30727         * lib/memxor.c (memxor): Fix compiler error.
30728
30729         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
30730         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
30731
30732         * lib/memxor.h, lib/memxor.c: New files.
30733
30734         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
30735         we assume all systems have it, suggested by Jim Meyering
30736         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
30737         any systems lack sys/socket.h; mingw32 is known to lack it, but we
30738         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
30739         same reasons.
30740
30741 2005-10-05  Simon Josefsson  <jas@extundo.com>
30742
30743         * config/srclist.txt: Add glibc bug 1423 for md5.h.
30744
30745 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
30746
30747         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
30748         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
30749         needed, since the source code now assumes these .h files.
30750
30751 2005-10-05  Derek Price  <derek@ximbiot.com>
30752
30753         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
30754
30755 2005-10-05  Bruno Haible  <bruno@clisp.org>
30756
30757         * modules/stdint (License): Change to LGPL.
30758
30759 2005-10-04  Simon Josefsson  <jas@extundo.com>
30760
30761         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
30762         D. Baushke" <mdb@gnu.org>.
30763
30764 2005-10-04  Bruno Haible  <bruno@clisp.org>
30765
30766         * lib/verify.h (verify_true): Provide alternative definition for C++.
30767
30768 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
30769
30770         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
30771         (SSIZE_MAX): New macro, if not already defined.
30772         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
30773         than 2 GiB.
30774
30775 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30776
30777         Sync from coreutils.
30778         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
30779         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
30780         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
30781         ULLONG_MAX doesn't work with 2.7.2.1.
30782
30783 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30784
30785         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
30786         From Ben Pfaff.
30787
30788         * modules/exclude (Depends-on): Depend on verify.
30789         * modules/strtoimax (Depends-on): Likewise.
30790         * modules/utimecmp (Depends-on): Likewise.
30791
30792 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30793
30794         * lib/exclude.c: Include verify.h.
30795         (verify): Remove.  All callers changed to use verify.h's version.
30796         * lib/strtoimax.c: Likewise.
30797         * lib/utimecmp.c: Likewis.e
30798
30799         Sync from coreutils.
30800         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
30801         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
30802         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
30803         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
30804         bother returning ENOSYS if settimeofday or stime fails; just let
30805         them return whatever errno they want to return.
30806         * lib/utimens.c: Include unistd.h, for dup2.
30807         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
30808         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
30809
30810 2005-10-02  Jim Meyering  <jim@meyering.net>
30811
30812         Sync from coreutils.
30813         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
30814         from glibc-2.2.5 that fails for read-only files.
30815
30816 2005-10-02  Jim Meyering  <jim@meyering.net>
30817
30818         Sync from coreutils.
30819         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
30820         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
30821         `#if HAVE_CONFIG_H'.
30822         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
30823         Remove AT_FDCWD test.
30824         Do not consume the fd unless successful.
30825         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
30826         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
30827         block, so that we don't even try to compile it if settimeofday is
30828         available.  This works around a compilation failure on OSF1 V5.1,
30829         due to stime requiring a `long int*' while tv_sec is `int'.
30830
30831 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
30832
30833         Sync from coreutils.
30834         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
30835         against `yes', rather than just testing for nonempty.
30836
30837 2005-10-01  Simon Josefsson  <jas@extundo.com>
30838
30839         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
30840         and Darwin.
30841
30842         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
30843         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
30844         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
30845         freeaddrinfo and gai_strerror are declared by the POSIX headers.
30846         Check if struct addrinfo is declared.
30847
30848 2005-10-01  Simon Josefsson  <jas@extundo.com>
30849
30850         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
30851         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
30852         AI_* and EAI_* definitions.  Protect function declarations.
30853
30854 2005-10-01  Jim Meyering  <jim@meyering.net>
30855
30856         Sync from coreutils.
30857
30858         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
30859         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
30860         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
30861         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
30862         in the inet and nsl libraries.  Required on Solaris 5.7.
30863
30864 2005-10-01  Jim Meyering  <jim@meyering.net>
30865
30866         Sync from coreutils.
30867         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
30868         in the inet and nsl libraries.  Required on Solaris 5.7.
30869
30870 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
30871
30872         * lib/getdelim.c (getdelim): Remove unused variables.
30873
30874 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
30875
30876         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
30877         so that the code works even with ancient cpp.  Portability problem
30878         with GCC 2.7.2.1 reported by Thomas M.Ott.
30879
30880 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
30881
30882         * modules/regex (Depends-on): Add strcase.
30883
30884         * modules/gethostname (Licence): Change from GPL to LGPL, since
30885         gethostname.c is a trivial implementation of a standard library
30886         function.
30887         * modules/poll (License): Change from GPL to LGPL, since it's
30888         derived from LGPL code.
30889
30890 2005-09-27  Jim Meyering  <jim@meyering.net>
30891
30892         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
30893         HAVE_CONFIG_H.
30894
30895         * lib/intprops.h (signed_type_or_expr__): Define.
30896         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
30897         for unsigned types.
30898
30899 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
30900
30901         * lib/verify.h (verify_expr): Remove, replacing with:
30902         (verify_true): New macro that returns true instead of void.
30903         (verify_type__): Remove.
30904         (verify): Use verify_true rather than verify_type__.
30905
30906 2005-09-26  Bruno Haible  <bruno@clisp.org>
30907
30908         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
30909         is necessary.
30910         (lib_SOURCES): Remove mbchar.c.
30911         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
30912         (Files): Add m4/mbrtowc.m4.
30913         * modules/mbiter: Likewise.
30914         * modules/mbuiter: Likewise.
30915
30916 2005-09-26  Bruno Haible  <bruno@clisp.org>
30917
30918         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
30919         compile mbchar.c if they are not both present.
30920         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
30921         * m4/mbiter.m4 (gl_MBITER): Likewise.
30922         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
30923         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
30924         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
30925
30926 2005-09-25  Jim Meyering  <jim@meyering.net>
30927
30928         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
30929         also uses socklen_t.
30930
30931 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
30932
30933         * lib/utimens.c (ENOSYS): Define if not already defined.
30934         (futimens): Support having a null PATH if the file descriptor
30935         is nonnegative.
30936
30937         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
30938         Remove.
30939         (__attribute): Define to empty unless GCC 3.1 or later.
30940         This works around a core dump on OpenBSD 3.4, which has GCC
30941         2.95.3, which dumps core when given __attribute__(()).  It also
30942         simplifies other tests, since we really don't want to bother with
30943         worrying about which ancient version of GCC supported what.
30944         Original problem reported by Yoann Vandoorselaere, with part of
30945         the fix suggested by Derek Price.
30946
30947 2005-09-24  Jim Meyering  <jim@meyering.net>
30948
30949         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
30950         so we can once again use a positive bitfield width of 1 -- now we
30951         don't have to explain why we were using a bitfield width of 2.
30952
30953 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
30954
30955         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
30956         and similarly for the other external symbols.  Problem reported
30957         by James Gallager.
30958
30959         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
30960         bug reported by Jim Meyering.
30961
30962         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
30963         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
30964         not needed, since socklen is a prerequisite module.
30965
30966 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
30967
30968         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
30969         Problem reported by Eric Blake.
30970         (getaddrinfo): Initialize se so that it's not garbage.
30971         Redo internal storage allocation so that it doesn't make unportable
30972         assumptions about alignment.
30973         Fix a memory leak.
30974
30975         * lib/utimens.c (futimens): Use futimesat if available.
30976         Prefer it to futimes since it doesn't have the futimes bug.
30977
30978         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
30979         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
30980         Instead, declare a function that returns a pointer to an array,
30981         and use verify_type__ to declare the size of the array.
30982         Problem and germ of a solution reported by Bruno Haible.
30983         (verify_type__): Use 2, not 1, for bitfield size, to avoid
30984         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
30985
30986 2005-09-23  Jim Meyering  <jim@meyering.net>
30987
30988         Sync from coreutils.
30989         Correct build failure (socklen_t not defined) on at least
30990         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
30991         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
30992
30993 2005-09-23  Jim Meyering  <jim@meyering.net>
30994
30995         * modules/getaddrinfo (Depends-on): Add socklen.
30996
30997 2005-09-23  Bruno Haible  <bruno@clisp.org>
30998
30999         * tests/test-verify.c: New file.
31000
31001 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31002
31003         Sync from coreutils.
31004
31005         * modules/argmatch (Depends-on): Add verify.
31006         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
31007         unistd-safer.
31008         * modules/save-cwd (Depends-on): Likewise.
31009
31010         * modules/openat (Files): Add lib/openat-die.c.
31011         (Depends-on): Remove error, exitfail.
31012         Add dirname.
31013
31014         * modules/verify: New file.
31015         * MODULES.html.sh (Diagnostics <assert.h>): New section,
31016         with "verify" module.
31017
31018 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31019
31020         Sync from coreutils.
31021
31022         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
31023         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
31024         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
31025         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
31026         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
31027         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
31028         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
31029         Don't bother checking for string.h, stdlib.h, unistd.h.
31030         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
31031         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
31032         module's job.
31033         * m4/jm-macros.m4 (gl_MACROS): Likewise.
31034         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
31035
31036         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
31037         (gl_GETDATE): Use it.
31038
31039         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
31040
31041 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31042
31043         Sync from coreutils.
31044
31045         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
31046         stat-time.h.
31047         * lib/argmatch.h: Include verify.h
31048         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
31049         (ARGMATCH_ASSERT): Remove; unused.
31050         * lib/canonicalize.c: Assume STDC_HEADERS.
31051         * lib/exclude.c: Include "strcase.h".
31052         * lib/regex_internal.h [!defined _LIBC]: Likewise.
31053         * lib/getusershell.c: Include stdio--.h rather than stdio.h
31054         and stdio-safer.h.
31055         (getusershell): Call fopen, not fopen_safer.
31056         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
31057         Do not include unistd-safer.h.
31058         (save_cwd): Don't call fd_safer; no longer needed
31059         now that we include fcntl--.h.
31060
31061         * lib/getdate.y (relative_time): New type.
31062         (RELATIVE_TIME_0): New constant.
31063         (parser_control): Use relative_time instead of doing it ourselves.
31064         (%union): Add new relative_time rel member.
31065         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
31066         Now typeless.
31067         (relunit, relunit_snumber): Now of type rel.
31068         (zone, rel, relunit, get_date): Adjust to above changes.
31069
31070         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
31071         Do not include unistd-safer.h.
31072         (getloadavg): Don't call fd_safer; no longer needed
31073         now that we include fcntl--.h.
31074
31075         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
31076         (make_dir_parents): Treat ENOSYS like EEXIST.
31077
31078         Improve quality of diagnostics on restore_cwd failure.
31079         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
31080         (make_dir_parents): Last arg is now int * (for errno), not bool *.
31081         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
31082         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
31083         each time through the loop.  Do not diagnose restore_cwd failure;
31084         that is the caller's job (and perhaps the caller does not care).
31085
31086         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
31087         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
31088         If the file already exists but is not a directory, don't bother
31089         to try to make its parents.
31090         Close potential file descriptor leak if we can't chdir("/") (!).
31091         Don't always return true if chdir($PWD) fails; return true only
31092         if the requested action was done successfully (except for the
31093         chdir($PWD)).
31094         Don't log final directory unless we actually made it.
31095         Refactor to avoid duplicate code to fix up permissions.
31096         Don't attempt to fix up parent permissions if chdir($PWD) fails.
31097
31098         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
31099         to make it a bit faster and (I hope) clearer.
31100         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
31101         Fix bug in formats like %2N.
31102
31103         * lib/verify.h: New file.
31104
31105 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31106
31107         Sync from coreutils.
31108         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
31109
31110 2005-09-22  Jim Meyering  <jim@meyering.net>
31111
31112         Sync from coreutils.
31113
31114         * m4/lstat.m4 (gl_FUNC_LSTAT):
31115         Use AC_LIBSOURCES to require lstat.c and lstat.h.
31116         Remove obsolete comment.
31117         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
31118         * m4/xstrtod.m4: Likewise.
31119
31120         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
31121
31122 2005-09-22  Jim Meyering  <jim@meyering.net>
31123
31124         Sync from coreutils.
31125
31126         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
31127
31128         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
31129         the .tm_year member, since otherwise gcc-4.0 would now warn about
31130         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
31131
31132         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
31133         order to avoid an unsuppressible warning from gcc on 64-bit systems.
31134
31135         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
31136         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
31137         when run in a time zone for which daylight savings time is in effect
31138         for the starting date.
31139
31140         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
31141         stop us from restricting permissions of just-created absolute-named
31142         directories.
31143         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
31144         to restore initial working directory.
31145         * lib/mkdir-p.c (make_dir_parents): New parameter:
31146         different_working_dir, to tell caller if/when we change the working
31147         directory and are unable to return to the initial one.
31148         * lib/mkdir-p.h (make_dir_parents): Update prototype.
31149         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
31150         `return false'.  This fixes a bug introduced on 2004-07-30.
31151
31152         * lib/openat.c (fdopendir): Be sure to close the supplied
31153         file descriptor before returning.  This makes our replacement
31154         implementation a little closer to Solaris's, where fdopendir
31155         ties the file descriptor to the returned DIR* pointer.
31156         * lib/openat.c (unlinkat): New function.
31157         * lib/openat.h (unlinkat): Add prototype.
31158         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
31159         (openat_restore_fail): Rename from openat_restore_die.
31160         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
31161
31162         Provide an alternative to exiting immediately upon save_cwd or
31163         restore_cwd failure.  Now, an application can arrange e.g.,
31164         to perform a longjump in that case.
31165         * lib/openat.c: Include dirname.h.
31166         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
31167         (rpl_openat, fdopendir, fstatat): Call openat_save_die
31168         and openat_restore_die rather than calling error directly.
31169         Don't include "error.h" or "exitfail.h"; they're no longer needed.
31170
31171         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
31172         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
31173         define.
31174
31175         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
31176         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
31177                             int utc, int nanoseconds);
31178         Background:
31179         date should not have to allocate a megabyte of virtual memory to
31180         handle a format argument like +%1048575T.  When implemented with
31181         strftime, it must allocate such a buffer, use strftime to fill it
31182         in, print it, then free it.
31183         With fprintftime, it simply prints everything and exits.
31184         With no need for memory allocation, that's one fewer way to fail.
31185         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
31186         optional field width, not before, so we accept %9:z, not %:9z.
31187         (my_strftime): Be sure to use L_('x') for literals.
31188
31189         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
31190         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
31191         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
31192         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
31193         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
31194         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
31195         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
31196         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
31197         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
31198         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
31199         * lib/xgethostname.c, lib/xreadlink.c:
31200         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
31201
31202         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
31203         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
31204         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
31205         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
31206         and don't include <sys/file.h>).
31207
31208 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
31209
31210         Sync from coreutils.
31211
31212         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
31213         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
31214         [!LDAV_DONE]: Avoid unused variable warning.
31215
31216 2005-09-21  Bruno Haible  <bruno@clisp.org>
31217
31218         * lib/unicodeio.h (unicode_to_mb): New declaration.
31219
31220 2005-09-20  Derek Price  <derek@ximbiot.com>
31221
31222         * lib/getaddrinfo.c: Don't include <netdb.h> included from
31223         getaddrinfo.h.
31224
31225 2005-09-20  Bruno Haible  <bruno@clisp.org>
31226
31227         * gnulib-tool: Remove trailing slashes from the values specified for
31228         --source-base, --m4-base, --tests-base, --aux-dir.
31229         Suggested by Simon Josefsson <jas@extundo.com>.
31230
31231 2005-09-20  Bruno Haible  <bruno@clisp.org>
31232
31233         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
31234         func_modules_to_filelist, func_import, func_create_testdir): Make all
31235         sorting results locale-independent, so that gnulib-cache.m4 doesn't
31236         change when gnulib-tool is invoked in a different locale.
31237
31238 2005-09-19  Simon Josefsson  <jas@extundo.com>
31239
31240         * m4/socklen.m4: Fix typo.
31241
31242 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31243
31244         Use a consistent style for including <config.h>.
31245         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
31246         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
31247         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
31248         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
31249         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
31250         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
31251         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
31252         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
31253         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
31254         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
31255         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
31256         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
31257         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
31258         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
31259         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
31260         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
31261         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
31262         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
31263         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
31264         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
31265         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
31266         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
31267         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
31268         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
31269         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
31270         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
31271         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
31272         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
31273         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
31274         lib/xstrtoumax.c, lib/yesno.c:
31275         Standardize inclusion of config.h.
31276         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
31277         lib/inttostr.h:  Removed inclusion of config.h from header files.
31278         * lib/inttostr.c:  Adjusted in-tree users.
31279         * lib/timespec.h: Remove superfluous warning to include config.h.
31280         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
31281         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
31282         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
31283         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
31284         config.h with HAVE_CONFIG_H.
31285
31286 2005-09-19  Jim Meyering  <jim@meyering.net>
31287
31288         * modules/pathmax (License): Change to LGPL.
31289
31290 2005-09-19  Derek Price  <derek@ximbiot.com>
31291
31292         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
31293
31294 2005-09-19  Bruno Haible  <bruno@clisp.org>
31295
31296         * gnulib-tool (import): Provide default for --tests-base.
31297
31298 2005-09-19  Bruno Haible  <bruno@clisp.org>
31299
31300         * doc/quote.texi: New file, extracted from gnulib.texi.
31301         * doc/ctime.texi: New file, extracted from gnulib.texi.
31302         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
31303         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
31304         * doc/gnulib.texi: Include them.
31305
31306 2005-09-18  Bruno Haible  <bruno@clisp.org>
31307
31308         Portability fix.
31309         * gnulib-tool (func_readlink): New function.
31310         (func_ln_if_changed): Use it.
31311
31312 2005-09-18  Bruno Haible  <bruno@clisp.org>
31313
31314         * gnulib-tool: Support --with-tests also with --import.
31315         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
31316         (func_import): Use variables $testsbase and $inctests. Emit a
31317         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
31318         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
31319         SUBDIRS += $testsdir.
31320         (func_create_testdir): Update.
31321
31322 2005-09-18  Bruno Haible  <bruno@clisp.org>
31323
31324         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
31325         instead of $dry_run.
31326         (func_cp_if_changed, func_mv_if_changed): Remove functions.
31327         (func_ln_if_changed): Don't handle dry-run here.
31328         (func_import): In dry-run mode, detect more precisely which actions
31329         would be performed, and don't use "...ing" verbs.
31330
31331 2005-09-18  Bruno Haible  <bruno@clisp.org>
31332
31333         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
31334         (func_import): Use join on two temporary files instead of three nested
31335         loops, in order to determine which files are new or old.
31336
31337 2005-09-18  Bruno Haible  <bruno@clisp.org>
31338
31339         * gnulib-tool (func_import): Comment out code that spits out the
31340         new files with --dry-run.
31341
31342 2005-09-18  Bruno Haible  <bruno@clisp.org>
31343
31344         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
31345
31346 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31347
31348         * lib/stat-time.h: New file.
31349         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
31350         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
31351         in a different way.
31352         (timespec_cmp): New function.
31353         * lib/utimecmp.c: Include stat-time.h.
31354         (SYSCALL_RESOLUTION): Depend on whether various struct stat
31355         members exist, not on the obsolescent ST_MTIM_NSEC.
31356         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
31357
31358 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31359
31360         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
31361
31362 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31363
31364         * MODULES.html.sh (File system functions): Add stat-time.
31365         * modules/stat-time: New file.
31366         * modules/timespec (Files): Remove m4/st_mtim.m4; this
31367         is now done in a different way, by the stat-time module.
31368         * modules/utimecmp (Depends-on): Add stat-time.
31369
31370 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
31371
31372         * m4/st_mtim.m4: Remove.  Superseded by...
31373         * m4/stat-time.m4: New file.
31374         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
31375         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
31376
31377 2005-09-15  Derek Price  <derek@ximbiot.com>
31378
31379         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
31380
31381 2005-09-15  Derek Price  <derek@ximbiot.com>
31382
31383         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
31384         * lib/regex_internal.c: Ditto, using this...
31385         (__GNUC_PREREQ): ...new macro.
31386         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
31387         using...
31388         (__GNUC_PREREQ): ...this new macro.
31389
31390         * lib/strstr.h: Include string.h. Define strstr as a macro here.
31391
31392 2005-09-15  Derek Price  <derek@ximbiot.com>
31393             Paul Eggert  <eggert@cs.ucla.edu>
31394
31395         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
31396         changes, consolidating in...
31397         * lib/regex_internal.h: ...this file.
31398
31399 2005-09-13  Jim Meyering  <jim@meyering.net>
31400
31401         * lib/canon-host.c: Filter through gnu indent and reword comments
31402         slightly.
31403         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
31404
31405 2005-09-13  Derek Price  <derek@ximbiot.com>
31406
31407         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
31408         failure.
31409         Reported by Jim Meyering  <jim@meyering.net>.
31410
31411 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31412
31413         * lib/base64.c: Typo.
31414         (base64_encode): Put b64str in initialized data section.
31415
31416 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
31417
31418         Merge glibc and coreutils changes into gnulib, plus a few
31419         extra fixes.
31420         * lib/md5.c: Use #error rather than a string.
31421         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
31422         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
31423         (__attribute__): Define to empty for non recent-GCC.
31424         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
31425         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
31426         Renamed from their non-__ counterparts, with new macros replacing
31427         them if not _LIBC.  Add __THROW attribute.
31428         (rol): Remove.
31429         (struct md5_ctx): Align buffer if using GCC.
31430         * lib/sha1.h (struct sha1_ctx): Likewise.
31431         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
31432         The old name was backwards.
31433         (NOTSWAP): Remove; not used.
31434         (rol): New macro, moved here from md5.h.
31435         (sha1_process_block): Remove a FIXME that doesn't make sense.
31436
31437 2005-09-12  Derek Price  <derek@ximbiot.com>
31438
31439         Return usable errors from canon-host.
31440         * lib/canon-host.h: New file.
31441         * lib/canon-host.c (canon_host): Wrap...
31442         (canon_host_r): ...this new function, which now relies exclusively on
31443         getaddrinfo.
31444         (ch_strerror): New function.
31445         (last_cherror): New global.
31446         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
31447         interface.
31448         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
31449         void *.
31450         (freeaddrinfo): Free ai->ai_canonname when set.
31451
31452 2005-09-12  Derek Price  <derek@ximbiot.com>
31453
31454         Make canon-host require getaddrinfo.
31455         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
31456         AC_LIBSOURCE canon-host.h.  Call...
31457         (gl_PREREQ_CANON_HOST): ...this new function, which requires
31458         gl_GETADDRINFO.
31459         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
31460
31461 2005-09-12  Derek Price  <derek@ximbiot.com>
31462
31463         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
31464         LGPL.
31465         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
31466
31467 2005-09-12  Derek Price  <derek@ximbiot.com>
31468
31469         * lib/gai_strerror.c: Include config.h when available.  Include
31470         getaddrinfo.h before other headers to test interface.
31471         Reported by Larry Jones <lawrence.jones@ugs.com>.
31472
31473 2005-09-12  Derek Price  <derek@ximbiot.com>
31474             Paul Eggert  <eggert@cs.ucla.edu>
31475
31476         * modules/glob (Files): Add glob-libc.h.
31477
31478 2005-09-12  Derek Price  <derek@ximbiot.com>
31479             Paul Eggert  <eggert@cs.ucla.edu>
31480
31481         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
31482         glob_.h, glob-libc.h.
31483         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
31484
31485 2005-09-12  Derek Price  <derek@ximbiot.com>
31486             Paul Eggert  <eggert@cs.ucla.edu>
31487
31488         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
31489         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
31490         protecting things that should be done only in gnulib contexts.
31491         * lib/glob_.h: New file, containing only the glob things needed for
31492         gnulib.
31493         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
31494         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
31495         (glob, globfree, glob_pattern_p): Now defined simply in terms of
31496         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
31497         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
31498         and to respect the namespace rules better.
31499
31500 2005-09-08  Simon Josefsson  <jas@extundo.com>
31501
31502         * modules/socklen: New file.
31503
31504 2005-09-08  Simon Josefsson  <jas@extundo.com>
31505
31506         * m4/socklen.m4: New file.
31507
31508 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31509
31510         * modules/utimens (Files): Add m4/utimbuf.m4, since
31511         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
31512         Reported by Sergey Poznyakoff.
31513
31514 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31515
31516         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
31517         definitions, since that's the preferred style in glibc.
31518         Fix a minor spacing issue, and update copyright notice to match
31519         glibc's.
31520
31521 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31522
31523         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
31524
31525 2005-09-06  Simon Josefsson  <jas@extundo.com>
31526
31527         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
31528         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
31529
31530 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31531
31532         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
31533         warning.
31534
31535 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31536
31537         * config/srclist.txt: Add glibc bug 1302.
31538
31539 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
31540
31541         Change bitset word type from unsigned int to unsigned long int,
31542         as this has better performance on typical 64-bit hosts.
31543         Port bitset code to hosts with unusual word sizes.
31544         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
31545         (build_collating_symbol):
31546         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
31547         argument is a bitset.  This is merely a style issue, but it makes
31548         it clearer that an entire array is expected.
31549         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
31550         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
31551         Port to the case where bitset_word is not the same as unsigned int.
31552         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
31553         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
31554         Likewise.
31555         * lib/regexec.c (check_dst_limits_calc_pos_1,
31556         check_subexp_matching_top):
31557         (build_trtable, group_nodes_into_DFAstates):
31558         Likewise.
31559         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
31560         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
31561         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
31562         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
31563         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
31564         * lib/regcomp.c (optimize_subexps, lower_subexp):
31565         Work even if bitset_word has holes in its bitwise representation.
31566         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
31567         * lib/regexec.c (check_dst_limits_calc_pos_1,
31568         check_subexp_matching_top):
31569         Likewise.
31570         * lib/regex_internal.c (re_string_reconstruct):
31571         Don't assume UCHAR_MAX == 255.
31572         * lib/regex_internal.h (bitset_set_all): Likewise.
31573         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
31574         All uses changed.
31575         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
31576         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
31577         All uses changed.
31578         (BITSET_WORD_MAX): New macro.
31579         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
31580         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
31581         (bitset_empty, bitset_copy):
31582         Prefer sizeof (bitset) to multiplying it out ourselves.
31583         (bitset_not_merge): Remove; unused.
31584         (bitset_contain): Return bool, not unsigned int with one bit on.
31585         All callers changed.
31586         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
31587         alignment than re_node_set; do this by defining a new internal
31588         type struct dests_alloc and using it to allocate memory.
31589
31590 2005-09-05  Bruno Haible  <bruno@clisp.org>
31591
31592         * gnulib-tool (func_import): Fix comparison in handling of symbolic
31593         links.
31594
31595 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
31596
31597         * modules/size_max (Makefile.am): Add size_max.h
31598
31599 2005-09-04  Derek Price  <derek@ximbiot.com>
31600
31601         * gnulib-tool (func_import): Fix reversed $symbolic logic.
31602
31603 2005-09-03  Simon Josefsson  <jas@extundo.com>
31604
31605         * gnulib-tool: Fix typo.
31606
31607 2005-09-03  Simon Josefsson  <jas@extundo.com>
31608
31609         * config/srclist.txt: Add glibc bug 1293.
31610
31611 2005-09-03  Derek Price  <derek@ximbiot.com>
31612
31613         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
31614         From Larry Jones <lawrence.jones@ugs.com>.
31615
31616 2005-09-02  Simon Josefsson  <jas@extundo.com>
31617
31618         * modules/socklen: New file.
31619
31620 2005-09-02  Simon Josefsson  <jas@extundo.com>
31621
31622         * modules/havelib: New module.
31623
31624         * modules/gettext, modules/iconv, modules/lock, modules/readline:
31625         Use havelib.
31626
31627 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
31628
31629         Check for arithmetic overflow when calculating sizes, to prevent
31630         some buffer-overflow issues.  These patches are conservative, in the
31631         sense that when I couldn't determine whether an overflow was possible,
31632         I inserted a run-time check.
31633         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
31634         macros.
31635         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
31636         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
31637         (re_xnrealloc, re_x2nrealloc): New inline functions.
31638         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
31639         parse_bracket_exp):
31640         (build_equiv_class, build_charclass): Check for arithmetic overflow
31641         in size expression calculations.
31642         * lib/regex_internal.c (re_string_realloc_buffers):
31643         (build_wcs_upper_buffer, re_node_set_add_intersect):
31644         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
31645         (re_dfa_add_node, register_state): Likewise.
31646         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
31647         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
31648         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
31649         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
31650
31651 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
31652
31653         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
31654         m4/ulonglong.m4.  Problem reported by Martin Lambers.
31655
31656 2005-09-02  Bruno Haible  <bruno@clisp.org>
31657
31658         Support for lib vs. lib64 distinction on biarch platforms.
31659         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
31660         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
31661         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
31662
31663 2005-09-02  Bruno Haible  <bruno@clisp.org>
31664
31665         * gnulib-tool (import): In the other first-use case, provide defaults
31666         as well.
31667
31668 2005-09-02  Bruno Haible  <bruno@clisp.org>
31669
31670         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
31671         patches not yet found in the latest gettext release.
31672
31673 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31674
31675         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
31676         to avoid a collision with bits/local_lim.h in glibc.
31677         All uses changed.  Problem reported by Dmitry V. Levin in
31678         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
31679
31680         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
31681         bugs in int versus size_t comparisons.
31682         (re_string_context_at): Fix bug where the code assumed that
31683         Idx is signed.
31684
31685         Use bool where appropriate.
31686         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
31687         All callers changed.
31688         (calc_eclosure_iter): Likewise, for ROOT arg.
31689         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
31690         (build_charclass_op): Likewise, for NON_MATCH arg.
31691         * lib/regex_internal.c (re_string_allocate, re_string_construct):
31692         (re_string_construct_common): Likewise, for ICASE arg.
31693         * lib/regexec.c (re_search_2_stub, re_search_stub):
31694         Likewise, for RET_LEN arg.
31695         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
31696         (set_regs): Likewise, for FL_BACKTRACK arg.
31697         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
31698         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
31699         (calc_eclosure_iter, parse_bracket_exp):
31700         Use bool for internal variables that are booleans.
31701         * lib/regexec.c (re_search_internal, check_matching,
31702         proceed_next_node):
31703         (set_regs, build_sifted_states, sift_states_bkref):
31704         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
31705         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
31706         (find_collation_sequence_value):
31707         Likewise.
31708         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
31709         (re_node_set_compare):
31710         Return bool, not int. All callers changed.
31711         * lib/regexec.c (check_halt_node_context, check_dst_limits):
31712         (build_trtable, check_node_accept): Likewise.
31713         * lib/regex_internal.h: Include stdbool.h.
31714
31715         Fix bugs uncovered when converting to bool.
31716         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
31717         failure instead of charging ahead blindly.
31718         * lib/regex_internal.c (register_state): Likewise.
31719         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
31720         for freeing internal storage.
31721         (group_nodes_into_DFA_states): Use unsigned int, not int, for
31722         bitset pieces used as boolean, to avoid undefined behavior
31723         on hosts that do int overflow checking.
31724
31725 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31726
31727         * config/srclist.txt: Add glibc bugs 1285-1287.
31728
31729 2005-09-01  Jim Meyering  <jim@meyering.net>
31730
31731         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
31732         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
31733         Require gl_STAT_MACROS, too.
31734
31735 2005-09-01  Bruno Haible  <bruno@clisp.org>
31736
31737         * gnulib-tool (import): In the first-use case, provide defaults.
31738
31739 2005-09-01  Bruno Haible  <bruno@clisp.org>
31740
31741         * gnulib-tool (func_import): Remove the .tmp files.
31742
31743 2005-09-01  Bruno Haible  <bruno@clisp.org>
31744
31745         * gnulib-tool (func_import): Fix handling of symbolic links.
31746
31747 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31748
31749         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
31750         old glibc regex code mishandles strings longer than 2**31 bytes.
31751         This patch fixes this when the regex code is used in gnulib
31752         (i.e., outside glibc).
31753
31754         This patch should not affect the use of the regex code inside
31755         glibc.  No doubt this problem also needs to be handled for glibc
31756         as well, but the result will be an incompatible change to the
31757         glibc ABI, and the old ABI will have to be supported too.  That
31758         can be the the subject for another patch.
31759
31760         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
31761         governing whether the rest of this patch is active.  By default,
31762         the macro is disabled and the patch has no effect.
31763         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
31764         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
31765         (struct re_pattern_buffer, re_search, re_search_2, re_match):
31766         (re_match_2, re_set_registers): Use the new types.
31767         * lib/regex_internal.h (Idx, re_hashval_t): New types.
31768         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
31769         New macros.
31770         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
31771         (re_string_context_at, bin_tree_t, re_dfastate_t):
31772         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
31773         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
31774         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
31775         (re_string_char_size_at, re_string_wchar_at):
31776         (re_string_elem_size_at):
31777         Use the new types and macros to port to 64-bit hosts.
31778         Use unsigned types for internal values, so that the code
31779         mostly works even for arrays larger than SSIZE_MAX.
31780         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
31781         (search_duplicated_node, calc_eclosure_iter, fetch_number):
31782         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
31783         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
31784         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
31785         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
31786         (calc_inveclosure, parse_dup_op, build_range_exp):
31787         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
31788         (fetch_number, create_token_tree, mark_opt_subexp):
31789         Likewise.
31790         * lib/regex_internal.c (re_string_construct_common,
31791         create_ci_newstate):
31792         (create_cd_newstate, re_string_allocate, re_string_construct):
31793         (re_string_realloc_buffers, build_wcs_upper_buffer):
31794         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
31795         (re_string_reconstruct, re_string_peek_byte_case):
31796         (re_string_fetch_byte_case, re_string_context_at):
31797         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
31798         (re_node_set_init_copy, re_node_set_add_intersect):
31799         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31800         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31801         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
31802         (re_acquire_state, re_acquire_state_context, register_state):
31803         Likewise.
31804         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
31805         search_cur_bkref_entry):
31806         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
31807         (re_search_internal, re_search_2_stub, re_search_stub)
31808         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
31809         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
31810         (update_cur_sifted_state, check_dst_limits):
31811         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
31812         (check_subexp_limits, sift_states_bkref, merge_state_array):
31813         (check_subexp_matching_top, get_subexp, get_subexp_sub):
31814         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
31815         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
31816         (expand_bkref_cache, check_node_accept_bytes):
31817         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
31818         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
31819         (acquire_init_state_context, check_halt_node_context):
31820         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
31821         (sift_states_backward, clean_state_log_if_needed):
31822         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
31823         (find_recover_state, transit_state_sb, transit_state_mb):
31824         (transit_state_bkref, build_trtable, match_ctx_clean):
31825         Likewise.
31826         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
31827         to work around an assumption that REG_MISSING is negative.
31828
31829         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
31830         (seek_collating_symbol_entry) [defined _LIBC]:
31831         (lookup_collation_sequence_value) [defined _LIBC]:
31832         (build_range_exp, build_collating_symbol) [defined _LIBC]:
31833         Use prototypes rather than old-style function definitions.
31834         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
31835         (transit_state_sb) [0]:
31836         (find_collation_sequence_value) [defined _LIBC]: Likewise.
31837
31838         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
31839         rm_eo.
31840
31841         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
31842         (optimize_subexps, lower_subexp):
31843         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
31844         since the signed shift might overflow.  Use 1u<<31 instead.
31845         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
31846         Likewise.
31847         * lib/regexec.c (check_dst_limits_calc_pos_1,
31848         check_subexp_matching_top): Likewise.
31849
31850         * lib/regcomp.c (optimize_subexps, lower_subexp):
31851         Use CHAR_BIT rather than 8, for clarity.
31852         * lib/regexec.c (check_dst_limits_calc_pos_1):
31853         (check_subexp_matching_top): Likewise.
31854         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
31855         have to worry about portability issues when shifting it left.
31856         Remove no-longer-needed test for table_size > 0.
31857         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
31858         in a word, as the resulting behavior is undefined.
31859         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
31860         in one case, a <= should have been an <, and in another case the
31861         whole test was missing.
31862         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
31863         the standard name CHAR_BIT.
31864         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
31865         this is not true on one's complement and signed-magnitude hosts.
31866
31867         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
31868         next_last_offset.
31869         (struct re_dfa_t): Remove unused member states_alloc.
31870         * lib/regcomp.c (init_dfa): Don't initialize unused members.
31871
31872 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31873
31874         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
31875         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
31876         and large-file glibc and in 32-bit large-file Solaris.
31877
31878 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31879
31880         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
31881         lengths fit in regoff_t; this isn't true if regoff_t is the same
31882         width as size_t.
31883         * lib/regex.c (re_search_internal): 5th arg is LAST_START
31884         (= START + RANGE) instead of RANGE.  This avoids overflow
31885         problems when regoff_t is the same width as size_t.
31886         All callers changed.
31887         (re_search_2_stub): Check for overflow when adding the
31888         sizes of the two strings.
31889         (re_search_stub): Check for overflow when adding START
31890         to RANGE; if it occurs, substitute the extreme value.
31891
31892 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31893
31894         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
31895
31896 2005-08-31  Jim Meyering  <jim@meyering.net>
31897
31898         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
31899         a pointer-to-const.
31900         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
31901         (register_state): Likewise.
31902         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
31903         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
31904         (group_nodes_into_DFAstates): Likewise.
31905
31906 2005-08-31  Jim Meyering  <jim@meyering.net>
31907
31908         * check-module: Add a FIXME comment.
31909
31910 2005-08-31  Eric Blake  <ebb9@byu.net>
31911
31912         * modules/unistd-safer (Files): Add unistd--.h.
31913         * modules/stdio-safer (Files): Add stdio--.h.
31914
31915 2005-08-31  Derek Price  <derek@ximbiot.com>
31916
31917         * lib/getdelim.c (getdelim): Return EOF on EOF.
31918         Reported by Larry Jones <lawrence.jones@ugs.com>.
31919
31920 2005-08-31  Bruno Haible  <bruno@clisp.org>
31921
31922         Avoid unnecessary diffs in the generated lib/Makefile.am.
31923         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
31924         the generated files.
31925         (func_import): Don't set cmd.
31926
31927 2005-08-31  Bruno Haible  <bruno@clisp.org>
31928
31929         * lib/strstr.c: Include <stddef.h>, for NULL.
31930         * lib/strcasestr.c: Likewise.
31931         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
31932
31933 2005-08-31  Bruno Haible  <bruno@clisp.org>
31934
31935         * gnulib-tool: New option --macro-prefix.
31936         (func_import): Use macro_prefix.
31937         (import): Handle option --macro-prefix.
31938
31939 2005-08-31  Bruno Haible  <bruno@clisp.org>
31940
31941         * gnulib-tool (import): Rename most ac_* variables to cached_*.
31942         Also use new variables cached_lgpl, cached_libtool.
31943
31944 2005-08-31  Bruno Haible  <bruno@clisp.org>
31945
31946         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
31947         always instantiating them.
31948
31949 2005-08-31  Bruno Haible  <bruno@clisp.org>
31950
31951         * gnulib-tool (func_import): Read the previous cached settings
31952         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
31953         earlier added by gnulib but are now dropped. Warn when a gnulib file
31954         overwrites a non-gnulib file.
31955
31956 2005-08-31  Bruno Haible  <bruno@clisp.org>
31957
31958         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
31959         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
31960         projects that don't keep autogenerated files in CVS. Put into
31961         actioncmd only the specified modules, not the transitive closure.
31962
31963 2005-08-31  Bruno Haible  <bruno@clisp.org>
31964
31965         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
31966         Create directories that shall be filled.
31967         (import): Don't look for gl_* macros in configure.ac. Recurse across
31968         all directories containing a gnulib-cache.m4 files, if meaningful.
31969
31970 2005-08-31  Bruno Haible  <bruno@clisp.org>
31971
31972         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
31973         (import): Set seen_libtool when we see gl_LIBTOOL.
31974
31975 2005-08-31  Bruno Haible  <bruno@clisp.org>
31976
31977         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
31978         declaration macro definitions from generated gnulib.m4.
31979
31980 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
31981
31982         * lib/iconvme.h: Add prototype for iconv_alloc.
31983
31984 2005-08-29  Simon Josefsson  <jas@extundo.com>
31985
31986         * lib/iconvme.c: Fix errno.
31987
31988 2005-08-29  Bruno Haible  <bruno@clisp.org>
31989
31990         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
31991         that it works when the directory contains spaces.
31992
31993 2005-08-29  Bruno Haible  <bruno@clisp.org>
31994
31995         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
31996
31997 2005-08-29  Bruno Haible  <bruno@clisp.org>
31998
31999         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
32000         Emit more advice.
32001
32002 2005-08-29  Bruno Haible  <bruno@clisp.org>
32003         and Stepan Kasal  <kasal@ucw.cz>
32004
32005         * check-module: If more parameters are given, check each of them
32006         separately; add more exceptions, as noted by Jim Meyering.
32007         (check_module): New procedure.
32008         (%exempt_header): Now contains all exceptions.
32009
32010 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
32011
32012         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
32013
32014 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
32015
32016         * lib/iconvme.c: Split iconv_string into iconv_alloc.
32017
32018 2005-08-28  Bruno Haible  <bruno@clisp.org>
32019
32020         * m4/gnulib-tool.m4: New file.
32021
32022 2005-08-27  Jim Meyering  <jim@meyering.net>
32023
32024         * modules/unistd-safer (Files): Add pipe-safer.c.
32025         * modules/fcntl-safer (Files): Add creat-safer.c.
32026
32027 2005-08-27  Jim Meyering  <jim@meyering.net>
32028
32029         * m4/stdlib-safer.m4: New file.  From coreutils.
32030         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
32031         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
32032         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
32033         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
32034         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
32035
32036 2005-08-27  Jim Meyering  <jim@meyering.net>
32037
32038         * lib/fopen-safer.c: Merge minor changes from coreutils.
32039         * lib/dup-safer.c: Likewise.
32040         * lib/fd-safer.c: Likewise.
32041
32042         Merge from coreutils.
32043         * lib/stdio--.h: New file.
32044         * lib/stdlib--.h: New file.
32045         * lib/mkstemp-safer.c: New file.
32046
32047         GNU tar needs these.
32048         * lib/pipe-safer.c: New file.
32049         * lib/creat-safer.c: New file.
32050         * lib/fcntl--.h (creat): Define to creat_safer.
32051         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
32052         * lib/unistd--.h (pipe): Define to pipe_safer.
32053         * lib/unistd-safer.h: Declare pipe_safer.
32054
32055 2005-08-26  Simon Josefsson  <jas@extundo.com>
32056
32057         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
32058         Haible <bruno@clisp.org>.
32059
32060 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
32061
32062         * lib/regex_internal.h: Remove all references to
32063         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
32064         or better.
32065         (bitset_not, bitset_merge, bitset_not_merge):
32066         (bitset_mask, re_string_allocate, re_string_construct):
32067         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
32068         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
32069         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
32070         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
32071         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32072         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32073         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
32074         (re_acquire_state_context):
32075         Remove unnecessary forward decls.
32076         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
32077         Put __attribute at function definition,
32078         now that the function decl has been removed.
32079         * lib/regex_internal.c (re_string_peek_byte_case):
32080         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
32081         Likewise.
32082
32083 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
32084
32085         * m4/regex.m4: Add AC_PREREQ(2.50).
32086         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
32087
32088 2005-08-25  Simon Josefsson  <jas@extundo.com>
32089
32090         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
32091         __fsetlocking.
32092
32093 2005-08-25  Simon Josefsson  <jas@extundo.com>
32094
32095         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
32096         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
32097         GLIBC specific code.
32098
32099 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32100
32101         Make regex safe for g++.  This fixes one real bug (an "err"
32102         that should have been "*err").  g++ problem reported by
32103         Sam Steingold.
32104         * lib/regex_internal.h (re_calloc): New macro, consistent with
32105         re_malloc etc.  All callers of calloc changed to use re_calloc.
32106         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
32107         not int.  All callers changed.
32108         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
32109         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
32110         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
32111         (find_recover_state): Change "err" to "*err"; this fixes what
32112         appears to be a real bug.
32113         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
32114         versus int.
32115
32116 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32117
32118         * modules/regex (Depends-on): Add malloc, since the code
32119         assumes that !malloc(0) means failure.
32120
32121 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32122
32123         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
32124
32125         alloca modernization/simplification for regex.
32126         * lib/regex.c: Remove portability cruft for alloca.  This no longer
32127         needs to be at the start of the file, and can be moved into
32128         regex_internal.h and simplified.
32129         * lib/regex_internal.h: Include <alloca.h>.
32130         (__libc_use_alloca) [!defined _LIBC]: New macro.
32131         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
32132         now works outside glibc.
32133
32134 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32135
32136         * config/srclist.txt: Add glibc bugs 1241, 1245.
32137
32138 2005-08-25  Jim Meyering  <jim@meyering.net>
32139
32140         * lib/open-safer.c: Include <config.h>.
32141         Otherwise, we'd lose LARGEFILE support in any file using
32142         e.g. "fcntl--.h"
32143
32144 2005-08-25  Bruno Haible  <bruno@clisp.org>
32145
32146         * m4/minmax.m4: Require autoconf 2.52.
32147         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
32148         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
32149         alternatives of translit over the alphabet.
32150         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
32151
32152 2005-08-24  Simon Josefsson  <jas@extundo.com>
32153
32154         * tests/test-getpass.c: New file.
32155
32156 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32157
32158         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
32159         for GNU regex features.
32160
32161 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32162
32163         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
32164         * lib/regex.h (regerror): Likewise.
32165
32166         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
32167         requires this.  (The code never needed it.)
32168
32169         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
32170         All uses of recently-renamed identifiers changed to use the new,
32171         POSIX-compliant names.  The code will build and run just fine
32172         without these changes, but it's better to eat our own dog food
32173         and use the standard-conforming names.
32174
32175         * lib/regex.h: Fix a multitude of POSIX name space violations.
32176         These changes have an effect only for programs that define
32177         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
32178         do not change anything for programs compiled in the normal way.
32179         Also, there is no effect on the ABI.
32180
32181         (_REGEX_SOURCE): New macro.
32182         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
32183         defined and _GNU_SOURCE is not; this fixes a name space violation.
32184
32185         Rename the following macros to obey POSIX requirements.
32186         The old names are still visible as macros if _REGEX_SOURCE is defined.
32187         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
32188         RE_BACKSLASH_ESCAPE_IN_LISTS.
32189         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
32190         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
32191         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
32192         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
32193         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
32194         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
32195         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
32196         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
32197         (REG_INTERVALS): renamed from RE_INTERVALS.
32198         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
32199         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
32200         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
32201         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
32202         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
32203         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
32204         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
32205         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
32206         RE_UNMATCHED_RIGHT_PAREN_ORD.
32207         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
32208         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
32209         (REG_DEBUG): renamed from RE_DEBUG.
32210         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
32211         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
32212         unusual, since we can't clash with the POSIX REG_ICASE.
32213         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
32214         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
32215         (REG_NO_SUB): renamed from RE_NO_SUB.
32216         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
32217         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
32218         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
32219         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
32220         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
32221         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
32222         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
32223         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
32224         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
32225         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
32226         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
32227         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
32228         RE_SYNTAX_POSIX_MINIMAL_BASIC.
32229         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
32230         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
32231         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
32232         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
32233         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
32234         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
32235         (REG_FIXED): Renamed from REGS_FIXED.
32236         (REG_NREGS): Renamed from RE_NREGS.
32237
32238         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
32239         of other REG_* macros, since POSIX says the user is allowed to
32240         #undef these macros selectively.
32241
32242         (reg_errcode_t): Update comment stating what other tables need
32243         to be consistent.
32244
32245         Rename the following enum values to obey POSIX requirements.
32246         The old names are still visible as macros.
32247         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
32248         is not defined, since GNU is supposed to be a superset of POSIX as
32249         much as possible, and since we want reg_errcode_t to be a signed
32250         type for implementation consistency.
32251         (_REG_NOERROR): Renamed from REG_NOERROR.
32252         (_REG_NOMATCH): Renamed from REG_NOMATCH.
32253         (_REG_BADPAT): Renamed from REG_BADPAT.
32254         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
32255         (_REG_ECTYPE): Renamed from REG_ECTYPE.
32256         (_REG_EESCAPE): Renamed from REG_EESCAPE.
32257         (_REG_ESUBREG): Renamed from REG_ESUBREG.
32258         (_REG_EBRACK): Renamed from REG_EBRACK.
32259         (_REG_EPAREN): Renamed from REG_EPAREN.
32260         (_REG_EBRACE): Renamed from REG_EBRACE.
32261         (_REG_BADBR): Renamed from REG_BADBR.
32262         (_REG_ERANGE): Renamed from REG_ERANGE.
32263         (_REG_ESPACE): Renamed from REG_ESPACE.
32264         (_REG_BADRPT): Renamed from REG_BADRPT.
32265         (_REG_EEND): Renamed from REG_EEND.
32266         (_REG_ESIZE): Renamed from REG_ESIZE.
32267         (_REG_ERPAREN): Renamed from REG_ERPAREN.
32268         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
32269         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
32270         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
32271         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
32272
32273         (_REG_RE_NAME, _REG_RM_NAME): New macros.
32274         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
32275         changed.  But support the old name if the new one is not defined
32276         and if _REGEX_SOURCE.
32277
32278         Change the following member names in struct re_pattern_buffer.
32279         The old names are still supported if !_REGEX_SOURCE.
32280         The new names are always supported, regardless of _REGEX_SOURCE.
32281         (re_buffer): Renamed from buffer.
32282         (re_allocated): Renamed from allocated.
32283         (re_used): Renamed from used.
32284         (re_syntax): Renamed from syntax.
32285         (re_fastmap): Renamed from fastmap.
32286         (re_translate): Renamed from translate.
32287         (re_can_be_null): Renamed from can_be_null.
32288         (re_regs_allocated): Renamed from regs_allocated.
32289         (re_fastmap_accurate): Renamed from fastmap_accurate.
32290         (re_no_sub): Renamed from no_sub.
32291         (re_not_bol): Renamed from not_bol.
32292         (re_not_eol): Renamed from not_eol.
32293         (re_newline_anchor): Renamed from newline_anchor.
32294
32295         Change the following member names in struct re_registers.
32296         The old names are still supported if !_REGEX_SOURCE.
32297         The new names are always supported, regardless of _REGEX_SOURCE.
32298         (rm_num_regs): Renamed from num_regs.
32299         (rm_start): Renamed from start.
32300         (rm_end): Renamed from end.
32301
32302         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
32303         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
32304         Prepend __ to parameter names.
32305
32306         Undo yesterday's changes.
32307
32308 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32309
32310         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
32311         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
32312         lib/regex.c.
32313
32314 2005-08-24  Jim Meyering  <jim@meyering.net>
32315
32316         Sync from coreutils.
32317         * m4/fcntl-safer.m4: New file.
32318
32319         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
32320         and object files for this module.
32321
32322 2005-08-24  Jim Meyering  <jim@meyering.net>
32323
32324         Sync from coreutils.
32325         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
32326
32327 2005-08-24  Jim Meyering  <jim@meyering.net>
32328
32329         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
32330         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
32331
32332 2005-08-24  Jim Meyering  <jim@meyering.net>
32333
32334         * modules/fcntl-safer: New module.
32335         * modules/fts (Depends-on): Add fcntl-safer.
32336         * MODULES.html.sh (File descriptor based Input/Output):
32337         Add fcntl-safer.
32338
32339 2005-08-24  Bruno Haible  <bruno@clisp.org>
32340
32341         Support for unit test modules.
32342         * modules/README: Mention tests modules.
32343         * modules/TEMPLATE-TESTS: New file.
32344         * gnulib-tool: New options --extract-tests-module, --with-tests and
32345         --tests-base (unused for the moment).
32346         (testsbase, inctests): New variables.
32347         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
32348         (func_verify_module): Exclude TEMPLATE-TESTS.
32349         (func_verify_nontests_module, func_verify_tests_module): New functions.
32350         (func_get_dependencies): Add implicit dependency for tests modules.
32351         (func_get_tests_module): New function.
32352         (func_modules_transitive_closure): When --with-tests was specified,
32353         include the unit tests as well, unless explicitly avoided.
32354         (func_emit_lib_Makefile_am): Ignore the tests modules here.
32355         (func_emit_tests_Makefile_am): New function.
32356         (func_create_testdir): When --with-tests was specified, emit a
32357         tests/ directory.
32358         * MODULES.html.sh (Future developments): Update.
32359
32360 2005-08-24  Bruno Haible  <bruno@clisp.org>
32361
32362         * modules/tls-tests: New file.
32363         * tests/test-tls.c: New file, from GNU gettext.
32364
32365 2005-08-24  Bruno Haible  <bruno@clisp.org>
32366
32367         * modules/lock-tests: New file.
32368         * tests/test-lock.c: New file, from GNU gettext.
32369
32370 2005-08-24  Bruno Haible  <bruno@clisp.org>
32371
32372         * lib/lock.h: Add multiple inclusion guard.
32373         * lib/tls.h: Add multiple inclusion guard.
32374
32375 2005-08-24  Bruno Haible  <bruno@clisp.org>
32376
32377         * gnulib-tool: Add support for the --aux-dir option to
32378         --create-testdir, --create-megatestdir, --test, --megatest.
32379         (func_create_testdir, func_create_megatestdir): Optionally emit a
32380         AC_CONFIG_AUX_DIR directive.
32381         (create-testdir, create-megatestdir, test, megatest): Provide a
32382         default value for $auxdir.
32383
32384 2005-08-24  Bruno Haible  <bruno@clisp.org>
32385
32386         * gnulib-tool (import): Use compound statement instead of subshell
32387         where possible.
32388
32389 2005-08-24  Bruno Haible  <bruno@clisp.org>
32390
32391         * gnulib-tool (import): Change --aux-dir default to "build-aux".
32392
32393 2005-08-24  Bruno Haible  <bruno@clisp.org>
32394
32395         * gnulib-tool (func_version): Update.
32396
32397 2005-08-24  Bruno Haible  <bruno@clisp.org>
32398
32399         * gnulib-tool (func_import, func_create_testdir,
32400         func_create_megatestdir): Quote all autoconf macro arguments.
32401
32402 2005-08-24  Bruno Haible  <bruno@clisp.org>
32403
32404         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
32405         option --force, because --force causes the aclocal.m4 of each
32406         subdirectory to be newer than the corresponding config.h.in.
32407
32408 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32409
32410         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
32411         All contents moved to gl_REGEX.
32412         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
32413         assume that it does.
32414
32415 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32416
32417         * lib/regex.h (REG_NOSYS)
32418         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
32419         Define, since POSIX requires it as of 2001.
32420         (_REG_ENOSYS)
32421         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
32422         New private symbol, used to keep the enum signed in all cases.
32423         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
32424         Youngman in
32425         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
32426
32427         * lib/regex_internal.c (re_string_skip_chars, register_state):
32428         (calc_state_hash):
32429         Remove forward decls; no longer needed now that we use prototypes.
32430         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
32431         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
32432         (clean_state_log_if_needed): Likewise.
32433
32434 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32435
32436         * config/srclist.txt: Add glibc bugs 1231-1233.
32437
32438 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32439
32440         Fix problems reported by Sam Steingold in
32441         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
32442         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
32443         assumed that reg_errcode_t is a signed type, which is not
32444         necessarily true if _XOPEN_SOURCE is not defined.
32445         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
32446         since some compilers warn about it otherwise.
32447
32448 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32449
32450         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
32451         (init_word_char, create_initial_state, duplicate_node_closure):
32452         (fetch_token, peek_token_bracket, build_range_exp):
32453         (build_collating_symbol): Remove forward decls; no longer needed
32454         now that we use prototypes.
32455
32456         * lib/regcomp.c:
32457         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
32458         (re_compile_fastmap_iter, regcomp, regerror, regfree):
32459         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
32460         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
32461         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
32462         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
32463         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
32464         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
32465         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
32466         (build_range_exp, build_collating_symbol, parse_bracket_exp):
32467         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
32468         (build_charclass, build_charclass_op, fetch_number, create_tree):
32469         (create_token_tree, mark_opt_subexp, duplicate_tree):
32470         Use prototypes rather than old-style definitions.
32471
32472         * lib/regex_internal.c:
32473         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
32474         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
32475         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
32476         (re_string_reconstruct, re_string_peek_byte_case):
32477         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
32478         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
32479         (re_node_set_init_copy, re_node_set_add_intersect):
32480         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32481         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32482         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
32483         (re_acquire_state, re_acquire_state_context, register_state):
32484         (create_ci_newstate, create_cd_newstate, free_state):
32485         Likewise.
32486         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
32487         re_search_2):
32488         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
32489         (re_search_internal, prune_impossible_nodes):
32490         (acquire_init_state_context, check_matching, static):
32491         (check_halt_node_context, check_halt_state_context, proceed_next_node):
32492         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
32493         (update_regs, sift_states_backward, build_sifted_states):
32494         (clean_state_log_if_needed, merge_state_array):
32495         (update_cur_sifted_state, add_epsilon_src_nodes):
32496         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
32497         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
32498         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
32499         (find_recover_state, check_subexp_matching_top, transit_state_mb):
32500         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
32501         (check_arrival, check_arrival_add_next_nodes):
32502         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
32503         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
32504         (check_node_accept_bytes, check_node_accept, extend_buffers):
32505         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
32506         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
32507         (sift_ctx_init):
32508         Likewise.
32509
32510         * lib/regex_internal.h:
32511         (re_string_allocate, re_string_construct, re_string_reconstruct):
32512         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
32513         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
32514         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
32515         (re_string_context_at, re_string_peek_byte_case):
32516         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
32517         is defined, since we now use prototypes always.
32518
32519         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
32520         C89 or better.  All uses removed.
32521
32522 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32523
32524         * config/srclist.txt: Add glibc bugs 1220-1227.
32525
32526 2005-08-20  Jim Meyering  <jim@meyering.net>
32527
32528         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
32529         of unused local, dfa.
32530
32531 2005-08-20  Bruno Haible  <bruno@clisp.org>
32532
32533         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
32534
32535 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32536
32537         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
32538         (re_node_set_insert_last, re_dfa_add_node):
32539         Rename local variables to avoid GCC shadowing warnings.
32540
32541 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32542
32543         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
32544         [defined lint]: Suppress bogus uninitialized-variable warnings.
32545
32546         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
32547         and let the caller return REG_ESPACE if out of space.  This
32548         removes an uninitialied-variable warning with GCC 4.0.1, and also
32549         avoids taking the address of a local variable.  All callers
32550         changed.
32551
32552 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32553
32554         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
32555         $LIBCSRC/posix/regexec.c.
32556         Add glibc bug 1217 for regcomp.c.
32557
32558 2005-08-19  Jim Meyering  <jim@meyering.net>
32559
32560         * lib/regexec.c (proceed_next_node): Redo local variables to
32561         avoid GCC shadowing warnings.
32562
32563 2005-08-18  Bruno Haible  <bruno@clisp.org>
32564
32565         * lib/strstr.c (strstr): Fix return value in multibyte case.
32566         * lib/strcasestr.c (strcasestr): Likewise.
32567
32568 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
32569
32570         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
32571
32572 2005-08-17  Jim Meyering  <jim@meyering.net>
32573
32574         Make the %s format (seconds since the epoch) work for a negative
32575         number and when used with a zero-padded field width, e.g. %015s.
32576
32577         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
32578         label so that it precedes the code to set `digits'.  Otherwise,
32579         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
32580         print `00-22'.  Now, it prints `-0022', as it should.
32581
32582 2005-08-17  Bruno Haible  <bruno@clisp.org>
32583
32584         * modules/strstr (Files): Add m4/mbrtowc.m4.
32585         (Depends-on): Add mbuiter.
32586
32587 2005-08-17  Bruno Haible  <bruno@clisp.org>
32588
32589         * modules/strcasestr: New file.
32590         * MODULES.html.sh (String handling, based on ANSI C 89): Add
32591         strcasestr.
32592
32593 2005-08-17  Bruno Haible  <bruno@clisp.org>
32594
32595         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
32596
32597 2005-08-17  Bruno Haible  <bruno@clisp.org>
32598
32599         * modules/mbuiter: New file.
32600         * MODULES.html.sh (Extended multibyte and wide character utilities):
32601         Add mbuiter.
32602
32603 2005-08-17  Bruno Haible  <bruno@clisp.org>
32604
32605         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
32606         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
32607
32608 2005-08-17  Bruno Haible  <bruno@clisp.org>
32609
32610         * m4/strcasestr.m4: New file.
32611
32612 2005-08-17  Bruno Haible  <bruno@clisp.org>
32613
32614         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
32615         * lib/strstr.c: Completely rewritten, with multibyte locale support.
32616
32617 2005-08-17  Bruno Haible  <bruno@clisp.org>
32618
32619         * lib/strcasestr.h: New file.
32620         * lib/strcasestr.c: New file.
32621
32622 2005-08-17  Bruno Haible  <bruno@clisp.org>
32623
32624         * lib/strcasecmp.c: Use mbuiter.h.
32625
32626 2005-08-17  Bruno Haible  <bruno@clisp.org>
32627
32628         * lib/mbuiter.h: New file.
32629
32630 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
32631
32632         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
32633         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
32634         and gl_GETOPT are both invoked via different paths (as happens
32635         with GNU tar CVS because it uses both argp and getopt), the former
32636         wins.
32637
32638 2005-08-16  Bruno Haible  <bruno@clisp.org>
32639
32640         * modules/tls: New file.
32641         * MODULES.html.sh (Multithreading): Add tls.
32642
32643 2005-08-16  Bruno Haible  <bruno@clisp.org>
32644
32645         * modules/strnlen1: New file.
32646         * MODULES.html.sh (String handling): Add strnlen1.
32647
32648 2005-08-16  Bruno Haible  <bruno@clisp.org>
32649
32650         * modules/strcase (Files): Add m4/mbrtowc.m4.
32651         (Depends-on): Add strnlen1, mbchar.
32652
32653 2005-08-16  Bruno Haible  <bruno@clisp.org>
32654
32655         * modules/mbiter: New file.
32656         * MODULES.html.sh (Extended multibyte and wide character utilities):
32657         Add mbiter.
32658
32659 2005-08-16  Bruno Haible  <bruno@clisp.org>
32660
32661         * modules/mbfile: New file.
32662         * MODULES.html.sh (Extended multibyte and wide character utilities):
32663         Add mbfile.
32664
32665 2005-08-16  Bruno Haible  <bruno@clisp.org>
32666
32667         * modules/mbchar: New file.
32668         * MODULES.html.sh (Extended multibyte and wide character utilities):
32669         New section.
32670
32671 2005-08-16  Bruno Haible  <bruno@clisp.org>
32672
32673         * m4/tls.m4: New file, from GNU gettext.
32674
32675 2005-08-16  Bruno Haible  <bruno@clisp.org>
32676
32677         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
32678         always.
32679         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
32680
32681 2005-08-16  Bruno Haible  <bruno@clisp.org>
32682
32683         * m4/mbiter.m4: New file.
32684
32685 2005-08-16  Bruno Haible  <bruno@clisp.org>
32686
32687         * m4/mbfile.m4: New file.
32688
32689 2005-08-16  Bruno Haible  <bruno@clisp.org>
32690
32691         * m4/mbchar.m4: New file.
32692
32693 2005-08-16  Bruno Haible  <bruno@clisp.org>
32694
32695         * lib/tls.h: New file, from GNU gettext.
32696         * lib/tls.c: New file, from GNU gettext.
32697
32698 2005-08-16  Bruno Haible  <bruno@clisp.org>
32699
32700         * lib/strnlen1.h: New file.
32701         * lib/strnlen1.c: New file.
32702
32703 2005-08-16  Bruno Haible  <bruno@clisp.org>
32704
32705         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
32706         (mbi_init): Update.
32707         (mbi_avail, mbi_advance): Let the iteration end before the terminating
32708         NUL byte, not after it.
32709
32710 2005-08-16  Bruno Haible  <bruno@clisp.org>
32711
32712         * lib/strcase.h (strcasecmp): Add note in comments.
32713         * lib/strncasecmp.c: Use code from strcasecmp.c.
32714         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
32715         (strcasecmp): Work correctly in multibyte locales.
32716
32717 2005-08-16  Bruno Haible  <bruno@clisp.org>
32718
32719         * lib/mbiter.h: New file.
32720
32721 2005-08-16  Bruno Haible  <bruno@clisp.org>
32722
32723         * lib/mbfile.h: New file.
32724
32725 2005-08-16  Bruno Haible  <bruno@clisp.org>
32726
32727         * lib/mbchar.h: New file.
32728         * lib/mbchar.c: New file.
32729
32730 2005-08-16  Bruno Haible  <bruno@clisp.org>
32731
32732         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
32733         the valid ones. Makes the comparison operations transitive:
32734         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
32735         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
32736
32737 2005-08-15  Simon Josefsson  <jas@extundo.com>
32738
32739         * modules/ssize_t (License): Change to 'unlimited'.
32740
32741         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
32742
32743 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32744
32745         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
32746         Add comments for each pending glibc patch.
32747
32748 2005-08-15  Bruno Haible  <bruno@clisp.org>
32749
32750         * lib/regex.h (__restrict_arr): Don't define to __restrict if
32751         __cplusplus is defined.
32752
32753 2005-08-14  Jim Meyering  <jim@meyering.net>
32754
32755         Sync from coreutils.
32756
32757         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
32758         Use the hash-table-based cycle-detection code not just when
32759         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
32760         Reported by James Youngman in
32761         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
32762         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
32763         FTS_TIGHT_CYCLE_CHECK.
32764         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
32765         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
32766         once again.
32767         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
32768         * lib/fts.c (fd_safer): Remove decl.
32769         Include fcntl--.h rather than unistd-safer.h
32770         (fts_safe_changedir): Don't call fd_safer; no longer needed
32771         now that we include fcntl--.h.
32772
32773 2005-08-12  Simon Josefsson  <jas@extundo.com>
32774
32775         * modules/getndelim2: Use ssize_t module.
32776         * modules/getnline: Likewise.
32777         * modules/safe-read: Likewise.
32778         * modules/xreadlink: Likewise.
32779
32780         * modules/ssize_t: New file.
32781
32782 2005-08-12  Simon Josefsson  <jas@extundo.com>
32783
32784         * m4/readline.m4: Look for termcap, curses or ncurses if required.
32785
32786 2005-08-12  Simon Josefsson  <jas@extundo.com>
32787
32788         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32789         ssize_t.
32790
32791 2005-08-12  Simon Josefsson  <jas@extundo.com>
32792
32793         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
32794         readline, getdelim and check_version.
32795         (Support for systems lacking ISO C 99: Sizes of integer types):
32796         Add size_max.
32797
32798 2005-08-12  Bruno Haible  <bruno@clisp.org>
32799
32800         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
32801
32802 2005-08-11  Simon Josefsson  <jas@extundo.com>
32803
32804         * modules/readline: New file.
32805
32806         * modules/strnlen (Files): Add strnlen.h.
32807
32808 2005-08-11  Simon Josefsson  <jas@extundo.com>
32809
32810         * m4/readline.m4: New file.
32811
32812 2005-08-11  Simon Josefsson  <jas@extundo.com>
32813
32814         * lib/readline.h, readline.c: New file.
32815
32816 2005-08-11  Simon Josefsson  <jas@extundo.com>
32817
32818         * doc/gnulib.texi (Initial import, Finishing touches): Mention
32819         gl_AVOID.
32820
32821 2005-08-11  Bruno Haible  <bruno@clisp.org>
32822
32823         * lib/strnlen.h (strnlen): Change parameter name to match comment.
32824
32825 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
32826
32827         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
32828
32829 2005-08-10  Simon Josefsson  <jas@extundo.com>
32830
32831         * tests/test-iconvme.c: New file.
32832
32833 2005-08-10  Simon Josefsson  <jas@extundo.com>
32834
32835         * m4/strnlen.m4: New file.
32836
32837         * m4/strndup.m4: Don't check for strnlen declaration, done in
32838         strnlen.m4.
32839
32840 2005-08-10  Simon Josefsson  <jas@extundo.com>
32841
32842         * lib/strndup.c: Use strnlen.h.
32843
32844         * lib/strnlen.h: New file.
32845
32846 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
32847
32848         * README: Typos.
32849
32850 2005-08-02  Simon Josefsson  <jas@extundo.com>
32851
32852         * modules/readline: New file.
32853
32854 2005-08-02  Simon Josefsson  <jas@extundo.com>
32855
32856         * modules/getdelim: New file.
32857
32858         * modules/getline: Rewrite, don't use getndelim2.
32859
32860 2005-08-02  Simon Josefsson  <jas@extundo.com>
32861
32862         * m4/getline.m4: Separate out getdelim stuff into separate module.
32863
32864         * m4/getdelim.m4: New file.
32865
32866 2005-08-02  Simon Josefsson  <jas@extundo.com>
32867
32868         * lib/getline.h, getline.c: Rewrite.
32869
32870         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
32871
32872 2005-07-31  Bruno Haible  <bruno@clisp.org>
32873
32874         * lib/lock.h (gl_lock_initializer): New macro.
32875         (gl_lock_define_initialized): Use it.
32876         (gl_rwlock_initializer): New macro.
32877         (gl_rwlock_define_initialized): Use it.
32878         (gl_recursive_lock_initializer): New macro.
32879         (gl_recursive_lock_define_initialized): Use it.
32880
32881 2005-07-30  Karl Berry  <karl@gnu.org>
32882
32883         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
32884         Report from Ben Pfaff, regarding getopt.
32885
32886 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
32887
32888         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
32889         normal way.
32890         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
32891         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
32892         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
32893         (gl_GETOPT): Use the new macros.  Most of the implementation
32894         is moved to the new macros.  This is for programs like Emacs
32895         that don't want all the functionality of gl_GETOPT.
32896
32897 2005-07-26  Bruno Haible  <bruno@clisp.org>
32898
32899         * m4/lock.m4: Update from GNU gettext.
32900
32901 2005-07-26  Bruno Haible  <bruno@clisp.org>
32902
32903         * lib/lock.h: Update from GNU gettext.
32904         * lib/lock.c: Update from GNU gettext.
32905
32906 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
32907
32908         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
32909         obsolescent AC_TRY_RUN.  Include the default includes files, for
32910         'exit'.
32911
32912 2005-07-24  Bruno Haible  <bruno@clisp.org>
32913
32914         * modules/visibility: New file.
32915         * MODULES.html.sh (Misc): Add visibility.
32916
32917 2005-07-24  Bruno Haible  <bruno@clisp.org>
32918
32919         * m4/visibility.m4: New file.
32920
32921 2005-07-24  Bruno Haible  <bruno@clisp.org>
32922
32923         * doc/visibility.texi: New file.
32924
32925 2005-07-22  Bruno Haible  <bruno@clisp.org>
32926
32927         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
32928         $(ALLOCA_H), redundant through BUILT_SOURCES.
32929         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
32930         redundant through BUILT_SOURCES.
32931         * modules/byteswap (Makefile.am): Remove explicit dependency on
32932         $(BYTESWAP_H), redundant through BUILT_SOURCES.
32933         * modules/fnmatch (Makefile.am): Remove explicit dependency on
32934         $(FNMATCH_H), redundant through BUILT_SOURCES.
32935         * modules/getopt (Makefile.am): Remove explicit dependency on
32936         $(GETOPT_H), redundant through BUILT_SOURCES.
32937         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
32938         redundant through BUILT_SOURCES.
32939         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
32940         redundant through BUILT_SOURCES.
32941         * modules/stdbool (Makefile.am): Remove explicit dependency on
32942         $(STDBOOL_H), redundant through BUILT_SOURCES.
32943         * modules/stdint (Makefile.am): Remove explicit dependency on
32944         $(STDINT_H), redundant through BUILT_SOURCES.
32945         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
32946         Remove explicit dependency on $(SYSEXITS_H).
32947         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
32948
32949 2005-07-18  Simon Josefsson  <jas@extundo.com>
32950
32951         * lib/check-version.c (check_version): Accept identical versions too.
32952
32953 2005-07-18  Bruno Haible  <bruno@clisp.org>
32954
32955         * modules/lock: New file.
32956         * MODULES.html.sh (Multithreading): New section.
32957
32958 2005-07-18  Bruno Haible  <bruno@clisp.org>
32959
32960         * m4/lock.m4: New file, from GNU gettext.
32961
32962 2005-07-18  Bruno Haible  <bruno@clisp.org>
32963
32964         * lib/lock.h: New file, from GNU gettext.
32965         * lib/lock.c: New file, from GNU gettext.
32966
32967 2005-07-18  Bruno Haible  <bruno@clisp.org>
32968
32969         * lib/lock.h (gl_once_t): New type.
32970         (gl_once_define, gl_once): New macros.
32971         * lib/lock.c (fresh_once): New variable.
32972         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
32973         functions.
32974
32975 2005-07-16  Simon Josefsson  <jas@extundo.com>
32976
32977         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
32978         workaround, suggested by Bruno.
32979
32980 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
32981
32982         * modules/xalloc (Depends-on): Add xalloc-die.
32983         * modules/xvasprintf (Depends-on): Add xalloc-die.
32984
32985 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
32986
32987         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
32988         with a minor change.
32989
32990 2005-07-15  Bruno Haible  <bruno@clisp.org>
32991
32992         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
32993         When using lib/poll.c, define poll as rpl_poll.
32994
32995 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
32996
32997         * modules/argp (Depends-on): Remove unlocked-io.
32998
32999 2005-07-14  Derek Price  <derek@ximbiot.com>
33000
33001         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
33002         for glob symlink bug.
33003
33004 2005-07-14  Bruno Haible  <bruno@clisp.org>
33005
33006         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
33007         Instead, test for *_unlocked function declarations directly.
33008
33009 2005-07-11  Simon Josefsson  <jas@extundo.com>
33010
33011         * modules/size_max: New file.
33012
33013         * modules/xsize: Depend on size_max module for size_max.m4.
33014
33015 2005-07-11  Simon Josefsson  <jas@extundo.com>
33016
33017         * lib/size_max.h: New file.
33018
33019 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
33020
33021         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
33022         copyright symbol and the year.
33023         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
33024         (version_etc_va): Use parameterized copyright notice.
33025         Reword to conform to the current GNU coding standards.
33026
33027 2005-07-11  Karl Berry  <karl@gnu.org>
33028
33029         * doc/gnulib.texi (Quoting): new node.
33030         (Initial import): more info, from Patrice.
33031
33032 2005-07-11  Bruno Haible  <bruno@clisp.org>
33033
33034         * gnulib-tool (func_usage): Document option --avoid.
33035         (Command line options): Handle --avoid.
33036         (func_acceptable): New function.
33037         (func_modules_transitive_closure): Use it.
33038
33039 2005-07-11  Bruno Haible  <bruno@clisp.org>
33040
33041         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
33042         Reported by Jim Meyering.
33043
33044 2005-07-10  Bruno Haible  <bruno@clisp.org>
33045
33046         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
33047         Needed when size_t is smaller than 'unsigned int'.
33048         Reported by Paul Eggert.
33049
33050 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33051
33052         * modules/argp (Depends-on): Add unlocked-io
33053
33054 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33055
33056         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
33057         block of defines.
33058
33059 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
33060
33061         * config/srclist.txt: Comment out regcomp.c, since we have a porting
33062         fix now.
33063
33064 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
33065         and Paul Eggert  <eggert@cs.ucla.edu>
33066
33067         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
33068         in wint_t, not wchar_t.  Remove now-unnecessary cast.
33069
33070 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33071
33072         * modules/regex (Files): Add lib/regex_internal.c,
33073         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
33074         (Depends-on): Add extensions.
33075         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
33076
33077 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33078
33079         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
33080         pathconf.
33081         * m4/same.m4 (gl_SAME): Likewise.
33082         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
33083
33084         * m4/regex.m4: Adjust to new libc regex implementation.
33085         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
33086         all the .c and .h parts of (the new) regex.
33087         Quote the m4 stuff better.
33088         Check for RE_ICASE bug of old gnulib.
33089         Check for REG_STARTEND of recent libc.
33090         Rename local variables from jm_* to gl_*.
33091         Quote operand of "test -f".
33092         Say "recent enough" version of libc, not "version 2".
33093         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
33094         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
33095         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
33096         Remove check for btowc, isascii.
33097         Require AM_LANGINFO_CODESET.
33098
33099 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33100
33101         * lib/regex.c, regex.h: Sync from libc.
33102         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
33103         * lib/regexec.c:
33104         New files, synced from libc, except that regex_internal.h
33105         currently has a small porting fix.
33106
33107 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33108
33109         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
33110         regex_internal.c, regexec.c.
33111         Add regex_internal.h too, but as a comment, since the libc version
33112         is currently broken in gnulib mode.
33113
33114 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
33115
33116         Support programs like Emacs that use gnulib but not gettext.
33117         * MODULES.html.sh (Internationalization functions): Add gettext-h.
33118         * modules/gettext-h: New file.
33119         * modules/gettext (Files): Remove lib/gettext.h.
33120         (Depends-on): Add gettext-h.
33121         (Makefile.am): Remove lib_SOURCES.
33122         * modules/argmatch, modules/c-stack, modules/closeout:
33123         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
33124         * modules/execute, modules/file-type, modules/getaddrinfo:
33125         * modules/getopt, modules/human, modules/javacomp:
33126         * modules/javaexec, modules/mkdir-p, modules/obstack:
33127         * modules/openat, modules/pagealign_alloc, modules/pipe:
33128         * modules/quotearg, modules/regex, modules/rpmatch:
33129         * modules/unicodeio, modules/userspec, modules/version-etc:
33130         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
33131         * modules/xsetenv:
33132         Depend on gettext-h, not gettext.
33133
33134 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
33135
33136         * gnulib-tool (func_import): Add support for 'public domain' license.
33137         * modules/alloca, modules/atexit, modules/memmove:
33138         Now public domain, not GPL.
33139         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
33140         * modules/realloc, modules/strerror, modules/strtod:
33141         Now LGPL, not GPL.
33142
33143 2005-07-05  Bruno Haible  <bruno@clisp.org>
33144
33145         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
33146         autoconf CVS. Needed for mingw.
33147
33148 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33149
33150         Remove the dependency of the strftime module on the tzset module.
33151         * modules/strftime (Depends-on): Remove dependency on tzset.
33152
33153 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33154
33155         Remove the dependency of the strftime module on the tzset module.
33156         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
33157         gl_FUNC_TZSET_CLOBBER.
33158
33159 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33160
33161         Remove the dependency of the strftime module on the tzset module.
33162         * lib/strftime.c (my_strftime)
33163         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
33164         Copy the input structure, to work around some of the bug with
33165         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
33166         Solaris releases, you should also use the tzset module, but we won't
33167         require it as a dependency any more since we don't want LGPLed code
33168         to depend on GPLed code.
33169
33170 2005-07-02  Jim Meyering  <jim@meyering.net>
33171
33172         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
33173         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
33174         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
33175         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
33176
33177 2005-07-02  Jim Meyering  <jim@meyering.net>
33178
33179         * lib/backupfile.c (backup_args): Change a `0' to NULL.
33180
33181 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33182
33183         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
33184         declares only 'struct timespec;' (!).
33185
33186 2005-07-01  Jim Meyering  <jim@meyering.net>
33187
33188         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
33189         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
33190         * lib/save-cwd.c, tempname.c:
33191         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
33192         and don't include <sys/file.h>).
33193
33194 2005-06-29  Jim Meyering  <jim@meyering.net>
33195
33196         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
33197         type name.  Use the variable name instead.
33198         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
33199         Likewise.
33200
33201 2005-06-28  Simon Josefsson  <jas@extundo.com>
33202
33203         * modules/check-version (Files): Add check-version.m4.
33204
33205 2005-06-28  Simon Josefsson  <jas@extundo.com>
33206
33207         * m4/check-version.m4: New file, suggested by Jim Meyering
33208         <jim@meyering.net>.
33209
33210 2005-06-28  Simon Josefsson  <jas@extundo.com>
33211
33212         * lib/check-version.h, lib/check-version.c: New files.
33213
33214 2005-06-28  Simon Josefsson  <jas@extundo.com>
33215
33216         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
33217         collision with global variable.  Better indentation.  Don't
33218         increment buffer pointer beyond buffer end.  Based on comments
33219         from Paul Eggert <eggert@cs.ucla.edu>.
33220
33221         * lib/base64.h: Indent.
33222
33223 2005-06-28  Simon Josefsson  <jas@extundo.com>
33224
33225         * doc/gnulib.texi (Library version handling): New section.
33226
33227 2005-06-28  Jim Meyering  <jim@meyering.net>
33228
33229         * check-module (find_included_lib_files): Hard-code another
33230         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
33231         but modules/fts-lgpl (correctly) does not list those files.
33232
33233         * modules/canonicalize (Files): Add lib/pathmax.h.
33234
33235 2005-06-25  Simon Josefsson  <jas@extundo.com>
33236
33237         * modules/check-version: New file.
33238
33239 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
33240
33241         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
33242         initializer of struct addrinfo, as an indication that we don't
33243         care how many members the structure has.
33244
33245 2005-06-24  Derek Price  <derek@ximbiot.com>
33246         and Bruno Haible  <bruno@clisp.org>
33247
33248         Remove stat module & update lstat.
33249         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
33250         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33251         * m4/stat.m4: Remove this file.
33252
33253 2005-06-24  Derek Price  <derek@ximbiot.com>
33254         and Bruno Haible  <bruno@clisp.org>
33255
33256         Remove stat module & update lstat.
33257         * lib/stat.c: Remove this file...
33258         (slash_aware_lstat): ...moving this content and its support...
33259         * lib/lstat.c (rpl_lstat): ...into here.
33260         * lib/lstat.h: New file.
33261
33262 2005-06-24  Derek Price  <derek@ximbiot.com>
33263         and Bruno Haible  <bruno@clisp.org>
33264
33265         Remove stat module & update lstat.
33266         * config/srclist.txt (libc sources): Remove stat.
33267
33268 2005-06-24  Derek Price  <derek@ximbiot.com>
33269         and Bruno Haible  <bruno@clisp.org>
33270
33271         Remove stat module & update lstat.
33272         * MODULES.html.sh (stat): Remove.
33273         * MODULES.html: Regenerated.
33274         * modules/lstat (Description): Correct function name.
33275         (Files): Add "lstat.h".
33276         (Depends-on): Remove stat, add xalloc, stat-macros.
33277         * modules/stat: Remove this file.
33278         (Include): Add "lstat.h", remove <sys/stat.h>.
33279
33280 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33281
33282         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
33283         (ranged_convert): Don't save conversion in a temporary struct.
33284         This causes a warning with GCC 4.0.0, and anyway in the typical
33285         case it's not worth the extra 100 bytes or so of code.
33286         (ranged_convert, __mktime_internal): When calling a function via a
33287         pointer P, use P () rather than (*P) (), as we now assume C89 or
33288         better.
33289
33290 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33291
33292         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
33293         "who -r" failed to give output.  Problem reported by Tim Waugh.
33294
33295         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
33296         (xcalloc): Use it to avoid needless tests.
33297         Problem reported by Jim Meyering.
33298
33299 2005-06-20  Derek Price  <derek@ximbiot.com>
33300
33301         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
33302         unnecessary for Autoconfs > 2.59c.
33303
33304 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33305
33306         * lib/argp.h (__option_is_short): Check upper limit of
33307         __key. Isprint() requires its argument to have the value
33308         of an unsigned char or EOF.
33309
33310 2005-06-16  Jim Meyering  <jim@meyering.net>
33311
33312         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
33313         when either N or S is zero.
33314
33315 2005-06-16  Derek Price  <derek@ximbiot.com>
33316
33317         * m4/bison.m4: Declare YACC & YFLAGS precious.
33318
33319 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
33320
33321         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
33322         multibyte string or pattern, fall back on unibyte matching.
33323         Problem reported by James Youngman.
33324
33325 2005-06-08  Bruno Haible  <bruno@clisp.org>
33326
33327         * modules/csharpcomp: New file.
33328         * MODULES.html.sh (C#): Add csharpcomp.
33329
33330 2005-06-08  Bruno Haible  <bruno@clisp.org>
33331
33332         * m4/csharpcomp.m4: New file, from GNU gettext.
33333
33334 2005-06-08  Bruno Haible  <bruno@clisp.org>
33335
33336         * lib/csharpcomp.h: New file, from GNU gettext.
33337         * lib/csharpcomp.c: New file, from GNU gettext.
33338         * lib/csharpcomp.sh.in: New file, from GNU gettext.
33339
33340 2005-06-08  Bruno Haible  <bruno@clisp.org>
33341
33342         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
33343         warning on mingw.
33344
33345 2005-06-07  Derek Price  <derek@ximbiot.com>
33346
33347         Sync from CVS.
33348         * lib/glob_.h: Indent nested #ifdef.
33349
33350 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33351
33352         Sync from coreutils.
33353         Use "file name" when talking about file names, instead of "filename"
33354         or "path", as per the GNU coding standards.
33355         * lib/mkdir-p.c: Renamed from makepath.c.
33356         (make_dir_parents): Renamed from make_path.  All callers changed.
33357         * lib/mkdir-p.h: Likewise.  All includers changed.
33358         * lib/filenamecat.c: Renamed from path-concat.c.
33359         (file_name_concat): Renamed from path_concat.  All callers changed.
33360         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
33361         * lib/filenamecat.h: Likewise.  All includers changed.
33362         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
33363         in comments or local variable names.
33364         * lib/basename.c: Likewise.
33365         * lib/canonicalize.c, canonicalize.h: Likewise.
33366         * lib/dirname.c, dirname.h: Likewise.
33367         * lib/euidaccess.c: Likewise.
33368         * lib/exclude.c: Likewise
33369         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
33370         * lib/fsusage.c, fsuage.h: Likewise.
33371         * lib/fts.c, fts_.h: Likewise.
33372         * lib/getcwd.c: Likewise.
33373         * lib/getloadavg.c: Likewise.
33374         * lib/mkstemp.c: Likewise.
33375         * lib/mountlist.c, mountlist.h: Likewise.
33376         * lib/openat.c, openat.h: Likewise.
33377         * lib/readlink-stub.c: Likewise.
33378         * lib/readutmp.c, readutmp.h: Likewise.
33379         * lib/rename.c: Likewise.
33380         * lib/rmdir.c: Likewise.
33381         * lib/same.c: Likewise.
33382         * lib/savedir.c: Likewise.
33383         * lib/stripslash.c: Likewise.
33384         * lib/tempname.c: Likewise.
33385         * lib/xreadlink.c: Likewise.
33386         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
33387         All uses changed.
33388         * lib/exclude.h: Likewise.
33389
33390         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
33391         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33392         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
33393         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33394         * lib/pathmax.h: Include <limits.h> unconditionally, since other
33395         files have been getting away with it for years (MORE/BSD 4.3
33396         is extinct now).
33397         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
33398         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33399
33400         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
33401         Define to 256, not 255, as per modern POSIX.
33402
33403 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33404
33405         Sync from coreutils.
33406         Use "file name" when talking about file names, instead of "filename"
33407         or "path", as per the GNU coding standards.
33408         * MODULES.html.sh: mkdir-p renamed from makepath.
33409         filenamecat renamed from path-concat.
33410         * modules/filenamecat: Renamed from modules/path-concat.
33411         (Files): filenamecat.h and filenamecat.c renamed from
33412         path-concat.h and path-concat.c.
33413         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
33414         (Include): filenamecat.h, not path-concat.h.
33415         * modules/mkdir-p: Renamed from modules/makepath.
33416         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
33417         makepath.c.
33418         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
33419         (Include): mkdir-p.h, not makepath.h.
33420
33421 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33422
33423         Sync from coreutils.
33424         * m4/mkdir-p.m4: Renamed from makepath.m4.
33425         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
33426         Rename files from makepath.c to mkdir-p.c, and from
33427         makepath.h to mkdir-p.h.
33428         * m4/filenamecat.m4: Renamed from path-concat.m4.
33429         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
33430         Rename files from path-concat.c to filenamecat.c,
33431         and from path-concat.h to filenamecat.h.
33432         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
33433         "file name" in local variables or comments.
33434         * m4/rename.m4: Likewise.
33435
33436 2005-06-01  Bruno Haible  <bruno@clisp.org>
33437
33438         * modules/csharpexec: New file.
33439         * MODULES.html.sh (C#): New section.
33440
33441 2005-06-01  Bruno Haible  <bruno@clisp.org>
33442
33443         * m4/csharp.m4: New file, from GNU gettext.
33444         * m4/csharpexec.m4: New file, from GNU gettext.
33445
33446 2005-06-01  Bruno Haible  <bruno@clisp.org>
33447
33448         * lib/csharpexec.h: New file, from GNU gettext.
33449         * lib/csharpexec.c: New file, from GNU gettext.
33450         * lib/csharpexec.sh.in: New file, from GNU gettext.
33451
33452 2005-05-31  Derek Price  <derek@ximbiot.com>
33453             Paul Eggert  <eggert@cs.ucla.edu>
33454
33455         Sync from cvs.
33456         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
33457
33458 2005-05-31  Derek Price  <derek@ximbiot.com>
33459             Paul Eggert  <eggert@cs.ucla.edu>
33460
33461         Sync from cvs.
33462         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
33463
33464 2005-05-29  Derek Price  <derek@ximbiot.com>
33465
33466         * config/srclist.txt (glob_.h, glob.c): Add these files.
33467
33468 2005-05-29  Derek Price  <derek@ximbiot.com>
33469
33470         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
33471         * modules/glob: New file.
33472         * modules/getlogin_r: Add link to POSIX spec in description.
33473
33474 2005-05-29  Derek Price  <derek@ximbiot.com>
33475             Paul Eggert  <eggert@cs.ucla.edu>
33476
33477         * m4/glob.m4: New file.
33478
33479 2005-05-29  Derek Price  <derek@ximbiot.com>
33480             Paul Eggert  <eggert@cs.ucla.edu>
33481
33482         * lib/glob_.h, lib/glob.c: New files.
33483
33484 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33485
33486         * modules/fts (Files): Remove m4/inttypes-pri.m4.
33487         * modules/fts-lgpl (Depends-on): Remove gettext.
33488
33489 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33490
33491         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
33492         and don't require gt_INTTYPES_PRI.
33493
33494 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33495
33496         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
33497
33498         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
33499         the configuration hassle isn't worth it.
33500         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
33501         (LONGEST_MODIFIER, PRIuMAX): Remove.
33502
33503 2005-05-27  Bruno Haible  <bruno@clisp.org>
33504
33505         * lib/getlogin_r.h: Remove second include of <stddef.h>.
33506
33507 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
33508
33509         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
33510         _POSIX_PTHREAD_SEMANTICS for Solaris.
33511
33512 2005-05-25  Derek Price  <derek@ximbiot.com>
33513
33514         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
33515
33516 2005-05-25  Derek Price  <derek@ximbiot.com>
33517             Paul Eggert  <eggert@cs.ucla.edu>
33518
33519         * modules/getlogin_r, m4/getlogin_r.m4: New files.
33520         * lib/getlogin_r.c, getlogin_r.h: New files.
33521
33522 2005-05-25  Bruno Haible  <bruno@clisp.org>
33523             Derek Price  <derek@ximbiot.com>
33524
33525         * lib/getlogin_r.h: Simplify API documentation.
33526
33527 2005-05-23  Derek Price  <derek@ximbiot.com>
33528
33529         * modules/minmax (Files): Add m4/minmax.m4.
33530         (configure.ac): Add gl_MINMAX.
33531
33532 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
33533
33534         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
33535         so that unistd-safer.h (GPL'ed code) need not be included.
33536
33537 2005-05-22  Bruno Haible  <bruno@clisp.org>
33538
33539         * m4/minmax.m4: New file.
33540         Based on a patch by Derek Price <derek@ximbiot.com>.
33541
33542 2005-05-22  Bruno Haible  <bruno@clisp.org>
33543
33544         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
33545         (INT64_MIN): Fix definition.
33546         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
33547
33548         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
33549         NEED_SIGNED_INT_TYPES.
33550
33551         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
33552         HAVE_SYSTEM_INTTYPES.
33553
33554 2005-05-22  Bruno Haible  <bruno@clisp.org>
33555
33556         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
33557         Also include <sys/param.h> if it defines MIN, MAX.
33558         Based on a patch by Derek Price <derek@ximbiot.com>.
33559
33560 2005-05-21  Jim Meyering  <jim@meyering.net>
33561
33562         * modules/fts (Files): Add m4/inttypes-pri.m4.
33563         (Depends-on): Add lstat and remove gettext.  Alphabetize.
33564
33565 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33566
33567         New fts module.
33568         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
33569         (setup_dir, free_dir): New functions.
33570         (enter_dir, leave_dir): Define trivial
33571         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
33572         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
33573         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
33574         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
33575         Move to fts-cycle.c.
33576         (fts_open): Use setup_dir.
33577         (fts_close): Use free_dir.
33578         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
33579         This adds a label and some gotos, but the alternatives were messier.
33580         Check for memory allocation failure when entering a dir.
33581         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
33582         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
33583         (FTS): New member fts_cycle, that is a union that contains the
33584         old active_dir_ht and cycle_state.  All uses changed to mention
33585         fts_cycle.ht and fts_cycle.state.
33586         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
33587         fts.c, with the following changes:
33588         (setup_dir, free_dir): New functions.
33589         (enter_dir): Now returns bool.  Return true if successful, false
33590         if memory exhausted.  All callers changed.
33591         Do not bother partly cleaning up on
33592         memory allocation failure; that is free_dir's job.
33593         However, free ad if hash_insert fails, to avoid memory leak.
33594         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
33595         fts->fts_options to see which union member to use.
33596
33597 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33598
33599         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
33600         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
33601
33602 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33603
33604         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
33605
33606 2005-05-20  Jim Meyering  <jim@meyering.net>
33607
33608         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
33609         Now a macro, to pacify GCC.
33610
33611 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
33612
33613         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
33614         of -1.
33615
33616 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
33617
33618         * lib/chown.c (rpl_chown): Return -1 on failure.
33619
33620 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
33621
33622         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
33623         Don't check for stddef.h.
33624         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
33625         don't use its results.
33626         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
33627         since we include them unconditionally.  Don't require
33628         AM_STDBOOL_H, since stdbool is a prerequisite.
33629         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
33630         since we assume C89 or better.
33631         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
33632         as we don't use their results.
33633         Don't check for fchdir, memmove, memset, strrchr, as we use
33634         them unconditionally.
33635         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
33636         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
33637
33638 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
33639
33640         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
33641         Include <stddef.h> unconditionally, since we assume C89 now.
33642         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
33643         * lib/fts.c: Include fts_.h first, to check interface.
33644         Do not include intprops.h; no longer needed.
33645         Include cycle-check.h and hash.h, since fts_.h no longer does.
33646         Remove unnecessary casts of closedir to void.
33647         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
33648         decide whether to decrement nlinks.
33649         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
33650         (FTS): Use struct hash_table * instead of Hash_table, so that
33651         we no longer need to include hash.h here.
33652
33653 2005-05-18  Jim Meyering  <jim@meyering.net>
33654
33655         * modules/dirfd (License): Change to LGPL.  Most of the code
33656         is already in the public domain.
33657
33658 2005-05-18  Jim Meyering  <jim@meyering.net>
33659
33660         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
33661         Reported by Yoann Vandoorselaere.
33662
33663 2005-05-17  Jim Meyering  <jim@meyering.net>
33664
33665         * m4/fts.m4: New file, from coreutils.
33666
33667 2005-05-17  Jim Meyering  <jim@meyering.net>
33668
33669         * lib/fts.c, lib/fts_.h: New files, from coreutils.
33670
33671 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33672
33673         Sync from coreutils.
33674         * m4/unlinkdir.m4: New file.
33675
33676 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33677
33678         Sync from coreutils.
33679         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
33680         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
33681         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
33682         White space changes only.
33683         * lib/makepath.c (make_path): Port to hosts where leading "//" is
33684         special.
33685         * lib/yesno.c: Include getline.h, not ctype.h.
33686         (yesno): Don't remove leading white space; POSIX doesn't allow it.
33687         Use getline to remove arbitrary restriction on response length.
33688
33689 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33690
33691         * config/srclist-update: Spell out "Street" in FSF postal
33692         mail address; this is the style the FSF seems to prefer.
33693
33694         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
33695         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
33696         this updates FSF postal mail address.
33697
33698         Sync from coreutils.
33699         * modules/unlinkdir: New file.
33700         * modules/yesno (Depends-on): Add getline.
33701         * MODULES.html.sh (File system functions): Add unlinkdir.
33702
33703 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33704
33705         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
33706         lib/strsep.h:
33707         Change the initial comment to refer to GPL, not LGPL.
33708         gnulib-tool will change it to LGPL as needed.
33709
33710         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
33711         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
33712         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
33713         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
33714         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
33715         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
33716         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
33717         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
33718         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
33719         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
33720         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
33721         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
33722         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
33723         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
33724         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
33725         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
33726         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
33727         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
33728         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
33729         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
33730         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
33731         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
33732         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
33733         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
33734         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
33735         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
33736         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
33737         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
33738         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
33739         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
33740         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
33741         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
33742         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
33743         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
33744         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
33745         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
33746         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
33747         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
33748         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
33749         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
33750         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
33751         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
33752         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
33753         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
33754         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
33755         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
33756         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
33757         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
33758         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
33759         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
33760         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
33761         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
33762         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
33763         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
33764         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
33765         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
33766         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
33767         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
33768         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
33769         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
33770         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
33771         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
33772         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
33773         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
33774         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
33775         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
33776         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
33777         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
33778         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
33779         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
33780         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
33781         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
33782         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
33783         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
33784         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
33785         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
33786         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
33787         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
33788         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
33789         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
33790         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
33791         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
33792         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
33793         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
33794         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
33795         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
33796         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
33797         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
33798         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
33799         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
33800         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
33801         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
33802         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
33803         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
33804         lib/yesno.c, lib/yesno.h:
33805         Update FSF postal mail address.
33806
33807 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33808
33809         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
33810         tests/test-memmem.c, tests/test-stpncpy.c:
33811         Update FSF postal mail address.
33812
33813 2005-05-13  Bruno Haible  <bruno@clisp.org>
33814
33815         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
33816         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
33817         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
33818         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
33819         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
33820         Add support for 64-bit integers in the MSVC compiler.
33821
33822 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33823
33824         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
33825
33826 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
33827
33828         * gnulib-tool (func_import): Sort and uniquify recommended includes.
33829
33830 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
33831
33832         * doc/getdate.texi (General date syntax): Don't say that date
33833         date --iso-8601=ns generates acceptable dates; it doesn't yet.
33834         Problem reported by Nic Ferrier.
33835
33836 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33837
33838         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
33839         specified in ai_socktype. Fix invalid ai_protocol
33840         check. ai_protocol is usually set to 0 or depending on
33841         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
33842         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
33843         ai_socktype / ai_protocol in the returned addrinfo structure.
33844
33845 2005-05-10  Simon Josefsson  <jas@extundo.com>
33846
33847         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
33848         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
33849
33850 2005-05-10  Karl Berry  <karl@gnu.org>
33851
33852         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
33853         (from http://www.gnu.org/licenses).
33854         * doc/COPYING.LIB: also rename to COPYING.LESSER.
33855         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
33856         fdl.texi suffices.
33857
33858 2005-05-10  Karl Berry  <karl@gnu.org>
33859
33860         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
33861         (COPYING.DOC): remove.
33862
33863         * config/srclist-update: new FSF address.
33864
33865 2005-05-10  Derek Price  <derek@ximbiot.com>
33866
33867         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
33868         possible.
33869
33870 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33871             Bruno Haible  <bruno@clisp.org>
33872
33873         * modules/inet_ntop: New file.
33874         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33875         inet_ntop.
33876
33877 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33878             Bruno Haible  <bruno@clisp.org>
33879
33880         * m4/inet_ntop.m4: New file.
33881
33882 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33883             Bruno Haible  <bruno@clisp.org>
33884
33885         * lib/inet_ntop.h: New file.
33886         * lib/inet_ntop.c: New file, from glibc with modifications.
33887
33888 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
33889
33890         * modules/time_r (License): Change to LGPL.
33891         * modules/extensions (License): Change to LGPL.  Actually,
33892         the license is more permissive than that, but currently gnulib-tool
33893         doesn't know how to handle more-permissive licenses.
33894
33895         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
33896         Problem reported by Dave Love.
33897
33898 2005-05-08  Jim Meyering  <jim@meyering.net>
33899
33900         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
33901         blank.
33902
33903 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
33904
33905         * modules/argmatch (Depends-on): Add stdbool.
33906         * modules/backupfile (Depends-on): Likewise.
33907         * modules/chdir-long (Depends-on): Likewise.
33908         * modules/closeout (Depends-on): Likewise.
33909         * modules/cycle-check (Depends-on): Likewise.
33910         * modules/dirname (Depends-on): Likewise.
33911         * modules/fnmatch (Depends-on): Likewise.
33912         * modules/fsusage (Depends-on): Likewise.
33913         * modules/fwriteerror (Depends-on): Likewise.
33914         * modules/getcwd (Depends-on): Likewise.
33915         * modules/getloadavg (Depends-on): Likewise.
33916         * modules/hard-locale (Depends-on): Likewise.
33917         * modules/makepath (Depends-on): Likewise.
33918         * modules/mountlist (Depends-on): Likewise.
33919         * modules/nanosleep (Depends-on): Likewise.
33920         * modules/posixtm (Depends-on): Likewise.
33921         * modules/quotearg (Depends-on): Likewise.
33922         * modules/readtokens (Depends-on): Likewise.
33923         * modules/readtokens0 (Depends-on): Likewise.
33924         * modules/readutmp (Depends-on): Likewise.
33925         * modules/save-cwd (Depends-on): Likewise.
33926         * modules/strftime (Depends-on): Likewise.
33927         * modules/userspec (Depends-on): Likewise.
33928         * modules/utimecmp (Depends-on): Likewise.
33929         * modules/xgetcwd (Depends-on): Likewise.
33930         * modules/xnanosleep (Depends-on): Likewise.
33931         * modules/xstrtod (Depends-on): Likewise.
33932         * modules/yesno (Depends-on): Likewise.
33933
33934 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
33935
33936         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
33937         needless checks.
33938
33939 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33940
33941         Merge from coreutils.  Among other things,
33942         add bulletproofing for cases where stdin, stdout, or stderr are closed.
33943         * lib/fd-safer.c: New file.
33944         * lib/fcntl-safer.h, open-safer.c: Remove.
33945         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
33946         * lib/dup-safer.c: Include unistd-safer.h first.
33947         Don't include errno.h.
33948         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
33949         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
33950         * lib/file-type.c: Rely on file-type.h change.
33951         * lib/getloadavg.c: Include unistd-safer.h.
33952         (getloadavg): Use safer open.
33953         * lib/getusershell.c: Include "stdio-safer.h".
33954         (getusershell): Use safer fopen.
33955         * lib/long-options.c (long_options): Use NULL rather than 0.
33956         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
33957         'free'.
33958         * lib/modechange.c: Likewise.
33959         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
33960         (MODE_DONE): New constant.
33961         (struct mode_change): Remove 'next' member.
33962         (make_node_op_equals): New function; like the old one of the
33963         same name, except it allocates an array.
33964         (mode_compile, mode_create_from_ref): Use it.
33965         (mode_compile): Allocate result as an array, not a linked list.
33966         Parse octal string ourself, so that we catch mistakes like "+0".
33967         (mode_adjust): Arg is an array, not a linked list.
33968         * lib/modechange.c: Include stat-macros.h, xalloc.h.
33969         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
33970         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
33971         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
33972         Remove.  This is now stat-macros.h's job.
33973         (talloc): Remove.  All callers replaced by xalloc, so that
33974         our invokers don't have to worry about reporting memory failures.
33975         (make_node_op_equals): Remove.
33976         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
33977         New constants.
33978         (struct mode_change): Moved here from modechange.h.
33979         (mode_append_entry): Remove.
33980         (mode_compile): Remove MASKED_OPS arg, since it encouraged
33981         apps to have incorrect behavior.  Use simpler algorithm for head
33982         and tail.  Don't futz with umask; that's now the job of mode_adjust.
33983         Detect more invalid usages rather than having somewhat-random behavior.
33984         Don't insert an "a=" action, as that leads to incorrect behavior.
33985         (mode_compile, mode_create_from_ref): Return NULL on error instead
33986         of an enum, since now there's only one way to have an error.  All
33987         callers changed.
33988         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
33989         at the correct time.  Simplify calculation of "+u" and its ilk.
33990         Don't mishandle "+X".
33991         (mode_free): Remove "register" and localize decls.
33992         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
33993         (struct mode_change): Move to modechange.c; callers don't
33994         need to see this stuff.
33995         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
33996         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
33997         (mode_change, mode_adjust): Reflect the new signatures noted above.
33998         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
33999         that might redefine system include files.
34000         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
34001         (my_usleep): Use NULL rather than (void *) 0.
34002         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
34003         Use siginterrupt to specify that system calls should be interrupted.
34004         (rpl_nanosleep): Move initialization of suspended closer to call of
34005         my_usleep.
34006         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
34007         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
34008         (desirable_utmp_entry): New function.
34009         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
34010         using x2nrealloc, to simplify logic.
34011         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
34012         size calculation.  Do not assume utmp file is a regular file.
34013         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
34014         (READ_UTMP_CHECK_PIDS): New constant.
34015         * lib/save-cwd.c: Include unistd-safer.h.
34016         (save_cwd): Use fd_safer.
34017         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
34018         [!_LIBC] Include "stat-macros.h" instead.
34019         * lib/unistd-safer.h (fd_safer): New decl.
34020
34021 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34022
34023         * modules/getloadavg (Depends-on): Add unistd-safer.
34024         * modules/getusershell (Depends-on): Add stdio-safer.
34025         * modules/lstat (Depends-on): Remove xalloc.
34026         * modules/mkstemp (Depends-on): Add stat-macros.
34027         * modules/modechange (Depends-on): Remove xstrtol.
34028         Add stat-macros, xalloc.
34029         * modules/save-cwd (Depends-on): Add unistd-safer.
34030         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
34031         * modules/unistd-safer (Files): Add lib/fd-safer.c
34032         (Makefile.am): Remove lib_SOURCES.
34033
34034         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
34035         Remove fcntl-safer; unistd-safer supersedes it.
34036
34037 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34038
34039         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
34040         AC_HEADER_STAT.
34041         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
34042         (gl_PREREQ_CHOWN): Remove.
34043         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
34044         it.  Don't require AC_HEADER_STAT.
34045         (gl_PREREQ_LSTAT): Remove.
34046         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
34047         Don't require AC_HEADER_STAT.
34048         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
34049         (gl_PREREQ_RMDIR): Remove.
34050         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
34051         mention stat-macros.h or AC_HEADER_STAT, since we'll make
34052         the stat-macros module a prerequisite.
34053         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
34054         * m4/filemode.m4 (gl_FILEMODE): Likewise.
34055         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
34056         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
34057         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
34058         variable names.
34059         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
34060         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
34061         variable prefixes.
34062         * m4/fcntl-safer.m4: Remove.
34063         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
34064         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
34065         Invoke gl_PREREQ_FD_SAFER.
34066         (gl_PREREQ_FD_SAFER): New macro.
34067         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
34068         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
34069         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
34070         Remove duplicate call to AC_LIBOBJ(readutmp).
34071         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
34072
34073         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
34074         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
34075
34076 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34077
34078         * MODULES.html.sh (Misc): Add byteswap.
34079
34080 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34081
34082         * modules/getcwd (Depends-on): Add extensions.
34083         * modules/openat (Depends-on): Likewise.
34084
34085 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34086
34087         * modules/byteswap: New file.
34088
34089 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34090
34091         * m4/byteswap.m4: New file.
34092
34093 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34094
34095         * lib/byteswap_.h: New file.
34096
34097 2005-04-25  Karl Berry  <karl@gnu.org>
34098
34099         * m4/gettext.m4: Update from GNU gettext 0.14.4.
34100
34101 2005-04-25  Albert Chin  <china@thewrittenword.com>
34102
34103         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
34104         Toolkit C bug.
34105
34106 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
34107
34108         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
34109         (func_ln_if_changed) Remove forcibly for no error message
34110         in case file does not exist.
34111
34112 2005-04-19  Simon Josefsson  <jas@extundo.com>
34113
34114         * gnulib-tool (Options): Make --symlink mean --symbolic.
34115
34116 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
34117
34118         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
34119
34120 2005-04-16  Simon Josefsson  <jas@extundo.com>
34121
34122         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
34123
34124 2005-04-15  Simon Josefsson  <jas@extundo.com>
34125
34126         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
34127
34128 2005-04-15  Simon Josefsson  <jas@extundo.com>
34129
34130         * gnulib-tool: Rename --symlink to --symbolic.
34131
34132 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
34133
34134         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
34135         symbolic links to files instead of copying/moving.  Add --aux-dir,
34136         specifying directory relative --dir where auxiliary build tools
34137         are placed.
34138
34139 2005-04-14  Bruno Haible  <bruno@clisp.org>
34140
34141         * modules/allocsa (License): Change to LGPL.
34142         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
34143
34144 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
34145
34146         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
34147         that "UTC +1 second" continues to work.  Problem reported
34148         by Dmitry V. Levin.
34149         (relunit_snumber): New rule.
34150         (relunit): Use it.
34151
34152 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
34153
34154         * lib/getdate.y (universal_time_zone_table): New constant.
34155         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
34156         universal_time_zone_table.
34157         (lookup_zone): Prefer universal_time_zone_table to
34158         local_time_zone_table, so that "GMT" time stamps are allowed in
34159         London during the summer.  Problem reported by Ian Abbott.
34160
34161 2005-04-12  Jim Meyering  <jim@meyering.net>
34162
34163         * lib/human.c (humblock): Set *options even when returning due to
34164         xstrtoumax conversion failure.  Thanks to a used-uninitialized
34165         warning from gcc-4.
34166
34167 2005-04-09  Jim Meyering  <jim@meyering.net>
34168
34169         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
34170         -Wuninitialized: initialize tm0.tm_year.
34171
34172 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
34173
34174         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
34175         count, since there's no maximum.  All uses changed.
34176         Add member dsts_seen.
34177         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
34178         not being INT_MAX.
34179         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
34180         Use pc_rels_seen to decide whther a date is absolute.
34181
34182         * lib/getdate.y (number): Don't overwrite year.
34183         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
34184         check.
34185
34186 2005-04-02  Simon Josefsson  <jas@extundo.com>
34187
34188         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
34189         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
34190
34191 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
34192
34193         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
34194         where no absolute path name can be longer than PATH_MAX.
34195
34196 2005-03-27  Jim Meyering  <jim@meyering.net>
34197
34198         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
34199
34200 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
34201
34202         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
34203         "one's complement" -> "ones' complement" in comment, as per Knuth.
34204         "value of type" -> "type or expression" in comment.
34205         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
34206
34207 2005-03-26  Jim Meyering  <jim@meyering.net>
34208
34209         Comment nits.
34210         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
34211         Correct typos: s/or/of/.
34212
34213 2005-03-26  Jim Meyering  <jim@meyering.net>
34214
34215         * modules/check-include-files: Move to ../ and rename to...
34216         * check-module: ...this.
34217
34218 2005-03-25  Jim Meyering  <jim@meyering.net>
34219
34220         * modules/xvasprintf (Files): Add xalloc.h.
34221
34222 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
34223
34224         * modules/gettext (Files): config/config.rpath ->
34225         build-aux/config.rpath
34226         * modules/iconv (Files): Likewise.
34227         Problem reported by Oskar Liljeblad.
34228
34229 2005-03-23  Jim Meyering  <jim@meyering.net>
34230
34231         * modules/check-include-files: New script to check for
34232         missing dependencies, multiple includes, etc.
34233
34234         * modules/c-strtold (Depends-on): Add xalloc.
34235         * modules/c-strtod (Depends-on): Add xalloc.
34236         * modules/hash (Depends-on): Add xalloc.
34237         (Files): Remove lib/xalloc.h.
34238
34239         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
34240         * modules/userspec (Files): Add lib/inttostr.h.
34241
34242 2005-03-23  Jim Meyering  <jim@meyering.net>
34243
34244         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
34245
34246 2005-03-22  Jim Meyering  <jim@meyering.net>
34247
34248         * modules/stat-macros: New module.
34249         * modules/canonicalize, modules/euidaccess, modules/file-type,
34250         * modules/filemode, modules/lchown, modules/makepath,
34251         * modules/rmdir, modules/stat: Depend on new stat-macros module
34252         rather than listing lib/stat-macros.h manually.
34253         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
34254
34255 2005-03-22  Jim Meyering  <jim@meyering.net>
34256
34257         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
34258
34259 2005-03-22  Bruno Haible  <bruno@clisp.org>
34260
34261         * config/srclist.txt: Replace target directory 'config' with
34262         'build-aux'.
34263         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
34264         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
34265         ../build-aux/.
34266
34267 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
34268
34269         * modules/chdir-long (Depends-on): Add mempcpy.
34270
34271         * modules/acl, modules/backupfile, modules/c-strtod,
34272         modules/c-strtold, modules/canon-host, modules/canonicalize,
34273         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
34274         modules/exclude, modules/exitfail, modules/file-type,
34275         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
34276         modules/getdate, modules/getline, modules/getpagesize,
34277         modules/getpass, modules/getugroups, modules/group-member,
34278         modules/hard-locale, modules/hash, modules/human, modules/idcache,
34279         modules/inttostr, modules/long-options, modules/makepath,
34280         modules/md5, modules/memcasecmp, modules/memcoll,
34281         modules/modechange, modules/mountlist, modules/path-concat,
34282         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
34283         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
34284         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
34285         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
34286         modules/strftime, modules/strndup, modules/strverscmp,
34287         modules/timespec, modules/unlocked-io, modules/userspec,
34288         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
34289         modules/yesno:
34290         Remove lib_SOURCES line from Makefile.am section, as this is now
34291         done automatically by the corresponding Autoconf macro.
34292
34293 2005-03-21  Jim Meyering  <jim@meyering.net>
34294
34295         Changes imported from coreutils.
34296
34297         * lib/cycle-check.c: Don't include xalloc.h.
34298
34299         * lib/path-concat.c: Don't include assert.h.
34300         (path_concat): Remove assertion that would have triggered
34301         for ABASE starting with more than one slash.
34302         Reported by Andreas Schwab.
34303
34304         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
34305         properly when ABASE is an absolute file name.
34306         Correct the description of this function.
34307         Include <assert.h>.
34308         Add an assertion and a test driver.
34309         This fixes a bug introduced on 2004-07-02.
34310         Andreas Schwab reported the resulting failure of cp --parents:
34311         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
34312
34313 2005-03-21  Jim Meyering  <jim@meyering.net>
34314
34315         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
34316         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
34317
34318 2005-03-21  Jim Meyering  <jim@meyering.net>
34319         and  Paul Eggert  <eggert@cs.ucla.edu>
34320
34321         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
34322         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
34323         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
34324         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
34325         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
34326         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
34327         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
34328         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
34329         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
34330         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
34331         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
34332         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
34333         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
34334         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
34335         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
34336         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
34337         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
34338         for these modules.
34339
34340 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
34341
34342         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
34343         (which shouldn't happen), generate nothing instead of returning 0
34344         immediately, so that nstrftime (NULL, ...) doesn't return 0.
34345
34346 2005-03-16  Bruno Haible  <bruno@clisp.org>
34347
34348         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
34349         HAVE_LONGLONG_64BIT.
34350
34351 2005-03-16  Bruno Haible  <bruno@clisp.org>
34352
34353         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
34354         HAVE_LONGLONG_64BIT.
34355
34356 2005-03-16  Bruno Haible  <bruno@clisp.org>
34357
34358         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
34359         HAVE_LONGLONG_64BIT.
34360
34361 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34362
34363         * lib/strftime.c (my_strftime): Prepend space to format so that we can
34364         reliably distinguish strftime failure from empty output on POSIX
34365         hosts.
34366
34367 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34368
34369         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
34370         (iconv_string): Don't guess a size-zero buffer, as that might cause
34371         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
34372         result would be 'too large', where 'too large' is (heuristically)
34373         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
34374         overflow concerns.  This will prevent some unwanted malloc failures
34375         when the inputs are very large.
34376
34377 2005-03-15  Karl Berry  <karl@gnu.org>
34378
34379         * config/srclist.txt (config.rpath): from gettext.
34380         * config/config.rpath: update.
34381
34382 2005-03-15  Bruno Haible  <bruno@clisp.org>
34383
34384         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
34385         to 'negate'.
34386
34387         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
34388         variable.
34389
34390         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
34391         results.
34392
34393 2005-03-14  Simon Josefsson  <jas@extundo.com>
34394
34395         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
34396         <fx@gnu.org>.
34397
34398 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
34399
34400         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
34401         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
34402         intprops.h.
34403         * lib/strtol.c: Likewise.
34404
34405 2005-03-14  Jim Meyering  <jim@meyering.net>
34406
34407         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
34408         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
34409         to be nonzero so that we (and caller) can detect the difference
34410         between a valid zero-length expansion and an error return, even
34411         when the underlying strftime fails before writing anything into
34412         that location.
34413
34414 2005-03-14  Bruno Haible  <bruno@clisp.org>
34415
34416         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
34417         Update from GNU gettext 0.14.3.
34418
34419 2005-03-10  Jim Meyering  <jim@meyering.net>
34420
34421         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
34422
34423 2005-03-10  Jim Meyering  <jim@meyering.net>
34424
34425         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
34426         so that this module works on systems without fchdir.
34427
34428 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
34429
34430         Factor int-properties macros into a single file, except for
34431         glibc-related files.
34432         * lib/intprops.h: New file.
34433         * lib/getloadavg.c: Include it instead of limits.h.
34434         (INT_STRLEN_BOUND): Remove.
34435         * lib/human.c: Include intprops.h.
34436         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
34437         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
34438         302/1000.
34439         * lib/inttostr.h: Include intprops.h instead of limits.h.
34440         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
34441         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
34442         for consistency with intprops.h.
34443         (time_t_is_integer, twos_complement_arithmetic): Use them.
34444         * lib/sig2str.h: Include <signal.h>, intprops.h.
34445         (INT_STRLEN_BOUND): Remove.
34446         * lib/strftime.c (TYPE_SIGNED): Remove.
34447         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
34448         * lib/strtol.c: Adjust comments to match intprops.h.
34449         * lib/userspec.c: Include intprops.h.
34450         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
34451         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
34452         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
34453         instead of rolling our own expressions.
34454         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
34455
34456         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
34457         instead of int.
34458         (my_strftime): Do not mishandle years close to INT_MAX, by doing
34459         the right thing even if adding 1900 would overflow.  Similarly
34460         for tm_mon + 1 and tm_yday + 1.
34461         Make %Y always equivalent to %C%y, and similarly for %G and %g.
34462         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
34463         (DO_SIGNED_NUMBER): New macro.
34464         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
34465
34466 2005-03-07  Bruno Haible  <bruno@clisp.org>
34467
34468         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
34469
34470 2005-03-07  Bruno Haible  <bruno@clisp.org>
34471
34472         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
34473
34474 2005-03-04  Derek R. Price  <derek@ximbiot.com>
34475
34476         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
34477         (func_import): Only replace files via --import when they have actually
34478         changed.
34479
34480 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34481
34482         * m4/mmap-anon.m4: New file.
34483         * m4/pagealign_alloc.m4: New file.
34484
34485 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34486             Bruno Haible  <bruno@clisp.org>
34487
34488         * modules/pagealign_alloc: New file.
34489         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
34490
34491 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34492             Bruno Haible  <bruno@clisp.org>
34493
34494         * lib/pagealign_alloc.h: New file.
34495         * lib/pagealign_alloc.c: New file.
34496
34497 2005-03-03  Bruno Haible  <bruno@clisp.org>
34498
34499         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
34500         Use an all-permissive copyright notice, recommended by RMS.
34501
34502 2005-03-02  Bruno Haible  <bruno@clisp.org>
34503
34504         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
34505         of AIX, the replacement has to be done only after <string.h> is
34506         included, therefore not in config.h. stpncpy.h does the replacement,
34507         and stpncpy.c uses it.
34508
34509 2005-03-02  Bruno Haible  <bruno@clisp.org>
34510
34511         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
34512         stpncpy.c uses it.
34513
34514 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34515
34516         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
34517         The workaround isn't strictly needed for POSIX conformance, and
34518         it's too much of a pain to configure and maintain.  We'll ask
34519         people to fix their kernels instead.
34520         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
34521         (NANOSLEEP_BUG_WORKAROUND): Remove.
34522         (xnanosleep): Remove the workaround.
34523
34524 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34525
34526         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
34527         Reported by Derek Price.
34528         (Include): Add "timespec.h".
34529
34530         * modules/xnanosleep (Depends-on): Remove gethrxtime.
34531
34532 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34533
34534         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
34535         to detect nanosleep bug.
34536
34537 2005-03-01  Bruno Haible  <bruno@clisp.org>
34538
34539         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
34540
34541 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
34542
34543         * modules/gethrxtime: New file.
34544         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
34545         (Depends-on): Add gethrxtime.
34546         (configure.ac): Add gl_XNANOSLEEP.
34547         (Makefile.am): Remove lib_SOURCES line.
34548
34549 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34550
34551         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
34552         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
34553
34554 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34555
34556         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
34557         * lib/timespec.h (gettime): Return void, since it always
34558         succeeds now.  All uses changed.
34559         * lib/gettime.c (gettime) Likewise.
34560         [HAVE_NANOTIME]: Prefer nanotime.
34561         Assume gettimeofday succeeds, as POSIX requires.
34562         Assime time () succeeds, since other code already does.
34563         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
34564         (timespec_subtract): Remove.
34565         (NANOSLEEP_BUG_WORKAROUND): New constant.
34566         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
34567         things considerably.  Use it only on GNU/Linux hosts, since the
34568         workaround shouldn't be needed elsewhere.
34569
34570 2005-02-24  Bruno Haible  <bruno@clisp.org>
34571
34572         * modules/gettext (Files): Add m4/glibc2.m4.
34573
34574 2005-02-24  Bruno Haible  <bruno@clisp.org>
34575
34576         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
34577         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
34578         * m4/progtest.m4:
34579         Update from GNU gettext 0.14.2.
34580         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
34581
34582 2005-02-24  Bruno Haible  <bruno@clisp.org>
34583
34584         * lib/localcharset.c: Update from GNU gettext 0.14.2.
34585         * lib/config.charset: Update from GNU gettext 0.14.2.
34586
34587 2005-02-24  Bruno Haible  <bruno@clisp.org>
34588
34589         * lib/gettext.h: Update from GNU gettext 0.14.2.
34590
34591 2005-02-23  Simon Josefsson  <jas@extundo.com>
34592
34593         * m4/iconvme.m4: New file.
34594
34595 2005-02-23  Jim Meyering  <jim@meyering.net>
34596
34597         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
34598         change.
34599         Thanks to Bruno Haible for catching it.
34600
34601 2005-02-22  Simon Josefsson  <jas@extundo.com>
34602
34603         * modules/iconvme: New file.
34604
34605         * MODULES.html.sh: Add iconvme.
34606
34607 2005-02-22  Simon Josefsson  <jas@extundo.com>
34608
34609         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
34610
34611 2005-02-22  Simon Josefsson  <jas@extundo.com>
34612
34613         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
34614
34615 2005-02-22  Jim Meyering  <jim@meyering.net>
34616
34617         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
34618         s/ifndef/ifdef/.
34619
34620 2005-02-20  Neil Conway  <neilc@samurai.com>
34621
34622         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
34623         returned by OSX/Darwin if the specified buffer is not large
34624         enough for the hostname.
34625
34626 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34627
34628         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
34629         pass it to _help, otherwise the latter coredumps trying to
34630         dereference state.root_argp.
34631
34632 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34633
34634         * modules/chdir-long (Depends-on): Add memrchr.
34635         * modules/memrchr (Files): Add lib/memrchr.h.
34636         (Include): "memrchr.h".
34637
34638 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34639
34640         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
34641
34642 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34643
34644         * lib/memrchr.h: New file.
34645         * lib/chdir-long.c: Include it.
34646         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
34647         Don't bother including stddef.h.
34648
34649 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
34650
34651         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
34652         inclusion.
34653         Include <sys/types.h>, for dev_t.
34654         (ME_DUMMY, ME_REMOTE): Move from here....
34655         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
34656         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
34657         Dmitry V. Levin.
34658         Include mountlist.h first, to test the interface.
34659
34660 2005-01-29  Bruno Haible  <bruno@clisp.org>
34661
34662         * lib/progname.c (program_name): Initialize.
34663         Needed when linking statically on MacOS X.
34664
34665 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34666
34667         Sync from coreutils.
34668         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
34669         (Depends-on): Add c-strtod.
34670         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
34671
34672 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34673
34674         Sync from coreutils.
34675         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
34676
34677         Remove files that are specific to coreutils.
34678         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
34679
34680 2005-01-28  Bruno Haible  <bruno@clisp.org>
34681
34682         * modules/javacomp: New file.
34683         * MODULES.html.sh (Java): Add javacomp.
34684
34685 2005-01-28  Bruno Haible  <bruno@clisp.org>
34686
34687         * m4/javacomp.m4: New file, from GNU gettext.
34688
34689 2005-01-28  Bruno Haible  <bruno@clisp.org>
34690
34691         * lib/javacomp.sh.in: New file, from GNU gettext.
34692         * lib/javacomp.h: New file, from GNU gettext.
34693         * lib/javacomp.c: New file, from GNU gettext.
34694
34695 2005-01-26  Simon Josefsson  <jas@extundo.com>
34696
34697         * lib/gai_strerror.c: Use GPL in header.
34698
34699 2005-01-26  Bruno Haible  <bruno@clisp.org>
34700
34701         * modules/javaexec: New file.
34702         * MODULES.html.sh (Java): Add javaexec.
34703
34704 2005-01-26  Bruno Haible  <bruno@clisp.org>
34705
34706         * m4/javaexec.m4: New file, from GNU gettext.
34707
34708 2005-01-26  Bruno Haible  <bruno@clisp.org>
34709
34710         * lib/javaexec.sh.in: New file, from GNU gettext.
34711         * lib/javaexec.h: New file, from GNU gettext.
34712         * lib/javaexec.c: New file, from GNU gettext.
34713
34714 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34715
34716         * modules/lchown (Depends-on): Remove lchown.h
34717
34718 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34719
34720         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
34721         must be defined if the header file was not found, in order
34722         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
34723
34724 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34725
34726         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
34727         initializers for struct pentry_state.
34728         (__argp_error): Check return value of __asprintf
34729         (__argp_failure): Translate error message
34730
34731         * lib/argp-parse.c: Removed braces around the expansion of N_()
34732
34733 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34734
34735         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
34736         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
34737         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
34738         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
34739         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
34740         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
34741         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
34742         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
34743         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
34744         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
34745         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
34746         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
34747         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
34748         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
34749         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
34750         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
34751         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
34752         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
34753         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
34754         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
34755         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
34756         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
34757         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
34758         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
34759         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
34760         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
34761         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
34762         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
34763         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
34764         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
34765         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
34766         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
34767         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
34768         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
34769         xstrtol.m4, xstrtoumax.m4, yesno.m4:
34770         Use an all-permissive copyright notice, recommended by RMS.
34771
34772 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
34773
34774         * modules/chdir-long (Depends-on): Remove mempcpy.
34775
34776 2005-01-21  Jim Meyering  <jim@meyering.net>
34777
34778         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
34779         same value as for Solaris 9.
34780
34781         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
34782         component length.  This included changing the parameter to be
34783         of type `char *' rather than `char const *'.
34784         * lib/chdir-long.h (chdir_long): Update prototype.
34785
34786         * lib/openat.c (fdopendir, fstatat): New functions.
34787         * lib/openat.h: Include headers required for use of DIR and struct
34788         stat.
34789         [AT_SYMLINK_NOFOLLOW]: Define.
34790         (fdopendir, fstatat): Add prototypes.
34791
34792 2005-01-21  Bruno Haible  <bruno@clisp.org>
34793
34794         * modules/classpath: New file.
34795         * MODULES.html.sh (Java): Add classpath.
34796
34797 2005-01-21  Bruno Haible  <bruno@clisp.org>
34798
34799         * lib/classpath.h: New file, from GNU gettext.
34800         * lib/classpath.c: New file, from GNU gettext.
34801
34802 2005-01-20  Simon Josefsson  <jas@extundo.com>
34803
34804         * modules/version-etc-fsf: New file.
34805
34806 2005-01-20  Simon Josefsson  <jas@extundo.com>
34807
34808         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
34809         * lib/version-etc.c: Remove version_etc_copyright.
34810         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
34811         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
34812
34813 2005-01-20  Simon Josefsson  <jas@extundo.com>
34814
34815         * lib/base64.h (isbase64): Add.
34816
34817         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
34818         using a unsigned prototype, don't inline.
34819         (base64_decode): Use it.
34820
34821 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34822
34823         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
34824         it.
34825
34826 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34827
34828         * lib/save-cwd.c (save_cwd): Remove code to support the case
34829         where fchdir is missing or flaky.
34830
34831 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34832
34833         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
34834
34835 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
34836
34837         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
34838         AC_LIBSOURCES now does this.
34839         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
34840         with new ullong_max module.
34841
34842 2005-01-19  Bruno Haible  <bruno@clisp.org>
34843
34844         * modules/sh-quote: New file.
34845         * MODULES.html.sh (Executing programs): Add sh-quote.
34846
34847 2005-01-19  Bruno Haible  <bruno@clisp.org>
34848
34849         * lib/sh-quote.h: New file, from GNU gettext.
34850         * lib/sh-quote.c: New file, from GNU gettext.
34851
34852 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34853
34854         Merge from coreutils.
34855         * m4/ullong_max.m4: New file.
34856         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
34857         (gl_MACROS): Assume localeconv exists.
34858
34859 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34860
34861         Merge changes from coreutils, as described below in several
34862         changelogs dated today.
34863
34864         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
34865         (O_DIRECTORY): Remove; not needed here, since "." must be
34866         a directory.  All uses removed.
34867         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
34868         universal on Suns, and we also need to test for IRIX.
34869         Revamp code to use 'if' rather than '#if'.
34870         Avoid unnecessary comparison of cwd->desc to 0.
34871
34872         * lib/utimens.c (futimens): Robustify the previous patch, by checking
34873         for known valid error numbers rather than observed invalid ones.
34874
34875 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34876
34877         * modules/ullong_max: New file.
34878
34879         * modules/chdir-long, modules/openat: New files.
34880         * modules/save-cwd (Depends-on): Depend on chdir-long.
34881         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
34882
34883 2005-01-18  Jim Meyering  <jim@meyering.net>
34884
34885         Merge from coreutils.
34886         * m4/chdir-long.m4, m4/openat.m4: New files.
34887         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
34888         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
34889         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
34890         is sane and DOES follow symlinks.  Besides, testing 20 different
34891         systems found no broken chown implementations.
34892         Prompted by a change in rsync's copy of this macro.
34893         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
34894
34895         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
34896
34897         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
34898         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
34899         NULL-means-set-to-current-time semantics.
34900         Remove temporary file immediately, rather than waiting
34901         for configure's at-exit trap code to do it.
34902
34903 2005-01-18  Jim Meyering  <jim@meyering.net>
34904
34905         * lib/version-etc.c (version_etc_copyright): Update copyright date.
34906
34907         * lib/utimens.c (futimens): Account for the fact that futimes
34908         can also fail with errno == ENOSYS or errno == ENOENT.
34909         Patch from Dmitry V. Levin.
34910
34911         Change the name of the robust chdir function from chdir to chdir_long.
34912         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
34913         (restore_cwd): Use chdir_long, not chdir.
34914         * lib/chdir-long.c: Renamed from chdir.c.
34915         * lib/chdir-long.h: Renamed from chdir.h.
34916         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
34917         Hurd.
34918
34919 2005-01-18  Bruno Haible  <bruno@clisp.org>
34920
34921         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
34922         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
34923         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
34924         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
34925         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
34926         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
34927         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
34928         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
34929         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
34930         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
34931         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
34932         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
34933         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
34934         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
34935         Use an all-permissive copyright notice, recommended by RMS.
34936
34937 2005-01-18  Bob Proulx  <bob@proulx.com>
34938
34939         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
34940         simplify offsetof() macro construct to avoid compile failure with
34941         native HP-UX 11.0 ANSI C compiler.
34942
34943 2005-01-17  Bruno Haible  <bruno@clisp.org>
34944
34945         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
34946         redundant because stpncpy.m4 takes care of it.
34947
34948 2005-01-17  Bruno Haible  <bruno@clisp.org>
34949
34950         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
34951
34952 2005-01-17  Bruno Haible  <bruno@clisp.org>
34953
34954         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
34955         used.
34956
34957 2005-01-17  Bruno Haible  <bruno@clisp.org>
34958
34959         * lib/fwriteerror.h (fwriteerror): Change specification to include
34960         fclose.
34961         * lib/fwriteerror.c: Include <stdbool.h>.
34962         (fwriteerror): At the end, close the file stream. Record whether
34963         stdout was already closed.
34964
34965 2005-01-17  Bruno Haible  <bruno@clisp.org>
34966
34967         * lib/execute.c (environ): Declare if needed.
34968         * lib/pipe.c (environ): Likewise.
34969         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
34970
34971 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34972
34973         * modules/argp: Depend on vsnprintf
34974
34975 2005-01-10  Jim Meyering  <jim@meyering.net>
34976
34977         * modules/closeout (Depends-on): Add atexit.
34978
34979 2005-01-06  Bruno Haible  <bruno@clisp.org>
34980
34981         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
34982
34983 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
34984
34985         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
34986         definitions to be after all include files, to avoid collisions.
34987         Problem reported by Bob Proulx.
34988
34989 2005-01-04  Jim Meyering  <jim@meyering.net>
34990
34991         Changes imported from coreutils.
34992         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
34993         as the mkstemp template, use a temporary directory and an
34994         8.3-friendly template to avoid trouble on systems like DJGPP.
34995         Reported by Juan M. Guerrero via Stepan Kasal.
34996         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
34997         close. Remove the temporary directory right away, rather than waiting
34998         for configure's at-exit trap code to do it.
34999         Suggestion from Stepan Kasal.
35000
35001 2005-01-01  Simon Josefsson  <jas@extundo.com>
35002
35003         * gnulib-tool: Print #include directives when --import'ing.
35004
35005 2004-12-28  Simon Josefsson  <jas@extundo.com>
35006
35007         * tests/test-base64.c: Include required header files.  Remove
35008         unused variables.
35009
35010 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
35011
35012         * modules/error (Depends-on): Remove gettext.
35013
35014 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
35015
35016         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
35017         not needed.  This removes a dependency on the gettext module.
35018         [defined _LIBC]: Do not include <libintl.h>; not needed.
35019
35020 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
35021
35022         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
35023         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
35024
35025 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
35026
35027         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
35028         HAVE_DECL_STRTOLD.
35029
35030 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35031
35032         * modules/getdate (Depends-on): Remove alloca-opt.
35033
35034 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35035
35036         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
35037
35038 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35039
35040         * lib/argp-parse.c: Include <stddef.h>.
35041         (alignof, alignto): New macros.
35042         (parser_init): Don't assume that void * is aligned sufficiently
35043         for struct option.
35044
35045         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
35046         need to extend the stack.
35047         (YYINITDEPTH): New macro, so that the initial stack isn't overly
35048         large.
35049
35050 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35051
35052         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
35053
35054 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
35055
35056         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
35057         (2004-10-24) change.  Apparently this was a false alarm.
35058
35059         * modules/getdate: Depend on alloca-opt, not alloca.
35060
35061 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
35062
35063         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
35064         Remove now-obsolete comment about AIX.
35065         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
35066         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
35067         (YYMAXDEPTH): New macro.
35068
35069 2004-12-18  Simon Josefsson  <jas@extundo.com>
35070
35071         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
35072
35073 2004-12-18  Bruno Haible  <bruno@clisp.org>
35074
35075         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
35076
35077 2004-12-18  Bruno Haible  <bruno@clisp.org>
35078
35079         * lib/fatal-signal.c (fatal_signals): Make non-const.
35080         (init_fatal_signals): New function.
35081         (uninstall_handlers, install_handlers): Ignore signals that were set to
35082         SIG_IGN.
35083         (at_fatal_signal): Call init_fatal_signals.
35084         (init_fatal_signal_set): Likewise. Ignore signals that were set to
35085         SIG_IGN.
35086         Reported by Paul Eggert.
35087
35088 2004-12-18  Bruno Haible  <bruno@clisp.org>
35089
35090         * doc/alloca.texi: New file.
35091         * doc/alloca-opt.texi: New file.
35092
35093 2004-12-17  Jim Meyering  <jim@meyering.net>
35094
35095         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
35096         Otherwise, install-sh could exit with improper exit status when
35097         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
35098
35099 2004-12-16  Simon Josefsson  <jas@extundo.com>
35100
35101         * tests/test-base64.c: Add license.
35102
35103 2004-12-15  Stepan Kasal  <address@hidden>
35104
35105         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
35106
35107 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
35108
35109         * modules/getcwd (Files): Add m4/d-ino.m4.
35110         Suggested by Mark D. Baushke.
35111
35112 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
35113
35114         * lib/getdate.y (textint): New member "negative".
35115         (time_zone_hhmm): New function.
35116         Expect 14 shift-reduce conflicts, not 13.
35117         (o_colon_minutes): New rule.
35118         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
35119         (yylex): Set the "negative" member of signed numbers.
35120
35121 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
35122
35123         * doc/getdate.texi (Time of day items, Time zone items):
35124         Describe new formats +00:00, UTC+00:00.
35125
35126 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
35127
35128         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
35129         spurious "-l"s.  Problem reported by Stepan Kasal.
35130
35131 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
35132
35133         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
35134         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
35135
35136 2004-12-04  Simon Josefsson  <jas@extundo.com>
35137
35138         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
35139         Vandoorselaere <yoann@prelude-ids.org>.
35140
35141 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35142
35143         Changes imported from coreutils.
35144         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
35145         exist.
35146         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
35147
35148 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35149
35150         Changes imported from coreutils.
35151         * lib/hard-locale.c: Assume <locale.h> exists.
35152         Include "strdup.h".
35153         (GLIBC_VERSION): New macro.
35154         (hard_locale): Assume setlocale exists.
35155         Rewrite to avoid #ifdef.
35156         Use strdup rather than malloc + strcpy.
35157         * lib/human.c: Assume <locale.h> exists.
35158         (human_readable): Assume localeconv exists.
35159
35160 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35161
35162         * modules/hard-locale (Depends-on): Add strdup.
35163
35164 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
35165
35166         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
35167         convert T2, not T.  (Imported from libc.)
35168
35169 2004-11-30  Simon Josefsson  <jas@extundo.com>
35170
35171         * modules/restrict (License): Change to LGPL.
35172
35173 2004-11-30  Simon Josefsson  <jas@extundo.com>
35174
35175         * m4/restrict.m4: Add copyright and copying conditions.
35176
35177 2004-11-30  Simon Josefsson  <jas@extundo.com>
35178
35179         * m4/base64.m4: New file.
35180
35181 2004-11-30  Simon Josefsson  <jas@extundo.com>
35182
35183         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
35184         base64.
35185
35186         * tests/test-base64.c: New file.
35187
35188         * modules/base64: New file.
35189
35190 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
35191
35192         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
35193         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
35194
35195         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
35196
35197 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
35198
35199         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
35200         (__getcwd.c): Don't restore errno; glibc doesn't.
35201         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
35202         first, falling back to our code only if its results look suspicious.
35203         Ensure that the resulting buffer is only as large as necessary.
35204
35205         * lib/readutmp.c: Include readutmp.h first.
35206         Include <errno.h>, since readutmp.h no longer does that.
35207         * lib/readutmp.h: Don't include <errno.h>,
35208         <sys/param.h>, <time.h>; not needed to establish interface.
35209         (errno): Remove decl.
35210         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
35211         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
35212         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
35213
35214 2004-11-28  Simon Josefsson  <jas@extundo.com>
35215
35216         * lib/base64.h, base64.c: New file.
35217
35218 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
35219
35220         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
35221
35222 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
35223
35224         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
35225         (Depends-on): Remove pathmax, same.  Add mempcpy.
35226         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
35227         (Makefile.am): Append getcwd.h to lib_SOURCES.
35228         (Include): Add getcwd.h.
35229         (Maintainer): Change from Jim Meyering to "all, glibc",
35230         since getdate now uses intended-for-glibc code.
35231         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
35232         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
35233
35234 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35235
35236         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
35237         HP's ANSI C compiler.
35238         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
35239         Declaring int functions causes warnings on some modern systems and
35240         shouldn't be needed to compile on ancient ones.
35241         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
35242         defined.
35243
35244         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
35245         with the following changes.
35246         (__set_errno): Parenthesize properly.
35247         Include <stdbool.h>.
35248         (MIN, MAX, MATCHING_INO): New macros.
35249         (__getcwd): Define with prototype, not K&R form.
35250         Use heuristics to allocate default buffer on stack if possible.
35251         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
35252         behavior, and to avoid the PATH_MAX limit when computing
35253         ../../../../...
35254         Use MATCHING_INO to compare inode number to file.
35255         Check for arithmetic overflow in size calculations.
35256         Fix bug in reallocation of dot array that caused getcwd to fail
35257         on directories nested deeper than 75.
35258         Be more careful about saving errno on error.
35259         Do not use realloc; use only free+malloc, as this is a bit
35260         more flexible and avoids a needless copy operation.
35261         Do not inspect st_dev and st_ino for symbolic links; POSIX
35262         doesn't specify the latter.
35263         Check for closedir errors.
35264         Avoid needless casts.
35265         Use "#ifdef weak_alias" around weak_alias, to be like other
35266         glibc code.
35267         The following changes to getcwd.c have effect only when used in
35268         gnulib; they have no effect inside glibc proper.
35269         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
35270         as alloca isn't used.
35271         (alloca, __alloca): Likewise.
35272         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
35273         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
35274         unconditionally, as gnulib assumes C89 or better.
35275         Do not include <sys/param.h>.
35276         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
35277         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
35278         better.
35279         (NULL) [!defined NULL]: Remove; we assume C89 or better.
35280         Include <dirent.h> in a way that is compatible with modern Autoconf.
35281         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
35282         New macros, if not already defined.
35283         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
35284         Use "_LIBC", not "defined _LIBC", for consistency.
35285         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
35286         a mempcpy module.
35287         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
35288         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
35289         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
35290         credit only to Jim Meyering and adjust the copyright dates.
35291         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
35292         <stdlib.h>, <unistd.h>, "pathmax.h".
35293         Instead, include "xgetcwd.h" (first) and "getcwd.h".
35294         (INITIAL_BUFFER_SIZE): Remove.
35295         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
35296
35297 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35298
35299         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
35300         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
35301         Use the _ONCE methods, for efficiency.
35302         Check for fcntl.h.  In test program, include <errno.h>
35303         and <fcntl.h> if available.  Remove old K&R cruft from
35304         test program.  Check for common errors in GNU/Linux,
35305         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
35306         don't do AC_LIBOBJ, as that's getcwd.m4's job.
35307         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
35308         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
35309         name accordingly.
35310         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
35311         accommodate new getcwd.c.
35312         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
35313         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
35314         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
35315         that's all we need now.
35316
35317 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35318
35319         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
35320         argp-parse.c depends on getopt internals, that means we should
35321         always use our getopt, to be on the safe side.
35322         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
35323         order not to spoil the result of an eventual previous invocation
35324         of gl_GETOPT_SUBSTITUTE.
35325
35326 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35327
35328         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
35329         redefinition warnings. To avoid them, include the defines
35330         in `#if !defined __need_getopt ... #endif'. The only place
35331         where __getopt_argv_const is used is in definitions
35332         of getopt_long and getopt_long_only below, which are as well
35333         protected by `#ifndef __need_getopt'.
35334         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
35335         __need_getopt after including <stdio.h> and <unistd.h> These
35336         headers might have defined it.
35337
35338 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
35339
35340         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
35341
35342 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
35343
35344         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
35345         (futimens): New function, which uses futimes if available.
35346         (futimens, utimens): Support timespec==NULL, with same semantics
35347         as utime and utimens.
35348         * lib/utimens.h (futimens): New decl.
35349
35350 2004-11-23  Jim Meyering  <jim@meyering.net>
35351
35352         * lib/getopt_.h: Remove trailing blanks.
35353
35354 2004-11-23  Jim Meyering  <jim@meyering.net>
35355
35356         * lib/__fpending.c: Add comment.
35357
35358 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
35359
35360         * modules/canonicalize (Depends-on): Add xreadlink.
35361         Problem reported by James Youngman.
35362
35363 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
35364
35365         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
35366         New macros.
35367         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
35368         optopt): Use them instead of invoking ## directly; otherwise, the
35369         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
35370
35371 2004-11-19  Bruno Haible  <bruno@clisp.org>
35372
35373         * lib/strtok_r.c: Move comments from here...
35374         * lib/strtok_r.h: ... to here.
35375
35376 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35377
35378         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
35379         implementations that mishandle size_t overflow.
35380
35381 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35382
35383         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
35384         might fail.  Problem reported by Yoann Vandoorselaere.
35385         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
35386         implementations that mishandle size_t overflow.
35387
35388 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35389
35390         * modules/canon-host (Depends-on): Add strdup.
35391
35392 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35393
35394         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
35395
35396 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35397
35398         * lib/canon-host.c: Include "strdup.h".
35399         (canon_host): Use getaddrinfo if available, so that IPv6 works.
35400         Use strdup instead of malloc/strcpy to duplicate strings.
35401
35402         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
35403         (human_space_before_unit): New constant.
35404         * lib/human.c (human_readable): Support it.
35405
35406         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
35407         (xgetcwd): Set errno correctly when failing.
35408         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
35409         the failure is actually due to a PATH_MAX problem.
35410
35411         Further getopt changes to make it more likely that glibc will
35412         buy the changes back.
35413         * lib/getopt.c (POSIXLY_CORRECT): New constant.
35414         (getopt): Use it, so to preserve glibc semantic
35415         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
35416         when compiling for libc.
35417         * lib/getopt_.h (__getopt_argv_const): Bring it back.
35418         (getopt_long, getopt_long_only): Use it.
35419
35420         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
35421         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
35422         (getopt): Argv is now char * const *, as per standard.
35423         (_getopt_internal_r, _getopt_internal): Argv is now char **,
35424         not char *__getopt_argv_const *.
35425         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
35426         _getopt_long_only_r): Likewise.
35427         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
35428         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
35429         _getopt_long_r, _getopt_long_only_r): Likewise.
35430         * lib/getopt_.h (__getopt_argv_const): Remove.
35431         (getopt): Argv is now char * const *, as per standard.
35432
35433         * lib/getdate.y (tORDINAL): New token.
35434         (day, relunit): Allow it for relative times.
35435         (relative_time_table): Use tORDINAL for ordinals.
35436
35437 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35438
35439         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
35440         Document that "second" isn't allowed as an ordinal number.
35441
35442 2004-11-16  Jim Meyering  <jim@meyering.net>
35443
35444         * modules/closeout (Depends-on): Add fpending.
35445
35446 2004-11-15  Jim Meyering  <jim@meyering.net>
35447
35448         * lib/closeout.c: Include "__fpending.h" once again.
35449         Include <stdbool.h>.
35450         (close_stdout): Don't fail just because stdout was closed initially,
35451         since some programs don't write to stdout in the normal course of
35452         operation (other than --version and --help), and we don't want this
35453         function to make e.g. `touch file >&-' fail.
35454         But do fail if it was closed and someone has tried to write to it.
35455         E.g., `printf foo >&-' must fail.
35456
35457 2004-11-13  Jim Meyering  <jim@meyering.net>
35458
35459         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
35460
35461 2004-11-12  Simon Josefsson  <jas@extundo.com>
35462
35463         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
35464         small doc fix is still pending.
35465
35466 2004-11-11  Simon Josefsson  <jas@extundo.com>
35467
35468         * modules/strtok_r: New file.
35469
35470         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35471         strtok_r.
35472
35473 2004-11-11  Simon Josefsson  <jas@extundo.com>
35474
35475         * m4/strtok_r.m4: New file.
35476
35477         * m4/getopt.m4: Replace opterr.
35478
35479 2004-11-11  Simon Josefsson  <jas@extundo.com>
35480
35481         * lib/strtok_r.h, strtok_r.c: New file.
35482
35483 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
35484
35485         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
35486         of replacing opterr, getopt, etc.  This should handle the
35487         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
35488
35489 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
35490
35491         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
35492         we can stop lying to compilers about the constness of argv when we
35493         are compiled outside glibc.
35494         (getopt, getopt_long, getopt_long_only): Use it.
35495         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
35496         _getopt_internal, getopt): Likewise.
35497         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
35498         _getopt_long_only_r): Likewise.
35499         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
35500         _getopt_long_r, _getopt_long_only_r): Likewise.
35501
35502         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
35503         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
35504         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
35505         the other external symbols.
35506         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
35507         declaration, since the above renaming now works around collisions.
35508
35509 2004-11-11  Jim Meyering  <jim@meyering.net>
35510
35511         * lib/linebreak.c: Remove trailing blanks.
35512         * lib/alloca_.h: Likewise.
35513         * lib/acosl.c: Likewise.
35514         * lib/euidaccess.c: Likewise.
35515         * lib/allocsa.h: Likewise.
35516
35517 2004-11-10  Simon Josefsson  <jas@extundo.com>
35518
35519         * m4/getaddrinfo.m4: New file.
35520
35521 2004-11-10  Simon Josefsson  <jas@extundo.com>
35522
35523         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
35524
35525 2004-11-10  Simon Josefsson  <jas@extundo.com>
35526
35527         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35528         getaddrinfo.
35529
35530         * modules/getaddrinfo: New file.
35531
35532 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35533
35534         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
35535
35536 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35537
35538         * lib/mktime.c (SHR): New macro, which is a portable
35539         substitute for >> that should work even on Crays.
35540         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
35541         Problem reported by Mark D. Baushke in
35542         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
35543         * lib/getdate.y (SHR): Likewise.
35544         (tm_diff): Use it.
35545         * lib/strftime.c (SHR): Likewise.
35546         (tm_diff): Use it.
35547         * lib/quotearg.c (struct quoting_options): Use unsigned int for
35548         quote_these_too, so that right shifts are well defined.  All uses
35549         changed.
35550
35551 2004-11-10  Jim Meyering  <jim@meyering.net>
35552
35553         Ensure that no close failure goes unreported.
35554         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
35555         return early when it seems there's nothing to flush.
35556         Don't include __fpending.h.
35557
35558 2004-11-10  Jim Meyering  <jim@meyering.net>
35559
35560         * modules/closeout (Depends-on): Remove fpending.
35561
35562 2004-11-10  Jim Meyering  <jim@meyering.net>
35563
35564         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
35565
35566 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35567
35568         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
35569         gl_FUNC_STRFTIME.
35570         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
35571         and AC_REQUIRE when possible, to avoid duplicate checks.
35572         Check for <wchar.h>.
35573
35574 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35575
35576         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
35577
35578 2004-11-09  Bruno Haible  <bruno@clisp.org>
35579
35580         * m4/sockpfaf.m4: New file.
35581
35582 2004-11-05  Bruno Haible  <bruno@clisp.org>
35583
35584         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
35585         Reported by Mark D. Baushke <mdb@cvshome.org>.
35586
35587 2004-11-04  Bruno Haible  <bruno@clisp.org>
35588
35589         2004-09-11  Bruno Haible  <bruno@clisp.org>
35590                 * allocsa.valgrind: New file.
35591         2004-02-06  Bruno Haible  <bruno@clisp.org>
35592                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
35593                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
35594                 Reported by Christopher Seip <chris.seip@hp.com>.
35595
35596 2004-11-04  Bruno Haible  <bruno@clisp.org>
35597
35598         * modules/allocsa (Files): Add lib/allocsa.valgrind.
35599         (Makefile.am): Distribute it.
35600
35601 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
35602
35603         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
35604         with errno == ERANGE if the buffer is too small.
35605         Problem reported by Mark D. Baushke.
35606
35607 2004-11-03  Albert Chin  <china@thewrittenword.com>
35608             Paul Eggert  <eggert@cs.ucla.edu>
35609
35610         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
35611         equivalent, substitute $ac_type for equivalent type rather than
35612         blindly using uint32_t *always* which won't work if uint32_t is not
35613         available.  Define _UINT32_T to work around typedef of uint32_t if
35614         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
35615         2.5.1.
35616
35617 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35618
35619         * m4/jm-macros.m4: Sync from coreutils.
35620         (gl_MACROS): Check for mbrlen, for pathchk.
35621         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
35622
35623 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35624
35625         * lib/xreadlink.c (MAXSIZE): New macro.
35626         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
35627         size does not exceed MAXSIZE.  Avoid cast.
35628         As suggested by Mark D. Baushke in
35629         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
35630         if readlink fails with buffer size just under MAXSIZE, try again
35631         with MAXSIZE.
35632
35633 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35634
35635         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
35636
35637 2004-11-02  Derek R. Price  <derek@ximbiot.com>
35638         and  Paul Eggert  <eggert@cs.ucla.edu>
35639
35640         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
35641         (get_date): Overparenthesize to avoid GCC warning.
35642
35643 2004-11-02  Bruno Haible  <bruno@clisp.org>
35644
35645         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
35646         returns void.
35647
35648 2004-11-02  Bruno Haible  <bruno@clisp.org>
35649
35650         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
35651         function returns void.
35652
35653 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
35654
35655         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
35656         fflush_unlocked, flockfile, funlockfile, funlockfile,
35657         fputs_unlocked, putc_unlocked.
35658
35659 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
35660
35661         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
35662         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
35663         already declared.
35664
35665 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35666
35667         * modules/getdate (Files): Add doc/getdate.texi.
35668         (Depends-on): Add setenv, xalloc.
35669
35670 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35671
35672         * lib/getdate.y: Add support for TZ="foo" within a date string.
35673         Fix some bugs near time_t boundaries.  Reject dates with
35674         out-of-range components, e.g., "Sept 31".
35675         Include <stdlib.h>, "setenv.h", "xalloc.h".
35676         (ISDIGIT_LOCALE): Remove; unused.
35677         Note that the TZ and time functions used here are not reentrant.
35678         (mktime_ok, get_tz): New functions.
35679         (TZBUFSIZE): New constant.
35680         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
35681         This requires that we sometimes generate our own TZ="XXX..." setting.
35682
35683 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35684
35685         * doc/getdate.texi: New file, from coreutils with modifications for
35686         the new TZ parsing.
35687
35688 2004-10-27  Derek R. Price  <derek@ximbiot.com>
35689
35690         * lib/mktime.c (not_equal_tm): Remove redundant check.
35691
35692 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35693
35694         * modules/regex (lib_SOURCES): Add regex.c.
35695         Reported by James Youngman in
35696         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
35697
35698 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35699
35700         * lib/getdate.y: Use Bison 1.875 features, and some minor
35701         code cleanups.  This change does not affect semantics.
35702         Don't include <stdlib.h>; no longer needed.
35703         Don't include unlocked-io.h; only the "#if TEST" code uses
35704         stdio, and performance isn't crucial there.
35705         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
35706         Bison 1.875 features as described below.
35707         All uses of "PC." replaced by "pc->".
35708         (YYSTYPE): Add a forward declaration.
35709         (yylex, yyerror): Use full prototypes in forward decls.
35710         Use "%pure-parser" rather than obsolescent "%pure_parser".
35711         Use %parse-param and %lex-param instead of obsolescent
35712         YYPARSE_PARAM and YYLEX_PARAM.
35713         (meridian_table, month_and_day_table, time_units_table,
35714         relative_time_table, time_zone_table, military_table,
35715         lookup_zone, lookup_word, get_date):
35716         Use NULL instead of 0 where appropriate.
35717         (to_hour): Avoid abort (), to avoid a dependency on
35718         stdlib.h.
35719         (yyerror, yylex): Now accepts parser_control * arg.
35720         (main) [TEST]: Use '\0' rather than 0 for char.
35721
35722 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
35723
35724         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
35725
35726 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
35727
35728         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
35729         It's now the caller's responsibility to handle the case where
35730         !HAVE_GETPAGESIZE && !defined getpagesize.
35731
35732         * lib/mktime.c (leapyear): Arg is long int, not int.
35733
35734 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
35735
35736         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
35737
35738 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
35739
35740         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
35741         missing.  Problem reported by James Youngman.
35742
35743 2004-10-16  Simon Josefsson  <jas@extundo.com>
35744
35745         * gnulib-tool: Fix comments.  Fix parse problem.
35746         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
35747
35748 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
35749
35750         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
35751         implementation of getopt_long.  Problem reported by Alexander Taler in:
35752         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
35753
35754 2004-10-15  Bruno Haible  <bruno@clisp.org>
35755
35756         * gnulib-tool: Untabify. Initialize supplied_libname.
35757         (func_usage): More homogenous output.
35758         (func_modules_transitive_closure, func_modules_to_filelist,
35759         func_emit_lib_Makefile_am): New functions.
35760         (func_import): New function, extracted from big case statement. Use
35761         func_get_license, func_modules_transitive_closure,
35762         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
35763         opt_lgpl. Don't use test -a, as it's not portable.
35764         (func_create_testdir): Use func_modules_transitive_closure,
35765         func_modules_to_filelist, func_emit_lib_Makefile_am.
35766
35767 2004-10-15  Bruno Haible  <bruno@clisp.org>
35768
35769         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
35770
35771 2004-10-15  Bruno Haible  <bruno@clisp.org>
35772
35773         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
35774         the portions belonging to each module.
35775         Suggested by Derek Robert Price <derek@ximbiot.com>.
35776
35777 2004-10-12  Simon Josefsson  <jas@extundo.com>
35778
35779         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
35780         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
35781         to real functions.
35782
35783 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35784
35785         * modules/vsnprintf: New file.
35786
35787 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35788
35789         * m4/vsnprintf.m4: New file.
35790
35791 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35792
35793         * lib/vsnprintf.h: New file.
35794         * lib/vsnprintf.c: New file.
35795
35796 2004-10-11  Bruno Haible  <bruno@clisp.org>
35797
35798         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
35799         vsnprintf.
35800
35801 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
35802
35803         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
35804
35805 2004-10-07  Bruno Haible  <bruno@clisp.org>
35806
35807         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
35808         fits into the provided buffer.
35809
35810 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
35811
35812         * lib/diacrit.c, diacrit.h: Add GPL notice.
35813
35814         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
35815         notice.
35816         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
35817         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
35818         This avoids a potential constant-folding bug.
35819
35820 2004-10-05  Bruno Haible  <bruno@clisp.org>
35821
35822         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
35823         for the declaration of strsep.
35824
35825 2004-10-05  Bruno Haible  <bruno@clisp.org>
35826
35827         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
35828
35829 2004-10-04  Simon Josefsson  <jas@extundo.com>
35830
35831         * modules/memmem: New file.
35832         * tests/test-memmem.c: New file.
35833         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
35834
35835 2004-10-04  Simon Josefsson  <jas@extundo.com>
35836
35837         * m4/memmem.m4: New file.
35838
35839 2004-10-04  Simon Josefsson  <jas@extundo.com>
35840
35841         * lib/memmem.h: New file.
35842         * lib/memmem.c: New file, taken from glibc.
35843
35844 2004-10-04  Simon Josefsson  <jas@extundo.com>
35845
35846         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
35847         '#ifdef USE_UNLOCKED_IO'.
35848
35849 2004-10-04  Simon Josefsson  <jas@extundo.com>
35850
35851         * config/srclist.txt: Add memmem from glibc.
35852
35853 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35854
35855         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
35856
35857         * modules/argmatch, modules/argp, modules/closeout, modules/error,
35858         modules/exclude, modules/getdate, modules/getline,
35859         modules/getndelim2, modules/getpass, modules/getpass-gnu,
35860         modules/getusershell, modules/linebuffer, modules/md5,
35861         modules/mountlist, modules/posixtm, modules/readtokens,
35862         modules/readutmp, modules/regex, modules/sha1,
35863         modules/version-etc, modules/yesno:
35864         Remove dependency on unlocked-io.
35865
35866 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35867
35868         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
35869
35870         * m4/unlocked-io.m4: Add copyright notice.
35871         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
35872
35873 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35874
35875         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
35876         * lib/xmalloc.c (xmemdup): Likewise.
35877         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
35878         XFREE): Remove these long-obsolescent macros.
35879         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
35880         * lib/xstrdup.c: Remove.
35881
35882         * lib/regex.c (re_comp): Cast gettext return value to char *,
35883         Problem reported by Martin Neitzel via Mark D. Baushke.
35884
35885 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35886
35887         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
35888         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
35889         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
35890         regex.c, sha1.c, version-etc.c, yesno.c:
35891         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
35892         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
35893         the includer's responsibility.
35894
35895         Sync from coreutils.
35896
35897         * lib/modechange.c (mode_compile): Don't decrement a pointer that
35898         points to the start of a string, as the C Standard says the
35899         resulting behavior is undefined.
35900
35901         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
35902         simple -> simple_backups, numbered_existing ->
35903         numbered_existing_backups, numbered -> numbered_backups
35904         to avoid shadowing problems.  All uses changed.
35905         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
35906         * lib/backupfile.c (check_extension, numbered_backup):
35907         Rename locals to avoid shadowing 'basename'.
35908         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
35909         once.
35910
35911         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
35912         * lib/.cvsignore: Add getopt.h.
35913
35914 2004-10-04  Bruno Haible  <bruno@clisp.org>
35915
35916         * modules/README: New file.
35917         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
35918         not a module.
35919
35920 2004-10-02  Jim Meyering  <jim@meyering.net>
35921
35922         * lib/dirfd.h, getpagesize.h: Add copyright notice.
35923
35924 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35925
35926         * modules/strsep: New file.
35927
35928 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35929
35930         * m4/strsep.m4: New file.
35931
35932 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35933
35934         * lib/strsep.h: New file.
35935         * lib/strsep.c: New file.
35936
35937 2004-10-01  Simon Josefsson  <jas@extundo.com>
35938
35939         * lib/snprintf.c (snprintf): Handle size==0.
35940
35941 2004-10-01  Simon Josefsson  <jas@extundo.com>
35942             Bruno Haible  <bruno@clisp.org>
35943
35944         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
35945         (snprintf): Declare 'args'.
35946
35947 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
35948
35949         * lib/snprintf.c: Remove comments as to why each header is needed.
35950
35951 2004-10-01  Bruno Haible  <bruno@clisp.org>
35952
35953         * MODULES.html.sh: Add strsep.
35954
35955 2004-09-30  Simon Josefsson  <jas@extundo.com>
35956
35957         * modules/snprintf: New file.
35958
35959 2004-09-30  Simon Josefsson  <jas@extundo.com>
35960
35961         * m4/snprintf.m4: New file.
35962
35963 2004-09-30  Simon Josefsson  <jas@extundo.com>
35964
35965         * lib/snprintf.h, lib/snprintf.c: New files.
35966
35967 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35968
35969         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
35970         (hol_entry_help): Never translate an empty string.
35971         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
35972         * lib/argp.h (OPTION_NO_TRANS): New option.
35973
35974 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35975
35976         * modules/argp (Maintainer): Replace Simon Josefsson
35977         by Sergey Poznyakoff.
35978
35979 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35980
35981         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
35982         changes merged back into glibc.
35983
35984 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35985
35986         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
35987
35988 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
35989
35990         * lib/xvasprintf.c: Include xalloc.h.
35991         (xvasprintf): Use xalloc_die, not xmalloc_die.
35992
35993 2004-09-29  Bruno Haible  <bruno@clisp.org>
35994
35995         * modules/alloca-opt: New file, derived from modules/alloca.
35996         * modules/allocsa: Depend on alloca-opt instead of alloca.
35997         * modules/setenv: Likewise.
35998         * modules/vasnprintf: Likewise.
35999         * MODULES.html.sh: Add alloca-opt.
36000
36001 2004-09-28  Simon Josefsson  <jas@extundo.com>
36002
36003         * gnulib-tool: New parameter --lgpl, to asseert that modules are
36004         LGPL, and to replace license template from GPL to LGPL.
36005
36006 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
36007
36008         * modules/dummy: Change license to LGPL.
36009
36010 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
36011
36012         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
36013
36014 2004-09-24  Simon Josefsson  <jas@extundo.com>
36015
36016         * modules/minmax (License): Change from GPL to LGPL.
36017
36018 2004-09-23  Simon Josefsson  <jas@extundo.com>
36019
36020         * gnulib-tool (--import): Typo.
36021
36022 2004-09-23  Simon Josefsson  <jas@extundo.com>
36023
36024         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
36025
36026 2004-09-22  Bruno Haible  <bruno@clisp.org>
36027
36028         * modules/*: Add 'License' field.
36029         * gnulib-tool: Accept --extract-license option.
36030         (func_get_license): New function.
36031
36032 2004-09-21  Bruno Haible  <bruno@clisp.org>
36033
36034         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
36035         Reported by Simon Josefsson.
36036
36037 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
36038
36039         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
36040         gl_AC_TYPE_LONG_LONG.
36041
36042 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
36043
36044         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
36045
36046 2004-09-18  Simon Josefsson  <jas@extundo.com>
36047         and  Paul Eggert  <eggert@cs.ucla.edu>
36048
36049         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
36050         calls with autoreconf.  Define GL_LIB.
36051
36052 2004-09-14  Karl Berry  <karl@gnu.org>
36053
36054         * config/srclist.txt: unsync setenv.c, sigh.
36055
36056 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
36057
36058         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
36059         Problem reported by Bruno Haible in:
36060         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
36061
36062 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
36063
36064         * config/srclist.txt: Comment out argp-pvh.c.
36065
36066 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
36067
36068         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
36069         in case some system header has #define'd it.  Problem reported by
36070         Soeren D. Schulze in
36071         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
36072
36073 2004-09-09  Karl Berry  <karl@gnu.org>
36074
36075         * regex.[ch]: delete from the root.  These were supposed to be
36076                 synced with emacs cvs, but this has not happened for about
36077                 a year, and anyway nothing else uses emacs regex.[ch].
36078                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
36079                 lib/regex[.ch] is untouched.
36080
36081 2004-09-09  Bruno Haible  <bruno@clisp.org>
36082
36083         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
36084
36085 2004-09-09  Bruno Haible  <bruno@clisp.org>
36086
36087         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
36088         modifications.
36089         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
36090
36091 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
36092
36093         * modules/xvasprintf: New file.
36094         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
36095
36096 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
36097
36098         * lib/xvasprintf.h: New file.
36099         * lib/xvasprintf.c: New file.
36100         * lib/xasprintf.c: New file.
36101
36102 2004-09-08  Bruno Haible  <bruno@clisp.org>
36103
36104         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
36105
36106 2004-09-08  Bruno Haible  <bruno@clisp.org>
36107
36108         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
36109         length is > INT_MAX.
36110         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
36111         more.
36112
36113 2004-09-08  Bruno Haible  <bruno@clisp.org>
36114
36115         * lib/stdint_.h: New file, taken from GNU clisp.
36116
36117 2004-09-08  Bruno Haible  <bruno@clisp.org>
36118             Oskar Liljeblad  <oskar@osk.mine.nu>
36119
36120         * modules/stdint: New file.
36121         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
36122
36123 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36124
36125         Import from coreutils.
36126         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
36127         strings on unbounded length.  alloca's performance benefits aren't
36128         that important here.
36129         (V_STRDUP): Remove.
36130         (parse_with_separator): New function, with most of the internals
36131         of the old parse_user_spec.  Allow user to omit both user and group,
36132         for compatibility with FreeBSD.
36133         Clone only the user name, not the entire spec.
36134         Do not set *uid, *gid unless entirely successful.
36135         Avoid memory leak in some failing cases.
36136         Fix regression for USER.GROUP reported by Dmitry V. Levin in
36137         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
36138         (parse_user_spec): Rewrite to use parse_with_separator.
36139
36140 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36141
36142         * modules/userspec: Don't depend on alloca.
36143
36144 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36145
36146         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
36147
36148 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
36149
36150         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
36151         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
36152         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
36153
36154 2004-08-16  Simon Josefsson  <jas@extundo.com>
36155
36156         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
36157         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
36158         Add --dry-run for --import.
36159         Let user provided command line parameters override configure.ac
36160         settings.
36161
36162 2004-08-12  Simon Josefsson  <jas@extundo.com>
36163
36164         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
36165         as discussed with Paul Eggert in threads rooted at
36166         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
36167         and
36168         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
36169         Before, the test was empty, and relied on ELIDE_CODE in source
36170         code.)
36171         (gl_PREREQ_GETOPT): New macro.
36172         (gl_GETOPT): Use them.
36173
36174 2004-08-12  Simon Josefsson  <jas@extundo.com>
36175
36176         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
36177         * lib/getopt_.h: Renamed from getopt.h.
36178
36179 2004-08-12  Simon Josefsson  <jas@extundo.com>
36180
36181         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
36182         Change default library name from libfoo to libgnu.
36183         Now, if you have a configure.ac that says:
36184                 gl_SOURCE_BASE(gl)
36185                 gl_M4_BASE(gl/m4)
36186                 gl_MODULES(error getopt etcetera)
36187                 gl_INIT
36188         you can import all you need by running:
36189                 ../gnulib/gnulib-tool --import
36190
36191         * modules/getopt (Files): Rename getopt.h to getopt_.h.
36192         (Makefile.am): Rewrite, use logic from argz.
36193         (Include): Use <getopt.h> instead of "getopt.h".
36194
36195 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36196
36197         * modules/argp (Files): Add m4/unlocked-io.m4.
36198         (Depends-on): Add extensions.
36199
36200 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36201
36202         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
36203         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
36204         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
36205         Check for program_invocation_name, program_invocation_short_name,
36206         flockfile, funlockfile, features.h, _getopt_long_only_r.
36207
36208 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36209
36210         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
36211         its complicated substitute.
36212         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
36213         and program_invocation_name.
36214         (__argp_basename) [!_LIBC]: Remove; the only use was
36215         replaced by its body.
36216         (__argp_short_program_name): Change condition from
36217         !defined __argp_short_program_name to
36218         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
36219         to match argp-namefrob.h.
36220         (__argp_failure): Don't assume strerror_r returns char *.
36221         * lib/argp-parse.c (N_): Define unconditionally.
36222         (argp_default_options): Fill out initializers with 0 to avoid
36223         gcc warnings.
36224
36225 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36226
36227         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
36228         getopt1.c.
36229
36230 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36231
36232         Merge from coreutils.
36233
36234         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
36235
36236         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
36237         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
36238
36239 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36240
36241         Merge from coreutils.
36242
36243         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
36244         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
36245         for Reliant Unix 5.43.
36246
36247         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
36248         (union fooround): Use uintmax_t, not long int.
36249         The rest is a merge from libc:
36250         [defined _LIBC]: Include <shlib-compat.h>.
36251         (_obstack) [defined _LIBC]: Remove after 2.3.4.
36252
36253         * lib/settime.c (settime): Recode to avoid warning with
36254         Sun Forte C 6U2.
36255
36256         * lib/strverscmp.c: Convert to UTF-8.
36257
36258 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36259
36260         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
36261         m4/uintmax_t.m4.
36262
36263 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36264
36265         * modules/xalloc-die: New file.
36266         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
36267
36268         * modules/md5 (Files): Add m4/uint32_t.m4.
36269         * modules/sha1: Renamed from modules/sha.
36270         (Files):
36271         Rename lib/sha.h to lib/sha1.h.
36272         Rename lib/sha.c to lib/sha1.c.
36273         Rename m4/sha.m4 to m4/sha1.m4.
36274         (lib_SOURCES): Likewise.
36275         (configure.ac): Rename gl_SHA to gl_SHA1.
36276         (Include): sha.h -> sha1.h.
36277
36278 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36279
36280         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
36281         * m4/sha1.m4: Renamed from sha.m4.
36282         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
36283
36284 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36285
36286         * lib/obstack.h (obstack_empty_p):
36287         Don't assume that chunk->contents is suitably aligned.
36288         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
36289         Likewise. Problem reported by Benno in
36290         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
36291
36292         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
36293         readable.  This could be improved further but it'd take some work.
36294
36295 2004-08-08  Simon Josefsson  <jas@extundo.com>
36296
36297         * modules/xgethostname (Depends-on): Remove exit and error (not
36298         used).
36299
36300         * modules/getpass-gnu: Add getpass.h.
36301         (Depends-on): Add stdbool.
36302         * modules/getpass: Add getpass.h.
36303
36304 2004-08-08  Simon Josefsson  <jas@extundo.com>
36305
36306         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
36307         Check getpass declaration.
36308
36309 2004-08-08  Simon Josefsson  <jas@extundo.com>
36310
36311         * lib/xgethostname.c: Don't include error.h (not used).
36312
36313         * lib/getpass.h: Add.
36314         * lib/getpass.c: Include getpass.h first.
36315
36316 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
36317
36318         * lib/xalloc-die.c: New file.
36319         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
36320         All uses removed.
36321         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
36322         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
36323         xalloc-die.c.
36324         (_, N_, xalloc_die): Move to xalloc-die.c.
36325         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
36326         so that we needn't mess with xalloc_msg_memory_exhausted.
36327
36328         * lib/sha1.h: Renamed from sha.h.
36329         (SHA1_H): Renamed from _SHA_H.
36330         (sha1_ctx): Renamed from sha_ctx.
36331         (sha1_init_ctx): Renamed from sha_init_ctx.
36332         (sha1_process_block): Renamed from sha_process_block.
36333         (sha1_process_bytes): Renamed from sha_process_bytes.
36334         (sha1_finish_ctx): Renamed from sha_finish_ctx.
36335         (sha1_read_ctx): Renamed from sha_read_ctx.
36336         (sha1_stream): Renamed from sha_stream.
36337         (sha1_buffer): Renamed from sha_buffer.
36338         * lib/sha1.c: Likewise; renamed from sha.c.
36339         Do not include <sys/types.h>.
36340         Include <stddef.h> rather than <stdlib.h>.
36341
36342 2004-08-08  Bruno Haible  <bruno@clisp.org>
36343
36344         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
36345         FILESYSTEM_PREFIX_LEN.
36346         * lib/progreloc.c: Likewise.
36347         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
36348
36349 2004-08-06  Simon Josefsson  <jas@extundo.com>
36350
36351         * modules/progname (Depends-on): Don't depend on stdbool.
36352
36353 2004-08-06  Simon Josefsson  <jas@extundo.com>
36354
36355         * modules/getsubopt: New file.
36356         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36357         getsubopt.
36358
36359 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36360
36361         More merge from coreutils.
36362
36363         * m4/utimens.m4, m4/utimecmp.m4: New files.
36364         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
36365         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
36366         prereq.m4, sha.m4: Import changes from coreutils.
36367
36368 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36369
36370         More merge from coreutils.
36371         * modules/raise, modules/readtokens0, modules/utimens:
36372         * modules/utimecmp, module/xnanosleep: New files.
36373         * modules/strftime: Add lib/strftime.h.
36374         Change include from <time.h> to "strftime.h".
36375         * modules/yesno: Add lib/yesno.h.
36376         * modules/backupfile: Remove lib/addext.c.
36377         * modules/euidaccess: Add stat-macros.h.
36378         * modules/canonicalize, modules/euidaccess,
36379         modules/filemode, modules/lchown, modules/makepath,
36380         modules/rmdir, modules/stat: Likewise.
36381
36382 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36383
36384         Merge from tar.
36385         * lib/argp-help.c (make_hol, hol_append): Don't assume that
36386         SIZE_MAX is a valid preprocessor constant.
36387         (__argp_basename): Change from "#ifndef _LIBC"
36388         to "#ifndef __argp_short_program_name", so that
36389         we don't compile these functions for tar.
36390
36391         More merges from coreutils.
36392         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
36393         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
36394         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
36395         * lib/addext.c: Remove; no longer needed.
36396         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
36397         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
36398         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
36399         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
36400         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
36401         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
36402         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
36403         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
36404         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
36405         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
36406         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
36407         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
36408         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
36409         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
36410         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
36411         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
36412         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
36413         Import changes from coreutils.
36414
36415 2004-08-05  Simon Josefsson  <jas@extundo.com>
36416
36417         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
36418
36419 2004-08-05  Simon Josefsson  <jas@extundo.com>
36420
36421         * m4/getsubopt.m4: New file.
36422
36423 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36424
36425         Merge from coreutils.
36426
36427         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
36428         * m4/getcwd-path-max.m4: New files.
36429
36430         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
36431         FILESYSTEM_PREFIX_LEN ->
36432         FILE_SYSTEM_PREFIX_LEN.
36433         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
36434         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
36435         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
36436         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
36437
36438         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
36439         prerequisite modules now handle the DOS stuff.
36440         Don't check for unistd.h.
36441
36442 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36443
36444         Merge from coreutils.
36445
36446         * lib/.gdb-history: Remove; this doesn't belong here.
36447
36448         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
36449         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
36450         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
36451         * lib/getcwd.c: New files.
36452
36453         * lib/dirname.h: Include <stdbool.h>.
36454         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
36455         for consistency with POSIX terminology.  All uses changed.
36456         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
36457         (strip_trailing_slashes): Use bool for booleans.
36458         * lib/stripslash.c (strip_trailing_slashes): Likewise.
36459
36460         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
36461         sometimes returns a positive errno value even when it succeeds.
36462         (print_errno_message) [!LIBC]: Fall back on strerror if
36463         __strerror_r fails.
36464
36465         * lib/path-concat.c (mempcpy): Don't define if a system header defines
36466         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
36467         (longest_relative_suffix): New function.
36468         (path_concat): Use it.  Assume first argument is not NULL.
36469         Port to DOS.  Omit redundant separators.
36470         Report an error instead of returning NULL.
36471         Use mempcpy instead of memcpy.
36472         (xpath_concat): Remove: not declared or used.
36473
36474         * lib/same.h: Include <stdbool.h>
36475         (same_name): Return bool, not int.
36476         * lib/same.c (same_name): Likewise.
36477         (errno): Don't declare; we assume C89 or better now.
36478
36479         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
36480         if not already defined.
36481
36482         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
36483         * lib/dup-safer.c (errno): Likewise.
36484
36485 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36486
36487         Merge from coreutils.
36488         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
36489         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
36490         * modules/path-concat: Don't depend on strdup.
36491
36492 2004-08-03  Simon Josefsson  <jas@extundo.com>
36493
36494         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
36495         * lib/progname.h: Don't include stdbool.h.
36496
36497 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36498
36499         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
36500         * MODULES.html.sh (func_all_modules): Remove fatal.
36501
36502 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36503
36504         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
36505
36506 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36507
36508         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
36509         working.
36510
36511 2004-08-02  Simon Josefsson  <jas@extundo.com>
36512
36513         * lib/getsubopt.h: New file, with comments from Bruno Haible.
36514         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
36515         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
36516
36517 2004-08-01  Simon Josefsson  <jas@extundo.com>
36518
36519         * lib/xgetdomainname.c: Include stdlib.h, for free().
36520
36521 2004-07-19  Bruno Haible  <bruno@clisp.org>
36522
36523         * MODULES.html.sh (func_all_modules): Add dummy.
36524
36525 2004-07-16  Simon Josefsson  <jas@extundo.com>
36526
36527         * modules/dummy: New file.
36528
36529 2004-07-16  Simon Josefsson  <jas@extundo.com>
36530
36531         * lib/dummy.c: New file.
36532
36533 2004-07-16  Bruno Haible  <bruno@clisp.org>
36534
36535         * lib/backupfile.h: Add extern "C" for C++.
36536         * lib/closeout.h: Likewise.
36537         * lib/copy-file.h: Likewise.
36538         * lib/findprog.h: Likewise.
36539         * lib/full-write.h: Likewise.
36540         * lib/pathname.h: Likewise.
36541         * lib/progname.h: Likewise.
36542         * lib/stpcpy.h: Likewise.
36543         * lib/stpncpy.h: Likewise.
36544         * lib/strcase.h: Likewise.
36545         * lib/strstr.h: Likewise.
36546         * lib/xalloc.h: Likewise.
36547
36548         * lib/mbswidth.h: Add extern "C" for C++.
36549         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
36550
36551 2004-07-13  Robert Millan  <robertmh@gnu.org>
36552
36553         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
36554
36555 2004-07-09  Simon Josefsson  <jas@extundo.com>
36556
36557         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
36558         failed without this.)
36559
36560 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36561
36562         * modules/chown (Files): Add lib/fchown-stub.c, since
36563         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
36564
36565 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36566
36567         * lib/fchown-stub.c: New file.
36568
36569 2004-06-24  Jim Meyering  <jim@meyering.net>
36570
36571         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
36572
36573 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36574
36575         * modules/argz: Omit "#include".
36576
36577         * MODULES.html.sh (func_all_modules): Add calloc, to match
36578         2004-06-01 addition of calloc module.
36579
36580 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36581
36582         * m4/argz.m4: New file, which is autoupdated from libtool.
36583
36584 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36585
36586         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
36587         libtool.
36588
36589 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36590
36591         * config/srclist-update: Don't insist on "USA." before the
36592         close-comment, as libtool omits the period and puts the */ on a
36593         separate line.
36594         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
36595         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
36596
36597 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
36598
36599         * modules/argz: New file.
36600         * MODULES.html.sh (func_all_modules): Add argz.
36601
36602 2004-06-12  Jim Meyering  <jim@meyering.net>
36603         and  Paul Eggert  <eggert@cs.ucla.edu>
36604
36605         * modules/hash (Files): Add lib/xalloc.h.
36606         * modules/pipe (Depends-on): Add wait-process.
36607         * modules/stat (Depends-on): Add xalloc.
36608         * modules/userspec (Files): Add lib/userspec.h.
36609         * modules/xstrto
36610
36611         Upgrade from gettext-0.13.
36612         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
36613         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
36614         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
36615
36616 2004-06-10  Jim Meyering  <jim@meyering.net>
36617
36618         * lib/calloc.c: New file.
36619
36620 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
36621
36622         * lib/getdate.y (yylex): Allow space between sign and number.
36623         Problem reported by Dan Jacobson.
36624
36625 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
36626
36627         Merge from coreutils CVS.
36628
36629         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
36630         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
36631         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
36632         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
36633         xstrtol.m4: Fix copyright date and/or serial number.
36634
36635         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
36636         See if we need an fchown replacement.
36637         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
36638         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
36639         and use the replacement function if we detect either defect.
36640
36641         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
36642         gl_UTIMECMP.
36643
36644 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
36645         and  Jim Meyering  <jim@meyering.net>
36646
36647         Merge from coreutils CVS.
36648
36649         * lib/stat-macros.h: New file, with contents from file-type.h
36650         and coreutils' system.h.
36651         * lib/file-type.c: Include "stat-macros.h".
36652         * lib/file-type.h (file_type): Move all macro definitions to new file,
36653         stat-macros.h.
36654
36655         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
36656         Wrap old code with this conditional.
36657         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
36658         function that does not dereference symlinks.
36659         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
36660
36661         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
36662         dependency problems.
36663         (xreadlink): Accept new arg SIZE, for efficiency.
36664         All decls and uses changed.
36665         * lib/xreadlink.h: Include <stddef.h>, for size_t.
36666
36667         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
36668         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
36669
36670         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
36671         sysexits.h.
36672
36673 2004-06-01  Jim Meyering  <jim@meyering.net>
36674
36675         * m4/calloc.m4: New file.
36676
36677 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
36678
36679         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
36680         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
36681         Also, fix a typo in a diagnostic.
36682
36683 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
36684
36685         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
36686         or AC_FUNC_REALLOC.
36687
36688 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
36689
36690         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
36691         macros to be defined.
36692         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
36693         the allocator returns NULL because the requested size is zero.
36694
36695 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36696
36697         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
36698         var.  Add comment explaining why libc still defines it.  This
36699         merges the following patch from glibc:
36700         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
36701
36702 2004-05-20  Andreas Schwab  <schwab@suse.de>
36703
36704         * m4/free.m4: Replace free if it not known to work, not the other
36705         way round.
36706
36707 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
36708
36709         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
36710         present in glibc since revision 1.1 of this file.
36711         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
36712         obstack_alignment_mask, obstack_alloc, obstack_base,
36713         obstack_blank, obstack_blank_fast, obstack_chunk_size,
36714         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
36715         obstack_grow0, obstack_init, obstack_int_grow,
36716         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
36717         obstack_next_free, obstack_object_size, obstack_ptr_grow,
36718         obstack_ptr_grow_fast, obstack_room): Remove declarations of
36719         nonexistent functions.
36720
36721 2004-05-18  Karl Berry  <karl@gnu.org>
36722
36723         * config/srclist.txt: break link for vasnprintf.c.
36724
36725 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
36726
36727         Port obstack to the AS/400, where pointers are 16 bytes wide and
36728         you cannot cast an integer to a valid pointer.  This patch is
36729         currently waiting to be integrated into glibc; see
36730         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
36731
36732         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
36733         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
36734         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
36735         (struct obstack): temp member is now a union of a pointer and
36736         an integer, instead of an integer.  All integer uses changed.
36737         This does not affect the physical layout of struct obstack,
36738         except on hosts (like the AS/400) where the size or alignment of
36739         void * is greater than that of ptrdiff_t.
36740         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
36741         __STDC__)]: Store temporary in pointer member of union, not
36742         integer member.
36743         * lib/obstack.c: Include <stddef.h>, for offsetof.
36744         (struct fooalign): Remove; it doesn't need a name.
36745         (union fooround): Change double to long double, and add void *.
36746         (DEFAULT_ALIGNMENT): Use offsetof to compute.
36747         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
36748         not a macro.  Hence the values are always int; so remove all
36749         casts-to-int in uses.
36750
36751 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
36752
36753         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
36754         we can get this patch merged into glibc.
36755
36756 2004-05-17  Derek R. Price  <derek@ximbiot.com>
36757             Paul Eggert  <eggert@cs.ucla.edu>
36758
36759         * m4/argp: Depend on alloca.
36760
36761 2004-05-17  Derek R. Price  <derek@ximbiot.com>
36762             Paul Eggert  <eggert@cs.ucla.edu>
36763
36764         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
36765         freecoding.
36766
36767 2004-05-17  Bruno Haible  <bruno@clisp.org>
36768
36769         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
36770         precision that consists of a '.' followed by an empty digit string.
36771         Patch by Tor Lillqvist <tml@iki.fi>.
36772
36773 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
36774
36775         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
36776         for backward compatibility with older code.  We need our own
36777         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
36778         it under some other name, and our alloca.h will define it.
36779
36780 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
36781             Derek Price  <derek@ximbiot.com>
36782
36783         * lib/alloca.c: Include <alloca.h>, to get our interface.
36784         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
36785         include <alloca.h> first.  Use C89 prototype for alloca; this
36786         requires including <stddef.h> for size_t.  Use extern "C" if C++.
36787         Use #elif for simplicity, since we can assume C89 now.
36788         Don't try to source the system alloca.h since it will not be found
36789         and to prevent recursively including its replacement.
36790         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
36791         * lib/regex.c: Likewise.
36792
36793 2004-05-16  Derek Price  <derek@ximbiot.com>
36794             Paul Eggert  <eggert@cs.ucla.edu>
36795
36796         getline cleanup.  This changes the getndelim2 API: both order of
36797         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
36798         no delimiter).
36799
36800         * lib/getline.c: Don't include stddef.h or stdio.h, since our
36801         interface does that.
36802         (getline): Always use getdelim, so that we don't have two
36803         copies of this code.
36804         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
36805         if available.
36806         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
36807         (GETNDELIM2_MAXIMUM): New macro.
36808         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
36809         instead of the old practice of delim2==0.  All callers changed.
36810         Return -1 on overflow, instead of returning junk.
36811         Do not set *linesize unless allocation succeeds.
36812         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
36813         that we include sys/types.h.
36814         * lib/getnline.h: Likewise.
36815         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
36816         (getndelim2): Reorder arguments.
36817         * lib/getnline.c (getnline, getndelim):
36818         Don't discard the NMAX argument.
36819         (getnline): Invoke getndelim, to avoid code duplication.
36820         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
36821         of (size_t) -1 by callers of the getnline family.
36822
36823 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36824
36825         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
36826         Check for gettimeofday.
36827         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
36828         Check for settimeofday, stime.
36829
36830 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36831
36832         * lib/nanosleep.c (suspended): Change its type from int to
36833         sig_atomic_t volatile.
36834         (first_call): Make it private to rpl_nanosleep, and have it
36835         be zero initially as that's a bit faster.
36836         (my_usleep): Round up fractional times instead of truncating them,
36837         as this is the usual meaning for 'sleep'.
36838
36839         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
36840         doesn't work.
36841         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
36842         (ENOSYS): Define if not defined.
36843         (settime): Fall back on stime if it exists and settimeofday fails.
36844         But don't bother with fallbacks if a method fails with errno == EPERM.
36845
36846 2004-05-11  Jim Meyering  <jim@meyering.net>
36847
36848         Prior to this change, the save_cwd caller required read access to the
36849         current directory on most systems (ones with the fchdir function).
36850
36851         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
36852         fails, try write-only, and finally, resort to using xgetcwd.
36853
36854 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
36855
36856         * lib/obstack.c, obstack.h: Import changes from libc.
36857
36858 2004-04-28  Bruno Haible  <bruno@clisp.org>
36859
36860         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
36861         also implicitly appends .exe to executables.
36862         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
36863         accepts Windows pathnames.
36864         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
36865         Treat Cygwin like Windows, since it now accepts Windows pathnames.
36866         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
36867         Treat Cygwin like Windows, since it now accepts Windows pathnames.
36868         Reported by Derek Robert Price <derek@ximbiot.com>.
36869
36870 2004-04-21  Karl Berry  <karl@gnu.org>
36871
36872         * config/srclist.txt (localcharset.c): break sync.
36873
36874 2004-04-20  Paul Eggert  <eggert@twinsun.com>
36875
36876         * m4/host-os.m4: Add a copyright notice.
36877
36878 2004-04-20  Jim Meyering  <jim@meyering.net>
36879
36880         Change UTILS_ to gl_ in AC_DEFINE'd names.
36881         Change utils_- and jm_-prefixed variables, too.
36882         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
36883         UTILS_FUNC_MKDIR_TRAILING_SLASH.
36884         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
36885
36886         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
36887         Don't emit trailing blanks.
36888         Also rename jm_-prefixed variables to have gl_ prefix.
36889
36890         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
36891         Also rename jm_-prefixed variables to have gl_ prefix.
36892
36893         * m4/jm-macros.m4: Reflect the renamings.
36894         * m4/prereq.m4: Likewise.
36895
36896 2004-04-20  Jim Meyering  <jim@meyering.net>
36897
36898         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
36899         memory.
36900
36901 2004-04-20  Jim Meyering  <jim@meyering.net>
36902             Bruno Haible  <bruno@clisp.org>
36903
36904         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
36905         memory when realloc fails.
36906
36907 2004-04-19  Jim Meyering  <jim@meyering.net>
36908
36909         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
36910         now that readutmp.c may call `free (0)'.
36911
36912 2004-04-19  Bruno Haible  <bruno@clisp.org>
36913
36914         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
36915         * m4/inttypes_h.m4: Likewise.
36916         * m4/stdint_h.m4: Likewise.
36917         * m4/intmax_t.m4: Likewise.
36918         * m4/uintmax_t.m4: Likewise.
36919
36920 2004-04-18  Jim Meyering  <jim@meyering.net>
36921
36922         * m4/prereq.m4: Don't forbid jm_ prefix.
36923
36924         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
36925         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
36926         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
36927         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
36928         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
36929         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
36930         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
36931         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
36932         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
36933         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
36934         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
36935         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
36936         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
36937         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
36938         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
36939         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
36940         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
36941         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
36942         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
36943
36944 2004-04-18  Jim Meyering  <jim@meyering.net>
36945
36946         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
36947         failure, don't leak memory and do call END_UTMP_ENT.
36948
36949 2004-04-16  Jim Meyering  <jim@meyering.net>
36950
36951         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
36952         coreutils' stat program.
36953         (gl_PREREQ): Don't require jm_PREREQ_STAT.
36954
36955 2004-04-11  Paul Eggert  <eggert@twinsun.com>
36956
36957         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
36958         C89.
36959         (CHAR_BIT): Remove, since we assume C89.
36960         Include <stdint.h> if available, as per current Autoconf CVS advice.
36961
36962 2004-03-31  Jim Meyering  <jim@meyering.net>
36963
36964         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
36965         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
36966         * m4/xalloc.m4: Likewise.
36967
36968 2004-03-30  Paul Eggert  <eggert@twinsun.com>
36969
36970         Merge from coreutils.
36971
36972         * m4/inttostr.m4: New file.
36973         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
36974         Require AM_STDBOOL_H and gl_TIMESPEC instead.
36975         Require gl_CLOCK_TIME.
36976         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
36977
36978 2004-03-30  Paul Eggert  <eggert@twinsun.com>
36979
36980         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
36981         not bool, to be more consistent with Unix conventions.
36982         Suggested by Bruno Haible.
36983
36984         Merge from coreutils.
36985
36986         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
36987         * lib/umaxtostr.c: New files.
36988
36989         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
36990         the usual <time.h> dance.
36991         (get_date): Change signature to support fractional time stamps.
36992         All callers changed.
36993         * lib/getdate.y: Include "getdate.h" first, as we can now
36994         assume C89 and don't need to worry about 'const'.
36995         Similarly, include "unlocked-io.h" near start, not in middle.
36996         Include <limits.h>.
36997         (textint.value): Use long int rather than int.
36998         (textint.digits): Use size_t rather than int.
36999         (BILLION, LOG10_BILLION): New constants.
37000         (parser_control): New member rel_ns.  Members day_ordinal,
37001         time_zone, month, day, hour, minutes, rel_year, rel_month,
37002         rel_day, rel_hour, rel_minutes, rel_seconds
37003         are now long int, not int.  Member seconds is now struct timespec,
37004         not int.  New member timespec_seen.  Members dates_seen, days_seen,
37005         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
37006         not int.
37007         (%union.intval): Now long int, not int.
37008         New member timespec.
37009         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
37010         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
37011         (spec): Now is a timespec or an item list.
37012         (timespec, items): New nonterminals.
37013         (time, rel, relunit, number, get_date):
37014         Add support for fractional seconds.
37015         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
37016         (gmtime, localtime, mktime): Remove decls; not needed with C89.
37017         (to_hour): First arg is now long int, not int.
37018         (to_year): Returns long int, not int.
37019         Don't treat year -70 like 70.
37020         (tm_diff): Returns long int, not int.
37021         (lookup_word): Use bool instead of int when appropriate.
37022         (yylex): Use size_t for count, not int.
37023         Detect overflow when parsing large integer constants.
37024         Add support for fractions.
37025         (get_date): Make pointers 'const' if possible.
37026         Use more-portable code to detect integer overflow.
37027         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
37028         Don't use ctime; it's not reliable if the year has >4 digits.
37029
37030         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
37031         This is for compatibility with BSD.
37032
37033         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
37034         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
37035         From coreutils' system.h.
37036
37037         * lib/userspec.c: Don't include "posixver.h".
37038         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
37039         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
37040         compatible extension.  Simplify code by removing a boolean int
37041         that was always nonzero if a string was nonnull.
37042
37043 2004-03-30  Jim Meyering  <jim@meyering.net>
37044
37045         Merge from coreutils.
37046
37047         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
37048         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
37049         on some systems one must include <grp.h> before it.
37050         Reported by Christian Krackowizer.
37051
37052 2004-03-30  Jim Meyering  <jim@meyering.net>
37053
37054         Merge from coreutils.
37055
37056         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
37057
37058         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
37059         an empty input stream.
37060
37061         * lib/readtokens.c: Include <stdbool.h>.
37062         (readtoken): Use `size_t' rather than int/long.
37063         All callers adjusted.
37064         Use `bool' rather than `int' where appropriate.
37065         Use memset rather than an explicit loop.
37066         Use x2nrealloc rather than xrealloc.
37067         Allow the use of `\0' as a delimiter.
37068         (readtokens): Likewise.
37069         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
37070
37071 2004-03-30  Jim Meyering  <jim@meyering.net>
37072
37073         * m4/realloc.m4: Remove file, since now it does no more than
37074         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
37075         the `configure.ac' section of module/realloc.
37076         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
37077
37078 2004-03-30  Bruno Haible  <bruno@clisp.org>
37079
37080         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
37081         nonnull.
37082
37083 2004-03-29  Paul Eggert  <eggert@twinsun.com>
37084
37085         Merge changes to getloadavg.c from coreutils and Emacs.
37086
37087         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
37088         Define to an expression, not to the empty string.
37089         Include cloexec.h and xalloc.h.
37090         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
37091         Use set_cloexec_flag rather than rolling our own.
37092         * lib/cloexec.c, lib/cloexec.h: New files.
37093
37094 2004-03-29  Paul Eggert  <eggert@twinsun.com>
37095
37096         * m4/cloexec.m4: New file.
37097
37098 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37099
37100         * lib/getopt.h: Sync with libc CVS.
37101
37102 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37103             Bruno Haible  <bruno@clisp.org>
37104
37105         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
37106         mbswidth.
37107
37108 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37109             Bruno Haible  <bruno@clisp.org>
37110
37111         * lib/mbswidth.h: Include <wchar.h> only if
37112         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
37113         <wchar.h>.
37114         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
37115
37116 2004-03-09  Paul Eggert  <eggert@twinsun.com>
37117
37118         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
37119         Sync with libc CVS.
37120         * lib/getopt_int.h: New file, also synced from libc.
37121
37122 2004-03-09  Paul Eggert  <eggert@twinsun.com>
37123
37124         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
37125         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
37126         Bring back getopt.c, getopt.h, getopt1.c.
37127
37128 2004-03-07  Paul Eggert  <eggert@twinsun.com>
37129
37130         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
37131         All uses changed.  Check for sa_sigaction member; this fixes
37132         a bug first reported by Jason Andrade in
37133         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
37134
37135 2004-03-07  Paul Eggert  <eggert@twinsun.com>
37136
37137         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
37138         '#if' expressions.  Unlike the code it replaces, it does not
37139         depend on (defined _SC_PAGESIZE).  However, it does depend on
37140         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
37141         first reported by Jason Andrade in
37142         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
37143
37144 2004-02-25  Simon Josefsson  <jas@extundo.com>
37145
37146         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
37147
37148 2004-02-25  Simon Josefsson  <jas@extundo.com>
37149
37150         * lib/strdup.h: New file.
37151         * lib/strdup.c: Include it.
37152         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
37153         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
37154
37155 2004-02-23  Karl Berry  <karl@gnu.org>
37156
37157         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
37158         (from fencepost.gnu.org:/gd/gnuorg).
37159
37160 2004-02-23  Karl Berry  <karl@gnu.org>
37161
37162         * config/srclistvars.sh (GNUORG) [karl]: redefine.
37163         * config/srclist.txt: add maintain/standards documents.
37164
37165 2004-02-18  Bruno Haible  <bruno@clisp.org>
37166
37167         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
37168         Reported by Derek Robert Price <derek@ximbiot.com>.
37169
37170 2004-02-16  Karl Berry  <karl@gnu.org>
37171
37172         * config/mkinstalldirs, install-sh: update from automake.
37173
37174 2004-02-06  Karl Berry  <karl@gnu.org>
37175
37176         * m4/po.m4: update from gettext 0.14.1.
37177
37178 2004-02-06  Karl Berry  <karl@gnu.org>
37179
37180         * lib/config.charset: update from gettext 0.14.1.
37181
37182 2004-02-05  Paul Eggert  <eggert@twinsun.com>
37183
37184         Add comments and code, prompted by suggestions from Bruno Haible
37185         for sh-quote.
37186         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
37187         describing the enum quoting_style values.
37188         * lib/quotearg.c (quotearg_alloc): New function.
37189         (quotearg_buffer_restyled): Treat lone { and } as special.
37190         Treat = as special.  Work around bug with older shells
37191         that "see" a '\' that is really the 2nd byte of a multibyte char.
37192         Quote empty string with shell_quoting_style.
37193
37194 2004-02-03  Bruno Haible  <bruno@clisp.org>
37195
37196         * m4/pipe.m4: New file, from GNU gettext.
37197
37198 2004-02-03  Bruno Haible  <bruno@clisp.org>
37199
37200         * lib/pipe.h: New file, from GNU gettext.
37201         * lib/pipe.c: New file, from GNU gettext.
37202
37203 2004-01-27  Bruno Haible  <bruno@clisp.org>
37204
37205         * m4/execute.m4: New file, from GNU gettext.
37206
37207 2004-01-27  Bruno Haible  <bruno@clisp.org>
37208
37209         * lib/execute.h: New file, from GNU gettext.
37210         * lib/execute.c: New file, from GNU gettext.
37211         * lib/w32spawn.h: New file, from GNU gettext.
37212
37213 2004-01-24  Paul Eggert  <eggert@twinsun.com>
37214
37215         Merge from diffutils.
37216
37217         * lib/file-type.c (file_type): Add typed memory objects.
37218         * lib/file-type.h (S_TYPEISTMO): New macro.
37219
37220         * lib/c-stack.h (c_stack_action): Remove argv argument.
37221         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
37222         (die): Don't calculate message unless segv_action returns.
37223         (get_stack_location, min_address_from_argv, max_address_from_argv,
37224         volatile stack_base, volatile_stack_size): Remove.
37225         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
37226         that every segmentation violation is a stack overflow.  (Ouch!)
37227         See Debian bug 136249 (still outstanding) for more info about why
37228         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
37229
37230 2004-01-24  Paul Eggert  <eggert@twinsun.com>
37231
37232         Exit-status fix from coreutils.
37233
37234         Use exit_failure consistently in place of EXIT_FAILURE,
37235         so that program exit statuses are consistent on failure.
37236
37237         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
37238         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
37239         * lib/argmatch.h: Comment fix to match the above.
37240         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
37241         Now a macro referring to exit_failure, instead of a separate
37242         variable.  Include "exitfail.h" to get it.
37243         * lib/xstrtol.h: Include "exitfail.h".
37244         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
37245
37246         * lib/long-options.c (parse_long_options): Use prototype
37247         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
37248         for clarity.
37249
37250 2004-01-21  Jim Meyering  <jim@meyering.net>
37251
37252         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
37253         so as not to conflict with a different-sized __mktime_internal
37254         function in GNU libc.
37255         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
37256         Problem building statically-linked `ls' reported by Michael Brunnbauer.
37257
37258 2004-01-20  Karl Berry  <karl@gnu.org>
37259
37260         * config/config.guess: update from config.
37261
37262         * config/srclistvars.sh: GNUWWWLICENSES for karl.
37263
37264 2004-01-20  Bruno Haible  <bruno@clisp.org>
37265
37266         Safer stack allocation.
37267         * lib/setenv.c: Include allocsa.h.
37268         (alloca): Remove fallback definition.
37269         (freea): Remove macro.
37270         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
37271         instead of freea.
37272
37273 2004-01-20  Bruno Haible  <bruno@clisp.org>
37274
37275         * m4/eealloc.m4: New file, from GNU gettext.
37276
37277 2004-01-20  Bruno Haible  <bruno@clisp.org>
37278
37279         * m4/allocsa.m4: New file, from GNU gettext.
37280
37281 2004-01-20  Bruno Haible  <bruno@clisp.org>
37282
37283         * lib/xallocsa.h: New file, from GNU gettext.
37284         * lib/xallocsa.c: New file, from GNU gettext.
37285
37286 2004-01-20  Bruno Haible  <bruno@clisp.org>
37287
37288         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
37289
37290 2004-01-20  Bruno Haible  <bruno@clisp.org>
37291
37292         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
37293         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
37294         specially.
37295
37296 2004-01-20  Bruno Haible  <bruno@clisp.org>
37297
37298         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
37299         patch.
37300
37301 2004-01-20  Bruno Haible  <bruno@clisp.org>
37302
37303         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
37304
37305 2004-01-20  Bruno Haible  <bruno@clisp.org>
37306
37307         * lib/eealloc.h: New file.
37308
37309 2004-01-20  Bruno Haible  <bruno@clisp.org>
37310
37311         * lib/binary-io.h: Avoid warnings on Cygwin.
37312
37313 2004-01-20  Bruno Haible  <bruno@clisp.org>
37314
37315         * lib/allocsa.h: New file, from GNU gettext.
37316         * lib/allocsa.c: New file, from GNU gettext.
37317
37318 2004-01-18  Karl Berry  <karl@gnu.org>
37319
37320         * doc/gpl.texi, doc/lgpl.texi: new files.
37321
37322 2004-01-18  Karl Berry  <karl@gnu.org>
37323
37324         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
37325         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
37326
37327 2004-01-15  Paul Eggert  <eggert@twinsun.com>
37328
37329         Merge from coreutils.
37330
37331         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
37332         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
37333         (gl_DEFAULT_POSIX2_VERSION): Move
37334         the documentation from 'configure' into 'config.hin',
37335         so that 'configure --help' isn't burdened by it and
37336         we don't have to worry about its formatting there.
37337         Reword the documentation so that it's more succinct
37338         and can be run together into a single paragraph.
37339         * m4/same.m4 (gl_SAME): Check for pathconf.
37340
37341 2004-01-15  Paul Eggert  <eggert@twinsun.com>
37342
37343         Merge from coreutils.
37344
37345         * lib/posixver.c: Include posixver.h.
37346
37347         * lib/same.c: Include <stdbool.h>, <limits.h>.
37348         (_POSIX_NAME_MAX): Define if not defined.
37349         (MIN): New macro.
37350         (same_name): If file names are silently truncated, report
37351         that the file names are the same if they are the same after
37352         the silent truncation.
37353
37354         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
37355         conversion function.
37356         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
37357         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
37358         longer needed.
37359
37360 2004-01-15  Jim Meyering  <jim@meyering.net>
37361
37362         Merge from coreutils.
37363
37364         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
37365         if no library is required.
37366         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
37367         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
37368         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
37369         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
37370         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
37371         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
37372         value, $ac_cv_search_crypt, if it's "none required".
37373         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
37374         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
37375         not gl_FUNC_GETLOADAVG.
37376         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
37377         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
37378
37379 2004-01-15  Jim Meyering  <jim@meyering.net>
37380
37381         Merge from coreutils.
37382
37383         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
37384         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
37385         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
37386
37387         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
37388         optional configure-time default.
37389
37390         * lib/version-etc.c (version_etc_copyright): Update copyright date.
37391
37392         * lib/xreadlink.c (xreadlink): Correct outdated comment.
37393
37394 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
37395
37396         Merge from coreutils.
37397
37398         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
37399         value, $ac_cv_search_nanosleep, if it's "none required".
37400
37401 2004-01-14  Paul Eggert  <eggert@twinsun.com>
37402
37403         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
37404         with like-named macro in fnmatch.c.
37405         (EXT): Use an internal constant instead.
37406
37407         Merge fnmatch patches from glibc.
37408         * lib/fnmatch.c (mbsinit): Remove define.
37409         Add libc_hidden_ver (__fnmatch, fnmatch).
37410         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
37411         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
37412
37413 2004-01-14  Karl Berry  <karl@gnu.org>
37414
37415         * config/install-sh: update from automake.
37416
37417 2004-01-13  Karl Berry  <karl@gnu.org>
37418
37419         * config/install-sh: update from automake.
37420
37421 2004-01-09  Karl Berry  <karl@gnu.org>
37422
37423         * config/install-sh: update from automake.
37424
37425 2004-01-05  Karl Berry  <karl@gnu.org>
37426
37427         * config/config.{sub,guess}: update from config.
37428
37429 2003-12-31  Karl Berry  <karl@gnu.org>
37430
37431         * config/depcomp: update from automake.
37432
37433 2003-12-14  Karl Berry  <karl@gnu.org>
37434
37435         * lib/config.charset: update from gettext-runtime.
37436
37437 2003-12-03  Paul Eggert  <eggert@twinsun.com>
37438
37439         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
37440         Bug reported by Alfred M. Szmidt.
37441
37442 2003-12-03  Bruno Haible  <bruno@clisp.org>
37443
37444         * m4/gettext.m4: Upgrade from gettext-0.13.
37445         * m4/po.m4: Upgrade from gettext-0.13.
37446         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
37447         * m4/intmax.m4: New file, from gettext-0.13.
37448         * m4/printf-posix.m4: New file, from gettext-0.13.
37449
37450 2003-11-29  Karl Berry  <karl@gnu.org>
37451
37452         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
37453
37454 2003-11-25  Paul Eggert  <eggert@twinsun.com>
37455             Bruno Haible  <bruno@clisp.org>
37456
37457         * lib/printf-parse.h: Don't include sys/types.h.
37458         (ARG_NONE): New macro.
37459         (char_directive): Change type of *arg_index fields to size_t.
37460         * lib/printf-parse.c: Don't include sys/types.h.
37461         (SSIZE_MAX): Remove macro.
37462         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
37463         Remove unnecessary overflow check.
37464         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
37465         fields.
37466
37467 2003-11-25  Bruno Haible  <bruno@clisp.org>
37468
37469         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
37470
37471 2003-11-25  Bruno Haible  <bruno@clisp.org>
37472
37473         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
37474         gt_TYPE_SSIZE_T.
37475
37476 2003-11-24  Paul Eggert  <eggert@twinsun.com>
37477
37478         * modules/alloca: Remove dependency on xalloc.
37479
37480 2003-11-24  Paul Eggert  <eggert@twinsun.com>
37481
37482         * lib/alloca.c: Remove dependency on xalloc module.
37483         (xalloc_die): Remove.
37484         (memory_full) [!defined emacs]: New macro.
37485         [!defined emacs]: Don't include xalloc.h.
37486         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
37487         address arithmetic overflows.  Change datatypes a bit to avoid
37488         unnecessary casts.
37489
37490 2003-11-22  Jim Meyering  <jim@meyering.net>
37491
37492         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
37493         s/size/size_t/.
37494
37495 2003-11-21  Karl Berry  <karl@gnu.org>
37496
37497         * config/config.{sub,guess}: update from config.
37498
37499 2003-11-18  Karl Berry  <karl@gnu.org>
37500
37501         * config/config.{sub,guess}: update from config.
37502
37503         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
37504
37505 2003-11-17  Paul Eggert  <eggert@twinsun.com>
37506
37507         * README: Mention that S+T cannot overflow if S is the size of
37508         an existing object and T is sufficiently small.
37509
37510 2003-11-17  Jim Meyering  <jim@meyering.net>
37511
37512         On systems without utime and without a utimes function capable of
37513         dealing with a NULL struct utimbuf* argument, this utime replacement
37514         could -- in unusual circumstances -- leak a file descriptor.
37515         * lib/utime.c: Include <unistd.h> and <errno.h>.
37516         (utime_null): Be sure to close `fd' and to preserve errno.
37517         Reported by Geoff Collyer via Arnold Robbins.
37518
37519 2003-11-17  Bruno Haible  <bruno@clisp.org>
37520
37521         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
37522         (Depends-on): Add xsize.
37523
37524 2003-11-17  Bruno Haible  <bruno@clisp.org>
37525
37526         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
37527
37528 2003-11-17  Bruno Haible  <bruno@clisp.org>
37529
37530         * lib/vasnprintf.c (alloca): Remove fallback definition.
37531         (freea): Remove definition.
37532         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
37533         Reported by Paul Eggert.
37534
37535 2003-11-16  Paul Eggert  <eggert@twinsun.com>
37536             Bruno Haible  <bruno@clisp.org>
37537
37538         Protect against address arithmetic overflow.
37539         * lib/printf-args.h: Include stddef.h.
37540         (arguments): Change type of field 'count' to size_t.
37541         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
37542         'unsigned int' where appropriate.
37543         * lib/printf-parse.h: Include sys/types.h.
37544         (char_directive): Change type of *arg_index fields to ssize_t.
37545         (char_directives): Change type of fields 'count', max_*_length to
37546         size_t.
37547         * lib/printf-parse.c: Include sys/types.h and xsize.h.
37548         (SSIZE_MAX): Define fallback value.
37549         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
37550         instead of 'int' where appropriate. Check a_allocated, d_allocated
37551         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
37552         * lib/vasnprintf.c: Include xsize.h.
37553         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
37554         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
37555         overflow. Avoid wraparound when converting a width or precision from
37556         decimal to binary.
37557
37558 2003-11-16  Bruno Haible  <bruno@clisp.org>
37559
37560         Update from GNU gettext.
37561         * lib/printf-parse.c: Generalize to it can be compiled for wide
37562         strings.
37563         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
37564         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
37565         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
37566         SNPRINTF): New macros.
37567         Don't include <alloca.h> if the file is used inside libintl.
37568         (local_wcslen): New function, for Solaris 2.5.1.
37569         (VASNPRINTF): Use it instead of wcslen.
37570
37571 2003-11-16  Bruno Haible  <bruno@clisp.org>
37572
37573         * lib/xsize.h (xmax): New function.
37574         (xsum, xsum3, xsum4): Declare as "pure" functions.
37575
37576 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37577
37578         * modules/xalloc (Files): Undo latest change, since xalloc.h
37579         no longer needs SIZE_MAX or PTRDIFF_MAX.
37580
37581 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37582
37583         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
37584         gl_PTRDIFF_MAX.
37585
37586 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37587
37588         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
37589         "return", to pacify some unknown compiler.  Problem reported
37590         by Joerg Schilling.
37591
37592 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37593
37594         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
37595         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
37596         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
37597         heuristic is just as accurate as far as we know, and it removes a
37598         dependency on size_max.m4 and ptrdiff_max.m4.
37599
37600 2003-11-11  Bruno Haible  <bruno@clisp.org>
37601
37602         * modules/xsize (Files): Add m4/size_max.m4.
37603         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
37604
37605 2003-11-11  Bruno Haible  <bruno@clisp.org>
37606
37607         * m4/size_max.m4: New file.
37608         * m4/ptrdiff_max.m4: New file.
37609         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
37610         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
37611         (gl_XALLOC): Invoke it.
37612
37613 2003-11-11  Bruno Haible  <bruno@clisp.org>
37614
37615         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
37616         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
37617         defined.
37618
37619 2003-11-10  Paul Eggert  <eggert@twinsun.com>
37620
37621         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
37622         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
37623         rejected some allocations of exactly SIZE_MAX - 2 bytes.
37624         From Bruno Haible.
37625         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
37626         not (size_t) -1, since it's defined here.
37627
37628 2003-11-09  Karl Berry  <karl@gnu.org>
37629
37630         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
37631
37632 2003-11-06  Paul Eggert  <eggert@twinsun.com>
37633
37634         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
37635         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
37636         Reject sizes of exactly SIZE_MAX bytes.
37637         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
37638         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
37639
37640 2003-11-05  Bruno Haible  <bruno@clisp.org>
37641
37642         * lib/xsize.h: Include limits.h, to avoid a possible collision with
37643         SIZE_MAX defined in <limits.h> on Solaris.
37644
37645 2003-11-04  Jim Meyering  <jim@meyering.net>
37646
37647         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
37648         variable names, rather than @VAR@.
37649         * modules/poll: Likewise.
37650
37651 2003-11-04  Bruno Haible  <bruno@clisp.org>
37652
37653         * modules/xsize: New file.
37654         * modules/linebreak: Depend on xsize.
37655         * MODULES.html.sh (func_all_modules): Add xsize.
37656
37657 2003-11-04  Bruno Haible  <bruno@clisp.org>
37658
37659         * m4/xsize.m4: New file.
37660
37661 2003-11-04  Bruno Haible  <bruno@clisp.org>
37662
37663         * lib/xsize.h: New file.
37664         * lib/linebreak.c: Include xsize.h.
37665         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
37666         argument for overflow.
37667         Suggested by Paul Eggert.
37668
37669 2003-11-03  Karl Berry  <karl@gnu.org>
37670
37671         * config/config.{guess,sub}: update from config.
37672
37673 2003-11-03  Jim Meyering  <jim@meyering.net>
37674
37675         * modules/userspec (lib_SOURCES): Add userspec.h.
37676         (Include): Add "userspec.h".
37677         Improve description.
37678
37679 2003-11-03  Jim Meyering  <jim@meyering.net>
37680
37681         * lib/userspec.c: Include "userspec.h".
37682         * lib/userspec.h: New file.
37683
37684 2003-11-03  Bruno Haible  <bruno@clisp.org>
37685
37686         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
37687
37688 2003-11-03  Bruno Haible  <bruno@clisp.org>
37689
37690         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
37691         available, to avoid (extremely rare) race condition.
37692         Suggested by Paul Eggert.
37693
37694 2003-11-02  Karl Berry  <karl@gnu.org>
37695
37696         * config/srclist.txt (vasprintf.c): sync broken, sigh.
37697
37698 2003-10-31  Paul Eggert  <eggert@twinsun.com>
37699
37700         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
37701         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
37702         (read_filesystem_list): Set and use me_type_malloced.
37703         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
37704         whatever the type happens to be), for brevity and consistency.
37705         Check for size calculation overflow on Alphas running OSF/1.
37706
37707 2003-10-31  Jim Meyering  <jim@meyering.net>
37708
37709         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
37710
37711         * lib/linebuffer.c: Include <string.h> for declaration of memset.
37712
37713 2003-10-30  Paul Eggert  <eggert@twinsun.com>
37714             Bruno Haible  <bruno@clisp.org>
37715
37716         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
37717         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
37718
37719 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
37720
37721         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
37722         netbsd*-gnu*.  Suggested by Robert Millan.
37723
37724 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37725
37726         * modules/group-member: Depend on stdbool.
37727
37728 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37729
37730         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
37731
37732 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37733
37734         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
37735         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
37736         after the 'gnu' in these cases.  This fixes some bugs in the
37737         previous change, and is based on suggestions by Robert Millan.
37738
37739 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37740
37741         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
37742         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
37743         no longer needed.
37744         * lib/quotearg.c (quotearg_n_options): Use it.
37745         * lib/group-member.c: Include <stdbool.h>.
37746         (free_group_info): Arg is now const *; don't free arg.
37747         (get_group_info): Now returns bool and accepts struct group_info *,
37748         rather than returning a malloc'ed struct group_info *.
37749         All uses changed.  Check for overflow in internal size calculation.
37750
37751         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
37752         rather than xmalloc/xrealloc.
37753         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
37754         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
37755         conformance bug: the old code used a pointer after freeing the
37756         storage that it addressed.
37757         * lib/hash.c (hash_initialize): Simplify the code by using
37758         xalloc_oversized rather than doing it by hand.
37759         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
37760         the buffer preserved.  Use free and xmalloc instead.
37761         * lib/quotearg.c (quotearg_n_options): Likewise.
37762         Use a simpler test for size overflow.  Don't use xalloc_oversized
37763         because unsigned int might be wider than size_t (!); this suggests
37764         that we should switch from unsigned int to size_t for slot numbers.
37765
37766 2003-10-28  Paul Eggert  <eggert@twinsun.com>
37767
37768         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
37769         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
37770         NetBSD kernels.  Requested by Richard Stallman.
37771
37772 2003-10-27  Paul Eggert  <eggert@twinsun.com>
37773
37774         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
37775         to allocate the returned structure.  Do not allocate a subarray,
37776         as x2nrealloc will do that.
37777         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
37778         instead of xnrealloc.
37779         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
37780
37781 2003-10-27  Bruno Haible  <bruno@clisp.org>
37782
37783         * lib/stdbool_.h: Better support for BeOS.
37784
37785 2003-10-26  Paul Eggert  <eggert@twinsun.com>
37786
37787         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
37788         now uses inline.
37789
37790 2003-10-26  Paul Eggert  <eggert@twinsun.com>
37791
37792         * lib/xalloc.h (xalloc_oversized): New static inline function, for
37793         callers that want to do their own size-overflow checking.  Include
37794         <stdbool.h>, since xalloc_oversized returns bool.
37795         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
37796         to use xalloc_oversized.
37797
37798         Add two functions x2realloc, x2nrealloc, for programs that grow
37799         arrays dynamically by doubling their sizes.
37800         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
37801         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
37802         New functions.
37803
37804         Port to C99 semantics for 'inline' of external functions.
37805         Bug reported by Bruno Haible.
37806         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
37807         with the old contents of xnmalloc.
37808         (xnmalloc, xmalloc): Use it.
37809         (xnrealloc_inline): New static inline function,
37810         with the old contents of xnrealloc.
37811         (xnrealloc, xrealloc): Use it.
37812
37813         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
37814         that.
37815
37816 2003-10-26  Karl Berry  <karl@gnu.org>
37817
37818         * config/srclist.txt (COPYING.DOC): no longer available from
37819         /gd/gnuorg; don't know where the ultimate source is.
37820
37821 2003-10-25  Paul Eggert  <eggert@twinsun.com>
37822
37823         Fix several address-calculation bugs in the hash modules,
37824         plus some minor code cleanup.
37825
37826         * lib/hash.h: Include <stdbool.h>, for bool.
37827         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
37828         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
37829         hash_get_n_entries, hash_get_max_bucket_length,
37830         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
37831         hash_rehash): Use size_t rather than unsigned.
37832         * lib/hash.c (struct hash_table, hash_get_n_buckets,
37833         hash_get_n_buckets_used, hash_get_n_entries,
37834         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
37835         hash_get_entries, hash_do_for_each, hash_string, is_prime,
37836         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
37837         Likewise.
37838         (SIZE_MAX): Define if not defined.
37839         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
37840         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
37841         hash_print):
37842         Use const * when possible.
37843         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
37844         (check_tuning): Fix bug: if tuning parameters were very close to
37845         0 or 1, rounding errors could have caused subscript violations.
37846         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
37847         (hash_initialize): Add 'fail:' label
37848         to free table and return NULL, and use it to simplify code.
37849         Use calloc rather than clearing the storage ourself.
37850         (hash_initialize, hash_rehash): Check for arithmetic overflow in
37851         buffer size calculations.
37852         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
37853         Include <stddef.h>, for size_t.
37854         * lib/hash-pjw.c (hash_pjw): Likewise.
37855         Switch to method described by Bruno Haible.
37856         Include <limits.h>, for CHAR_BIT.
37857         (SIZE_BITS): New macro.
37858
37859 2003-10-23  Paul Eggert  <eggert@twinsun.com>
37860
37861         * m4/getline.m4 (AM_FUNC_GETLINE):
37862         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
37863         hosts.  Problem reported by Derek Robert Price in
37864         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
37865         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
37866         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
37867
37868 2003-10-21  Paul Eggert  <eggert@twinsun.com>
37869
37870         * lib/getndelim2.c (getndelim2): When size calculation overflows,
37871         ceiling the allocation at NMAX bytes rather than silently
37872         discarding input bytes before NMAX is reached.  This makes
37873         a difference only if NMAX exceeds SIZE_MAX / 2.
37874
37875         * lib/obstack.c: Merge from glibc.
37876         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
37877         Add libc_hidden_def (_obstack_newchunk).
37878         (_obstack_free) [! defined _LIBC]: Remove.
37879         [defined _LIBC]: Make a strong alias from obstack_free, rather than
37880         a clone of the function body.
37881         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
37882         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
37883
37884         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
37885         glibc.
37886         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
37887         arg to memcpy.
37888
37889         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
37890         (obstack_ptr_grow_fast, obstack_int_grow_fast):
37891         Don't use lvalue casts, as GCC plans to remove support for them
37892         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
37893         was also present in the non-GCC version, indicating that this
37894         code had always been buggy and had never been widely used.
37895         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
37896         Use the fast variant of each macro, rather than copying the
37897         definiens of the fast variant; that way, we'll be more likely to
37898         catch future bugs in the fast variants.
37899
37900 2003-10-20  Bruno Haible  <bruno@clisp.org>
37901
37902         * modules/wait-process: New file.
37903         * MODULES.html.sh (func_all_modules): Add wait-process.
37904
37905 2003-10-20  Bruno Haible  <bruno@clisp.org>
37906
37907         * m4/wait-process.m4: New file.
37908
37909 2003-10-20  Bruno Haible  <bruno@clisp.org>
37910
37911         * lib/wait-process.h: New file, from GNU gettext.
37912         * lib/wait-process.c: New file, from GNU gettext.
37913
37914 2003-10-19  Jim Meyering  <jim@meyering.net>
37915
37916         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
37917         HPUX 10.20.
37918
37919 2003-10-18  Karl Berry  <karl@gnu.org>
37920
37921         * config/config.guess: update from config.
37922
37923 2003-10-16  Paul Eggert  <eggert@twinsun.com>
37924
37925         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
37926         (getgroups): First arg is int, not size_t.
37927         Don't let 'free' mangle errno.
37928
37929 2003-10-16  Paul Eggert  <eggert@twinsun.com>
37930
37931         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
37932
37933 2003-10-16  Karl Berry  <karl@gnu.org>
37934
37935         * config/config.{guess,sub}: update from config.
37936
37937 2003-10-16  Jim Meyering  <jim@meyering.net>
37938
37939         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
37940         memcpy.
37941
37942 2003-10-15  Paul Eggert  <eggert@twinsun.com>
37943
37944         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
37945         (SIZE_MAX): Remove.
37946         (new_exclude, add_exclude_file): Initial size no longer needs to
37947         be a power of 2.
37948         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
37949         our own address arithmetic overflow checking.
37950
37951         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
37952         (fnmatch): Do not alloca more than 2000 wide characters;
37953         instead, use malloc for large buffers.
37954         Check for address arithmetic overflow, and return -1
37955         with errno set to ENOMEM in that case.
37956         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
37957         (NEW_PATTERN): Do not alloca more than 8000 bytes;
37958         instead, return -1.  Check for address arithmetic overflow.
37959
37960 2003-10-14  Paul Eggert  <eggert@twinsun.com>
37961
37962         Handle invalid suffixes and overflow independently, so that
37963         callers can treat them independently as needed.  Fix some bugs in
37964         suffix handling, e.g., "100k@" was not diagnosed as an invalid
37965         suffix for a human-readable blocksize.  The major caller-visible
37966         change is the addition of a new
37967         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
37968         that both overflow and suffix chars were found.
37969
37970         * lib/human.c (humblock): Don't check separately for invalid suffix
37971         char; that is xstrtoumax's job (now that its bug is fixed).
37972         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
37973         INTMAX_MAX]: New macros.
37974         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
37975         TYPE_MAXIMUM): New macros.
37976         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
37977         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
37978         if overflow occurs, as it's what __strtol does and it's more useful
37979         in practice.
37980         (__xstrtol): If __strtol reports some error other than ERANGE,
37981         reflect it to the caller as LONGINT_INVALID.  If it reports
37982         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
37983         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
37984         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
37985         value.
37986         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
37987         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
37988         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
37989         [defined UINTMAX_MAX]: New macros.
37990
37991 2003-10-14  Bruno Haible  <bruno@clisp.org>
37992
37993         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
37994
37995 2003-10-14  Bruno Haible  <bruno@clisp.org>
37996
37997         * m4/sig_atomic_t: New file, from GNU gettext.
37998         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
37999
38000 2003-10-14  Bruno Haible  <bruno@clisp.org>
38001
38002         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
38003         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
38004         Also use volatile where needed.
38005
38006 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38007
38008         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
38009         Change maintainer from Bruno Haible to 'all'.
38010
38011 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38012
38013         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
38014
38015 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38016
38017         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
38018         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
38019         and define in terms of the other primitives.
38020         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
38021         (SIZE_MAX): Define if not already defined.
38022         (array_size_overflow): New function.
38023         (xalloc_die): Abort instead of exiting if 'error' returns.
38024         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
38025         (xmalloc, xrealloc): Use them.
38026         (xcalloc): Check for address arithmetic overflow.
38027         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
38028         a bit faster than strcpy.
38029
38030 2003-10-10  Simon Josefsson  <jas@extundo.com>
38031
38032         * modules/argp (Depends-on): Add restrict and strcase.
38033
38034 2003-10-10  Simon Josefsson  <jas@extundo.com>
38035
38036         * m4/argp.m4: Add AC_C_INLINE.
38037
38038 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38039
38040         Merge getpass from libc, plus a few fixes.
38041
38042         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
38043         Include <stdbool.h>.
38044         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
38045         __fsetlocking to empty.
38046         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
38047         do include <bits/libc-lock.h>.
38048         Do not include <fcntl.h>; not needed.
38049         [_LIBC]: Include <wchar.h>.
38050         (NOTCANCEL_MODE): New macro.
38051         (flockfile, funlockfile) [_LIBC]: New macros.
38052         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
38053         [!_LIBC]: New macros.
38054         (call_fclose): New function.
38055         (getpass): Use it.  Save tty stream separately; this simplifies the
38056         code and makes it more reliable if stdin happens to equal stdout.
38057         Invoke __fsetlocking on tty.
38058         Handle thread cancellation if needed.
38059         Namespace cleanup (use __tcgetattr, __getline).
38060         Use bool for Booleans.
38061         [USE_IN_LIBIO]: Handle wide streams.
38062         [!_LIBC]: Unconditionally do the fseek, since we don't know what
38063         stream might go where.
38064
38065         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
38066         doesn't have to include <stdio.h> before us.
38067         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
38068         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
38069         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
38070         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
38071         if not declared, so that we can use getpass.c code from libc without
38072         rewriting it.
38073         (flockfile, ftrylockfile, funlockfile): New macros.
38074
38075 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38076
38077         * modules/getpass: Depend on stdbool.
38078
38079 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38080
38081         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
38082
38083 2003-10-07  Karl Berry  <karl@gnu.org>
38084
38085         * config/config.{guess,sub}: update from config.
38086
38087 2003-10-06  Jim Meyering  <jim@meyering.net>
38088             Bruno Haible  <bruno@clisp.org>
38089
38090         This lets translators provide better translations for the
38091         "Written by ..." part of --version output.
38092         * lib/version-etc.h: Include stdarg.h.
38093         (version_etc_copyright): Declare as readonly.
38094         (version_etc): Make this function variadic with a NULL-terminated list
38095         of author name strings.
38096         (version_etc_va): New declaration.
38097         * lib/version-etc.c: Include stdarg.h, stdlib.h.
38098         (version_etc_copyright): Declare as readonly.
38099         (version_etc_va): New function. Provide a different translatable string
38100         for each possible number of authors < 10. Abbreviate when there are 10
38101         authors or more.
38102         (version_etc): Make this function variadic. Call version_etc_va.
38103         Suggestion from Gary V. Vaughan.
38104
38105         * lib/long-options.h (parse_long_options): Change prototype: the
38106         authors string is moved to the end and becomes variadic.
38107         * lib/long-options.c: Include stdarg.h.
38108         (parse_long_options): Make this function variadic, too.
38109         Call version_etc_va, not version_etc.
38110
38111 2003-10-06  Bruno Haible  <bruno@clisp.org>
38112
38113         * modules/version-etc-2: Remove file.
38114         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
38115
38116 2003-10-06  Bruno Haible  <bruno@clisp.org>
38117
38118         * modules/fatal-signal: New file.
38119         * MODULES.html.sh (func_all_modules): Add fatal-signal.
38120
38121 2003-10-06  Bruno Haible  <bruno@clisp.org>
38122
38123         * m4/fatal-signal.m4: New file.
38124         * m4/signalblocking.m4: New file, from GNU gettext.
38125
38126 2003-10-06  Bruno Haible  <bruno@clisp.org>
38127
38128         * lib/version-etc-2.h: Remove file.
38129         * lib/version-etc-2.c: Remove file.
38130
38131 2003-10-06  Bruno Haible  <bruno@clisp.org>
38132
38133         * lib/fatal-signal.h: New file, from GNU gettext.
38134         * lib/fatal-signal.c: New file, from GNU gettext.
38135
38136 2003-10-05  Paul Eggert  <eggert@twinsun.com>
38137
38138         * README: Rework advice for preventing empty .o files.
38139         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
38140         not <sys/types.h>.
38141
38142 2003-10-04  Karl Berry  <karl@gnu.org>
38143
38144         * lib/argp*: update from libc.
38145
38146 2003-10-04  Karl Berry  <karl@gnu.org>
38147
38148         * config/config.{guess,sub}: update from config.
38149
38150 2003-10-02  Bruno Haible  <bruno@clisp.org>
38151
38152         * modules/lchown (Include): Add lchown.h.
38153         * modules/time_r (Include): Use "..." syntax.
38154         * modules/xgetdomainname (Include): Add xgetdomainname.h.
38155
38156 2003-10-01  Simon Josefsson  <jas@extundo.com>
38157
38158         * MODULES.html.sh (func_all_modules): Move gethostname from section
38159         'based on' to section 'lacking' POSIX:2001.
38160
38161 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
38162
38163         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
38164         to output mode on the same stream.
38165
38166 2003-09-29  Paul Eggert  <eggert@twinsun.com>
38167
38168         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
38169         Fix arg typo in previous patch.
38170
38171 2003-09-28  Jim Meyering  <jim@meyering.net>
38172
38173         * lib/error.c: Correct cpp indentation.
38174
38175 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38176
38177         * modules/free: New file.
38178
38179 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38180
38181         * m4/free.m4: New file.
38182
38183 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38184
38185         * lib/minmax.h (MIN, MAX)
38186         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
38187         Omit the special code that used __typeof__, since we worry that
38188         it could be more trouble than it's worth.  See:
38189         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
38190         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
38191
38192         * lib/free.c: New file.
38193
38194 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
38195
38196         Trivial fixes to Makefile.am parts of module listings.
38197         * modules/strstr: Append strstr.h to lib_SOURCES.
38198         * modules/strcase: Likewise, for strcase.h.
38199
38200 2003-09-27  Karl Berry  <karl@gnu.org>
38201
38202         * config/mkinstalldirs: update from automake.
38203
38204 2003-09-26  Paul Eggert  <eggert@twinsun.com>
38205
38206         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
38207         (error_tail): Do not loop, reallocating temporary buffer, since
38208         the output cannot contain more wide characters than the input
38209         contains bytes, the size must be big enough already.  This avoids
38210         one potential size overflow calculation.  Check for size overflow
38211         when calculating temporary buffer size.  Free temporary buffer
38212         when done, if it was allocated with malloc; this plugs a memory
38213         leak.  Remove casts from void * to pointers, that are no longer
38214         needed now that we're assuming C89 or better.
38215
38216         Merge error changes from glibc.
38217
38218         * lib/error.c, error.h: Update copyright notice header to match glibc.
38219         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
38220         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
38221         Disable cancellation while printing error.
38222         * lib/error.h: Prepend __ to parameter names.
38223
38224 2003-09-26  Jim Meyering  <jim@meyering.net>
38225
38226         * lib/error.c (error_tail): Move some declarations
38227         into inner scope where the local variables are used.
38228
38229 2003-09-26  Bruno Haible  <bruno@clisp.org>
38230
38231         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
38232         stpncpy().
38233         Don't define stpncpy through config.h; it's now done through stpncpy.h.
38234
38235 2003-09-26  Bruno Haible  <bruno@clisp.org>
38236
38237         * lib/stpncpy.h (gnu_stpncpy): New declaration.
38238         (stpncpy): Define as alias for gnu_stpncpy.
38239         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
38240
38241 2003-09-25  Simon Josefsson  <jas@extundo.com>
38242
38243         * lib/xgetdomainname.h: New file.
38244         * lib/xgetdomainname.c: New file.
38245
38246 2003-09-25  Simon Josefsson  <jas@extundo.com>
38247             Bruno Haible  <bruno@clisp.org>
38248
38249         * modules/getdomainname: New file.
38250         * modules/xgetdomainname: New file.
38251         * MODULES.html.sh (func_all_modules): Add getdomainname,
38252         xgetdomainname.
38253
38254 2003-09-25  Simon Josefsson  <jas@extundo.com>
38255             Bruno Haible  <bruno@clisp.org>
38256
38257         * m4/getdomainname.m4: New file.
38258
38259 2003-09-25  Simon Josefsson  <jas@extundo.com>
38260             Bruno Haible  <bruno@clisp.org>
38261
38262         * lib/getdomainname.h: New file.
38263         * lib/getdomainname.c: New file.
38264
38265 2003-09-25  Karl Berry  <karl@gnu.org>
38266
38267         * lib/argp-fmtstream.c, argp-help.c: update from libc.
38268
38269 2003-09-25  Karl Berry  <karl@gnu.org>
38270
38271         * config/install-sh: update from automake.
38272
38273 2003-09-25  Bruno Haible  <bruno@clisp.org>
38274
38275         * modules/version-etc-2: New file, from modules/version-etc with
38276         modifications.
38277         * MODULES.html.sh (func_all_modules): Add version-etc-2.
38278
38279 2003-09-25  Bruno Haible  <bruno@clisp.org>
38280
38281         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
38282         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
38283
38284 2003-09-24  Simon Josefsson  <jas@extundo.com>
38285
38286         * modules/xgethostname: Add xgethostname.h.
38287
38288 2003-09-24  Paul Eggert  <eggert@twinsun.com>
38289
38290         * lib/linebuffer.c (freebuffer): Don't free the argument, just
38291         the buffer associated with the argument.  Bug reported by
38292         Simon Josefsson.
38293
38294 2003-09-24  Paul Eggert  <eggert@twinsun.com>
38295
38296         * README: Document assumptions that 'int' is at least 32 bits
38297         wide, that integer arithmetic is 2's complement without overflow,
38298         that there are no holes in integer values, that adding sizes of
38299         two nonoverlapping objects can't overflow, and that all-bits-zero
38300         yields scalar zero.  Fix spelling and capitalization typos.
38301
38302 2003-09-19  Karl Berry  <karl@gnu.org>
38303
38304         * lib/argp.h: update from libc.
38305
38306 2003-09-17  Paul Eggert  <eggert@twinsun.com>
38307
38308         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
38309         to avoid spurious warnings like "AC_RUN_IFELSE was called before
38310         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
38311
38312 2003-09-17  Paul Eggert  <eggert@twinsun.com>
38313
38314         * gnulib-tool: Use "test -h", not "test -L", for portability
38315         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
38316         (tags_regexp): Remove, since \| doesn't conform to POSIX.
38317         (sed_extract_prog): Issue s commands one-by-one, rather than
38318         using \| in one s command.
38319
38320 2003-09-16  Paul Eggert  <eggert@twinsun.com>
38321
38322         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
38323         input error, instead of returning NULL the next time we are called
38324         (and therefore losing track of errno).
38325
38326 2003-09-16  Bruno Haible  <bruno@clisp.org>
38327
38328         * gnulib-tool (func_create_testdir): Warn about duplicated
38329         dependencies.
38330
38331 2003-09-15  Paul Eggert  <eggert@twinsun.com>
38332
38333         * modules/argmatch, modules/fatal, modules/obstack,
38334         modules/xalloc, modules/xgethostname: Sort dependencies by
38335         importance, not alphabetically.
38336
38337 2003-09-15  Paul Eggert  <eggert@twinsun.com>
38338
38339         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
38340         fails, so that the caller gets the proper errno.
38341
38342         * lib/readutmp.c (read_utmp): Likewise.
38343         Check for fstat error.  Close stream and free storage
38344         when failing.
38345
38346 2003-09-14  Karl Berry  <karl@gnu.org>
38347
38348         * config/srclist.txt (strdup.c): disable for c89 changes.
38349
38350 2003-09-14  Jim Meyering  <jim@meyering.net>
38351
38352         * lib/getloadavg.c: Correct cpp indentation.
38353         * lib/strdup.c: Likewise.
38354         * lib/vasnprintf.c: Likewise.
38355
38356 2003-09-14  Bruno Haible  <bruno@clisp.org>
38357
38358         * modules/fwriteerror: New file.
38359         * MODULES.html.sh (func_all_modules): Add fwriteerror.
38360
38361 2003-09-14  Bruno Haible  <bruno@clisp.org>
38362
38363         * lib/fwriteerror.h: New file.
38364         * lib/fwriteerror.c: New file.
38365
38366 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38367
38368         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
38369         modules/xgethostname, modules/xalloc: Depend on exit.
38370
38371 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38372
38373         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
38374
38375         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
38376         and AC_MINIX, too, so that their extensions are available.
38377
38378         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
38379         This macro has been superseded by gl_BACKUPFILE.
38380
38381         More patches to assume C89 or better.
38382
38383         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
38384
38385         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
38386         unconditionally.
38387         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
38388         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
38389         Include <string.h>, <stdlib.h> unconditionally.
38390         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
38391         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
38392         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
38393         headers or for string.h.
38394         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
38395         or strtoul.
38396
38397         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
38398         headers.
38399         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
38400         * m4/userspec.m4 (gl_USERSPEC): Likewise.
38401         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
38402         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
38403         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
38404         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
38405         memcpy, memset.
38406         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
38407         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
38408         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
38409         strtol.
38410         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
38411         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
38412         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
38413         strtoul.
38414
38415 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38416
38417         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
38418         * lib/obstack.c [!defined _LIBC]: Likewise.
38419         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
38420         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
38421         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
38422
38423         More changes to assume C89 or better.
38424
38425         * lib/error.c (error_tail): Assume vprintf.
38426
38427         * lib/argmatch.c (getenv): Remove decl.
38428         * lib/progreloc.c (get_full_program_name): Define via prototype.
38429         * lib/setenv.c (clearenv): Likewise.
38430         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
38431         needed.
38432         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
38433         (malloc, memcpy): Remove decls.
38434         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
38435         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
38436         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
38437         (memcpy): Remove macro.
38438         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
38439         (__P): Remove.  All uses removed.
38440         (PTR): Remove.  All uses changed to void *.
38441         (CHAR_BIT, NULL): Remove.
38442         (spaces, zeros, memset_space, memset_zero)
38443         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
38444         Remove.
38445         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
38446         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
38447         Define with prototype.
38448         Remove now-unnecessary prototype decl.
38449         (extra_args_spec): Assume ANSI C.  All uses changed.
38450         (extra_args_spec_iso): Remove.
38451         (my_strftime, emacs_strftimeu): Define via prototype.
38452         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
38453         unconditionally.
38454         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
38455         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
38456         (strtoul, strtol): Remove decls.
38457         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
38458         LONG_MAX): Remove.
38459         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
38460         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
38461         (LOCALE_PARAM_PROTO): New macro.
38462         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
38463         (INTERNAL (strtol), strtol): Define with a prototype.
38464         (PARAMS): Remove.  All uses removed.
38465         * lib/tempname.c: Include <string.h> unconditionally.
38466         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
38467         * lib/xgethostname.c (main): Define with a prototype.
38468         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
38469         Include <stdlib.h> unconditionally.
38470         (calloc, malloc, realloc, free): Remove decls.
38471         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
38472         Include <stdlib.h> unconditionally.  Sort include file names.
38473         (strtod): Remove.
38474         (xstrtod): Define with a prototype.
38475         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
38476         (strtol, strtoul): Remove decls.
38477
38478 2003-09-11  Paul Eggert  <eggert@twinsun.com>
38479
38480         More patches to assume C89 or better.
38481         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
38482         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
38483         string.h, memchr, STDC_HEADERS.
38484
38485 2003-09-11  Paul Eggert  <eggert@twinsun.com>
38486
38487         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
38488         Include <stdlib.h>, <string.h> unconditionally.
38489         Remove now-unnecessary cast to char *.
38490         * lib/strnlen.c: Include <string.h> unconditionally.
38491         * lib/yesno.c (yesno): Define with a prototype.
38492
38493 2003-09-11  Bruno Haible  <bruno@clisp.org>
38494
38495         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
38496
38497 2003-09-10  Jim Meyering  <jim@meyering.net>
38498
38499         * lib/error.c: Correct indentation of cpp directives.
38500
38501 2003-09-10  Bruno Haible  <bruno@clisp.org>
38502
38503         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
38504         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
38505         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
38506         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
38507         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
38508         <stdlib.h> and <string.h> checks.
38509         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
38510         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
38511
38512 2003-09-10  Bruno Haible  <bruno@clisp.org>
38513
38514         * lib/strcspn.c: Include <string.h> unconditionally.
38515         * lib/strpbrk.c: Include <string.h> unconditionally.
38516         * lib/strstr.c: Include <string.h> unconditionally.
38517         * lib/unicodeio.c: Include <string.h> unconditionally.
38518         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
38519         * lib/unsetenv.c: Likewise.
38520         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
38521         * lib/yesno.c: Include <stdlib.h> unconditionally.
38522         (rpmatch): Add prototype.
38523
38524 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38525
38526         More patches to assume C89 or better.
38527         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
38528         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
38529         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
38530         or for string.h.
38531         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
38532         stdlib.h.
38533         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
38534         C headers.
38535         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
38536         string.h.
38537         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
38538         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
38539         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
38540         or for string.h.
38541         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
38542         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
38543         C headers.
38544         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
38545         memcpy.
38546         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
38547         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
38548         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
38549         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
38550         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
38551         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
38552         string.h, free.
38553         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
38554         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
38555         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
38556         C headers, or for string.h.
38557         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
38558         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
38559         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
38560         headers, memory.h, stdlib.h, string.h, strings.h.
38561         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
38562         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
38563         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
38564         strchr.
38565         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
38566         headers, memory.h, string.h.
38567         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
38568         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
38569         free.
38570         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
38571         headers.
38572         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
38573         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
38574         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
38575         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
38576         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
38577
38578 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38579
38580         More K&R removal.
38581
38582         * lib/acosl.c (main): Use a prototype.
38583         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
38584         tanl.c: Likewise.
38585
38586         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
38587
38588         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
38589         (getopt, etopt_long, getopt_long_only, _getopt_internal)
38590         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
38591         with a prototype.
38592         * lib/getopt.c (const): Remove macro.
38593         Include <string.h> unconditionally.
38594         (my_index): Remove; all uses changed to strchr.
38595         (strlen): Remove decl.
38596         (exchange): Remove forward decl; no longer needed.
38597         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
38598         Define with prototype.
38599         * lib/getopt1.c (const): Remove macro.
38600         (getopt_long, getopt_long_only, main): Define with prototype.
38601
38602         * lib/getugroups.c: Include <string.h> unconditionally.
38603
38604         * lib/getusershell.c: Include <stdlib.h> unconditionally.
38605         (getusershell, setusershell, endusershell, readname, main):
38606         Define with prototypes.
38607
38608         * lib/group-member.c: Include group-member.h first.
38609         Include <stdlib.h> unconditionally.
38610
38611         * lib/hard-locale.c: Include hard-locale.h first.
38612         Include <stdlib.h>, <string.h> unconditionally.
38613
38614         * lib/hash.c (free, malloc): Remove decls.
38615         Include <stdlib.h> unconditionally.
38616
38617         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
38618         (getenv): Do not declare.
38619
38620         * lib/idcache.c: Include <string.h> unconditionally.
38621
38622         * lib/long-options.c: Include long-options.h first, to test interface.
38623         Include <stdlib.h> unconditionally.
38624
38625         * lib/makepath.c: Include makepath.h first, to test interface.
38626         Include <stdlib.h> and <string.h> unconditionally.
38627
38628         * lib/linebuffer.c: Include <stdlib.h>.
38629         (free): Remove decl.
38630
38631         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
38632         stddef.h. rpl_malloc returns void *, not char *.
38633         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
38634         prototype.
38635
38636         * lib/md5.h: Include <limits.h> unconditionally.
38637         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
38638         (__P): Remove; all uses removed.
38639         * lib/md5.c: Include "md5.h" first.
38640         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
38641         md5_buffer, md5_process_bytes, md5_process_block):
38642         Define with prototypes.
38643         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
38644         * lib/sha.c: Include "sha.h" first.
38645         Include <stdlib.h>, <string.h> unconditionally.
38646
38647         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
38648         * lib/memcmp.c (__ptr_t): Likewise.
38649         * lib/memrchr.c (__ptr_t): Likewise.
38650         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
38651         Include <string.h> unconditionally.
38652         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
38653         * lib/memchr.c: Include <stdlib.h> unconditionally.
38654         * lib/memchr.c (LONG_MAX): Remove.
38655         * lib/memrchr.c (LONG_MAX): Likewise.
38656         * lib/memchr.c (__memchr): Define via a prototype.
38657         * lib/memrchr.c (__memrchr): Likewise.
38658         * lib/memcmp.c (__P): Remove, and remove all uses.
38659         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
38660         Remove forward decls; no longer needed.
38661         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
38662         Use types required by C89 in prototype.
38663
38664         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
38665         * lib/savedir.c: Likewise.
38666         * lib/mkdir.c (free): Remove decl.
38667         * lib/rmdir.c (rmdir): Define with a prototype.
38668         * lib/savedir.c: Include savedir.h first, to test interface.
38669
38670         * lib/mktime.c (STDC_HEADERS): Remove.
38671         Include <stdlib.h>, <string.h> unconditionally.
38672
38673         * lib/modechange.c: Include <stdlib.h> unconditionally.
38674         (malloc): Remove decl.
38675
38676         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
38677         (free): Remove decl.
38678
38679         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
38680         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
38681         (This type really should be intptr_t, but that's a C99ism.)
38682         (_obstack_memcpy): Remove: all uses changed to memcpy.
38683         Include <string.h> unconditionally.
38684         (struct obstack): Assume __STDC__ for types of members
38685         chunkfun, freefun, extra_arg.
38686         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
38687         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
38688         obstack_begin, obstack_specify_allocation,
38689         obstack_specify_allocation_with_arg, obstack_chunkfun,
38690         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
38691         Remove unprototyped decls and the macros that use them.
38692         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
38693         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
38694         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
38695         (defined __STDC__ && __STDC__)]:
38696         Remove nonprototyped code.
38697         Include <stdlib.h> unconditionally.
38698         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
38699         _obstack_allocated_p, _obstack_free, obstack_free,
38700         _obstack_memory_used, print_and_abort):
38701         Define using prototypes.
38702         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
38703         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
38704         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
38705         obstack_next_free, obstack_object_size, obstack_room) [0]:
38706         Remove unused, unprototyped code.
38707
38708         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
38709
38710         * lib/physmem.c (physmem_total, physmem_available, main): Define
38711         with prototypes.
38712
38713         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
38714         (main): Define with a prototype.
38715
38716         * lib/posixver.c (getenv): Remove decl.
38717
38718         * lib/putenv.c (malloc): Returns void *, not char *.
38719         Include <string.h> unconditionally.
38720         (strchr, memcpy, NULL): Do not define.
38721
38722         * lib/readtokens.c: Include readtokens.h first, to test interface.
38723         Include <stdlib.h>, <string.h> unconditionally.
38724         (init_tokenbuffer): Define with a prototype.
38725
38726         * lib/regex.c (PARAMS): Remove.  All uses removed.
38727         All uses of _RE_ARGS removed, too.
38728         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
38729         unconditionally.
38730         (bzero): Assume memset exists.
38731         (memcmp, memcpy, NULL): Remove.
38732         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
38733         char, or assignments to local vars of type signed char.
38734         (init_syntax_once, PREFIX(extract_number_and_incr),
38735         PREFIX(print_partial_compiled_pattern),
38736         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
38737         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
38738         PREFIX(regex_grow_registers), PREFIX(regex_compile),
38739         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
38740         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
38741         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
38742         wcs_compile_range, byte_compile_range, truncate_wchar,
38743         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
38744         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
38745         count_mbs_length, wcs_re_match_2_internal,
38746         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
38747         PREFIX(alt_match_null_string_p),
38748         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
38749         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
38750         regfree, PREFIX(extract_number)): Define with prototype.  Remove
38751         now-unnecessary declaration, if any.
38752         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
38753         regcomp, regexec):
38754         Remove now-unnecessary casts among pointer types.
38755         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
38756
38757         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
38758         (free): Remove decl.
38759
38760         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
38761
38762         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
38763         (free): Remove decl.
38764
38765         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
38766         * lib/xgetcwd.c: Likewise.
38767
38768         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
38769         (free): Remove decl.
38770
38771         * lib/strchrnul.c (strchrnul): Define with a prototype.
38772         Fix bug: c_in was not converted to char before searching.
38773
38774         The following changes are not K&R related:
38775
38776         * lib/group-member.h: Include <sys/types.h>, so that this file is
38777         self-contained.
38778         * lib/makepath.h: Likewise.
38779
38780         * lib/getusershell.c (readname, default_index, line_size, readname):
38781         Use size_t, not int, for sizes.
38782         (readname): If the size overflows, report an error instead of
38783         looping forever.
38784
38785 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38786
38787         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
38788         libc.
38789
38790 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38791
38792         * README: New section: portability guidelines.
38793
38794 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
38795
38796         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
38797         C89 spec.
38798
38799 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
38800
38801         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
38802
38803 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38804
38805         Assume C89 or better; remove K&R cruft.
38806         A few of these changes were first proposed by Derek Robert Price
38807         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
38808
38809         * lib/addext.c: Include <string.h> unconditionally.
38810         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
38811         Don't declare getenv or malloc.
38812
38813         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
38814         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
38815         (NULL): Remove.
38816         (find_stack_direction, alloca): Use prototypes.
38817
38818         * lib/atexit.c (atexit): Define using a prototype.
38819
38820         * lib/basename.c, dirname.c, stripslash.c:
38821         Include <string.h> unconditionally.
38822
38823         * lib/bcopy.c: Include <stddef.h>.
38824         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
38825
38826         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
38827
38828         * lib/error.h (error, error_at_line, error_print_progname)
38829         [! (defined (__STDC__) && __STDC__)]: Remove decls.
38830         * lib/error.c: Include error.h first, to check interface.
38831         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
38832         (VA_START): Remove; all uses changeed to va_start.
38833         (exit, strerror): Remove decls.
38834         (error_print_progname): Prototype uncondionally.
38835         Don't include <errno.h>; no longer needed.
38836         (private_strerror): Remove.
38837         (error_tail): Always define.
38838         (error, error_at_line): Assume C89 or better; always use prototypes.
38839         * lib/fatal.c: Include "fatal.h" first, to test interface.
38840         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
38841         (VA_START): Remove; all uses changed to va_start.
38842         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
38843         this case.
38844         (exit): Remove decl.
38845         (fatal): Prototype unconditionally.  Assume va_start works.
38846         Abort at end, to pacify gcc.
38847
38848         * lib/euidaccess.c (main): Define with a prototype.
38849
38850         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
38851
38852         * lib/exitfail.c: Include <stdlib.h> unconditionally.
38853
38854         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
38855         prototypes.
38856         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
38857         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
38858         (getenv): Remove decl.
38859         (fnmatch): Define using a prototype.
38860         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
38861         (FCT): Define using a prototype.
38862
38863         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
38864
38865         * lib/gethostname.c: Include <stddef.h>.
38866         (gethostname): Define with prototype.  Length is size_t, not int.
38867
38868 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38869
38870         Assume C89 or better; remove K&R cruft.
38871         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
38872         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
38873         string.h, getenv, malloc.
38874         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
38875         headers.
38876         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
38877         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
38878         do not check for strerror.
38879         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
38880         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
38881         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
38882         do not check for doprnt or vprintf.
38883         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
38884         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
38885
38886 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38887
38888         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
38889         getversion.c should have been removed then, but was accidentally
38890         preserved.
38891
38892         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
38893         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
38894
38895 2003-09-08  Karl Berry  <karl@gnu.org>
38896
38897         * config/config.sub, config.guess, srclistvars.sh: update from savannah
38898                 config, forget about prep.
38899
38900         * config/depcomp, missing: update from automake.
38901
38902 2003-09-07  Paul Eggert  <eggert@twinsun.com>
38903
38904         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
38905         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
38906
38907 2003-09-07  Paul Eggert  <eggert@twinsun.com>
38908
38909         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
38910         copy_tm_result.  Bug reported by Simon Josefsson in
38911         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
38912
38913 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38914
38915         * m4/time_r.m4: New file.
38916         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
38917         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
38918         is. Check for timegm declaration.
38919         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
38920         Do not check for gmtime_r.
38921         Replace mktime if __mktime_internal does not exist and if mktime
38922         hasn't been replaced already.
38923
38924 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38925
38926         * lib/time_r.c, lib/time_r.h: New files.
38927
38928         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
38929         __localtime_r.
38930         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
38931         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
38932
38933         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
38934         __gmtime_r.
38935         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
38936         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
38937         Include <time_r.h>.
38938
38939         * lib/timegm.c: Switch to glibc implementation, with the following
38940         changes:
38941         [defined HAVE_CONFIG_H]: Include <config.h>.
38942         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
38943         (__mktime_internal) [!defined _LIBC]: New decl.
38944         (__gmtime_r) [!defined _LIBC]: New macro and function.
38945         (timegm): Use a prototype, since gnulib assumes C89.
38946         Do not bother declaring tmp to be const, as it's not really usefu.
38947         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
38948         (timegm): Declare only if HAVE_DECL_TIMEGM.
38949
38950 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38951
38952         * MODULES.html.sh (func_all_modules): Add time_r.
38953         * modules/time_r: New file.
38954         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
38955         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
38956
38957 2003-09-03  Paul Eggert  <eggert@twinsun.com>
38958
38959         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
38960         Bug reported by Lute Kamstra in
38961         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
38962
38963         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
38964         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
38965         course with correspondingly smaller numbers for tomorrow and
38966         yesterday.  From Tadayoshi Funaba.  Originally installed into
38967         sh-utils on 1999-08-07, but the patch got lost (I guess during the
38968         coreutils merge?).
38969
38970 2003-08-31  Simon Josefsson  <jas@extundo.com>
38971
38972         * modules/timegm: New file.
38973         * MODULES.html.sh (func_all_modules): Add timegm.
38974
38975 2003-08-31  Simon Josefsson  <jas@extundo.com>
38976
38977         * m4/timegm.m4: New file.
38978
38979 2003-08-31  Simon Josefsson  <jas@extundo.com>
38980
38981         * lib/timegm.h: New file.
38982         * lib/timegm.c: New file.  Based on
38983         wget-1.8.2/src/http.c:mktime_from_utc.
38984
38985 2003-08-31  Karl Berry  <karl@gnu.org>
38986
38987         * lib/argp.h: update from libc.
38988
38989 2003-08-28  Bruno Haible  <bruno@clisp.org>
38990
38991         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
38992         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
38993         followed by '#define fnmatch fnmatch_posix' gives an error.
38994
38995 2003-08-28  Bruno Haible  <bruno@clisp.org>
38996
38997         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
38998         warning on QNX, which defines O_BINARY to 000000.
38999
39000 2003-08-27  Jim Meyering  <jim@meyering.net>
39001
39002         * m4/mkstemp.m4: Require that the system mkstemp be able to create
39003         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
39004         would fail after 32.  Reported by Danny Levinson.  Details here:
39005         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
39006
39007 2003-08-24  Bruno Haible  <bruno@clisp.org>
39008
39009         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
39010         MSVC7 <stdio.h> is included later.
39011
39012 2003-08-22  Simon Josefsson  <jas@extundo.com>
39013
39014         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
39015
39016 2003-08-20  Karl Berry  <karl@gnu.org>
39017
39018         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
39019
39020 2003-08-20  Bruno Haible  <bruno@clisp.org>
39021
39022         * modules/progname: New file.
39023         * MODULES.html.sh (func_all_modules): Add progname.
39024
39025 2003-08-20  Bruno Haible  <bruno@clisp.org>
39026
39027         * lib/progname.h: New file, from GNU gettext.
39028         * lib/progname.c: New file, from GNU gettext.
39029         * lib/progreloc.c: New file, from GNU gettext.
39030
39031 2003-08-19  Jim Meyering  <jim@meyering.net>
39032
39033         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
39034         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
39035
39036 2003-08-19  Bruno Haible  <bruno@clisp.org>
39037
39038         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
39039         more.
39040
39041 2003-08-19  Bruno Haible  <bruno@clisp.org>
39042
39043         * lib/xstrdup.c: Assume <string.h> exists.
39044
39045 2003-08-18  Paul Eggert  <eggert@twinsun.com>
39046
39047         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
39048         in makefile rules.
39049
39050 2003-08-18  Jim Meyering  <jim@meyering.net>
39051
39052         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
39053         * m4/lib-ld.m4: Likewise.
39054
39055 2003-08-18  Jim Meyering  <jim@meyering.net>
39056
39057         * lib/setenv.h: Indent nested cpp directive.
39058         * lib/vasnprintf.c: Remove trailing blanks.
39059
39060 2003-08-17  Simon Josefsson  <jas@extundo.com>
39061
39062         * modules/xstrndup: New file.
39063         * MODULES.html.sh (func_all_modules): Add xstrndup.
39064
39065 2003-08-17  Simon Josefsson  <jas@extundo.com>
39066
39067         * modules/argp: Fix autoconf macro name. Add more dependencies.
39068
39069 2003-08-17  Simon Josefsson  <jas@extundo.com>
39070
39071         * m4/xstrndup.m4: New file.
39072
39073 2003-08-17  Simon Josefsson  <jas@extundo.com>
39074
39075         * m4/argp.m4: New file.
39076
39077 2003-08-17  Simon Josefsson  <jas@extundo.com>
39078             Bruno Haible  <bruno@clisp.org>
39079
39080         * lib/xstrndup.h: New file.
39081         * lib/xstrndup.c: New file.
39082
39083 2003-08-17  Bruno Haible  <bruno@clisp.org>
39084
39085         * modules/strndup (Files, Include): Add lib/strndup.h.
39086
39087 2003-08-17  Bruno Haible  <bruno@clisp.org>
39088
39089         * modules/euidaccess (Files): Add lib/euidaccess.h.
39090
39091 2003-08-17  Bruno Haible  <bruno@clisp.org>
39092
39093         * lib/strndup.h: New file.
39094
39095 2003-08-17  Bruno Haible  <bruno@clisp.org>
39096
39097         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
39098         like AC_GNU_SOURCE.
39099         * modules/extensions (configure.ac): Comment out the invocation of
39100         gl_USE_SYSTEM_EXTENSIONS.
39101
39102 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39103
39104         Merges from coreutils, etc.
39105         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
39106         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
39107         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
39108         fixing a typo.
39109         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
39110         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
39111
39112 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39113
39114         Document merge from coreutils.
39115         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
39116         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
39117         * modules/utime: Add m4/utimes-null.m4.
39118
39119 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39120
39121         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
39122         space, undoing this 2003-08-12 change:
39123         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
39124
39125 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39126
39127         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
39128         strtoul.c from libc, undoing this 2003-08-12 change:
39129         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
39130
39131 2003-08-16  Jim Meyering  <jim@meyering.net>
39132
39133         Merges from coreutils.
39134         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
39135         prefix.  Adjust cache variables similarly.  Create 500 rather than
39136         just 300 files, to exercise bug on Darwin6.5, too.
39137         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
39138         $missing_dir.
39139         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
39140         AM_SYS_POSIX_TERMIOS.
39141         Reported by mkc@mathdogs.com.
39142         Also change use of $am_cv_sys_posix_termios
39143         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
39144         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
39145         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
39146         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
39147         in /proc/mounts until it finds one with matching device number.  This
39148         is unnecessary when the FILE argument *is* a mount point.  No stat call
39149         is necessary in that case.  So, disable the statvfs-testing code on
39150         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
39151         as RedHat bug# 84846.
39152         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
39153         to 1MB, so as not to render systems with no stack size limit (e.g.,
39154         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
39155         Include <unistd.h>.  On some systems,
39156         it is required for the definition of _SC_PAGESIZE.
39157
39158 2003-08-16  Jim Meyering  <jim@meyering.net>
39159
39160         Merge from coreutils.
39161         * lib/xstrtoimax.c: #else #if -> #elif.
39162         * lib/xstrtoumax.c: Likewise.
39163
39164 2003-08-16  Jim Meyering  <jim@meyering.net>
39165
39166         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
39167         * m4/utimes.m4: Removed.
39168         * m4/utimes-null.m4: Renamed from utimes.m4.
39169
39170         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
39171         to 1MB, so as not to render systems with no stack size limit (e.g.,
39172         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
39173         Include <unistd.h>.  On some systems,
39174         it is required for the definition of _SC_PAGESIZE.
39175
39176 2003-08-16  Jim Meyering  <jim@meyering.net>
39177         and Paul Eggert  <eggert@cs.ucla.edu>
39178
39179         Merges from coreutils, etc.
39180
39181         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
39182         using the latest version from cvs.  This avoids problems with #line
39183         directives using a vendor (Sun) compiler.
39184         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
39185         Don't set GETGROUPS_LIB here; now it's
39186         done via getgroups.m4's wrapper function.
39187         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
39188         rather than just in sh-util/configure.in, so that the
39189         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
39190         same.
39191         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
39192         AC_FUNC_GETLOADAVG where to find getloadavg.c.
39193         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
39194         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
39195         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
39196         Remove code that is now done by the newly-required macros.
39197         Append $(EXEEXT) to DF_PROG.
39198         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
39199         Do not invoke or require the following here,
39200         since prereq.m4 or some gnulib .m4 now does this for us:
39201         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
39202         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
39203         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
39204         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
39205         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
39206         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
39207         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
39208         AC_FUNC_OBSTACK.
39209         Do not replace the following functions, as this is now the job
39210         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
39211         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
39212         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
39213         atexit getpass, strdup, getpagesize.
39214         Replace 'raise'.
39215         Do not check for the following functions, as this is now the job
39216         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
39217         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
39218         setregid.
39219         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
39220         Check for sys/sysctl.h.
39221         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
39222         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
39223         of checking for ssize_t ourselves.
39224
39225         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
39226         Require every macro that gnulib/modules/* suggests for us.
39227         (jm_PREREQ_ADDEXT): New macro.
39228         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
39229         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
39230
39231         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
39232         (gl_PHYSMEM): Use it.
39233         Also check for `table' function.
39234         Check for new headers and functions.
39235         Add check for sys/sysmp.h.
39236         With suggestions from Kaveh Ghazi.
39237         Ignore headers that are present but cannot be compiled.  This
39238         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
39239         C 5.4.
39240
39241 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39242
39243         Document merge from coreutils.
39244         * modules/userspec: Depend on posixver.
39245         * modules/strftime: Depend on tzset.
39246
39247 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39248
39249         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
39250         rather than tab, after '#' in shell-script copyright notices.
39251         Suggested by Bruno Haible.
39252
39253 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39254
39255         * config/srclist-update: Use three spaces, rather than tab, after '#'
39256         in shell-script copyright notices.  Suggested by Bruno Haible.
39257         Remove unnecessary parenthesization in regular expression.
39258
39259 2003-08-15  Jim Meyering  <jim@meyering.net>
39260
39261         Merge from coreutils.
39262         * lib/xgethostname.c: Include <stdlib.h>.
39263         (xghostname): Don't exit for anything other than memory-related
39264         failure; just return NULL.
39265         * lib/userspec.c: Include "posixver.h".
39266         (parse_user_spec): Accept `.' as a separator only
39267         in pre-POSIX-200112 mode.
39268         * lib/strtoimax.c: Use #elif rather than #else #if.
39269         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
39270         Remove function, now that we can rely on a working tzset function.
39271         [!_LIBC]: Ensure that the required autoconf test has been run.
39272         [!defined _NL_CURRENT && HAVE_STRFTIME]:
39273         Use underlying_strftime for %r.
39274         * lib/sha.c: Merge in some clean-up and optimization changes from
39275         glibc.
39276         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
39277         Ensure that it is a multiple of 64.
39278         Rearrange loop exit tests so as to avoid performing an
39279         additional fread after encountering an error or EOF.
39280         * lib/realloc.c: Update copyright date.
39281
39282 2003-08-15  Jim Meyering  <jim@meyering.net>
39283         and Paul Eggert  <eggert@twinsun.com>
39284
39285         Merge from coreutils.
39286         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
39287         member but strut utmpx does not.  Needed for AIX 4.3.3.
39288         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
39289
39290 2003-08-15  Jim Meyering  <jim@meyering.net>
39291         and Paul Eggert  <eggert@cs.ucla.edu>
39292
39293         Merges from coreutils, etc.
39294         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
39295         Require gl_FUNC_TZSET_CLOBBER.
39296         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
39297         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
39298         members.
39299
39300 2003-08-14  Paul Eggert  <eggert@twinsun.com>
39301
39302         Help the merge from coreutils.
39303         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
39304         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
39305         * m4/tzset.m4: Use it too.
39306
39307 2003-08-14  Paul Eggert  <eggert@twinsun.com>
39308
39309         * modules/tzset: New file.
39310
39311 2003-08-14  Jim Meyering  <jim@meyering.net>
39312
39313         Merges from coreutils.
39314         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
39315         variable names, rather than @FNMATCH_H@.
39316         * modules/alloca: Likewise for $(ALLOCA_H).
39317
39318         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
39319         the three copies of the literal target, `fnmatch.h'.
39320         * modules/alloca (alloca.h): Likewise.
39321
39322 2003-08-14  Jim Meyering  <jim@meyering.net>
39323
39324         Merge from coreutils.
39325         * m4/tzset.m4: New file.
39326         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
39327         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
39328         otherwise, AIX 5.1 systems would end up using the latter.
39329         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
39330         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
39331         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
39332         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
39333
39334 2003-08-14  Jim Meyering  <jim@meyering.net>
39335
39336         Merge from coreutils.
39337         * lib/obstack.h: Whitespace changes.
39338         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
39339         and xcalloc return values.
39340         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
39341         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
39342         hang on OSF/1 5.1 for DIR on both local and remote file systems.
39343         Reported by (and fix confirmed by) Nelson H. F. Beebe.
39344         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
39345         error from mntctl.
39346         Use mntctl's return value to drive the entry-processing loop, since
39347         we can't rely on the value of the vmt_length member in the last
39348         entry.  On some systems doing so could result in exhausting
39349         virtual memory.  Based in part on a patch from Mike Jetzer.
39350
39351 2003-08-14  Jim Meyering  <jim@meyering.net>
39352         and Paul Eggert  <eggert@twinsun.com>
39353
39354         Merges from coreutils, plus other fixes.
39355         * lib/physmem.c: Merge in portability changes from gcc/libiberty
39356         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
39357         for credits and details.  Thanks to Kaveh Ghazi for helping
39358         to keep these files in sync.
39359         (ARRAY_SIZE): Define it.
39360         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
39361         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
39362         (memcasecmp): Don't assume size_t fits in unsigned int.
39363         Remove casts and duplicate code.
39364         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
39365         (memcpy): Remove definition.
39366         Merge in some clean-up and optimization changes from glibc.
39367         [BLOCKSIZE]: Move definition to top of file.
39368         Ensure that it is a multiple of 64.
39369         Rearrange loop exit tests so as to avoid performing an
39370         additional fread after encountering an error or EOF.
39371         * lib/md5.h (md5_uintptr): Define.
39372         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
39373         return to the initial working directory.  Preserve errno
39374         for caller.
39375         * lib/idcache.c: Include "xalloc.h".
39376         (xmalloc, xrealloc): Remove decls.
39377         (getuser): Remove casts no longer required in C89.
39378         * lib/human.c: Include stdio.h, for sprintf.
39379         * lib/group-member.c: Include "xalloc.h".
39380         (xmalloc, xrealloc): Remove decls.
39381         (get_group_info): Remove casts no longer required in C89.
39382         * lib/getusershell.c (readname): Remove casts no longer required in
39383         C89.
39384         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
39385         * lib/getline.c: Whitespace fix, from coreutils.
39386
39387 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39388
39389         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
39390         Check for isascii.
39391
39392         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
39393         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
39394         Undo previous (whitespace-only) change.
39395
39396 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39397
39398         * lib/exclude.c: Include <ctype.h>
39399         (IN_CTYPE_DOMAIN): New macro.
39400         (is_space): New fn.
39401         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
39402         and empty lines.
39403
39404         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
39405         Undo previous (whitespace-only) change.
39406
39407 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39408
39409         * config/srclist-update: Change update back to the old behavior,
39410         leaving whitespace alone.  Use one 'sed' command rather than a
39411         pipeline.
39412         (fixlicense): Now a variable, not a function.
39413         (remove_trailing_blanks): Remove.
39414         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
39415         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
39416         Undo previous (whitespace-only) change.
39417
39418 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39419
39420         Merge from coreutils.
39421         * modules/euidaccess: Add lib_SOURCES, include for new
39422         file euidaccess.h
39423
39424 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39425
39426         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
39427         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
39428         Normalize leading white space and remove trailing white space.
39429
39430         Merge from coreutils
39431         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
39432
39433         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
39434         0.12.1.  These files are now being upgraded automatically by
39435         ../config/srclist-update.
39436
39437 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39438
39439         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
39440         Normalize leading white space and remove trailing white space.
39441         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
39442         notice, as per ../config/srclist-update.
39443
39444         Merge from coreutils.
39445         * lib/euidaccess.h: New file.
39446         * lib/euidaccess.c: Include it.
39447         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
39448         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
39449         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
39450
39451 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39452
39453         * config/srclist-update: Add copyright notice.
39454         (remove_id_lines, remove_trailing_blanks): New constants.
39455         (fixfile): Use them to normalize spacing a bit in copied files.
39456         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
39457         Normalize leading white space and remove trailing white space.
39458
39459         * config/texinfo.tex: Sync with texinfo.
39460
39461         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
39462         strtoul.c from libc, to merge coreutils whitespace changes.
39463
39464         * config/srclist.txt: Get the following m4 files from gettext:
39465         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
39466         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
39467         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
39468         wint_t.m4.
39469
39470 2003-08-12  Karl Berry  <karl@gnu.org>
39471
39472         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
39473         been made.
39474
39475 2003-08-11  Paul Eggert  <eggert@twinsun.com>
39476
39477         * modules/gnu-source, m4/gnu-source.m4:
39478         Remove; we're assuming Autoconf 2.54 or later now.
39479         Suggested by Bruno Haible.
39480         * MODULES.html.sh (func_all_modules): Remove gnu-source.
39481
39482 2003-08-11  Bruno Haible  <bruno@clisp.org>
39483
39484         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
39485
39486 2003-08-11  Bruno Haible  <bruno@clisp.org>
39487
39488         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
39489         (vasnprintf): Use it instead of wcslen.
39490
39491 2003-08-11  Bruno Haible  <bruno@clisp.org>
39492
39493         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
39494         value to ensure that _Bool promotes to int. Use #define for _Bool when
39495         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
39496
39497 2003-08-10  Karl Berry  <karl@gnu.org>
39498
39499         * lib/regex.h: update from libc (whitespace fix).
39500
39501 2003-08-09  Paul Eggert  <eggert@twinsun.com>
39502
39503         Merge some files from coreutils.  These changes were
39504         originally made by Jim Meyering.
39505         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
39506         many older Unixes require this.
39507         * lib/alloca.c (alloca): Remove cast to argument of free;
39508         no longer needed in C89.
39509         * lib/alloca_.h, regex.h: Fix white space to match
39510         what GNU indent does.
39511
39512 2003-08-09  Paul Eggert  <eggert@twinsun.com>
39513
39514         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
39515         apparently Emacs's Unicode mode got confused before my 2003-08-05
39516         checkin.
39517
39518 2003-08-08  Paul Eggert  <eggert@twinsun.com>
39519
39520         * m4/extensions.m4: New file.
39521         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
39522         Require gl_USE_SYSTEM_EXTENSIONS.
39523         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
39524         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
39525
39526 2003-08-08  Paul Eggert  <eggert@twinsun.com>
39527
39528         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
39529         * modules/extensions, modules/gnu-source: New files.
39530         * modules/timespec, modules/unlocked-io: Depend on extensions.
39531
39532 2003-08-07  Paul Eggert  <eggert@twinsun.com>
39533
39534         * modules/restrict: New file.
39535         * MODULES.html.sh (func_all_modules): Add restrict.
39536         * modules/regex: Depend on restrict.
39537
39538 2003-08-07  Paul Eggert  <eggert@twinsun.com>
39539
39540         * m4/restrict.m4: New file.
39541         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
39542
39543 2003-08-07  Bruno Haible  <bruno@clisp.org>
39544
39545         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
39546         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
39547
39548 2003-08-07  Bruno Haible  <bruno@clisp.org>
39549
39550         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
39551         makes the module 'getndelim2' compatible with the module 'getline'.
39552
39553 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39554
39555         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
39556         byte with "\201" to avoid glitches when editing that source file
39557         with multi-gnome-terminal.
39558
39559 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39560
39561         * lib/bumpalloc.h: Remove.
39562
39563 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39564
39565         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
39566         * modules/bumpalloc: Remove.
39567
39568 2003-08-04  Paul Eggert  <eggert@twinsun.com>
39569
39570         * lib/getloadavg.c: Change copyright notice and spacing to conform to
39571         GNU coding style.
39572
39573         Merge from coreutils.
39574         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
39575         1. From glibc.
39576         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
39577         from Karl Berry, implemented by Jim Meyering.
39578         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
39579         from Dmitry V. Levin.
39580         Remove anachronistic cast of xrealloc.
39581         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
39582         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
39583         type. Otherwise, it wouldn't compile with at least /bin/cc on
39584         ymp-cray-unicos9.0.2.X.
39585         Combine two mostly-identical uses of alloca into one.
39586         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
39587
39588 2003-08-04  Dave Love  <d.love@dl.ac.uk>
39589
39590         [From Emacs.]
39591
39592         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
39593         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
39594         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
39595         obsolete NLIST_NAME_UNION.
39596         [__GNU__]: Undef BSD and FSCALE.
39597         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
39598
39599 2003-08-03  Paul Eggert  <eggert@twinsun.com>
39600
39601         * lib/stdbool_.h (_Bool): Make it signed char, instead of
39602         an enum type, so that it's guaranteed to promote to int.  See:
39603         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
39604
39605 2003-08-03  Karl Berry  <karl@gnu.org>
39606
39607         * config/depcomp: update from automake.
39608
39609 2003-07-31  Paul Eggert  <eggert@twinsun.com>
39610
39611         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
39612         (strerror): Don't assume that a printable int fits in 14 bytes.
39613
39614 2003-07-31  Bruno Haible  <bruno@clisp.org>
39615
39616         * modules/getpass-gnu: New file.
39617         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
39618
39619 2003-07-31  Bruno Haible  <bruno@clisp.org>
39620
39621         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
39622
39623 2003-07-24  Karl Berry  <karl@gnu.org>
39624
39625         * config/missing: update from automake.
39626
39627 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
39628             Bruno Haible  <bruno@clisp.org>
39629
39630         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
39631         * lib/getline.c (getline, getdelim): Likewise.
39632         Remove _GNU_SOURCE define; now it's defined in config.h through
39633         m4/getline.m4.
39634
39635 2003-07-23  Karl Berry  <karl@gnu.org>
39636
39637         * config/config.sub: update from prep.
39638
39639 2003-07-22  Paul Eggert  <eggert@twinsun.com>
39640
39641         * modules/xalloc (Depends-on): Add exitfail.
39642         * modules/xmemcoll: Likewise.
39643
39644 2003-07-22  Paul Eggert  <eggert@twinsun.com>
39645
39646         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
39647         over-parenthesization in macros.
39648
39649         Sync with coreutils.
39650
39651         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
39652         required by C99.
39653
39654         Use `exit_failure' for xalloc and xmemcoll instead of their own
39655         private exit-failure variables.
39656         * lib/xalloc.h (xalloc_exit_failure): Remove.
39657         * lib/xmalloc.c: Likewise.  Include exitfail.h.
39658         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
39659         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
39660         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
39661         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
39662
39663 2003-07-20  Jim Meyering  <jim@meyering.net>
39664
39665         * modules/closeout (Depends-on): Add exitfail.
39666         Suggestion from Bruno Haible.
39667
39668 2003-07-19  Karl Berry  <karl@gnu.org>
39669
39670         * config/config.sub: update from prep.
39671
39672 2003-07-18  Paul Eggert  <eggert@twinsun.com>
39673
39674         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
39675         Remove.
39676         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
39677         to test that it can stand by itself.  Include "exitfail.h".
39678         Clients should set exit_failure instead.
39679         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
39680
39681 2003-07-18  Bruno Haible  <bruno@clisp.org>
39682
39683         * modules/getndelim2: New file.
39684         * modules/getline: Share files with module getndelim2.
39685         * modules/getnline: Depend on getndelim2 instead of sharing files with
39686         it. Add getnline.c to lib_SOURCES.
39687         * MODULES.html.sh (func_all_modules): Add getndelim2.
39688
39689 2003-07-18  Bruno Haible  <bruno@clisp.org>
39690
39691         * m4/getndelim2.m4: New file.
39692         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
39693         invoke gl_PREREQ_GETNDELIM2.
39694         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
39695         gl_PREREQ_GETNDELIM2.
39696         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
39697         gl_GETNDELIM2.
39698
39699 2003-07-18  Bruno Haible  <bruno@clisp.org>
39700
39701         * lib/getndelim2.h: New file.
39702         * lib/getndelim2.c: Make into a module of its own. Include config.h,
39703         getndelim2.h.
39704         (getndelim2): Make non-static. Change return type to ssize_t.
39705         * lib/getline.h: Change argument names.
39706         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
39707         * lib/getnline.c: Include getndelim2.h.
39708
39709 2003-07-18  Andreas Schwab  <schwab@suse.de>
39710
39711         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
39712
39713 2003-07-17  Karl Berry  <karl@gnu.org>
39714
39715         * config/config.sub: update from prep.
39716
39717 2003-07-17  Bruno Haible  <bruno@clisp.org>
39718
39719         * modules/getnline: New file.
39720         * modules/getline: Add lib/getndelim2.c to source file list.
39721         * MODULES.html.sh (func_all_modules): Add getnline.
39722
39723 2003-07-17  Bruno Haible  <bruno@clisp.org>
39724
39725         * m4/getnline.m4: New file.
39726
39727 2003-07-17  Bruno Haible  <bruno@clisp.org>
39728
39729         * m4/Makefile.am.in: Remove file.
39730         * m4/Makefile.am: Remove file.
39731         * m4/Makefile.in: Remove file.
39732
39733 2003-07-17  Bruno Haible  <bruno@clisp.org>
39734
39735         * lib/getnline.h: New file.
39736         * lib/getnline.c: New file.
39737         * lib/getndelim2.c: New file, extracted from getline.c.
39738         (getndelim2): Renamed from getdelim2, with added nmax argument.
39739         * lib/getline.c: Include getndelim2.c.
39740         (getdelim2): Moved out to getndelim2.c.
39741         (getline, getdelim): Update.
39742
39743 2003-07-17  Bruno Haible  <bruno@clisp.org>
39744
39745         * lib/Makefile.am: Remove file.
39746         * lib/Makefile.in: Remove file.
39747
39748 2003-07-17  Bruno Haible  <bruno@clisp.org>
39749
39750         * configure.in: Remove file.
39751         * Makefile.in: Remove file.
39752
39753 2003-07-17  Bruno Haible  <bruno@clisp.org>
39754
39755         * MODULES.html.sh: Put the </BODY> right before </HTML>.
39756
39757 2003-07-16  Karl Berry  <karl@gnu.org>
39758
39759         * config/srclist-update: was running fixlicense twice, which caused
39760                 texinfo.tex to be nullified for some reason.  Simplify,
39761                 $gplsrc is no longer needed as far as I can see?
39762
39763 2003-07-16  Jim Meyering  <jim@meyering.net>
39764
39765         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
39766
39767 2003-07-15  Paul Eggert  <eggert@twinsun.com>
39768
39769         * config/srclist.txt: Get the following files from gettext-runtime/intl
39770         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
39771         ref-del.sin.  From Bruno Haible.
39772         * config/srclist-update (fixfile): Change grep pattern again, since the
39773         previous fix didn't work (there was another trailing $).  Use
39774         '[$]' to escape the $s.
39775
39776 2003-07-15  Karl Berry  <karl@gnu.org>
39777
39778         * lib/vasnprintf.c: update from gettext.
39779
39780 2003-07-15  Karl Berry  <karl@gnu.org>
39781
39782         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
39783         gets expanded when surrounded by '$'.
39784
39785 2003-07-15  Jim Meyering  <jim@meyering.net>
39786
39787         * modules/save-cwd: Don't depend on error.  From Derek Price.
39788
39789 2003-07-15  Jim Meyering  <jim@meyering.net>
39790
39791         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
39792
39793 2003-07-14  Simon Josefsson  <jas@extundo.com>
39794
39795         * modules/mempcpy: New file.
39796         * MODULES.html.sh (func_all_modules): Add mempcpy.
39797
39798 2003-07-14  Simon Josefsson  <jas@extundo.com>
39799
39800         * m4/mempcpy.m4: New file.
39801
39802 2003-07-14  Simon Josefsson  <jas@extundo.com>
39803
39804         * lib/mempcpy.h: New file.
39805         * lib/mempcpy.c: New file.
39806
39807 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39808
39809         * modules/getdate, modules/posixtm: Depend on mktime.
39810
39811 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39812
39813         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
39814         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
39815         unicodeio.c, unicodeio.h, unlocked-io.h:
39816         Switch from LGPL to GPL.
39817
39818 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39819
39820         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
39821         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
39822         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
39823         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
39824         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
39825         updated automatically by ../config/srclist-update.  This changes
39826         their license from LPGL to GPL.
39827
39828 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39829
39830         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
39831         assumed to refer to the root of the most recent stable gettext version.
39832         * config/srclistvars.sh: Add defaults for eggert.
39833         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
39834         Match "This program" as well as "The program".  This is needed
39835         for gettext.
39836
39837 2003-07-14  Jim Meyering  <jim@meyering.net>
39838
39839         Don't emit diagnostics.  Let callers do that.
39840         * lib/save-cwd.c: Don't include "error.h".
39841         (save_cwd): Don't call error.  Ensure that errno is valid
39842         when returning nonzero.
39843
39844         * lib/save-cwd.h (restore_cwd): Update prototype.
39845         * lib/save-cwd.c (restore_cwd): Remove two parameters.
39846         Simplify.  Don't call error upon failure.  Let callers do that.
39847         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
39848         when auditing is enabled.  But don't bother updating the #if.
39849
39850 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
39851
39852         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
39853         it breaks C++ compilation.
39854         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
39855
39856 2003-07-10  Simon Josefsson  <jas@extundo.com>
39857
39858         * modules/strchrnul (Makefile.am): Add strchrnul.h.
39859
39860 2003-07-10  Jim Meyering  <jim@meyering.net>
39861
39862         * m4/clock_time.m4: Remove trailing blank.
39863         * m4/intmax_t.m4: Likewise.
39864
39865 2003-07-10  Jim Meyering  <jim@meyering.net>
39866
39867         * lib/vasnprintf.c: Remove trailing blanks.
39868         Make cpp indentation consistent.
39869
39870 2003-07-09  Paul Eggert  <eggert@twinsun.com>
39871
39872         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
39873         posixver.c, strftime.c, strnlen.c, strverscmp.c:
39874         Switch from LGPL to GPL.
39875
39876 2003-07-09  Paul Eggert  <eggert@twinsun.com>
39877
39878         * config/srclist.txt: Sort sublists.  Add
39879         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
39880         that differ from gnulib for one reason or another; we'd like this list
39881         to be smaller but for now let's document what we have.
39882
39883 2003-07-08  Paul Eggert  <eggert@twinsun.com>
39884
39885         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
39886         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
39887         and sweeter "eval x=$x".
39888         * config/srclist.txt: Get lib/argp* from glibc.
39889
39890 2003-07-07  Paul Eggert  <eggert@twinsun.com>
39891
39892         * lib/mktime.c: Fix some boundary cases and remove need for floating
39893         point.
39894
39895         Issue a compile-time diagnostic if time_t is floating point, or if
39896         two's complement arithmetic is not in effect, or if arithmetic
39897         right shift does not propagate the sign.  These assumptions were
39898         all in the original code but they weren't checked.
39899
39900         (TIME_T_MIDPOINT, verify): New macros.
39901         (__isleap): Remove; it has integer overflow problems.
39902         (leapyear): New function, without those problems.
39903         (ydhms_tm_diff): Remove; splitting into two parts.
39904         (ydhms_diff): New function, containing the arithmetic part of
39905         the old ydhms_tm_diff function.  Issue a compile-time
39906         diagnostic if we are not using C99 integer division.
39907         Avoid casts when possible.
39908         (guess_time_tm): New function, containing the checking part of
39909         the old ydhms_tm_diff function.  Return the new value, rather than
39910         the difference between it and the old.  Accept a new argument T
39911         so that *T specifies the old value.  Check for overflow in the result.
39912
39913         (__mktime_internal): Use a time_t offset, not a long int offset.
39914         This undoes the 2003-06-04 change, which is no longer needed now
39915         that we have better overflow checking.
39916         (localtime_offset): Likewise.
39917
39918         (__mktime_internal): Avoid harmful overflow on hosts where time_t
39919         and long are 64-bit but int is only 32-bit.
39920         (ydhms_diff): Use long int to store year1 and yday1.
39921         Issue a compile-time diagnostic if long int is not wide enough.
39922
39923         (__mktime_internal): Use long int to store adjusted year and yday.
39924         Use plain C rather than preprocessor commands, if that doesn't
39925         affect efficiency.
39926         Check for overflow (and try to repair) after each probe
39927         rather than checking only at the very end.  This avoids some bugs
39928         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
39929         does not equal GMT offset at maximum time).
39930         Use integer to check for overflow rather than floating point; this
39931         is more portable to non-IEEE hosts, and is a tad faster.
39932         When we detect that we are oscillating between two values,
39933         don't check whether tm_isdst has the requested value, since
39934         we already know the answer.  When tm_isdst has the wrong value,
39935         use a different heuristic to find the right one, based on the
39936         extreme values actually observed in practice in tz2003a,
39937         rather than the (overly optimistic) "previous 3 calendar quarters".
39938
39939         (not_equal_tm, print_tm, check_result): Use "const T" rather than
39940         "T const" to accommodate glibc style.
39941         (check_result): Use less-confusing report format.  "long" -> "long int.
39942         (main): Likewise.
39943         Don't loop if the iteration overflows time_t.
39944         Allow a negative step in the iteration.
39945
39946 2003-07-06  Karl Berry  <karl@gnu.org>
39947
39948         * config/depcomp: update from automake.
39949         * config/config.sub: update from prep.
39950
39951 2003-07-03  Karl Berry  <karl@gnu.org>
39952
39953         * config/config.guess: update from prep.
39954
39955 2003-07-01  Paul Eggert  <eggert@twinsun.com>
39956
39957         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
39958         xreadlink.c now includes it unconditionally.
39959
39960 2003-07-01  Paul Eggert  <eggert@twinsun.com>
39961
39962         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
39963         having it depend on HAVE_SYS_TYPES_H.
39964
39965 2003-07-01  Bruno Haible  <bruno@clisp.org>
39966
39967         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
39968         <sys/types.h> should be sufficient.
39969         Reported by Paul Eggert.
39970
39971 2003-06-26  Karl Berry  <karl@gnu.org>
39972
39973         * config/depcomp: update from automake.
39974
39975 2003-06-26  Bruno Haible  <bruno@clisp.org>
39976
39977         * modules/human: Depend on module stdbool.
39978
39979 2003-06-25  Bruno Haible  <bruno@clisp.org>
39980
39981         * modules/readlink: New file.
39982         * modules/xreadlink: Depend on it.
39983         * MODULES.html.sh (func_all_modules): Add readlink.
39984
39985 2003-06-25  Bruno Haible  <bruno@clisp.org>
39986
39987         * m4/readlink.m4: New file.
39988
39989 2003-06-25  Bruno Haible  <bruno@clisp.org>
39990
39991         * lib/readlink.c: New file.
39992
39993 2003-06-22  Karl Berry  <karl@gnu.org>
39994
39995         * config/srclist.txt: update mkinstalldirs from automake.
39996         * config/mkinstalldirs: update.
39997
39998 2003-06-22  Bruno Haible  <bruno@clisp.org>
39999
40000         Portability to mingw32.
40001         * m4/ssize_t.m4: New file, from GNU gettext.
40002         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
40003         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
40004
40005 2003-06-22  Bruno Haible  <bruno@clisp.org>
40006
40007         * modules/safe-read: Add m4/ssize_t.m4.
40008         * modules/xreadlink: Add m4/ssize_t.m4.
40009
40010 2003-06-20  Bruno Haible  <bruno@clisp.org>
40011
40012         Assume C89, so PARAMS isn't needed.
40013         * lib/unicodeio.h (PARAMS): Remove.
40014         * lib/unicodeio.c: Don't use PARAMS.
40015
40016 2003-06-18  Karl Berry  <karl@gnu.org>
40017
40018         * config/config.{guess,sub}: update from prep.
40019
40020 2003-06-18  Jim Meyering  <jim@meyering.net>
40021
40022         Merge changes from coreutils.
40023         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
40024         Remove explicit declarations of xmalloc and realloc.
40025         Include xalloc.h.
40026         (read_utmp): Remove anachronistic cast of xmalloc.
40027
40028 2003-06-17  Paul Eggert  <eggert@twinsun.com>
40029
40030         Assume C89, so PARAMS isn't needed.
40031         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
40032         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
40033         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
40034         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
40035         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
40036         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
40037         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
40038         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
40039         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
40040         lib/xstrtod.h, lib/xstrtol.h: Likewise.
40041         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
40042         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
40043         no longer needed. Anyway, config.h should always be included before any
40044         other file.
40045
40046 2003-06-11  Simon Josefsson  <jas@extundo.com>
40047
40048         * modules/sysexits: New file.
40049         * MODULES.html.sh (func_all_modules): Add sysexits.
40050
40051 2003-06-11  Simon Josefsson  <jas@extundo.com>
40052
40053         * lib/sysexit_.h: New file.
40054
40055 2003-06-11  Derek Price  <derek@ximbiot.com>
40056
40057         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
40058         necessary.
40059
40060 2003-06-11  Bruno Haible  <bruno@clisp.org>
40061
40062         * m4/sysexits.m4: New file.
40063
40064 2003-06-10  Simon Josefsson  <jas@extundo.com>
40065
40066         * lib/argp.h: New file, from glibc.
40067         * lib/argp-ba.c: New file, from glibc.
40068         * lib/argp-eexst.c: New file, from glibc.
40069         * lib/argp-fmtstream.c: New file, from glibc.
40070         * lib/argp-fmtstream.h: New file, from glibc.
40071         * lib/argp-fs-xinl.c: New file, from glibc.
40072         * lib/argp-help.c: New file, from glibc.
40073         * lib/argp-namefrob.h: New file, from glibc.
40074         * lib/argp-parse.c: New file, from glibc.
40075         * lib/argp-pv.c: New file, from glibc.
40076         * lib/argp-pvh.c: New file, from glibc.
40077         * lib/argp-xinl.c: New file, from glibc.
40078
40079 2003-06-10  Simon Josefsson  <jas@extundo.com>
40080
40081         * modules/strchrnul: New file.
40082
40083 2003-06-10  Simon Josefsson  <jas@extundo.com>
40084
40085         * modules/argp: New file.
40086
40087 2003-06-10  Simon Josefsson  <jas@extundo.com>
40088
40089         * m4/strchrnul.m4: New file.
40090
40091 2003-06-10  Simon Josefsson  <jas@extundo.com>
40092
40093         * lib/strchrnul.h: New file.
40094         * lib/strchrnul.c: New file.
40095
40096 2003-06-10  Bruno Haible  <bruno@clisp.org>
40097
40098         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
40099
40100 2003-06-07  Karl Berry  <karl@gnu.org>
40101
40102         * config/config.{guess,sub}: update from prep.
40103
40104 2003-06-07  Jim Meyering  <jim@meyering.net>
40105
40106         * modules/strtod: Use $(...) notation, not @...@ for
40107         AC_REPLACE'd variables.
40108         * modules/localcharset: Likewise.
40109
40110 2003-06-07  Jim Meyering  <jim@meyering.net>
40111
40112         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
40113         in place of my name in the copyright comment.
40114         Remove definition and uses of __P.
40115
40116         From coreutils.
40117         * lib/stat.c: Don't declare xmalloc explicitly.
40118         Instead, include "xalloc.h".
40119         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
40120         xrealloc, and xcalloc return values.
40121         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
40122         Improve comment.
40123         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
40124
40125 2003-06-07  Bruno Haible  <bruno@clisp.org>
40126
40127         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
40128         avoid AC_CONFIG_LINKS.
40129         * modules/fnmatch (Makefile.am): Use explicit creation rule for
40130         fnmatch.h, to avoid AC_CONFIG_LINKS.
40131         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
40132
40133 2003-06-07  Bruno Haible  <bruno@clisp.org>
40134
40135         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
40136         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
40137         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
40138         directory.
40139         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
40140         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
40141         directory.
40142
40143 2003-06-06  Jim Meyering  <jim@meyering.net>
40144
40145         Merge from coreutils.
40146         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
40147         Consolidate declarations and initializations of *_base* locals.
40148
40149         Merge from coreutils.
40150         This avoids a core dump on systems without GNU putenv,
40151         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
40152         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
40153         (unsetenv): New static function, from GNU libc.
40154         (rpl_putenv): Use it.
40155
40156         * lib/modechange.c: Remove trailing blanks.
40157
40158         Merge from coreutils.
40159         * lib/fsusage.c: Remove declaration of statfs.
40160         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
40161
40162         * lib/posixtm.c: Include <stdbool.h> unconditionally.
40163
40164 2003-06-06  Jim Meyering  <jim@meyering.net>
40165
40166         * lib/stdbool_.h: Renamed from stdbool.h.in.
40167
40168 2003-06-06  Jim Meyering  <jim@meyering.net>
40169             Bruno Haible  <bruno@clisp.org>
40170
40171         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
40172         Adjust Makefile.am snippet not to redirect directly to target.
40173         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
40174
40175 2003-06-05  Paul Eggert  <eggert@twinsun.com>
40176
40177         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
40178         mismatch, look in future quarters as well as past.  This fixes a
40179         bug when processing fall-backwards gaps immediately after a long
40180         period of daylight-saving time.
40181
40182         * lib/mktime.c: Assume freestanding C89 or better.
40183         (HAVE_LIMITS_H): Remove.  Assume it's 1.
40184         (__P): Remove; not used.
40185         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
40186         (mktime, not_equal_tm, print_tm, check_result,
40187         main): Use prototypes.  Use const * where appropriate.
40188         (main): Fix typo in testing code that uncovered by above changes.
40189         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
40190
40191 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40192
40193         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
40194         locale.h, localeconv.  This merges changes from coreutils.
40195
40196         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
40197         It can be removed after the next Autoconf is released.
40198         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
40199         needed.
40200
40201 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40202
40203         * lib/mktime.c: Fix Debian bug 177940
40204         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
40205         (localtime_offset): Now long int, not time_t, because we want it
40206         to be guaranteed to be signed.  All uses changed.
40207         (__mktime_internal): If overflow would occur when adding offset,
40208         don't add it.
40209
40210         Merge 'human' changes from coreutils.  Rewrite to support
40211         locale-specific notations like thousands separators.
40212         * lib/human.c: Simplify authorship notice.
40213         Include human.h immediately after config.h.
40214         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
40215         <limits.h>: Do not include, since human.h does.
40216         (SIZE_MAX, UINTMAX_MAX): New macros.
40217         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
40218         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
40219         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
40220         (power_letter): Renamed from suffixes.
40221         (generate_suffix_backwards): Remove.
40222         (adjust_value): Now takes int style (because of human.h changes)
40223         and long double value (for greater precision on some platforms).
40224         (group_number): New function.
40225         (human_readable): Use it.  Use integer options, not enum.
40226         Put the options before the sizes in the arg list.
40227         Support all the new options.
40228         The old human_readable function has been removed;
40229         use inttostr.h instead.
40230         (human_readable, default_block_size, humblock):
40231         Use uintmax_t, not int, for block sizes.
40232         (human_readable_inexact, block_size_types): Remove.
40233         (block_size_opts): New constant.
40234         (human_options): Renamed from human_block_size, with new signature
40235         that allows block sizes up to UINTMAX_MAX.  All callers changed.
40236         * lib/human.h: Add copyright and authorship notice.
40237         Include <limits.h> and <stdbool.h> unconditionally.
40238         (PARAMS): Remove.  All uses removed.
40239         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
40240         (enum human_inexact_style): Remove tag; now a nameless enum.
40241         (human_floor, human_ceiling, human_round_to_even): Now have
40242         values 2, 0, 1 rather than -1, 1, 0.
40243         (human_group_digits, human_suppress_point_zero, human_autoscale,
40244         human_base_1024, human_SI, human_B): New constants.
40245         (human_readable_inexact, human_block_size): Remove.
40246         (human_readable): Size args are now uintmax_t, not int.
40247         (human_options): New decl.
40248
40249         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
40250         unnecessary now that we assume C89 or better.  This change
40251         imported from coreutils.
40252
40253         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
40254         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
40255         in the 2003-05-30 sync from glibc.
40256
40257         .h files should stand alone, but we shouldn't include <sys/types.h>
40258         if we can get away with just <stddef.h>.
40259
40260         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
40261         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
40262         rather than <sys/types.h>, as we merely need size_t.
40263         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
40264         to get size_t.
40265         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
40266         Include <stdio.h>, to get FILE.
40267         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
40268         memcasecmp.h has included <stddef.h> and all we need is size_t.
40269         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
40270         our interface, instead of including <sys/types.h>
40271
40272 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40273
40274         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
40275         now, as glibc mktime is buggy on non-glibc systems.
40276
40277 2003-06-03  Karl Berry  <karl@gnu.org>
40278
40279         * config/config.sub: update from prep.
40280
40281 2003-06-02  Paul Eggert  <eggert@twinsun.com>
40282
40283         [from coreutils]
40284         Fix some minor time-related bugs with POSIX time arguments.
40285         Some valid time stamps were being rejected (notably -1, and
40286         time stamps before 1900 on 64-bit hosts).  And some invalid
40287         time stamps were being accepted, e.g. September 31.
40288
40289         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
40290         that we can return (time_t) -1 successfully.
40291         * lib/posixtm.c: Likewise.
40292         [HAVE_STDBOOL_H]: Include <stdbool.h>.
40293         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
40294         (t): Remove static var.
40295         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
40296         of static var.  All uses changed.
40297         (year): Do not reject years before 1900; they can occur with
40298         64-bit time_t.
40299         (posix_time_parse): Do not check for out-of-range components;
40300         that is now the caller's responsibility, since our checks were
40301         only approximations.
40302         (posixtime): Use mktime to check for out-of-range components,
40303         since it knows them exactly.
40304         If mktime returns (time_t) -1, check whether an error actually occurred
40305         by invoking localtime on -1.
40306         (main) [TEST_POSIXTIME]: Check for input data errors, and report
40307         posixtime failures better.
40308         Improve the test data (in comments only).
40309
40310 2003-06-02  Karl Berry  <karl@gnu.org>
40311
40312         * config/mkinstalldirs (version): new variable.
40313         (--version): new option.
40314         (usage): improve message.
40315
40316 2003-05-30  Karl Berry  <karl@gnu.org>
40317
40318         * lib/mktime.c: update from libc.
40319
40320 2003-05-30  Bruno Haible  <bruno@clisp.org>
40321
40322         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
40323         * config/config.rpath: Upgrade to gettext-0.12.1.
40324
40325 2003-05-30  Bruno Haible  <bruno@clisp.org>
40326
40327         * m4/gettext.m4: Upgrade to gettext-0.12.1.
40328         * m4/nls.m4: New file, from gettext-0.12.1.
40329         * m4/po.m4: New file, from gettext-0.12.1.
40330         * m4/progtest.m4: Upgrade to gettext-0.12.1.
40331
40332 2003-05-30  Bruno Haible  <bruno@clisp.org>
40333
40334         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
40335         * lib/localcharset.h: Likewise.
40336         * lib/localcharset.c: Likewise.
40337
40338 2003-05-29  Karl Berry  <karl@gnu.org>
40339
40340         * config/config.rpath: update from gettext.
40341
40342 2003-05-28  Paul Eggert  <eggert@twinsun.com>
40343
40344         Assume the headers required for C89 freestanding compilers.
40345         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
40346         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
40347         * m4/human.m4 (gl_HUMAN): Likewise.
40348         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
40349         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
40350         * m4/userspec.m4 (gl_USERSPEC): Likewise.
40351         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
40352         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
40353         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
40354
40355 2003-05-28  Paul Eggert  <eggert@twinsun.com>
40356
40357         Assume the headers required for C89 freestanding compilers.
40358         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
40359         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
40360         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
40361         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
40362         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
40363         define, since <limits.h> is guaranteed to do that.
40364         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
40365         * lib/exclude.c: Include <stdbool.h> unconditionally.
40366         * lib/tempname.c: Include <stddef.h> unconditionally.
40367         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
40368         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
40369         <stddef.h> does that.
40370         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
40371         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
40372         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
40373         needed.
40374         * lib/xstrtol.c: Likewise.
40375         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
40376         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
40377
40378         * lib/addext.c (addext): Use assignment rather than cast, to avoid
40379         warnings on some platforms.
40380
40381         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
40382         arbitrarily.
40383
40384 2003-05-26  Jim Meyering  <jim@meyering.net>
40385
40386         Merge in a change from coreutils:
40387         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
40388         that is guaranteed to be `no'.  Use `no_such_member' to indicate
40389         that condition, rather than `-1' which is slightly misleading.
40390         Change the name of the cache variable to have the gl_ prefix.
40391         Prompted by a patch from Richard Dawe for DJGPP.
40392
40393 2003-05-24  Karl Berry  <karl@gnu.org>
40394
40395         * config/config.guess: update from prep.
40396
40397 2003-05-22  Karl Berry  <karl@gnu.org>
40398
40399         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
40400
40401 2003-05-20  Karl Berry  <karl@gnu.org>
40402
40403         * config/config.guess: update from prep.
40404
40405 2003-05-18  Karl Berry  <karl@gnu.org>
40406
40407         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
40408         might actually be set by the user.
40409
40410         * config/depcomp, install-sh, mdate-sh: update from automake.
40411
40412 2003-05-17  Bruno Haible  <bruno@clisp.org>
40413
40414         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
40415         invalid expansion for AC_EGREP_CPP.
40416         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
40417         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
40418         Suggested by Akim Demaille <akim@epita.fr> in
40419         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
40420
40421 2003-05-12  Jim Meyering  <jim@meyering.net>
40422
40423         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
40424         the space-padded-by-default conversion specifiers, %e, %k, %l.
40425
40426 2003-05-12  Bruno Haible  <bruno@clisp.org>
40427
40428         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
40429         the string is longer than 4 KB.
40430
40431 2003-05-11  Karl Berry  <karl@gnu.org>
40432
40433         * config/config.{guess,sub}: update from prep.
40434
40435 2003-05-09  Bruno Haible  <bruno@clisp.org>
40436
40437         * modules/error: Add m4/strerror_r.m4 to file list.
40438
40439 2003-05-03  Bruno Haible  <bruno@clisp.org>
40440
40441         Upgrade to Unicode-4.0.
40442         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
40443         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
40444         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
40445         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
40446         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
40447         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
40448         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
40449         Change width of U+E0100..U+E01EF from 1 to 0.
40450
40451 2003-04-25  Jim Meyering  <jim@meyering.net>
40452
40453         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
40454         of type size_t, not int.
40455
40456 2003-04-25  Bruno Haible  <bruno@clisp.org>
40457
40458         * lib/copy-file.c: Include <stddef.h>, for size_t.
40459
40460 2003-04-21  Paul Eggert  <eggert@twinsun.com>
40461
40462         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
40463         code which expansion is under static control.  Patch imported from
40464         Akim Demaille's patch to Bison; see
40465         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
40466
40467 2003-04-14  Bruno Haible  <bruno@clisp.org>
40468
40469         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
40470
40471 2003-04-11  Jim Meyering  <jim@meyering.net>
40472
40473         Merge changes from Coreutils.
40474
40475         2003-03-22  Jim Meyering  <jim@meyering.net>
40476
40477         * lib/strftime.c (widen): Cast alloca return value to proper type.
40478
40479         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
40480
40481         From GNU libc.
40482         * lib/strftime.c (my_strftime): Handle very large width
40483         specifications for numeric values correctly.  Improve checks for
40484         overflow.
40485
40486         2003-01-19  Jim Meyering  <jim@meyering.net>
40487
40488         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
40489         definitions.
40490         (nl_get_alt_digit) [! defined my_strftime]: Define.
40491         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
40492         _nl_get_alt_digit and _nl_get_walt_digit.
40493
40494         * lib/strftime.c (my_strftime): Merge in locale-related changes from
40495         libc. These changes have no effect outside of _LIBC.
40496
40497 2003-04-10  Bruno Haible  <bruno@clisp.org>
40498
40499         * modules/findprog: New file.
40500         * MODULES.html.sh (func_all_modules): Add it.
40501
40502 2003-04-10  Bruno Haible  <bruno@clisp.org>
40503
40504         * m4/findprog.m4: New file.
40505         * m4/eaccess.m4: New file.
40506
40507 2003-04-10  Bruno Haible  <bruno@clisp.org>
40508
40509         * lib/findprog.h: New file, from GNU gettext.
40510         * lib/findprog.c: New file, from GNU gettext.
40511
40512 2003-04-05  Jim Meyering  <jim@meyering.net>
40513
40514         Merge changes from Coreutils.
40515
40516         * lib/exclude.h (PARAMS): Remove definition and uses.
40517         * lib/exclude.c: Remove uses of `PARAMS'.
40518
40519         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
40520         Add test-cases for DOS filenames. Declare program_name.
40521         (main): Set up program_name.  Patch by Rich Dawe.
40522
40523         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
40524         error from mntctl.
40525         Use mntctl's return value to drive the entry-processing loop, since
40526         we can't rely on the value of the vmt_length member in the last
40527         entry.  On some systems doing so could result in exhausting
40528         virtual memory.  Based in part on a patch from Mike Jetzer.
40529
40530 2003-04-04  Bruno Haible  <bruno@clisp.org>
40531
40532         * modules/linebreak: New file.
40533         * MODULES.html.sh (func_all_modules): Add it.
40534
40535 2003-04-04  Bruno Haible  <bruno@clisp.org>
40536
40537         * m4/linebreak.m4: New file.
40538
40539 2003-04-04  Bruno Haible  <bruno@clisp.org>
40540
40541         * lib/linebreak.h: New file, from GNU gettext.
40542         * lib/linebreak.c: New file, from GNU gettext with slight
40543         modifications.
40544         * lib/lbrkprop.h: New file, from GNU gettext.
40545
40546 2003-04-03  Bruno Haible  <bruno@clisp.org>
40547
40548         * modules/utf8-ucs4: New file.
40549         * modules/utf16-ucs4: New file.
40550         * modules/ucs4-utf8: New file.
40551         * modules/ucs4-utf16: New file.
40552         * MODULES.html.sh (func_all_modules): Add them.
40553
40554 2003-04-03  Bruno Haible  <bruno@clisp.org>
40555
40556         * m4/utf-ucs4.m4: New file.
40557         * m4/ucs4-utf.m4: New file.
40558
40559 2003-04-03  Bruno Haible  <bruno@clisp.org>
40560
40561         * lib/utf8-ucs4.h: New file, from GNU gettext.
40562         * lib/utf16-ucs4.h: New file, from GNU gettext.
40563         * lib/ucs4-utf8.h: New file, from GNU gettext.
40564         * lib/ucs4-utf16.h: New file, from GNU gettext.
40565
40566 2003-04-02  Bruno Haible  <bruno@clisp.org>
40567
40568         * modules/binary-io: New file.
40569         * MODULES.html.sh (func_all_modules): Add it.
40570
40571 2003-04-02  Bruno Haible  <bruno@clisp.org>
40572
40573         * lib/binary-io.h: New file, from GNU gettext.
40574
40575 2003-04-01  Bruno Haible  <bruno@clisp.org>
40576
40577         * modules/pathname: New file.
40578         * MODULES.html.sh (func_all_modules): Add it.
40579
40580 2003-04-01  Bruno Haible  <bruno@clisp.org>
40581
40582         * lib/pathname.h: New file, from GNU gettext.
40583         * lib/concatpath.c: New file, from GNU gettext.
40584
40585 2003-03-30  Bruno Haible  <bruno@clisp.org>
40586
40587         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
40588
40589 2003-03-30  Bruno Haible  <bruno@clisp.org>
40590
40591         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
40592         function chown() doesn't exist.
40593
40594 2003-03-28  Bruno Haible  <bruno@clisp.org>
40595
40596         * modules/copy-file: New file.
40597         * MODULES.html.sh (func_all_modules): Add it.
40598
40599 2003-03-28  Bruno Haible  <bruno@clisp.org>
40600
40601         * m4/copy-file.m4: New file.
40602
40603 2003-03-28  Bruno Haible  <bruno@clisp.org>
40604
40605         * lib/copy-file.h: New file, from GNU gettext.
40606         * lib/copy-file.c: New file, from GNU gettext.
40607
40608 2003-03-18  Jim Meyering  <jim@meyering.net>
40609
40610         * lib/quote.c (quote_n): Fix typo in comment.
40611
40612 2003-03-18  Bruno Haible  <bruno@clisp.org>
40613
40614         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
40615         checking.
40616         * m4/onceonly_2_57.m4: Likewise.
40617
40618 2003-03-17  Bruno Haible  <bruno@clisp.org>
40619
40620         * m4/onceonly.m4: Require autoconf 2.54 or newer.
40621         (m4_quote): Remove macro.
40622         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
40623
40624 2003-03-14  Jim Meyering  <jim@meyering.net>
40625
40626         Merge changes from Coreutils.
40627         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
40628         to be const, in order to avoid warnings.
40629         (obstack_room): Likewise.
40630         (obstack_empty_p): Likewise.
40631
40632 2003-03-14  Bruno Haible  <bruno@clisp.org>
40633
40634         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
40635         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
40636
40637 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40638
40639         Merge changes from Bison.
40640         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
40641         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
40642         when compiling Bison 1.875's `bitset bset = obstack_alloc
40643         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
40644         * lib/hash.c: Include <stdbool.h> unconditionally.
40645
40646 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40647
40648         * m4/onceonly.m4 (m4_quote): New macro.
40649         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
40650         Quote AC_FOREACH variable-expansions properly.
40651
40652 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40653
40654         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
40655
40656 2003-03-09  Paul Eggert  <eggert@twinsun.com>
40657
40658         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
40659         Reported by Bruce Becker; see:
40660         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
40661
40662 2003-03-03  Paul Eggert  <eggert@twinsun.com>
40663             Bruno Haible  <bruno@clisp.org>
40664
40665         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
40666         Reported by John Hughes, see
40667         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
40668
40669 2003-02-20  Bruno Haible  <bruno@clisp.org>
40670
40671         * MODULES.html.sh (func_all_modules): Add poll.
40672
40673 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40674
40675         * modules/poll: New file.
40676
40677 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40678
40679         * lib/poll_.h: New file.
40680         * lib/poll.c: New file.
40681
40682 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40683
40684         * m4/poll.m4: New file.
40685
40686 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40687
40688         * modules/mathl: New file.
40689
40690 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40691
40692         * lib/mathl.h: New file.
40693         * lib/acosl.c: New file.
40694         * lib/asinl.c: New file.
40695         * lib/atanl.c: New file.
40696         * lib/ceill.c: New file.
40697         * lib/cosl.c: New file.
40698         * lib/expl.c: New file.
40699         * lib/floorl.c: New file.
40700         * lib/frexpl.c: New file.
40701         * lib/ldexpl.c: New file.
40702         * lib/logl.c: New file.
40703         * lib/sincosl.c: New file.
40704         * lib/sinl.c: New file.
40705         * lib/sqrtl.c: New file.
40706         * lib/tanl.c: New file.
40707         * lib/trigl.c: New file.
40708         * lib/trigl.h: New file.
40709
40710 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40711
40712         * m4/mathl.m4: New file.
40713
40714 2003-02-18  Bruno Haible  <bruno@clisp.org>
40715
40716         * MODULES.html.sh (func_all_modules): Add mathl.
40717
40718 2003-02-17  Bruno Haible  <bruno@clisp.org>
40719
40720         * modules/mkdtemp: New module.
40721         * MODULES.html.sh (func_all_modules): Add it.
40722
40723 2003-02-17  Bruno Haible  <bruno@clisp.org>
40724
40725         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
40726
40727 2003-02-17  Bruno Haible  <bruno@clisp.org>
40728
40729         * lib/mkdtemp.h: New file, from GNU gettext.
40730         * lib/mkdtemp.c: New file, from GNU gettext.
40731
40732 2003-02-02  Jim Meyering  <jim@meyering.net>
40733
40734         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
40735         e.g. glibc-2.2.93.
40736
40737 2003-01-31  Bruno Haible  <bruno@clisp.org>
40738
40739         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
40740         'rpl_rename'.
40741         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
40742         'rpl_strnlen'.
40743         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
40744         'rpl_strtod'.
40745         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
40746         'rpl_utime'.
40747
40748 2003-01-31  Bruno Haible  <bruno@clisp.org>
40749
40750         * lib/rename.c: #undef rename before defining rpl_rename.
40751         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
40752
40753 2003-01-30  Bruno Haible  <bruno@clisp.org>
40754
40755         * modules/vasnprintf, modules/vasprintf: New modules.
40756         * MODULES.html.sh (func_all_modules): Add them.
40757
40758 2003-01-30  Bruno Haible  <bruno@clisp.org>
40759
40760         * m4/signed.m4: New file, from GNU gettext.
40761         * m4/longdouble.m4: New file, from GNU gettext.
40762         * m4/wchar_t.m4: New file, from GNU gettext.
40763         * m4/wint_t.m4: New file, from GNU gettext.
40764         * m4/vasnprintf.m4: New file.
40765         * m4/vasprintf.m4: New file.
40766
40767 2003-01-30  Bruno Haible  <bruno@clisp.org>
40768
40769         * lib/printf-args.h: New file, from GNU gettext.
40770         * lib/printf-args.c: New file, from GNU gettext.
40771         * lib/printf-parse.h: New file, from GNU gettext.
40772         * lib/printf-parse.c: New file, from GNU gettext.
40773         * lib/vasnprintf.h: New file, from GNU gettext.
40774         * lib/vasnprintf.c: New file, from GNU gettext.
40775         * lib/asnprintf.c: New file, from GNU gettext.
40776         * lib/vasprintf.h: New file, from GNU gettext with modifications.
40777         * lib/vasprintf.c: New file, from GNU gettext.
40778         * lib/asprintf.c: New file, from GNU gettext.
40779
40780 2003-01-29  Bruno Haible  <bruno@clisp.org>
40781
40782         * modules/stpncpy: New module.
40783         * MODULES.html.sh (func_all_modules): Add it.
40784
40785 2003-01-29  Bruno Haible  <bruno@clisp.org>
40786
40787         * m4/stpncpy.m4: New file.
40788
40789 2003-01-29  Bruno Haible  <bruno@clisp.org>
40790
40791         * lib/stpncpy.h: New file, from GNU gettext with modifications.
40792         * lib/stpncpy.c: New file, from GNU gettext with modifications.
40793
40794 2003-01-28  Bruno Haible  <bruno@clisp.org>
40795
40796         * modules/c-ctype: New module.
40797         * MODULES.html.sh (func_all_modules): Add it.
40798
40799 2003-01-28  Bruno Haible  <bruno@clisp.org>
40800
40801         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
40802         Paul Eggert.
40803         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
40804         Paul Eggert.
40805
40806 2003-01-27  Bruno Haible  <bruno@clisp.org>
40807
40808         * modules/xsetenv: New module.
40809         * MODULES.html.sh (func_all_modules): Add it.
40810
40811 2003-01-27  Bruno Haible  <bruno@clisp.org>
40812
40813         * lib/xsetenv.h: New file, from GNU gettext.
40814         * lib/xsetenv.c: New file, from GNU gettext.
40815
40816 2003-01-23  Jim Meyering  <jim@meyering.net>
40817
40818         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
40819         from working on systems without dirfd (at least Irix and OSF1/Tru64).
40820
40821 2003-01-23  Bruno Haible  <bruno@clisp.org>
40822
40823         * modules/minmax: New module.
40824         * MODULES.html.sh (func_all_modules): Add it.
40825
40826 2003-01-23  Bruno Haible  <bruno@clisp.org>
40827
40828         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
40829         Eggert.
40830
40831 2003-01-22  Bruno Haible  <bruno@clisp.org>
40832
40833         * modules/exit: New module.
40834         * MODULES.html.sh (func_all_modules): Add it.
40835
40836 2003-01-22  Bruno Haible  <bruno@clisp.org>
40837
40838         * lib/exit.h: New file, from GNU gettext.
40839
40840 2003-01-19  Bruno Haible  <bruno@clisp.org>
40841
40842         * gnulib-tool: Recognize option --extract-maintainer.
40843         (func_get_maintainer): New function.
40844         * modules/*: Add Maintainer entry.
40845
40846 2003-01-16  Jim Meyering  <jim@meyering.net>
40847
40848         * m4/regex.m4: The `regex' struct is both input and output.
40849         Initialize it before each use.  Patch by Tim Waugh.
40850
40851 2003-01-16  Bruno Haible  <bruno@clisp.org>
40852
40853         * MODULES.html.sh: Add a table of contents. Add the module name as
40854         leftmost column. Add hyperlinks.
40855
40856 2003-01-15  Bruno Haible  <bruno@clisp.org>
40857
40858         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
40859
40860 2003-01-15  Bruno Haible  <bruno@clisp.org>
40861
40862         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
40863         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
40864         suffix.
40865
40866 2003-01-15  Bruno Haible  <bruno@clisp.org>
40867
40868         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
40869
40870 2003-01-15  Bruno Haible  <bruno@clisp.org>
40871
40872         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
40873         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
40874
40875 2003-01-14  Jim Meyering  <jim@meyering.net>
40876
40877         * lib/same.c (same_name): Tweak a comment.
40878
40879 2003-01-14  Bruno Haible  <bruno@clisp.org>
40880
40881         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
40882         when a string comparison is sufficient.
40883
40884 2003-01-14  Bruno Haible  <bruno@clisp.org>
40885
40886         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
40887         'unsigned int'.
40888
40889 2003-01-14  Bruno Haible  <bruno@clisp.org>
40890
40891         * lib/hash-pjw.c: Add comment about low quality of this function.
40892
40893 2003-01-13  Bruno Haible  <bruno@clisp.org>
40894
40895         * modules/stpcpy: Distribute lib/stpcpy.h.
40896         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
40897
40898 2003-01-13  Bruno Haible  <bruno@clisp.org>
40899
40900         * modules/*: Add a description.
40901         * modules/strpbrk: Fix Makefile.am snippet.
40902         * modules/strtoimax: Fix dependencies.
40903         * modules/strtoumax: Likewise.
40904
40905 2003-01-13  Bruno Haible  <bruno@clisp.org>
40906
40907         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
40908         * modules/alloca (Makefile.am): All object files depend on alloca.h.
40909         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
40910
40911 2003-01-13  Bruno Haible  <bruno@clisp.org>
40912
40913         * gnulib-tool (func_create_testdir): Store config/* files in the main
40914         directory.
40915         * config.rpath: Move to ...
40916         * config/config.rpath: ... here.
40917         * modules/gettext: Contains config/config.rpath, not config.rpath.
40918         * modules/iconv: Likewise.
40919
40920 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40921
40922         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40923         to avoid collisions with libcurses and libreadline.
40924
40925         * m4/getstr.m4: Remove.
40926         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
40927
40928 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40929
40930         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40931         to avoid collisions with libcurses and libreadline.
40932
40933         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
40934         * lib/getstr.h, getstr.c: Remove.
40935         * lib/getline.c: Include "getline.h", to check interface.
40936         Move body of old getstr.c here: this defines MIN_CHUNK and
40937         declares getdelim2, which is renamed from getstr.
40938         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
40939
40940         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
40941         All uses changed.
40942         * lib/linebuffer.h: Likewise.
40943         (readline): Remove backward-compatibility macro.
40944
40945 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40946
40947         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40948         to avoid collisions with libcurses and libreadline.
40949         * getstr: Remove.
40950         * MODULES.html.sh: Remove getstr.
40951         * modules/getline: Depend on unlocked-io, not getstr.
40952
40953 2003-01-12  Jim Meyering  <jim@meyering.net>
40954
40955         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
40956
40957 2003-01-10  Bruno Haible  <bruno@clisp.org>
40958
40959         * modules/alloca: Change Makefile.am requirements. Simplify Include
40960         requirements. Add lib/alloca_.h to file list.
40961
40962 2003-01-10  Bruno Haible  <bruno@clisp.org>
40963
40964         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
40965
40966 2003-01-10  Bruno Haible  <bruno@clisp.org>
40967
40968         * lib/alloca_.h: New file.
40969         * lib/getdate.y: Unconditionally include alloca.h.
40970         * lib/makepath.c: Likewise.
40971         * lib/setenv.c: Likewise.
40972         * lib/userspec.c: Likewise.
40973
40974 2003-01-09  Karl Berry  <karl@gnu.org>
40975
40976         * MODULES.html.sh: include `dirname $0` in PATH, to find
40977         gnulib-tool.
40978
40979 2003-01-09  Bruno Haible  <bruno@clisp.org>
40980
40981         * modules/stdbool: Change configure.ac, Makefile.am requirements.
40982         Simplify Include requirements. Add lib/stdbool.h.in to file list.
40983
40984 2003-01-09  Bruno Haible  <bruno@clisp.org>
40985
40986         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
40987
40988 2003-01-09  Bruno Haible  <bruno@clisp.org>
40989
40990         * lib/stdbool.h.in: New file.
40991
40992 2003-01-09  Bruno Haible  <bruno@clisp.org>
40993
40994         * gnulib-tool (func_all_modules): Ignore files ending in ~.
40995         * MODULES.html.sh: Likewise.
40996
40997 2003-01-08  Jim Meyering  <jim@meyering.net>
40998
40999         * lib/full-write.c: Undefine and define-away `const' after inclusion
41000         of errno.h, not before.  Suggestion from Bruno Haible.
41001
41002 2003-01-08  Bruno Haible  <bruno@clisp.org>
41003
41004         * modules/full-read: Depend on full-write.
41005
41006 2003-01-08  Bruno Haible  <bruno@clisp.org>
41007
41008         * lib/safe-read.c: Include specification header first, to ensure its
41009         selfcontainedness.
41010         * lib/full-write.c: Likewise.
41011
41012 2003-01-07  Jim Meyering  <jim@meyering.net>
41013
41014         * lib/full-write.c: Rework so that it may serve to define full_read,
41015         too.
41016         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
41017
41018 2003-01-07  Bruno Haible  <bruno@clisp.org>
41019
41020         * lib/strtoimax.c: Include <stdint.h> as an alternative to
41021         <inttypes.h>.
41022         * lib/xstrtol.h: Likewise.
41023         * lib/xstrtoimax.c: Likewise.
41024         * lib/xstrtoumax.c: Likewise.
41025         * lib/human.h: Likewise.
41026
41027         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
41028         on systems that have <inttypes.h> but not <stdint.h>.
41029
41030 2003-01-07  Bruno Haible  <bruno@clisp.org>
41031
41032         * MODULES.html.sh: Add copyright notice.
41033         (missed_files): Omit CVS directory entries.
41034         (func_module): Make it work with sed-3.02.
41035         * MODULES.txt: Remove file.
41036
41037 2003-01-06  Jim Meyering  <jim@meyering.net>
41038
41039         * lib/version-etc.c: Update year in translatable copyright string.
41040
41041 2003-01-03  Karl Berry  <karl@gnu.org>
41042
41043         * config/config.{guess,sub}: update from prep.
41044
41045 2003-01-02  Karl Berry  <karl@gnu.org>
41046
41047         * doc/COPYING.DOC: belatedly updated to 1.2.
41048
41049 2003-01-01  Karl Berry  <karl@gnu.org>
41050
41051         * gnulib-tool (func_verify_module): report module name $module in
41052         error message, not $1.
41053         * gnulib-tool (create-testdir): don't complain if destdir couldn't
41054         be created, only if it doesn't exist.
41055         * gnulib-tool (last_checkin_date): don't expand the $Date here.
41056
41057 2002-12-31  Paul Eggert  <eggert@twinsun.com>
41058
41059         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
41060
41061 2002-12-31  Paul Eggert  <eggert@twinsun.com>
41062
41063         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
41064         memcmp if strcoll doesn't work.
41065
41066 2002-12-31  Bruno Haible  <bruno@clisp.org>
41067
41068         * lib/utime.c (utime_null): No need to call ftruncate if the file was
41069         nonempty.
41070
41071 2002-12-31  Bruno Haible  <bruno@clisp.org>
41072
41073         * lib/memcoll.c (STRCOLL): New macro.
41074         (memcoll): Use it.
41075
41076 2002-12-31  Bruno Haible  <bruno@clisp.org>
41077
41078         * lib/localcharset.h: New file.
41079         * lib/localcharset.c: Include it.
41080         * lib/unicodeio.c: Likewise.
41081
41082 2002-12-31  Bruno Haible  <bruno@clisp.org>
41083
41084         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
41085         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
41086
41087 2002-12-31  Bruno Haible  <bruno@clisp.org>
41088
41089         * lib/getline.h: Include <stddef.h>, for size_t.
41090
41091         * lib/unicodeio.h: Include <stddef.h>, for size_t.
41092         * lib/unicodeio.c: Don't include <stddef.h>.
41093
41094 2002-12-31  Bruno Haible  <bruno@clisp.org>
41095
41096         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
41097         HAVE_TM_ZONE.
41098
41099 2002-12-24  Karl Berry  <karl@gnu.org>
41100
41101         * config/config.guess: update from prep.
41102
41103 2002-12-24  Bruno Haible  <bruno@clisp.org>
41104
41105         General infrasructure.
41106         * m4/README: Rewritten.
41107         * m4/onceonly.m4: New file.
41108         * m4/onceonly_2_57.m4: New file.
41109
41110         Module atexit.
41111         * m4/atexit.m4: New file.
41112
41113         Module strtod.
41114         * m4/strtod.m4: New file.
41115
41116         Module strtol.
41117         * m4/strtol.m4: New file.
41118
41119         Module strtoul.
41120         * m4/strtoul.m4: New file.
41121
41122         Module memchr.
41123         * m4/memchr.m4: New file.
41124
41125         Module memcmp.
41126         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
41127         (jm_FUNC_MEMCMP): Invoke it.
41128
41129         Module memcpy.
41130         * m4/memcpy.m4: New file.
41131
41132         Module memmove.
41133         * m4/memmove.m4: New file.
41134
41135         Module memset.
41136         * m4/memset.m4: New file.
41137
41138         Module strcspn.
41139         * m4/strcspn.m4: New file.
41140
41141         Module strpbrk.
41142         * m4/strpbrk.m4: New file.
41143
41144         Module strstr.
41145         * m4/strstr.m4: New file.
41146
41147         Module strerror.
41148         * m4/strerror.m4: New file.
41149
41150         Module mktime.
41151         * m4/mktime.m4: Renamed from jm-mktime.m4.
41152         (gl_PREREQ_MKTIME): New macro.
41153         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
41154
41155         Module malloc.
41156         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
41157         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
41158         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
41159
41160         Module realloc.
41161         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
41162         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
41163         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
41164
41165         Module strftime.
41166         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
41167         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
41168         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
41169         gl_TM_GMTOFF.
41170         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
41171
41172         Module xalloc.
41173         * m4/xalloc.m4: New file.
41174
41175         Module alloca.
41176         * m4/alloca.m4: New file.
41177
41178         Module putenv.
41179         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
41180         (jm_FUNC_PUTENV): Invoke it.
41181
41182         Module setenv.
41183         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
41184         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
41185         when invoked twice.
41186         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
41187         gt_FUNC_SETENV.
41188
41189         Module memrchr.
41190         * m4/memrchr.m4: New file.
41191
41192         Module stpcpy.
41193         * m4/stpcpy.m4: New file.
41194
41195         Module strcase.
41196         * m4/strcase.m4: New file.
41197
41198         Module strdup.
41199         * m4/strdup.m4: New file.
41200
41201         Module strnlen.
41202         * m4/strnlen.m4: New file.
41203
41204         Module strndup.
41205         * m4/strndup.m4: New file.
41206
41207         Module xstrtod.
41208         * m4/xstrtod.m4: New file.
41209
41210         Module xstrtol.
41211         * m4/xstrtol.m4: New file.
41212
41213         Module getdate.
41214         * m4/getdate.m4: New file.
41215
41216         Module unlocked-io.
41217         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
41218         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
41219         * m4/jm-glibc-io.m4n: Remove file.
41220
41221         Module long-options.
41222         * m4/long-options.m4: New file.
41223
41224         Module md5.
41225         * m4/md5.m4: New file.
41226
41227         Module sha.
41228         * m4/sha.m4: New file.
41229
41230         Module getstr.
41231         * m4/getstr.m4: New file.
41232
41233         Module getline.
41234         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
41235         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
41236         <sys/types.h>, for size_t. Use the function name gnu_getline, not
41237         simply getline. Infoke gl_PREREQ_GETLINE.
41238
41239         Module obstack.
41240         * m4/obstack.m4: New file.
41241
41242         Module hash.
41243         * m4/hash.m4: New file.
41244
41245         Module readtokens.
41246         * m4/readtokens.m4: New file.
41247
41248         Module strverscmp.
41249         * m4/strverscmp.m4: New file.
41250
41251         Module stdbool.
41252         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
41253         OSF/1.
41254
41255         Module strtoll.
41256         * m4/strtoll.m4: New file.
41257
41258         Module strtoull.
41259         * m4/strtoull.m4: New file.
41260
41261         Module strtoimax.
41262         * m4/strtoimax.m4: New file.
41263
41264         Module strtoumax.
41265         * m4/strtoumax.m4: New file.
41266
41267         Module xstrtoimax.
41268         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
41269         jm_AC_PREREQ_XSTRTOIMAX.
41270         Moved the strtol prerequisites to strtol.m4.
41271         Moved the strtoll prerequisites to strtoll.m4.
41272         Moved the strtoimax prerequisites to strtoimax.m4.
41273
41274         Module xstrtoumax.
41275         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
41276         jm_AC_PREREQ_XSTRTOUMAX.
41277         Moved the strtoul prerequisites to strtoul.m4.
41278         Moved the strtoull prerequisites to strtoull.m4.
41279         Moved the strtoumax prerequisites to strtoumax.m4.
41280
41281         Module chown.
41282         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
41283         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
41284
41285         Module dup2.
41286         * m4/dup2.m4: New file.
41287
41288         Module ftruncate.
41289         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
41290         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
41291
41292         Module getgroups.
41293         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
41294         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
41295
41296         Module gettimeofday.
41297         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
41298         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
41299         gl_PREREQ_GETTIMEOFDAY.
41300
41301         Module mkdir.
41302         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
41303         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
41304
41305         Module mkstemp.
41306         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
41307         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
41308         jm_AC_TYPE_UINTMAX_T.
41309         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
41310
41311         Module stat.
41312         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
41313         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
41314
41315         Module lstat.
41316         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
41317         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
41318
41319         Module timespec.
41320         * m4/timespec.m4 (gl_TIMESPEC): New macro.
41321         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
41322         * m4/st_mtim.m4: Indentation.
41323
41324         Module nanosleep.
41325         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
41326         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
41327         gl_PREREQ_NANOSLEEP.
41328
41329         Module regex.
41330         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
41331         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
41332         (gl_REGEX): New macro.
41333
41334         Module rename.
41335         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
41336         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
41337
41338         Module rmdir.
41339         * m4/rmdir.m4: New file.
41340
41341         Module utime.
41342         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
41343         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
41344         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
41345
41346         Module dirname.
41347         * m4/dirname.m4: New file.
41348
41349         Module getopt.
41350         * m4/getopt.m4: New file.
41351
41352         Module unistd-safer.
41353         * m4/unistd-safer.m4: New file.
41354
41355         Module fnmatch.
41356         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
41357         declaration.
41358         (gl_PREREQ_FNMATCH_EXTRA): New macro.
41359         (gl_FUNC_FNMATCH_POSIX): New macro.
41360         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
41361         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
41362         simply fnmatch.
41363
41364         Module exclude.
41365         * m4/exclude.m4: New file.
41366
41367         Module human.
41368         * m4/human.m4: New file.
41369
41370         Module acl.
41371         * m4/acl.m4: Nop.
41372
41373         Module backupfile.
41374         * m4/backupfile.m4: New file.
41375         * m4/d-ino.m4: Indentation.
41376
41377         Module fsusage.
41378         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
41379         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
41380         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
41381
41382         Module dirfd.
41383         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
41384         requirements.
41385
41386         Module euidaccess.
41387         * m4/euidaccess.m4: New file.
41388
41389         Module file-type.
41390         * m4/file-type.m4: New file.
41391
41392         Module fileblocks.
41393         * m4/fileblocks.m4: New file.
41394
41395         Module filemode.
41396         * m4/filemode.m4: New file.
41397
41398         Module isdir.
41399         * m4/isdir.m4: New file.
41400
41401         Module lchown.
41402         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
41403         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
41404
41405         Module makepath.
41406         * m4/makepath.m4: New file.
41407
41408         Module modechange.
41409         * m4/modechange.m4: New file.
41410
41411         Module mountlist.
41412         * m4/mountlist.m4: New file.
41413         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
41414         Indentation.
41415
41416         Module path-concat.
41417         * m4/path-concat.m4: New file.
41418
41419         Module pathmax.
41420         * m4/pathmax.m4: New file.
41421
41422         Module same.
41423         * m4/same.m4: New file.
41424
41425         Module save-cwd.
41426         * m4/save-cwd.m4: New file.
41427
41428         Module savedir.
41429         * m4/savedir.m4: New file.
41430
41431         Module xgetcwd.
41432         * m4/xgetcwd.m4: New file.
41433         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
41434
41435         Module xreadlink.
41436         * m4/xreadlink.m4: New file.
41437
41438         Module safe-read.
41439         * m4/safe-read.m4: New file.
41440
41441         Module safe-write.
41442         * m4/safe-write.m4: New file.
41443
41444         Module closeout.
41445         * m4/closeout.m4: New file.
41446
41447         Module stdio-safer.
41448         * m4/stdio-safer.m4: New file.
41449
41450         Module getpass.
41451         * m4/getpass.m4: New file.
41452
41453         Module getugroups.
41454         * m4/getugroups.m4: New file.
41455
41456         Module group-member.
41457         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
41458         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
41459
41460         Module idcache.
41461         * m4/idcache.m4: New file.
41462
41463         Module userspec.
41464         * m4/userspec.m4: New file.
41465
41466         Module gettime.
41467         * m4/clock_time.m4: New file.
41468         * m4/gettime.m4: New file.
41469
41470         Module settime.
41471         * m4/settime.m4: New file.
41472
41473         Module posixtm.
41474         * m4/posixtm.m4: New file.
41475
41476         Module gethostname.
41477         * m4/gethostname.m4: New file.
41478
41479         Module canon-host.
41480         * m4/canon-host.m4: New file.
41481
41482         Module gettext.
41483         * m4/codeset.m4: New file, from gettext-0.11.5.
41484         * m4/gettext.m4: New file, from gettext-0.11.5.
41485         * m4/glibc21.m4: New file, from gettext-0.11.5.
41486         * m4/iconv.m4: New file, from gettext-0.11.5.
41487         * m4/intdiv0.m4: New file, from gettext-0.11.5.
41488         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
41489         * m4/inttypes.m4: New file, from gettext-0.11.5.
41490         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
41491         * m4/isc-posix.m4: New file, from gettext-0.11.5.
41492         * m4/lcmessage.m4: New file, from gettext-0.11.5.
41493         * m4/lib-ld.m4: New file, from gettext-0.11.5.
41494         * m4/lib-link.m4: New file, from gettext-0.11.5.
41495         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
41496         * m4/progtest.m4: New file, from gettext-0.11.5.
41497         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
41498         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
41499         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
41500
41501         Module localcharset.
41502         * m4/localcharset.m4: New file.
41503
41504         Module hard-locale.
41505         * m4/hard-locale.m4: New file.
41506
41507         Module mbswidth.
41508         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
41509         onceonly macros.
41510         * m4/mbrtowc.m4: Add comment.
41511
41512         Module memcasecmp.
41513         * m4/memcasecmp.m4: New file.
41514
41515         Module memcoll.
41516         * m4/memcoll.m4: New file.
41517
41518         Module unicodeio.
41519         * m4/unicodeio.m4: New file.
41520
41521         Module rpmatch.
41522         * m4/rpmatch.m4: New file.
41523
41524         Module yesno.
41525         * m4/yesno.m4: New file.
41526
41527         Module exitfail.
41528         * m4/exitfail.m4: New file.
41529
41530         Module c-stack.
41531         * m4/c-stack.m4 (gl_C_STACK): New macro.
41532         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
41533
41534         Module error.
41535         * m4/error.m4 (gl_ERROR): New macro.
41536         (jm_PREREQ_ERROR): Use onceonly macros.
41537
41538         Module fatal.
41539         * m4/fatal.m4: New file.
41540
41541         Module getloadavg.
41542         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
41543         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
41544
41545         Module getpagesize.
41546         * m4/getpagesize.m4: New file.
41547
41548         Module getusershell.
41549         * m4/getusershell.m4: New file.
41550
41551         Module physmem.
41552         * m4/physmem.m4: New file.
41553
41554         Module posixver.
41555         * m4/posixver.m4: New file.
41556
41557         Module quotearg.
41558         * m4/quotearg.m4: New file.
41559
41560         Module quote.
41561         * m4/quote.m4: New file.
41562
41563         Module readutmp.
41564         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
41565
41566         Module sig2str.
41567         * m4/sig2str.m4: New file.
41568
41569         Other.
41570         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
41571         ulonglong.m4.
41572         * m4/intmax_t.m4: New file.
41573         * m4/d-type.m4: Indentation.
41574         * m4/jm-macros.m4: Update.
41575         * m4/prereq.m4 (jm_PREREQ): Update.
41576         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
41577         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
41578         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
41579         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
41580         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
41581         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
41582         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
41583         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
41584         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
41585         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
41586         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
41587         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
41588         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
41589         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
41590         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
41591         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
41592         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
41593         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
41594         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
41595
41596 2002-12-24  Bruno Haible  <bruno@clisp.org>
41597
41598         * MODULES.txt: Update according to m4/ changes.
41599
41600         Module gettext.
41601         * config.rpath: New file, from gettext-0.11.5.
41602
41603         * modules/*: New module descriptions.
41604         * gnulib-tool: New file.
41605         * MODULES.html.sh: New file.
41606
41607 2002-12-21  Karl Berry  <karl@gnu.org>
41608
41609         * doc/fdl.texi: update to version 1.2.
41610
41611 2002-12-19  Karl Berry  <karl@gnu.org>
41612
41613         * config/config.guess: update from prep.
41614
41615 2002-12-18  Bruno Haible  <bruno@clisp.org>
41616
41617         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
41618         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
41619
41620 2002-12-17  Bruno Haible  <bruno@clisp.org>
41621
41622         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
41623         stdlib.h, string.h.
41624
41625 2002-12-17  Bruno Haible  <bruno@clisp.org>
41626
41627         * lib/canon-host.c (strdup): Remove unused declaration.
41628
41629         * lib/fsusage.c: Include full_read.h.
41630         (get_fs_usage): Use full_read instead of safe_read.
41631
41632         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
41633
41634 2002-12-12  Karl Berry  <karl@gnu.org>
41635
41636         * config/config.guess: update from prep.
41637
41638 2002-12-11  Bruno Haible  <bruno@clisp.org>
41639
41640         * m4/setenv.m4: New file, from gettext-0.11.5.
41641
41642 2002-12-11  Bruno Haible  <bruno@clisp.org>
41643
41644         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
41645         not unsetenv().
41646         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
41647         modifications:
41648
41649         2002-12-11  Bruno Haible  <bruno@clisp.org>
41650
41651                 * setenv.c (alloca): Fall back to malloc.
41652                 (freea): New macro.
41653                 (setenv): Use freea() to free memory allocated with alloca().
41654
41655         2002-11-13  Bruno Haible  <bruno@clisp.org>
41656
41657                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
41658                 function declarations.
41659                 * unsetenv.c (unsetenv): Likewise.
41660
41661         2002-03-04  Bruno Haible  <bruno@clisp.org>
41662
41663                 Portability to AIX 4.3.3.
41664                 * unsetenv.c: New file, extracted from setenv.c.
41665                 * setenv.c: Move the unsetenv() function to unsetenv.c.
41666
41667         2001-12-20  Bruno Haible  <bruno@clisp.org>
41668
41669                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
41670                 use malloc instead. For SunOS 4.
41671
41672         2001-12-11  Bruno Haible  <bruno@clisp.org>
41673
41674                 * setenv.c: Declare alloca.
41675                 (compar_fn_t): New typedef.
41676                 (KNOWN_VALUE, STORE_VALUE): Use it.
41677
41678         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
41679         setenv.h.
41680
41681 2002-12-10  Paul Eggert  <eggert@twinsun.com>
41682
41683         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
41684         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
41685         Choose values that are less likely to collide with system fnmatch
41686         options.
41687         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
41688         defined (e.g., a pure POSIX system).
41689         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
41690         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
41691
41692 2002-12-06  Paul Eggert  <eggert@twinsun.com>
41693
41694         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
41695         a pain in practice to deal with generated m4 files.  This change
41696         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
41697
41698         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
41699         and jm-glibc-io.m4, as they are no longer a special case.
41700         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
41701         kludge and the auto-generation stuff.  Check only whether the
41702         functions are declared, not whether they exist, since older hosts
41703         that don't declare the functions can't use the optimization anyway.
41704
41705 2002-12-06  Jim Meyering  <jim@meyering.net>
41706
41707         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
41708
41709         Merge in changes from libc's misc/error.c, in preparation
41710         for the merge of gnulib's changes back into libc.
41711
41712         * lib/error.c (_): Define only if not already defined.
41713         Move definition to follow all #include directives.
41714         Include unlocked-io.h only if !_LIBC.
41715         [_LIBC]: Include <libio/libioP.h>.
41716         [USE_IN_LIBIO]: Include <libio/iolibio.h>
41717         (fflush): Tweak definition to use INTUSE.
41718         (putc): Define.
41719
41720 2002-12-05  Paul Eggert  <eggert@twinsun.com>
41721
41722         * lib/alloca.c [defined emacs]: Include "lisp.h".
41723         (xalloc_die) [defined emacs]: New macro.
41724         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
41725         [! defined emacs]: Include <xalloc.h>.
41726         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
41727         (pointer): Typedef to POINTER_TYPE *.
41728         (malloc): Remove decl; we now always use xmalloc.
41729         (alloca): Use old-style definition, since Emacs needs this.
41730         Check for arithmetic overflow when computing combined size.
41731
41732 2002-12-04  Paul Eggert  <eggert@twinsun.com>
41733
41734         Do not generate unlocked-io.h automatically, since it's easier to
41735         maintain it by hand.
41736
41737         * lib/unlocked-io.h: New file, from GNU diffutils,
41738         but with proper copyright notice and attribution.
41739         * lib/gen-uio: Remove.
41740         * lib/Makefile.am: Add copyright notice.
41741         (libfetish_a_SOURCES): Add unlocked-io.h.
41742         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
41743         (DISTCLEANFILES, io_functions): Remove macros.
41744         (EXTRA_DIST): Remove gen_uio.
41745         (unlocked-io.h): Remove rule.
41746
41747 2002-12-04  Jim Meyering  <jim@meyering.net>
41748
41749         Reflect the fact that stat.c and lstat.c are no longer generated.
41750         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
41751         (DISTCLEANFILES): Likewise.
41752         (EXTRA_DIST): Likewise.
41753         (all_local): Don't depend on stat.c or lstat.c.
41754         (stat.c, lstat.c): Remove rules.
41755         (EXTRA_DIST): Remove xstat.in.
41756
41757         * lib/xstat.in: Remove file.  Contents moved into stat.c.
41758         * lib/stat.c: New file.  Contents mostly from xstat.in.
41759         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
41760         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
41761
41762         * lib/safe-read.c: Rework so that it may serve to define safe_write,
41763         too.
41764         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
41765
41766 2002-12-03  Jim Meyering  <jim@meyering.net>
41767
41768         * lib/safe-read.c, safe-write.c: Change variable names and comments,
41769         but not semantics, to minimize the differences between these two files.
41770         (safe_read): Change comment to mention SAFE_READ_ERROR.
41771
41772         * lib/safe-read.c (IS_EINTR): Define.
41773         (safe_read): Use IS_EINTR in place of in-function cpp directives.
41774
41775 2002-12-02  Jim Meyering  <jim@meyering.net>
41776
41777         * lib/safe-read.c (EINTR): Define.
41778         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
41779         (INT_MAX): Provide fallback.
41780         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
41781
41782         * lib/safe-read.h (SAFE_READ_ERROR): Define.
41783
41784 2002-12-02  Bruno Haible  <bruno@clisp.org>
41785
41786         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
41787         Define, taken from safe-read.c.
41788         (INT_MAX): Provide fallback.
41789         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
41790         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
41791
41792         * lib/safe-read.c (EINTR): Remove definition.
41793         (safe_read): Don't use EINTR if it is absent.
41794
41795 2002-12-01  Jim Meyering  <jim@meyering.net>
41796
41797         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
41798         zero.
41799         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
41800
41801 2002-11-27  Paul Eggert  <eggert@twinsun.com>
41802
41803         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
41804         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
41805         with `if (! (value < limit)) abort ();', for readability.
41806
41807 2002-11-26  Karl Berry  <karl@gnu.org>
41808
41809         * lib/strdup.c: copy from libc again, with jim's ok.
41810         * lib/.cppi-disable: re-add strdup.c
41811
41812 2002-11-25  Karl Berry  <karl@gnu.org>
41813
41814         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
41815         instead of "strtol.c".
41816
41817 2002-11-25  Karl Berry  <karl@gnu.org>
41818
41819         * config/install-sh: update from automake for variable quoting, $0 in
41820         error msgs, etc.
41821
41822         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
41823         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
41824         entry.
41825
41826 2002-11-25  Jim Meyering  <jim@meyering.net>
41827
41828         * lib/mktime.c: Sync from libc, now that it has the latest fix.
41829
41830 2002-11-24  Karl Berry  <karl@gnu.org>
41831
41832         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
41833         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
41834
41835 2002-11-24  Jim Meyering  <jim@meyering.net>
41836
41837         Update from coreutils:
41838
41839         * lib/mktime.c: Merge in changes from libc.
41840
41841         Avoid a link-time failure on some Linux systems.
41842         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
41843         (otherwise).
41844         (__mon_yday): Declare with the STATIC attribute.
41845         (__mktime_internal): Likewise.
41846         Based on a report from Greg Schafer.
41847
41848 2002-11-23  Jim Meyering  <jim@meyering.net>
41849
41850         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
41851         Use `unsigned', not `int', as type of index.
41852
41853         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
41854
41855         * lib/fsusage.c: Remove unneeded parentheses around operands of
41856         `defined'.
41857
41858 2002-11-22  Paul Eggert  <eggert@twinsun.com>
41859
41860         * lib/quotearg.h: Allow multiple inclusion by surrounding with
41861         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
41862         so that we can be included first.
41863         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
41864         * lib/quotearg.c: Include quotearg.h immediately after config.h.
41865         No need to include stddef.h or sys/types.h any more.
41866         Surround local include files with "", not "<>".
41867         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
41868         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
41869         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
41870         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
41871         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
41872         (ISPRINT): Remove; no longer needed now that we assume C89.
41873
41874         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
41875         Preserve errno.
41876
41877         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
41878         quotearg_char): Use SIZE_MAX rather than
41879         (size_t) -1 when we are talking about "infinity".
41880
41881         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
41882
41883 2002-11-22  Paul Eggert  <eggert@twinsun.com>
41884
41885         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
41886         hint that one should use `if (! x) abort ();' rather than `assert
41887         (x);', and anyway it's one less thing to worry about configuring.
41888         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
41889         hash_rehash, hash_insert): Use abort rather than assert.
41890
41891 2002-11-22  Bruno Haible  <bruno@clisp.org>
41892
41893         * lib/safe-read.h: Assume C89. Add comments.
41894         (safe_read): Change return type to size_t.
41895         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
41896         byte counts > SSIZE_MAX correctly.
41897         * lib/safe-write.h: New file.
41898         * lib/safe-write.c: New file.
41899         * lib/full-read.h: New file.
41900         * lib/full-read.c: New file.
41901         * lib/full-write.h: Assume C89. Add comments.
41902         * lib/full-write.c: Include safe-write.h.
41903         (full_write): Rewritten to use safe_write.
41904         Suggested by Jim Meyering and Paul Eggert.
41905
41906 2002-11-21  Jim Meyering  <jim@meyering.net>
41907
41908         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
41909
41910         Merge in changes from the coreutils.
41911
41912         2002-09-25  Paul Eggert  <eggert@twinsun.com>
41913         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
41914         <stdint.h>.
41915         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
41916         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
41917         int.  Work more efficiently if X is the same width as uintmax_t.
41918         Do not compare X to -1, to avoid bogus compiler warning.
41919         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
41920         Don't assume that f_frsize and f_bsize are the same type.
41921
41922         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
41923         warning on FreeBSD.
41924
41925         * lib/makepath.c (make_path): Restore umask *before* creating the final
41926         component.
41927         (make_path): Minor reformatting.
41928
41929         * lib/xmalloc.c: Adjust to work with new autoconf macros,
41930         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
41931         HAVE_MALLOC/HAVE_REALLOC.
41932
41933         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
41934         dummy ones.  At least on GNU/Linux systems, `auto' means something
41935         else.
41936         From Michael Stone.
41937
41938 2002-11-21  Bruno Haible  <bruno@clisp.org>
41939
41940         Remove case insensitive option matching.
41941         * lib/argmatch.h (argcasematch): Remove declaration.
41942         (ARGCASEMATCH): Remove macro.
41943         (__xargmatch_internal): Remove case_sensitive argument.
41944         (XARGMATCH): Update.
41945         (XARGCASEMATCH): Remove macro.
41946         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
41947         case_sensitive argument.
41948         (argcasematch): Remove function.
41949         (__xargmatch_internal): Remove case_sensitive argument.
41950         (main): Use XARGMATCH instead of XARGCASEMATCH.
41951
41952         * lib/xmalloc.c: Change compile-time error message. Add comment about
41953         required autoconf version.
41954
41955 2002-11-20  Paul Eggert  <eggert@twinsun.com>
41956
41957         Merge argmatch cleanups from Bison.  Assume C89.
41958
41959         * lib/argmatch.c: Include config.h here, not in argmatch.h.
41960         Include stdlib.h, for EXIT_FAILURE.
41961         Always include <string.h>, since we assume C89.
41962         (EXIT_FAILURE): Remove pre-C89 bug workaround.
41963         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
41964         Include <stddef.h> instead, since it's all we need for size_t.
41965         (PARAMS): Remove.  All uses removed.
41966         (ARRAY_CARDINALITY): Do not bother to #undef.
41967         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
41968         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
41969         Remove unnecessary parentheses.
41970         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
41971         Insert necessary parentheses.
41972         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
41973         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
41974
41975 2002-11-19  Bruno Haible  <bruno@clisp.org>
41976
41977         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
41978         * lib/mbswidth.h: Include <stddef.h>, for size_t.
41979
41980         * lib/mbswidth.h (PARAMS): Remove macro.
41981         (mbswidth, mbsnwidth): Use ANSI C function declarations.
41982         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
41983
41984         * lib/gcd.h (PARAMS): Remove macro.
41985         (gcd): Use ANSI C function declarations.
41986         * lib/gcd.c (gcd): Likewise.
41987
41988 2002-11-15  Bruno Haible  <bruno@clisp.org>
41989
41990         * lib/strcspn.c: Include <stddef.h>.
41991         (strcspn): Use ANSI C function declaration. Change return type to
41992         size_t. Use NULL.
41993         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
41994         (strpbrk): Use NULL.
41995         * lib/strpbrk.h (PARAMS): Remove macro.
41996         (strpbrk): Use ANSI C function declaration.
41997         * lib/strstr.c: Don't include <sys/types.h>.
41998         * lib/strstr.h (PARAMS): Remove macro.
41999         (strstr): Use ANSI C function declarations.
42000
42001 2002-11-14  Karl Berry  <karl@gnu.org>
42002
42003         * config/mkinstalldirs: `do' on separate line, instead of
42004         `for var; do'.
42005
42006 2002-11-06  Bruno Haible  <bruno@clisp.org>
42007
42008         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
42009         * lib/gcd.c (gcd): Likewise.
42010
42011 2002-11-05  Bruno Haible  <bruno@clisp.org>
42012
42013         * lib/gcd.h: New file, from gettext-0.11.5.
42014         * lib/gcd.c: New file, from gettext-0.11.5.
42015
42016 2002-11-05  Bruno Haible  <bruno@clisp.org>
42017
42018         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42019         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42020         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42021         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42022
42023         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
42024         <libintl.h>.
42025         * lib/makepath.c: Include gettext.h instead of <locale.h> and
42026         <libintl.h>.
42027
42028         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
42029         * lib/human.c: Include gettext.h instead of <libintl.h>.
42030         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
42031         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
42032         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
42033         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
42034         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
42035         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
42036         (textdomain): Remove definition.
42037         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
42038
42039         * lib/long-options.c: Remove include of <libintl.h> and definition of
42040         _.
42041         * lib/same.c: Remove include of <libintl.h> and definition of _.
42042
42043 2002-11-04  Owen Taylor  <otaylor@redhat.com>
42044
42045         * lib/config.charset: A few additions for Solaris.
42046
42047 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
42048
42049         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
42050         * lib/localcharset.c (locale_charset): Declare as extern "C".
42051
42052 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
42053
42054         * lib/config.charset: msdos in uk_UA uses CP1125.
42055
42056 2002-11-04  Bruno Haible  <bruno@clisp.org>
42057
42058         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
42059         * lib/strcase.h: New file, from GNU gettext-0.11.5.
42060         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
42061         * lib/strstr.h: New file, from GNU gettext-0.11.5.
42062         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
42063
42064 2002-11-04  Bruno Haible  <bruno@clisp.org>
42065
42066         * lib/localcharset.c (locale_charset): Don't return an empty string.
42067
42068 2002-11-04  Bruno Haible  <bruno@clisp.org>
42069
42070         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
42071         aliases.
42072
42073 2002-11-04  Bruno Haible  <bruno@clisp.org>
42074
42075         * lib/config.charset: Update for newest glibc. Add canonical names
42076         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
42077
42078 2002-11-04  Bruno Haible  <bruno@clisp.org>
42079
42080         * lib/config.charset: Add support for NetBSD.
42081
42082 2002-11-04  Bruno Haible  <bruno@clisp.org>
42083
42084         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
42085
42086 2002-11-01  Bruno Haible  <bruno@clisp.org>
42087
42088         * configure.in: Add AC_CONFIG_AUX_DIR call.
42089         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
42090         test/Makefile.
42091         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
42092
42093 2002-09-28  Karl Berry  <karl@gnu.org>
42094
42095         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
42096         installed automake until the next release, since changes have been
42097         made.
42098
42099 2002-09-25  Karl Berry  <karl@gnu.org>
42100
42101         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
42102         * lib/getopt*: copy from libc/posix.
42103         * lib/gettext.h: copy from gettext.
42104         * lib/.cppi-disable: add strdup.c, gettext.h.
42105
42106 2002-09-25  Karl Berry  <karl@gnu.org>
42107
42108         * config/srclist.txt: enable gettext.h check.
42109         * config/config.{guess,sub}: update from prep.
42110         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
42111                 from automake 1.6.3.
42112         See srclist*.
42113
42114 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
42115
42116         * regex.c (PATFETCH): Remove the translating fetch.
42117         (PATFETCH_RAW): Rename to PATFETCH.
42118         (set_image_of_range): New fun.
42119         (SET_RANGE_TABLE_WORK_AREA): Use it.
42120         (regex_compile): Don't translate the pattern chars so eagerly.
42121         Only do it when inserting an `exactn' bytecode or when handling
42122         a char-range.
42123         (mutually_exclusive_p): Avoid empty statement.
42124
42125 2002-07-06  Jim Meyering  <meyering@lucent.com>
42126
42127         * m4/README: Don't mention Makefile.am.in.
42128         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
42129
42130 2002-07-01  Jim Meyering  <meyering@lucent.com>
42131
42132         * lib/c-stack.c: Include sys/time.h.
42133         From Volker Borchert.
42134
42135 2002-06-26  Paul Eggert  <eggert@twinsun.com>
42136
42137         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
42138
42139 2002-06-26  Paul Eggert  <eggert@twinsun.com>
42140
42141         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
42142         New macro.  Use it uniformly instead of
42143         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
42144         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
42145         reported by Vin Shelton.
42146
42147 2002-06-22  Paul Eggert  <eggert@twinsun.com>
42148
42149         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
42150         Do not assume SA_SIGINFO behavior.
42151         Bug reported by Jim Meyering on NetBSD 1.5.2.
42152
42153 2002-06-22  Jim Meyering  <meyering@lucent.com>
42154
42155         * m4/c-stack.m4: New file, from diffutils-2.8.2.
42156         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
42157
42158         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
42159         now that configure.ac uses AC_GNU_SOURCE.
42160         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
42161         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
42162
42163         Update to latest tools.  Suggestions from Paul Eggert.
42164         * m4/stdbool.m4: New file, from diffutils-2.8.2.
42165         * m4/gnu-source.m4: Update from diffutils-2.8.2.
42166         * m4/fnmatch.m4: Likewise.
42167         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
42168         to AC_HEADER_STDBOOL
42169
42170 2002-06-22  Jim Meyering  <meyering@lucent.com>
42171
42172         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
42173         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
42174
42175 2002-06-22  Jim Meyering  <meyering@lucent.com>
42176
42177         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
42178
42179         * lib/exitfail.c, exitfail.h: Likewise.
42180         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
42181
42182         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
42183         of fnmatch.h.
42184         (EXTRA_DIST): Add fnmatch_loop.c.
42185         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
42186
42187         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
42188         * lib/fnmatch.c: Update from diffutils-2.8.2.
42189         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
42190         * lib/fnmatch.h: Remove file.
42191
42192 2002-06-21  Jim Meyering  <meyering@lucent.com>
42193
42194         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
42195         * m4/mbrtowc.m4: Likewise.
42196
42197         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
42198         * m4/mbswidth.m4: Reflect name change:
42199         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
42200         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
42201
42202         * m4/lib-link.m4: Update from gettext-0.11.2.
42203         * m4/gettext.m4: Likewise.
42204
42205         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
42206         From Alfred M. Szmidt.
42207
42208 2002-06-18  Paul Eggert  <eggert@twinsun.com>
42209
42210         * lib/file-type.h: Report an error if neither S_ISREG nor
42211         S_IFREG is defined, instead of using a test specific to glibc
42212         2.2.  This should be safe, since POSIX requires S_ISREG and
42213         Unix Version 7 had S_IFREG.  We don't need to check for
42214         <sys/types.h> since we don't use any symbols that it defines.
42215
42216 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
42217
42218         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
42219         $@-t, so that each temporary file name is unique and valid in the first
42220         8 characters, for operation under DOS.
42221
42222 2002-06-15  Paul Eggert  <eggert@twinsun.com>
42223
42224         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
42225
42226 2002-06-15  Jim Meyering  <meyering@lucent.com>
42227
42228         Work even with DJGPP 2.03, which lacks support for symlinks.
42229         From Richard Dawe.
42230         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
42231         is defined.
42232         * lib/lchown.c (S_ISLNK): Likewise.
42233
42234 2002-06-15  Jim Meyering  <meyering@lucent.com>
42235
42236         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
42237         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
42238         have been included before this file.
42239
42240 2002-06-14  Jim Meyering  <meyering@lucent.com>
42241
42242         * lib/file-type.h: Use the version from diffutils-2.8.2.
42243         * lib/file-type.c: Likewise.
42244
42245 2002-06-07  Jim Meyering  <meyering@lucent.com>
42246
42247         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
42248         They're needed at least for NetBSD 1.5.2.
42249         ($statxfs_includes): Include those same headers.
42250         ($statxfs_includes): Include sys/vfs.h if available.
42251         ($statxfs_includes): Likewise for sys/statvfs.h.
42252         Check for the following members in both structs statfs and statvfs:
42253         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
42254
42255 2002-06-01  Jim Meyering  <meyering@lucent.com>
42256
42257         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
42258         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
42259
42260 2002-05-28  Jim Meyering  <meyering@lucent.com>
42261
42262         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
42263         Reported by Volker Borchert.
42264
42265 2002-05-27  Jim Meyering  <meyering@lucent.com>
42266
42267         Fix a problem seen only on nonconforming systems whereby ls.c's
42268         use of localtime, and then of gettimeofday would cause trouble:
42269         the localtime call used to initialize rpl_gettimeofday's save
42270         mechanism would clobber ls's current local time information so
42271         that in any long listing the first file would always be listed
42272         with date 1970-01-01.  Analysis by Volker Borchert.
42273
42274         * lib/gettimeofday.c (localtime): Undefine.
42275         (rpl_localtime): New function.
42276
42277 2002-05-27  Jim Meyering  <meyering@lucent.com>
42278
42279         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
42280         localtime.
42281
42282         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
42283         use the replacement function; it wouldn't resolve at link time.
42284         Reported by Volker Borchert.
42285
42286 2002-05-22  Jim Meyering  <meyering@lucent.com>
42287
42288         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
42289         file-type.h.
42290         * lib/file-type.h: New file.
42291         * lib/file-type.c (file_type): New file/function.  Extracted from
42292         diffutils.
42293
42294 2002-04-30  Jim Meyering  <meyering@lucent.com>
42295
42296         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
42297
42298 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42299
42300         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
42301
42302 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42303
42304         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
42305         Do not check for alloca.h (no longer used) or stdbool.h (was never
42306         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
42307
42308 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42309
42310         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
42311
42312 2002-04-29  Jim Meyering  <meyering@lucent.com>
42313
42314         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
42315         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
42316         Use AC_FUNC_STRNLEN here instead.
42317
42318         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
42319         With autoconf-2.53a, it's part of AC_PROG_CC.
42320
42321 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42322
42323         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
42324         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
42325
42326 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42327
42328         * lib/sig2str.h, lib/sig2str.c: New files.
42329         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
42330
42331 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42332
42333         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
42334         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
42335         of 127, since 64 is the largest conceivable number for ancient
42336         nonstandard hosts.
42337         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
42338
42339 2002-04-28  Jim Meyering  <meyering@lucent.com>
42340
42341         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
42342
42343 2002-04-24  Jim Meyering  <meyering@lucent.com>
42344
42345         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
42346         (jm_PREREQ): Use it.
42347
42348         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
42349         mach/mach.h fcntl.h.
42350         Check for this function: setlocale.
42351
42352 2002-04-24  Jim Meyering  <meyering@lucent.com>
42353
42354         * lib/gettext.h: New file, from Gettext.
42355         * lib/Makefile.am (INCLUDES): Remove -I../intl.
42356         (libfetish_a_SOURCES): Add gettext.h.
42357
42358 2002-04-16  Jim Meyering  <meyering@lucent.com>
42359
42360         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
42361         ut_pid, ut_id, ut_exit.
42362
42363 2002-04-16  Jim Meyering  <meyering@lucent.com>
42364
42365         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
42366         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
42367         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
42368
42369 2002-04-12  Jim Meyering  <meyering@lucent.com>
42370
42371         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
42372         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
42373         existence of the getmntinfo function.  Needed for Darwin 5.3.
42374
42375         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
42376         This is necessary at least on Darwin 5.3.
42377
42378         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
42379         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
42380         strnlen.o in the library, and that makes some versions of ranlib
42381         object.
42382
42383 2002-04-12  Jim Meyering  <meyering@lucent.com>
42384
42385         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
42386
42387 2002-04-09  Jim Meyering  <meyering@lucent.com>
42388
42389         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
42390         to be more precise.  Rather than saying we're checking whether the
42391         function `works', say what we're testing.
42392         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
42393         Reported by Bruno Haible.
42394
42395 2002-03-10  Jim Meyering  <meyering@lucent.com>
42396
42397         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
42398         Suggestion from Santiago Vila.
42399
42400 2002-03-08  Jim Meyering  <meyering@lucent.com>
42401
42402         * lib/rename.c: Mention that this wrapper is needed also on
42403         mips-dec-ultrix4.4 systems.
42404
42405 2002-03-02  Jim Meyering  <meyering@lucent.com>
42406
42407         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
42408         not HAVE_CLOCK_SETTIME.
42409
42410 2002-02-27  Paul Eggert  <eggert@twinsun.com>
42411
42412         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
42413         Check for clock_settime.
42414
42415 2002-02-27  Paul Eggert  <eggert@twinsun.com>
42416
42417         * lib/nanosleep.h: Rename to....
42418         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
42419
42420         * lib/gettime.c: New file.
42421         * lib/settime.c: New file.
42422         * lib/stime.c: Remove.
42423
42424         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
42425         timespec.h.  Remove nanosleep.h.
42426
42427 2002-02-25  Paul Eggert  <eggert@twinsun.com>
42428
42429         * m4/acl.m4: New file.
42430         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
42431         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
42432
42433 2002-02-25  Paul Eggert  <eggert@twinsun.com>
42434
42435         * lib/acl.c, lib/acl.h: New files.
42436         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
42437
42438 2002-02-24  Jim Meyering  <meyering@lucent.com>
42439
42440         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
42441         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
42442         cause trouble.  Reported by Nelson Beebe.
42443
42444 2002-02-23  Paul Eggert  <eggert@twinsun.com>
42445
42446         * lib/path-concat.c (xpath_concat): Reorder code to pacify
42447         compilers that don't know that xalloc_die never returns.
42448
42449 2002-02-20  Jim Meyering  <meyering@lucent.com>
42450
42451         * lib/getdate.c: Regenerate using bison-1.33.
42452
42453 2002-02-17  Jim Meyering  <meyering@lucent.com>
42454
42455         * config/config.guess (main): Don't use `head -1'; it's no longer
42456         portable. Use `sed 1q' instead.
42457
42458 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
42459
42460         * m4/codeset.m4: Upgrade to gettext-0.11.
42461         * m4/gettext.m4: Upgrade to gettext-0.11.
42462         * m4/glibc21.m4: Upgrade to gettext-0.11.
42463         * m4/iconv.m4: Upgrade to gettext-0.11.
42464         * m4/isc-posix.m4: Upgrade to gettext-0.11.
42465         * m4/lcmessage.m4: Upgrade to gettext-0.11.
42466         * m4/lib-ld.m4: New file, from gettext-0.11.
42467         * m4/lib-link.m4: New file, from gettext-0.11.
42468         * m4/lib-prefix.m4: New file, from gettext-0.11.
42469         * m4/progtest.m4: Upgrade to gettext-0.11.
42470
42471 2002-02-15  Paul Eggert  <eggert@twinsun.com>
42472
42473         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
42474         (jm_PREREQ): Use it.
42475
42476 2002-02-15  Paul Eggert  <eggert@twinsun.com>
42477
42478         * lib/posixver.c, lib/posixver.h: New files.
42479         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
42480
42481 2002-02-02  Paul Eggert  <eggert@twinsun.com>
42482             Bruno Haible  <bruno@clisp.org>
42483
42484         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
42485         (fwrite_success_callback): New declaration.
42486         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
42487         print_unicode_char. Call failure callback instead of error.
42488         (fwrite_success_callback): New function.
42489         (exit_failure_callback): New function.
42490         (fallback_failure_callback): New function.
42491         (print_unicode_char): Call unicode_to_mb.
42492
42493 2002-01-26  Jim Meyering  <meyering@lucent.com>
42494
42495         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
42496         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
42497
42498 2002-01-26  Jim Meyering  <meyering@lucent.com>
42499
42500         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
42501
42502 2002-01-22  Paul Eggert  <eggert@twinsun.com>
42503
42504         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
42505
42506 2002-01-22  Jim Meyering  <meyering@lucent.com>
42507
42508         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
42509         Otherwise, some versions of automake would omit the rule that makes
42510         Makefile from Makefile.in.
42511
42512 2002-01-21  Paul Eggert  <eggert@twinsun.com>
42513
42514         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
42515         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
42516         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
42517         (memcoll): Set errno to zero if there is no error.
42518
42519         * lib/quotearg.c (quotearg_buffer_restyled):
42520         Fix bug with quoting buffers containing NUL when backslashing escapes.
42521         This bug was exposed by the other changes in this patch.
42522         (quotearg_n_options): New arg ARGSIZE.
42523         All callers changed.
42524         (quoting_options_from_style): New function.
42525         (quotearg_n_style): Use it.
42526         (quotearg_n_style_mem): New function.
42527
42528         * lib/quotearg.h (quotearg_n_style_mem): New function.
42529
42530 2002-01-19  Jim Meyering  <meyering@lucent.com>
42531
42532         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
42533         Remove useless quotes: DF_PROG="df".
42534         * m4/strnlen.m4: New file.
42535
42536 2002-01-16  Paul Eggert  <eggert@twinsun.com>
42537
42538         * lib/backupfile.c (ISDIGIT): Comment fix.
42539         * lib/getdate.y (ISDIGIT): Likewise.
42540         * lib/posixtm.c (ISDIGIT, year): Likewise.
42541         * lib/strverscmp.c (ISDIGIT): Likewise.
42542         * lib/userspec.c (ISDIGIT): Likewise.
42543
42544 2002-01-16  Jim Meyering  <meyering@lucent.com>
42545
42546         * lib/getdate.y: Add three semicolons, each just before a closing
42547         brace. Bison (as of version 1.31) no longer papers over that mistake.
42548
42549 2002-01-05  Jim Meyering  <meyering@lucent.com>
42550
42551         * lib/version-etc.c (version_etc_copyright): Update copyright year.
42552
42553 2001-12-19  Paul Eggert  <eggert@twinsun.com>
42554
42555         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
42556         not silently exit merely because the output buffer happens to
42557         have nothing pending.
42558
42559 2001-12-18  Paul Eggert  <eggert@twinsun.com>
42560
42561         See the big note in ../ChangeLog.
42562         * lib/human.c (suffixes): Prefer K to k for 1024.
42563         (generate_suffix_backwards): New function.
42564         (human_readable_inexact): Use it.
42565         * lib/xstrtol.c (__xstrtol): If there is no number but there
42566         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
42567         Accept 'K' as well as 'k'.
42568
42569 2001-12-15  Jim Meyering  <meyering@lucent.com>
42570
42571         * lib/regex.h (__restrict_arr): Update from libc.
42572
42573         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
42574         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
42575         (STREQ): Define.
42576
42577 2001-12-14  Jim Meyering  <meyering@lucent.com>
42578
42579         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
42580         Suggestion from Bruno Haible.
42581
42582 2001-12-10  Jim Meyering  <meyering@lucent.com>
42583
42584         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
42585         xrealloc, Instead, include "xalloc.h".
42586         (initbuffer): Don't cast xmalloc return value to char*.
42587         (readline): Reword comment.
42588         Don't cast xrealloc return value to char*
42589         Return NULL, not 0.
42590
42591 2001-12-09  Jim Meyering  <meyering@lucent.com>
42592
42593         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
42594         about `signed and unsigned type in conditional expression'.
42595         * lib/posixtm.c (posix_time_parse): Likewise.
42596
42597         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
42598
42599         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
42600         to avoid a pedantic warning.
42601
42602         * lib/getstr.c: Don't include assert.h.
42603         (getstr): Remove warning-evoking assertions.
42604         Return -1 if offset parameter is out of bounds.
42605         Change the type of a local from int to size_t.
42606
42607         * lib/strftime.c (my_strftime_localtime_r): Include this function
42608         definition in the `#if ! HAVE_TM_GMTOFF' block.
42609
42610         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
42611         Include xalloc.h instead.
42612
42613 2001-12-02  Jim Meyering  <meyering@lucent.com>
42614
42615         * lib/tempname.c: Don't declare getenv, thus reverting the change of
42616         2001-11-18.  It's no longer necessary, now that stdlib.h is always
42617         included.
42618
42619         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
42620         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
42621
42622 2001-11-30  Akim Demaille  <akim@epita.fr>
42623
42624         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
42625         before being defined.
42626
42627 2001-11-27  Paul Eggert  <eggert@twinsun.com>
42628
42629         * lib/quotearg.h (quotearg_n, quotearg_n_style):
42630         First arg is int, not unsigned.
42631         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
42632         (SIZE_MAX, UINT_MAX): New macros.
42633         (quotearg_n_options): Abort if N is negative.
42634         Avoid overflow check on hosts where size_t is 64 bits and int
42635         is 32 bits, as overflow is impossible there.
42636         Fix off-by-one typo that caused unnecessary reallocation.
42637
42638 2001-11-27  Jim Meyering  <meyering@lucent.com>
42639
42640         * lib/tempname.c: Merge with version from libc.
42641         * lib/regex.c: Likewise.
42642
42643         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
42644         systems for which STDC_HEADERS is 0, it was not included, resulting in
42645         a warning about an integer-to-pointer conversion problem with getenv.
42646         Reported by Volker Borchert.
42647
42648 2001-11-26  Jim Meyering  <meyering@lucent.com>
42649
42650         * lib/gtod.h: Remove file.
42651         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
42652         * lib/gettimeofday.c: Don't include gtod.h.
42653         (GTOD_init): Remove function.
42654         (rpl_gettimeofday): Do its job here instead, rather than aborting.
42655         Suggestion from Volker Borchert.
42656
42657 2001-11-23  Jim Meyering  <meyering@lucent.com>
42658
42659         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
42660         it.
42661         * lib/hash.c (struct hash_table): Define it here instead.
42662
42663 2001-11-22  Jim Meyering  <meyering@lucent.com>
42664
42665         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
42666
42667 2001-11-20  Jim Meyering  <meyering@lucent.com>
42668
42669         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
42670         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
42671
42672 2001-11-19  Jim Meyering  <meyering@lucent.com>
42673
42674         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
42675         directory.  Use "conftestXXXXXX" as the template.
42676         Suggestion from Paul Eggert.
42677
42678         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
42679         immediately, so the test doesn't mistakenly hit the max-open-files
42680         limit.
42681
42682 2001-11-18  Paul Eggert  <eggert@twinsun.com>
42683
42684         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
42685         (TEMPORARIES): New macro.
42686         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
42687         removes an artificial limitation (e.g. HP-UX 10.20, where
42688         TMP_MAX is 17576).
42689
42690 2001-11-18  Jim Meyering  <meyering@lucent.com>
42691
42692         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
42693
42694 2001-11-18  Jim Meyering  <meyering@lucent.com>
42695
42696         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
42697         on SunOS 4.
42698
42699         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
42700         files will be created before anything else.
42701
42702 2001-11-17  Paul Eggert  <eggert@twinsun.com>
42703
42704         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
42705         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
42706
42707 2001-11-17  Jim Meyering  <meyering@lucent.com>
42708
42709         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
42710         Prompted by a report from Bob Proulx.
42711
42712         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
42713         Instead, require UTILS_FUNC_MKSTEMP.
42714
42715 2001-11-17  Jim Meyering  <meyering@lucent.com>
42716
42717         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
42718         Now, that's done as part of AC_FUNC_STRTOD.
42719
42720 2001-11-17  Jim Meyering  <meyering@lucent.com>
42721
42722         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
42723         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
42724         rather than group writable.  Patch by Juan F. Codagnone.
42725
42726         * lib/readtokens.c: Remove explicit declarations of xmalloc and
42727         xrealloc, Instead, include "xalloc.h".
42728
42729         * lib/mountlist.c: Include unlocked-io.h after all system headers.
42730         Remove explicit declarations of xmalloc, xrealloc,
42731         and xstrdup.  Instead, include "xalloc.h".
42732
42733         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
42734         unlocked-io.h.
42735         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
42736         Likewise.
42737         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
42738
42739         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
42740         Reported by Padraig Brady.
42741
42742         * lib/mkstemp.c: #undef mkstemp.
42743         Include config.h.
42744         (rpl_mkstemp): Rename from mkstemp.
42745         Protoize.
42746
42747 2001-11-16  Jim Meyering  <meyering@lucent.com>
42748
42749         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
42750         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
42751         determine the amount of total physical memory, use pstat_getstatic.
42752         HPUX-11 doesn't define _SC_PHYS_PAGES.
42753         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
42754         If sysconf couldn't be used to determine the amount of available
42755         physical memory, use both pstat_getstatic and pstat_getdynamic.
42756         Based on a patch from Bob Proulx.
42757
42758 2001-11-10  Jim Meyering  <meyering@lucent.com>
42759
42760         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
42761         (jm_PREREQ): Use it.
42762
42763 2001-11-09  Jim Meyering  <meyering@lucent.com>
42764
42765         * m4/jm-macros.m4: Require autoconf-2.52f.
42766         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
42767         Use these AC_-prefixed names, not the AM_-prefixed ones.
42768
42769         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
42770
42771 2001-11-05  Jim Meyering  <meyering@lucent.com>
42772
42773         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
42774
42775 2001-11-04  Jim Meyering  <meyering@lucent.com>
42776
42777         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
42778         $DEFS.
42779
42780 2001-11-03  Jim Meyering  <meyering@lucent.com>
42781
42782         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
42783         of AC_DEFUN.
42784
42785         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
42786         know the name of the variable in the macro definition.
42787
42788 2001-11-03  Jim Meyering  <meyering@lucent.com>
42789
42790         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
42791         in argmatch_to_argument call.
42792
42793         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
42794         argument.
42795
42796         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
42797         e.g., a fault due to an attempt to free a NULL pointer.
42798
42799 2001-11-01  Jim Meyering  <meyering@lucent.com>
42800
42801         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
42802         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
42803
42804 2001-11-01  Jim Meyering  <meyering@lucent.com>
42805
42806         * lib/dirfd.c, lib/dirfd.h: New files.
42807         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
42808
42809         * lib/hash.c (hash_print) [TESTING]: Clean up.
42810
42811 2001-10-22  Paul Eggert  <eggert@twinsun.com>
42812
42813         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
42814         to avoid a warning if -Wall.
42815
42816 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
42817
42818         * README: New file
42819         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
42820         (per RMS's instructions, this is now the canonical source)
42821         * lgpl/, gpl/: New directories.
42822
42823 2001-10-21  Paul Eggert  <eggert@twinsun.com>
42824
42825         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
42826
42827 2001-10-21  Jim Meyering  <meyering@lucent.com>
42828
42829         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
42830         this code would end up calling gettext even in packages built
42831         with --disable-nls.
42832         * lib/getopt.c (_): Likewise.
42833         * lib/regex.c (_): Likewise.
42834
42835 2001-10-20  Paul Eggert  <eggert@twinsun.com>
42836
42837         * m4/error.m4 (jm_PREREQ_ERROR):
42838         Do not invoke AC_CHECK_FUNCS with strerror_r, as
42839         AC_FUNC_STRERROR_R does that.
42840         Check for strerror declaration.
42841
42842         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
42843         are supposed to have them these days.
42844         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
42845         Merge changes from latest Autoconf CVS.
42846         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
42847         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
42848         POSIX decided to standardize on the int flavor of strerror_r.
42849
42850 2001-10-20  Paul Eggert  <eggert@twinsun.com>
42851
42852         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
42853         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
42854         Use strerror_r that is only a macro, even if it is not a function.
42855         (strerror): Check for HAVE_DECL_STRERROR before declaring.
42856         (private_strerror): Use prototypes, not old-style function definition.
42857         (print_errno_message): New function.
42858         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
42859         char*-flavored one.
42860         (error_tail, error, error_at_line): Use it.
42861
42862 2001-10-11  Jim Meyering  <meyering@lucent.com>
42863
42864         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
42865         and quote_n (1, ... to avoid clobbering a buffer.
42866
42867 2001-10-05  Jim Meyering  <meyering@lucent.com>
42868
42869         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
42870         hash-pjw.h.
42871         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
42872         * lib/hash-pjw.h: New file.
42873
42874 2001-09-30  Jim Meyering  <meyering@lucent.com>
42875
42876         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
42877         `struct fsstat' has the `f_fstypename' member.
42878         Use that to define FS_TYPE, which is now used to make
42879         the getfsstat link test tighter.
42880
42881 2001-09-30  Jim Meyering  <meyering@lucent.com>
42882
42883         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
42884         Include <sys/ucred.h>, for Apple Darwin.
42885         Include sys/mount.h and sys/fs_types.h only if available.
42886         (FS_TYPE): Define.
42887         (read_filesystem_list): Use FS_TYPE.
42888
42889 2001-09-29  Paul Eggert  <eggert@twinsun.com>
42890
42891         * lib/exclude.c (excluded_filename): 0 -> false, since it's
42892         a boolean context.
42893
42894 2001-09-29  Jim Meyering  <meyering@lucent.com>
42895
42896         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
42897         [one-argument getmntent function]): Include stdio.h before mntent.h.
42898         SunOS 4.1.x needs it for the declaration of `FILE'.
42899         Patch by Volker Borchert.
42900
42901         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
42902         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
42903         sys/fs_types.h, and make the link-test for getfsstat guard #include
42904         directives with appropriate #if HAVE_*_H tests so that we can
42905         detect getfsstat on Apple Darwin1.3.7 systems.
42906         Reported by Nelson Beebe.
42907         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
42908
42909 2001-09-28  Paul Eggert  <eggert@twinsun.com>
42910
42911         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
42912         #defines strtoimax.  Also treat the other strto* functions
42913         like strtoimax.
42914
42915         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
42916         Check for strtoul and strtoumax,
42917         as those declarations are made even in the signed case.
42918         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
42919         Likewise, for strtol and strtoimax.
42920
42921 2001-09-28  Paul Eggert  <eggert@twinsun.com>
42922
42923         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
42924         #defines strtoimax.  Also treat the other strto* functions
42925         like strtoimax.
42926
42927         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
42928         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
42929         (strtoimax, strtoumax): Do not declare if already defined as a macro.
42930
42931 2001-09-26  Jim Meyering  <meyering@lucent.com>
42932
42933         Most macros in unlocked-io.h had the wrong number of arguments.
42934         * lib/gen-uio: New script.
42935         (USE_UNLOCKED_IO): Define to 1 if not already defined.
42936         * lib/unlocked-io.hin: Remove file.
42937         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
42938         rather than trying to embed it here.
42939         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
42940         Reported by Padraig Brady.
42941
42942 2001-09-25  Volker Borchert  <bt@teknon.de>
42943
42944         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
42945         `result'.
42946
42947 2001-09-24  Jim Meyering  <meyering@lucent.com>
42948
42949         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
42950
42951 2001-09-23  Jim Meyering  <meyering@lucent.com>
42952
42953         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
42954         instead of the mere test for existence of mntent.h.  The latter
42955         would get a false-positive on AIX 3.4 systems.
42956         In the outer getmntent if-block, don't die if neither of the getmntent
42957         tests succeeds.  Instead, just fall through and continue with the
42958         remaining tests.
42959
42960 2001-09-23  Jim Meyering  <meyering@lucent.com>
42961
42962         * lib/mountlist.c: Remove useless parentheses in #if directives.
42963         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
42964         the deprecated MOUNTED symbol is no longer defined in mntent.h.
42965
42966 2001-09-22  Jim Meyering  <meyering@lucent.com>
42967
42968         * m4/gettext.m4: New file.  From gettext.
42969         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
42970         * m4/progtest.m4: Likewise
42971         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
42972         * m4/glibc21.m4: Likewise.
42973
42974         * m4/libintl.m4: Remove.  No longer used.
42975
42976 2001-09-22  Jim Meyering  <meyering@lucent.com>
42977
42978         * lib/localcharset.c: Update from latest gettext.
42979         * lib/config.charset: Likewise.
42980
42981 2001-09-20  Jim Meyering  <meyering@lucent.com>
42982
42983         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
42984         strtoimax.
42985         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
42986         strtoumax.
42987
42988 2001-09-20  Jim Meyering  <meyering@lucent.com>
42989
42990         * lib/xstrtol.c (strtoimax): Guard declaration with
42991         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
42992         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
42993         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
42994         (strtoumax): Likewise, for completeness (it wasn't necessary).
42995
42996 2001-09-17  Paul Eggert  <eggert@twinsun.com>
42997
42998         * lib/strtoimax.c (HAVE_LONG_LONG):
42999         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
43000         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
43001         to work around bug in IBM C compiler.
43002
43003 2001-09-17  Jim Meyering  <meyering@lucent.com>
43004
43005         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
43006         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
43007         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
43008         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
43009         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
43010         whenever the right hand side need not be expanded by the shell.
43011
43012 2001-09-16  Paul Eggert  <eggert@twinsun.com>
43013
43014         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
43015         library.  It's not correct, as some older glibcs are buggy.
43016         fnmatch wasn't fixed until glibc 2.2.
43017
43018         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
43019         special shell magic here.
43020
43021 2001-09-16  Jim Meyering  <meyering@lucent.com>
43022
43023         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
43024         * m4/jm-macros.m4: Require it.
43025
43026 2001-09-16  Jim Meyering  <meyering@lucent.com>
43027
43028         * lib/mkdir.c: New file.
43029
43030 2001-09-15  Jim Meyering  <meyering@lucent.com>
43031
43032         * m4/jm-macros.m4: Check for help2man.
43033
43034 2001-09-11  Jim Meyering  <meyering@lucent.com>
43035
43036         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
43037         The body, by Paul Eggert, was moved here from configure.in.
43038         * m4/jm-macros.m4: Require UTILS_HOST_OS.
43039
43040 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43041
43042         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
43043         (jm_PREREQ): Use it.
43044
43045 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43046
43047         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
43048         Use ssize_t, not int, to store result of readlink.
43049         Check for ssize_t overflow as well as size_t overflow,
43050         as POSIX says the result of readlink is implementation-defined
43051         when ssize_t overflows.
43052         Remove unnecessary cast to char*.
43053         Use free+malloc instead of realloc, as the storage doesn't need
43054         to be preserved and it's clearer and can be more efficient that way.
43055         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
43056         * lib/xreadlink.h (xreadlink): Update prototype.
43057
43058 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43059
43060         * lib/xgetcwd.c: Revert some of the previous change; intead,
43061         fix the HAVE_GETCWD_NULL code to behave more like the
43062         !HAVE_GETCWD_NULL code used to.
43063
43064         Include "xalloc.h".
43065         (xgetcwd): Do not return NULL when memory is exhausted; instead,
43066         invoke xalloc_die.
43067
43068 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43069
43070         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
43071         sys/param.h, as pathmax.h includes them.
43072
43073 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43074
43075         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
43076         (jm_PREREQ_XGETCWD): New macro.
43077
43078         * m4/getcwd.m4: New file.
43079
43080 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43081
43082         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
43083         like the HAVE_GETCWD_NULL code.
43084         Include pathmax.h if not HAVE_GETCWD.
43085         Do not include xalloc.h.
43086         (INITIAL_BUFFER_SIZE): New symbol.
43087         Do not use xmalloc / xrealloc, since the caller is responsible for
43088         handling errors.  Preserve errno around `free' during failure.
43089         Do not overrun buffer when using getwd.
43090
43091 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43092
43093         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
43094         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
43095         getcwd (NULL, 0).
43096
43097 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43098
43099         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
43100         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
43101         spotted by Jim Meyering.
43102
43103 2001-09-03  Jim Meyering  <meyering@lucent.com>
43104
43105         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
43106         failure.
43107
43108 2001-09-02  Jim Meyering  <meyering@lucent.com>
43109
43110         * lib/error.c: Update from GNU libc.
43111
43112 2001-09-01  Jim Meyering  <meyering@lucent.com>
43113
43114         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
43115         Used by df.
43116
43117 2001-09-01  Jim Meyering  <meyering@lucent.com>
43118
43119         * lib/xreadlink.c: New file.
43120         * lib/xreadlink.h: New file.
43121         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
43122         xreadlink.h.
43123
43124         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
43125         doesn't conflict with sparc Solaris 7's definition in
43126         /usr/include/sys/int_types.h.
43127
43128         * lib/exclude.c: Use `""', not `<>' to #include non-system header
43129         files.
43130         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
43131         and strncasecmp as r-values.  Unixware didn't have declarations.
43132
43133 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43134
43135         * lib/xstrtol.h: Add copyright notice.
43136         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
43137         LONGINT_INVALID_SUFFIX_CHAR.
43138
43139 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43140
43141         * lib/xstrtol.c (strtoimax): New decl.
43142
43143 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43144
43145         * lib/xgetcwd.c: Don't include pathmax.h.
43146         Include stdlib.h and unistd.h if available.
43147         Include xalloc.h.
43148         (xmalloc, xstrdup, free): Remove decls.
43149         (xgetcwd): Don't assume sizes fit in unsigned.
43150         Check for overflow when computing sizes.
43151         Simplify reallocation code.
43152
43153 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43154
43155         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
43156         a directory's st_size can have an arbitrary value, so the old
43157         usage could waste an arbitrary amount of memory.  All uses
43158         changed.
43159         * lib/savedir.h: Update prototype.
43160
43161 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43162
43163         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
43164
43165         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
43166         old strtoimax.c.
43167
43168         Also, make the following further changes to make this file's
43169         configuration more similar to that of strtol.c:
43170         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
43171         (strtoumax, uintmax_t, strtoull, strtol): Remove.
43172         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
43173         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
43174         changed to signed values.
43175
43176         And make the following changes as well:
43177         Fix copyright notice, as 1999 was missing.
43178         (verify): New macro.
43179         (strtoimax): Check sizes at compile-time, not run-time.
43180         Prefer strtol to strtoll if both work.
43181         (main): Remove; it was not that useful and was a pain to maintain.
43182
43183         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
43184
43185 2001-08-31  Jim Meyering  <meyering@lucent.com>
43186
43187         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
43188         Use an initial, malloc'd, buffer of length 128 rather than
43189         a statically allocated one of length 1024.
43190
43191 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43192
43193         Simplify code, partly by assuming autoconf 2.52 semantics.
43194
43195         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
43196
43197         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
43198         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
43199         All uses removed.
43200         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
43201         Move AC_REQUIRE to next-to-top level, to avoid confusion.
43202         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
43203         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
43204         jm_AC_HEADER_INTTYPES_H.
43205         * m4/jm-macros.m4 (jm_MACROS): Likewise.
43206
43207         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
43208
43209         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
43210         Quote first arg of AC_DEFUN.
43211         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
43212         since they are needed to parse the include file even if we need
43213         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
43214         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
43215         but with opposite signedness.
43216
43217 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43218
43219         Merge 'exclude' changes from tar 1.13.22.
43220         This fixes one or two unlikely storage allocation overflow bugs,
43221         but doesn't change user-visible behavior otherwise.
43222
43223 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43224
43225         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
43226         (jm_PREREQ_EXCLUDE): New macro.
43227
43228 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43229
43230         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
43231         tm to be declared.
43232
43233 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43234
43235         * lib/hash.c: Remove '2001' from copyright notice.
43236
43237 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43238
43239         * lib/full-write.h: New file.
43240         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
43241         * lib/full-write.c: Correct credits, as cccp.c no longer
43242         exists and anyway it was so heavily changed from the old cccp
43243         code as to be unrecognizable.  Include full-write.h.
43244         (full_write) Return size_t, with short writes meaning failure.
43245         All callers changed.  This fixes a bug with large buffers
43246         on 64-bit hosts.
43247         * lib/utime.c: Include full-write.h.
43248
43249 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43250
43251         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
43252         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
43253         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
43254         Include if available.
43255         (<xalloc.h>): Include
43256         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
43257         (verify): New macro.  Use it to verify that EXCLUDE macros do not
43258         collide with FNM macros.
43259         (struct patopts): New struct.
43260         (struct exclude): Use it, as exclude patterns now come with options.
43261         (new_exclude): Support above changes.
43262         (new_exclude, add_exclude_file):
43263         Initial size must now be a power of two to simplify overflow checking.
43264         (free_exclude, fnmatch_no_wildcards): New function.
43265         (excluded_filename): No longer requires options arg, as the options
43266         are determined by add_exclude.  Now returns bool, not int.
43267         (excluded_filename, add_exclude):
43268         Add support for the fancy new exclusion options.
43269         (add_exclude, add_exclude_file): Now takes int options arg.
43270         Check for arithmetic overflow when computing sizes.
43271         (add_exclude_file): xrealloc might modify errno, so don't
43272         realloc until after errno might be used.
43273
43274         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
43275         New macros.
43276         (free_exclude): New decl.
43277         (add_exclude, add_exclude_file): Now takes int options arg.
43278         (excluded_filename): No longer requires options arg, as the options
43279         are determined by add_exclude.  Now returns bool, not int.
43280
43281 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43282
43283         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
43284
43285 2001-08-27  Jim Meyering  <meyering@lucent.com>
43286
43287         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
43288
43289         * lib/version-etc.c (N_): Remove definition.
43290         Revert most of last change.
43291         Instead, simply don't mark the `Copyright...' string for translation.
43292         Based on advice from Paul Eggert.
43293
43294         * lib/strtoxmax.c: Tweak comment.
43295
43296 2001-08-26  Jim Meyering  <meyering@lucent.com>
43297
43298         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
43299
43300         * m4/xstrtoimax.m4: New file.
43301         * m4/xstrtoumax.m4: Add comments explaining why we
43302         AC_REPLACE_FUNCS(strtol).
43303
43304 2001-08-26  Jim Meyering  <meyering@lucent.com>
43305
43306         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
43307         of copyright with `%s' so translators don't get an untranslated
43308         message in 2002.
43309         (COPYRIGHT_YEAR): Define.
43310         (version_etc): Use fprintf rather than fputs.
43311         Suggestion from Ulrich Drepper.
43312
43313         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
43314
43315         * lib/strtoll.c: New file, from GNU libc.
43316         * lib/xstrtoimax.c: New file.
43317
43318         * lib/xstrtol.h: Add xstrtoimax.
43319         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
43320         * lib/strtoimax.c: New file.  Likewise, but first define
43321         STRTOUXMAX_SIGNED.
43322
43323         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
43324         ...
43325         * lib/strtoxmax.c: ... then renamed to this.
43326
43327 2001-08-18  Paul Eggert  <eggert@twinsun.com>
43328
43329         * m4/inttypes.m4: Add AC_PREREQ(2.13).
43330         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
43331         (jm_AC_TYPE_INTMAX_T): New macro.
43332         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
43333
43334         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
43335
43336         * m4/longlong.m4: Renamed from ulonglong.m4.
43337         * m4/inttypes.m4: Renamed from inttypes_h.m4.
43338         * m4/uintmax_t.m4: Removed.
43339
43340 2001-08-13  Paul Eggert  <eggert@twinsun.com>
43341
43342         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
43343         Port to Solaris 8, where 'sed' requires a space after the 'r'
43344         command, and where sh dislikes "$/".  Clean up the spacing a bit.
43345         Redirect output to $tmp just once.
43346
43347 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
43348
43349         * lib/addext.c (<errno.h>): Include.
43350         (errno): Declare if not defined.
43351         (addext): Work correctly when pathconf returns -1 and leaves
43352         errno alone because there is no limit.  Also, work even if
43353         pathconf returns a value greater than SIZE_MAX.
43354
43355 2001-08-12  Jim Meyering  <meyering@lucent.com>
43356
43357         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
43358         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
43359         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
43360         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
43361         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
43362         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
43363         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
43364         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
43365         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
43366         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
43367         utime.m4, utimes.m4, xstrtoumax.m4:
43368         Quote the first argument in each use of AC_DEFUN.
43369
43370 2001-08-12  Jim Meyering  <meyering@lucent.com>
43371
43372         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
43373         Simply `return getcwd (NULL, 0);'.
43374         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
43375         Use 1300 as initial value for length, not PATH_MAX.
43376
43377         * lib/pathmax.h: Clean up cpp syntax.
43378
43379 2001-08-12  Jim Meyering  <meyering@lucent.com>
43380
43381         * lib/gettimeofday.c: New file.
43382         * lib/gtod.h: New file.
43383         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
43384
43385 2001-08-05  Jim Meyering  <meyering@lucent.com>
43386
43387         * m4/jm-macros.m4: Require autoconf-2.52.
43388
43389 2001-08-04  Jim Meyering  <meyering@lucent.com>
43390
43391         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
43392         stmt, to get in sync with glibc.
43393
43394 2001-08-03  Paul Eggert  <eggert@twinsun.com>
43395
43396         The following changes are from gettext 0.10.39 as maintained by
43397         Bruno Haible.
43398
43399         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
43400         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
43401         with inverted sense.  All uses changed.
43402
43403         * lib/mbswidth.c: Don't include <limits.h>.
43404         Include <stdlib.h> and <string.h> unconditionally.
43405         (iswcntrl, mbsinit, ISCNTRL): New macros.
43406         (mbsnwidth): Use K&R style function declarations.
43407         Don't bother checking for MB_LEN_MAX == 1, since the compiler
43408         can optimize it when MB_CUR_MAX == 1.
43409         The width of control characters is zero, not 1.
43410
43411 2001-08-03  Paul Eggert  <eggert@twinsun.com>
43412
43413         The following changes are from gettext 0.10.39 as maintained by
43414         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
43415
43416         * m4/codeset.m4: Upgrade to serial AM1.
43417         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
43418         all uses changed.  Quote first arg of AC_DEFUN.
43419         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
43420
43421         * m4/iconv.m4: Upgrade to serial AM2.
43422         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
43423         Add --with-libconv-prefix.
43424         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
43425         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
43426         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
43427         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
43428         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
43429
43430         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
43431         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
43432         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
43433         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
43434         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
43435         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
43436         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
43437         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
43438         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
43439
43440         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
43441         string.h any more.
43442
43443         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
43444         not the default value.
43445
43446         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
43447         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
43448         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
43449         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
43450         Also check for iswcntrl, used for wcwidth fallback.
43451         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
43452         to Autoconf 2.13.
43453
43454 2001-08-03  Jim Meyering  <meyering@lucent.com>
43455
43456         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
43457         as it was in the original.  Reported by Paul Eggert.
43458
43459 2001-07-16  Jim Meyering  <meyering@lucent.com>
43460
43461         * m4/gettimeofday.m4: New file.
43462         Prompted by a report from Bernhard Baehr.
43463
43464 2001-07-15  Jim Meyering  <meyering@lucent.com>
43465
43466         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
43467         stuff. Now it's in ../Makefile.cfg.
43468
43469 2001-07-15  Jim Meyering  <meyering@lucent.com>
43470
43471         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
43472         (BUILT_SOURCES): Add unlocked-io.h.
43473         (io_functions): Define.
43474         (unlocked-io.h): New rule.
43475         (DISTCLEANFILES): Add unlocked-io.h.
43476         (all-local): Depend on unlocked-io.h, to ensure it is created.
43477
43478         * lib/unlocked-io.hin: New file
43479
43480         * lib/regex.c: Update from glibc.
43481
43482 2001-07-05  Jim Meyering  <meyering@lucent.com>
43483
43484         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
43485         recommendation.
43486         (libfetish_a_SOURCES): Put all .h files here instead.
43487         Remove a thus-exposed (better checks in automake) duplicate and
43488         two unnecessary .h files.
43489
43490 2001-07-04  Jim Meyering  <meyering@lucent.com>
43491
43492         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
43493         that generates jm-glibc-io.m4 so that it doesn't trigger any make
43494         distcheck failure.
43495
43496 2001-07-02  Jim Meyering  <meyering@lucent.com>
43497
43498         The following changes were prompted by suggestions from Bruno Haible.
43499
43500         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
43501         is now generated.
43502         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
43503         definition of EXTRA_DIST.
43504         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
43505         ensure that the generated file is created/updated whenever the list
43506         of $(unlocked_functions) is changed.
43507         (jm-glibc-io.m4): New rule.
43508         (unlocked-io.h): New rule -- currently unused.
43509
43510 2001-06-24  Jim Meyering  <meyering@lucent.com>
43511
43512         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
43513         unmatched right bracket, rather than kludging it with an extra,
43514         falsely-matching quote in a comment.  Patch by Akim Demaille.
43515
43516 2001-06-11  Jim Meyering  <meyering@lucent.com>
43517
43518         * lib/regex.c: Update from GNU libc.
43519
43520 2001-05-27  Jim Meyering  <meyering@lucent.com>
43521
43522         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
43523         Check for ut_type in struct utmp.
43524
43525 2001-05-27  Jim Meyering  <meyering@lucent.com>
43526
43527         * lib/readutmp.h (UT_TYPE): Define.
43528
43529 2001-05-24  Jim Meyering  <meyering@lucent.com>
43530
43531         * lib/argmatch.c: Include "quote.h".
43532         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
43533         quote function.  Reported by Göran Uddeborg.
43534
43535 2001-05-22  Jim Meyering  <meyering@lucent.com>
43536
43537         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
43538         now that we use the package-supplied version unconditionally.
43539         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
43540
43541 2001-05-21  Jim Meyering  <meyering@lucent.com>
43542
43543         * m4/regex.m4: Change a couple backticks to single quotes to avoid
43544         shell syntax errors.
43545
43546 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
43547
43548         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
43549
43550 2001-05-20  Paul Eggert  <eggert@twinsun.com>
43551
43552         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
43553         Don't bother to check library strftime, since
43554         we'll be using our own my_strftime function anyway.
43555         Define my_strftime instead of strftime.
43556
43557 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
43558
43559         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
43560         which is not yet declared.
43561
43562 2001-05-15  Jim Meyering  <meyering@lucent.com>
43563
43564         * m4/regex.m4: Use proper quoting so brackets appear in the test
43565         program.
43566         Reported by, and with help from, Bruno Haible.
43567
43568 2001-05-13  Jim Meyering  <meyering@lucent.com>
43569
43570         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
43571         undefined.
43572
43573 2001-05-11  Paul Eggert  <eggert@twinsun.com>
43574
43575         dirname code cleanup.  base_name now behaves more compatibly
43576         with POSIX basename when given file names that have trailing
43577         slashes, and similarly for dir_name.  Add new primitives
43578         base_len and dir_len.  Put the directory-name-related decls
43579         into dirname.h.
43580
43581         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
43582         * lib/backupfile.c (base_name): Likewise.
43583         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
43584         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
43585         * lib/makepath.c (strip_trailing_slashes): Likewise.
43586         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
43587         ISSLASH): Likewise.
43588         * lib/rename.c (strip_trailing_slashes): Likewise.
43589         * lib/same.c (base_name): Likewise.
43590         * lib/stripslash.c (ISSLASH): Likewise.
43591
43592         * lib/addext.c: Include <dirname.h> after size_t is defined.
43593         * lib/backupfile.c: Likewise.
43594
43595         * lib/addext.c (addext): Use base_len to trim redundant
43596         trailing slashes instead of doing it ourselves.
43597         But do not trim the last slash if it is not redundant.
43598
43599         * lib/backupfile.c (find_backup_file_name,
43600         max_backup_version): Use base_len instead of rolling it ourselves.
43601         Handle the case of "" and (on DOS) "C:" correctly.
43602
43603         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
43604         needed. Include <string.h>, <dirname.h>.
43605         (base_name): Allow file names ending in slashes, other than names
43606         that are all slashes.  In this case, return the basename followed
43607         by the slashes.  This is more general, and can be used in places
43608         where the original base_name purposely had an assertion failure.
43609         (base_len): New function.
43610
43611         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
43612         Do not include <assert.h>; no longer needed.
43613         Include xalloc.h.
43614         (memrchr): Remove decl.
43615         (dir_name_r): Remove.
43616         (dir_len): Renamed from dirlen.  All callers changed.
43617         Rewrite in terms of base_name, for simplicity and consistency.
43618         (dir_name): Never return NULL.  All callers changed.
43619         Do not include <stdlib.h> in test program; no longer needed.
43620         return 0; is fine for test program.
43621
43622         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
43623         New macros.
43624         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
43625
43626         * lib/path-concat.c (path_concat): Use base_len to compute
43627         base length, not strlen; this means we cannot rely on memcpy
43628         to null-terminate.
43629
43630         * lib/same.c (STREQ): Remove.
43631         (same_name): Handle the case where the basename ends in trailing '/'.
43632
43633         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
43634         a slash was stripped.  Do not strip the last slash after a
43635         file system prefix.
43636
43637 2001-05-11  Paul Eggert  <eggert@twinsun.com>
43638
43639         * lib/Makefile.am (libfetish_a_SOURCES):
43640         Add strftime.c, since we now compile it on all hosts.
43641
43642         * lib/strftime.c (my_strftime):
43643         Define to nstrftime if emacs, but only if my_strftime is not defined.
43644         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
43645         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
43646         Add one more extra argument: a nanoseconds value.
43647         All uses changed.
43648         (ns): New macro.
43649         (my_strftime function): Add %N format.
43650         (emacs_strftimeu): Renamed from emacs_strftime,
43651         with extra ut argument.
43652
43653 2001-05-09  Paul Eggert  <eggert@twinsun.com>
43654
43655         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
43656
43657 2001-04-21  Jim Meyering  <meyering@lucent.com>
43658
43659         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
43660         doesn't interfere.
43661
43662 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
43663
43664         * m4/ftruncate.m4: Check for chsize.
43665         Link with ftruncate.o unconditionally if ftruncate is missing.
43666         This was required when cross-compiling to i586-mingw32msvc.
43667
43668 2001-04-08  Jim Meyering  <meyering@lucent.com>
43669
43670         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
43671         recomputed; that's necessary when the offset spans a DST transition.
43672         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
43673
43674 2001-04-02  Jim Meyering  <meyering@lucent.com>
43675
43676         * lib/regex.h, regex.c: Update from GNU libc.
43677
43678 2001-03-24  Jim Meyering  <meyering@lucent.com>
43679
43680         * m4/jm-macros.m4: Require autoconf-2.49d.
43681
43682 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
43683
43684         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
43685
43686 2001-03-19  Paul Eggert  <eggert@twinsun.com>
43687
43688         * lib/version-etc.c (version_etc_copyright): Update to 2001.
43689
43690 2001-03-17  Jim Meyering  <meyering@lucent.com>
43691
43692         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
43693         now that the version in autoconf is equivalent.
43694         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
43695
43696         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
43697         Suggestion from Akim Demaille.
43698
43699         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
43700         (jm_PREREQ_TEMPNAME): New function.
43701
43702 2001-03-16  Paul Eggert  <eggert@twinsun.com>
43703
43704         * lib/tempname.c (uint64_t): Define to uintmax_t if
43705         not defined, and if UINT64_MAX is not defined.
43706         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
43707         Reported by John David Anglin.
43708
43709 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
43710
43711         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
43712         resolve alias if codeset is empty.
43713         * lib/config.charset (BeOS): Use wildcard syntax.
43714
43715 2001-03-13  Jim Meyering  <meyering@lucent.com>
43716
43717         * lib/path-concat.c (path_concat)
43718         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
43719         concatenating e.g., `C:' and `foo'.
43720         From Bruno Haible.
43721
43722 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
43723
43724         * lib/localcharset.c (locale_charset): Don't use
43725         setlocale(LC_CTYPE,NULL). Don't return NULL.
43726         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
43727
43728 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
43729
43730         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
43731         support for DOS/DJGPP.
43732
43733 2001-03-01  Paul Eggert  <eggert@twinsun.com>
43734
43735         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
43736         lacks mkstemp.  Compile our own tempname.c if we compile our own
43737         mkstemp.c, as mkstemp relies on tempname.
43738
43739 2001-03-01  Jim Meyering  <meyering@lucent.com>
43740
43741         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
43742         AH_VERBATIM really does output its argument verbatim.
43743
43744 2001-02-28  Paul Eggert  <eggert@twinsun.com>
43745
43746         * lib/Makefile.am (libfetish_a_SOURCES):
43747         Add dup-safer.c, fopen-safer.c.
43748         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
43749
43750         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
43751         * lib/unistd-safer.h: New files.
43752
43753 2001-02-25  Paul Eggert  <eggert@twinsun.com>
43754
43755         The mkstemp replacement is taken from glibc 2.2.2, with some
43756         portability fixes for use outside glibc, as follows:
43757
43758         * lib/tempname.c (struct_stat64): New macro.
43759         (direxists, __gen_tempname): Use it.
43760         This avoids a portability problem with Solaris 8.
43761
43762         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
43763         (<stddef.h>, <stdint.h>, <string.h>):
43764         Include only if STDC_HEADERS || _LIBC.
43765         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
43766         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
43767         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
43768         (__set_errno): Define this macro if <errno.h> doesn't.
43769         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
43770         Define these macros if <stdio.h> doesn't.
43771         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
43772         Define these macros if <sys/stat.h>
43773         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
43774         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
43775         __xstat64): Define if not _LIBC.
43776         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
43777         (__gen_tempname): Invoke gettimeofday only if
43778         HAVE_GETTIMEOFDAY || _LIBC;
43779         otherwise, fall back on plain "time".
43780         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
43781
43782         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
43783
43784         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
43785
43786 2001-02-18  Paul Eggert  <eggert@twinsun.com>
43787
43788         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
43789
43790 2001-02-17  Paul Eggert  <eggert@twinsun.com>
43791
43792         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
43793         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
43794         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
43795         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
43796
43797 2001-02-17  Paul Eggert  <eggert@twinsun.com>
43798
43799         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
43800         Remove workaround macros for hosts that have mbrtowc but not
43801         mbstate_t, as we now insist on proper declarations for both
43802         before using mbrtowc.
43803
43804 2001-02-17  Jim Meyering  <meyering@lucent.com>
43805
43806         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
43807         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
43808         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
43809         UnixWare 7.1.1.
43810
43811         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
43812         rather than AC_CACHE_VAL.
43813
43814 2001-02-17  Jim Meyering  <meyering@lucent.com>
43815
43816         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
43817         around included file name.
43818
43819         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
43820
43821         * lib/strftime.c: Update from GNU libc (the only changes were to
43822         comments).
43823
43824 2001-02-17  Jim Meyering  <meyering@lucent.com>
43825
43826         * lib/regex.c: Update from libc.
43827
43828 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
43829
43830         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
43831         clash.
43832
43833 2001-02-16  Paul Eggert  <eggert@twinsun.com>
43834
43835         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
43836         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
43837         Reported by Mark Hounschell via Paul Eggert.
43838
43839 2001-02-07  Jim Meyering  <meyering@lucent.com>
43840
43841         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
43842
43843 2001-02-05  Jim Meyering  <meyering@lucent.com>
43844
43845         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
43846         it includes the patch required for `large file' support with at least
43847         HP-UX's 10.20 /bin/cc.
43848
43849 2001-02-03  Jim Meyering  <meyering@lucent.com>
43850
43851         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
43852         AS_IF, now that it works once again (mysteriously).
43853         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
43854
43855 2001-01-30  Jim Meyering  <meyering@lucent.com>
43856
43857         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
43858         * m4/chown.m4: Rename conftestchown to conftest.chown.
43859         * m4/rename.m4: s/conftestdir/conftest.d1/ and
43860         s/conftestdir2/conftest.d2/.
43861         * m4/utimes.m4: s/conftestdata/conftest.data/
43862         Inspired by Pavel Roskin's change in autoconf.
43863
43864 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
43865
43866         * lib/config.charset: Update for FreeBSD 4.2.
43867
43868 2001-01-27  Jim Meyering  <meyering@lucent.com>
43869
43870         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
43871         a use of AS_IF.
43872         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
43873
43874 2001-01-26  Jim Meyering  <meyering@lucent.com>
43875
43876         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
43877         quotearg.c includes it.
43878
43879 2001-01-26  Jim Meyering  <meyering@lucent.com>
43880
43881         * lib/quotearg.c: Include stddef.h.
43882         * lib/quote.c: Include stddef.h.
43883         Reported by Axel Kittenberger.
43884
43885         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
43886         line in double quotes so that it evokes a better diagnostic.
43887         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
43888         Reported by Axel Kittenberger.
43889
43890 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
43891
43892         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
43893         as if it was a `charset'.
43894
43895 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
43896
43897         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
43898         has const.
43899
43900 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
43901
43902         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
43903         to avoid a warning.  Add back 'const' to inptr.
43904
43905 2001-01-20  Jim Meyering  <meyering@lucent.com>
43906
43907         Be sure that headers are checked before used in code compiled
43908         for the type checks.
43909         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
43910         In place of that, invoke jm_CHECK_ALL_TYPES.
43911         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
43912         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
43913         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
43914         The check for ssize_t was mistakenly run before the test for unistd.h.
43915
43916         The configure-time check for stdbool.h was missing.
43917         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
43918         (jm_PREREQ_HASH): New function.
43919
43920 2001-01-17  Jim Meyering  <meyering@lucent.com>
43921
43922         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
43923         for autoconf-2.49c.
43924         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
43925
43926 2001-01-16  Jim Meyering  <meyering@lucent.com>
43927
43928         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
43929         From Bruno Haible.
43930
43931 2001-01-14  Jim Meyering  <meyering@lucent.com>
43932
43933         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
43934         foo and bar.  Create conftestdir/ in the script, not in the C code.
43935         Remove directories in the script, not in the C code.
43936         Remove conftestdir{,2} before trying to create the directory.
43937         Make the entire configure script fail if the mkdir fails.
43938
43939 2001-01-14  Jim Meyering  <meyering@lucent.com>
43940
43941         * lib/rename.c: New file.  From Volker Borchert.
43942         Include stdlib.h, string.h or strings.h, and xalloc.h.
43943         Use strip_trailing_slashes rather than open-coding it.
43944
43945 2001-01-03  Paul Eggert  <eggert@twinsun.com>
43946
43947         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
43948
43949 2001-01-03  Jim Meyering  <meyering@lucent.com>
43950
43951         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
43952         of local `inptr' to avoid warning with some system declarations of
43953         iconv.
43954
43955 2001-01-02  Volker Borchert  <bt@teknon.de>
43956
43957         * m4/rename.m4: New file.
43958         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
43959
43960 2001-01-01  Jim Meyering  <meyering@lucent.com>
43961
43962         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
43963         even on systems with utmpx.h.  It's necessary for the declaration of
43964         utmp's ut_user member.  Reported by Andreas Jaeger.
43965
43966         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
43967         available. They are required for the declarations of getgrgid and
43968         getpwuid resp.
43969         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
43970         Reported by Andreas Jaeger.
43971
43972 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
43973
43974         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
43975         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
43976         so `make install' also works in VPATH builds.
43977
43978 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
43979
43980         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
43981         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
43982         can be used in subdirectories.
43983
43984 2000-12-29  Paul Eggert  <eggert@twinsun.com>
43985
43986         * lib/modechange.c: Do not assume that mode_t uses the
43987         traditional octal encoding.  E.g. "chmod 1 FOO" should set
43988         the other-execute bit of FOO even if S_IXOTH != 1.
43989
43990         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
43991         WOTH, XOTH, ALLM): New macros.
43992         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
43993          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
43994         Use them.
43995         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
43996         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
43997         (mode_compile):
43998         No need to use uintmax_t; unsigned long is long enough.
43999         Don't bother to get suffix since we don't use it.
44000
44001 2000-12-26  Jim Meyering  <meyering@lucent.com>
44002
44003         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
44004         better with autoheader.
44005
44006 2000-12-24  Jim Meyering  <meyering@lucent.com>
44007
44008         * lib/hash.c (is_prime): Return explicit boolean values.
44009         (hash_get_first): Return NULL to appease Irix5.6's 89.
44010         Reported by Nelson Beebe.
44011
44012 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
44013
44014         * lib/localcharset.c (locale_charset): Add support for Win32.
44015
44016 2000-12-18  Paul Eggert  <eggert@twinsun.com>
44017
44018         * lib/physmem.h, lib/physmem.c: New files.
44019
44020         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
44021         (noinst_HEADERS): Add physmem.h.
44022
44023         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
44024         't' for compatibility with Solaris 8 sort.
44025
44026 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
44027
44028         * lib/config.charset: Add support for BeOS.
44029
44030 2000-12-17  Jim Meyering  <meyering@lucent.com>
44031
44032         * m4/dos.m4 (jm_AC_DOS): New file and macro.
44033         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
44034
44035 2000-12-16  Jim Meyering  <meyering@lucent.com>
44036
44037         This bug had a serious impact on chown: `chown N:M FILE' (for integer
44038         N and M) would have treated it like `chown N:N FILE'.
44039
44040         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
44041
44042 2000-12-16  Jim Meyering  <meyering@lucent.com>
44043
44044         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
44045         SHELLS_FILE to a file name that's useful on djgpp systems.
44046         Include stdlib.h.
44047         (ADDITIONAL_DEFAULT_SHELLS): Define.
44048         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
44049         Based mostly on a patch from Prashant TR.
44050
44051 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
44052
44053         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
44054         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
44055         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
44056
44057 2000-12-08  Andreas Schwab  <schwab@suse.de>
44058
44059         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
44060         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
44061
44062 2000-12-07  Jim Meyering  <meyering@lucent.com>
44063
44064         * lib/stripslash.c (ISSLASH): Define.
44065         (strip_trailing_slashes): Use ISSLASH rather than comparing against
44066         `/'.
44067         From Prashant TR.
44068
44069         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
44070         (dir_name_r): Declare this function as static.
44071         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
44072         manifest itself on a name containing a mix of slashes and
44073         backslashes.
44074         Make this function work with names starting with a DOS-style
44075         drive letter and colon prefix.
44076         (dir_name): Append `.' if necessary.
44077         Based mostly on patches from Prashant TR and Eli Zaretskii.
44078
44079         * lib/dirname.h (dir_name_r): Remove prototype.
44080
44081 2000-12-06  Paul Eggert  <eggert@twinsun.com>
44082
44083         * m4/off_t-format.m4: Remove this file.
44084         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
44085
44086 2000-12-06  Jim Meyering  <meyering@lucent.com>
44087
44088         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
44089         replacement strtoull, we may well need the replacement strtoul, too.
44090         Check for declarations of strtoul and strtoull.
44091         Check for strtol.  Mainly as a cue to cause automake to include
44092         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
44093         Check for limits.h -- strtol.c needs it.
44094
44095 2000-12-05  Jim Meyering  <meyering@lucent.com>
44096
44097         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
44098
44099 2000-12-04  Jim Meyering  <meyering@lucent.com>
44100
44101         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
44102         Also include memory.h, stdlib.h, unistd.h if appropriate.
44103         Reported by Andreas Jaeger (conflicting declaration of malloc).
44104
44105 2000-12-02  Jim Meyering  <meyering@lucent.com>
44106
44107         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
44108         * m4/jm-macros.m4 (jm_MACROS): require it.
44109
44110 2000-12-02  Jim Meyering  <meyering@lucent.com>
44111
44112         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
44113
44114 2000-12-01  Paul Eggert  <eggert@twinsun.com>
44115
44116         * lib/memrchr.c: Include <config.h> before any system include file.
44117
44118 2000-11-30  Jim Meyering  <meyering@lucent.com>
44119
44120         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
44121
44122 2000-11-30  Jim Meyering  <meyering@lucent.com>
44123
44124         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
44125
44126 2000-11-29  Paul Eggert  <eggert@twinsun.com>
44127
44128         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
44129
44130 2000-11-26  Jim Meyering  <meyering@lucent.com>
44131
44132         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
44133
44134 2000-11-22  Paul Eggert  <eggert@twinsun.com>
44135
44136         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
44137         size of (size_t) -1; it's not portable.
44138
44139 2000-11-17  Jim Meyering  <meyering@lucent.com>
44140
44141         * lib/strstr.c: Update from GNU libc.
44142
44143 2000-11-17  Akim Demaille  <akim@epita.fr>
44144
44145         * lib/obstack.h: Formatting changes.
44146         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
44147         prevent type checking.
44148         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
44149         cast the value to (void *): assigning a `foo *' to a `void *'
44150         variable is valid.
44151         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
44152
44153 2000-11-16  Jim Meyering  <meyering@lucent.com>
44154
44155         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
44156
44157 2000-11-11  Jim Meyering  <meyering@lucent.com>
44158
44159         * lib/error.c: Add a couple #includes, merging from GNU libc version.
44160
44161 2000-11-10  Jim Meyering  <meyering@lucent.com>
44162
44163         * lib/obstack.h: Update from GNU libc.
44164         * lib/obstack.c: Likewise.
44165
44166 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
44167
44168         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
44169
44170 2000-11-06  Paul Eggert  <eggert@twinsun.com>
44171
44172         * lib/getusershell.c (setusershell): Use rewind rather than
44173         fseek/fseeko, to avoid configuration hassles with fseeko.
44174         Don't bother opening SHELLS_FILE if shellstream is NULL;
44175         it's not necessary.
44176
44177 2000-11-05  Jim Meyering  <meyering@lucent.com>
44178
44179         * lib/makepath.h (make_dir): Declare.
44180         * lib/makepath.c (make_dir): Remove `static' attribute.
44181         Tweak a comment.
44182
44183 2000-11-04  Jim Meyering  <meyering@lucent.com>
44184
44185         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
44186
44187 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
44188
44189         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
44190         last one in a bucket, advance to the next bucket.
44191
44192 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
44193
44194         * lib/fnmatch.c: Do not comment out all the code if we are using
44195         the GNU C library, because in some cases we are replacing buggy
44196         code in the GNU C library itself.
44197
44198 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
44199
44200         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
44201         (regex_compile): Catch bogus \(\1\).
44202
44203 2000-10-30  Paul Eggert  <eggert@twinsun.com>
44204
44205         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
44206         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
44207         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
44208
44209 2000-10-30  Paul Eggert  <eggert@twinsun.com>
44210
44211         * lib/error.h, getline.h, modechange.h:
44212         Remove "2000" from Copyright line, as the file hasn't been
44213         changed this year other than in the copyright notice.
44214
44215         * lib/xalloc.h: Add "2000" to Copyright line, as this file
44216         was changed this year.
44217
44218 2000-10-29  Jim Meyering  <meyering@lucent.com>
44219
44220         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
44221         renaming.
44222         * m4/ls-mntd-fs.m4: Likewise
44223
44224 2000-10-29  Jim Meyering  <meyering@lucent.com>
44225
44226         * lib/xstat.in: Fix grammar in comment.
44227
44228 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
44229
44230         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
44231         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
44232         doesn't define __restrict_arr.
44233
44234 2000-10-28  Jim Meyering  <meyering@lucent.com>
44235
44236         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
44237         (jm_PREREQ_MEMCHR): New function.
44238
44239 2000-10-28  Jim Meyering  <meyering@lucent.com>
44240
44241         * lib/memchr.c: Update from libc.
44242         Adjust for portability:
44243         [HAVE_STDLIB_H]: Include stdlib.h.
44244         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
44245         Undef __memchr, too.
44246         [!weak_alias]: Define __memchr to memchr.
44247
44248         * lib/regex.c: Update from libc.
44249         * lib/regex.h: Likewise.
44250         * lib/getopt1.c: Likewise.
44251         * lib/memcmp.c: Likewise.
44252
44253         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
44254         Avoid using fseek, when possible -- it's broken by design.
44255         Patch by Ulrich Drepper.
44256
44257 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
44258
44259         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
44260         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
44261         Giving in to popular pressure to shut up the compiler with casts.
44262
44263 2000-10-26  Jim Meyering  <meyering@lucent.com>
44264
44265         * lib/strftime.c: Update from libc.
44266
44267 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
44268
44269         * regex.c: More `unsigned char' -> `re_char' changes.
44270         Also change several `int' into `re_wchar_t'.
44271         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
44272         (PUSH_FAILURE_POINTER): Don't cast any more.
44273         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
44274         We want GCC to complain, since this piece of code makes
44275         re_match non-reentrant, which *should* be fixed.
44276         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
44277         (EXTEND_BUFFER): Use RETALLOC.
44278         (SET_LIST_BIT): Don't cast.
44279         (re_wchar_t): New type.
44280         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
44281         that those two functions will always properly return.
44282         (IMMEDIATE_QUIT_CHECK): Cast to void.
44283         (analyse_first): Use recursion rather than an explicit stack.
44284         (re_compile_fastmap): Can't fail anymore.
44285         (re_search_2): Don't check re_compile_fastmap for failure.
44286         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
44287         Now also sets the new value (passed in a new argument).
44288         (re_match_2_internal): Use it.
44289         Also, use a new var `reg' of type size_t when looping through regs
44290         rather than reuse the inappropriate `mcnt'.
44291
44292 2000-10-25  Jim Meyering  <meyering@lucent.com>
44293
44294         * lib/obstack.c: Update from libc.
44295
44296 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
44297
44298         * regex.c (regex_compile): Change the way of handling a range from
44299         a char less than 256 to a char not less than 256.
44300
44301 2000-10-24  Andrew Innes  <andrewi@gnu.org>
44302
44303         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
44304         NT-Emacs only.
44305         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
44306         so that re_search functions only quit when callers expect them to.
44307
44308 2000-10-23  Jim Meyering  <meyering@lucent.com>
44309
44310         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
44311         wrong.  That set_locale call must not have any side effects.
44312         From Paul Eggert.
44313
44314 2000-10-22  Jim Meyering  <meyering@lucent.com>
44315
44316         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
44317         [CYCLIC]: Remove now-unused definition.
44318
44319         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
44320         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
44321         Suggestion from Ulrich Drepper.
44322
44323 2000-10-21  Jim Meyering  <meyering@lucent.com>
44324
44325         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
44326         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
44327         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
44328
44329 2000-10-21  Jim Meyering  <meyering@lucent.com>
44330
44331         * lib/dirname.c (memrchr): Declare if necessary.
44332         (dir_name): Remove the restriction that there be no
44333         trailing slashes.  Now, this code skips past them, effectively
44334         ignoring them.
44335         [TEST_DIRNAME] (main): New unit tests.
44336
44337         * lib/memrchr.c: New file from GNU libc.
44338         Undef __memrchr, too.
44339         [!weak_alias]: Define __memrchr to memrchr.
44340         Guard weak_alias use with `#ifdef weak_alias'.
44341
44342 2000-10-21  Jim Meyering  <meyering@lucent.com>
44343
44344         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
44345         (dir_name): Use dir_name_r.
44346         * lib/dirname.h (dir_name_r): Declare it.
44347
44348 2000-10-17  Jim Meyering  <meyering@lucent.com>
44349
44350         * lib/quote.h (PARAMS): Define and use.
44351         Reported by Akim Demaille.
44352
44353         * lib/getopt.c: Update from libc.
44354
44355 2000-10-16  Jim Meyering  <meyering@lucent.com>
44356
44357         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
44358         setlocale.
44359         From Jan Fedak.
44360
44361 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
44362
44363         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
44364
44365 2000-09-25  Jim Meyering  <meyering@lucent.com>
44366
44367         * lib/md5.h (rol): Define (from GnuPG).
44368
44369         * lib/sha.c: Give credit (GnuPG) where due.
44370         (M): Use rol rather than open-coding it.
44371         Add a FIXME comment.
44372
44373 2000-09-21  Jim Meyering  <meyering@lucent.com>
44374
44375         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
44376         Reported by Michael Stone.
44377
44378 2000-09-20  Jim Meyering  <meyering@lucent.com>
44379
44380         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
44381         (noinst_HEADERS): Add sha.h.
44382         Based on code from Scott G. Miller and from GnuPG.
44383
44384 2000-09-18  Jim Meyering  <meyering@lucent.com>
44385
44386         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
44387         LIBS. Otherwise, everyone ends up linking with -lelf for some
44388         configurations.
44389         Reported by Mike Stone.
44390
44391 2000-09-15  Jim Meyering  <meyering@lucent.com>
44392
44393         * lib/regex.c: Update from libc.
44394
44395 2000-09-10  Jim Meyering  <meyering@lucent.com>
44396
44397         * lib/getopt.c (_getopt_internal): Update from glibc.
44398
44399 2000-09-09  Jim Meyering  <meyering@lucent.com>
44400
44401         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
44402         think it should be used as a general replacement for isascii.
44403         * lib/fnmatch.c: Likewise.
44404         * lib/mbswidth.c: Likewise
44405         * lib/regex.c: Likewise.
44406
44407         Don't use atoi.
44408         * lib/userspec.c: Include sys/param.h and limits.h.
44409         Include xstrtol.h.
44410         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
44411         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
44412         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
44413         UID, GID.  Check range.
44414
44415 2000-09-06  Jim Meyering  <meyering@lucent.com>
44416
44417         * lib/getopt.c (_getopt_internal): Update from glibc.
44418
44419 2000-08-30  Jim Meyering  <meyering@lucent.com>
44420
44421         * lib/strftime.c: Merge in changes from GNU libc.
44422
44423 2000-08-26  Jim Meyering  <meyering@lucent.com>
44424
44425         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
44426         * m4/fpending.m4: New file.
44427
44428 2000-08-26  Jim Meyering  <meyering@lucent.com>
44429
44430         * lib/closeout.c: Include "__fpending.h".
44431         (close_stdout_status): Return right away if there's nothing to flush.
44432
44433         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
44434         * lib/__fpending.c: New file.
44435         * lib/__fpending.h: New file.
44436
44437 2000-08-20  Jim Meyering  <meyering@lucent.com>
44438
44439         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
44440         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
44441         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
44442
44443 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
44444
44445         Improve fileutils installation on systems where running
44446         programs (like install) can't be unlinked.
44447         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
44448         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
44449
44450 2000-08-07  Paul Eggert  <eggert@twinsun.com>
44451
44452         Standardize on "memory exhausted" instead of "Memory exhausted"
44453         or "virtual memory exhausted".
44454         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
44455         "virtual memory exhausted".
44456         * lib/same.c (same_name): Invoke xalloc_die instead of printing
44457         our own message.
44458         * lib/userspec.c (parse_user_spec): Likewise.
44459         * lib/bumpalloc.h: comment fix
44460         * lib/same.c, userspec.c: Include xalloc.h.
44461
44462         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
44463         not char *const and pointing to a constant array.
44464         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
44465         (xrealloc): Comment fix.
44466
44467         * lib/userspec.c (parse_user_spec):
44468         Don't translate a message until just before returning,
44469         to avoid unnecessary translation.
44470
44471 2000-08-07  Jim Meyering  <meyering@lucent.com>
44472
44473         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
44474         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
44475         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
44476         getgroups.c, gethostname.c, getopt.h, group-member.c,
44477         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
44478         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
44479         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
44480         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
44481         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
44482         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
44483         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
44484         yesno.c: Back out Copyright date changes for each file with no change
44485         this year.  This eases coordination with other programs using the same
44486         source code modules.  From Paul Eggert.
44487
44488 2000-08-06  Paul Eggert  <eggert@twinsun.com>
44489
44490         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
44491         not char, for compatibility with glibc 2.1.3 strftime.c.
44492
44493 2000-08-03  Greg McGary  <greg@mcgary.org>
44494
44495         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
44496         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
44497         (EXTEND_BUFFER): Use them.
44498
44499 2000-08-01  Jim Meyering  <meyering@lucent.com>
44500
44501         * lib/dirname.c (ISSLASH): Define.
44502         (BACKSLASH_IS_PATH_SEPARATOR): Define.
44503         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
44504         both `\' and `/' may be use as path separators.
44505         Based on a patch from Prashant TR.
44506
44507 2000-07-31  Paul Eggert  <eggert@twinsun.com>
44508
44509         * lib/quotearg.c (quotearg_n_options): Don't make the initial
44510         slot vector a constant, since it might get modified.
44511
44512 2000-07-31  Jim Meyering  <meyering@lucent.com>
44513
44514         * lib/xmalloc.c: Use `virtual memory exhausted', not
44515         `Memory exhausted'.
44516         * lib/obstack.c (print_and_abort): Likewise.
44517
44518 2000-07-30  Paul Eggert  <eggert@twinsun.com>
44519
44520         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
44521         buffer, so that the caller can always quote one small
44522         component of a "memory exhausted" message in slot 0.
44523         From a suggestion by Jim Meyering.
44524
44525 2000-07-30  Jim Meyering  <meyering@lucent.com>
44526
44527         * lib/makepath.c (make_path): Quote the other instance, too.
44528
44529         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
44530         (STATIC_BUF_SIZE): Define.
44531         (quotearg_n_options): Use only statically allocated storage when
44532         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
44533         than STATIC_BUF_SIZE.
44534
44535 2000-07-29  Jim Meyering  <meyering@lucent.com>
44536
44537         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
44538         * lib/dirname.c (dir_name): Likewise.
44539
44540         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
44541         `/'.
44542
44543         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
44544         (dir_name): Assert that there are no trailing slashes.
44545
44546 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
44547
44548         * lib/mbswidth.h (mbswidth): Add a flags argument.
44549         (mbswidth): New declaration.
44550         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
44551         * lib/mbswidth.c (mbswidth): Add a flags argument.
44552         (mbsnwidth): New function.
44553
44554 2000-07-24  Jim Meyering  <meyering@lucent.com>
44555
44556         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
44557
44558 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44559
44560         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
44561
44562 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44563
44564         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
44565         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
44566         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
44567         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
44568         invoke multibyte primitives.
44569
44570 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44571
44572         * lib/quotearg.c:
44573         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
44574         so that mbstate_t is always defined.
44575
44576         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
44577         be 1 in at least one GCC installation, and this configuration
44578         error is likely to be common.  Ignoring MB_LEN_MAX hurts
44579         performance on hosts that have mbrtowc but have only unibyte
44580         locales, but I assume these hosts are rare.
44581
44582 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44583
44584         * lib/mbswidth.c (_XOPEN_SOURCE):
44585         Don't define; this causes problems on Solaris 7.
44586         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
44587
44588 2000-07-23  Jim Meyering  <meyering@lucent.com>
44589
44590         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
44591         too: getgrgid, getpwuid, getuid.
44592
44593 2000-07-23  Jim Meyering  <meyering@lucent.com>
44594
44595         * lib/basename.c (base_name): Add an assertion.
44596
44597 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
44598
44599         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
44600         shadow its mbsinit function.
44601
44602 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
44603
44604         * lib/mbswidth.h: New file.
44605         * lib/mbswidth.c: New file.
44606         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
44607         (noinst_HEADERS): Add mbswidth.h.
44608
44609 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
44610
44611         * lib/config.charset: Add support for FreeBSD. Improve support for
44612         HP-UX and IRIX 6.
44613
44614 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
44615
44616         * m4/mbswidth.m4: New file.
44617         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
44618
44619 2000-07-15  Jim Meyering  <meyering@lucent.com>
44620
44621         * lib/makepath.c: Include quote.h.
44622         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
44623         corresponding argument in a `quote (...)' call.
44624         Give better diagnostics.
44625
44626         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
44627         (noinst_HEADERS): Add quote.h.
44628
44629         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
44630         from tar's src/misc.c.
44631         * lib/quote.h: New file.  Prototypes for same.
44632
44633 2000-07-14  Paul Eggert  <eggert@twinsun.com>
44634
44635         From a suggestion by Bruno Haible.
44636         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
44637         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
44638         to decide whether to define the BeOS workaround macro;
44639         this adjusts to the change to AC_MBSTATE_T.
44640
44641 2000-07-14  Jim Meyering  <meyering@lucent.com>
44642
44643         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
44644         jm_AC_TYPE_UINTMAX_T.
44645
44646 2000-07-13  Paul Eggert  <eggert@twinsun.com>
44647
44648         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
44649
44650         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
44651         quotearg_buffer_restyled): Add support for
44652         clocale_quoting_style.  Undo previous change to
44653         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
44654         and "{RIGHT QUOTATION MARK}" msgids.
44655
44656 2000-07-10  Paul Eggert  <eggert@twinsun.com>
44657
44658         From a suggestion by Bruno Haible.
44659         * m4/mbstate_t.m4 (AC_MBSTATE_T):
44660         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
44661         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
44662         and mbstate_t, to a single-part test that simply defines mbstate_t.
44663         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
44664         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
44665
44666 2000-07-10  Jim Meyering  <meyering@lucent.com>
44667
44668         * m4/strerror_r.m4: Mirror the correction made in autoconf.
44669
44670         * m4/gnu-source.m4: Output to confdefs.h directly.
44671         Suggestion from Akim Demaille.
44672
44673 2000-07-09  Paul Eggert  <eggert@twinsun.com>
44674
44675         The old behavior of quoting `like this' doesn't look good with
44676         newer, ISO-style fonts.  See:
44677         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
44678
44679         Instead, quote "like this" by default.  Let the translator
44680         tailor the locale-specific quoting behavior by providing
44681         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
44682
44683         * lib/quotearg.c (N_): New macro.
44684         (gettext_default): New function.
44685         (quotearg_buffer_restyled): Use
44686         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
44687         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
44688
44689 2000-07-09  Jim Meyering  <meyering@lucent.com>
44690
44691         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
44692         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
44693
44694         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
44695         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
44696
44697 2000-07-09  Jim Meyering  <meyering@lucent.com>
44698
44699         * lib/Most files: Update copyright dates to include 2000.
44700
44701 2000-07-08  Jim Meyering  <meyering@lucent.com>
44702
44703         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
44704         if not defined.
44705         (xgethostname): Remove now-unnecessary #ifdef.
44706         Move declaration of `err' into loop where it's used.
44707
44708 2000-07-05  Paul Eggert  <eggert@twinsun.com>
44709         and Bruno Haible  <haible@clisp.cons.org>
44710
44711         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
44712         only if the test for an object-type mbstate_t fails.  This
44713         prevents us from mistakenly reporting that mbstate_t is a
44714         system object type after we "#define mbstate_t int" to work
44715         around its lack.
44716
44717 2000-07-05  Paul Eggert  <eggert@twinsun.com>
44718         and Bruno Haible  <haible@clisp.cons.org>
44719
44720         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
44721
44722 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44723
44724         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
44725         to strerror_r.
44726         Include <ctype.h> for use of isalpha.
44727
44728 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44729
44730         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
44731         by allocating a larger buffer. Test the gethostname return value for
44732         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
44733         returns an error and ENAMETOOLONG isn't defined.
44734
44735 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44736
44737         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
44738         dimension.
44739
44740 2000-07-04  Jim Meyering  <meyering@lucent.com>
44741
44742         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
44743         of the deprecated AC_CHECKING.
44744
44745 2000-07-04  Jim Meyering  <meyering@lucent.com>
44746
44747         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
44748         Reported by Bruno Haible.
44749
44750 2000-07-04  Jim Meyering  <meyering@lucent.com>
44751
44752         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
44753         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
44754         lacks mbrtowc.
44755
44756 2000-07-03  Paul Eggert  <eggert@twinsun.com>
44757
44758         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
44759         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
44760
44761 2000-07-03  Paul Eggert  <eggert@twinsun.com>
44762         and Bruno Haible  <haible@clisp.cons.org>
44763
44764         * lib/quotearg.c (mbrtowc):
44765         Assign to *pwc, and return 1 only if result is nonzero.
44766         (iswprint): Use ISPRINT when substituting our own mbrtowc.
44767
44768 2000-07-03  Jim Meyering  <meyering@lucent.com>
44769
44770         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
44771
44772 2000-07-03  Jim Meyering  <meyering@lucent.com>
44773
44774         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
44775         This is necessary to get a definition of e.g., UTMP_FILE on
44776         HP-UX 10.20.
44777         From Bob Proulx.
44778
44779 2000-07-02  Jim Meyering  <meyering@lucent.com>
44780
44781         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
44782
44783         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
44784         AC_LIBOBJ(function_name).
44785         * m4/chown.m4: Likewise.
44786         * m4/fnmatch.m4: Likewise.
44787         * m4/ftruncate.m4: Likewise.
44788         * m4/getgroups.m4: Likewise.
44789         * m4/getline.m4: Likewise.
44790         * m4/group-member.m4: Likewise.
44791         * m4/jm-macros.m4: Likewise.
44792         * m4/lstat.m4: Likewise.
44793         * m4/malloc.m4: Likewise.
44794         * m4/memcmp.m4: Likewise.
44795         * m4/nanosleep.m4: Likewise.
44796         * m4/putenv.m4: Likewise.
44797         * m4/realloc.m4: Likewise.
44798         * m4/regex.m4: Likewise.
44799         * m4/stat.m4: Likewise.
44800         * m4/strftime.m4: Likewise.
44801
44802 2000-07-02  Jim Meyering  <meyering@lucent.com>
44803
44804         * lib/quotearg.c (mbstate_t): Don't define here.
44805
44806 2000-07-02  Jim Meyering  <meyering@lucent.com>
44807
44808         * lib/nanosleep.c (SIGCONT): Define if not already defined.
44809
44810 2000-07-01  Jim Meyering  <meyering@lucent.com>
44811
44812         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
44813
44814 2000-07-01  Jim Meyering  <meyering@lucent.com>
44815
44816         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
44817         problem.
44818
44819 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
44820
44821         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
44822         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
44823
44824 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
44825
44826         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
44827         per change in ../m4/ls-mntd-fs.m4.
44828         (read_filesystem_list): Ignore symbolic links.
44829
44830 2000-06-29  Jim Meyering  <meyering@lucent.com>
44831
44832         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
44833         for declaration of strcmp.
44834
44835         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
44836
44837         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
44838         Avoid warning by casting result to `char *' to remove `const'.
44839
44840 2000-06-28  Jim Meyering  <meyering@lucent.com>
44841
44842         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
44843         included by quotearg.c, for which we perform this test.  From
44844         Bruno Haible.
44845
44846 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
44847
44848         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
44849         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
44850         <utmpx.h> exists, put readutmp.o into LIBOBJS.
44851
44852 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
44853
44854         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
44855
44856 2000-06-26  Paul Eggert  <eggert@twinsun.com>
44857
44858         savedir now sets errno on failure and invokes xmalloc to get memory.
44859         Fix a couple of other minor bugs while we're at it.
44860
44861         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
44862         (NAMLEN): Remove macro.
44863         (malloc, realloc): Remove decls.
44864         (stpcpy): Likewise.
44865         ("xalloc.h"): Include.
44866         (NAME_SIZE_DEFAULT): New macro.
44867         (savedir): Use xmalloc / xrealloc to allocate memory.
44868         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
44869         Skip "" directory entries.
44870         Use strlen to calculate directory entry length, since the old method
44871         is rarely used these days and isn't worth supporting.
44872         Don't use a pointer after freeing it.
44873         Check for integer overflow when calculating allocation size.
44874         Use memcpy to copy entries, instead of stpcpy.
44875         Set errno properly when returning NULL.
44876         Check for readdir error.
44877
44878 2000-06-26  Jim Meyering  <meyering@lucent.com>
44879
44880         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
44881
44882 2000-06-25  Jim Meyering  <meyering@lucent.com>
44883
44884         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
44885         Linux header bug when _XOPEN_SOURCE is defined to 500.
44886
44887 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
44888
44889         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
44890         deficiency.
44891
44892 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
44893
44894         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
44895         Include xalloc.h.
44896         Don't include <stdlib.h>.  Don't declare malloc, realloc.
44897
44898 2000-06-24  Jim Meyering  <meyering@lucent.com>
44899
44900         * m4/strerror_r.m4: Revive this file -- to try out an experimental
44901         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
44902         for which strerror does return char*, but which lacks a conveniently
44903         accessible declaration of the function.  If the compile-test says
44904         strerror_r doesn't work, then resort to a `run'-test that works on
44905         BeOS and segfaults on DEC Unix.
44906
44907 2000-06-24  Jim Meyering  <meyering@lucent.com>
44908
44909         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
44910
44911 2000-06-23  Paul Eggert  <eggert@twinsun.com>
44912
44913         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
44914         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
44915
44916 2000-06-23  Paul Eggert  <eggert@twinsun.com>
44917
44918         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
44919         (mbrtowc, mbstate_t): Define substitutes if
44920         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
44921         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
44922         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
44923
44924 2000-06-23  Jim Meyering  <meyering@lucent.com>
44925
44926         * m4/afs.m4: Add missing AC_MSG_RESULT.
44927         Reported by Bruno Haible.
44928
44929         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
44930         Suggestion from Bruno Haible.
44931
44932 2000-06-23  Jim Meyering  <meyering@lucent.com>
44933
44934         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
44935
44936 2000-06-21  Jim Meyering  <meyering@lucent.com>
44937
44938         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
44939
44940 2000-06-21  Jim Meyering  <meyering@lucent.com>
44941
44942         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
44943         (noinst_HEADERS): Add getstr.h.
44944
44945         * lib/getline.c (getstr): Move into a separate file.
44946         * lib/getstr.c (getstr): New file, extracted from getline.c, with
44947         the following changes: new parameter, delim2; both delim[12]
44948         parameters have type `int', not `char'.  The latter would lose
44949         with 8-bit delimiters.
44950         * lib/getstr.h: New file.
44951
44952 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44953
44954         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
44955         than 1024, return a memory chunk of least possible size, instead
44956         of size PATH_MAX + 2. In the loop, increment the size proportionally.
44957         Use free/xmalloc instead of xrealloc to avoid copying for very long
44958         paths.
44959
44960 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44961
44962         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
44963         the empty string.
44964
44965 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44966
44967         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
44968         address, not strdup.  Include <stdlib.h> and don't declare free().
44969
44970 2000-06-19  Jim Meyering  <meyering@lucent.com>
44971
44972         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
44973
44974 2000-06-18  Jim Meyering  <meyering@lucent.com>
44975
44976         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
44977
44978         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
44979         `checking whether...' message to be consistent with that of the
44980         lstat test.
44981
44982 2000-06-18  Jim Meyering  <meyering@lucent.com>
44983
44984         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
44985         Besides, these days every porting target provides a mkdir function.
44986
44987         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
44988         needed. (this snippet comes from src/system.h).
44989
44990 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
44991
44992         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
44993
44994 2000-06-15  Paul Eggert  <eggert@twinsun.com>
44995
44996         * lib/human.c (adjust_value): New function.
44997         (human_readable_inexact): Apply rounding style even when
44998         printing approximate values.
44999
45000 2000-06-14  Paul Eggert  <eggert@twinsun.com>
45001
45002         * lib/human.c (human_readable_inexact): Allow an input block
45003         size that is not a multiple of the output block size, and vice versa.
45004         Reported by Piergiorgio Sartor.
45005
45006 2000-06-14  Paul Eggert  <eggert@twinsun.com>
45007
45008         * lib/getdate.y (get_date): Apply relative times after time
45009         zone indicator, not before.  Reported by Todd A. Jacobs.
45010
45011 2000-06-13  Jim Meyering  <meyering@lucent.com>
45012
45013         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
45014
45015         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
45016
45017 2000-06-12  Paul Eggert  <eggert@twinsun.com>
45018
45019         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
45020
45021 2000-06-12  Jim Meyering  <meyering@lucent.com>
45022
45023         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
45024         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
45025         optional argument.
45026         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
45027         the optional argument, `lib'.
45028
45029 2000-06-08  Jim Meyering  <meyering@lucent.com>
45030
45031         * m4/largefile.m4: Remove file (now that it's part of autoconf).
45032
45033 2000-06-04  Paul Eggert  <eggert@twinsun.com>
45034
45035         Rewrite largefile configuration so that we don't need to run
45036         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
45037         AC_CANONICAL_HOST in configure.in -- jmm]
45038
45039         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
45040         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
45041         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
45042         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
45043         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
45044         All uses changed.
45045         Instead of inspecting the output of getconf, try to compile the
45046         test program without and with the macro definition.
45047         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
45048         for getconf.  Instead, check for the needed flags by compiling
45049         test programs.
45050
45051 2000-06-04  Paul Eggert  <eggert@twinsun.com>
45052
45053         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
45054
45055 2000-06-04  Jim Meyering  <meyering@lucent.com>
45056
45057         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
45058         SunOS 4.1.4 for which gid_t is an unsigned type.
45059
45060 2000-06-03  Jim Meyering  <meyering@lucent.com>
45061
45062         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
45063         now that autoconf requires that.
45064
45065         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
45066         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
45067         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
45068
45069 2000-06-03  Jim Meyering  <meyering@lucent.com>
45070
45071         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
45072
45073 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
45074
45075         * m4/glibc21.m4: New file.
45076         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
45077
45078 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
45079
45080         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
45081         newer, don't install charset.alias.
45082         * lib/config.charset: Change the Linux/glibc rules so they become empty
45083         on glibc-2.1 or newer.
45084
45085 2000-06-02  Jim Meyering  <meyering@lucent.com>
45086
45087         * lib/mountlist.c: Back out last change.  Instead, do this...
45088         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
45089         me_dummy member using the same `ignore'-testing code.
45090         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
45091         fs_type strings.
45092         From Mark D. Roth.
45093
45094 2000-05-29  Jim Meyering  <meyering@lucent.com>
45095
45096         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
45097         mounts with the `ignore' attribute.  Based on a patch from
45098         Mark D. Roth.
45099
45100 2000-05-28  Jim Meyering  <meyering@lucent.com>
45101
45102         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
45103         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45104         * m4/stat.m4: Likewise.
45105         * m4/lstat.m4: Likewise.
45106         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
45107
45108         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
45109         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
45110
45111 2000-05-26  Jim Meyering  <meyering@lucent.com>
45112
45113         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
45114
45115 2000-05-24  Jim Meyering  <meyering@lucent.com>
45116
45117         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
45118         autoconf requires that.
45119         * m4/lib-check.m4: Likewise.
45120         * m4/jm-macros.m4: Likewise.
45121         * m4/strftime.m4: Likewise.
45122
45123         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
45124         AC_CHECK_DECLS, now that autoconf requires that.
45125
45126 2000-05-22  Jim Meyering  <meyering@lucent.com>
45127
45128         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45129         * m4/lstat.m4: Likewise.
45130
45131 2000-05-22  Jim Meyering  <meyering@lucent.com>
45132
45133         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
45134
45135 2000-05-20  Jim Meyering  <meyering@lucent.com>
45136
45137         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
45138         (jm_PREREQ): Use it.
45139
45140 2000-05-18  Jim Meyering  <meyering@lucent.com>
45141
45142         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
45143         back, too, since it may have been modified by allocate_entry.
45144         (hash_delete): Rewrite to use neither the assignment operator
45145         nor the comma operator in an if-expression.
45146
45147 2000-05-15  Paul Eggert  <eggert@twinsun.com>
45148
45149         * lib/closeout.c:
45150         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
45151         Remove; no longer needed.
45152         "quotearg.h": Add include.
45153         (file_name): Do not bother to explicitly initialize to NULL; it's less
45154         efficient on some hosts.
45155         (close_stdout_status): Remove test as to whether stdout was already
45156         closed; it breaks for the case "echo x | sort >&-".
45157         Quote file name colons.
45158         Do not assume that _("write error") lacks format strings.
45159
45160 2000-05-15  Jim Meyering  <meyering@lucent.com>
45161
45162         * lib/version-etc.c (version_etc_copyright): Update the copyright
45163         string used in all --version output.
45164
45165 2000-05-14  Jim Meyering  <meyering@lucent.com>
45166
45167         * lib/closeout.c (close_stdout_set_file_name): New function.
45168         (close_stdout_status): Use new file-scoped global.
45169         Return right away if fstat says the stdout file descriptor is invalid.
45170         * lib/closeout.h (close_stdout_set_file_name): Declare.
45171
45172 2000-05-10  Jim Meyering  <meyering@lucent.com>
45173
45174         * lib/closeout.c [default_exit_status]: New file-scoped variable.
45175         (close_stdout_set_status): New function.
45176         * lib/closeout.h (close_stdout_set_status): Declare.
45177
45178 2000-05-09  Jim Meyering  <meyering@lucent.com>
45179
45180         * m4/gettext.m4: Rename this...
45181         * m4/libintl.m4: ...to this.
45182
45183 2000-05-08  Jim Meyering  <meyering@lucent.com>
45184
45185         * lib/long-options.c: Don't include closeout.h.
45186         (parse_long_options): Don't call close_stdout for --version.
45187
45188 2000-05-06  Paul Eggert  <eggert@twinsun.com>
45189
45190         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
45191         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
45192         2.1.3 bug.  This avoids a clash when files like regex.c define
45193         _GNU_SOURCE.
45194
45195 2000-05-06  Jim Meyering  <meyering@lucent.com>
45196
45197         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
45198         (AC_REPLACE_FUNCS): Add strnlen.
45199
45200         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
45201         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
45202
45203         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
45204         AC_SEARCH_LIBS call for nanosleep.
45205         (LIB_NANOSLEEP): Set and AC_SUBST.
45206
45207 2000-05-06  Jim Meyering  <meyering@lucent.com>
45208
45209         * lib/strnlen.c: Undefine __strnlen and strnlen.
45210         [!weak_alias]: Define __strnlen to strnlen.
45211
45212         * lib/atexit.c: New file, from libiberty.
45213
45214 2000-05-06  Jim Meyering  <meyering@lucent.com>
45215
45216         * lib/closeout.c (close_stdout_status): Also check for errors on the
45217         stderr stream.
45218
45219 2000-05-05  Jim Meyering  <meyering@lucent.com>
45220
45221         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
45222         AC_SEARCH_LIBS call for clock_gettime.
45223         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
45224
45225         * m4/search-libs.m4: Update from autoconf.
45226
45227         su doesn't work on Solaris 2.6.
45228         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
45229         <shadow.h>.  Reported by Dragos Harabor.
45230
45231 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
45232
45233         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
45234         memcpy instead of xmalloc, xrealloc, path_concat.
45235         (locale_charset): Treat empty environment variables as absent.
45236         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
45237
45238 2000-05-04  Jim Meyering  <meyering@lucent.com>
45239
45240         * lib/getopt.c: Update from glibc.
45241         * lib/obstack.c: Likewise.
45242         * lib/obstack.h: Likewise.
45243         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
45244         file
45245
45246         * lib/regex.h: Likewise.
45247         * lib/strndup.c: Likewise.
45248         * lib/strnlen.c: New file, from glibc.
45249
45250 2000-05-03  Jim Meyering  <meyering@lucent.com>
45251
45252         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
45253
45254 2000-05-02  Paul Eggert  <eggert@twinsun.com>
45255
45256         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
45257         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
45258         compile-time test, rather than inspecting host and OS, to
45259         decide whether to define _LARGEFILE_SOURCE.
45260
45261 2000-05-01  Jim Meyering  <meyering@lucent.com>
45262
45263         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
45264
45265         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
45266         Based on a patch from Bruno Haible.
45267
45268 2000-05-01  Jim Meyering  <meyering@lucent.com>
45269
45270         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
45271
45272 2000-04-29  Jim Meyering  <meyering@lucent.com>
45273
45274         * lib/path-concat.c: Declare strdup only if it's not defined.
45275         * lib/canon-host.c: Likewise.
45276
45277 2000-04-28  Jim Meyering  <meyering@lucent.com>
45278
45279         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
45280         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
45281         is included first, then limits.h is included by locale.h by libintl.h.
45282         From John David Anglin.
45283
45284 2000-04-25  Jim Meyering  <meyering@lucent.com>
45285
45286         * lib/makepath.c (S_IRWXUGO): Define.
45287         (make_path): Always perform explicit chmod if MODE specifies any
45288         of the `special' permission bits.  Prompted by a bug report against
45289         install from Mate Wierdl and Joost van Baal.
45290
45291 2000-04-18  Jim Meyering  <meyering@lucent.com>
45292
45293         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
45294         (jm_PREREQ): Use it.
45295
45296 2000-04-18  Jim Meyering  <meyering@lucent.com>
45297
45298         * lib/README: New file.
45299
45300         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
45301         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
45302
45303 2000-04-17  Jim Meyering  <meyering@lucent.com>
45304
45305         Get it right :-)
45306         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
45307         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
45308         Suggestion from Akim Demaille.
45309
45310 2000-04-17  Jim Meyering  <meyering@lucent.com>
45311
45312         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
45313         the definition of it to rpl_strftime also defined-away the system's
45314         declaration.
45315
45316 2000-04-15  Jim Meyering  <meyering@lucent.com>
45317
45318         Use `C' to denote so-called `contiguous' files, the same way
45319         that tar does.
45320         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
45321         (ftypelet): Use S_ISCTG.
45322         From Michael Deutschmann.
45323
45324 2000-04-14  Jim Meyering  <meyering@lucent.com>
45325
45326         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
45327         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
45328         clobbered.
45329
45330 2000-04-14  Jim Meyering  <meyering@lucent.com>
45331
45332         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
45333
45334 2000-04-13  Jim Meyering  <meyering@lucent.com>
45335
45336         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
45337         AH_VERBATIM to insert required #ifndef into config.h.in.
45338         Suggestion from Akim Demaille.
45339
45340 2000-04-12  Jim Meyering  <meyering@lucent.com>
45341
45342         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
45343         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
45344         Christian Krackowizer.
45345
45346         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
45347         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
45348         (AC_SYS_LARGEFILE): Require.
45349         (AM_C_PROTOTYPES): Require.
45350
45351 2000-04-08  Jim Meyering  <meyering@lucent.com>
45352
45353         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
45354         names don't conflict.  Reported by Eli Zaretskii.
45355
45356 2000-04-07  Jim Meyering  <meyering@lucent.com>
45357
45358         * lib/putenv.c: Move inclusion of errno.h so it follows that of
45359         sys/types.h, to work around system header problems on AIX 3.2.5.
45360         From Bruno Haible.
45361
45362 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
45363
45364         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
45365         bug.  Deal with the different error behavior of Irix iconv.
45366
45367 2000-04-05  Paul Eggert  <eggert@twinsun.com>
45368
45369         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
45370         IRIX if the installer said otherwise.
45371
45372 2000-04-05  Jim Meyering  <meyering@lucent.com>
45373
45374         Portability tweaks required for ultrix4.3.
45375         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
45376         (jm_CHECK_DECLS): Add getutent to the list of functions.
45377         (_jm_DECL_HEADERS): Add utmpx.h.
45378         From John David Anglin.
45379
45380         * m4/strftime.m4: Back out the 2000-04-02 change.
45381         Instead of that change, simply undefine putenv in the test program.
45382
45383 2000-04-05  Jim Meyering  <meyering@lucent.com>
45384
45385         Portability tweaks required for ultrix4.3.
45386         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
45387         getutent.
45388         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
45389         * lib/canon-host.c: Declare strdup.
45390         * lib/path-concat.c: Likewise.
45391         From John David Anglin.
45392
45393 2000-04-04  Jim Meyering  <meyering@lucent.com>
45394
45395         Be more DOS 8.3-friendly.
45396         * lib/ref-add.sin: Renamed from ref-add.sed.in.
45397         * lib/ref-del.sin: Renamed from ref-del.sed.in.
45398         * lib/Makefile.am: Reflect renaming.
45399         Reported by Eli Zaretskii.
45400
45401         Use a temporary file name that won't clash with `charset.alias'
45402         in the DOS 8.3 name space.
45403         * lib/Makefile.am (charset_tmp): Define.
45404         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
45405         (uninstall-local): Likewise.
45406         Reported by Eli Zaretskii.
45407
45408 2000-04-03  Jim Meyering  <meyering@lucent.com>
45409
45410         * m4/gettext.m4: Fix typo in comment.
45411
45412         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
45413         textutils/configure.in).  Suggestion from Paul Eggert.
45414         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
45415
45416 2000-04-02  Paul Eggert  <eggert@twinsun.com>
45417
45418         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
45419         variable in the shell rather than using putenv, which isn't
45420         portable.  This avoids the configure-time inter-test dependency
45421         on the potentially-renamed putenv function.
45422
45423 2000-03-30  Paul Eggert  <eggert@twinsun.com>
45424
45425         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
45426         before checking struct stat.st_blksize, so that
45427         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
45428
45429 2000-03-29  Paul Eggert  <eggert@twinsun.com>
45430
45431         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
45432         since strftime.c uses HAVE_STRFTIME to decide whether to use
45433         the underlying strftime.
45434
45435 2000-03-29  Paul Eggert  <eggert@twinsun.com>
45436
45437         * lib/time/strftime.c (my_strftime): Make sure we call the system
45438         strftime, not ourselves, when invoking the underlying strftime.
45439
45440 2000-03-24  Jim Meyering  <meyering@lucent.com>
45441
45442         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
45443         (charset_alias): Define.
45444         (install-exec-local): Factor out common code.
45445         (uninstall-local): Split lines longer than 80.
45446         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
45447         (SUFFIXES): Define.
45448         (.sed.in.sed): New rule.  Don't redirect directly to $@.
45449         (CLEANFILES): Add ref-add.sed and ref-del.sed.
45450
45451 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
45452
45453         * lib/config.charset: Output a line containing "Packages using this
45454         file".
45455         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
45456         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
45457         ref-del.sed): New rules.
45458
45459 2000-03-17  Jim Meyering  <meyering@lucent.com>
45460
45461         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
45462         Otherwise, include <strings.h>
45463
45464 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
45465
45466         * lib/unicodeio.c (utf8_wctomb): New function.
45467         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
45468         format instead of in UCS-4 with platform dependent endianness.
45469
45470 2000-03-10  Jim Meyering  <meyering@lucent.com>
45471
45472         * m4/lib-check.m4: Look for getspnam in -lgen, too.
45473         From Marco Franzen.
45474
45475 2000-03-07  Paul Eggert  <eggert@twinsun.com>
45476
45477         * lib/savedir.c (savedir): Work even if directory size is
45478         negative; this can happen with some screwy NFS configurations.
45479
45480 2000-03-06  Jim Meyering  <meyering@lucent.com>
45481
45482         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
45483         if it's NULL (because we ran out of memory).  From Bruno Haible.
45484
45485 2000-03-05  Jim Meyering  <meyering@lucent.com>
45486
45487         * lib/localcharset.c ("path-concat.h"): Include.
45488         (get_charset_aliases): Use path_concat instead of ANSI string
45489         concatenation.
45490
45491         * lib/unicodeio.h (PARAMS): Define.
45492         Use it to guard prototype.
45493
45494 2000-03-04  Jim Meyering  <meyering@lucent.com>
45495
45496         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
45497         for lib/localcharset.c.
45498
45499 2000-03-04  Jim Meyering  <meyering@lucent.com>
45500
45501         * lib/Makefile.am (install-exec-local): Create $(libdir) before
45502         installing into it.
45503         (uninstall-local): Uncomment this rule so `make distcheck' works
45504         once again.
45505
45506         * lib/unicodeio.c (<errno.h>): Include it.
45507         (errno): Declare if not defined.
45508
45509         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
45510
45511         * lib/config.charset: New version, incorporating remarks from a linux
45512         i18n mailing list.  From Bruno Haible.
45513
45514 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
45515
45516         * m4/codeset.m4: New file.
45517         * m4/iconv.m4: New file.
45518         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
45519
45520 2000-03-03  Jim Meyering  <meyering@lucent.com>
45521
45522         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
45523
45524 2000-03-02  Jim Meyering  <meyering@lucent.com>
45525
45526         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
45527         the messages come out on separate lines.
45528
45529         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
45530         rather than jm_CHECK_DECLARATIONS.
45531         * m4/decl.m4: Remove now-unused file.
45532
45533         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
45534         geteuid.
45535
45536 2000-03-02  Jim Meyering  <meyering@lucent.com>
45537
45538         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
45539
45540 2000-03-01  Jim Meyering  <meyering@lucent.com>
45541
45542         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
45543         * lib/unicodeio.c: Likewise.
45544
45545 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
45546
45547         * lib/config.charset: New file.
45548         * lib/localcharset.c: New file.
45549         * lib/unicodeio.h, lib/unicodeio.c: New files.
45550         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
45551         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
45552         (noinst_HEADERS): Add unicodeio.h.
45553         (all-local, install-exec-local, charset.alias): New targets.
45554
45555 2000-02-28  Paul Eggert  <eggert@twinsun.com>
45556
45557         * lib/quotearg.c (ALERT_CHAR): New macro.
45558         (quotearg_buffer_restyled): Use it.
45559
45560 2000-02-27  Jim Meyering  <meyering@lucent.com>
45561
45562         * m4/check-decl.m4: Add getenv to the list.
45563
45564 2000-02-27  Jim Meyering  <meyering@lucent.com>
45565
45566         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
45567         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
45568
45569         * lib/backupfile.c: Guard inclusion of stdlib.h with
45570         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
45571         Declare malloc if needed.
45572
45573         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
45574         `#ifndef HAVE_DECL..'
45575         now that autoconf always defines the HAVE_DECL_ symbols.
45576         * lib/human.c: Likewise.
45577         * lib/same.c: Likewise.
45578         * lib/strtoumax.c: Likewise.
45579
45580         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
45581         declaration check was not run.
45582         * lib/hash.c: Likewise.
45583         * lib/human.c: Likewise.
45584         * lib/same.c: Likewise.
45585         * lib/strtoumax.c: Likewise.
45586
45587         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
45588         `.', then first look up the entire `.'-containing string as a login
45589         name.
45590
45591 2000-02-23  Jim Meyering  <meyering@lucent.com>
45592
45593         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
45594         in place of my hack.
45595
45596 2000-02-18  Paul Eggert  <eggert@twinsun.com>
45597
45598         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
45599         (textint): New typedef.
45600         (parser_control): Member year changed from int to textint.
45601         All uses changed.
45602         (YYSTYPE): Removed; replaced by %union with int and textint members.
45603         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
45604         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
45605         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
45606         (tSNUMBER, tUNUMBER): Now of type <textintval>.
45607         (date, number, to_year): Use width of number in digits, not its value,
45608         to determine whether it's a 2-digit year, or a 2-digit time.
45609         (yylex): Store number of digits of numeric tokens.
45610         Reported by John Kendall.
45611
45612         (parser_control): Changed from struct parser_control to typedef (for
45613         consistency).  All uses changed.
45614
45615         (tID): Removed; not used.
45616         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
45617
45618 2000-02-14  Paul Eggert  <eggert@twinsun.com>
45619
45620         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
45621         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
45622
45623 2000-02-12  Jim Meyering  <meyering@lucent.com>
45624
45625         * lib/userspec.c (ISDIGIT): Define it.
45626         (isdigit): Remove definition.
45627         (is_number): Use ISDIGIT, not isdigit.
45628         <libintl.h>: Include.
45629         (_ and N_): Define.
45630         (parse_user_spec): Mark translatable strings.
45631
45632 2000-02-10  Jim Meyering  <meyering@lucent.com>
45633
45634         With these changes, nanosleep.[ch] are finally enough like the other
45635         lib/* replacement files to compile on a few more losing systems.
45636
45637         * lib/nanosleep.h: Don't include config.h.
45638         Remove prototype from declaration of nanosleep.
45639         (PARAMS): Remove now-unneeded definition.
45640         * lib/nanosleep.c: #undef nanosleep.
45641         (rpl_nanosleep): Rename from nanosleep.
45642
45643 2000-02-10  Jim Meyering  <meyering@lucent.com>
45644
45645         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
45646         gnu_nanosleep to rpl_nanosleep.
45647
45648 2000-02-09  Jim Meyering  <meyering@lucent.com>
45649
45650         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
45651         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
45652
45653 2000-02-08  Akim Demaille  <akim@epita.fr>
45654
45655         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
45656         `[' and `]' and remove uses of `changequote'.
45657         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
45658         (AC_SYS_LARGEFILE): Likewise.
45659         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
45660         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
45661         of changequote.
45662         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
45663         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
45664         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
45665         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
45666
45667 2000-02-05  Jim Meyering  <meyering@lucent.com>
45668
45669         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
45670         Remove explicit use of AC_HEADER_TIME.  It is required by
45671         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
45672         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
45673         in autoconf whereby the expansion of the latter ended up preceding
45674         the expansion of its prerequisite, AC_HEADER_TIME.
45675         Reported by Volker Borchert.
45676
45677 2000-02-03  Jim Meyering  <meyering@lucent.com>
45678
45679         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
45680
45681 2000-02-03  Jim Meyering  <meyering@lucent.com>
45682
45683         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
45684         rather than with `#if HAVE_UTMPNAME'.
45685
45686 2000-02-02  Jim Meyering  <meyering@lucent.com>
45687
45688         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
45689         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
45690         Reported by Eli Zaretskii.
45691
45692 2000-02-01  Jim Meyering  <meyering@lucent.com>
45693
45694         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
45695
45696 2000-01-31  Jim Meyering  <meyering@lucent.com>
45697
45698         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
45699         functions.  Add the time.h and sys/time.h headers along with the
45700         AC_REQUIRE'ment of AC_HEADER_TIME.
45701
45702 2000-01-31  Jim Meyering  <meyering@lucent.com>
45703
45704         * lib/nanosleep.h (nanosleep): Guard declaration with
45705         `#if ! HAVE_DECL_NANOSLEEP'.
45706         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
45707         the declaration in that vendor's sys/timers.h.
45708         Reported by Christian Krackowizer.
45709
45710         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
45711         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
45712         (ISPRINT): Likewise.
45713         Reported by Tom Tromey.
45714
45715 2000-01-30  Jim Meyering  <meyering@lucent.com>
45716
45717         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
45718
45719         * m4/prereq.m4 (utmp_includes): Define.
45720         Check for ut_user and ut_name members in both struct utmpx
45721         and struct utmp.
45722
45723 2000-01-30  Jim Meyering  <meyering@lucent.com>
45724
45725         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
45726         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
45727         header files where only utmpx.ut_user is declared.
45728
45729         * lib/readutmp.h (UT_USER): Define.
45730
45731 2000-01-29  Jim Meyering  <meyering@lucent.com>
45732
45733         * m4/lib-check.m4: New file containing library-related checks from
45734         fileutils and sh-utils (textutils had none).
45735
45736 2000-01-28  Jim Meyering  <meyering@lucent.com>
45737
45738         * m4/perl.m4: Change format of warning message to look more like that
45739         from the missing script.  Suggestion from François Pinard.
45740
45741 2000-01-25  Jim Meyering  <meyering@lucent.com>
45742
45743         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
45744         well as time.h in the compile check.
45745         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
45746         Fix typo in cross-compiling case: s/yes/no/.
45747
45748 2000-01-23  Jim Meyering  <meyering@lucent.com>
45749
45750         * m4/jm-macros.m4: Move df-related tests here from
45751         fileutils/configure.in
45752
45753         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
45754         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
45755
45756         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
45757         s/space/ac_fsusage_space/.
45758         (jm_FILE_SYSTEM_USAGE): Take two parameters.
45759
45760         * m4/ftruncate.m4: New file (derived from part of
45761         fileutils/configure.in).
45762         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
45763         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
45764
45765         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
45766         AC_SUBST these here, rather than just in sh-util/configure.in, so
45767         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
45768         all the same.
45769         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
45770         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
45771         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
45772         (AC_SUBST(POW_LIBM)): Likewise.
45773         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
45774
45775 2000-01-23  Jim Meyering  <meyering@lucent.com>
45776
45777         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
45778         obstack.c.
45779
45780 2000-01-22  Jim Meyering  <meyering@lucent.com>
45781
45782         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
45783
45784         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
45785
45786         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
45787         configure.in
45788         (AC_CHECK_HEADERS): Likewise for sh-utils.
45789         (AC_CHECK_HEADERS): Likewise for textutils.
45790         Merge the three lists of headers.
45791
45792         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
45793         from fileutils' configure.in.
45794
45795         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
45796         code. Moved tests into their own function (_jm_DECL_HEADERS) in
45797         check-decl.m4.
45798
45799         * m4/check-decl.m4: Use #if rather than #ifdef.
45800         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
45801         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
45802         (_jm_DECL_HEADERS): Define new function.
45803         (jm_CHECK_DECLARATIONS): Require it.
45804
45805 2000-01-22  Jim Meyering  <meyering@lucent.com>
45806
45807         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
45808         [! HAVE_DECL_STRTOULL]: Declare strtoull.
45809         Required for some AIX systems.  Reported by Christian Krackowizer.
45810         [TESTING] (main): New function.
45811
45812         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
45813         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
45814         letters.
45815
45816         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
45817         iswprint.
45818
45819         * lib/strverscmp.c (ISDIGIT): Define.
45820         (strverscmp): Use ISDIGIT, not isdigit.
45821
45822 2000-01-19  Jim Meyering  <meyering@lucent.com>
45823
45824         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
45825         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
45826         defines `struct timespec' in <sys/time.h>
45827
45828         * m4/c-bs-a.m4: Remove uses of changequote altogether.
45829         Thanks to Akim for explaining.
45830
45831 2000-01-17  Paul Eggert  <eggert@twinsun.com>
45832
45833         * lib/nanosleep.c (nanosleep):
45834         Don't use SA_INTERRUPT to decide whether to call sigaction, as
45835         POSIX.1 doesn't require SA_INTERRUPT and some systems
45836         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
45837         it's been part of POSIX.1 since day 1 (in 1988).
45838
45839 2000-01-17  Jim Meyering  <meyering@lucent.com>
45840
45841         * lib/interlock: Remove unused file.  Reported by François Pinard.
45842
45843 2000-01-16  Paul Eggert  <eggert@twinsun.com>
45844
45845         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
45846         alert, backslash, formfeed, and vertical tab unnecessarily in
45847         shell quoting style.
45848
45849 2000-01-16  Jim Meyering  <meyering@lucent.com>
45850
45851         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
45852         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
45853         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
45854         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
45855
45856 2000-01-16  Jim Meyering  <meyering@lucent.com>
45857
45858         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
45859         because the latter didn't work.
45860
45861 2000-01-15  Jim Meyering  <meyering@lucent.com>
45862
45863         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
45864         (AC_REPLACE_FUNCS): Add memcpy and memset.
45865         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
45866         Add strpbrk.
45867         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
45868
45869 2000-01-12  Jim Meyering  <meyering@lucent.com>
45870
45871         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
45872         (jm_PREREQ): Use it.
45873         (jm_PREREQ_READUTMP): New macro.
45874         (jm_PREREQ): Use it.
45875
45876 2000-01-11  Paul Eggert  <eggert@twinsun.com>
45877
45878         Quote multibyte characters correctly.
45879         * m4/c-bs-a.m4: New file.
45880         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
45881         (jm_PREREQ): Use it.
45882
45883 2000-01-11  Paul Eggert  <eggert@twinsun.com>
45884
45885         * m4/uintmax_t.m4: Port to autoconf 2.13.
45886
45887 2000-01-08  Jim Meyering  <meyering@ascend.com>
45888
45889         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
45890         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
45891
45892 2000-01-04  Jim Meyering  <meyering@ascend.com>
45893
45894         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
45895         jm_STRUCT_DIRENT_D_TYPE.
45896         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
45897         jm_STRUCT_DIRENT_D_INO.
45898         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
45899         jm_STRUCT_UTIMBUF.
45900         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
45901         renamings.
45902         * m4/utime.m4: Likewise.
45903
45904         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
45905         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
45906
45907 2000-01-03  Paul Eggert  <eggert@twinsun.com>
45908
45909         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
45910         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
45911
45912 2000-01-02  Jim Meyering  <meyering@ascend.com>
45913
45914         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
45915         remember if this is necessary.
45916
45917 1999-12-26  Jim Meyering  <meyering@ascend.com>
45918
45919         * m4/jm-macros.m4: Use it here.
45920         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
45921
45922 1999-12-23  Jim Meyering  <meyering@ascend.com>
45923
45924         * m4/jm-macros.m4: Check for clock_gettime (moved from
45925         fileutils/configure.in)
45926         Check for gettimeofday.
45927
45928 1999-12-20  Jim Meyering  <meyering@ascend.com>
45929
45930         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
45931         autoconf-2.14a-1999-12-20.
45932
45933 1999-12-19  Jim Meyering  <meyering@ascend.com>
45934
45935         * m4/lstat-slash.m4: New file.
45936         * m4/jm-macros.m4: Use the new macro:
45937         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45938
45939 1999-12-07  Jim Meyering  <meyering@ascend.com>
45940
45941         * m4/perl.m4: Require that File::Compare be available, too.
45942         Too many systems seem to lack it.
45943
45944         * m4/strftime.m4: Add checks for most of the cpp macros tested in
45945         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
45946
45947 1999-11-18  Paul Eggert  <eggert@twinsun.com>
45948
45949         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
45950         problem with the QNX 4.25 shell, which doesn't propagate exit
45951         status of failed commands inside shell assignments.
45952
45953 1999-11-17  Jim Meyering  <meyering@ascend.com>
45954
45955         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
45956
45957 1999-11-07  Jim Meyering  <meyering@ascend.com>
45958
45959         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
45960
45961 1999-11-06  Jim Meyering  <meyering@ascend.com>
45962
45963         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
45964         * m4/jm-macros.m4 (jm_MACROS): Use it here.
45965
45966 1999-11-05  Jim Meyering  <meyering@ascend.com>
45967
45968         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
45969         configure.in of textutils, fileutils, and sh-utils into this one
45970         (shared between those packages) file.
45971         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
45972         AC_STRUCT_ST_BLKSIZE.
45973
45974 1999-11-03  Jim Meyering  <meyering@ascend.com>
45975
45976         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
45977         of AC_CHECK_TYPE checks includes unistd.h.
45978         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
45979         Suggestion from Akim Demaille.
45980
45981 1999-10-30  Jim Meyering  <meyering@ascend.com>
45982
45983         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
45984         m4-quoted string.
45985         * m4/ls-mntd-fs.m4: Likewise.
45986         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
45987         * m4/jm-winsz1.m4: Likewise.
45988
45989         * m4/const.m4: Remove file, since the fix made it into the experimental
45990         version of autoconf.
45991         * m4/mktime.m4: Likewise.
45992
45993         * m4/check-type.m4: Remove file, now that the latest version of
45994         AC_CHECK_TYPE takes a third arg to specify additional #includes.
45995
45996         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
45997         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
45998         AC_CHECK_TYPE.
45999
46000 1999-10-04  Jim Meyering  <meyering@ascend.com>
46001
46002         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
46003
46004 1999-09-22  Paul Eggert  <eggert@twinsun.com>
46005
46006         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
46007         2.95.1 bug with HP-UX 10.20.
46008
46009 1999-09-17  Jim Meyering  <meyering@ascend.com>
46010
46011         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
46012         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
46013         due to missing strdup (against sh-utils-2.0).
46014
46015 1999-08-29  Jim Meyering  <meyering@ascend.com>
46016
46017         * m4/jm-macros.m4: Require jm_BISON.
46018         * m4/bison.m4: New file.
46019
46020 1999-08-17  Paul Eggert  <eggert@twinsun.com>
46021
46022         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
46023         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
46024
46025 1999-08-05  Jim Meyering  <meyering@ascend.com>
46026
46027         * m4/getline.m4: Rename test file from conftestdata to conftest.data
46028         to avoid conflicts with `conftest' on 8+3 filesystems.
46029         Suggestion from Eli Zaretskii.
46030
46031 1999-08-04  Jim Meyering  <meyering@ascend.com>
46032
46033         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
46034         fileutils and sh-utils (textutils's getline test was inadequate).
46035         (AM_FUNC_GETLINE): Run this test.
46036         (AC_CHECK_FUNCS): Check for getdelim.
46037         Reported by Bob Proulx.
46038
46039 1999-08-02  Jim Meyering  <meyering@ascend.com>
46040
46041         * m4/jm-macros.m4: Add a comment.
46042
46043 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46044
46045         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
46046         <inttypes.h> defines strtoumax as a macro (and not as a
46047         function).
46048
46049 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46050
46051         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
46052         that we can shift, multiply and divide unsigned long long
46053         values; Ultrix cc can't do it.
46054
46055 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46056
46057         * m4/mktime.m4: New file, which is a preview of what should appear
46058         in the next public autoconf release.
46059
46060 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46061
46062         * m4/lfs.m4: Remove this file.
46063         * m4/largefile.m4: New file.  It contains the old contents of
46064         lfs.m4, except that all names with prefix AC_LFS have been
46065         changed to use the prefix AC_SYS_LARGEFILE instead, to be
46066         compatible with future autoconf versions.  Also, some minor m4
46067         quoting problems have been fixed.
46068
46069 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46070
46071         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
46072         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
46073         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
46074         and simplify the shell code.
46075
46076 1999-08-01  Jim Meyering  <meyering@ascend.com>
46077
46078         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
46079         m4.
46080
46081 1999-07-20  Jim Meyering  <meyering@ascend.com>
46082
46083         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
46084
46085 1999-07-15  Jim Meyering  <meyering@ascend.com>
46086
46087         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
46088
46089 1999-05-22  Jim Meyering  <meyering@ascend.com>
46090
46091         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
46092
46093 1999-05-20  Jim Meyering  <meyering@ascend.com>
46094
46095         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
46096         Add a colon after each `then' in case $4 is empty.
46097
46098 1999-05-16  Jim Meyering  <meyering@ascend.com>
46099
46100         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
46101
46102 1999-05-10  Jim Meyering  <meyering@ascend.com>
46103
46104         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
46105
46106         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
46107         AC_FUNC_MKTIME.
46108
46109 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
46110
46111         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
46112
46113 1999-05-04  Paul Eggert  <eggert@twinsun.com>
46114
46115         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
46116         not CPPFLAGS, so that linking works correctly in IRIX.
46117
46118 1999-04-30  Paul Eggert  <eggert@twinsun.com>
46119
46120         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
46121
46122 1999-04-20  Paul Eggert  <eggert@twinsun.com>
46123
46124         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
46125         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
46126         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
46127         jm_AC_TYPE_UNSIGNED_LONG_LONG.
46128         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
46129
46130         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
46131
46132 1999-04-20  Jim Meyering  <meyering@ascend.com>
46133
46134         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
46135         AC_REPLACE xstroull if necessary.  From Paul Eggert.
46136         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
46137
46138 1999-04-18  Jim Meyering  <meyering@ascend.com>
46139
46140         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
46141         * m4/jm-macros.m4: Use it.
46142
46143 1999-04-06  Jim Meyering  <meyering@ascend.com>
46144
46145         * m4/strftime.m4: Remove test for %f.
46146
46147 1999-03-29  Jim Meyering  <meyering@ascend.com>
46148
46149         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
46150         superset of the AC_TYPE_* checks in the textutils, fileutils,
46151         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
46152         AC_TYPE_PID_T.
46153
46154 1999-03-28  Jim Meyering  <meyering@ascend.com>
46155
46156         * m4/jm-macros.m4: Define GNU_PACKAGE here.
46157         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
46158         replaced e.g., in the *.sh files of the sh-utils.
46159
46160 1999-03-20  Jim Meyering  <meyering@ascend.com>
46161
46162         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
46163         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
46164         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
46165
46166 1999-03-19  Jim Meyering  <meyering@ascend.com>
46167
46168         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
46169
46170 1999-03-12  Jim Meyering  <meyering@ascend.com>
46171
46172         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
46173
46174 1999-03-07  Jim Meyering  <meyering@ascend.com>
46175
46176         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
46177         declared.
46178
46179 1999-02-17  Jim Meyering  <meyering@ascend.com>
46180
46181         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
46182         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
46183
46184 1999-02-07  Jim Meyering  <meyering@ascend.com>
46185
46186         * m4/group-member.m4: New file -- extracted from sh-utils'
46187         configure.in.
46188
46189         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
46190         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
46191
46192 1999-02-06  Jim Meyering  <meyering@ascend.com>
46193
46194         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
46195         * m4/fnmatch.m4: Likewise.
46196         * m4/getgroups.m4: Likewise.
46197         * m4/lstat.m4: Likewise.
46198         * m4/malloc.m4: Likewise.
46199         * m4/putenv.m4: Likewise.
46200         * m4/realloc.m4: Likewise.
46201         * m4/regex.m4: Likewise.
46202         * m4/stat.m4: Likewise.
46203         * m4/strftime.m4: Likewise.
46204         Suggestion from Alain Magloire.
46205
46206         * m4/chown.m4: Use `.$ac_objext', not `.o'.
46207         * m4/fnmatch.m4: Likewise.
46208         * m4/getgroups.m4: Likewise.
46209         * m4/getline.m4: Likewise.
46210         * m4/lstat.m4: Likewise.
46211         * m4/malloc.m4: Likewise.
46212         * m4/memcmp.m4: Likewise.
46213         * m4/putenv.m4: Likewise.
46214         * m4/realloc.m4: Likewise.
46215         * m4/regex.m4: Likewise.
46216         * m4/stat.m4: Likewise.
46217         * m4/strftime.m4: Likewise.
46218         Suggestion from Alain Magloire.
46219
46220         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
46221         an argument.
46222
46223         * m4/regex.m4: Add a run-time Test for proper operation of
46224         re_compile_pattern.
46225
46226 1999-01-31  Jim Meyering  <meyering@ascend.com>
46227
46228         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
46229
46230 1999-01-30  Jim Meyering  <meyering@ascend.com>
46231
46232         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
46233
46234         * m4/jm-mktime.m4: Make this a wrapper around the official
46235         AM_FUNC_MKTIME rather than my private copy, now that the official one
46236         is up to date.
46237         * m4/mktime.m4: Remove file.
46238
46239         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
46240         * m4/uptime.m4: Likewise.
46241         * m4/uintmax_t.m4: Likewise.
46242
46243 1999-01-28  Jim Meyering  <meyering@ascend.com>
46244
46245         * m4/jm-macros.m4: Use jm_AFS.
46246         * m4/afs.m4: New file (from fileutils' configure.in).
46247
46248         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
46249         * m4/chown.m4: Likewise.
46250         * m4/d-ino.m4: Likewise.
46251         * m4/d-type.m4: Likewise.
46252         * m4/fnmatch.m4: Likewise.
46253         * m4/getgroups.m4: Likewise.
46254         * m4/gettext.m4: Likewise.
46255         * m4/jm-mktime.m4: Likewise.
46256         * m4/jm-winsz2.m4: Likewise.
46257         * m4/lcmessage.m4: Likewise.
46258         * m4/ls-mntd-fs.m4: Likewise.
46259         * m4/malloc.m4: Likewise.
46260         * m4/memcmp.m4: Likewise.
46261         * m4/putenv.m4: Likewise.
46262         * m4/realloc.m4: Likewise.
46263         * m4/st_mtim.m4: Likewise.
46264         * m4/strftime.m4: Likewise.
46265
46266 1999-01-16  Jim Meyering  <meyering@ascend.com>
46267
46268         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
46269         (ARGMATCH_DIE_DECL): Define.
46270
46271 1999-01-12  Jim Meyering  <meyering@ascend.com>
46272
46273         * m4/Makefile.am.in: Rewrite to avoid using fmt.
46274         Reported by Lars Hecking.
46275
46276 1999-01-10  Jim Meyering  <meyering@ascend.com>
46277
46278         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
46279         gross kludge.
46280         * m4/inttypes_h.m4: Likewise.
46281         * m4/lstat.m4: Likewise.
46282         * m4/malloc.m4: Likewise.
46283         * m4/readdir.m4: Likewise.
46284         * m4/realloc.m4: Likewise.
46285         * m4/st_dm_mode.m4: Likewise.
46286         * m4/stat.m4: Likewise.
46287         * m4/utimbuf.m4: Likewise.
46288         * m4/utimes.m4: Likewise.
46289
46290         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
46291         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
46292         comments in config.h.in are meaningful.
46293
46294         * m4/jm-macros.m4: Require autoconf-2.13 here.
46295
46296         * m4/regex.m4: By default, don't use the included regex.c on systems
46297         with glibc 2.  Suggestion from Uli Drepper.
46298
46299 1999-01-02  Jim Meyering  <meyering@ascend.com>
46300
46301         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
46302
46303 1998-12-18  Jim Meyering  <meyering@ascend.com>
46304
46305         * m4/Makefile.am.in (Makefile.am): Simplify rule.
46306         Based on a suggestion from Lars Hecking.
46307
46308 1998-11-16  Paul Eggert  <eggert@twinsun.com>
46309
46310         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
46311
46312 1998-11-16  Jim Meyering  <meyering@ascend.com>
46313
46314         * m4/lfs.m4: Double-quote the `uname...` expression.
46315
46316 1998-11-14  Jim Meyering  <meyering@ascend.com>
46317
46318         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
46319         * m4/stat.m4: Likewise.
46320
46321 1998-11-03  Jim Meyering  <meyering@ascend.com>
46322
46323         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
46324         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
46325
46326 1998-10-18  Jim Meyering  <meyering@ascend.com>
46327
46328         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
46329
46330 1998-10-17  Jim Meyering  <meyering@ascend.com>
46331
46332         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
46333         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
46334         calls for those previously hard-coded headers.  Instead, take a new
46335         parameter.
46336         (jm_CHECK_DECLARATIONS): Reflect interface change.
46337         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
46338         (jm_CHECK_DECL_LOCALTIME_R): New macro.
46339
46340         * m4/mktime.m4: Test for spring-forward gap before long-running test.
46341
46342 1998-10-14  Jim Meyering  <meyering@ascend.com>
46343
46344         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
46345         instead of "TZ=America/Vancouver".  From Paul Eggert.
46346
46347 1998-10-11  Jim Meyering  <meyering@ascend.com>
46348
46349         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
46350         This adds a test for a recently added compatibility fix for mktime.c.
46351         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
46352
46353 1998-09-27  Jim Meyering  <meyering@ascend.com>
46354
46355         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
46356
46357         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
46358         ../configure.in, including a change from Gordon Matzigkeit to allow
46359         cross-compiling for the Hurd.
46360
46361         * m4/glibc.m4: New file/macro to test for the GNU C Library
46362         versions 1 and 2.  From Gordon Matzigkeit.
46363         Indent.
46364
46365 1998-09-21  Jim Meyering  <meyering@ascend.com>
46366
46367         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
46368
46369 1998-08-18  Paul Eggert  <eggert@twinsun.com>
46370
46371         Port nanosecond-resolution times to UnixWare 2.1.2 and
46372         pedantic Solaris 2.6.
46373
46374         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
46375         AC_STRUCT_ST_MTIM.
46376         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
46377         Generate name of ns member, instead of just 1 or undef.
46378         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
46379
46380 1998-08-15  Jim Meyering  <meyering@ascend.com>
46381
46382         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
46383         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
46384         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
46385         instead of jm_TYPE_SSIZE_T.
46386
46387 1998-08-12  Jim Meyering  <meyering@ascend.com>
46388
46389         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
46390
46391 1998-08-02  Jim Meyering  <meyering@ascend.com>
46392
46393         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
46394         in acconfig.h manually.
46395
46396 1998-07-31  Paul Eggert  <eggert@twinsun.com>
46397
46398         * m4/st_mtim.m4: New file.
46399
46400 1998-07-28  Jim Meyering  <meyering@ascend.com>
46401
46402         * m4/utimes.m4: Undef stat.
46403
46404 1998-07-25  Jim Meyering  <meyering@ascend.com>
46405
46406         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
46407         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
46408
46409 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
46410
46411         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
46412         uid and gid actually remain unchanged.
46413
46414 1998-07-07  Jim Meyering  <meyering@ascend.com>
46415
46416         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
46417
46418 1998-07-04  Jim Meyering  <meyering@ascend.com>
46419
46420         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
46421         to prove that this macro can be used in packages without regex.c.
46422
46423 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
46424
46425         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
46426         is to be used.
46427
46428 1998-07-03  Jim Meyering  <meyering@ascend.com>
46429
46430         * m4/gettext.m4: Add -lintl if it's found to be necessary.
46431
46432         * m4/gettext.m4: New file -- from gettext-0.10.35.
46433         * m4/lcmessage.m4: Likewise.
46434         * m4/progtest.m4: Likewise.
46435
46436         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
46437         * m4/jm-macros.m4: Require the new macro.
46438
46439 1998-06-29  Jim Meyering  <meyering@ascend.com>
46440
46441         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
46442         for the definition of NGROUPS (used in a system header included
46443         by sys/mount.h).
46444
46445 1998-06-28  Jim Meyering  <meyering@ascend.com>
46446
46447         * m4/ls-mntd-fs.m4: New file.
46448         * m4/fstypename.m4: New file.
46449
46450         * m4/jm-macros.m4: Require the new macro.
46451         * m4/jm-glibc-io.m4: New file.
46452
46453 1998-05-19  Jim Meyering  <meyering@ascend.com>
46454
46455         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
46456         * m4/lchown.m4: New file.
46457
46458         * m4/Makefile.am.in: New file.
46459         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
46460
46461 1998-05-14  Jim Meyering  <meyering@ascend.com>
46462
46463         * m4/Makefile.am (EXTRA_DIST): Add them.
46464         * m4/jm-macros.m4: New file.
46465         * m4/utimbuf.m4: New file.
46466
46467 1998-05-12  Jim Meyering  <meyering@ascend.com>
46468
46469         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
46470
46471 1998-05-11  Jim Meyering  <meyering@ascend.com>
46472
46473         * m4/isc-posix.m4: New file.
46474
46475 1998-05-10  Jim Meyering  <meyering@ascend.com>
46476
46477         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
46478
46479 1998-05-09  Jim Meyering  <meyering@ascend.com>
46480
46481         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
46482         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
46483         with automake.
46484
46485         * m4/ssize_t.m4: New file.
46486         * m4/mktime.m4: Remove file -- the new automake has this now.
46487
46488 1998-04-26  Jim Meyering  <meyering@ascend.com>
46489
46490         * m4/assert.m4: New file.
46491         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
46492
46493 1998-04-05  Jim Meyering  <meyering@ascend.com>
46494
46495         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
46496         (jm_PREREQ): Use it here.
46497
46498 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
46499
46500         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
46501         in acconfig.h.
46502
46503 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
46504
46505         * m4/prereq.m4: New file.
46506         * m4/error.m4: New file.
46507         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
46508
46509 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
46510
46511         * m4/getline.m4: Don't set am_cv_func_working_getline before the
46512         cache-check for the same variable -- that defeated the purpose of
46513         the test; the test program was never run.  This was a problem only
46514         on systems with losing getline functions -- HP-UX 10.20 is one.
46515         Reported by Bjorn Helgaas.
46516
46517 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
46518
46519         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
46520
46521 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
46522
46523         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
46524
46525         * m4/const.m4: New file.  Use an initializer in this declaration
46526         typedef int charset[2]; const charset x;
46527         Reported by Bob Glickstein.
46528
46529 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
46530
46531         * m4/chown.m4: Fix reversed types on -1 args to chown.
46532         From Kaveh Ghazi.
46533
46534 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
46535
46536         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
46537         Add lseek and memchr.
46538
46539         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
46540         T.E.Dickey <dickey@clark.net> said that some older preprocessors
46541         have a 20-character limit on names.
46542
46543 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
46544
46545         * m4/inttypes_h.m4: New file.
46546         * m4/uintmax_t.m4: New file.
46547         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
46548
46549
46550         -----
46551
46552         Local Variables:
46553         coding: utf-8
46554         End:
46555
46556         Copyright (C) 1997-2008 Free Software Foundation, Inc.
46557
46558         Copying and distribution of this file, with or without
46559         modification, are permitted provided the copyright notice
46560         and this notice are preserved.