flock: Fix trivial mistakes.
[gnulib.git] / ChangeLog
1 2008-12-18  Simon Josefsson  <simon@josefsson.org>
2
3         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
4         G. Christensen" <tgc@jupiterrise.com>.
5
6         * lib/flock.c: Need to include errno.h.  Reported by "Tom
7         G. Christensen" <tgc@jupiterrise.com>.
8
9         * lib/flock.c: Need to include string.h.  Reported by "Tom
10         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
11         <ebb9@byu.net>.
12
13 2008-12-18  Bruno Haible  <bruno@clisp.org>
14
15         * m4/locale-ja.m4: New file, from GNU gettext.
16
17 2008-12-17  Bruno Haible  <bruno@clisp.org>
18
19         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
20         Suggested by Eric Blake.
21
22 2008-12-17  Bruno Haible  <bruno@clisp.org>
23
24         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
25
26 2008-12-17  Bruno Haible  <bruno@clisp.org>
27
28         * lib/mbsinit.c: Include verify.h. Verify an assumption.
29         * modules/mbsinit (Depends-on): Add verify.
30         Suggested by Paul Eggert.
31
32 2008-12-17  Bruno Haible  <bruno@clisp.org>
33
34         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
35         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
36         gl_FUNC_MBRTOWC.
37         * m4/mbiter.m4 (gl_MBITER): LIkewise.
38         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
39         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
40         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
41         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
42         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
43         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
44         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
45         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
46         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
47         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
48         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
49         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
50         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
51         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
52         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
53         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
54         * modules/trim (configure.ac): Likewise.
55
56 2008-12-17  Bruno Haible  <bruno@clisp.org>
57
58         * modules/btowc-tests: New file.
59         * tests/test-btowc1.sh: New file.
60         * tests/test-btowc2.sh: New file.
61         * tests/test-btowc.c: New file.
62
63         New module 'btowc'.
64         * lib/wchar.in.h (btowc): New declaration.
65         * lib/btowc.c: New file.
66         * m4/btowc.m4: New file.
67         * modules/btowc: New file.
68         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
69         HAVE_BTOWC.
70         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
71         * doc/posix-functions/btowc.texi: Document the new module.
72
73 2008-12-17  Bruno Haible  <bruno@clisp.org>
74
75         New module 'mbsinit'.
76         * lib/wchar.in.h (mbsinit): New declaration.
77         * lib/mbsinit.c: New file.
78         * m4/mbsinit.m4: New file.
79         * modules/mbsinit: New file.
80         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
81         HAVE_MBSINIT.
82         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
83         HAVE_MBSINIT.
84         * doc/posix-functions/mbsinit.texi: Document the new module.
85
86 2008-12-16  Bruno Haible  <bruno@clisp.org>
87
88         * lib/unistd.in.h: Add comment.
89         * tests/test-environ.c: Don't include <stdlib.h>.
90
91 2008-12-16  Bruno Haible  <bruno@clisp.org>
92
93         * lib/parse-duration.h (parse_duration): Document return value
94         convention.
95         * lib/parse-duration.c: Include specification header first. Add
96         comments.
97         (_): Remove macro.
98         (parse_year_month_day, parse_hour_minute_second): Move side effects
99         outside of strchr call.
100         (parse_non_iso8601): Move side effects outside of isspace call.
101         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
102         call.
103
104 2008-12-16  Bruno Haible  <bruno@clisp.org>
105
106         * tests/test-parse-duration.sh: Produce no output when the test
107         succeeds.
108
109 2008-12-16  Bruno Haible  <bruno@clisp.org>
110
111         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
112         expressions.
113
114 2008-12-15  Bruno Haible  <bruno@clisp.org>
115
116         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
117         * doc/glibc-functions/flistxattr.texi: Likewise.
118         * doc/glibc-functions/fopencookie.texi: Likewise.
119         * doc/glibc-functions/fremovexattr.texi: Likewise.
120         * doc/glibc-functions/fsetxattr.texi: Likewise.
121         * doc/glibc-functions/getxattr.texi: Likewise.
122         * doc/glibc-functions/lgetxattr.texi: Likewise.
123         * doc/glibc-functions/listxattr.texi: Likewise.
124         * doc/glibc-functions/llistxattr.texi: Likewise.
125         * doc/glibc-functions/lremovexattr.texi: Likewise.
126         * doc/glibc-functions/lsetxattr.texi: Likewise.
127         * doc/glibc-functions/removexattr.texi: Likewise.
128         * doc/glibc-functions/setxattr.texi: Likewise.
129         * doc/posix-functions/open_memstream.texi: Likewise.
130
131 2008-12-15  Eric Blake  <ebb9@byu.net>
132
133         Update doc for cygwin 1.7.
134         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
135         functions.
136         * doc/posix-functions/fchmodat.texi: Likewise.
137         * doc/posix-functions/fchownat.texi: Likewise.
138         * doc/posix-functions/fdopendir.texi: Likewise.
139         * doc/posix-functions/fmemopen.texi: Likewise.
140         * doc/posix-functions/freeaddrinfo.texi: Likewise.
141         * doc/posix-functions/fstatat.texi: Likewise.
142         * doc/posix-functions/futimens.texi: Likewise.
143         * doc/posix-functions/gai_strerror.texi: Likewise.
144         * doc/posix-functions/getaddrinfo.texi: Likewise.
145         * doc/posix-functions/getnameinfo.texi: Likewise.
146         * doc/posix-functions/if_freenameindex.texi: Likewise.
147         * doc/posix-functions/if_indextoname.texi: Likewise.
148         * doc/posix-functions/if_nameindex.texi: Likewise.
149         * doc/posix-functions/if_nametoindex.texi: Likewise.
150         * doc/posix-functions/insque.texi: Likewise.
151         * doc/posix-functions/linkat.texi: Likewise.
152         * doc/posix-functions/llrint.texi: Likewise.
153         * doc/posix-functions/llrintf.texi: Likewise.
154         * doc/posix-functions/llrintl.texi: Likewise.
155         * doc/posix-functions/lockf.texi: Likewise.
156         * doc/posix-functions/lrintl.texi: Likewise.
157         * doc/posix-functions/mkdirat.texi: Likewise.
158         * doc/posix-functions/mkfifoat.texi: Likewise.
159         * doc/posix-functions/mknodat.texi: Likewise.
160         * doc/posix-functions/mq_close.texi: Likewise.
161         * doc/posix-functions/mq_getattr.texi: Likewise.
162         * doc/posix-functions/mq_notify.texi: Likewise.
163         * doc/posix-functions/mq_open.texi: Likewise.
164         * doc/posix-functions/mq_receive.texi: Likewise.
165         * doc/posix-functions/mq_send.texi: Likewise.
166         * doc/posix-functions/mq_setattr.texi: Likewise.
167         * doc/posix-functions/mq_timedreceive.texi: Likewise.
168         * doc/posix-functions/mq_timedsend.texi: Likewise.
169         * doc/posix-functions/mq_unlink.texi: Likewise.
170         * doc/posix-functions/open_memstream.texi: Likewise.
171         * doc/posix-functions/openat.texi: Likewise.
172         * doc/posix-functions/posix_fadvise.texi: Likewise.
173         * doc/posix-functions/posix_fallocate.texi: Likewise.
174         * doc/posix-functions/posix_madvise.texi: Likewise.
175         * doc/posix-functions/posix_memalign.texi: Likewise.
176         * doc/posix-functions/posix_openpt.texi: Likewise.
177         * doc/posix-functions/readlinkat.texi: Likewise.
178         * doc/posix-functions/remque.texi: Likewise.
179         * doc/posix-functions/renameat.texi: Likewise.
180         * doc/posix-functions/rintl.texi: Likewise.
181         * doc/posix-functions/sem_unlink.texi: Likewise.
182         * doc/posix-functions/shm_open.texi: Likewise.
183         * doc/posix-functions/shm_unlink.texi: Likewise.
184         * doc/posix-functions/signgam.texi: Likewise.
185         * doc/posix-functions/sigset.texi: Likewise.
186         * doc/posix-functions/stpcpy.texi: Likewise.
187         * doc/posix-functions/stpncpy.texi: Likewise.
188         * doc/posix-functions/strerror.texi: Likewise.
189         * doc/posix-functions/strtod.texi: Likewise.
190         * doc/posix-functions/symlinkat.texi: Likewise.
191         * doc/posix-functions/unlinkat.texi: Likewise.
192         * doc/posix-functions/utimensat.texi: Likewise.
193         * doc/glibc-functions/bindresvport.texi: Likewise.
194         * doc/glibc-functions/dn_expand.texi: Likewise.
195         * doc/glibc-functions/exp10.texi: Likewise.
196         * doc/glibc-functions/exp10f.texi: Likewise.
197         * doc/glibc-functions/fgetxattr.texi: Likewise.
198         * doc/glibc-functions/flistxattr.texi: Likewise.
199         * doc/glibc-functions/fopencookie.texi: Likewise.
200         * doc/glibc-functions/freeifaddrs.texi: Likewise.
201         * doc/glibc-functions/fremovexattr.texi: Likewise.
202         * doc/glibc-functions/fsetxattr.texi: Likewise.
203         * doc/glibc-functions/getifaddrs.texi: Likewise.
204         * doc/glibc-functions/getxattr.texi: Likewise.
205         * doc/glibc-functions/lgetxattr.texi: Likewise.
206         * doc/glibc-functions/listxattr.texi: Likewise.
207         * doc/glibc-functions/llistxattr.texi: Likewise.
208         * doc/glibc-functions/lremovexattr.texi: Likewise.
209         * doc/glibc-functions/lsetxattr.texi: Likewise.
210         * doc/glibc-functions/pow10.texi: Likewise.
211         * doc/glibc-functions/pow10f.texi: Likewise.
212         * doc/glibc-functions/rcmd_af.texi: Likewise.
213         * doc/glibc-functions/removexattr.texi: Likewise.
214         * doc/glibc-functions/res_init.texi: Likewise.
215         * doc/glibc-functions/res_mkquery.texi: Likewise.
216         * doc/glibc-functions/res_query.texi: Likewise.
217         * doc/glibc-functions/res_querydomain.texi: Likewise.
218         * doc/glibc-functions/res_send.texi: Likewise.
219         * doc/glibc-functions/rresvport_af.texi: Likewise.
220         * doc/glibc-functions/setxattr.texi: Likewise.
221         * doc/glibc-functions/strcasestr.texi: Likewise.
222
223 2008-12-15  Bruno Haible  <bruno@clisp.org>
224
225         Fix compilation error on OSF/1 4.0.
226         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
227         <sys/time.h>, simply delegate to the system header.
228         Reported by Daniel Richard G. <oss@teragram.com>.
229
230 2008-12-15  Bruno Haible  <bruno@clisp.org>
231
232         * doc/posix-functions/openat.texi: Mention the 'openat' module.
233         * doc/posix-functions/fchmodat.texi: Likewise.
234         * doc/posix-functions/fchownat.texi: Likewise.
235         * doc/posix-functions/fdopendir.texi: Likewise.
236         * doc/posix-functions/fstatat.texi: Likewise.
237         * doc/posix-functions/mkdirat.texi: Likewise.
238         * doc/posix-functions/unlinkat.texi: Likewise.
239
240 2008-12-14  Bruno Haible  <bruno@clisp.org>
241
242         Update doc for POSIX:2008.
243         * doc/posix-functions/faccessat.texi: New file.
244         * doc/posix-functions/fchmodat.texi: New file.
245         * doc/posix-functions/fchownat.texi: New file.
246         * doc/posix-functions/fdopendir.texi: New file.
247         * doc/posix-functions/fstatat.texi: New file.
248         * doc/posix-functions/futimens.texi: New file.
249         * doc/posix-functions/linkat.texi: New file.
250         * doc/posix-functions/mkdirat.texi: New file.
251         * doc/posix-functions/mkfifoat.texi: New file.
252         * doc/posix-functions/mknodat.texi: New file.
253         * doc/posix-functions/open_wmemstream.texi: New file.
254         * doc/posix-functions/openat.texi: New file.
255         * doc/posix-functions/psiginfo.texi: New file.
256         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
257         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
258         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
259         * doc/posix-functions/readlinkat.texi: New file.
260         * doc/posix-functions/renameat.texi: New file.
261         * doc/posix-functions/strerror_l.texi: New file.
262         * doc/posix-functions/symlinkat.texi: New file.
263         * doc/posix-functions/unlinkat.texi: New file.
264         * doc/posix-functions/utimensat.texi: New file.
265         * doc/gnulib.texi (Function Substitutes): Add these subsections.
266
267 2008-12-14  Bruno Haible  <bruno@clisp.org>
268
269         Update doc for POSIX:2008.
270         * doc/posix-functions/alphasort.texi: Renamed from
271         doc/glibc-functions/alphasort.texi.
272         * doc/posix-functions/dirfd.texi: Renamed from
273         doc/glibc-functions/dirfd.texi.
274         * doc/posix-functions/dprintf.texi: Renamed from
275         doc/glibc-functions/dprintf.texi.
276         * doc/posix-functions/duplocale.texi: Renamed from
277         doc/glibc-functions/duplocale.texi.
278         * doc/posix-functions/fexecve.texi: Renamed from
279         doc/glibc-functions/fexecve.texi.
280         * doc/posix-functions/fmemopen.texi: Renamed from
281         doc/glibc-functions/fmemopen.texi.
282         * doc/posix-functions/freelocale.texi: Renamed from
283         doc/glibc-functions/freelocale.texi.
284         * doc/posix-functions/getdate_err.texi: Renamed from
285         doc/glibc-functions/getdate_err.texi.
286         * doc/posix-functions/isalnum_l.texi: Renamed from
287         doc/glibc-functions/isalnum_l.texi.
288         * doc/posix-functions/isalpha_l.texi: Renamed from
289         doc/glibc-functions/isalpha_l.texi.
290         * doc/posix-functions/isblank_l.texi: Renamed from
291         doc/glibc-functions/isblank_l.texi.
292         * doc/posix-functions/iscntrl_l.texi: Renamed from
293         doc/glibc-functions/iscntrl_l.texi.
294         * doc/posix-functions/isdigit_l.texi: Renamed from
295         doc/glibc-functions/isdigit_l.texi.
296         * doc/posix-functions/isgraph_l.texi: Renamed from
297         doc/glibc-functions/isgraph_l.texi.
298         * doc/posix-functions/islower_l.texi: Renamed from
299         doc/glibc-functions/islower_l.texi.
300         * doc/posix-functions/isprint_l.texi: Renamed from
301         doc/glibc-functions/isprint_l.texi.
302         * doc/posix-functions/ispunct_l.texi: Renamed from
303         doc/glibc-functions/ispunct_l.texi.
304         * doc/posix-functions/isspace_l.texi: Renamed from
305         doc/glibc-functions/isspace_l.texi.
306         * doc/posix-functions/isupper_l.texi: Renamed from
307         doc/glibc-functions/isupper_l.texi.
308         * doc/posix-functions/iswalnum_l.texi: Renamed from
309         doc/glibc-functions/iswalnum_l.texi.
310         * doc/posix-functions/iswalpha_l.texi: Renamed from
311         doc/glibc-functions/iswalpha_l.texi.
312         * doc/posix-functions/iswblank_l.texi: Renamed from
313         doc/glibc-functions/iswblank_l.texi.
314         * doc/posix-functions/iswcntrl_l.texi: Renamed from
315         doc/glibc-functions/iswcntrl_l.texi.
316         * doc/posix-functions/iswctype_l.texi: Renamed from
317         doc/glibc-functions/iswctype_l.texi.
318         * doc/posix-functions/iswdigit_l.texi: Renamed from
319         doc/glibc-functions/iswdigit_l.texi.
320         * doc/posix-functions/iswgraph_l.texi: Renamed from
321         doc/glibc-functions/iswgraph_l.texi.
322         * doc/posix-functions/iswlower_l.texi: Renamed from
323         doc/glibc-functions/iswlower_l.texi.
324         * doc/posix-functions/iswprint_l.texi: Renamed from
325         doc/glibc-functions/iswprint_l.texi.
326         * doc/posix-functions/iswpunct_l.texi: Renamed from
327         doc/glibc-functions/iswpunct_l.texi.
328         * doc/posix-functions/iswspace_l.texi: Renamed from
329         doc/glibc-functions/iswspace_l.texi.
330         * doc/posix-functions/iswupper_l.texi: Renamed from
331         doc/glibc-functions/iswupper_l.texi.
332         * doc/posix-functions/iswxdigit_l.texi: Renamed from
333         doc/glibc-functions/iswxdigit_l.texi.
334         * doc/posix-functions/isxdigit_l.texi: Renamed from
335         doc/glibc-functions/isxdigit_l.texi.
336         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
337         doc/glibc-functions/mbsnrtowcs.texi.
338         * doc/posix-functions/mkdtemp.texi: Renamed from
339         doc/glibc-functions/mkdtemp.texi.
340         * doc/posix-functions/newlocale.texi: Renamed from
341         doc/glibc-functions/newlocale.texi.
342         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
343         doc/glibc-functions/nl_langinfo_l.texi.
344         * doc/posix-functions/open_memstream.texi: Renamed from
345         doc/glibc-functions/open_memstream.texi.
346         * doc/posix-functions/opterr.texi: Renamed from
347         doc/glibc-functions/opterr.texi.
348         * doc/posix-functions/optind.texi: Renamed from
349         doc/glibc-functions/optind.texi.
350         * doc/posix-functions/optopt.texi: Renamed from
351         doc/glibc-functions/optopt.texi.
352         * doc/posix-functions/psignal.texi: Renamed from
353         doc/glibc-functions/psignal.texi.
354         * doc/posix-functions/scandir.texi: Renamed from
355         doc/glibc-functions/scandir.texi.
356         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
357         doc/glibc-functions/sched_get_priority_min.texi.
358         * doc/posix-functions/signgam.texi: Renamed from
359         doc/glibc-functions/signgam.texi.
360         * doc/posix-functions/stpcpy.texi: Renamed from
361         doc/glibc-functions/stpcpy.texi.
362         * doc/posix-functions/stpncpy.texi: Renamed from
363         doc/glibc-functions/stpncpy.texi.
364         * doc/posix-functions/strcasecmp_l.texi: Renamed from
365         doc/glibc-functions/strcasecmp_l.texi.
366         * doc/posix-functions/strcoll_l.texi: Renamed from
367         doc/glibc-functions/strcoll_l.texi.
368         * doc/posix-functions/strfmon_l.texi: Renamed from
369         doc/glibc-functions/strfmon_l.texi.
370         * doc/posix-functions/strftime_l.texi: Renamed from
371         doc/glibc-functions/strftime_l.texi.
372         * doc/posix-functions/strncasecmp_l.texi: Renamed from
373         doc/glibc-functions/strncasecmp_l.texi.
374         * doc/posix-functions/strndup.texi: Renamed from
375         doc/glibc-functions/strndup.texi.
376         * doc/posix-functions/strnlen.texi: Renamed from
377         doc/glibc-functions/strnlen.texi.
378         * doc/posix-functions/strsignal.texi: Renamed from
379         doc/glibc-functions/strsignal.texi.
380         * doc/posix-functions/strxfrm_l.texi: Renamed from
381         doc/glibc-functions/strxfrm_l.texi.
382         * doc/posix-functions/timer_gettime.texi: Renamed from
383         doc/glibc-functions/timer_gettime.texi.
384         * doc/posix-functions/tolower_l.texi: Renamed from
385         doc/glibc-functions/tolower_l.texi.
386         * doc/posix-functions/toupper_l.texi: Renamed from
387         doc/glibc-functions/toupper_l.texi.
388         * doc/posix-functions/towctrans_l.texi: Renamed from
389         doc/glibc-functions/towctrans_l.texi.
390         * doc/posix-functions/towlower_l.texi: Renamed from
391         doc/glibc-functions/towlower_l.texi.
392         * doc/posix-functions/towupper_l.texi: Renamed from
393         doc/glibc-functions/towupper_l.texi.
394         * doc/posix-functions/uselocale.texi: Renamed from
395         doc/glibc-functions/uselocale.texi.
396         * doc/posix-functions/vdprintf.texi: Renamed from
397         doc/glibc-functions/vdprintf.texi.
398         * doc/posix-functions/wcpcpy.texi:
399         Renamed from doc/glibc-functions/wcpcpy.texi.
400         * doc/posix-functions/wcpncpy.texi: Renamed from
401         doc/glibc-functions/wcpncpy.texi.
402         * doc/posix-functions/wcscasecmp.texi: Renamed from
403         doc/glibc-functions/wcscasecmp.texi.
404         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
405         doc/glibc-functions/wcscasecmp_l.texi.
406         * doc/posix-functions/wcscoll_l.texi: Renamed from
407         doc/glibc-functions/wcscoll_l.texi.
408         * doc/posix-functions/wcsdup.texi: Renamed from
409         doc/glibc-functions/wcsdup.texi.
410         * doc/posix-functions/wcsncasecmp.texi: Renamed from
411         doc/glibc-functions/wcsncasecmp.texi.
412         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
413         doc/glibc-functions/wcsncasecmp_l.texi.
414         * doc/posix-functions/wcsnlen.texi: Renamed from
415         doc/glibc-functions/wcsnlen.texi.
416         * doc/posix-functions/wcsnrtombs.texi: Renamed from
417         doc/glibc-functions/wcsnrtombs.texi.
418         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
419         doc/glibc-functions/wcsxfrm_l.texi.
420         * doc/posix-functions/wctrans_l.texi: Renamed from
421         doc/glibc-functions/wctrans_l.texi.
422         * doc/posix-functions/wctype_l.texi: Renamed from
423         doc/glibc-functions/wctype_l.texi.
424         * doc/gnulib.texi (Function Substitutes): Add these subsections.
425         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
426         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
427         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
428         these subsections.
429         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
430         Remove sections.
431
432 2008-12-14  Bruno Haible  <bruno@clisp.org>
433
434         Update doc for POSIX:2008.
435         * doc/posix-functions/*.texi: Update URL of POSIX specification.
436
437 2008-12-14  Bruno Haible  <bruno@clisp.org>
438
439         Update doc for POSIX:2008.
440         * doc/pastposix-functions/bcmp.texi: Renamed from
441         doc/posix-functions/bcmp.texi.
442         * doc/pastposix-functions/bcopy.texi: Renamed from
443         doc/posix-functions/bcopy.texi.
444         * doc/pastposix-functions/bsd_signal.texi: Renamed from
445         doc/posix-functions/bsd_signal.texi.
446         * doc/pastposix-functions/bzero.texi: Renamed from
447         doc/posix-functions/bzero.texi.
448         * doc/pastposix-functions/ecvt.texi: Renamed from
449         doc/posix-functions/ecvt.texi.
450         * doc/pastposix-functions/fcvt.texi: Renamed from
451         doc/posix-functions/fcvt.texi.
452         * doc/pastposix-functions/ftime.texi: Renamed from
453         doc/posix-functions/ftime.texi.
454         * doc/pastposix-functions/gcvt.texi: Renamed from
455         doc/posix-functions/gcvt.texi.
456         * doc/pastposix-functions/getcontext.texi: Renamed from
457         doc/posix-functions/getcontext.texi.
458         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
459         doc/posix-functions/gethostbyaddr.texi.
460         * doc/pastposix-functions/gethostbyname.texi: Renamed from
461         doc/posix-functions/gethostbyname.texi.
462         * doc/pastposix-functions/getwd.texi: Renamed from
463         doc/posix-functions/getwd.texi.
464         * doc/pastposix-functions/h_errno.texi: Renamed from
465         doc/posix-functions/h_errno.texi.
466         * doc/pastposix-functions/index.texi: Renamed from
467         doc/posix-functions/index.texi.
468         * doc/pastposix-functions/makecontext.texi: Renamed from
469         doc/posix-functions/makecontext.texi.
470         * doc/pastposix-functions/mktemp.texi: Renamed from
471         doc/posix-functions/mktemp.texi.
472         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
473         doc/posix-functions/pthread_attr_getstackaddr.texi.
474         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
475         doc/posix-functions/pthread_attr_setstackaddr.texi.
476         * doc/pastposix-functions/rindex.texi: Renamed from
477         doc/posix-functions/rindex.texi.
478         * doc/pastposix-functions/scalb.texi: Renamed from
479         doc/posix-functions/scalb.texi.
480         * doc/pastposix-functions/setcontext.texi: Renamed from
481         doc/posix-functions/setcontext.texi.
482         * doc/pastposix-functions/swapcontext.texi: Renamed from
483         doc/posix-functions/swapcontext.texi.
484         * doc/pastposix-functions/ualarm.texi: Renamed from
485         doc/posix-functions/ualarm.texi.
486         * doc/pastposix-functions/usleep.texi: Renamed from
487         doc/posix-functions/usleep.texi.
488         * doc/pastposix-functions/vfork.texi: Renamed from
489         doc/posix-functions/vfork.texi.
490         * doc/pastposix-functions/wcswcs.texi: Renamed from
491         doc/posix-functions/wcswcs.texi.
492         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
493         (Function Substitutes): Update.
494
495 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
496
497         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
498         m4/strerror.m4.
499
500 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
501             Bruno Haible  <bruno@clisp.org>
502
503         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
504
505 2008-12-13  Bruno Haible  <bruno@clisp.org>
506
507         * modules/strtoull (Depends-on): Remove unistd.
508
509 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
510
511         * modules/strtoull (Depends-on): Add stdlib.
512
513 2008-12-11  Simon Josefsson  <simon@josefsson.org>
514
515         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
516
517 2008-12-10  Jim Meyering  <meyering@redhat.com>
518
519         gl_ASSERT: don't say assertions are disabled when they're not
520         * m4/assert.m4 (gl_ASSERT): Do not make configure report
521         "checking whether to enable assertions... no", when they are in
522         fact enabled.  This is solely a bug in the output of configure.
523         In spite of saying "no", NDEBUG was not defined in that case.
524         Also, as noted by Eric Blake, leave assertions enabled upon
525         --enable-assert=INVALID.
526
527 2008-12-10  Bruno Haible  <bruno@clisp.org>
528
529         Change MODULES.html to refer to POSIX:2008 where possible.
530         * MODULES.html.sh (POSIX2008_URL): New variable.
531         (posix_headers): Remove sys/timeb, ucontext.
532         (posix2001_headers): New variable.
533         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
534         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
535         index, makecontext, mktemp, pthread_attr_getstackaddr,
536         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
537         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
538         (posix2001_functions): New variable.
539         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
540         otherwise.
541
542 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
543
544         add missing include to parse-duration.c
545         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
546         * modules/parse-duration (Depends-on): Add xalloc.
547
548         fix sed script reading maint.mk
549         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
550         (syntax-check-rules): Use it.
551
552 2008-12-09  Bruno Haible  <bruno@clisp.org>
553
554         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
555         MacOS X 10.4/PowerPC.
556         Reported by Simon Josefsson.
557
558 2008-12-08  Jim Meyering  <meyering@redhat.com>
559
560         work around mingw's lack of some S_IF definitions
561         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
562         Reported by Simon Josefsson.
563
564 2008-12-08  Bruno Haible  <bruno@clisp.org>
565
566         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
567         applied to variables. Needed on MacOS X 10.4/PowerPC.
568         Reported by Simon Josefsson.
569
570 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
571         and Eric Blake  <ebb9@byu.net>
572
573         assert: honor --enable-assert
574         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
575         order to honor --enable-assert, rather than treating it as a
576         synonym for --disable-assert.
577
578 2008-12-08  Jim Meyering  <meyering@redhat.com>
579
580         * lib/posixtm.c: Remove now-useless declaration of mktime.
581
582         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
583
584 2008-12-07  Bruno Haible  <bruno@clisp.org>
585
586         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
587         test_once): Mark functions as static.
588         * tests/test-tls.c (test_tls): Likewise.
589
590 2008-12-07  Bruno Haible  <bruno@clisp.org>
591
592         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
593         iconv_register_autodetect.
594
595 2008-12-07  Jim Meyering  <meyering@redhat.com>
596
597         posixtm.c: avoid a warning
598         * lib/posixtm.c (posixtime): Don't initialize tm0.
599         It's no longer needed to placate gcc4's -Wuninitialized,
600         and the attempt to placate would elicit a new warning.
601
602         unicodeio.c: mark unused parameters
603         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
604         (fallback_failure_callback): Likewise.
605
606 2008-12-07  Bruno Haible  <bruno@clisp.org>
607
608         * gnulib-tool (func_create_testdir): When building the tests
609         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
610         Reported by Simon Josefsson.
611
612 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
613
614         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
615
616 2008-12-06  Bruno Haible  <bruno@clisp.org>
617
618         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
619         Suggested by Eric Blake.
620
621 2008-12-06  Bruno Haible  <bruno@clisp.org>
622
623         Fix a c-stack test failure on MacOS X.
624         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
625         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
626         handler for SIGBUS as well.
627         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
628         install a signal handler for SIGBUS as well.
629         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
630
631 2008-12-06  Bruno Haible  <bruno@clisp.org>
632
633         Advocacy documentation.
634         * doc/gnulib-intro.texi (Benefits): New section.
635         * doc/gnulib.texi: Update.
636
637 2008-12-06  Bruno Haible  <bruno@clisp.org>
638
639         Document the 'manywarnings' module.
640         * doc/manywarnings.texi: New file.
641         * doc/gnulib.texi: Include it.
642
643 2008-12-05  Eric Blake  <ebb9@byu.net>
644
645         tests: silence some gcc warnings
646         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
647         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
648         type mismatches.
649
650 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
651             Bruno Haible  <bruno@clisp.org>
652
653         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
654
655 2008-11-29  Jim Meyering  <meyering@redhat.com>
656
657         unicodeio.c: mark unused parameters
658         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
659         (fallback_failure_callback): Likewise.
660
661         fts: fix a thinko
662         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
663         (set_stat_type): Return S_IF*-valued "type" directly.
664         Prompted by James Youngman's spotting a related bug.
665         Confirmed by further testing through find.
666
667         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
668         * lib/fts.c (D_TYPE): Define.
669         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
670         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
671         (s_ifmt_shift_bits): New function.
672         (set_stat_type): New function.
673         (fts_build): When not calling fts_stat, call set_stat_type
674         to propagate dirent.d_type info to fts_read caller.
675         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
676         fts_statp->st_mode type information may be valid.
677
678 2008-11-28  Simon Josefsson  <simon@josefsson.org>
679
680         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
681         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
682         <sds@gnu.org>.
683
684 2008-11-20  Bruno Haible  <bruno@clisp.org>
685
686         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
687         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
688         INCLUDE_NEXT.
689         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
690         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
691         * modules/math (Makefile.am): Substitute
692         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
693         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
694
695 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
696             Bruno Haible  <bruno@clisp.org>
697
698         * lib/stdint.in.h: Define all type macros so that their expansion is
699         a single typedef'ed token. Fixes a compilation failure in Boost which
700         does "using ::int8_t;".
701
702 2008-11-18  Simon Josefsson  <simon@josefsson.org>
703
704         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
705         gl_MANYWARN_ALL_GCC.
706         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
707         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
708         * modules/manywarnings: New file.
709         * MODULES.html.sh: Mention manywarnings module.
710
711 2008-11-18  Bruno Haible  <bruno@clisp.org>
712
713         * doc/gnulib-tool.texi (Unit tests): New section.
714
715 2008-11-18  Simon Josefsson  <simon@josefsson.org>
716
717         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
718         paths like 'lib/po/foo.po'.
719
720 2008-11-17  Simon Josefsson  <simon@josefsson.org>
721
722         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
723         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
724
725 2008-11-17  Simon Josefsson  <simon@josefsson.org>
726
727         * m4/warnings.m4: Use CPPFLAGS to really check whether the
728         parameter works.
729
730 2008-11-17  Simon Josefsson  <simon@josefsson.org>
731
732         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
733
734 2008-11-17  Bruce Korb  <bkorb@gnu.org>
735
736         * modules/parse-duration-tests: New file.
737         * tests/test-parse-duration.sh: New file.
738         * tests/test-parse-duration.c: New file.
739
740         New module 'parse-duration'.
741         * lib/parse-duration.h: New file.
742         * lib/parse-duration.c: New file.
743         * modules/parse-duration: New file.
744
745 2008-11-17  Bruno Haible  <bruno@clisp.org>
746
747         * tests/test-select-out.sh: Comment out the first pipe test.
748         Reported by Simon Josefsson.
749
750 2008-11-17  Bruno Haible  <bruno@clisp.org>
751
752         * modules/getaddrinfo (Depends-on): Add servent, hostent.
753         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
754         gl_HOSTENT.
755
756 2008-11-17  Bruno Haible  <bruno@clisp.org>
757
758         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
759         -lnetwork and -lnet. Needed for Haiku and BeOS.
760
761 2008-11-16  Bruno Haible  <bruno@clisp.org>
762
763         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
764
765 2008-11-16  Bruno Haible  <bruno@clisp.org>
766
767         Avoid test failure on Haiku.
768         * tests/test-fsync.c: Include <errno.h>.
769         (main): Don't require that fsync (0) fails.
770
771 2008-11-15  Bruno Haible  <bruno@clisp.org>
772
773         New module 'hostent'.
774         * modules/hostent: New file.
775         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
776
777 2008-11-15  Bruno Haible  <bruno@clisp.org>
778
779         New module 'servent'.
780         * modules/servent: New file.
781         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
782
783 2008-11-15  Bruno Haible  <bruno@clisp.org>
784
785         Avoid generating same test program with two different rules.
786         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
787         test-frexp to test-frexp-nolibm.
788         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
789         test-frexpl to test-frexpl-nolibm.
790
791 2008-11-15  Bruno Haible  <bruno@clisp.org>
792
793         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
794         $(FREXPL_LIBM).
795
796 2008-11-15  Bruno Haible  <bruno@clisp.org>
797
798         * lib/netdb.in.h: Activate the definitions also when the system's
799         <netdb.h> has 'struct addrinfo'.
800         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
801         EAI_OVERFLOW or AI_NUMERICSERV.
802         * doc/posix-headers/netdb.texi: Document the problem.
803
804 2008-11-15  Bruno Haible  <bruno@clisp.org>
805
806         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
807
808         Make the 'sched' module work on platforms where <sched.h> exists but
809         is incomplete (such as Haiku).
810         * lib/sched.in.h; Include the system's <sched.h> if it exists.
811         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
812         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
813         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
814         HAVE_STRUCT_SCHED_PARAM.
815         * modules/sched (Depends-on): Add include_next.
816         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
817         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
818         * doc/posix-headers/sched.texi: Document the issue.
819
820 2008-11-13  Jim Meyering  <meyering@redhat.com>
821
822         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
823         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
824         test would fail due to the difference in the Report bugs to ...
825         line.  The expected address is empty, "<>", while the actual
826         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
827
828 2008-11-12  Bruno Haible  <bruno@clisp.org>
829
830         lstat: don't compile lstat.c on systems lacking lstat
831         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
832         which don't have lstat; this is handled by lib/sys_stat.in.h already.
833         Reported by Daniel P. Berrange via Jim Meyering.
834
835 2008-11-12  Jim Meyering  <meyering@redhat.com>
836
837         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
838
839 2008-11-12  Simon Josefsson  <simon@josefsson.org>
840
841         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
842         instead.
843
844 2008-11-12  Bruno Haible  <bruno@clisp.org>
845
846         * lib/unicodeio.c: Include unistr.h.
847         (utf8_wctomb): Remove function.
848         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
849
850 2008-11-12  Simon Josefsson  <simon@josefsson.org>
851
852         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
853         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
854         <bruno@clisp.org>.
855         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
856
857 2008-11-12  Simon Josefsson  <simon@josefsson.org>
858
859         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
860         * doc/gnulib.texi: Add section for warnings.
861
862 2008-11-11  Bruno Haible  <bruno@clisp.org>
863
864         * lib/sockets.h: Add a comment.
865
866 2008-11-11  Karl Berry  <karl@gnu.org>
867
868         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
869
870 2008-11-11  Eric Blake  <ebb9@byu.net>
871
872         fdl.texi: avoid git symlinks
873         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
874
875 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
876
877         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
878
879 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
880
881         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
882         (gl_WARN_ADD): Substitute $2 if literal.
883
884 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
885
886         * m4/warning.m4: Remove.
887
888 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
889
890         * m4/warnings.m4: Almost complete rewrite. :-)
891
892 2008-11-10  Simon Josefsson  <simon@josefsson.org>
893
894         * modules/warnings: New module.
895         * m4/warnings.m4: New file.
896         * MODULES.html.sh: Mention warnings module.
897         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
898         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
899
900 2008-11-10  Eric Blake  <ebb9@byu.net>
901
902         fdl.texi: make a symlink to the latest version
903         * doc/standards.texi: Revert today's earlier change.
904         * doc/fdl-1.2.texi: Rename from old fdl.texi...
905         * doc/fdl.texi: ...and replace this with a symlink to the newer
906         fdl-1.3.texi.
907
908 2008-11-10  Bruno Haible  <bruno@clisp.org>
909
910         * tests/test-select-fd.c (main): Accept the result file name as fourth
911         argument.
912         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
913         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
914
915 2008-11-10  Bruno Haible  <bruno@clisp.org>
916
917         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
918         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
919         as autoconf-substituted macros.
920         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
921         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
922         gl_NETDB_H_DEFAULTS. Set these variables.
923         * modules/netdb (Makefile.am): Substitute these variables.
924
925 2008-11-10  Eric Blake  <ebb9@byu.net>
926
927         standards.texi: include correct file for FDL 1.3
928         * doc/standards.texi (GNU Free Documentation License): Change
929         include file to pull in FDL 1.3, not 1.2.
930
931         fdl.texi: revert accidental change to license
932         * doc/fdl.texi: This is FDL 1.2, not 1.3.
933
934 2008-11-10  Bruno Haible  <bruno@clisp.org>
935
936         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
937         cross-compiling guesses also when the native compile gives no result.
938
939 2008-11-10  Bruno Haible  <bruno@clisp.org>
940
941         * lib/spawni.c (__spawni): Force variable into the stack.
942
943 2008-11-10  Bruno Haible  <bruno@clisp.org>
944
945         Add support for Haiku.
946         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
947         glibc and BeOS, but also on Haiku.
948         * lib/fpurge.c (fpurge): Likewise.
949         * lib/freadable.c (freadable): Likewise.
950         * lib/freadahead.c (freadahead): Likewise.
951         * lib/freading.c (freading): Likewise.
952         * lib/freadptr.c (freadptr): Likewise.
953         * lib/freadseek.c (freadptrinc): Likewise.
954         * lib/fseeko.c (rpl_fseeko): Likewise.
955         * lib/fseterr.c (fseterr): Likewise.
956         * lib/fwritable.c (fwritable): Likewise.
957         * lib/fwriting.c (fwriting): Likewise.
958         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
959
960 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
961
962         * lib/config.charset: Treat Haiku like BeOS.
963
964 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
965
966         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
967         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
968
969 2008-11-08  Bruno Haible  <bruno@clisp.org>
970
971         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
972         AC_CACHE_CHECK.
973
974 2008-11-08  Bruno Haible  <bruno@clisp.org>
975
976         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
977
978 2008-11-08  Bruno Haible  <bruno@clisp.org>
979
980         * tests/test-select-fd.c: New file.
981         * tests/test-select-in.sh: New file.
982         * tests/test-select-out.sh: New file.
983         * tests/test-select-stdin.c: New file.
984         * modules/select-tests (Files): Add the new files.
985         (Depends-on): Add gettimeofday.
986         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
987         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
988         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
989
990 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
991             Bruno Haible  <bruno@clisp.org>
992
993         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
994
995 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
996
997         * build-aux/pmccabe2html: Added support for C++ source files.
998
999 2008-11-05  Ben Pfaff  <blp@gnu.org>
1000
1001         Fix lib/close.c build on Windows.
1002         * modules/close (Files): Add lib/w32sock.h.
1003
1004 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
1005
1006         Accept Bison's NEWS format.
1007         * build-aux/announce-gen (print_news_deltas): Tweak
1008         $re_prefix.
1009
1010 2008-11-04  Bruno Haible  <bruno@clisp.org>
1011
1012         * modules/random_r (Maintainer): Add glibc.
1013
1014 2008-11-04  Simon Josefsson  <simon@josefsson.org>
1015
1016         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
1017         by karl@freefriends.org (Karl Berry).
1018         * doc/alloca.texi: Likewise.
1019         * doc/c-ctype.texi: Likewise.
1020         * doc/c-strcase.texi: Likewise.
1021         * doc/c-strcaseeq.texi: Likewise.
1022         * doc/c-strcasestr.texi: Likewise.
1023         * doc/c-strstr.texi: Likewise.
1024         * doc/c-strtod.texi: Likewise.
1025         * doc/c-strtold.texi: Likewise.
1026         * doc/ctime.texi: Likewise.
1027         * doc/error.texi: Likewise.
1028         * doc/fdl.texi: Likewise.
1029         * doc/gcd.texi: Likewise.
1030         * doc/getdate.texi: Likewise.
1031         * doc/gnulib-intro.texi: Likewise.
1032         * doc/gnulib-tool.texi: Likewise.
1033         * doc/gnulib.texi: Likewise.
1034         * doc/inet_ntoa.texi: Likewise.
1035         * doc/maintain.texi: Likewise.
1036         * doc/make-stds.texi: Likewise.
1037         * doc/quote.texi: Likewise.
1038         * doc/regexprops-generic.texi: Likewise.
1039         * doc/standards.texi: Likewise.
1040         * doc/verify.texi: Likewise.
1041         * doc/visibility.texi: Likewise.
1042         * doc/gnulib.texi (GNU Free Documentation License): Include
1043         fdl-1.3.texi instead of fdl.texi.
1044
1045 2008-11-04  Simon Josefsson  <simon@josefsson.org>
1046
1047         * doc/fdl-1.3.texi: New file, from
1048         <http://www.gnu.org/licenses/fdl-1.3.texi>.
1049         * modules/fdl-1.3: Add.
1050         * MODULES.html.sh: Add fdl-1.3.
1051
1052 2008-11-03  Bruno Haible  <bruno@clisp.org>
1053
1054         Make determination of absolute name of header file work with AIX xlc.
1055         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
1056         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
1057         preprocessing.
1058         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1059         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
1060
1061 2008-11-03  Simon Josefsson  <simon@josefsson.org>
1062
1063         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
1064         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
1065         <ludo@gnu.org>.
1066
1067 2008-11-02  Bruno Haible  <bruno@clisp.org>
1068
1069         Mark 'strpbrk' obsolete.
1070         * modules/strpbrk (Status, Notice): New sections.
1071         * modules/strtok_r (Depends-on): Add strpbrk.
1072
1073 2008-11-02  Bruno Haible  <bruno@clisp.org>
1074
1075         Mark 'strdup' obsolete.
1076         * modules/strdup (Status, Notice): New sections.
1077         * modules/findprog (Depends-on): Add strdup.
1078         * modules/getaddrinfo (Depends-on): Likewise.
1079         * modules/localename (Depends-on): Likewise.
1080         * modules/relocatable-lib (Depends-on): Likewise.
1081         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
1082         * modules/relocatable-prog (Depends-on): Likewise.
1083         * modules/trim (Depends-on): Likewise.
1084         * modules/unictype/gen-ctype (Depends-on): Likewise.
1085         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
1086
1087 2008-11-02  Bruno Haible  <bruno@clisp.org>
1088
1089         Mark 'strcspn' obsolete.
1090         * modules/strcspn (Status, Notice): New sections.
1091
1092 2008-11-02  Bruno Haible  <bruno@clisp.org>
1093
1094         Mark 'rmdir' obsolete.
1095         * modules/rmdir (Status, Notice): New sections.
1096         * modules/clean-temp (Depends-on): Add rmdir.
1097         * modules/openat (Depends-on): Likewise.
1098
1099 2008-11-02  Bruno Haible  <bruno@clisp.org>
1100
1101         Mark 'raise' obsolete.
1102         * modules/raise (Status, Notice): New sections.
1103         (Include): Specify <signal.h>.
1104         * modules/stdio (Depends-on): Add raise.
1105         * modules/write (Depends-on): Likewise.
1106
1107 2008-11-02  Bruno Haible  <bruno@clisp.org>
1108
1109         Mark 'memset' obsolete.
1110         * modules/memset (Status, Notice): New sections.
1111
1112 2008-11-02  Bruno Haible  <bruno@clisp.org>
1113
1114         Mark 'memmove' obsolete.
1115         * modules/memmove (Status, Notice): New sections.
1116         * modules/argp (Depends-on): Add memmove.
1117         * modules/argz (Depends-on): Likewise.
1118         * modules/canonicalize (Depends-on): Likewise.
1119         * modules/canonicalize-lgpl (Depends-on): Likewise.
1120         * modules/fts (Depends-on): Likewise.
1121         * modules/getcwd (Depends-on): Likewise.
1122         * modules/human (Depends-on): Likewise.
1123         * modules/regex (Depends-on): Likewise.
1124         * modules/striconveh (Depends-on): Likewise.
1125         * modules/trim (Depends-on): Likewise.
1126         * modules/unistr/u8-move (Depends-on): Likewise.
1127         * modules/unistr/u16-move (Depends-on): Likewise.
1128         * modules/unistr/u32-move (Depends-on): Likewise.
1129
1130 2008-11-02  Bruno Haible  <bruno@clisp.org>
1131
1132         Mark 'memcpy' obsolete.
1133         * modules/memcpy (Status, Notice): New sections.
1134
1135 2008-11-02  Bruno Haible  <bruno@clisp.org>
1136
1137         Mark 'memcmp' obsolete.
1138         * modules/memcmp (Status, Notice): New sections.
1139         * modules/argmatch (Depends-on): Add memchr.
1140         * modules/backupfile (Depends-on): Likewise.
1141         * modules/c-strcasestr (Depends-on): Likewise.
1142         * modules/crypto/des (Depends-on): Likewise.
1143         * modules/csharpcomp (Depends-on): Likewise.
1144         * modules/fnmatch (Depends-on): Likewise.
1145         * modules/git-merge-changelog (Depends-on): Likewise.
1146         * modules/isnand (Depends-on): Likewise.
1147         * modules/isnand-nolibm (Depends-on): Likewise.
1148         * modules/isnanf (Depends-on): Likewise.
1149         * modules/isnanf-nolibm (Depends-on): Likewise.
1150         * modules/isnanl (Depends-on): Likewise.
1151         * modules/isnanl-nolibm (Depends-on): Likewise.
1152         * modules/mbchar (Depends-on): Likewise.
1153         * modules/memcoll (Depends-on): Likewise.
1154         * modules/quotearg (Depends-on): Likewise.
1155         * modules/regex (Depends-on): Likewise.
1156         * modules/relocatable-prog (Depends-on): Likewise.
1157         * modules/same (Depends-on): Likewise.
1158         * modules/signbit (Depends-on): Likewise.
1159         * modules/strcasestr-simple (Depends-on): Likewise.
1160         * modules/unictype/gen-ctype (Depends-on): Likewise.
1161         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
1162         * modules/uniname/uniname (Depends-on): Likewise.
1163         * modules/unistr/u8-cmp (Depends-on): Likewise.
1164
1165 2008-11-02  Bruno Haible  <bruno@clisp.org>
1166
1167         Mark 'memchr' obsolete.
1168         * modules/memchr (Status, Notice): New sections.
1169         * modules/argp (Depends-on): Add memchr.
1170         * modules/base64 (Depends-on): Likewise.
1171         * modules/c-strcasestr (Depends-on): Likewise.
1172         * modules/chdir-long (Depends-on): Likewise.
1173         * modules/fnmatch (Depends-on): Likewise.
1174         * modules/getsubopt (Depends-on): Likewise.
1175         * modules/git-merge-changelog (Depends-on): Likewise.
1176         * modules/glob (Depends-on): Likewise.
1177         * modules/strcasestr-simple (Depends-on): Likewise.
1178         * modules/strnlen (Depends-on): Likewise.
1179
1180 2008-11-02  Bruno Haible  <bruno@clisp.org>
1181
1182         Mark 'atexit' obsolete.
1183         * modules/atexit (Status, Notice): New sections.
1184         * modules/chdir-long (Depends-on): Add atexit.
1185         * modules/wait-process (Depends-on): Likewise.
1186
1187 2008-11-02  Bruno Haible  <bruno@clisp.org>
1188
1189         * gnulib-tool: New option --with-obsolete.
1190         (func_usage): Document it.
1191         (func_modules_transitive_closure): Drop obsolete dependencies if
1192         incobsolete is not true.
1193         (func_import): Read and save the incobsolete variable to the cache.
1194
1195 2008-11-02  Bruno Haible  <bruno@clisp.org>
1196
1197         * modules/TEMPLATE-EXTENDED: New field 'Status'.
1198         * gnulib-tool: New option --extract-status.
1199         (func_usage): Document it.
1200         (sed_extract_prog): Recognize it.
1201         (func_get_status): New function.
1202
1203 2008-10-30  Simon Josefsson  <simon@josefsson.org>
1204
1205         * modules/sockets (License): Change from LGPL to LGPLv2+.
1206
1207 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1208
1209         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
1210
1211 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1212
1213         * MODULES.html.sh (Support for systems lacking POSIX:2001):
1214         Mention times and sys_times.
1215         * modules/sys_times, modules/sys_times-tests: New modules.
1216         * modules/times, modules/times-tests: Likewise
1217         * m4/sys_times_h.m4: New file.
1218         * lib/sys_times.in.h: Likewise
1219         * lib/times.c: Likewise.
1220         * tests/test-sys_times.c: Likewise.
1221         * tests/test-times.c: Likewise.
1222         * doc/posix-headers/sys_times.texi: Update.
1223         * doc/posix-functions/times.texi: Update.
1224
1225 2008-10-28  Jim Meyering  <meyering@redhat.com>
1226
1227         * modules/tempname (Depends-on): Add lstat.
1228
1229         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
1230
1231 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1232
1233         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
1234         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
1235         using idiom used elsewhere in gnulib.
1236
1237 2008-10-27  Jim Meyering  <meyering@redhat.com>
1238
1239         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
1240
1241 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1242
1243         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
1244         TESTS_ENVIRONMENT, for shell scripts that needs to call built
1245         programs.
1246         * tests/test-argp-2.sh: Use $EXEEXT when needed.
1247
1248 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1249
1250         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
1251
1252 2008-10-27  Bruno Haible  <bruno@clisp.org>
1253
1254         * tests/test-lstat.c: Include <stdio.h>.
1255
1256 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1257
1258         * modules/lstat-tests: New module.
1259         * tests/test-lstat.c: New file.
1260
1261 2008-10-26  Jim Meyering  <meyering@redhat.com>
1262
1263         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
1264
1265 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1266             Bruno Haible  <bruno@clisp.org>
1267
1268         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
1269         * modules/configmake (Include): Add a note that the include must come
1270         after all system headers.
1271         * lib/javaversion.c: Include configmake.h after all other includes.
1272
1273 2008-10-26  Bruno Haible  <bruno@clisp.org>
1274
1275         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
1276         HAVE_STRUCT_RANDOM_DATA to 1.
1277         (gl_STDLIB_H): Simplify.
1278
1279 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1280
1281         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
1282         substitute HAVE_STRUCT_RANDOM_DATA.
1283         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
1284         random_data.
1285         * modules/stdlib (Makefile.am): Substitute
1286         HAVE_STRUCT_RANDOM_DATA.
1287
1288 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1289
1290         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
1291         * doc/gnulib-intro.texi (Copyright): Likewise.
1292
1293 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1294
1295         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
1296         findings.
1297
1298 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
1299             Bruno Haible  <bruno@clisp.org>
1300
1301         * lib/unistd.in.h: Include <winsock2.h>.
1302         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
1303         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
1304         Provide dummy declarations.
1305         (gethostname): Override.
1306         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
1307         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
1308         gl_PREREQ_SYS_H_WINSOCK2.
1309         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
1310         * doc/posix-functions/gethostname.texi: More details.
1311
1312 2008-10-25  Bruno Haible  <bruno@clisp.org>
1313
1314         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
1315         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
1316         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
1317
1318         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
1319         here ...
1320         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
1321         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
1322         gl_UNISTD_H_DEFAULTS.
1323
1324 2008-10-25  Eric Blake  <ebb9@byu.net>
1325
1326         signbit: avoid spurious compiler failure
1327         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
1328         declarations inside function.
1329
1330 2008-10-24  Simon Josefsson  <simon@josefsson.org>
1331             Bruno Haible  <bruno@clisp.org>
1332
1333         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
1334         * modules/random_r (Depends-on): Add stdint.
1335
1336 2008-10-24  Bruno Haible  <bruno@clisp.org>
1337
1338         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
1339         Eggert.
1340         * modules/strerror (License): Likewise.
1341
1342 2008-10-24  Jim Meyering  <meyering@redhat.com>
1343
1344         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
1345         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
1346
1347 2008-10-24  Eric Blake  <ebb9@byu.net>
1348
1349         getgroups: fix compilation when getgroups is available
1350         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
1351         but with <config.h> override of getgroups disabled.
1352
1353 2008-10-24  Simon Josefsson  <simon@josefsson.org>
1354
1355         * doc/gnulib.texi (Header files): Add note about C++ problems.
1356         Explained by Bruno Haible <bruno@clisp.org>.
1357
1358 2008-10-23  Bruno Haible  <bruno@clisp.org>
1359
1360         Define a dummy SA_NODEFER macro on Interix.
1361         * lib/signal.in.h (SA_NODEFER): Define fallback.
1362         Reported by Aleksey Cheusov <cheusov@tut.by> via
1363         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
1364
1365 2008-10-23  Bruno Haible  <bruno@clisp.org>
1366
1367         * modules/freadahead (License): Change to LGPLv2+.
1368         Suggested by Simon Josefsson.
1369
1370 2008-10-23  Jim Meyering  <meyering@redhat.com>
1371
1372         random_r: new module
1373         * modules/random_r: New file.
1374         * m4/random_r.m4: New file.
1375         * lib/random_r.c: New file, from glibc.
1376         * modules/random_r-tests: New file.
1377         * tests/test-random_r.c: New file.
1378         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
1379          Declare.
1380         (RAND_MAX): Define.
1381         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
1382         * modules/stdlib: Substitute them, too.
1383         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
1384         * doc/glibc-functions/initstate_r.texi: Mention the new module.
1385         * doc/glibc-functions/random_r.texi: Likewise.
1386         * doc/glibc-functions/setstate_r.texi: Likewise.
1387         * doc/glibc-functions/srandom_r.texi: Likewise.
1388         * config/srclist.txt: Mention it.
1389
1390 2008-10-23  David Lutterkort  <lutter@redhat.com>
1391
1392         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
1393         link requirement
1394
1395 2008-10-23  Jim Meyering  <meyering@redhat.com>
1396
1397         selinux-h: mark parameters of stub functions as intentionally unused
1398         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
1399         * lib/se-context.in.h: Likewise.
1400
1401 2008-10-22  Simon Josefsson  <simon@josefsson.org>
1402
1403         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
1404
1405 2008-10-22  Simon Josefsson  <simon@josefsson.org>
1406
1407         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
1408
1409 2008-10-22  Eric Blake  <ebb9@byu.net>
1410
1411         glthread/thread: avoid compiler warning
1412         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
1413         Add unreachable abort to silence compiler.
1414
1415 2008-10-22  Eric Blake  <ebb9@byu.net>
1416
1417         netdb: also supply struct addrinfo for cygwin 1.5.x
1418         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
1419         older cygwin.
1420         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
1421         cygwin.
1422         * doc/posix-headers/netdb.texi (netdb.h): Document this.
1423
1424 2008-10-22  Bruno Haible  <bruno@clisp.org>
1425
1426         * users.txt: Update entry about pspp.
1427
1428 2008-10-21  Bruno Haible  <bruno@clisp.org>
1429
1430         Simplification.
1431         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
1432         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
1433
1434         Simplification.
1435         * lib/ioctl.c (ioctl): Don't undefine.
1436         * lib/socket.c (socket): Don't undefine.
1437
1438         Remove unused module indicator macros.
1439         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
1440         GNULIB_$1 as a C macro.
1441
1442         * doc/posix-functions/close.texi: Undo last change.
1443         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
1444         Windows platforms.
1445
1446 2008-10-21  Bruno Haible  <bruno@clisp.org>
1447
1448         Add gethostname() declaration to <unistd.h>.
1449         * lib/unistd.in.h (gethostname): New declaration.
1450         * lib/gethostname.c: Include <unistd.h>.
1451         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
1452         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
1453         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
1454         and HAVE_GETHOSTNAME.
1455         * modules/gethostname (Depends-on): Add unistd.
1456         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1457         (Include): Specify <unistd.h>.
1458         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
1459         HAVE_GETHOSTNAME.
1460         * tests/test-gethostname.c: Include <unistd.h> first.
1461
1462 2008-10-21  Bruno Haible  <bruno@clisp.org>
1463
1464         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
1465         * modules/select-tests (Depends-on): Likewise.
1466         Reported by Simon Josefsson.
1467
1468 2008-10-21  Simon Josefsson  <simon@josefsson.org>
1469
1470         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
1471         * lib/accept.c: New file, based on winsock.c.
1472         * lib/bind.c: New file, based on winsock.c.
1473         * lib/connect.c: New file, based on winsock.c.
1474         * lib/getpeername.c: New file, based on winsock.c.
1475         * lib/getsockname.c: New file, based on winsock.c.
1476         * lib/getsockopt.c: New file, based on winsock.c.
1477         * lib/ioctl.c: New file, based on winsock.c.
1478         * lib/listen.c: New file, based on winsock.c.
1479         * lib/recv.c: New file, based on winsock.c.
1480         * lib/recvfrom.c: New file, based on winsock.c.
1481         * lib/send.c: New file, based on winsock.c.
1482         * lib/sendto.c: New file, based on winsock.c.
1483         * lib/setsockopt.c: New file, based on winsock.c.
1484         * lib/shutdown.c: New file, based on winsock.c.
1485         * lib/socket.c: New file, based on winsock.c.
1486         * lib/w32sock.h: New file, based on winsock.c.
1487         * lib/winsock.c: Remove file.
1488         * modules/accept: Likewise.
1489         * modules/bind: Likewise.
1490         * modules/connect: Likewise.
1491         * modules/getpeername: Likewise.
1492         * modules/getsockname: Likewise.
1493         * modules/getsockopt: Likewise.
1494         * modules/ioctl: Likewise.
1495         * modules/listen: Likewise.
1496         * modules/recv: Likewise.
1497         * modules/recvfrom: Likewise.
1498         * modules/send: Likewise.
1499         * modules/sendto: Likewise.
1500         * modules/setsockopt: Likewise.
1501         * modules/shutdown: Likewise.
1502         * modules/socket: Use socket.c instead of winsock.c.
1503         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
1504         * doc/posix-functions/accept.texi: Doc fix.
1505         * doc/posix-functions/bind.texi: Doc fix.
1506         * doc/posix-functions/close.texi: Doc fix.
1507         * doc/posix-functions/connect.texi: Doc fix.
1508         * doc/posix-functions/getpeername.texi: Doc fix.
1509         * doc/posix-functions/getsockname.texi: Doc fix.
1510         * doc/posix-functions/getsockopt.texi: Doc fix.
1511         * doc/posix-functions/ioctl.texi: Doc fix.
1512         * doc/posix-functions/listen.texi: Doc fix.
1513         * doc/posix-functions/recv.texi: Doc fix.
1514         * doc/posix-functions/recvfrom.texi: Doc fix.
1515         * doc/posix-functions/send.texi: Doc fix.
1516         * doc/posix-functions/sendto.texi: Doc fix.
1517         * doc/posix-functions/setsockopt.texi: Doc fix.
1518         * doc/posix-functions/shutdown.texi: Doc fix.
1519         * doc/posix-functions/socket.texi: Doc fix.
1520
1521 2008-10-20  Bruno Haible  <bruno@clisp.org>
1522
1523         Take into account the role of SIGABRT_COMPAT on Windows 2008.
1524         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
1525         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
1526         as an alias for SIGABRT.
1527         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
1528         (sigaction): Map it to SIGABRT.
1529         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
1530
1531 2008-10-20  Bruno Haible  <bruno@clisp.org>
1532
1533         * lib/fts.c: Don't include lstat.h.
1534         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
1535
1536         Move the lstat() declaration to <sys/stat.h>.
1537         * lib/lstat.h: Remove file.
1538         * lib/sys_stat.in.h: Add special invocation convention.
1539         (lstat): New declaration.
1540         * lib/lstat.c (orig_lstat): New function.
1541         (rpl_lstat): Use orig_lstat instead of lstat.
1542         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
1543         AC_C_INLINE. Set REPLACE_LSTAT.
1544         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
1545         and REPLACE_LSTAT.
1546         * modules/lstat (Files): Remove lib/lstat.h.
1547         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
1548         (Include): Specify <sys/stat.h> instead of lstat.h.
1549         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
1550         REPLACE_LSTAT.
1551         * NEWS: Mention the change.
1552
1553 2008-10-20  Bruno Haible  <bruno@clisp.org>
1554
1555         * modules/posix_spawn-tests: New file.
1556         * tests/test-posix_spawn3.c: New file.
1557
1558 2008-10-20  Bruno Haible  <bruno@clisp.org>
1559
1560         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
1561         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
1562         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
1563         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
1564         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
1565
1566 2008-10-20  Bruno Haible  <bruno@clisp.org>
1567
1568         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
1569         of posix_spawn on AIX 5.3.
1570
1571 2008-10-20  Bruno Haible  <bruno@clisp.org>
1572
1573         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
1574
1575 2008-10-20  Bruno Haible  <bruno@clisp.org>
1576
1577         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
1578         of AC_LANG_PROGRAM.
1579
1580 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1581
1582         * lib/netdb.in.h: Don't define GNU specific constants until they
1583         are supported or needed.  Reported by Bruno Haible
1584         <bruno@clisp.org>.
1585
1586 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1587
1588         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
1589
1590 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1591
1592         * lib/getaddrinfo.h: Remove file.
1593         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
1594         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
1595         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
1596         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
1597         * modules/netdb: Substitute GNULIB_GETADDRINFO.
1598         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
1599         * tests/test-getaddrinfo.c: Likewise.
1600         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
1601         * NEWS: Mention change.
1602
1603 2008-10-19  Bruno Haible  <bruno@clisp.org>
1604
1605         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
1606
1607 2008-10-19  Bruno Haible  <bruno@clisp.org>
1608
1609         * lib/wait-process.c: Include simply <sys/wait.h>.
1610         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
1611         WIFSTOPPED): Remove fallback definitions.
1612         * modules/wait-process (Depends-on): Add sys_wait.
1613
1614         New module 'sys_wait'.
1615         * modules/sys_wait: New file.
1616         * lib/sys_wait.in.h: New file, partially copied from
1617         lib/wait-process.c.
1618         * m4/sys_wait_h.m4: New file.
1619         * doc/posix-headers/sys_wait.texi: Mention the new module.
1620
1621 2008-10-19  Bruno Haible  <bruno@clisp.org>
1622
1623         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
1624
1625 2008-10-19  Bruno Haible  <bruno@clisp.org>
1626
1627         Assume that waitpid() fills an 'int' status, not a 'union wait'.
1628         * lib/wait-process.c (WAIT_T): Remove type.
1629         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
1630         (wait_subprocess): Update.
1631
1632 2008-10-19  Bruno Haible  <bruno@clisp.org>
1633
1634         New module 'atoll'.
1635         * modules/atoll: New file.
1636         * lib/stdlib.in.h (atoll): New declaration.
1637         * lib/atoll.c: New file, from glibc with modifications.
1638         * m4/atoll.m4: New file.
1639         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
1640         HAVE_ATOLL.
1641         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
1642         * doc/posix-functions/atoll.texi: Mention the new module.
1643
1644 2008-10-19  Bruno Haible  <bruno@clisp.org>
1645
1646         Add strtoull() declaration to <stdlib.h>.
1647         * lib/stdlib.in.h (strtoull): New declaration.
1648         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
1649         Set HAVE_STRTOULL.
1650         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
1651         HAVE_STRTOULL.
1652         * modules/strtoull (Depends-on): Add stdlib.
1653         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1654         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
1655         HAVE_STRTOULL.
1656
1657 2008-10-19  Bruno Haible  <bruno@clisp.org>
1658
1659         Add strtoll() declaration to <stdlib.h>.
1660         * lib/stdlib.in.h (strtoll): New declaration.
1661         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
1662         Set HAVE_STRTOLL.
1663         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
1664         HAVE_STRTOLL.
1665         * modules/strtoll (Depends-on): Add stdlib.
1666         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1667         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
1668
1669 2008-10-19  Bruno Haible  <bruno@clisp.org>
1670
1671         * modules/bcopy (Depends-on): Add strings.
1672         (Include): Specify <strings.h>.
1673
1674 2008-10-19  Bruno Haible  <bruno@clisp.org>
1675
1676         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
1677
1678 2008-10-19  Bruno Haible  <bruno@clisp.org>
1679
1680         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
1681         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
1682         mingw.
1683
1684 2008-10-19  Bruno Haible  <bruno@clisp.org>
1685
1686         * lib/atanl.c: Don't include isnanl.h.
1687         * lib/cosl.c: Likewise.
1688         * lib/ldexpl.c: Likewise.
1689         * lib/logl.c: Likewise.
1690         * lib/sinl.c: Likewise.
1691         * lib/sqrtl.c: Likewise.
1692         * lib/tanl.c: Likewise.
1693
1694         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
1695         * lib/isnanf.h: Remove file.
1696         * lib/isnand.h: Remove file.
1697         * lib/isnanl.h: Remove file.
1698         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
1699         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
1700         macros.
1701         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
1702         HAVE_ISNANF, don't define it as a C macro.
1703         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
1704         HAVE_ISNAND, don't define it as a C macro.
1705         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
1706         HAVE_ISNANL, don't define it as a C macro.
1707         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
1708         HAVE_ISNAN[FDL].
1709         * modules/isnanf (Files): Remove lib/isnanf.h.
1710         (Depends-on): Add math.
1711         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1712         (Include): Specify <math.h> instead of isnanf.h.
1713         * modules/isnand (Files): Remove lib/isnand.h.
1714         (Depends-on): Add math.
1715         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1716         (Include): Specify <math.h> instead of isnand.h.
1717         * modules/isnanl (Files): Remove lib/isnanl.h.
1718         (Depends-on): Add math.
1719         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1720         (Include): Specify <math.h> instead of isnanl.h.
1721         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
1722         HAVE_ISNAN[FDL].
1723         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
1724         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
1725         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
1726         * NEWS: Mention the change.
1727
1728 2008-10-18  Bruno Haible  <bruno@clisp.org>
1729
1730         Add getusershell(), setusershell(), endusershell() declarations to
1731         <unistd.h>.
1732         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
1733         declarations.
1734         * lib/getusershell.c: Include unistd.h.
1735         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
1736         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
1737         HAVE_GETUSERSHELL.
1738         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
1739         and HAVE_GETUSERSHELL.
1740         * modules/getusershell (Depends-on): Add unistd, extensions.
1741         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1742         (Include): Specify <unistd.h>.
1743         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
1744         HAVE_GETUSERSHELL.
1745
1746 2008-10-18  Bruno Haible  <bruno@clisp.org>
1747
1748         Add a getloadavg() declaration to <stdlib.h>.
1749         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
1750         getloadavg declaration.
1751         (getloadavg): New declaration.
1752         * lib/getloadavg.c: Include <stdlib.h> first.
1753         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
1754         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
1755         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
1756         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
1757         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
1758         * modules/getloadavg (Depends-on): Add stdlib, extensions.
1759         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1760         (Include): Specify <stdlib.h>.
1761         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
1762         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
1763
1764 2008-10-18  Bruno Haible  <bruno@clisp.org>
1765
1766         * lib/dirchownmod.c: Don't include lchmod.h.
1767
1768         Move the lchmod() declaration to <sys/stat.h>.
1769         * lib/lchmod.h: Remove file.
1770         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
1771         (lchmod): New declaration, moved here from lib/lchown.h.
1772         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
1773         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
1774         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
1775         and HAVE_LCHMOD.
1776         * modules/lchmod (Files): Remove lib/lchmod.h.
1777         (Depends-on): Add sys_stat, extensions.
1778         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
1779         (Include): Specify <sys/stat.h> instead of lchmod.h.
1780         * modules/sys_stat (Depends-on): Add link-warning.
1781         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
1782         definition of GL_LINK_WARNING.
1783         * NEWS: Mention the change.
1784
1785 2008-10-18  Bruno Haible  <bruno@clisp.org>
1786
1787         * lib/fchdir.c: Don't include dirfd.h.
1788         * lib/fts.c: Likewise.
1789         * lib/getcwd.c: Likewise.
1790         * lib/glob.c: Likewise.
1791
1792         Move the dirfd() declaration to <dirent.h>.
1793         * lib/dirfd.h: Remove file.
1794         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
1795         (dirfd): New declaration.
1796         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
1797         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
1798         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
1799         HAVE_DECL_DIRFD.
1800         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
1801         HAVE_DECL_DIRFD.
1802         * modules/dirfd (Files): Remove lib/dirfd.h.
1803         (Depends-on): Add dirent, extensions.
1804         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
1805         (Include): Specify <dirent.h> instead of dirfd.h.
1806         * modules/dirent (Depends-on): Add link-warning.
1807         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
1808         definition of GL_LINK_WARNING.
1809         * NEWS: Mention the change.
1810
1811 2008-10-18  Bruno Haible  <bruno@clisp.org>
1812
1813         Move the euidaccess() declaration to <unistd.h>.
1814         * lib/euidaccess.h: Remove file.
1815         * lib/unistd.in.h (euidaccess): New declaration.
1816         * lib/euidaccess.c: Don't include euidaccess.h.
1817         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
1818         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
1819         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
1820         and HAVE_EUIDACCESS.
1821         * modules/euidaccess (Files): Remove lib/euidaccess.h.
1822         (Depends-on): Add unistd.
1823         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1824         (Include): Specify <unistd.h> instead of euidaccess.h.
1825         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
1826         HAVE_EUIDACCESS.
1827         * NEWS: Mention the change.
1828
1829 2008-10-18  Bruno Haible  <bruno@clisp.org>
1830
1831         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
1832
1833         Move the getdomainname() declaration to <unistd.h>.
1834         * lib/getdomainname.h: Remove file.
1835         * lib/unistd.in.h (getdomainname): New declaration.
1836         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
1837         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
1838         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
1839         HAVE_GETDOMAINNAME.
1840         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1841         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
1842         * modules/getdomainname (Files): Remove lib/getdomainname.h.
1843         (Depends-on): Add unistd, extensions.
1844         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1845         (Includes): Specify <unistd.h> instead of getdomainname.h.
1846         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
1847         HAVE_GETDOMAINNAME.
1848         * NEWS: Mention the change.
1849
1850 2008-10-18  Bruno Haible  <bruno@clisp.org>
1851
1852         * modules/dirent: New file.
1853         * m4/dirent_h.m4: New file.
1854         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
1855         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
1856         * modules/fchdir (Files): Remove lib/dirent.in.h.
1857         (Depends-on): Add dirent.
1858         (Makefile.am): Move rules to modules/dirent.
1859         * doc/posix-headers/dirent.texi: Mention the new module.
1860
1861 2008-10-18  Bruno Haible  <bruno@clisp.org>
1862
1863         Avoid -Wunused-parameter warnings in public gnulib header files.
1864         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
1865         macro.
1866         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
1867
1868 2008-10-18  Bruno Haible  <bruno@clisp.org>
1869
1870         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
1871         * doc/glibc-functions/error.texi: Mention the module 'error'.
1872         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
1873         * doc/glibc-functions/getdomainname.texi: Mention the module
1874         'getdomainname'.
1875         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
1876         * doc/glibc-functions/getpagesize.texi: Mention the module
1877         'getpagesize'.
1878         * doc/glibc-functions/getusershell.texi: Mention the module
1879         'getusershell'.
1880         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
1881         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
1882         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
1883         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
1884         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
1885         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
1886         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
1887         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
1888         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
1889         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
1890         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
1891         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
1892         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
1893         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
1894
1895 2008-10-17  Bruno Haible  <bruno@clisp.org>
1896
1897         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
1898         HP-UX and IRIX, use -0.0L.
1899         * tests/test-ceill.c (minus_zero): Likewise.
1900         * tests/test-floorl.c (minus_zero): Likewise.
1901         * tests/test-frexpl.c (minus_zero): Likewise.
1902         * tests/test-isnan.c (minus_zerol): Likewise.
1903         * tests/test-isnanl.h (minus_zero): Likewise.
1904         * tests/test-ldexpl.c (minus_zero): Likewise.
1905         * tests/test-roundl.c (minus_zero): Likewise.
1906         * tests/test-signbit.c (minus_zerol): Likewise.
1907         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
1908         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
1909         * tests/test-truncl.c (minus_zero): Likewise.
1910         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
1911         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
1912         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
1913         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
1914
1915 2008-10-17  Bruno Haible  <bruno@clisp.org>
1916
1917         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
1918         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
1919         that it gets activated only for gcc >= 3.0.
1920         * lib/dirent.in.h: Likewise.
1921         * lib/errno.in.h: Likewise.
1922         * lib/fcntl.in.h: Likewise.
1923         * lib/float.in.h: Likewise.
1924         * lib/iconv.in.h: Likewise.
1925         * lib/inttypes.in.h: Likewise.
1926         * lib/locale.in.h: Likewise.
1927         * lib/math.in.h: Likewise.
1928         * lib/netdb.in.h: Likewise.
1929         * lib/netinet_in.in.h: Likewise.
1930         * lib/search.in.h: Likewise.
1931         * lib/signal.in.h: Likewise.
1932         * lib/spawn.in.h: Likewise.
1933         * lib/stdarg.in.h: Likewise.
1934         * lib/stdint.in.h: Likewise.
1935         * lib/stdio.in.h: Likewise.
1936         * lib/stdlib.in.h: Likewise.
1937         * lib/string.in.h: Likewise.
1938         * lib/strings.in.h: Likewise.
1939         * lib/sys_file.in.h: Likewise.
1940         * lib/sys_ioctl.in.h: Likewise.
1941         * lib/sys_select.in.h: Likewise.
1942         * lib/sys_socket.in.h: Likewise.
1943         * lib/sys_stat.in.h: Likewise.
1944         * lib/sys_time.in.h: Likewise.
1945         * lib/sysexits.in.h: Likewise.
1946         * lib/time.in.h: Likewise.
1947         * lib/unistd.in.h: Likewise.
1948         * lib/wchar.in.h: Likewise.
1949         * lib/wctype.in.h: Likewise.
1950         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1951
1952 2008-10-17  Jim Meyering  <meyering@redhat.com>
1953
1954         ignore-value: don't depend on inline module
1955         * modules/ignore-value (Depends-on): Remove 'inline'.
1956         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
1957         Suggestion from Bruno Haible.
1958
1959 2008-10-17  Bruno Haible  <bruno@clisp.org>
1960
1961         New implementation of condition variables for Win32.
1962         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
1963         (gl_linked_waitqueue_t): New type.
1964         (gl_cond_t): Use it.
1965         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
1966         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
1967         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
1968         (glthread_cond_init_func, glthread_cond_wait_func,
1969         glthread_cond_timedwait_func, glthread_cond_signal_func,
1970         glthread_cond_broadcast_func, glthread_cond_destroy_func):
1971         Reimplemented on the basis of gl_linked_waitqueue_t.
1972         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
1973         gl_waitqueue_t.
1974         (gl_rwlock_t): Update.
1975         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
1976
1977 2008-10-17  Simon Josefsson  <simon@josefsson.org>
1978
1979         * modules/recvfrom (Depends-on): Add dependency on getpeername.
1980         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1981
1982 2008-10-17  Jim Meyering  <meyering@redhat.com>
1983
1984         ignore-value: new module
1985         * modules/ignore-value: New file.
1986         * lib/ignore-value.h: New file.
1987         * MODULES.html.sh (Compiler warning management): New section,
1988         just for this module.  More to come.
1989
1990 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1991
1992         open-safer.c: avoid 'signed and unsigned in conditional...' warning
1993         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
1994         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
1995
1996 2008-10-16  Jim Meyering  <meyering@redhat.com>
1997
1998         openat-die.c: avoid 'no previous prototype' warning
1999         * lib/openat-die.c: Include "openat.h".
2000         Reported by Reuben Thomas <rrt@sc3d.org>.
2001
2002 2008-10-16  Simon Josefsson  <simon@josefsson.org>
2003
2004         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
2005         * lib/netdb.in.h: Fix typo.
2006         Reported by Bruno Haible  <bruno@clisp.org>
2007
2008         * lib/netdb.in.h: Include sys/socket.h for platforms without
2009         netdb.h, to get structures like hostent on MinGW.
2010         * modules/netdb (Depends-on): Add sys_socket.
2011
2012 2008-10-15  Simon Josefsson  <simon@josefsson.org>
2013
2014         * modules/netdb, modules/netdb-tests: New file.
2015         * m4/netdb_h.m4: New file.
2016         * lib/netdb.in.h: Add, currently just an empty file pending
2017         definitions.
2018         * tests/test-netdb.c: New file.
2019         * doc/posix-headers/netdb.texi: Mention that we replace it if
2020         needed.
2021         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2022         netdb.
2023
2024 2008-10-15  Simon Josefsson  <simon@josefsson.org>
2025
2026         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
2027         with code.
2028
2029 2008-10-13  Bruno Haible  <bruno@clisp.org>
2030
2031         * lib/glthread/cond.c (glthread_cond_wait_func,
2032         glthread_cond_timedwait_func): Add a comment.
2033
2034 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2035
2036         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
2037         * tests/test-select.c: Likewise,
2038
2039 2008-10-13  Bruno Haible  <bruno@clisp.org>
2040
2041         * lib/glthread/cond.c (glthread_cond_wait_func,
2042         glthread_cond_timedwait_func): Fix variable name.
2043         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2044
2045 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
2046
2047         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
2048         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
2049         struct sockaddr.sa_len.
2050         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
2051
2052 2008-10-13  Simon Josefsson  <simon@josefsson.org>
2053
2054         * build-aux/pmccabe2html: Add css and css_url parameters.
2055
2056 2008-10-12  Bruno Haible  <bruno@clisp.org>
2057
2058         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
2059         calling aclx_get.
2060         Reported by Rainer Tammer <tammer@tammer.net>.
2061
2062 2008-10-12  Bruno Haible  <bruno@clisp.org>
2063
2064         Use msvcrt aware primitives for creation/termination of Win32 threads.
2065         * lib/glthread/thread.c: Include <process.h>.
2066         (glthread_create_func): Use _beginthreadex instead of CreateThread.
2067         (wrapper_func): Update signature.
2068         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
2069
2070 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2071             Bruno Haible  <bruno@clisp.org>
2072
2073         Provide a Win32 implementation of the 'cond' module.
2074         * lib/glthread/cond.h [USE_WIN32]: New implementation.
2075         * lib/glthread/cond.c (glthread_cond_init_func,
2076         glthread_cond_wait_func, glthread_cond_timedwait_func,
2077         glthread_cond_signal_func, glthread_cond_broadcast_func,
2078         glthread_cond_destroy_func) [USE_WIN32]: New functions.
2079         * modules/cond (Dependencies): Add gettimeofday.
2080
2081 2008-10-11  Bruno Haible  <bruno@clisp.org>
2082
2083         Make sleep work on older versions of mingw.
2084         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
2085         only whether it exists.
2086         * doc/posix-functions/sleep.texi: Mention the problem with older
2087         versions of mingw.
2088
2089 2008-10-11  Bruno Haible  <bruno@clisp.org>
2090
2091         New module 'shutdown'.
2092         * modules/shutdown: New file.
2093         * lib/sys_socket.in.h (shutdown): New declaration.
2094         * lib/winsock.c (shutdown): New function.
2095         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
2096         GNULIB_SHUTDOWN.
2097         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
2098         * doc/posix-functions/shutdown.texi: Document the new module.
2099
2100 2008-10-11  Jim Meyering  <meyering@redhat.com>
2101
2102         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
2103
2104 2008-10-11  Bruno Haible  <bruno@clisp.org>
2105
2106         New module 'fclose'.
2107         * modules/fclose: New file.
2108         * lib/stdio.in.h (fclose): New declaration.
2109         * lib/fclose.c: New file.
2110         * m4/fclose.m4: New file.
2111         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
2112         REPLACE_FCLOSE.
2113         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
2114         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
2115         REPLACE_FCLOSE.
2116         * modules/close (Depends-on): fclose.
2117         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
2118
2119 2008-10-11  Bruno Haible  <bruno@clisp.org>
2120
2121         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
2122         set errno and don't call _close.
2123
2124 2008-10-10  Bruno Haible  <bruno@clisp.org>
2125
2126         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
2127         ACL, not afterwards. Fixes test failure on Cygwin.
2128
2129 2008-10-09  Ben Pfaff  <blp@gnu.org>
2130
2131         * build-aux/announce-gen: Fix gnulib version related part of usage
2132         message.  Die with a useful error message if no tarballs are
2133         found.
2134
2135 2008-10-10  Jim Meyering  <meyering@redhat.com>
2136
2137         bootstrap: use git's --depth=N option only if it's supported
2138         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
2139         recognize the --depth option.  Reported by Pádraig Brady.
2140
2141 2008-10-09  Bruno Haible  <bruno@clisp.org>
2142
2143         New module 'ioctl'.
2144         * modules/ioctl: New file.
2145         * lib/sys_socket.in.h (ioctl): Remove declaration.
2146         * lib/winsock.c: Include <sys/ioctl.h>.
2147         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
2148         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
2149         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
2150         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
2151         * doc/posix-functions/ioctl.texi: Mention the new module.
2152
2153 2008-10-09  Bruno Haible  <bruno@clisp.org>
2154
2155         New module 'sys_ioctl'.
2156         * lib/sys_ioctl.in.h: New file.
2157         * m4/sys_ioctl_h.m4: New file.
2158         * modules/sys_ioctl: New file.
2159         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
2160
2161 2008-10-09  Bruno Haible  <bruno@clisp.org>
2162
2163         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
2164         * lib/winsock.c: Include <stdarg.h>.
2165         (rpl_ioctl): Change to second argument 'int' and then varargs.
2166
2167 2008-10-09  Bruno Haible  <bruno@clisp.org>
2168
2169         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
2170         when the sys_socket module is present and the system has <winsock2.h>.
2171
2172 2008-10-09  Bruno Haible  <bruno@clisp.org>
2173
2174         * doc/posix-functions/close.texi: Mention module 'close' instead of
2175         module 'sys_socket'.
2176
2177 2008-10-09  Bruno Haible  <bruno@clisp.org>
2178
2179         * doc/glibc-headers/sys_ioctl.texi: New file.
2180         * doc/gnulib.texi: Include it.
2181
2182 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2183             Bruno Haible  <bruno@clisp.org>
2184
2185         Combine the two replacements of 'close'.
2186         * lib/sys_socket.in.h (close): Define to a reminder to include
2187         <unistd.h>.
2188         (_gl_close_fd_maybe_socket): New declaration.
2189         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
2190         * lib/winsock.c (close): Remove undefinition.
2191         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
2192         needed for the gnulib module 'close'.
2193         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
2194         define to an error symbol or to a warning, if suitable.
2195         * lib/close.c: Include <sys/socket.h>.
2196         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
2197         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
2198         UNISTD_H_HAVE_WINSOCK2_H.
2199         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
2200         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2201         UNISTD_H_HAVE_WINSOCK2_H.
2202         * modules/sys_socket (Files): Add m4/unistd_h.m4.
2203         (configure.ac): Set a module indicator.
2204         (Makefile.am): Substitute GNULIB_CLOSE.
2205         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
2206         * modules/poll-tests (Depends-on): Add close.
2207         * modules/select-tests (Depends-on): Likewise.
2208
2209 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2210             Bruno Haible  <bruno@clisp.org>
2211
2212         New module 'close'.
2213         * modules/close: New file.
2214         * lib/unistd.in.h (close): Move declaration out of the
2215         FCHDIR_REPLACEMENT scope.
2216         (_gl_unregister_fd): New declaration.
2217         * lib/close.c: New file.
2218         * lib/fchdir.c (rpl_close): Remove function.
2219         * m4/close.m4: New file.
2220         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
2221         close.
2222         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
2223         REPLACE_CLOSE.
2224         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
2225         REPLACE_CLOSE.
2226         * modules/fchdir (Depends-on): Add close.
2227
2228 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2229             Bruno Haible  <bruno@clisp.org>
2230
2231         * lib/fcntl.in.h (open): Simplify conditionals.
2232         (_gl_register_fd): New declaration.
2233         * lib/fchdir.c (rpl_open): Remove function.
2234         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
2235         also.
2236         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
2237         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
2238         open.
2239
2240 2008-10-09  Jim Meyering  <meyering@redhat.com>
2241
2242         GNUmakefile: use the more name-space-friendly "_version"
2243         * top/GNUmakefile (_dummy): Update.
2244         (_version): Rename from "version".
2245
2246 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2247             Bruno Haible  <bruno@clisp.org>
2248
2249         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
2250         rpl_close.
2251         (_gl_register_fd): New function, extracted from rpl_open.
2252         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
2253         (rpl_open, rpl_opendir): Use _gl_register_fd.
2254
2255 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2256
2257         Fix organization of 'open' replacement.
2258         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
2259         (gl_FUNC_OPEN): Use it.
2260         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
2261
2262 2008-10-08  Bruno Haible  <bruno@clisp.org>
2263
2264         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
2265
2266 2008-10-08  Simon Josefsson  <simon@josefsson.org>
2267
2268         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
2269         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
2270         listen).
2271
2272 2008-10-08  Eric Blake  <ebb9@byu.net>
2273
2274         GNUmakefile: add 'make version' target
2275         * top/GNUmakefile (_curr-ver): Split version update rules...
2276         (version): ...into a target.
2277
2278 2008-10-07  Bruno Haible  <bruno@clisp.org>
2279
2280         Use a more portable replacement expression for -0.0L.
2281         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
2282         instead of -0.0L. Fix m4 quotation.
2283
2284         * tests/test-signbit.c: Include <float.h>.
2285         (minus_zero): New variable.
2286         (test_signbitl): Use minus_zero instead of -zero.
2287         * modules/signbit-tests (Depends-on): Add float.
2288
2289         * tests/test-ceill.c: Include <float.h>.
2290         (zero): Remove variable.
2291         (minus_zero): New variable.
2292         (main): Use minus_zero instead of -zero.
2293         * modules/ceill-tests (Depends-on): Add float.
2294
2295         * tests/test-floorl.c: Include <float.h>.
2296         (zero): Remove variable.
2297         (minus_zero): New variable.
2298         (main): Use minus_zero instead of -zero.
2299         * modules/floorl-tests (Depends-on): Add float.
2300
2301         * tests/test-roundl.c: Include <float.h>.
2302         (zero): Remove variable.
2303         (minus_zero): New variable.
2304         (main): Use minus_zero instead of -zero.
2305         * modules/roundl-tests (Depends-on): Add float.
2306
2307         * tests/test-truncl.c: Include <float.h>.
2308         (zero): Remove variable.
2309         (minus_zero): New variable.
2310         (main): Use minus_zero instead of -zero.
2311         * modules/truncl-tests (Depends-on): Add float.
2312
2313         * tests/test-frexpl.c (zero): Remove variable.
2314         (minus_zero): New variable.
2315         (main): Use minus_zero instead of -zero.
2316         * modules/frexpl-tests (Depends-on): Add float.
2317
2318         * tests/test-isnan.c (zerol): Remove variable.
2319         (minus_zerol): New variable.
2320         (test_long_double): Use minus_zerol instead of -zerol.
2321         * modules/isnan-tests (Depends-on): Add float.
2322
2323         * tests/test-isnanl.h (zero): Remove variable.
2324         (minus_zero): New variable.
2325         (main): Use minus_zero instead of -zero.
2326         * modules/isnanl-nolibm-tests (Depends-on): Add float.
2327         * modules/isnanl-tests (Depends-on): Add float.
2328
2329         * tests/test-ldexpl.c (zero): Remove variable.
2330         (minus_zero): New variable.
2331         (main): Use minus_zero instead of -zero.
2332         * modules/ldexpl-tests (Depends-on): Add float.
2333
2334         * tests/test-snprintf-posix.h (zerol): Remove variable.
2335         (minus_zerol): New variable.
2336         (test_function): Use minus_zerol instead of -zerol.
2337         * modules/snprintf-posix-tests (Depends-on): Add float.
2338         * modules/vsnprintf-posix-tests (Depends-on): Add float.
2339
2340         * tests/test-sprintf-posix.h (zerol): Remove variable.
2341         (minus_zerol): New variable.
2342         (test_function): Use minus_zerol instead of -zerol.
2343         * modules/sprintf-posix-tests (Depends-on): Add float.
2344         * modules/vsprintf-posix-tests (Depends-on): Add float.
2345
2346         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
2347         (minus_zerol): New variable.
2348         (test_function): Use minus_zerol instead of -zerol.
2349         * modules/vasnprintf-posix-tests (Depends-on): Add float.
2350
2351         * tests/test-vasprintf-posix.c (zerol): Remove variable.
2352         (minus_zerol): New variable.
2353         (test_function): Use minus_zerol instead of -zerol.
2354         * modules/vasprintf-posix-tests (Depends-on): Add float.
2355
2356 2008-10-07  Simon Josefsson  <simon@josefsson.org>
2357
2358         * MODULES.html.sh (Support for building documentation): Mention
2359         pmccabe2html.  Sort entries.
2360
2361         Add pmccabe2html module, from gnupdf.
2362         * build-aux/pmccabe.css: New file.
2363         * build-aux/pmccabe2html: New file.
2364         * m4/pmccabe2html.m4: New file.
2365         * modules/pmccabe2html: New file.
2366
2367 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
2368
2369         flock: new module
2370         * MODULES.html.sh: Add to list of modules.
2371         * lib/flock.c: flock implementation for Windows and Unix systems
2372         which have fcntl.
2373         * doc/glibc-functions/flock.texi: Update documentation.
2374         * lib/sys_file.in.h: <sys/file.h> header file.
2375         * m4/flock.m4: M4 macros.
2376         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
2377         * modules/flock: flock module.
2378         * modules/flock-tests: flock tests module.
2379         * modules/sys_file: sys/file.h module.
2380         * tests/test-flock.c: test suite for flock.
2381
2382 2008-10-06  Jim Meyering  <meyering@redhat.com>
2383
2384         bootstrap: check for LT_INIT more portably still ;-)
2385         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
2386         Spotted by Bruno Haible.
2387
2388 2008-10-06  Eric Blake  <ebb9@byu.net>
2389
2390         test-signbit: avoid tripping Irix cc bug on -0.0L
2391         * tests/test-signbit.c (minus_zerol): Delete, and replace with
2392         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
2393         entire testsuite consistent and avoids an Irix 6.2 bug.
2394
2395 2008-10-05  Bruno Haible  <bruno@clisp.org>
2396             Jim Meyering  <jim@meyering.net>
2397
2398         Add an option for ignoring EPIPE during close_stdout.
2399         * lib/closeout.h: Include <stdbool.h>.
2400         (close_stdout_set_ignore_EPIPE): New declaration.
2401         * lib/closeout.c: Include <stdbool.h>.
2402         (ignore_EPIPE): New variable.
2403         (close_stdout_set_ignore_EPIPE): New function.
2404         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
2405         * lib/close-stream.c (close_stream): Mention the possible EPIPE
2406         failure.
2407         * modules/closeout (Depends-on): Add stdbool.
2408
2409 2008-10-05  Bruno Haible  <bruno@clisp.org>
2410
2411         * modules/accept: New file.
2412         * modules/bind: New file.
2413         * modules/connect: New file.
2414         * modules/getpeername: New file.
2415         * modules/getsockname: New file.
2416         * modules/getsockopt: New file.
2417         * modules/listen: New file.
2418         * modules/recv: New file.
2419         * modules/recvfrom: New file.
2420         * modules/send: New file.
2421         * modules/sendto: New file.
2422         * modules/setsockopt: New file.
2423         * modules/socket: New file.
2424         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
2425         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
2426         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
2427         the particular module is requested. Add a link warning when the
2428         particular module is not requested.
2429         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
2430         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
2431         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
2432         the particular module is requested.
2433         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
2434         gl_SYS_SOCKET_H_DEFAULTS): New macros.
2435         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
2436         * modules/sys_socket (Depends-on): Add link-warning.
2437         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
2438         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
2439         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
2440         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
2441         GL_LINK_WARNING.
2442         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
2443         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
2444         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
2445         * doc/posix-functions/getpeername.texi: Mention the new module
2446         'getpeername'.
2447         * doc/posix-functions/getsockname.texi: Mention the new module
2448         'getsockname'.
2449         * doc/posix-functions/getsockopt.texi: Mention the new module
2450         'getsockopt'.
2451         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
2452         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
2453         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
2454         * doc/posix-functions/send.texi: Mention the new module 'send'.
2455         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
2456         * doc/posix-functions/setsockopt.texi: Mention the new module
2457         'setsockopt'.
2458         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
2459         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
2460         listen, connect, accept.
2461         * modules/select-tests (Depends-on): Likewise.
2462
2463 2008-10-05  Bruno Haible  <bruno@clisp.org>
2464
2465         * lib/winsock.c (strerror): Remove unused #undef.
2466         (rpl_close): Remove unused local variable.
2467
2468         * modules/sys_socket (Depends-on); Add errno.
2469
2470 2008-10-05  Bruno Haible  <bruno@clisp.org>
2471
2472         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
2473         (select): Add a link warning when the 'select' module is not used.
2474         * modules/sys_select (Depends-on): Add link-warning.
2475         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
2476         Suggested by Paolo Bonzini.
2477
2478 2008-10-05  Jim Meyering  <meyering@redhat.com>
2479
2480         bootstrap: check for LT_INIT more portably
2481         * build-aux/bootstrap: Avoid using grep -E, since it's not
2482         portable enough.  Suggestion from Bruno Haible.
2483
2484 2008-10-05  Bruno Haible  <bruno@clisp.org>
2485
2486         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
2487         as being fixed by gnulib.
2488
2489 2008-10-05  Bruno Haible  <bruno@clisp.org>
2490
2491         * modules/select-tests: New file, mostly copied from
2492         modules/sys_select-tests.
2493         * tests/test-select.c: New file, mostly copied from
2494         tests/test-sys_select.c.
2495         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
2496         * modules/sys_select-tests (Depends-on): Remove all dependencies.
2497         (Makefile.am): Remove test_sys_select_LDADD.
2498
2499         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
2500         to an undefined symbol, for an error message.
2501         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
2502         (gl_SYS_SELECT_H_DEFAULTS): New macro.
2503         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
2504         winsock-select.c here.
2505         * modules/sys_select (Files): Remove lib/winsock-select.c.
2506         (Depends-on): Remove alloca.
2507         (Makefile.am): Substitute GNULIB_SELECT.
2508         * modules/select: New file.
2509         * doc/posix-functions/select.texi: Update.
2510
2511 2008-10-05  Bruno Haible  <bruno@clisp.org>
2512
2513         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
2514         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
2515         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
2516         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
2517         getdtablesize.
2518         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
2519         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
2520
2521 2008-10-05  Bruno Haible  <bruno@clisp.org>
2522
2523         * modules/getdtablesize-tests: New file.
2524         * tests/test-getdtablesize.c: New file.
2525
2526         New module 'getdtablesize'.
2527         * lib/unistd.in.h (getdtablesize): New declaration.
2528         * lib/getdtablesize.c: New file.
2529         * m4/getdtablesize.m4: New file.
2530         * modules/getdtablesize: New file.
2531         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2532         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
2533         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
2534         HAVE_GETDTABLESIZE.
2535         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
2536
2537 2008-10-05  Bruno Haible  <bruno@clisp.org>
2538
2539         * modules/sched (Makefile.am): Fix typo.
2540         Reported by Simon Josefsson.
2541
2542 2008-10-05  Jim Meyering  <meyering@redhat.com>
2543
2544         bootstrap: check for LT_INIT, too
2545         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
2546         are deprecated.  Suggestion from Ralf Wildenhues.
2547
2548 2008-10-05  Bruno Haible  <bruno@clisp.org>
2549
2550         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
2551         overriding them by ours.
2552         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
2553
2554 2008-10-05  Jim Meyering  <meyering@redhat.com>
2555
2556         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
2557         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
2558         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
2559
2560 2008-10-04  Bruno Haible  <bruno@clisp.org>
2561
2562         * modules/dup2 (License): Change to LGPLv2+.
2563         * modules/sleep (License): Likewise.
2564         * modules/perror (License): Likewise.
2565         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
2566         Blake.
2567         * modules/signal (License): Likewise.
2568         * modules/sigprocmask (License): Likewise.
2569         * modules/raise (License): Change to LGPLv2+, with approval by Jim
2570         Meyering.
2571
2572 2008-10-04  Bruno Haible  <bruno@clisp.org>
2573
2574         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
2575         Reported by Rainer Tammer <tammer@tammer.net>.
2576
2577 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
2578             Bruno Haible  <bruno@clisp.org>
2579
2580         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
2581         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
2582         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
2583
2584 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
2585
2586         filevercmp: new module
2587         * lib/filevercmp.h: New function filevercmp comparing version strings.
2588         * lib/filevercmp.c: Implementation of filevercmp function.
2589         * modules/filevercmp: Module metadata.
2590         * tests/test-filevercmp.c: Unit test for new module.
2591         * modules/filevercmp-tests: Unit test metadata.
2592         * MODULES.html.sh: Add filevercmp module.
2593
2594 2008-10-03  Bruno Haible  <bruno@clisp.org>
2595
2596         * lib/c-ctype.h: Add comment.
2597         Reported by Jim Meyering.
2598
2599 2008-10-02  Bruno Haible  <bruno@clisp.org>
2600
2601         * modules/posix_spawn-internal (Depends-on): Add 'open'.
2602
2603 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2604
2605         * build-aux/bootstrap: Allow renaming bootstrap, and change the
2606         name of bootstrap.conf accordingly.
2607
2608 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2609
2610         * build-aux/bootstrap: Install git-merge-changelog configuration
2611         items into .gitconfig if needed.
2612
2613 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2614
2615         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
2616         git repository, and initialize/update it accordingly.
2617
2618 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
2619
2620         * modules/fsync-tests: New file.
2621         * tests/test-fsync.c: New file.
2622
2623         New module 'fsync'.
2624         * lib/fsync.c: New file.
2625         * m4/fsync.m4: New file.
2626         * modules/fsync: New file.
2627         * lib/unistd.in.h (fsync): New declaration.
2628         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
2629         GNULIB_FSYNC and HAVE_FSYNC.
2630         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
2631         * MODULES.html.sh (posix_functions): Add fsync.
2632         * doc/posix-functions/fsync.texi: Mention the new module.
2633
2634 2008-10-02  Jim Meyering  <meyering@redhat.com>
2635
2636         fts.c: sync with similar code from coreutils' remove.c
2637         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
2638         Guard also with "#if defined __linux__", since for now at least,
2639         this code is Linux-kernel-specific.
2640
2641 2008-10-02  Jim Meyering  <meyering@redhat.com>
2642
2643         fts: bug fixes
2644         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
2645         Include <sys/vfs.h>, not <sys/statfs.h>.
2646
2647         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
2648         Include <sys/vfs.h>, not <sys/statfs.h>.
2649
2650 2008-10-01  Bruno Haible  <bruno@clisp.org>
2651
2652         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
2653         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
2654         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
2655         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
2656         * doc/posix-functions/posix_spawnp.texi: Likewise.
2657         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
2658         whether posix_spawn actually works.
2659         * m4/pipe.m4 (gl_PIPE): Likewise.
2660         * modules/execute (Files): Add m4/posix_spawn.m4.
2661         * modules/pipe (Files): Add m4/posix_spawn.m4.
2662         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
2663
2664 2008-10-01  Jim Meyering  <meyering@redhat.com>
2665
2666         remove trailing spaces
2667         * NEWS: Likewise.
2668         * lib/poll.c (poll): Likewise.
2669         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
2670         * lib/winsock.c (rpl_close): Likewise.
2671         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
2672         * modules/yield: Likewise.
2673         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
2674         * tests/test-sys_select.c (connect_to_socket): Likewise.
2675
2676         fts.c: adjust a new interface to be more generally useful
2677         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
2678         (fts_build): Adjust caller.
2679
2680 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2681
2682         * modules/cond-tests: New file.
2683         * tests/test-cond.c: New file.
2684
2685 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2686             Bruno Haible  <bruno@clisp.org>
2687
2688         * modules/cond (Dependencies): Add errno, time.
2689         * lib/glthread/cond.h: Include <time.h>.
2690         (gl_cond_define, gl_cond_define_initialized): Use the same definition
2691         across platforms.
2692
2693 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2694             Bruno Haible  <bruno@clisp.org>
2695
2696         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
2697
2698 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2699             Bruno Haible  <bruno@clisp.org>
2700
2701         * modules/tls-tests (Depends-on): Add thread, yield.
2702         (configure.ac): Remove all checks.
2703         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
2704         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
2705         gl_thread_self): Remove definitions. Include glthread/thread.h and
2706         glthread/yield.h instead.
2707         (test_tls): Pass an additional NULL argument to gl_thread_join.
2708
2709 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2710             Bruno Haible  <bruno@clisp.org>
2711
2712         * modules/lock-tests (Depends-on): Add thread, yield.
2713         (configure.ac): Remove all checks.
2714         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
2715         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
2716         gl_thread_self): Remove definitions. Include glthread/thread.h and
2717         glthread/yield.h instead.
2718         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
2719         additional NULL argument to gl_thread_join.
2720
2721 2008-09-30  Bruno Haible  <bruno@clisp.org>
2722
2723         Fix the Win32 implementation of the 'thread' module.
2724         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
2725         pointer type.
2726         (gl_thread_self): Invoke gl_thread_self_func.
2727         (gl_thread_self_func): New declaration.
2728         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
2729         (do_init_self_key, init_self_key): New functions.
2730         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
2731         Remove some fields.
2732         (running_threads, running_lock): Remove variables.
2733         (get_current_thread_handle): New function.
2734         (gl_thread_self_func, wrapper_func, glthread_create_func,
2735         glthread_join_func, gl_thread_exit_func): Largely rewritten and
2736         simplified.
2737
2738 2008-09-30  Bruno Haible  <bruno@clisp.org>
2739
2740         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
2741         files.
2742
2743 2008-09-30  Jim Meyering  <meyering@redhat.com>
2744
2745         fts.m4: correct the test for statfs.f_type
2746         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
2747         when checking for statfs.f_type.
2748
2749 2008-09-15  Simon Josefsson  <simon@josefsson.org>
2750
2751         tests: avoid some compiler warnings
2752         * tests/test-memchr.c (main): Pass NULL indirectly.
2753         * tests/test-getdate.c (main): Remove unused variable 'ret'.
2754
2755 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
2756
2757         getdate.y: disallow countable dayshifts like "4 yesterday ago"
2758         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
2759         exactly specified dayshifts.
2760         (dayshift): New rule.
2761         (rel): Add dayshift.
2762         (relative_time_table) [tomorrow, yesterday, today, now]:
2763         Use tDAY_SHIFT in place of tDAY_UNIT.
2764         * tests/test-getdate.c: Add tests for now-disallowed countable
2765         dayshifts, e.g., "4 yesterday ago".
2766
2767 2008-09-29  Bruno Haible  <bruno@clisp.org>
2768
2769         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
2770         * tests/test-posix_spawn1.in.sh: Renamed from
2771         tests/test-posix_spawn.in.sh.
2772         * tests/test-posix_spawn2.c: New file.
2773         * tests/test-posix_spawn2.in.sh: New file.
2774         * modules/posix_spawnp-tests (Files): Update.
2775         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
2776
2777 2008-09-29  Bruno Haible  <bruno@clisp.org>
2778
2779         Propagate effects of putenv/setenv/unsetenv to child processes.
2780         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
2781         * lib/pipe.c (create_pipe): Likewise.
2782
2783 2008-09-29  Bruno Haible  <bruno@clisp.org>
2784
2785         Enable use of shell scripts as executables in mingw.
2786         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
2787         run the program as a shell script.
2788         * lib/pipe.c (create_pipe): Likewise.
2789         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
2790         resulting array.
2791
2792 2008-09-29  Eric Blake  <ebb9@byu.net>
2793
2794         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
2795
2796 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
2797
2798         * doc/posix-functions/accept.texi: Update mingw problems.
2799         * doc/posix-functions/bind.texi: Update mingw problems.
2800         * doc/posix-functions/close.texi: Update mingw problems.
2801         * doc/posix-functions/connect.texi: Update mingw problems.
2802         * doc/posix-functions/getpeername.texi: Update mingw problems.
2803         * doc/posix-functions/getsockname.texi: Update mingw problems.
2804         * doc/posix-functions/getsockopt.texi: Update mingw problems.
2805         * doc/posix-functions/ioctl.texi: Update mingw problems.
2806         * doc/posix-functions/listen.texi: Update mingw problems.
2807         * doc/posix-functions/recv.texi: Update mingw problems.
2808         * doc/posix-functions/recvfrom.texi: Update mingw problems.
2809         * doc/posix-functions/select.texi: Update mingw problems.
2810         * doc/posix-functions/send.texi: Update mingw problems.
2811         * doc/posix-functions/sendto.texi: Update mingw problems.
2812         * doc/posix-functions/setsockopt.texi: Update mingw problems.
2813         * doc/posix-functions/socket.texi: Update mingw problems.
2814
2815 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
2816             Bruno Haible  <bruno@clisp.org>
2817
2818         * lib/sys_select.in.h: Include sys/time.h.
2819         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
2820         * modules/sys_select: Depend on sys_time.
2821         * tests/test-sys_select.c: Test that sys/select.h defines struct
2822         timeval fully.
2823
2824 2008-09-29  Bruno Haible  <bruno@clisp.org>
2825
2826         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
2827         * lib/sys_select.in.h: Likewise.
2828
2829 2008-09-29  Bruno Haible  <bruno@clisp.org>
2830
2831         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
2832
2833 2008-09-29  Bruno Haible  <bruno@clisp.org>
2834
2835         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
2836         Set LIBSOCKET instead of augmenting LIBS.
2837         * modules/sockets (Link): New section.
2838         * modules/sockets-tests (test_sockets_LDADD): New variable.
2839         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
2840         * modules/poll-tests (test_poll_LDADD): New variable.
2841         * NEWS: Document the change.
2842
2843 2008-09-29  Bruno Haible  <bruno@clisp.org>
2844
2845         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
2846         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
2847         ARPA_INET_H directly.
2848         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
2849
2850 2008-09-28  Bruno Haible  <bruno@clisp.org>
2851
2852         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
2853         from gl_HEADER_SYS_SOCKET.
2854         (gl_HEADER_SYS_SOCKET): Invoke it.
2855         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2856
2857 2008-09-28  Bruno Haible  <bruno@clisp.org>
2858
2859         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
2860         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
2861         Needed on OSF/1 4.0.
2862
2863 2008-09-28  Bruno Haible  <bruno@clisp.org>
2864
2865         Override open more carefully.
2866         * lib/open.c (orig_open): New function.
2867         (rpl_open): Use orig_open instead of open.
2868         * lib/fcntl.in.h: Add special invocation convention.
2869         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
2870         (gl_FUNC_OPEN): Invoke it.
2871
2872         Override freopen more carefully.
2873         * lib/freopen.c (orig_freopen): New function.
2874         (rpl_freopen): Use orig_freopen instead of freopen.
2875         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
2876         (gl_FUNC_FREOPEN): Invoke it.
2877
2878         Override fopen more carefully.
2879         * lib/fopen.c (orig_fopen): New function.
2880         (rpl_fopen): Use orig_fopen instead of fopen.
2881         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
2882         (gl_FUNC_FOPEN): Invoke it.
2883         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
2884
2885 2008-09-28  Bruno Haible  <bruno@clisp.org>
2886
2887         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
2888         SIGPIPE.
2889
2890 2008-09-28  Bruno Haible  <bruno@clisp.org>
2891
2892         * tests/test-sigaction.c (handler, main): Disable the check whether
2893         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
2894         glibc systems with LinuxThreads.
2895
2896 2008-09-28  Bruno Haible  <bruno@clisp.org>
2897
2898         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
2899
2900         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
2901         with AIX xlc.
2902         * lib/fcntl.in.h (open): Likewise.
2903         Reported by Rainer Tammer <tammer@tammer.net>.
2904
2905 2008-09-28  Bruno Haible  <bruno@clisp.org>
2906
2907         * modules/posix_spawnp-tests: New file.
2908         * tests/test-posix_spawn.c: New file.
2909         * tests/test-posix_spawn.in.sh: New file.
2910
2911         New module 'posix_spawnp'.
2912         * modules/posix_spawnp: New file.
2913         * lib/spawnp.c: New file, from GNU libc with modifications.
2914         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
2915
2916         New module 'posix_spawn'.
2917         * modules/posix_spawn: New file.
2918         * lib/spawn.c: New file, from GNU libc with modifications.
2919         * doc/posix-functions/posix_spawn.texi: Mention the new module.
2920
2921         New module 'posix_spawnattr_destroy'.
2922         * modules/posix_spawnattr_destroy: New file.
2923         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
2924         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
2925         module.
2926
2927         New module 'posix_spawnattr_setsigmask'.
2928         * modules/posix_spawnattr_setsigmask: New file.
2929         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
2930         modifications.
2931         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
2932         new module.
2933
2934         New module 'posix_spawnattr_getsigmask'.
2935         * modules/posix_spawnattr_getsigmask: New file.
2936         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
2937         modifications.
2938         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
2939         new module.
2940
2941         New module 'posix_spawnattr_setsigdefault'.
2942         * modules/posix_spawnattr_setsigdefault: New file.
2943         * lib/spawnattr_setdefault.c: New file, from GNU libc with
2944         modifications.
2945         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
2946         new module.
2947
2948         New module 'posix_spawnattr_getsigdefault'.
2949         * modules/posix_spawnattr_getsigdefault: New file.
2950         * lib/spawnattr_getdefault.c: New file, from GNU libc with
2951         modifications.
2952         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
2953         new module.
2954
2955         New module 'posix_spawnattr_setschedpolicy'.
2956         * modules/posix_spawnattr_setschedpolicy: New file.
2957         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
2958         modifications.
2959         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
2960         new module.
2961
2962         New module 'posix_spawnattr_getschedpolicy'.
2963         * modules/posix_spawnattr_getschedpolicy: New file.
2964         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
2965         modifications.
2966         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
2967         new module.
2968
2969         New module 'posix_spawnattr_setschedparam'.
2970         * modules/posix_spawnattr_setschedparam: New file.
2971         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
2972         modifications.
2973         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
2974         new module.
2975
2976         New module 'posix_spawnattr_getschedparam'.
2977         * modules/posix_spawnattr_getschedparam: New file.
2978         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
2979         modifications.
2980         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
2981         new module.
2982
2983         New module 'posix_spawnattr_setpgroup'.
2984         * modules/posix_spawnattr_setpgroup: New file.
2985         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
2986         modifications.
2987         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
2988         module.
2989
2990         New module 'posix_spawnattr_getpgroup'.
2991         * modules/posix_spawnattr_getpgroup: New file.
2992         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
2993         modifications.
2994         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
2995         module.
2996
2997         New module 'posix_spawnattr_setflags'.
2998         * modules/posix_spawnattr_setflags: New file.
2999         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
3000         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
3001         module.
3002
3003         New module 'posix_spawnattr_getflags'.
3004         * modules/posix_spawnattr_getflags: New file.
3005         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
3006         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
3007         module.
3008
3009         New module 'posix_spawnattr_init'.
3010         * modules/posix_spawnattr_init: New file.
3011         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
3012         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
3013         module.
3014
3015         New module 'posix_spawn_file_actions_destroy'.
3016         * modules/posix_spawn_file_actions_destroy: New file.
3017         * lib/spawn_faction_destroy.c: New file, from GNU libc with
3018         modifications.
3019         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
3020         the new module.
3021
3022         New module 'posix_spawn_file_actions_addopen'.
3023         * modules/posix_spawn_file_actions_addopen: New file.
3024         * lib/spawn_faction_addopen.c: New file, from GNU libc with
3025         modifications.
3026         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
3027         the new module.
3028
3029         New module 'posix_spawn_file_actions_adddup2'.
3030         * modules/posix_spawn_file_actions_adddup2: New file.
3031         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
3032         modifications.
3033         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
3034         the new module.
3035
3036         New module 'posix_spawn_file_actions_addclose'.
3037         * modules/posix_spawn_file_actions_addclose: New file.
3038         * lib/spawn_faction_addclose.c: New file, from GNU libc with
3039         modifications.
3040         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
3041         the new module.
3042
3043         New module 'posix_spawn_file_actions_init'.
3044         * modules/posix_spawn_file_actions_init: New file.
3045         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
3046         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
3047         new module.
3048
3049         New module 'posix_spawn-internal'.
3050         * modules/posix_spawn-internal: New file.
3051         * lib/spawn_int.h: New file, from GNU libc with modifications.
3052         * lib/spawni.c: New file, from GNU libc with modifications.
3053         * m4/posix_spawn.m4: New file.
3054
3055         New module 'spawn'.
3056         * modules/spawn: New file.
3057         * lib/spawn.in.h: New file, from GNU libc with modifications.
3058         * m4/spawn_h.m4: New file.
3059         * doc/posix-headers/spawn.texi: Mention the new module.
3060
3061 2008-09-28  Bruno Haible  <bruno@clisp.org>
3062
3063         * modules/sched-tests: New file.
3064         * tests/test-sched.c: New file.
3065
3066         New module 'sched'.
3067         * modules/sched: New file.
3068         * lib/sched.in.h: New file.
3069         * m4/sched_h.m4: New file.
3070         * doc/posix-headers/sched.texi: Mention the new module.
3071
3072 2008-09-27  Eric Blake  <ebb9@byu.net>
3073
3074         Fix previous patch, and tweak references to $0.
3075         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
3076         (func_version, func_gnulib_dir): Don't call this program
3077         gnulib-tool.
3078         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
3079         with using $0 in function.
3080         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
3081         (func_fatal_error): Reuse the name the user invoked us with.
3082
3083 2008-09-27  Bruno Haible  <bruno@clisp.org>
3084
3085         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
3086         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
3087         (gl_ICONV_H): Not here.
3088         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
3089         instead of assigning ICONV_H directly.
3090
3091         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
3092         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
3093         WCHAR_H directly.
3094
3095 2008-09-27  Bruno Haible  <bruno@clisp.org>
3096
3097         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
3098         * modules/arpa_inet (Depends-on): Add link-warning.
3099         (Makefile.am): Insert the definition of GL_LINK-WARNING.
3100         * modules/unistd (Makefile.am): Likewise.
3101
3102 2008-09-26  Bruno Haible  <bruno@clisp.org>
3103
3104         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
3105         variables.
3106         (func_version): Essentially copied from gnulib-tool.
3107         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
3108         func_readlink): Copied from gnulib-tool.
3109
3110 2008-09-26  Bruno Haible  <bruno@clisp.org>
3111
3112         * gnulib-tool (func_version): Change directory to $gnulib_dir before
3113         invoking git-version-gen.
3114
3115 2008-09-26  Bruno Haible  <bruno@clisp.org>
3116
3117         * posix-modules: Update to directory names changed on 2008-01-19.
3118         Remove commas in output before splitting into words. No more need to
3119         avoid 'ftruncate' since 2007-02-19.
3120
3121 2008-09-26  Bruno Haible  <bruno@clisp.org>
3122
3123         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
3124
3125 2008-09-26  Bruno Haible  <bruno@clisp.org>
3126
3127         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
3128         * modules/fwriteerror (Depends-on): Add errno.
3129
3130 2008-09-26  Bruno Haible  <bruno@clisp.org>
3131
3132         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
3133         * tests/test-vc-list-files-cvs.sh: Likewise.
3134
3135 2008-09-26  Bruno Haible  <bruno@clisp.org>
3136
3137         * doc/posix-headers/sys_resource.texi: Reorder items.
3138
3139 2008-09-26  Jim Meyering  <meyering@redhat.com>
3140
3141         fts: tweak inode comparison function
3142         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
3143         inode numbers, as documented.
3144
3145         fts: sort dirent entries on inode number before traversing
3146         This avoids a quadratic, seek-related performance penalty when
3147         operating on a directory containing many entries (measurable at 10k;
3148         3.5 hours at 2 million entries with a cold cache) on certain types
3149         of file systems, including ext3 and ext4, but not tmpfs.
3150         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
3151         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
3152         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
3153         (fs_handles_readdir_ordered_dirents_efficiently): New function.
3154         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
3155         (fts_build): Set the stat.st_ino member from D_INO.
3156         If it is likely to be useful, sort dirent entries on inode number.
3157
3158         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
3159         and the struct statfs.f_type member.
3160         * modules/fts (Depends-on): Add d-ino.
3161
3162 2008-09-26  Bruno Haible  <bruno@clisp.org>
3163
3164         * modules/sigpipe-die (Depends-on): Add sigpipe.
3165
3166         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
3167         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
3168         and GNULIB_STDIO_H_SIGPIPE are set.
3169         * lib/stdio-write.c: New file.
3170         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
3171         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3172         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3173         REPLACE_STDIO_WRITE_FUNCS.
3174         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
3175         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3176         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3177         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
3178         * modules/stdio (Files): Add lib/stdio-write.c.
3179         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
3180         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3181         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3182         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
3183         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
3184         REPLACE_FPRINTF_POSIX.
3185         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
3186         REPLACE_PRINTF_POSIX.
3187         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
3188         REPLACE_VFPRINTF_POSIX.
3189         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
3190         REPLACE_VPRINTF_POSIX.
3191         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
3192         SIGPIPE issue.
3193         * doc/posix-functions/fputc.texi: Likewise.
3194         * doc/posix-functions/fputs.texi: Likewise.
3195         * doc/posix-functions/fwrite.texi: Likewise.
3196         * doc/posix-functions/printf.texi: Likewise.
3197         * doc/posix-functions/putc.texi: Likewise.
3198         * doc/posix-functions/putchar.texi: Likewise.
3199         * doc/posix-functions/puts.texi: Likewise.
3200         * doc/posix-functions/vfprintf.texi: Likewise.
3201         * doc/posix-functions/vprintf.texi: Likewise.
3202
3203         * modules/safe-write (Depends-on): Add write.
3204
3205         * modules/sigpipe-tests: New file.
3206         * tests/test-sigpipe.c: New file.
3207         * tests/test-sigpipe.sh: New file.
3208
3209         * modules/write: New file.
3210         * lib/unistd.in.h: Include <sys/types.h>.
3211         (write): New declaration.
3212         * lib/write.c: New file.
3213         * m4/write.m4: New file.
3214         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3215         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
3216         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
3217         GNULIB_WRITE, REPLACE_WRITE.
3218         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
3219         and the SIGPIPE issue.
3220
3221         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
3222         (raise): New declaration.
3223         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
3224         (ext_signal): New function.
3225         (rpl_raise): New function.
3226         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
3227         GNULIB_SIGNAL_H_SIGPIPE.
3228         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
3229         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
3230
3231         * modules/sigpipe: New file.
3232         * m4/sigpipe.m4: New file.
3233
3234 2008-09-25  Derek Price  <derek@ximbiot.com>
3235             Bruno Haible  <bruno@clisp.org>
3236
3237         * gnulib-tool (func_import): Report all license incompatibilities, not
3238         just the first one.
3239
3240 2008-09-25  Bruno Haible  <bruno@clisp.org>
3241
3242         * gnulib-tool (func_import): When computing the edits, consider not
3243         only the Makefile.ams that exist but also those that will be generated.
3244
3245 2008-09-25  Simon Josefsson  <simon@josefsson.org>
3246
3247         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
3248         fixes gnulib-tool --test warning about duplicate dependency.
3249
3250 2008-09-25  Bruno Haible  <bruno@clisp.org>
3251
3252         * gnulib-tool: Don't ask the user to perform edits in the generated
3253         Makefile.ams.
3254         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
3255         apply to the Makefile.am being generated.
3256         (func_emit_tests_Makefile_am): Execute edits that apply to the
3257         Makefile.am being generated.
3258         (func_import): Setup list of Makefile.am edits before emitting the
3259         Makefile.ams, not at the end.
3260         (func_create_testdir): Update.
3261         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3262
3263 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3264
3265         * gnulib-tool (func_import): Store the --tests-base option in the
3266         comment in gnulib-cache.m4.
3267
3268 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
3269
3270         * NEWS: Document increased portability that sys_select now provides.
3271
3272         * lib/sys_select.in.h: Install select wrapper.
3273         * lib/sys_socket.in.h: Use more descriptive name when there is no
3274         select wrapper.
3275         * lib/winsock-select.c: New.
3276         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
3277         Require gl_HEADER_SYS_SOCKET.
3278         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
3279         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
3280         * tests/test-sys_select.c: Add functional tests.
3281
3282 2008-09-24  Eric Blake  <ebb9@byu.net>
3283
3284         open, fopen: close fd leak in last patch
3285         * lib/open.c (rpl_open): Close fd before returning error.
3286         * lib/fopen.c (rpl_fopen): Close fd before returning error.
3287         * doc/posix-functions/open.texi (open): Document that Irix also
3288         has the bug.
3289         * doc/posix-functions/fopen.texi (fopen): Likewise.
3290         Reported by Paolo Bonzini.
3291
3292 2008-09-24  Bruno Haible  <bruno@clisp.org>
3293
3294         Ensure that a filename ending in a slash cannot be used to access a
3295         non-directory.
3296         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
3297         to check whether it's really a directory.
3298         * lib/fopen.c: Include fcntl.h, unistd.h.
3299         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
3300         and fdopen().
3301         * modules/fopen (Depends-on): Add unistd.
3302         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
3303         * tests/test-fopen.c (main): Likewise.
3304         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
3305         * doc/posix-functions/fopen.texi: Likewise.
3306         Reported by Eric Blake.
3307
3308 2008-09-23  Eric Blake  <ebb9@byu.net>
3309
3310         c-stack: avoid compiler optimizations when provoking overflow
3311         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
3312         recursion harder to optimize, to ensure a stack overflow occurs.
3313         * tests/test-c-stack.c (recurse): Likewise.
3314         Borrowed from libsigsegv.
3315
3316         c-stack: work around Irix sigaltstack bug
3317         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
3318         whether sigaltstack uses wrong end of stack_t (copied in part from
3319         libsigsegv).
3320         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
3321         Irix bug, without requiring an over-allocation.
3322         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
3323         bug.
3324
3325         fopen: document mingw bug on directories
3326         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
3327         not allowing a stream visiting a directory, even though reading
3328         from such a stream is not portable.
3329
3330 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3331
3332         * lib/poll.c: Rewrite.
3333         * modules/poll: Depend on alloca.
3334
3335 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3336
3337         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
3338         instead define prototypes for a full set of wrappers.  Ensure
3339         that Cygwin does not use the compatibility code, which is only
3340         for MinGW.
3341         * lib/winsock.c: New.
3342         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
3343         * modules/sys_socket: Add lib/winsock.c.
3344
3345         * modules/poll-tests: Add errno and perror.
3346         * tests/test-poll.c: Use ioctl, not ioctlsocket.
3347
3348 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3349
3350         * tests/test-poll.c: Downgrade minimum needed Winsock version.
3351
3352 2008-09-23  Bruno Haible  <bruno@clisp.org>
3353
3354         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
3355         * doc/glibc-functions/*: Likewise.
3356
3357 2008-09-23  Simon Josefsson  <simon@josefsson.org>
3358
3359         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
3360         success.
3361
3362 2008-09-22  Eric Blake  <ebb9@byu.net>
3363             Bruno Haible  <bruno@clisp.org>
3364
3365         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
3366         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
3367         supply %A but mishandle pseudo-NaN.
3368         Reported by Simon Josefsson.
3369
3370 2008-09-21  Bruno Haible  <bruno@clisp.org>
3371
3372         * tests/test-lock.c (main): Tweak skip message.
3373         * tests/test-tls.c (main): Likewise.
3374
3375 2008-09-21  Bruno Haible  <bruno@clisp.org>
3376
3377         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
3378         whether 'struct sigaction' has sa_sigaction here...
3379         (gl_PREREQ_SIG_HANDLER_H): ... not here.
3380         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
3381
3382 2008-09-21  Bruno Haible  <bruno@clisp.org>
3383
3384         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
3385         section.
3386         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
3387         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
3388         the new section.
3389         (Support for obsolete systems lacking POSIX:2001): New section.
3390         (String handling <string.h>): Move strdup to the new section.
3391         Suggested by Simon Josefsson and Paolo Bonzini.
3392
3393 2008-09-21  Bruno Haible  <bruno@clisp.org>
3394
3395         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
3396         exponents in %e and %g results on 'long double'. Needed for mingw's
3397         improved *printf functions.
3398         * tests/test-vasprintf-posix.c (test_function): Likewise.
3399         * tests/test-snprintf-posix.h (test_function): Likewise.
3400         * tests/test-sprintf-posix.h (test_function): Likewise.
3401         Reported by Eric Blake.
3402
3403 2008-09-21  Bruno Haible  <bruno@clisp.org>
3404
3405         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
3406         * tests/test-sprintf-posix.h (test_function): Likewise.
3407
3408 2008-09-21  Bruno Haible  <bruno@clisp.org>
3409
3410         * modules/getpass (Depends-on): Add strdup-posix.
3411
3412         New module 'strdup-posix'.
3413         * modules/strdup-posix: New file.
3414         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
3415         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
3416         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3417         REPLACE_STRDUP.
3418         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
3419         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
3420         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3421         strdup-posix.
3422
3423         * modules/strdup (Depends-on): Remove malloc-posix.
3424
3425 2008-09-20  Bruno Haible  <bruno@clisp.org>
3426
3427         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
3428         Wildenhues.
3429
3430 2008-09-20  Bruno Haible  <bruno@clisp.org>
3431
3432         Ensure that wint_t gets defined on IRIX 5.3.
3433         * lib/wchar.in.h (wint_t): Define if not defined by the system.
3434         * lib/wctype.in.h (wint_t): Likewise.
3435         (__wctype_wint_t): Remove type.
3436         (isw*): Use wint_t instead of __wctype_wint_t.
3437         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
3438         * modules/wchar (Files): Add m4/wint_t.m4.
3439         (Makefile.am): Substitute HAVE_WINT_T.
3440         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
3441         * tests/test-wctype.c: Check that wint_t is defined.
3442         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
3443         * doc/posix-headers/wctype.texi: Likewise.
3444         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3445
3446 2008-09-18  Bruno Haible  <bruno@clisp.org>
3447
3448         * gnulib-tool (func_exit): Update comment.
3449
3450 2008-09-18  Simon Josefsson  <simon@josefsson.org>
3451
3452         * modules/getaddrinfo (Depends-on): Remove strdup, this module
3453         assumes strdup exists and does not depend on strdup to return
3454         ENOMEM on out of memory conditions.
3455
3456 2008-09-18  Bruno Haible  <bruno@clisp.org>
3457
3458         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
3459         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
3460         digits for the exponent.
3461
3462 2008-09-18  Jim Meyering  <meyering@redhat.com>
3463             Bruno Haible  <bruno@clisp.org>
3464
3465         * lib/vasnprintf.c (decimal_point_char): Define also if
3466         NEED_PRINTF_INFINITE_LONG_DOUBLE.
3467
3468 2008-09-16  Bruno Haible  <bruno@clisp.org>
3469         and Eric Blake  <ebb9@byu.net>
3470
3471         vasnprintf: support Irix 5.3
3472         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
3473         that mishandle long double infinity.
3474         Reported by Tom G. Christensen.
3475
3476 2008-09-16  Bruno Haible  <bruno@clisp.org>
3477
3478         * doc/glibc-functions/scandir.texi: Mention the function is missing on
3479         Solaris 9.
3480         * doc/glibc-functions/alphasort.texi: Likewise.
3481         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
3482
3483 2008-09-16  Jim Meyering  <meyering@redhat.com>
3484
3485         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
3486         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
3487         a umask modification leak out of a subshell.  Otherwise, the
3488         opensolaris /bin/sh would be accepted and thus cause unwarranted
3489         failures in the coreutils test suite.
3490
3491 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
3492
3493         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
3494         to succeed.
3495
3496 2008-09-16  Jim Meyering  <meyering@redhat.com>
3497
3498         avoid spurious test failure when library is built without ACL support
3499         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
3500         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
3501         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
3502         * tests/test-copy-acl.sh: Likewise.
3503
3504 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3505
3506         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
3507         based on character occurrence counts.
3508
3509 2008-09-15  Eric Blake  <ebb9@byu.net>
3510
3511         tests: avoid some compiler warnings
3512         * tests/test-memchr.c (main): Pass NULL indirectly.
3513         * tests/test-closein.c (main): Avoid unused variable.
3514
3515 2008-09-15  Bruno Haible  <bruno@clisp.org>
3516
3517         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
3518         are missing on OpenBSD 4.0 individually.
3519         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3520
3521 2008-09-15  Bruno Haible  <bruno@clisp.org>
3522
3523         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
3524         * doc/posix-functions/strerror.texi: Mention also Cygwin.
3525         * doc/posix-functions/perror.texi: Likewise.
3526         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
3527         is missing.
3528         Reported by Eric Blake.
3529
3530         * lib/errno.in.h: Use replacement values >= 2000.
3531         Reported by Eric Blake.
3532
3533 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3534
3535         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
3536         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
3537         limit.
3538         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
3539         compareseq was aborted.
3540
3541 2008-09-14  Bruno Haible  <bruno@clisp.org>
3542
3543         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
3544         yvec_edit_count.
3545         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
3546         (fstrcmp_bounded): Simplify result computation accordingly.
3547
3548 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3549
3550         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
3551         (fstrcmp): Define in terms of fstrcmp_bounded.
3552         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
3553         lower_bound argument.
3554         Return quickly if the result is certainly < lower_bound.
3555         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
3556
3557 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3558
3559         * lib/diffseq.h (EARLY_ABORT): New macro.
3560         (compareseq): Change return type to bool. Return true when EARLY_ABORT
3561         evaluates to true.
3562
3563 2008-09-14  Bruno Haible  <bruno@clisp.org>
3564
3565         * modules/perror-tests: New file.
3566         * tests/test-perror.sh: New file.
3567         * tests/test-perror.c: New file.
3568
3569         New module 'perror'.
3570         * lib/stdio.in.h (perror): New declaration.
3571         * lib/perror.c: New file.
3572         * m4/perror.m4: New file.
3573         * modules/perror: New file.
3574         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
3575         * doc/posix-functions/perror.texi: Mention the perror module.
3576         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
3577         REPLACE_PERROR.
3578         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
3579         REPLACE_PERROR.
3580
3581 2008-09-14  Bruno Haible  <bruno@clisp.org>
3582
3583         * modules/stdio (Makefile.am): Reorder to match the order in
3584         lib/stdio.in.h.
3585         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3586
3587 2008-09-13  Bruno Haible  <bruno@clisp.org>
3588
3589         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
3590
3591 2008-09-13  Bruno Haible  <bruno@clisp.org>
3592
3593         Extend strerror to cover the added errno values.
3594         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
3595         (rpl_strerror): Provide error messages for the added errno values and
3596         for the WSA* values.
3597         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
3598         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
3599         strerror.
3600         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
3601         * modules/strerror (Depends-on): Add errno.
3602         * doc/posix-functions/strerror.texi: Document the change.
3603         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
3604         and EOVERFLOW.
3605
3606 2008-09-13  Bruno Haible  <bruno@clisp.org>
3607
3608         * modules/EOVERFLOW: Remove file.
3609         * m4/eoverflow.m4: Remove file.
3610         * modules/EOVERFLOW-tests: Remove file.
3611         * tests/test-EOVERFLOW.c: Remove file.
3612         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
3613         * modules/ftell (Depends-on): Likewise.
3614         * modules/getdelim (Depends-on): Likewise.
3615         * modules/getugroups (Depends-on): Likewise.
3616         * modules/poll (Depends-on): Likewise.
3617         * modules/snprintf (Depends-on): Likewise.
3618         * modules/sprintf-posix (Depends-on): Likewise.
3619         * modules/vasnprintf (Depends-on): Likewise.
3620         * modules/vasprintf (Depends-on): Likewise.
3621         * modules/vfprintf-posix (Depends-on): Likewise.
3622         * modules/vsnprintf (Depends-on): Likewise.
3623         * modules/vsprintf-posix (Depends-on): Likewise.
3624         * modules/xvasprintf (Depends-on): Likewise.
3625         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3626         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
3627         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
3628         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
3629         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3630         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
3631         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
3632         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
3633         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3634         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
3635         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
3636         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
3637         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3638         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
3639         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
3640         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
3641         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3642         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
3643         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
3644         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
3645         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3646         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
3647         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
3648         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
3649         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
3650         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3651         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
3652         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
3653         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
3654         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
3655         * MODULES.html.sh: Remove EOVERFLOW.
3656         * NEWS: Mention the change.
3657
3658 2008-09-13  Bruno Haible  <bruno@clisp.org>
3659
3660         * modules/errno-tests: New file.
3661         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
3662
3663         * lib/errno.in.h: New file.
3664         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
3665         * modules/errno: New file.
3666         * doc/posix-headers/errno.texi: Update documentation.
3667         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
3668
3669 2008-09-13  Bruno Haible  <bruno@clisp.org>
3670
3671         * tests/test-poll.c: Use #if for native Windows, rather than testing
3672         __MSVCRT__.
3673
3674 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3675             Bruno Haible  <bruno@clisp.org>
3676
3677         * lib/glob.c: Don't include <pwd.h> on native Windows.
3678         (WINDOWS32): New macro.
3679         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
3680
3681 2008-09-13  Bruno Haible  <bruno@clisp.org>
3682
3683         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
3684         (ETIMEDOUT): Remove macro.
3685         (glthread_cond_timedwait_multithreaded): New declaration.
3686         (glthread_cond_timedwait): Use it.
3687         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
3688         (glthread_cond_timedwait_multithreaded): New function.
3689
3690 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3691
3692         * modules/poll-tests: Do not check for io.h.
3693         * tests/test-poll.c: Check for __MSVCRT__ instead.
3694
3695 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3696
3697         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
3698         * modules/poll-tests: Add inet_pton, stdbool, sockets.
3699         * tests/test-poll.c: Use them.  Use _pipe on Windows.
3700
3701 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3702
3703         * modules/poll-tests: New.
3704         * tests/test-poll.c: New.
3705
3706 2008-09-12  Eric Blake  <ebb9@byu.net>
3707
3708         frexp: test for NetBSD failure on -0.0
3709         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
3710         not all, bugs from NetBSD 3.0 have been fixed.
3711         * doc/posix-functions/frexp.texi (frexp): Document bug.
3712         Reported by Thomas Klausner.
3713
3714         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
3715         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
3716         literal -0.0.
3717         Reported by Jonathan C. Patschke <jp@centtech.com>.
3718
3719 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3720
3721         * lib/glthread/cond.h: Use dummy implementation also if
3722         USE_WIN32_THREADS.
3723
3724 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3725
3726         * modules/fnmatch-posix (License): Change to LGPLv2+.
3727         * modules/fnmatch-gnu (License): Likewise.
3728
3729 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3730
3731         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
3732
3733 2008-09-11  Jim Meyering  <meyering@redhat.com>
3734
3735         * users.txt: Add gtk-vnc.
3736
3737 2008-09-08  Simon Josefsson  <simon@josefsson.org>
3738
3739         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
3740         rotate amounts.
3741
3742         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
3743         required for 16-bit and 8-bit rotates.
3744         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
3745         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
3746         UINT8_MAX instead of hard-coded constants.
3747         Suggested by Paul Eggert.
3748
3749 2008-09-07  Bruno Haible  <bruno@clisp.org>
3750
3751         * tests/test-striconveh.c (main): Check behaviour when converting from
3752         UTF-7.
3753
3754         Make striconveh work better with stateful encodings.
3755         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
3756         that iconv does not increment the inptr when returning -1/EINVAL.
3757
3758 2008-09-07  Bruno Haible  <bruno@clisp.org>
3759
3760         * build-aux/config.rpath: Update according to libtool-2.2.6.
3761         * build-aux/config.libpath: Likewise.
3762
3763 2008-09-06  Bruno Haible  <bruno@clisp.org>
3764
3765         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
3766         * lib/freadptr.c (freadptr): Likewise.
3767         * lib/freadseek.c (freadptrinc): Likewise.
3768         Reported by Simon Josefsson.
3769
3770 2008-09-06  Bruno Haible  <bruno@clisp.org>
3771
3772         * modules/freadptr (License): Change to LGPLv2+.
3773         * modules/freadseek (License): Likewise.
3774         Suggested by Eric Blake.
3775
3776         * modules/memchr2 (License): Change to LGPLv2+.
3777         Approved by Eric Blake.
3778
3779 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3780             Bruno Haible  <bruno@clisp.org>
3781
3782         Make gnulib-tool work with native 'sed' on AIX.
3783         * gnulib-tool (sed_noop): New variable.
3784         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
3785         func_add_or_update, func_create_testdir): Use it to initialize sed
3786         script variables.
3787         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3788
3789 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
3790             Bruno Haible  <bruno@clisp.org>
3791
3792         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
3793         also works after #include directives.
3794
3795 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
3796
3797         getdate.y: reject an out-of-range timezone value
3798         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
3799         the range [-24...+24].  When specified with only one or two digits,
3800         * tests/test-getdate.c: Tests for the fix.
3801         * doc/getdate.texi: Document this change.
3802
3803 2008-09-03  Bruno Haible  <bruno@clisp.org>
3804
3805         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
3806
3807 2008-09-02  Simon Josefsson  <simon@josefsson.org>
3808
3809         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
3810         <bruce.korb@gmail.com> with ideas from Ben Pfaff
3811         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
3812         Blake <ebb9@byu.net>.
3813
3814         * tests/test-bitrotate.c: Add more test vectors.
3815
3816 2008-09-02  Eric Blake  <ebb9@byu.net>
3817
3818         vasnprintf-posix: handle large precision via %.*d
3819         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
3820         when handling it ourselves.
3821         * tests/test-vasnprintf-posix.c (test_function): Add test.
3822         * tests/test-snprintf-posix.h (test_function): Likewise.
3823         * tests/test-sprintf-posix.h (test_function): Likewise.
3824         * tests/test-vasprintf-posix.c (test_function): Likewise.
3825         Reported by Alain Guibert.
3826
3827 2008-09-01  Eric Blake  <ebb9@byu.net>
3828
3829         c-stack: make configure-time check more robust
3830         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
3831         successful sigaction call.
3832         Reported by Tom G. Christensen.
3833
3834 2008-09-01  Bruno Haible  <bruno@clisp.org>
3835
3836         New module 'findprog-lgpl'.
3837         * modules/findprog-lgpl: New file.
3838         * lib/findprog-lgpl.c: New file.
3839         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
3840         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
3841         to decide whether to use strdup or xstrdup, concatenated_filename or
3842         xconcatenated_filename.
3843
3844 2008-09-01  Bruno Haible  <bruno@clisp.org>
3845
3846         Split module 'concat-filename' into 'concat-filename' (LGPL) and
3847         'xconcat-filename' (GPL).
3848         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
3849         (License): Change to LGPLv2+.
3850         * modules/xconcat-filename: New file.
3851         * lib/concat-filename.h (concatenated_filename): Change specification.
3852         (xconcatenated_filename): New declaration.
3853         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
3854         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
3855         memory situations.
3856         * lib/xconcat-filename.c: New file.
3857         * NEWS: Mention the change.
3858         * lib/findprog.c: Include concat-filename.h, not filename.h.
3859         (find_in_path): Use xconcatenated_filename instead of
3860         concatenated_filename.
3861         * lib/javacomp.c: Include concat-filename.h, not filename.h.
3862         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
3863         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
3864         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
3865         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
3866         instead of concatenated_filename.
3867         * lib/javaexec.c: Include concat-filename.h, not filename.h.
3868         (execute_java_class): Use xconcatenated_filename instead of
3869         concatenated_filename.
3870         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
3871         * modules/javacomp (Depends-on): Likewise.
3872         * modules/javaexec (Depends-on): Likewise.
3873
3874 2008-09-01  Bruno Haible  <bruno@clisp.org>
3875
3876         Split module 'filename' into 'filename' and 'concat-filename'.
3877         * modules/filename: Keep only lib/filename.h.
3878         (License): Change to LGPLv2+.
3879         * modules/concat-filename: New file, extracted from modules/filename.
3880         * lib/filename.h (concatenated_filename): Remove declaration.
3881         * lib/concat-filename.h: New file, extracted from lib/filename.h.
3882         * lib/concat-filename.c: Include concat-filename.h.
3883         * NEWS: Mention the change.
3884
3885 2008-09-01  Simon Josefsson  <simon@josefsson.org>
3886
3887         * lib/bitrotate.h (rotl8, rotr8): Add.
3888
3889         * modules/bitrotate (configure.ac): Need
3890         AC_REQUIRE([AC_C_INLINE]).
3891         (Description): Mention stdint.h.  Reported by Bruno Haible
3892         <bruno@clisp.org>.
3893
3894         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
3895         Paolo Bonzini <bonzini@gnu.org>.
3896
3897 2008-08-31  Bruno Haible  <bruno@clisp.org>
3898
3899         Assume Solaris specific bi-arch conventions on Solaris systems.
3900         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
3901         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
3902         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
3903         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
3904         like acl_libdirstem.
3905         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
3906         acl_libdirstem.
3907         * NEWS: Mention the change.
3908         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
3909
3910 2008-08-31  Jim Meyering  <meyering@redhat.com>
3911
3912         * lib/strftime.h: Add comments describing the two added arguments.
3913
3914         remove duplicate #include directives
3915         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
3916         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
3917
3918 2008-08-31  Bruno Haible  <bruno@clisp.org>
3919
3920         New module 'sigpipe-die'.
3921         * modules/sigpipe-die: New file.
3922         * lib/sigpipe-die.h: New file.
3923         * lib/sigpipe-die.c: New file.
3924         * MODULES.html.sh (Signal handling): Add sigpipe-die.
3925
3926 2008-08-31  Bruno Haible  <bruno@clisp.org>
3927
3928         Don't override previously installed signal handlers.
3929         * lib/fatal-signal.c (saved_sigactions): New variable.
3930         (uninstall_handlers): Reset the signal to the saved handler, not
3931         to SIG_DFL (except when ignored).
3932         (install_handlers): Save the previous handlers.
3933
3934 2008-08-30  Bruno Haible  <bruno@clisp.org>
3935
3936         * gnulib-tool (func_reset_sigpipe): New function.
3937         (func_get_automake_snippet, func_modules_transitive_closure,
3938         func_import): Invoke it before a join command that reads from stdin,
3939         to avoid "echo: write error: Broken pipe" error messages on stderr.
3940         Reported by Sam Steingold <sds@gnu.org>.
3941
3942 2008-08-30  Bruno Haible  <bruno@clisp.org>
3943
3944         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
3945         Code copied from m4/open.m4.
3946         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
3947         access and the filename ends in a slash. Code copied from lib/open.c.
3948         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
3949         * tests/test-fopen.c (main): Check against bug with trailing slash.
3950
3951 2008-08-29  Bruno Haible  <bruno@clisp.org>
3952
3953         Avoid some "gcc -pedantic" warnings.
3954         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
3955         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
3956         * lib/dirent.in.h: Likewise.
3957         * lib/fcntl.in.h: Likewise.
3958         * lib/float.in.h: Likewise.
3959         * lib/iconv.in.h: Likewise.
3960         * lib/inttypes.in.h: Likewise.
3961         * lib/locale.in.h: Likewise.
3962         * lib/math.in.h: Likewise.
3963         * lib/netinet_in.in.h: Likewise.
3964         * lib/search.in.h: Likewise.
3965         * lib/signal.in.h: Likewise.
3966         * lib/stdarg.in.h: Likewise.
3967         * lib/stdint.in.h: Likewise.
3968         * lib/stdio.in.h: Likewise.
3969         * lib/stdlib.in.h: Likewise.
3970         * lib/string.in.h: Likewise.
3971         * lib/strings.in.h: Likewise.
3972         * lib/sys_select.in.h: Likewise.
3973         * lib/sys_socket.in.h: Likewise.
3974         * lib/sys_stat.in.h: Likewise.
3975         * lib/sys_time.in.h: Likewise.
3976         * lib/sysexits.in.h: Likewise.
3977         * lib/time.in.h: Likewise.
3978         * lib/unistd.in.h: Likewise.
3979         * lib/wchar.in.h: Likewise.
3980         * lib/wctype.in.h: Likewise.
3981         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
3982         * modules/fchdir (Makefile.am): Likewise.
3983         * modules/fcntl (Makefile.am): Likewise.
3984         * modules/float (Makefile.am): Likewise.
3985         * modules/iconv_open (Makefile.am): Likewise.
3986         * modules/inttypes (Makefile.am): Likewise.
3987         * modules/locale (Makefile.am): Likewise.
3988         * modules/math (Makefile.am): Likewise.
3989         * modules/netinet_in (Makefile.am): Likewise.
3990         * modules/search (Makefile.am): Likewise.
3991         * modules/signal (Makefile.am): Likewise.
3992         * modules/stdarg (Makefile.am): Likewise.
3993         * modules/stdint (Makefile.am): Likewise.
3994         * modules/stdio (Makefile.am): Likewise.
3995         * modules/stdlib (Makefile.am): Likewise.
3996         * modules/string (Makefile.am): Likewise.
3997         * modules/strings (Makefile.am): Likewise.
3998         * modules/sys_select (Makefile.am): Likewise.
3999         * modules/sys_socket (Makefile.am): Likewise.
4000         * modules/sys_stat (Makefile.am): Likewise.
4001         * modules/sys_time (Makefile.am): Likewise.
4002         * modules/sysexits (Makefile.am): Likewise.
4003         * modules/time (Makefile.am): Likewise.
4004         * modules/unistd (Makefile.am): Likewise.
4005         * modules/wchar (Makefile.am): Likewise.
4006         * modules/wctype (Makefile.am): Likewise.
4007         Reported by Reuben Thomas <rrt@sc3d.org>.
4008
4009 2008-08-29  Bruno Haible  <bruno@clisp.org>
4010
4011         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
4012         any more.
4013
4014 2008-08-29  Simon Josefsson  <simon@josefsson.org>
4015
4016         * MODULES.html.sh (Misc): Add bitrotate.
4017
4018         * modules/bitrotate: New file.
4019
4020         * lib/bitrotate.h: New file.
4021
4022         * modules/bitrotate-tests: New file.
4023
4024         * tests/test-bitrotate.c: New file.
4025
4026         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
4027         on the bitrotate module.
4028
4029         * lib/arctwo.c: Use new bitrotate module.
4030
4031 2008-08-29  Jim Meyering  <meyering@redhat.com>
4032
4033         bootstrap: merge changes from coreutils
4034         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
4035         of copied files.  Remove a kludge, now that this is fixed.
4036         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
4037         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
4038         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
4039
4040 2008-08-29  Bruno Haible  <bruno@clisp.org>
4041
4042         * MODULES.html.sh: Remove --cvs-urls option.
4043
4044 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
4045
4046         maint.mk: adjust to file name change
4047         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
4048
4049 2008-08-28  Jim Meyering  <meyering@redhat.com>
4050
4051         * modules/getndelim2 (License): Relicense to LGPLv2+.
4052         Approved by Richard Stallman for the version of 1995, and by
4053         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
4054
4055 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
4056
4057         * lib/getdelim.c (flockfile, funlockfile): Make all of them
4058         dummy if one is not available.  Do not touch them if
4059         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
4060         (getc_maybe_unlocked): New.
4061         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
4062
4063 2008-08-26  Eric Blake  <ebb9@byu.net>
4064
4065         doc/INSTALL: resync from autoconf
4066         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
4067         (INSTALL_PRELUDE): Delete; this is done more efficiently by
4068         moving...
4069         * install.texi [!autoconf]: ...here.  Resync from autoconf.
4070         * INSTALL: Regenerate.
4071         * INSTALL.ISO: New file.
4072         * INSTALL.UTF-8: Likewise.
4073
4074 2008-08-26  Jim Meyering  <meyering@redhat.com>
4075
4076         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
4077         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
4078         these definitions conditional, so that they may be overridden, too.
4079
4080 2008-08-26  Bruno Haible  <bruno@clisp.org>
4081
4082         Generate INSTALL file variants with prettier quotes.
4083         * doc/Makefile (INSTALL_PRELUDE): New macro.
4084         (INSTALL): Use it.
4085         (INSTALL.ISO, INSTALL.UTF-8): New rules.
4086
4087 2008-08-26  Bruno Haible  <bruno@clisp.org>
4088
4089         Run makeinfo in an English locale.
4090         * doc/Makefile (MAKEINFO): New variable.
4091
4092 2008-08-26  Bruno Haible  <bruno@clisp.org>
4093
4094         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
4095         Suggested by Eric Blake.
4096
4097 2008-08-25  Bruno Haible  <bruno@clisp.org>
4098
4099         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
4100
4101 2008-08-25  Eric Blake  <ebb9@byu.net>
4102
4103         c-stack: test that stack overflow can be caught
4104         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
4105         that platform allows handling stack overflow; at least OS/2 EMX
4106         has sigaltstack, but crashes before transferring control to
4107         handler on stack overflow.
4108         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
4109         check for HAVE_STACK_OVERFLOW_HANDLING.
4110         Reported by Elbert Pol.
4111
4112 2008-08-25  Bruno Haible  <bruno@clisp.org>
4113
4114         * doc/posix-functions/strftime.texi: Fix description of strftime
4115         module.
4116
4117 2008-08-24  Bruno Haible  <bruno@clisp.org>
4118
4119         * tests/uniwidth/test-uc_width2.c: New file.
4120         * tests/uniwidth/test-uc_width2.sh: New file.
4121         * modules/uniwidth/width-tests (Files): Add the new files.
4122         (TESTS): Add uniwidth/test-uc_width2.sh.
4123         (TESTS_ENVIRONMENT): New variable.
4124         (check_PROGRAMS): Add test-uc_width2.
4125         (test_uc_width2_SOURCES): New variable.
4126
4127         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
4128         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
4129         not 0x00AB.
4130         Reported by Alexander V. Lukyanov <lav@netis.ru>.
4131
4132 2008-08-22  Eric Blake  <ebb9@byu.net>
4133
4134         test-lock, test-tls: mention why a test is skipped
4135         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
4136         skipped.
4137         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
4138
4139         count-one-bits: relax license
4140         * modules/count-one-bits (License): Relicense to LGPLv2+.
4141         Suggested by Ludovic Courtès, approved by Ben Pfaff.
4142
4143 2008-08-22  Andreas Schwab  <schwab@suse.de>
4144
4145         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
4146         Remove spurious space in assignment.
4147
4148 2008-08-21  Simon Josefsson  <simon@josefsson.org>
4149
4150         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
4151         Paul Eggert <eggert@CS.UCLA.EDU>.
4152
4153 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
4154
4155         * modules/gettext: Add m4/threadlib.m4.
4156
4157 2008-08-19  Eric Blake  <ebb9@byu.net>
4158
4159         test-c-stack: fix compilation failure on FreeBSD 5.0
4160         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
4161         headers before <sys/resource.h>.
4162         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
4163         the bug.
4164         Reported by Nelson H. F. Beebe.
4165
4166         strverscmp: migrate from "strverscmp.h" to <string.h>
4167         * modules/string (Makefile.am): Add new hooks.
4168         * modules/strverscmp (Files): Remove strverscmp.h.
4169         (Depends-on): Add string.
4170         (configure.ac): Add indicator.
4171         (Include): Mention new header.
4172         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
4173         defaults.
4174         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
4175         results.
4176         * lib/strverscmp.h: Delete.
4177         * lib/string.in.h (strverscmp): Provide declaration, when needed.
4178         * tests/test-strverscmp.c (includes): Adjust client.
4179         * lib/check-version.c (includes): Likewise.
4180         * NEWS: Document the change.
4181
4182         strverscmp: add unit test
4183         * modules/strverscmp-tests: New file.
4184         * tests/test-strverscmp.c: Likewise.
4185
4186 2008-08-19  Simon Josefsson  <simon@josefsson.org>
4187
4188         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
4189         regarding Windows crypto stuff, from Mono.
4190
4191 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
4192
4193         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
4194         if present, for intel RND.  Return error on failures.
4195
4196 2008-08-18  Ben Pfaff  <blp@gnu.org>
4197
4198         gitlog-to-changelog: give better diagnostic for failed pipe-open
4199         * build-aux/gitlog-to-changelog: Improve error message: suggest
4200         that the version of Git may be too old.
4201
4202 2008-08-18  Simon Josefsson  <simon@josefsson.org>
4203
4204         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
4205         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
4206
4207 2008-08-18  Bruno Haible  <bruno@clisp.org>
4208
4209         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
4210         pthread_in_use().
4211
4212 2008-08-18  Bruno Haible  <bruno@clisp.org>
4213
4214         * lib/glthread/threadlib.c: Include <pthread.h>.
4215
4216 2008-08-18  Bruno Haible  <bruno@clisp.org>
4217
4218         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
4219         glthread_recursive_lock_* macros.
4220         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
4221         Fix syntax error.
4222
4223 2008-08-18  Bruno Haible  <bruno@clisp.org>
4224
4225         * lib/glthread/thread.c: Avoid forcing a context switch right after
4226         thread creation.
4227
4228 2008-08-17  Bruno Haible  <bruno@clisp.org>
4229
4230         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
4231         * lib/glthread/thread.h: Provide Win32 specific implementation.
4232         * modules/thread (Files): Add lib/glthread/thread.c.
4233         (Depends-on): Add lock.
4234         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
4235
4236 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4237
4238         New module 'yield'.
4239         * modules/yield: New file.
4240         * lib/glthread/yield.h: New file.
4241         * m4/yield.m4: New file.
4242         * MODULES.html.sh (Multithreading): Add yield.
4243
4244 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4245
4246         New module 'thread'.
4247         * modules/thread: New file.
4248         * lib/glthread/thread.h: New file.
4249         * m4/thread.m4: New file.
4250         * MODULES.html.sh (Multithreading): Add thread.
4251
4252 2008-08-17  Bruno Haible  <bruno@clisp.org>
4253
4254         * lib/glthread/lock.h: Include <stdlib.h> always.
4255         * lib/glthread/tls.h: Likewise.
4256         * lib/glthread/cond.h: Likewise.
4257
4258 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4259
4260         New module 'cond'.
4261         * modules/cond: New file.
4262         * lib/glthread/cond.h: New file.
4263         * lib/glthread/cond.c: New file.
4264         * m4/cond.m4: New file.
4265         * MODULES.html.sh (Multithreading): Add cond.
4266
4267 2008-08-16  Eric Blake  <ebb9@byu.net>
4268
4269         c-stack: fix regression on Irix 5.3 from 2008-06-21
4270         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
4271         sa_sigaction...
4272         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
4273         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
4274         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
4275         * modules/signal (Makefile.am): Use the value.
4276         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
4277         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
4278         * doc/posix-headers/signal.texi (signal.h): Document this
4279         portability issue.
4280         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
4281         Reported by Tom G. Christensen.
4282
4283 2008-08-17  Bruno Haible  <bruno@clisp.org>
4284
4285         New module 'threadlib'.
4286         * modules/threadlib: New file.
4287         * lib/glthread/threadlib.c: New file, extracted from
4288         lib/glthread/lock.c.
4289         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
4290         functions.
4291         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
4292         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
4293         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
4294         macros.
4295         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
4296         (gl_DISABLE_THREADS): Remove macro.
4297         * modules/lock (Files): Remove build-aux/config.rpath.
4298         (Depends-on): Remove havelib. Add threadlib.
4299         (configure.ac-early): Remove section.
4300         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
4301         * modules/tls (Depends-on): Remove lock. Add threadlib.
4302         (Link): New section, copied from threadlib.
4303         * MODULES.html.sh (Multithreading): Add threadlib.
4304
4305 2008-08-14  Bruno Haible  <bruno@clisp.org>
4306
4307         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
4308         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
4309         glthread_rwlock_unlock, glthread_rwlock_destroy,
4310         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
4311         glthread_recursive_lock_destroy): Define as macros always.
4312         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
4313         glthread_lock_lock.
4314         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
4315         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
4316         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
4317         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
4318         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
4319         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
4320         (glthread_recursive_lock_lock_func): Renamed from
4321         glthread_recursive_lock_lock.
4322         (glthread_recursive_lock_unlock_func): Renamed from
4323         glthread_recursive_lock_unlock.
4324         (glthread_recursive_lock_destroy_func): Renamed from
4325         glthread_recursive_lock_destroy.
4326
4327 2008-08-14  Bruno Haible  <bruno@clisp.org>
4328
4329         * lib/glthread/lock.h: Renamed from lib/lock.h.
4330         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
4331         * lib/glthread/tls.h: Renamed from lib/tls.h.
4332         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
4333         * lib/fstrcmp.c: Update includes.
4334         * lib/strsignal.c: Update includes.
4335         * modules/lock (Files, Makefile.am): Update.
4336         (Include): Change to "glthread/lock.h".
4337         * modules/tls (Files, Makefile.am): Update.
4338         (Include): Change to "glthread/tls.h".
4339         * tests/test-lock.c: Update includes.
4340         * tests/test-tls.c: Update includes.
4341         * NEWS: Mention the renamed header files.
4342
4343 2008-08-11  Jim Meyering  <meyering@redhat.com>
4344
4345         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
4346
4347 2008-08-11  Eric Blake  <ebb9@byu.net>
4348
4349         test-c-stack: avoid C99-ism
4350         * tests/test-c-stack.c (main): Fix whitespace, move declaration
4351         before statement.
4352         Reported by Alain Guibert.
4353
4354 2008-08-10  Jim Meyering  <meyering@redhat.com>
4355
4356         ensure that return value of uinttostr et al are not ignored
4357         * lib/inttostr.h (__GNUC_PREREQ): Define.
4358         (__attribute_warn_unused_result__): Define.
4359         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
4360
4361 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
4362
4363         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
4364         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
4365
4366 2008-08-07  Jim Meyering  <meyering@redhat.com>
4367
4368         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
4369
4370         * modules/mkstemp (License): Relicense under LGPLv2+.
4371         * modules/tempname (License): Likewise.
4372
4373 2008-08-06  Bruno Haible  <bruno@clisp.org>
4374
4375         * lib/poll.c (poll): Further micro-optimization.
4376
4377 2008-08-06  Jim Meyering  <meyering@redhat.com>
4378
4379         inet_pton.c: use locale-independent tolower
4380         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
4381         (inet_pton6): Use c_tolower rather than tolower.
4382         * modules/inet_pton (Depends-on): Add c-ctype.
4383
4384 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
4385
4386         * lib/poll.c (poll): Avoid division when timeout is 0, cache
4387         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
4388
4389 2008-08-06  Jim Meyering  <meyering@redhat.com>
4390
4391         * modules/inet_pton (License): Relicense under LGPLv2+.
4392
4393 2008-08-03  Bruno Haible  <bruno@clisp.org>
4394
4395         Additional non-aborting API for lock and tls.
4396         * lib/lock.h: Include <errno.h>.
4397         (glthread_lock_init): New macro/function.
4398         (gl_lock_init): Define as wrapper around glthread_lock_init.
4399         (glthread_lock_lock): New macro/function.
4400         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
4401         (glthread_lock_unlock): New macro/function.
4402         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
4403         (glthread_lock_destroy): New macro/function.
4404         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
4405         (glthread_rwlock_init): New macro/function.
4406         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
4407         (glthread_rwlock_rdlock): New macro/function.
4408         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
4409         (glthread_rwlock_wrlock): New macro/function.
4410         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
4411         (glthread_rwlock_unlock): New macro/function.
4412         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
4413         (glthread_rwlock_destroy): New macro/function.
4414         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
4415         (glthread_recursive_lock_init): New macro/function.
4416         (gl_recursive_lock_init): Define as wrapper around
4417         glthread_recursive_lock_init.
4418         (glthread_recursive_lock_lock): New macro/function.
4419         (gl_recursive_lock_lock): Define as wrapper around
4420         glthread_recursive_lock_lock.
4421         (glthread_recursive_lock_unlock): New macro/function.
4422         (gl_recursive_lock_unlock): Define as wrapper around
4423         glthread_recursive_lock_unlock.
4424         (glthread_recursive_lock_destroy): New macro/function.
4425         (gl_recursive_lock_destroy): Define as wrapper around
4426         glthread_recursive_lock_destroy.
4427         (glthread_once): New macro/function.
4428         (gl_once): Define as wrapper around glthread_once.
4429         Update function declarations.
4430         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
4431         glthread_rwlock_init. Return error code.
4432         (glthread_rwlock_rdlock_multithreaded): Renamed from
4433         glthread_rwlock_rdlock. Return error code.
4434         (glthread_rwlock_wrlock_multithreaded): Renamed from
4435         glthread_rwlock_wrlock. Return error code.
4436         (glthread_rwlock_unlock_multithreaded): Renamed from
4437         glthread_rwlock_unlock. Return error code.
4438         (glthread_rwlock_destroy_multithreaded): Renamed from
4439         glthread_rwlock_destroy. Return error code.
4440         (glthread_recursive_lock_init_multithreaded): Renamed from
4441         glthread_recursive_lock_init. Return error code.
4442         (glthread_recursive_lock_lock_multithreaded): Renamed from
4443         glthread_recursive_lock_lock. Return error code.
4444         (glthread_recursive_lock_unlock_multithreaded): Renamed from
4445         glthread_recursive_lock_unlock. Return error code.
4446         (glthread_recursive_lock_destroy_multithreaded): Renamed from
4447         glthread_recursive_lock_destroy. Return error code.
4448         (glthread_once_call): Make static.
4449         (glthread_once_multithreaded): Renamed from glthread_once.
4450         * lib/tls.h: Include <errno.h>.
4451         (glthread_tls_key_init): New macro/function.
4452         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
4453         (glthread_tls_set): New macro/function.
4454         (gl_tls_set): Define as wrapper around glthread_tls_set.
4455         (glthread_tls_key_destroy): New macro/function.
4456         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
4457         Update function declarations.
4458         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
4459         glthread_tls_get.
4460         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4461
4462 2008-08-04  Eric Blake  <ebb9@byu.net>
4463
4464         gnumakefile: use space, not TAB, outside of targets
4465         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
4466
4467 2008-08-02  Jim Meyering  <meyering@redhat.com>
4468
4469         getdate.y: avoid locale-dependent date parsing failure
4470         In Turkish locales, getdate would fail to recognize keywords
4471         containing a lowercase "i".  The solution is not to rely on
4472         locale-sensitive case-conversion.
4473         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
4474         (lookup_word): Use c_toupper in place of toupper.
4475         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
4476         Reported by Vefa Bicakci <bicave@superonline.com> in
4477         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
4478         * modules/getdate (Depends-on): Add c-ctype.
4479
4480 2008-08-02  Bruno Haible  <bruno@clisp.org>
4481
4482         * gnulib-tool (func_import): When updating or creating a .gitignore
4483         file, prepend each added line with a slash, and ignore leading slashes
4484         from the existing lines.
4485         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
4486
4487 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4488
4489         Portability fix for GNU make 3.79.1.
4490         * top/GNUmakefile: Avoid 'else COND', which older GNU make
4491         versions do not understand.
4492
4493 2008-08-01  Bruno Haible  <bruno@clisp.org>
4494
4495         Work around bug of HP-UX 10.20 cc with -0.0 literal.
4496         * tests/test-isnanf.h (zero): New variable.
4497         (main): Avoid literal -0.0f.
4498         * tests/test-isnand.h (zero): New variable.
4499         (main): Avoid literal -0.0.
4500         * tests/test-isnanl.h (zero): New variable.
4501         (main): Avoid literal -0.0L.
4502         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
4503         (test_float, test_double, test_long_double): Avoid literals -0.0f,
4504         -0.0, -0.0L.
4505         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
4506         (test_signbitd): Avoid literal -0.0.
4507         (test_signbitl): Avoid literal -0.0L.
4508         * tests/test-ceilf1.c (zero): New variable.
4509         (main): Avoid literal -0.0f.
4510         * tests/test-ceill.c (zero): New variable.
4511         (main): Avoid literal -0.0L.
4512         * tests/test-floorf1.c (zero): New variable.
4513         (main): Avoid literal -0.0f.
4514         * tests/test-floorl.c (zero): New variable.
4515         (main): Avoid literal -0.0L.
4516         * tests/test-roundf1.c (zero): New variable.
4517         (main): Avoid literal -0.0f.
4518         * tests/test-round1.c (zero): New variable.
4519         (main): Avoid literal -0.0.
4520         * tests/test-roundl.c (zero): New variable.
4521         (main): Avoid literal -0.0L.
4522         * tests/test-truncf1.c (zero): New variable.
4523         (main): Avoid literal -0.0f.
4524         * tests/test-trunc1.c (zero): New variable.
4525         (main): Avoid literal -0.0.
4526         * tests/test-truncl.c (zero): New variable.
4527         (main): Avoid literal -0.0L.
4528         * tests/test-frexp.c (zero): New variable.
4529         (main): Avoid literal -0.0.
4530         * tests/test-frexpl.c (zero): New variable.
4531         (main): Avoid literal -0.0L.
4532         * tests/test-ldexpl.c (zero): New variable.
4533         (main): Avoid literal -0.0L.
4534         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
4535         (zerod, zerol): New variables.
4536         (test_function): Avoid literals -0.0, -0.0L.
4537         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
4538         (zerod, zerol): New variables.
4539         (test_function): Avoid literals -0.0, -0.0L.
4540         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
4541         (zerod, zerol): New variables.
4542         (test_function): Avoid literals -0.0, -0.0L.
4543         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
4544         (zerod, zerol): New variables.
4545         (test_function): Avoid literals -0.0, -0.0L.
4546         * tests/test-strtod.c (zero): New variable.
4547         (main): Avoid literal -0.0.
4548         Reported by Jonathan C. Patschke <jp@centtech.com>.
4549
4550 2008-07-31  Jim Meyering  <meyering@redhat.com>
4551
4552         sha256.h: correct definition of SHA224_DIGEST_SIZE
4553         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
4554         Reported by Paulie Pena IV <paulie4@gmail.com>.
4555         Define as 224 / 8, rather than as a literal.
4556         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
4557         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
4558         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
4559
4560 2008-07-31  Bruno Haible  <bruno@clisp.org>
4561
4562         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
4563         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
4564         Reported by Jonathan Patschke <jp@centtech.com>.
4565
4566 2008-07-31  Bruno Haible  <bruno@clisp.org>
4567
4568         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
4569         Reported by Paolo Bonzini <bonzini@gnu.org>.
4570
4571 2008-07-30  Eric Blake  <ebb9@byu.net>
4572
4573         test-strtod: allow compilation without -lm
4574         * tests/test-strtod.c (main): Avoid link dependence on fabs.
4575         Reported by Dennis Clarke <blastwave@gmail.com>.
4576
4577 2008-07-28  Jim Meyering  <meyering@redhat.com>
4578
4579         bootstrap: work also when there are no .po files in po/
4580         * build-aux/bootstrap (update_po_files): Complete the change
4581         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
4582
4583 2008-07-27  Jim Meyering  <meyering@redhat.com>
4584
4585         * users.txt: Add zile.
4586
4587 2008-07-26  Ben Pfaff  <blp@gnu.org>
4588
4589         Add missing dependencies on new m4/exponent[fdl].m4 files.
4590         * modules/isnanf-nolibm: Add m4/exponentf.m4.
4591         * modules/isnand-nolibm: Add m4/exponentd.m4.
4592         * modules/isnanl-nolibm: Add m4/exponentl.m4.
4593         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
4594         m4/isnan[fdl].m4, because the macros actually used moved.
4595         Reported by Jim Meyering.
4596
4597 2008-07-14  Ben Pfaff  <blp@gnu.org>
4598
4599         Add isinf module.
4600         * lib/isinf.c: New file.
4601         * lib/math.in.h: Define isinf macro if we have decided to replace
4602         it.
4603         * m4/isinf.m4: New file.
4604         * m4/math_h.m4: Initialize and substitute variables for isinf
4605         module.
4606         * modules/isinf: New file.
4607         * modules/isinf-tests: New file.
4608         * modules/math: Add substitutions for new module.
4609         * tests/test-isinf.c: New file.
4610         * doc/posix-functions/isinf.texi: Mention new module.
4611         * MODULES.html.sh: Mention new module.
4612
4613 2008-07-14  Ben Pfaff  <blp@gnu.org>
4614
4615         Factor out some macros for use by additional modules.
4616         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
4617         exponentf.m4.
4618         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
4619         exponentd.m4.
4620         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
4621         file exponentl.m4.
4622         * m4/exponentf.m4: New file.
4623         * m4/exponentd.m4: New file.
4624         * m4/exponentl.m4: New file.
4625         * modules/isnanf: Use new file m4/exponentf.m4.
4626         * modules/isnand: Use new file m4/exponentd.m4.
4627         * modules/isnanl: Use new file m4/exponentl.m4.
4628
4629 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
4630
4631         mktime.c: normalize tp->tm_isdst value to -1/0/1.
4632         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
4633         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
4634         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
4635
4636         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
4637         readlink on platforms without PATH_MAX.
4638
4639 2008-07-21  Eric Blake  <ebb9@byu.net>
4640
4641         Warn, not fail, on stale version.
4642         * top/GNUmakefile (_curr-ver): Tone down previous patch.
4643
4644         Don't allow installation with stale devel version number.
4645         * top/GNUmakefile (_is-install-target): New macro.
4646         (_curr-ver): Forbid installation with stale version number.
4647
4648 2008-07-20  Bruno Haible  <bruno@clisp.org>
4649
4650         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
4651         TESTS_ENVIRONMENT.
4652         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
4653
4654 2008-07-20  Bruno Haible  <bruno@clisp.org>
4655
4656         * lib/c-stack.h (c_stack_action): Add documentation.
4657         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
4658
4659 2008-07-20  Bruno Haible  <bruno@clisp.org>
4660
4661         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
4662         * modules/readlink (License): Likewise.
4663
4664 2008-07-17  Eric Blake  <ebb9@byu.net>
4665
4666         * modules/c-stack (Link): Fix typo.
4667
4668         Make c-stack use libsigsegv, when available.
4669         * modules/c-stack (Depends-on): Add libsigsegv.
4670         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
4671         needed.
4672         * lib/c-stack.c (SIGSTKSZ): Define fallback.
4673         (segv_handler, overflow_handler, c_stack_action)
4674         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
4675         implementation when libsigsegv is available, but only when using
4676         the library is necessary.
4677         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
4678         comment, explaining why XSI check fails on Linux.
4679         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
4680         * tests/test-c-stack2.sh: Tweak skip message.
4681         * NEWS: Document new link-time requirements.
4682
4683 2008-07-16  Eric Blake  <ebb9@byu.net>
4684
4685         c-stack: Expose false positives when not using libsigsegv.
4686         * modules/c-stack-tests (Files): Expand test.
4687         * tests/test-c-stack.c (main): Add means to conditionally trigger
4688         non-overflow SIGSEGV.
4689         * tests/test-c-stack2.sh: New file.
4690
4691 2008-07-14  Bruno Haible  <bruno@clisp.org>
4692
4693         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
4694         Reported by Eric Blake.
4695
4696 2008-07-14  Sam Steingold  <sds@gnu.org>
4697             Bruno Haible  <bruno@clisp.org>
4698
4699         New module libsigsegv.
4700         * modules/libsigsegv: New file.
4701         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
4702         modifications.
4703         * MODULES.html.sh (Signal handling): New section.
4704
4705 2008-07-14  Bruno Haible  <bruno@clisp.org>
4706
4707         * modules/unictype/ctype-* (Description): Add the word "function".
4708         Improves the resulting doc in MODULES.html.
4709
4710 2008-07-12  Ben Pfaff  <blp@gnu.org>
4711
4712         Add longlong module.
4713         * modules/longlong: New file.
4714
4715 2008-07-12  Bruno Haible  <bruno@clisp.org>
4716
4717         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
4718         to empty.
4719
4720 2008-07-10  Ben Pfaff  <blp@gnu.org>
4721
4722         Add isnan module.
4723         * doc/posix-functions/isnan.texi: Mention new module.
4724         * lib/math.in.h: Define isnan macro if we have decided to replace
4725         it.
4726         * m4/isnan.m4: New file.
4727         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
4728         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
4729         also.
4730         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
4731         redundancy.
4732         * m4/math_h.m4: Initialize and substitute variables for isnan
4733         module.
4734         * modules/isnan: New file.
4735         * modules/isnan-tests: New file.
4736         * modules/math: Add substitutions for new module.
4737         * tests/test-isnan.c: New file.
4738         * MODULES.html.sh: Mention new module.
4739
4740 2008-07-10  Ben Pfaff  <blp@gnu.org>
4741
4742         Add isnanf module.
4743         * lib/isnanf.m4: New file.
4744         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
4745         (gl_HAVE_ISNANF_IN_LIBM): New macro.
4746         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
4747         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
4748         * modules/isnanf: New file.
4749         * modules/isnanf-tests: New file.
4750         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
4751         files.
4752         * tests/test-isnanf-nolibm.c: factored most of its contents into
4753         new file tests/test-isnanf.h.
4754         * tests/test-isnanf.h: New file.
4755         * tests/test-isnanf.c: New file.
4756         * MODULES.html.sh: Mention new module.
4757         * doc/glibc-functions/isnanf.texi: Mention new module.
4758
4759 2008-07-10  Ben Pfaff  <blp@gnu.org>
4760
4761         Add isnand module.
4762         * lib/isnand.h: New file.
4763         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
4764         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
4765         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
4766         functionality also.
4767         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
4768         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
4769         (gl_HAVE_ISNAND_IN_LIBM): New macro.
4770         * modules/isnand: New file.
4771         * modules/isnand-tests: New file.
4772         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
4773         files.
4774         * tests/test-isnand-nolibm.c: factored most of its contents into
4775         new file tests/test-isnand.h.
4776         * tests/test-isnand.h: New file.
4777         * tests/test-isnand.c: New file.
4778         * MODULES.html.sh: Mention new module.
4779
4780 2008-07-10  Ben Pfaff  <blp@gnu.org>
4781
4782         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
4783         * lib/isnand.h: Rename lib/isnand-nolibm.h.
4784         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
4785         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
4786         * modules/isnanf-nolibm: Update references to renamed files.
4787         * modules/isnand-nolibm: Likewise.
4788         * modules/isnanf-nolibm-tests: Likewise.
4789         * modules/isnand-nolibm-tests: Likewise.
4790         * lib/frexp.c: Likewise.
4791         * lib/isfinite.c: Likewise.
4792         * lib/signbitd.c: Likewise.
4793         * lib/signbitf.c: Likewise.
4794         * lib/vasnprintf.c: Likewise.
4795         * tests/test-ceilf1.c: Likewise.
4796         * tests/test-ceilf2.c: Likewise.
4797         * tests/test-floorf1.c: Likewise.
4798         * tests/test-floorf2.c: Likewise.
4799         * tests/test-frexp.c: Likewise.
4800         * tests/test-round1.c: Likewise.
4801         * tests/test-round2.c: Likewise.
4802         * tests/test-roundf1.c: Likewise.
4803         * tests/test-strtod.c: Likewise.
4804         * tests/test-trunc1.c: Likewise.
4805         * tests/test-trunc2.c: Likewise.
4806         * tests/test-truncf1.c: Likewise.
4807         * tests/test-truncf2.c: Likewise.
4808         * NEWS: Mention the renamed header files.
4809
4810 2008-07-11  Jim Meyering  <meyering@redhat.com>
4811
4812         vc-list-files: make the last-resort awk code more portable
4813         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
4814         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
4815         does not support it.
4816
4817 2008-07-10  Eric Blake  <ebb9@byu.net>
4818
4819         Work with tar's bootstrap.
4820         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
4821         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
4822         an m4 comment.
4823
4824 2008-07-09  Jim Meyering  <meyering@redhat.com>
4825
4826         posix-shell.m4: fix typo that made this test malfunction
4827         * m4/posix-shell.m4: Remove capitalization in variable name.
4828
4829 2008-07-08  Bruno Haible  <bruno@clisp.org>
4830
4831         * m4/onceonly.m4: Update comments.
4832         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4833
4834 2008-07-04  Jim Meyering  <meyering@redhat.com>
4835
4836         * users.txt: Add vc-dwim.
4837         (bison, coreutils): Use the gitweb URL.
4838
4839 2008-07-03  Jim Meyering  <meyering@redhat.com>
4840
4841         * users.txt: Add libffcall.  From Sam Steingold.
4842
4843 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
4844
4845         getdate.y: do not ignore TZ with relative day, month or year offset
4846         * lib/getdate.y (get_date): Move the tz-handling block to follow the
4847         relative-date-handling, since otherwise, the latter would clobber the
4848         sole output (an updated Start value) of the tz-handling block.
4849         * tests/test-getdate.c: Tests for the fix
4850
4851 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4852
4853         Recognize 'foo_LIBRARIES += libgnu.a'.
4854         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
4855         makefile snippet has already specified an installation location,
4856         also using '+='.
4857
4858 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
4859
4860         getdate.y: factor out common actions
4861         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
4862         Use them in place of open-coded actions.
4863
4864 2008-07-01  Simon Josefsson  <simon@josefsson.org>
4865
4866         Add self-test for getdate module.
4867         * modules/getdate-tests: New file.
4868         * tests/test-getdate.c: New file.
4869
4870 2008-06-29  Bruno Haible  <bruno@clisp.org>
4871
4872         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
4873         .gitignore.
4874         Reported by Sylvain Beucler <beuc@beuc.net>.
4875
4876 2008-06-29  Bruno Haible  <bruno@clisp.org>
4877
4878         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
4879         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
4880
4881 2008-06-29  Bruno Haible  <bruno@clisp.org>
4882
4883         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
4884         EXTRA_DIST.
4885         Reported by Sylvain Beucler <beuc@beuc.net>.
4886
4887 2008-06-26  Jim Meyering  <meyering@redhat.com>
4888
4889         make several modules depend on the "open" module
4890         This provides slightly increased consistency when opening-for-write
4891         the name of a non-directory spelled with a trailing slash.
4892         * modules/chdir-safer: Likewise.
4893         * modules/chown: Likewise.
4894         * modules/clean-temp: Likewise.
4895         * modules/copy-file: Likewise.
4896         * modules/fchdir: Likewise.
4897         * modules/fcntl-safer: Likewise.
4898         * modules/pipe: Likewise.
4899         * modules/utime: Likewise.
4900         Prompted by Eric Blake and Bruno Haible.
4901
4902 2008-06-24  Andreas Schwab  <schwab@suse.de>
4903
4904         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
4905         literals can be used as initializers for global variables.
4906
4907 2008-06-23  Eric Blake  <ebb9@byu.net>
4908
4909         Make gnulib-cache.m4 easier to diff.
4910         * gnulib-tool (func_import): Allow newlines when reading cached
4911         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
4912
4913 2008-06-23  Bruno Haible  <bruno@clisp.org>
4914
4915         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
4916         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
4917         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
4918         m4/signalblocking.m4.
4919         (gl_PREREQ_SIGACTION): Don't invoke it.
4920         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
4921         gl_PREREQ_SIG_HANDLER_H.
4922         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4923         Don't check for sigaction here.
4924
4925 2008-06-23  Bruno Haible  <bruno@clisp.org>
4926
4927         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
4928         (install_handlers): Don't set the SA_RESETHAND flag.
4929
4930 2008-06-23  Bruno Haible  <bruno@clisp.org>
4931
4932         * m4/sigaction.m4: Comment fixes.
4933         * lib/signal.in.h: Likewise.
4934
4935 2008-06-23  Eric Blake  <ebb9@byu.net>
4936
4937         Fix typo.
4938         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
4939
4940         Avoid SA_ namespace.
4941         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
4942         Reported by Ralf Wildenhues.
4943
4944         Avoid test failure due to SA_RESTORER.
4945         * tests/test-sigaction.c (SA_MASK): New macro.
4946         (main): Avoid failing due to extension flags being set.
4947         Reported by Jim Meyering.
4948
4949         Revert use of sig-handler.h in sigprocmask.c.
4950         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
4951         it requires the existence of struct sigaction.
4952         * lib/sigprocmask.c (handler_t): Restore typedef.
4953         (rpl_signal, old_handlers): Use local type.
4954
4955 2008-06-22  Bruno Haible  <bruno@clisp.org>
4956
4957         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
4958         conditionally.
4959         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4960
4961 2008-06-22  Bruno Haible  <bruno@clisp.org>
4962
4963         * doc/posix-functions/siginterrupt.texi: Move note.
4964
4965         * lib/signal.in.h (SA_RESTART): New macro.
4966         * lib/sigaction.c: Update comment.
4967
4968         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
4969
4970         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
4971         (gl_PREREQ_SIGPROCMASK): Invoke it.
4972         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
4973
4974         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
4975
4976         * lib/sigprocmask.c: Update a comment.
4977
4978 2008-06-21  Eric Blake  <ebb9@byu.net>
4979
4980         Use sigaction module rather than signal().
4981         * modules/c-stack (Depends-on): Add sigaction.
4982         * modules/fatal-signal (Depends-on): Likewise.
4983         * modules/nanosleep (Depends-on): Likewise.
4984         * modules/sigprocmask (Files): Add sig-handler.h.
4985         * modules/sigaction (Files): Likewise.
4986         * lib/sig-handler.h (get_handler): New file, suggested by Paul
4987         Eggert.
4988         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
4989         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
4990         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
4991         (init_fatal_signals): Likewise.
4992         * lib/nanosleep.c (rpl_nanosleep): Likewise.
4993         (siginterrupt): Delete fallback.
4994         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
4995         instead.
4996         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
4997         siginterrupt.
4998
4999         New module sigaction, for mingw.
5000         * modules/sigaction: New module...
5001         * modules/sigaction-tests: ...and its test.
5002         * m4/sigaction.m4: New file.
5003         * lib/sigaction.c: Likewise.
5004         * tests/test-sigaction.c: Likewise.
5005         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
5006         * modules/signal (Makefile.am): Likewise.
5007         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
5008         needed.
5009         * doc/posix-headers/signal.texi (signal.h): Mention provided
5010         types.
5011         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
5012         that sigaction is preferable.
5013         * doc/posix-functions/sigaction.texi (sigaction): Mention new
5014         module.
5015         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5016         sigaction.
5017
5018         Improve robustness of sigprocmask by overriding signal.
5019         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
5020         is in use.
5021         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
5022         (SIGKILL, SIGSTOP): Provide fallbacks.
5023         (rpl_signal): Implement.
5024         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
5025         signal can be called inside handlers.
5026
5027         Fix nanosleep module on mingw.
5028         * modules/nanosleep (Depends-on): Add sys_select.
5029         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
5030
5031         Fix licensing of sigprocmask.
5032         * modules/raise (License): Relicense as LGPL.
5033
5034 2008-06-21  Bruno Haible  <bruno@clisp.org>
5035
5036         * lib/propername.c (proper_name_utf8): Don't use the transliterated
5037         result if it contains question marks.
5038         Reported by Michael Geng <linux@michaelgeng.de>.
5039
5040 2008-06-19  Bruno Haible  <bruno@clisp.org>
5041
5042         Fix CVS-ism.
5043         * doc/gnulib.texi: Include updated-stamp.texi.
5044         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
5045         (updated-stamp.texi): New rule.
5046         (gnulib.info): Depend on it.
5047         * doc/.gitignore: Add updated-stamp.texi.
5048         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
5049
5050 2008-06-19  Bruno Haible  <bruno@clisp.org>
5051
5052         * doc/Makefile (gnulib.info): Update and simplify dependencies.
5053         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5054
5055 2008-06-19  Eric Blake  <ebb9@byu.net>
5056
5057         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
5058         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
5059         Reported by Stepan Kasal.
5060
5061 2008-06-18  Bruno Haible  <bruno@clisp.org>
5062
5063         * lib/fatal-signal.c (init_fatal_signals): Add comment.
5064         Reported by Eric Blake.
5065
5066 2008-06-18  Eric Blake  <ebb9@byu.net>
5067
5068         Work around cygwin 1.5.25 strsignal bug.
5069         * tests/test-strsignal.c: Allow for const char *.
5070         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
5071
5072 2008-06-18  Simon Josefsson  <simon@josefsson.org>
5073
5074         * users.txt: Update URL to article and add author/date
5075         information.
5076
5077 2008-06-17  Bruno Haible  <bruno@clisp.org>
5078
5079         New macro gl_DISABLE_THREADS.
5080         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
5081         if the user did not pass --enable-threads or --disable-threads option.
5082         (gl_DISABLE_THREADS): New macro.
5083         Reported by Eric Blake <ebb9@byu.net>.
5084
5085 2008-06-17  Bruno Haible  <bruno@clisp.org>
5086
5087         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
5088         when the macro ignores it.
5089         Based on a patch by Eric Blake <ebb9@byu.net>.
5090
5091 2008-06-17  Bruno Haible  <bruno@clisp.org>
5092
5093         * modules/tls (License): Change to LGPLv2+.
5094         Reported by Eric Blake.
5095
5096 2008-06-17  Eric Blake  <ebb9@byu.net>
5097
5098         Simplify c-stack prerequisites.
5099         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
5100         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
5101         no longer requires <ucontext.h> to exist.  Optimize setrlimit
5102         check.
5103         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
5104         <sys/resource.h>.
5105
5106         Move c-stack test into testsuite.
5107         * modules/c-stack-tests: New file.
5108         * lib/c-stack.c [DEBUG]: Move test program...
5109         * tests/test-c-stack.c: ...into this new file.  Skip rather than
5110         fail test if sigaltstack is lacking.
5111         * tests/test-c-stack.sh: New driver file.
5112
5113 2008-06-16  Eric Blake  <ebb9@byu.net>
5114
5115         Use raise module consistently.
5116         * modules/fatal-signal (Depends-on): Add raise.
5117         * modules/sigprocmask (Depends-on): Likewise.
5118         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
5119         * lib/sigprocmask.c (sigprocmask): Likewise.
5120         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5121         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
5122
5123         Fix compliance bug in sigpending.
5124         * lib/sigprocmask.c (sigpending): Return pending array via
5125         parameter, not return value.
5126
5127 2008-06-14  Eric Blake  <ebb9@byu.net>
5128
5129         Improve obstack-printf test code.
5130         * tests/test-obstack-printf.c (test_function): Fix comment, and
5131         simplify usage of obstack_* in macros.  Add a test for coverage.
5132         Reported by Bruno Haible.
5133
5134 2008-06-14  Bruno Haible  <bruno@clisp.org>
5135
5136         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
5137         array size as a constant, not as a const variable.
5138         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
5139         AC_USE_SYSTEM_EXTENSIONS.
5140         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
5141         Test whether the obstack_printf function actually exists.
5142         * modules/obstack-printf (Depends-on): Add extensions.
5143         (Include): Remove obstack.h.
5144         * modules/obstack-printf-posix (Depends-on): Add extensions.
5145         (Include): Remove obstack.h.
5146
5147 2008-06-13  Eric Blake  <ebb9@byu.net>
5148
5149         Add obstack-printf and obstack-printf-posix modules.
5150         * modules/obstack-printf: New file.
5151         * modules/obstack-printf-posix: Likewise.
5152         * MODULES.html.sh (Misc): Mention them.
5153         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
5154         Likewise.
5155         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
5156         Likewise.
5157         * modules/stdio (Makefile.am): Accomodate new modules.
5158         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5159         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
5160         Declare.
5161         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
5162         functions.
5163         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
5164         (gl_REPLACE_OBSTACK_PRINTF): New macros
5165         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
5166         * tests/test-obstack-printf.c: New file.
5167         * modules/obstack-printf-tests: Likewise.
5168         * modules/obstack-printf-posix-tests: Likewise.
5169
5170 2008-06-11  Bruno Haible  <bruno@clisp.org>
5171
5172         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
5173         * lib/open.c: Include errno.h.
5174         (open): Fail when attempting to write to a file that has a trailing
5175         slash.
5176         * tests/test-open.c (main): Test against trailing slash bug.
5177         * doc/posix-functions/open.texi: Mention the trailing slash bug.
5178
5179 2008-06-10  Bruno Haible  <bruno@clisp.org>
5180
5181         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
5182         for $? to work inside the trap command, with various /bin/sh-s.
5183         * tests/test-vc-list-files-cvs.sh: Likewise.
5184
5185 2008-06-10  Bruno Haible  <bruno@clisp.org>
5186
5187         * lib/acl-internal.h: Don't include gettext.h here.
5188         * lib/set-mode-acl.c: Include gettext.h here.
5189         * lib/copy-acl.c: Likewise.
5190
5191 2008-06-10  Bruno Haible  <bruno@clisp.org>
5192
5193         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
5194         * lib/wait-process.c (wait_subprocess): Likewise.
5195         * lib/execute.h (execute): Add termsigp argument.
5196         * lib/execute.c (execute): Likewise.
5197         * lib/csharpcomp.c (compile_csharp_using_pnet,
5198         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
5199         * lib/csharpexec.c (execute_csharp_using_pnet,
5200         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
5201         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
5202         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
5203         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
5204         is_jikes_present): Update.
5205         * lib/javaexec.c (execute_java_class): Update.
5206         * lib/javaversion.c (execute_and_read_line): Update.
5207         * NEWS: Document the changes.
5208         Reported by Eric Blake.
5209
5210 2008-06-10  Eric Blake  <ebb9@byu.net>
5211
5212         Add missing include.
5213         * tests/test-strstr.c (includes): Add <signal.h>.
5214         * tests/test-strcasestr.c (includes): Likewise.
5215         * tests/test-memmem.c (includes): Likewise.
5216
5217 2008-06-10  Bruno Haible  <bruno@clisp.org>
5218
5219         * lib/wait-process.c (wait_subprocess): Add an assertion.
5220
5221 2008-06-10  Bruno Haible  <bruno@clisp.org>
5222
5223         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
5224
5225 2008-06-10  Bruno Haible  <bruno@clisp.org>
5226
5227         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
5228         using alarm().
5229         * tests/test-strcasestr.c (main): Likewise.
5230         * tests/test-strstr.c (main): Likewise.
5231
5232 2008-06-09  Bruno Haible  <bruno@clisp.org>
5233
5234         Work around the Solaris 10 ACE ACLs ABI change.
5235         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
5236         declare if ACL_NO_TRIVIAL is present.
5237         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
5238         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
5239         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
5240         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
5241         define if ACL_NO_TRIVIAL is present.
5242         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
5243         and use the current ABI.
5244         (file_has_acl): Use same #if condition as elsewhere.
5245         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
5246         in use, and use the current ABI.
5247         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
5248         Reported by Jim Meyering.
5249
5250 2008-06-09  Eric Blake  <ebb9@byu.net>
5251
5252         Work around environments that (stupidly) ignore SIGALRM.
5253         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
5254         before using alarm().
5255         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5256         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
5257         Reported by Ian Beckwith <ianb@erislabs.net>.
5258
5259         Produce autobuild blurb earlier in log.
5260         * modules/autobuild (configure.ac-early): Move AB_INIT here.
5261
5262 2008-06-09  Jim Meyering  <meyering@redhat.com>
5263         and OndÅ™ej Vašík  <ovasik@redhat.com>
5264
5265         utimens.c: correct kernel bug work-around
5266         OndÅ™ej Vašík found that the invalid return value of 280 indicates
5267         failure, not success, and the kernel bug we're trying to work
5268         around affects not just the utimensat call, but also the fallback
5269         futimens call.
5270         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
5271         not success.
5272         [HAVE_FUTIMENS]: Use the same work-around, here.
5273
5274 2008-06-09  Jim Meyering  <meyering@redhat.com>
5275
5276         add more guards around definition of ACE_-related code
5277         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
5278         ALLOW and ACE_OWNER are also defined.
5279
5280 2008-06-08  Bruno Haible  <bruno@clisp.org>
5281
5282         * lib/acl-internal.h: Add me as co-author.
5283         * lib/file-has-acl.c: Likewise.
5284         * lib/set-mode-acl.c: Likewise.
5285         * lib/copy-acl.c: Likewise.
5286
5287 2008-06-08  Bruno Haible  <bruno@clisp.org>
5288
5289         Add support for AIX ACLs.
5290         * lib/acl-internal.h (acl_nontrivial): New declaration.
5291         * lib/file-has-acl.c (acl_nontrivial): New function.
5292         (file_has_acl): Add implementation using AIX 4 ACL API.
5293         * lib/set-mode-acl.c (qset_acl): Likewise.
5294         * lib/copy-acl.c (qcopy_acl): Likewise.
5295
5296 2008-06-08  Bruno Haible  <bruno@clisp.org>
5297
5298         Add support for HP-UX ACLs.
5299         * lib/acl-internal.h (acl_nontrivial): New declaration.
5300         * lib/file-has-acl.c (acl_nontrivial): New function.
5301         (file_has_acl): Add implementation using HP-UX 11 ACL API.
5302         * lib/set-mode-acl.c (qset_acl): Likewise.
5303         * lib/copy-acl.c (qcopy_acl): Likewise.
5304
5305 2008-06-08  Bruno Haible  <bruno@clisp.org>
5306
5307         Add support for Cygwin ACLs.
5308         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
5309         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
5310         the chmod_or_fchmod call.
5311         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
5312
5313 2008-06-08  Bruno Haible  <bruno@clisp.org>
5314
5315         Fix bug with setuid modes in Solaris 10+ code.
5316         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
5317         succeeded, when the mode contains some special bits.
5318
5319 2008-06-08  Bruno Haible  <bruno@clisp.org>
5320
5321         Add support for Solaris 7..10 ACLs.
5322         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
5323         declarations.
5324         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
5325         functions.
5326         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
5327         * lib/set-mode-acl.c (qset_acl): Likewise.
5328         * lib/copy-acl.c (qcopy_acl): Likewise.
5329
5330 2008-06-08  Bruno Haible  <bruno@clisp.org>
5331
5332         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
5333         declaration.
5334         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
5335         (acl_access_nontrivial): Remove MacOS X case.
5336         (file_has_acl): Use acl_extended_nontrivial.
5337         * lib/copy-acl.c (qcopy_acl): Likewise.
5338
5339 2008-06-08  Bruno Haible  <bruno@clisp.org>
5340
5341         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
5342
5343 2008-06-08  Jim Meyering  <meyering@redhat.com>
5344
5345         * modules/acl (Maintainer): Add Bruno Haible.
5346
5347 2008-06-07  Bruno Haible  <bruno@clisp.org>
5348
5349         Improve support for Tru64 ACLs.
5350         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
5351         ACL on OSF/1.
5352
5353 2008-06-07  Bruno Haible  <bruno@clisp.org>
5354
5355         Add support for MacOS X ACLs.
5356         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
5357         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
5358         * lib/set-mode-acl.c (qset_acl): Likewise.
5359         * lib/copy-acl.c (qcopy_acl): Likewise.
5360
5361 2008-06-07  Bruno Haible  <bruno@clisp.org>
5362
5363         Fix memory leak introduced on 2008-05-22.
5364         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
5365         use.
5366
5367 2008-06-07  Bruno Haible  <bruno@clisp.org>
5368
5369         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
5370         to construct an empty ACL.
5371
5372 2008-06-07  Bruno Haible  <bruno@clisp.org>
5373
5374         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
5375         precisely.
5376         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
5377
5378 2008-06-07  Bruno Haible  <bruno@clisp.org>
5379
5380         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
5381         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
5382
5383 2008-06-07  Bruno Haible  <bruno@clisp.org>
5384
5385         * doc/posix-functions/_setjmp.texi: Explain the use of this function
5386         regardless of POSIX.
5387         * doc/posix-functions/_longjmp.texi: Likewise.
5388         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
5389         SystemV platform in this case.
5390
5391 2008-06-06  Eric Blake  <ebb9@byu.net>
5392
5393         Document abort() bugs.
5394         * doc/posix-functions/abort.texi (abort): Mention anomalies.
5395
5396         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
5397         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
5398         sigsetjmp.
5399         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
5400         siglongjmp, but only as a macro.
5401         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
5402         is obsolete.
5403         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
5404
5405         Tweak documentation to cover cygwin argz bugs.
5406         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
5407         argz bug fix; no code change needed since no cygwin releases
5408         occurred between the last fix and the bug being tested.
5409         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
5410         module and recently fixed cygwin bugs.
5411         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
5412         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
5413         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
5414         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
5415         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
5416         Likewise.
5417         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
5418         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
5419         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
5420         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
5421         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
5422         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
5423         Likewise.
5424
5425         Avoid gcc warning on cygwin.
5426         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
5427         !ACL_NO_TRIVIAL]: Avoid unused variable.
5428
5429 2008-06-05  Eric Blake  <ebb9@byu.net>
5430
5431         Be tolerant of UNKNOWN version in gnulib-tool test dir.
5432         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
5433         git-version-gen fails to come up with a version.
5434         Reported by Simon Josefsson.
5435
5436 2008-06-05  Jim Meyering  <meyering@redhat.com>
5437             Paul Eggert  <eggert@cs.ucla.edu>
5438
5439         utimens.c: work around a probable Linux kernel bug
5440         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
5441         appears to be a kernel bug that causes utimensat to return 280
5442         instead of 0, indicating success.
5443
5444 2008-06-04  Bruno Haible  <bruno@clisp.org>
5445
5446         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
5447         2008-06-01 commit.
5448
5449 2008-06-04  Bruno Haible  <bruno@clisp.org>
5450
5451         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
5452         * lib/file-has-acl.c (acl_access_nontrivial): New function.
5453         (file_has_acl): Use it. Save errno afterwards.
5454         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
5455
5456 2008-06-03  Bruno Haible  <bruno@clisp.org>
5457
5458         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
5459         draft code. Simplify #ifs.
5460         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
5461         Put Solaris code after POSIX-draft code. Fix comments regarding
5462         Solaris 10, HP-UX. Mention Cygwin.
5463         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
5464
5465 2008-06-03  Eric Blake  <ebb9@byu.net>
5466
5467         Provide fallback for older kernels.
5468         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
5469         Provide runtime fallback if kernel lacks support.
5470         Reported by Mike Frysinger.
5471
5472 2008-06-02  Bruno Haible  <bruno@clisp.org>
5473
5474         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
5475         it exists.
5476
5477 2008-06-02  Bruno Haible  <bruno@clisp.org>
5478
5479         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
5480         * lib/copy-acl.c (qcopy_acl): Update comment.
5481
5482 2008-06-02  Bruno Haible  <bruno@clisp.org>
5483
5484         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
5485         like ACL APIs.
5486
5487 2008-06-02  Bruno Haible  <bruno@clisp.org>
5488
5489         * tests/test-file-has-acl.sh: Use different code for Cygwin.
5490         * tests/test-set-mode-acl.sh: Likewise.
5491         * tests/test-copy-acl.sh: Likewise.
5492         * tests/test-copy-file.sh: Likewise.
5493
5494 2008-06-02  Bruno Haible  <bruno@clisp.org>
5495
5496         * tests/test-file-has-acl.sh: Remove unused code.
5497
5498 2008-06-01  Bruno Haible  <bruno@clisp.org>
5499
5500         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
5501         (copy_acl): Just a wrapper around qcopy_acl that emits the error
5502         messages.
5503         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
5504
5505 2008-06-01  Bruno Haible  <bruno@clisp.org>
5506
5507         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
5508         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
5509         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
5510         APIs.
5511         * modules/acl-tests (configure.ac): Remove tests now contained in
5512         m4/acl.m4.
5513
5514 2008-06-02  Jim Meyering  <meyering@redhat.com>
5515
5516         announce-gen: use a better key-server host name
5517         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
5518         it may be more consistently reliable.  Suggested by Werner Koch
5519         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
5520
5521 2008-06-01  Bruno Haible  <bruno@clisp.org>
5522
5523         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
5524         Reported by Voroskoi Andras <voroskoi@gmail.com>.
5525
5526 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
5527
5528         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
5529
5530 2008-06-01  Bruno Haible  <bruno@clisp.org>
5531
5532         New ACL tests.
5533         * tests/test-file-has-acl.sh: New file.
5534         * tests/test-file-has-acl.c: New file.
5535         * tests/test-set-mode-acl.sh: New file.
5536         * tests/test-set-mode-acl.c: New file.
5537         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
5538         * tests/test-copy-acl.c: New file.
5539         * modules/acl-tests: New file, based on modules/copy-file-tests.
5540         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
5541         (Depends-on): Add acl-tests.
5542         (configure.ac): Remove checks.
5543         (Makefile.am): Don't create test-sameacls program here any more.
5544
5545 2008-06-01  Bruno Haible  <bruno@clisp.org>
5546
5547         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
5548         * tests/test-sameacls.c: Include progname.h.
5549         (main): Invoke set_program_name. Portability fixes for MacOS X,
5550         Solaris, HP-UX.
5551
5552 2008-06-01  Bruno Haible  <bruno@clisp.org>
5553
5554         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
5555         function.
5556         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
5557
5558 2008-06-01  Bruno Haible  <bruno@clisp.org>
5559
5560         * modules/rpmatch (Depends-on): Add strdup.
5561
5562 2008-06-01  Bruno Haible  <bruno@clisp.org>
5563
5564         * lib/pipe.c: Include unistd-safer.h.
5565         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
5566         * modules/pipe (Depends-on): Add unistd-safer.
5567
5568 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5569
5570         * modules/autobuild (configure.ac): Call AB_INIT.
5571
5572 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5573
5574         * tests/test-getaddrinfo.c: Don't print debug messages by default.
5575         Suggested by Bruno Haible <bruno@clisp.org>.
5576
5577 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5578
5579         * tests/test-base64.c: Cast size_t to unsigned long when invoking
5580         printf.  Use %lu instead of %d.  Reported by Bruno Haible
5581         <bruno@clisp.org>.
5582
5583 2008-05-29  Eric Blake  <ebb9@byu.net>
5584
5585         Prefer new POSIX 200x interfaces over futimesat.
5586         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
5587         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
5588         when available.
5589         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
5590
5591 2008-05-28  Bruno Haible  <bruno@clisp.org>
5592
5593         * modules/stpcpy (License): Change to LGPLv2+.
5594         Requested by David Lutterkort <dlutter@redhat.com>.
5595
5596 2008-05-27  Bruno Haible  <bruno@clisp.org>
5597
5598         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
5599         current mingw.
5600         Reported by Jose E. Marchesi <jemarch@gnu.org>.
5601
5602 2008-05-27  Bruno Haible  <bruno@clisp.org>
5603
5604         * modules/iconv_open (Link): New section, from module 'iconv'.
5605         * modules/striconv (Link): Likewise.
5606         * modules/striconveh (Link): Likewise.
5607         * modules/xstriconv (Link): Likewise.
5608         * modules/unicodeio (Link): Likewise.
5609         * modules/propername (Link): Likewise.
5610         Reported by Jim Meyering.
5611
5612 2008-05-26  Jim Meyering  <meyering@redhat.com>
5613
5614         sha256: do not artificially restrict buffer length to be < 2^32
5615         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
5616         uint32_t to size_t.
5617         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
5618         to match.
5619
5620         avoid unaligned access errors, e.g., on sparc
5621         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
5622         direct access through a possibly-unaligned uint64* pointer.
5623         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
5624         direct access through a possibly-unaligned uint32* pointer.
5625         Prompted by this patch from Tom "spot" Callaway:
5626         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
5627
5628         sha512.c: fix typo in comment
5629         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
5630
5631 2008-05-25  Bruno Haible  <bruno@clisp.org>
5632
5633         * lib/set-mode-acl.c: Renamed from lib/acl.c.
5634         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
5635         (Makefile.am): Update lib_SOURCES.
5636
5637 2008-05-25  Bruno Haible  <bruno@clisp.org>
5638
5639         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
5640
5641 2008-05-25  Jim Meyering  <meyering@redhat.com>
5642
5643         useless-if-before-free: freed expr may have white-space differences
5644         * build-aux/useless-if-before-free: Recognize cases in which the
5645         freed expression differs from the tested one in embedded white
5646         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
5647         $1 was used, so we can't make any regexp shy.  Improved tests now
5648         detect this.
5649
5650         useless-if-before-free: accept white space in the expression.
5651         * build-aux/useless-if-before-free: For now, any white space
5652         in the expression must be identical in the free argument.
5653
5654         useless-if-before-free: efficiency tweak
5655         * build-aux/useless-if-before-free: Make the expression-matching
5656         regexp "shy".
5657         Make the *outer* regexp shy, not the expr-matching one.
5658
5659         update code-in-comment to accept cast of free arg
5660         * build-aux/useless-if-before-free: Update regexp.
5661
5662 2008-05-25  Bruno Haible  <bruno@clisp.org>
5663
5664         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
5665         * modules/copy-file-tests (Files, Makefile.am): Update.
5666         * tests/test-copy-file.c (func_test_copy): Update.
5667
5668 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
5669
5670         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
5671
5672 2008-05-23  Bruno Haible  <bruno@clisp.org>
5673
5674         Improve support for ACLs on OSF/1.
5675         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
5676         Remove fallback for unknown flavors of ACLs.
5677
5678 2008-05-22  Bruno Haible  <bruno@clisp.org>
5679
5680         Add support for ACLs on OSF/1.
5681         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
5682         replacements.
5683         (acl_free_text): New macro fallback.
5684         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
5685         acl_free.
5686         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
5687         acl_free_text function. Require AC_C_INLINE.
5688
5689 2008-05-22  Bruno Haible  <bruno@clisp.org>
5690
5691         Make copy_acl work on MacOS X 10.5.
5692         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
5693         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
5694         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
5695         If MODE_INSIDE_ACL, don't assume that every system has the same text
5696         representation for ACLs as FreeBSD.
5697         * lib/copy-acl.c (copy_acl): Add support for platforms with
5698         !MODE_INSIDE_ACL.
5699         * lib/file-has-acl.c (file_has_acl): Likewise.
5700         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
5701         FreeBSD, MacOS X, or IRIX, respectively.
5702
5703 2008-05-22  Bruno Haible  <bruno@clisp.org>
5704
5705         * lib/acl.h: Don't include <sys/acl.h>.
5706         (GETACLCNT): Move fallback to lib/acl-internal.h.
5707         * lib/acl-internal.h: Include <sys/acl.h> here.
5708         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
5709
5710 2008-05-22  Bruno Haible  <bruno@clisp.org>
5711
5712         Split off copy_acl function to separate file.
5713         * lib/copy-acl.c: New file, extracted from lib/acl.c.
5714         * lib/acl.c (copy_acl): Moved function to separate file.
5715         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
5716         * modules/acl (Files): Add lib/copy-acl.c.
5717         (Makefiles.am): Augment lib_SOURCES.
5718
5719 2008-05-22  Bruno Haible  <bruno@clisp.org>
5720
5721         * modules/copy-file-tests: New file.
5722         * tests/test-copy-file.sh: New file.
5723         * tests/test-copy-file.c: New file.
5724         * tests/test-copy-file-sameacls.c: New file.
5725
5726 2008-05-22  Eric Blake  <ebb9@byu.net>
5727
5728         Avoid gcc warning.
5729         * tests/test-memcmp.c (main): Pass NULL indirectly.
5730
5731 2008-05-21  Bruno Haible  <bruno@clisp.org>
5732
5733         Add reference doc about ACLs.
5734         * doc/acl-resources.txt: New file.
5735         * doc/acl-cygwin.txt: New file.
5736
5737 2008-05-21  Bruno Haible  <bruno@clisp.org>
5738
5739         Avoid one more warning from gcc.
5740         * lib/vasnprintf.c (IF_LINT): Update comments.
5741         (VASNPRINTF): Use it also for the 'prefix' array initializer.
5742
5743 2008-05-21  Jim Meyering  <meyering@redhat.com>
5744
5745         avoid a warning from gcc
5746         * lib/vasnprintf.c (IF_LINT): Define.
5747         (scale10_round_decimal_long_double):
5748         Use it to avoid a "may be used uninitialized" warning.
5749         (scale10_round_decimal_double): Likewise.
5750
5751 2008-05-21  Simon Josefsson  <simon@josefsson.org>
5752
5753         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
5754         declared.
5755
5756 2008-05-20  Bruno Haible  <bruno@clisp.org>
5757
5758         * tests/test-memcmp.c (main): Test also the sign of the result. Test
5759         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
5760
5761 2008-05-20  Simon Josefsson  <simon@josefsson.org>
5762
5763         * modules/memcmp-tests: New file.
5764         * tests/test-memcmp.c: New file.
5765
5766 2008-05-19  Bruno Haible  <bruno@clisp.org>
5767
5768         * modules/propername (Notice, configure.ac): Put quoted "..." into
5769         --keyword option.
5770         * lib/propername.h: Update comments accordingly.
5771         Reported by Eric Blake.
5772
5773 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
5774
5775         * modules/getpass-gnu (Depends-on): Add fseeko.
5776
5777 2008-05-19  Simon Josefsson  <simon@josefsson.org>
5778
5779         * modules/base64-tests: New file.
5780
5781 2008-05-19  Bo Borgerson <gigabo@gmail.com>
5782
5783         * lib/base64.c (base64_decode_ctx): If a decode context structure
5784         was passed in use it to ignore newlines.  If a context structure
5785         was _not_ passed in, continue to treat newlines as garbage (this
5786         is the historical behavior).  Formerly base64_decode.
5787         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
5788         takes a decode context structure.
5789         * lib/base64.h (base64_decode): Macro for four-argument calls.
5790         (base64_decode_alloc): Likewise.
5791         * lib/base64.c (base64_decode_ctx): If a decode context structure
5792         was passed in use it to ignore newlines.  If a context structure
5793         was _not_ passed in, continue to treat newlines as garbage (this
5794         is the historical behavior).  Formerly base64_decode.
5795         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
5796         takes a decode context structure.
5797         * lib/base64.h (base64_decode): Macro for four-argument calls.
5798         (base64_decode_alloc): Likewise.
5799
5800 2008-05-19  Jim Meyering  <meyering@redhat.com>
5801
5802         avoid a warning from gcc
5803         * lib/trim.c (IF_LINT): Define.
5804         (trim2): Use it to avoid a "may be used uninitialized" warning.
5805
5806         Fix doc typo.
5807         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
5808
5809 2008-05-19  Bruno Haible  <bruno@clisp.org>
5810
5811         * doc/glibc-functions/getpass.texi: Document limits of other
5812         implementations.
5813
5814 2008-05-19  Simon Josefsson  <simon@josefsson.org>
5815             Bruno Haible <bruno@clisp.org>
5816
5817         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
5818
5819 2008-05-18  Bruno Haible  <bruno@clisp.org>
5820
5821         * modules/propername: New file, from GNU gettext.
5822         * lib/propername.h: New file, from GNU gettext.
5823         * lib/propername.c: New file, from GNU gettext.
5824         * MODULES.html.sh (Internationalization functions): Add propername.
5825
5826 2008-05-16  Jim Meyering  <meyering@redhat.com>
5827             Bruno Haible  <bruno@clisp.org>
5828
5829         Avoid some warnings from "gcc -Wshadow".
5830         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
5831
5832 2008-05-15  Eric Blake  <ebb9@byu.net>
5833
5834         Extend previous patch to cygwin 1.7.0.
5835         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
5836         fast implementation in cygwin >= 1.7.0.
5837         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5838         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5839
5840 2008-05-15  Bruno Haible  <bruno@clisp.org>
5841
5842         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
5843         implementation in glibc >= 2.9.
5844         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5845         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5846
5847 2008-05-15  Bruno Haible  <bruno@clisp.org>
5848
5849         * MODULES.html.sh (Internationalization functions): Remove linebreak.
5850         (Unicode string functions): Add unilbrk/*.
5851         Reported by Karl Berry.
5852
5853 2008-05-15  Eric Blake  <ebb9@byu.net>
5854
5855         Fix violation of <stdbool.h> replacement in regex.
5856         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
5857         * lib/regexec.c (re_search_internal): Likewise.
5858         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
5859
5860 2008-05-15  Jim Meyering  <meyering@redhat.com>
5861
5862         avoid distracting test output when git or cvs is not found
5863         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
5864         * tests/test-vc-list-files-git.sh: Likewise.
5865
5866 2008-05-15  Eric Blake  <ebb9@byu.net>
5867
5868         Glibc finally accepted the memmem speedup code, bugzilla #5514.
5869         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
5870         glibc version.
5871         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
5872         * doc/posix-functions/strstr.texi (strstr): Likewise.
5873         * lib/str-two-way.h (MAX): Sychronize with glibc.
5874
5875 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
5876
5877         * lib/regcomp.c (optimize_utf8): Add a note on why we test
5878         opr.ctx_type.
5879         (calc_first): Initialize constraint field.
5880         (duplicate_node_closure): Use it instead of special casing ANCHORS.
5881         Fix grammar.
5882         (duplicate_node): Merge constraint field for all node types.
5883         (calc_eclosure_iter): Look at constraint field for all node types.
5884         * lib/regex_internal.c (create_cd_newstate): Don't look at
5885         opr.ctx_type.
5886
5887 2008-05-14  Bruno Haible  <bruno@clisp.org>
5888
5889         Help GCC to do better code generation.
5890         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
5891         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
5892         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
5893         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
5894         Declare with attribute 'malloc' if supported.
5895
5896 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
5897
5898         use "echo STR|wc -c" rather than unportable "expr length STR"
5899         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
5900         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
5901
5902 2008-05-14  Jim Meyering  <meyering@redhat.com>
5903
5904         use dd ibs=$n count=1 ... rather than less-portable head -c$n
5905         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
5906         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
5907         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
5908         via Collin Lasse.
5909
5910 2008-05-14  Eric Blake  <ebb9@byu.net>
5911
5912         Avoid quadratic growth in gl_LIBSOURCES.
5913         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
5914         Suggested by Bruno Haible.
5915
5916         Test xmemdup0.
5917         * modules/xmemdup0-tests: New file.
5918         * tests/test-xmemdup0.c: Likewise.
5919
5920 2008-05-13  Eric Blake  <ebb9@byu.net>
5921
5922         Split xmemdup0 into its own module.
5923         * modules/xmemdup0: New file.
5924         * lib/xmemdup0.h: Likewise.
5925         * lib/xmemdup0.c: Likewise.
5926         * MODULES.html.sh (Memory management functions): Add xmemdup0.
5927         * lib/xalloc.h (xmemdup0): Remove.
5928         * lib/xmalloc.c (xmemdup0): Likewise.
5929
5930 2008-05-13  Eric Blake  <ebb9@byu.net>
5931             Bruno Haible  <bruno@clisp.org>
5932
5933         Reduce number of forks required during autoconf.
5934         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
5935         and gl_LIBSOURCES_DIR.
5936         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
5937         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
5938         m4_syscmd per file.
5939         <m4_foreach_w>: Move...
5940         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
5941
5942 2008-05-13  Eric Blake  <ebb9@byu.net>
5943
5944         * gnulib-tool: Fix various comment typos.
5945
5946 2008-05-12  Bruno Haible  <bruno@clisp.org>
5947
5948         Tailor the linebreaking algorithm.
5949         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
5950
5951 2008-05-12  Bruno Haible  <bruno@clisp.org>
5952
5953         Update to Unicode 5.0.0.
5954         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
5955         LBP_JV, LBP_JT. Redistribute values.
5956         (unilbrk_table): Change size.
5957         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
5958         Unicode TR#14 rev. 22.
5959         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
5960         LBP_JV, LBP_JT. Redistribute values.
5961         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
5962         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
5963         Update.
5964         * lib/unilbrk/lbrkprop1.h: Regenerated.
5965         * lib/unilbrk/lbrkprop2.h: Regenerated.
5966         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
5967         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
5968         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
5969         Likewise.
5970         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
5971         Likewise.
5972         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
5973         result.
5974         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
5975         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
5976         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
5977         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
5978         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
5979         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
5980
5981 2008-05-11  Bruno Haible  <bruno@clisp.org>
5982
5983         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
5984
5985 2008-05-11  Bruno Haible  <bruno@clisp.org>
5986
5987         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
5988         * modules/unilbrk/gen-lbrk: New file.
5989
5990 2008-05-11  Bruno Haible  <bruno@clisp.org>
5991
5992         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
5993         * m4/sha512.m4 (gl_SHA512): Likewise.
5994
5995 2008-05-11  Jim Meyering  <meyering@redhat.com>
5996
5997         New modules: crypto/sha256, crypto/sha512 (from coreutils)
5998         * modules/crypto/sha256: New file.
5999         * modules/crypto/sha512: Likewise.
6000         * lib/sha256.c: Likewise.
6001         * lib/sha256.h: Likewise.
6002         * lib/sha512.c: Likewise.
6003         * lib/sha512.h: Likewise.
6004         * lib/u64.h: Likewise.
6005         * m4/sha256.m4: Likewise.
6006         * m4/sha512.m4: Likewise.
6007         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
6008
6009 2008-05-10  Bruno Haible  <bruno@clisp.org>
6010
6011         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
6012         (Input/Output <stdio.h>): Add xprintf.
6013         (Signal handling <signal.h>): Add strsignal.
6014         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
6015         (Core language properties): Add func.
6016         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
6017         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
6018         strings.
6019         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
6020         (Input/output): New section.
6021         (File system functions): Add openat-die, stat-macros.
6022         (Networking functions): Add sockets.
6023         (Unicode string functions): Add unictype/*.
6024         (Support for building libraries and executables): Add gperf.
6025         (Support for building documentation): Add agpl-3.0.
6026         (Misc): Add nocrash.
6027
6028 2008-05-10  Bruno Haible  <bruno@clisp.org>
6029
6030         * modules/unictype/gen-ctype: New file.
6031
6032 2008-05-10  Jim Meyering  <meyering@redhat.com>
6033
6034         Make chdir-safer.c more efficient on a system with no symlinks.
6035         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
6036         also if ELOOP is zero.  Suggested by Bruno Haible.
6037
6038         Make chdir-safer.c slightly safer.
6039         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
6040         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
6041
6042         Avoid compile failure on systems without ELOOP (like mingw).
6043         * lib/chdir-safer.c (ELOOP): Define if not already defined.
6044         Reported by Bruno Haible.
6045
6046 2008-05-10  Bruno Haible  <bruno@clisp.org>
6047
6048         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
6049         (is_utf8_encoding): Use a case-insensitive comparison.
6050         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
6051         streq.
6052
6053 2008-05-10  Bruno Haible  <bruno@clisp.org>
6054
6055         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
6056         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
6057         * lib/unilbrk/ulc-common.h (iconv_string_length,
6058         iconv_string_keeping_offsets): Remove declarations.
6059         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
6060         Don't include <iconv.h>, streq.h, xsize.h.
6061         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
6062         conversion.
6063         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
6064         <iconv.h>, streq.h, xsize.h.
6065         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
6066         conversion.
6067         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
6068         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
6069         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
6070         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
6071
6072 2008-05-10  Bruno Haible  <bruno@clisp.org>
6073
6074         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
6075         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
6076
6077         * modules/unilbrk/u32-width-linebreaks-tests: New file.
6078         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
6079
6080         * modules/unilbrk/u16-width-linebreaks-tests: New file.
6081         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
6082
6083         * modules/unilbrk/u8-width-linebreaks-tests: New file.
6084         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
6085
6086         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
6087         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
6088
6089         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
6090         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
6091
6092         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
6093         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
6094
6095         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
6096         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
6097
6098 2008-05-10  Bruno Haible  <bruno@clisp.org>
6099
6100         Split up 'linebreak' module.
6101         * lib/unilbrk.h: New file, based on lib/linebreak.h.
6102         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
6103         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
6104         modifications.
6105         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
6106         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
6107         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
6108         lib/linebreak.c.
6109         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
6110         lib/linebreak.c.
6111         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
6112         lib/linebreak.c.
6113         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
6114         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
6115         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
6116         lib/linebreak.c.
6117         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
6118         lib/linebreak.c.
6119         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
6120         lib/linebreak.c.
6121         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
6122         lib/linebreak.c.
6123         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
6124         lib/linebreak.c.
6125         * modules/unilbrk/base: New file.
6126         * modules/unilbrk/tables: New file.
6127         * modules/unilbrk/u8-possible-linebreaks: New file.
6128         * modules/unilbrk/u16-possible-linebreaks: New file.
6129         * modules/unilbrk/u32-possible-linebreaks: New file.
6130         * modules/unilbrk/ulc-common: New file.
6131         * modules/unilbrk/ulc-possible-linebreaks: New file.
6132         * modules/unilbrk/u8-width-linebreaks: New file.
6133         * modules/unilbrk/u16-width-linebreaks: New file.
6134         * modules/unilbrk/u32-width-linebreaks: New file.
6135         * modules/unilbrk/ulc-width-linebreaks: New file.
6136         * lib/linebreak.h: Remove file.
6137         * lib/linebreak.c: Remove file.
6138         * m4/linebreak.m4: Remove file.
6139         * modules/linebreak: Remove file.
6140         * NEWS: Mention the changes.
6141
6142 2008-05-09  Eric Blake  <ebb9@byu.net>
6143
6144         Add xmemdup0.
6145         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
6146         implementation.
6147         * lib/xmalloc.c (xmemdup0): New C implementation.
6148
6149 2008-05-08  Bruno Haible  <bruno@clisp.org>
6150
6151         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
6152
6153 2008-05-07  Eric Blake  <ebb9@byu.net>
6154
6155         Support cross-compilation of <wctype.h>.
6156         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
6157         AC_CACHE_CHECK.
6158
6159 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
6160
6161         * build-aux/vc-list-files: Add support for bzr.
6162
6163 2008-05-03  Jim Meyering  <meyering@redhat.com>
6164
6165         avoid failed assertion with tight malloc
6166         * tests/test-getndelim2.c: Correct an off-by-one assertion.
6167
6168 2008-05-03  Simon Josefsson  <simon@josefsson.org>
6169
6170         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
6171         are needed from arpa/inet.h.
6172         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
6173         Reported by Bruno Haible.
6174
6175 2008-05-02  Jim Meyering  <meyering@redhat.com>
6176
6177         avoid compilation error on FreeBSD 6
6178         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
6179
6180 2008-05-01  Jim Meyering  <meyering@redhat.com>
6181
6182         useless-if-before-free: correct --help's exit status description
6183         * build-aux/useless-if-before-free (usage): Like grep, exit 0
6184         for one or more matches, etc.  Reported by Bruno Haible.
6185
6186         vc-list-files: make the stand-alone gnulib test work
6187         * modules/vc-list-files-tests (configure.ac):
6188         Define and AC_SUBST abs_aux_dir.
6189         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
6190         $(abs_top_srcdir) to each script and having each of them
6191         duplicate the work of setting PATH, set PATH here, using
6192         the new variable, abs_aux_dir instead.
6193         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
6194         * tests/test-vc-list-files-git.sh: Likewise.
6195         Reported by Bruno Haible.
6196
6197 2008-05-01  Bruno Haible  <bruno@clisp.org>
6198
6199         * lib/getndelim2.c (getndelim2): Fix newsize computation during
6200         reallocation. Rename 'done' to 'found_delimiter'.
6201
6202 2008-05-01  Jim Meyering  <meyering@redhat.com>
6203
6204         vc-list-files: accommodate /bin/sh like the one from Solaris 10
6205         * build-aux/vc-list-files: Use `...`, not $(...).
6206
6207 2008-04-30  Jim Meyering  <meyering@redhat.com>
6208
6209         add tests for vc-list-files
6210         * modules/vc-list-files-tests: New module.
6211         * tests/test-vc-list-files-cvs.sh: New file.
6212         * tests/test-vc-list-files-git.sh: New file.
6213
6214         avoid a warning from gcc
6215         * lib/getndelim2.c (IF_LINT): Define.
6216         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
6217
6218         vc-list-files: work properly with build-aux/cvsu, too
6219         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
6220         to all cvs-based clauses.
6221
6222         vc-list-files: work properly in the CVS+awk case, too
6223         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
6224
6225         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
6226         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
6227         take more than one file argument, so .  Add quotes, just in case $dir
6228         ever contains a shell meta-character.  Prompted by Soren Hansen in
6229         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
6230
6231 2008-04-29  Eric Blake  <ebb9@byu.net>
6232
6233         Optimize getndelim2 to use block operations when possible.
6234         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
6235         freadseek, and memchr2.
6236         * lib/getndelim2.c (getndelim2): Use them for block reads.
6237
6238 2008-04-29  Bruno Haible  <bruno@clisp.org>
6239
6240         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
6241         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6242         * modules/inet_ntop (Depends-on): Add extensions.
6243         * modules/inet_pton (Depends-on): Likewise.
6244         Reported by Simon Josefsson.
6245
6246 2008-04-29  Jim Meyering  <meyering@redhat.com>
6247
6248         When the is more than one match in a block, match all of them.
6249         * build-aux/useless-if-before-free: Iterate through each block
6250         until there are no more matches.
6251
6252         Fix broken useless-if-before-free script.
6253         * build-aux/useless-if-before-free: Fix typo: missing "?" after
6254         the expression to match cast of argument to free-like function.
6255
6256 2008-04-29  Eric Blake  <ebb9@byu.net>
6257
6258         Use new header.
6259         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
6260
6261 2008-04-29  Jim Meyering  <meyering@redhat.com>
6262
6263         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
6264         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
6265         by gnulib to exist and to declare e.g., inet_ntop.
6266         Don't include "inet_ntop.h", now removed.
6267
6268         * m4/arpa_inet_h.m4: Remove trailing blanks.
6269
6270 2008-04-29  Eric Blake  <ebb9@byu.net>
6271
6272         Silence valgrind on safe reads beyond potential array bounds.
6273         * lib/rawmemchr.valgrind: New file.
6274         * lib/strchrnul.valgrind: Likewise.
6275         * modules/rawmemchr (Files): Distribute new file.
6276         * modules/strchrnul (Files): Likewise.
6277         Suggested by Bruno Haible.
6278
6279 2008-04-29  Bruno Haible  <bruno@clisp.org>
6280
6281         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
6282         (inet_ntop, inet_pton): Change portability warning's wording.
6283         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
6284         Invoke gl_CHECK_NEXT_HEADERS.
6285         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
6286         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
6287         set ARPA_INET_H.
6288         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6289         * modules/arpa_inet (Description): No longer only for systems that
6290         lack it.
6291         (Depends-on): Add include_next.
6292         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
6293         HAVE_ARPA_INET_H.
6294
6295 2008-04-29  Jim Meyering  <meyering@redhat.com>
6296
6297         * modules/mkdir (License): Re-license as LGPLv2+.
6298
6299 2008-04-29  Bruno Haible  <bruno@clisp.org>
6300
6301         * modules/rawmemchr (Maintainer): Set to Eric.
6302         * modules/strchrnul (Maintainer): Likewise.
6303
6304 2008-04-29  Simon Josefsson  <simon@josefsson.org>
6305
6306         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
6307         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
6308
6309         * modules/arpa_inet (arpa/inet.h): Use them.
6310
6311 2008-04-28  Eric Blake  <ebb9@byu.net>
6312
6313         Test getndelim2.
6314         * modules/getndelim2-tests: New file.
6315         * tests/test-getndelim2.c: Likewise.
6316         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
6317         stream.
6318         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
6319
6320         * MODULES.html.sh: Document new module.
6321
6322 2008-04-20  Bruno Haible  <bruno@clisp.org>
6323
6324         * lib/c-stack.c (die): Use raise.
6325         * modules/c-stack (Depends-on): Add raise.
6326
6327 2008-04-28  Bruno Haible  <bruno@clisp.org>
6328
6329         Expect rpmatch to be declared.
6330         * lib/yesno.c (rpmatch): Remove declaration.
6331
6332         Declare rpmatch.
6333         * lib/stdlib.in.h (rpmatch): New declaration.
6334         * lib/rpmatch.c: Include <stdlib.h> first.
6335         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
6336         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
6337         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
6338         HAVE_RPMATCH.
6339         * modules/rpmatch (Depends-on): Add stdlib, extensions.
6340         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6341         (Include): Set to <stdlib.h>.
6342         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
6343         HAVE_RPMATCH.
6344         * NEWS: Document the change.
6345
6346 2008-04-28  Bruno Haible  <bruno@clisp.org>
6347
6348         Change rpmatch to use nl_langinfo when appropriate.
6349         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
6350         (N_): New macro.
6351         (localized_pattern): New function/macro.
6352         (try): Remove match, nomatch arguments. Copy the pattern into safe
6353         memory before caching it.
6354         (rpmatch): Use localized_pattern. Add translator comments.
6355         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
6356         Suggested by Eric Blake.
6357         * modules/rpmatch (Depends-on): Add stdbool.
6358
6359 2008-04-28  Eric Blake  <ebb9@byu.net>
6360
6361         Add rawmemchr module, matching glibc.
6362         * modules/string (Makefile.am): New indicator.
6363         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
6364         * lib/string.in.h (rawmemchr): Declare when appropriate.
6365         * modules/rawmemchr: New file.
6366         * m4/rawmemchr.m4: Likewise.
6367         * lib/rawmemchr.c: Likewise.
6368         * modules/rawmemchr-tests: Likewise.
6369         * tests/test-rawmemchr.c: Likewise.
6370         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
6371         module.
6372         * modules/strchrnul (Depends-on): Add rawmemchr.
6373         * lib/strchrnul.c (strchrnul): Optimize a corner case.
6374
6375         Whitespace cleanup.
6376         * tests/test-strchrnul.c: Reindent.
6377         * lib/strchrnul.c: Likewise.
6378
6379         Optimize and test strchrnul.
6380         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
6381         * modules/strchrnul-tests: New file.
6382         * tests/test-strchrnul.c: Likewise.
6383
6384         Remove intprops dependency.
6385         * modules/memchr (Depends-on): Remove intprops.
6386         * modules/memrchr (Depends-on): Likewise.
6387         * modules/memchr2 (Depends-on): Likewise.
6388         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
6389         * lib/memrchr.c (__memrchr): Likewise.
6390         * lib/memrchr2.c (memchr2): Likewise.
6391         Reported by Simon Josefsson.
6392
6393 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6394
6395         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
6396         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6397
6398 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6399
6400         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
6401
6402         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
6403
6404         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
6405
6406         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
6407         declarations.
6408         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
6409
6410         * m4/inet_pton.m4: Don't check for header files.
6411
6412         * m4/inet_ntop.m4: Don't check for header files.
6413
6414 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6415
6416         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
6417         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
6418         trigger for cygwin).
6419         Reported by Bruno Haible  <bruno@clisp.org>.
6420
6421 2008-04-28  Bruno Haible  <bruno@clisp.org>
6422
6423         * doc/posix-functions/strdup.texi: Mention mingw problem.
6424
6425 2008-04-27  Bruno Haible  <bruno@clisp.org>
6426
6427         * modules/stat-time-tests (Depends-on): Add sleep.
6428         * tests/test-stat-time.c (force_unlink): New function.
6429         (cleanup): Use it.
6430         (test_mtime): Remove the ctime related tests.
6431         (test_ctime): New function, containing the ctime related tests.
6432         (main): Call test_ctime, except on native Windows platforms.
6433
6434 2008-04-27  Bruno Haible  <bruno@clisp.org>
6435
6436         * lib/rpmatch.c (rpmatch): Add some comments.
6437         Reported by James Youngman <jay@gnu.org>.
6438
6439 2008-04-27  Bruno Haible  <bruno@clisp.org>
6440
6441         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
6442         quiet NaNs.
6443
6444 2008-04-27  Bruno Haible  <bruno@clisp.org>
6445
6446         Make test-yesno.sh work on mingw.
6447         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
6448         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
6449         (main): Set stdin to binary mode.
6450         * modules/yesno-tests (Depends-on): Add binary-io.
6451
6452 2008-04-27  Bruno Haible  <bruno@clisp.org>
6453
6454         Fix 'isfinite' on x86, x86_64, ia64 platforms.
6455         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
6456         argument that lie outside the IEEE 854 domain.
6457         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
6458         (gl_ISFINITE): Use it.
6459         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
6460
6461 2008-04-27  Bruno Haible  <bruno@clisp.org>
6462
6463         Allow local renaming in config.h.
6464         * lib/memrchr.c (memrchr): Don't undefine outside libc.
6465
6466 2008-04-27  Bruno Haible  <bruno@clisp.org>
6467
6468         * lib/memchr.c (__memchr): Change type of 'i'.
6469         * lib/memchr2.c (memchr2): Likewise.
6470
6471 2008-04-26  Eric Blake  <ebb9@byu.net>
6472         and Bruno Haible  <bruno@clisp.org>
6473
6474         Optimize and test memrchr.
6475         * modules/memrchr (Depends-on): Add intprops.
6476         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
6477         * modules/memrchr-tests: New file.
6478         * tests/test-memrchr.c: New file.
6479
6480 2008-04-26  Bruno Haible  <bruno@clisp.org>
6481
6482         Add tentative support for DragonFly BSD.
6483         * lib/stdio-impl.h: Add macros for DragonFly BSD.
6484         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
6485         fp.
6486         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
6487         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
6488         * lib/fpurge.c (fpurge): Likewise.
6489         * lib/freadable.c (freaadable): Likewise.
6490         * lib/freadahead.c (freadahead): Likewise.
6491         * lib/freading.c (freading): Likewise.
6492         * lib/freadptr.c (freadptr): Likewise.
6493         * lib/freadseek.c (freadptrinc): Likewise.
6494         * lib/fseeko.c (fseeko): Likewise.
6495         * lib/fseterr.c (fseterr): Likewise.
6496         * lib/fwritable.c (fwritable): Likewise.
6497         * lib/fwriting.c (fwriting): Likewise.
6498
6499 2008-04-26  Bruno Haible  <bruno@clisp.org>
6500
6501         * lib/stdio-impl.h: New file.
6502         * lib/fbufmode.c: Include stdio-impl.h.
6503         (fbufmode): Use fp_, remove redundant #defines.
6504         * lib/fflush.c: Include stdio-impl.h.
6505         (clear_ungetc_buffer): Remove redundant #defines.
6506         * lib/fpurge.c: Include stdio-impl.h.
6507         (fpurge): Remove redundant #defines.
6508         * lib/freadable.c: Include stdio-impl.h.
6509         (freadable): Remove redundant #defines.
6510         * lib/freadahead.c: Include stdio-impl.h.
6511         (freadahead): Remove redundant #defines.
6512         * lib/freading.c: Include stdio-impl.h.
6513         (freading): Remove redundant #defines.
6514         * lib/freadptr.c: Include stdio-impl.h.
6515         (freadptr): Remove redundant #defines.
6516         * lib/freadseek.c: Include stdio-impl.h.
6517         (freadptrinc): Remove redundant #defines.
6518         * lib/fseeko.c: Include stdio-impl.h.
6519         (rpl_fseeko): Remove redundant #defines.
6520         * lib/fseterr.c: Include stdio-impl.h.
6521         (fseterr): Remove redundant #defines.
6522         * lib/fwritable.c: Include stdio-impl.h.
6523         (fwritable: Remove redundant #defines.
6524         * lib/fwriting.c: Include stdio-impl.h.
6525         (fwriting): Remove redundant #defines.
6526         * modules/fbufmode (Files): Add lib/stdio-impl.h.
6527         * modules/fflush (Files): Likewise.
6528         * modules/fpurge (Files): Likewise.
6529         * modules/freadable (Files): Likewise.
6530         * modules/freadahead (Files): Likewise.
6531         * modules/freading (Files): Likewise.
6532         * modules/freadptr (Files): Likewise.
6533         * modules/freadseek (Files): Likewise.
6534         * modules/fseeko (Files): Likewise.
6535         * modules/fseterr (Files): Likewise.
6536         * modules/fwritable (Files): Likewise.
6537         * modules/fwriting (Files): Likewise.
6538
6539 2008-04-26  Bruno Haible  <bruno@clisp.org>
6540
6541         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
6542         restore_seek_optimization, update_fpos_cache): New functions, extracted
6543         from rpl_fflush.
6544         (rpl_fflush): Use them.
6545         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
6546         (gl_REPLACE_FFLUSH): Use it.
6547
6548 2008-04-26  Bruno Haible  <bruno@clisp.org>
6549
6550         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
6551         on Solaris.
6552         * tests/test-xstrtoimax.sh: Likewise.
6553         * tests/test-xstrtoumax.sh: Likewise.
6554         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6555
6556 2008-04-26  Bruno Haible  <bruno@clisp.org>
6557
6558         * modules/memchr-tests: New file.
6559         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
6560
6561 2008-04-26  Eric Blake  <ebb9@byu.net>
6562             Bruno Haible  <bruno@clisp.org>
6563
6564         * lib/memchr.c: Include intprops.h.
6565         (__memchr): Optimize parallel detection of matching bytes. Rename local
6566         variables. Add explanatory comments.
6567
6568 2008-04-26  Bruno Haible  <bruno@clisp.org>
6569
6570         Fix module 'memchr', broken since 2000-10-28.
6571         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
6572
6573 2008-04-26  Bruno Haible  <bruno@clisp.org>
6574
6575         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
6576         comments.
6577
6578 2008-04-25  Eric Blake  <ebb9@byu.net>
6579
6580         Use native fstatat on cygwin 1.7.0.
6581         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
6582         first.
6583
6584 2008-04-23  Eric Blake  <ebb9@byu.net>
6585
6586         Improve memchr2 performance.
6587         * lib/memchr2.c (memchr2): Further optimize parallel detection of
6588         NUL bytes.
6589         * modules/memchr2 (Depends-on): Use intprops.h.
6590
6591 2008-04-23  Simon Josefsson  <simon@josefsson.org>
6592
6593         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
6594         an inline function instead of a CPP macro.  Patch by Ben Pfaff
6595         <blp@cs.stanford.edu>.
6596
6597 2008-04-23  Simon Josefsson  <simon@josefsson.org>
6598
6599         * lib/arpa_inet.in.h: New file.
6600
6601         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
6602         (Makefile.am): Sed in substitute header file.
6603
6604         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
6605         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
6606
6607         * modules/inet_ntop (configure.ac): Use
6608         gl_ARPA_INET_MODULE_INDICATOR.
6609
6610         * modules/inet_pton (configure.ac): Use
6611         gl_ARPA_INET_MODULE_INDICATOR.
6612
6613 2008-04-22  Jim Meyering  <meyering@redhat.com>
6614
6615         * modules/verify (License): Re-license as LGPLv2+.
6616
6617 2008-04-22  Simon Josefsson  <simon@josefsson.org>
6618
6619         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
6620         parameter to void* as per POSIX standard (MinGW uses char*).
6621
6622 2008-04-21  Bruno Haible  <bruno@clisp.org>
6623
6624         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6625         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6626         Define to replacements if REPLACE_ISWCNTRL is 1.
6627         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
6628         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
6629         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
6630         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
6631         what it fixes.
6632         * doc/posix-functions/iswalpha.texi: Likewise.
6633         * doc/posix-functions/iswblank.texi: Likewise.
6634         * doc/posix-functions/iswcntrl.texi: Likewise.
6635         * doc/posix-functions/iswdigit.texi: Likewise.
6636         * doc/posix-functions/iswgraph.texi: Likewise.
6637         * doc/posix-functions/iswlower.texi: Likewise.
6638         * doc/posix-functions/iswprint.texi: Likewise.
6639         * doc/posix-functions/iswpunct.texi: Likewise.
6640         * doc/posix-functions/iswspace.texi: Likewise.
6641         * doc/posix-functions/iswupper.texi: Likewise.
6642         * doc/posix-functions/iswxdigit.texi: Likewise.
6643         Reported by Alain Guibert.
6644
6645 2008-04-21  Bruno Haible  <bruno@clisp.org>
6646
6647         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
6648         Patch by Alain Guibert.
6649
6650 2008-04-21  Bruno Haible  <bruno@clisp.org>
6651
6652         Fix test failures on mingw.
6653         * tests/test-xstrtol.c (print_no_progname): New function.
6654         (main): Install it in error_print_progname hook.
6655         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
6656         * tests/test-xstrtoimax.sh: Likewise.
6657         * tests/test-xstrtoumax.sh: Likewise.
6658
6659 2008-04-21  Bruno Haible  <bruno@clisp.org>
6660
6661         Fix test failure on mingw.
6662         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
6663
6664 2008-04-21  Bruno Haible  <bruno@clisp.org>
6665
6666         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
6667         Actually assign a value.
6668
6669 2008-04-20  Bruno Haible  <bruno@clisp.org>
6670
6671         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
6672         take 2.
6673         * lib/canonicalize.c (canonicalize_file_name): Elide if the
6674         'canonicalize-lgpl' module is also used.
6675         * lib/canonicalize-lgpl.c: Undo last change.
6676         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
6677
6678 2008-04-20  Bruno Haible  <bruno@clisp.org>
6679
6680         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
6681         config.h. Provide _mkdir based fallback for mingw.
6682         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
6683         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
6684         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
6685         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
6686         rather than defining mkdir in config.h.
6687         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
6688         (gl_SYS_STAT_H_DEFAULTS): New macro.
6689         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
6690         HAVE_IO_H any more.
6691         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
6692         HAVE_DECL_MKDIR and HAVE_IO_H.
6693
6694 2008-04-20  Bruno Haible  <bruno@clisp.org>
6695
6696         * lib/isapipe.c: Port to native Windows platforms.
6697
6698 2008-04-20  Bruno Haible  <bruno@clisp.org>
6699
6700         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
6701
6702 2008-04-21  Eric Blake  <ebb9@byu.net>
6703
6704         Work around preprocessors that don't handle UINTMAX_MAX.
6705         * lib/memchr2.c (memchr2): Avoid embedded #if.
6706         Reported by Alain Guibert, fix suggested by Bruno Haible.
6707
6708 2008-04-21  Simon Josefsson  <simon@josefsson.org>
6709
6710         * doc/posix-functions/strftime.texi (strftime): Explain better
6711         Windows incompatibility.  Suggested by Micah Cowan
6712         <micah@cowan.name>.
6713
6714 2008-04-20  Bruno Haible  <bruno@clisp.org>
6715
6716         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
6717         unistr/u8-mblen.
6718
6719 2008-04-20  Bruno Haible  <bruno@clisp.org>
6720
6721         Fix test failure on platforms with non-GNU iconv.
6722         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
6723         (U_TO_U8): Use it, rather than u16_to_u8.
6724         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
6725         units at the end of the input string.
6726         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
6727
6728 2008-04-20  Bruno Haible  <bruno@clisp.org>
6729
6730         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
6731         when the resulting length is 0.
6732         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
6733
6734 2008-04-20  Bruno Haible  <bruno@clisp.org>
6735
6736         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
6737         works.
6738         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
6739
6740 2008-04-20  Bruno Haible  <bruno@clisp.org>
6741
6742         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
6743         * modules/tsearch-tests (configure.ac): Test for initstate function.
6744
6745 2008-04-20  Bruno Haible  <bruno@clisp.org>
6746
6747         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
6748         for nlink_t if missing.
6749         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
6750
6751 2008-04-19  Bruno Haible  <bruno@clisp.org>
6752
6753         Work around snprintf bug on Linux libc5.
6754         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
6755         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6756         gl_SNPRINTF_SIZE1.
6757         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6758         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
6759         that test failed.
6760         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
6761         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
6762         * modules/snprintf (Files): Add m4/printf.m4.
6763         * modules/vsnprintf (Files): Likewise.
6764         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
6765         * doc/posix-functions/vsnprintf.texi: Likewise.
6766
6767 2008-04-19  Bruno Haible  <bruno@clisp.org>
6768
6769         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
6770         from 0.0058 to less than 10^-7.
6771
6772 2008-04-19  Bruno Haible  <bruno@clisp.org>
6773
6774         Fix rounding when a precision is given.
6775         * lib/vasnprintf.c (is_borderline): New function.
6776         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
6777         9...9x.
6778         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
6779         %e, %g.
6780         * tests/test-vasprintf-posix.c (test_function): Likewise.
6781         * tests/test-snprintf-posix.h (test_function): Likewise.
6782         * tests/test-sprintf-posix.h (test_function): Likewise.
6783         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
6784         * tests/test-printf-posix.h (test_function): Likewise.
6785         * tests/test-printf-posix.output: Update.
6786         Reported by John Darrington <john@darrington.wattle.id.au> via
6787         Ben Pfaff <blp@cs.stanford.edu>.
6788
6789 2008-04-18  Simon Josefsson  <simon@josefsson.org>
6790
6791         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
6792         Suggested by Bruno Haible <bruno@clisp.org>.
6793
6794 2008-04-17  Bruno Haible  <bruno@clisp.org>
6795
6796         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
6797         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
6798         implementation.
6799         Patch by Bruce Merry <bmerry@gmail.com>.
6800
6801 2008-04-17  Simon Josefsson  <simon@josefsson.org>
6802
6803         * doc/posix-functions/strftime.texi (strftime): Mention that %e
6804         doesn't work under Windows.
6805
6806 2008-04-16  Bruno Haible  <bruno@clisp.org>
6807
6808         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
6809         New macros.
6810         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
6811         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
6812         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
6813         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
6814         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
6815         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
6816         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
6817         macros.
6818         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
6819         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
6820         Northern Sotho, Uighur.
6821
6822 2008-04-16  Bruno Haible  <bruno@clisp.org>
6823
6824         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
6825         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
6826         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
6827         Reported by Daniel Bergström <daniel@octocode.com>.
6828
6829 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
6830             Bruno Haible  <bruno@clisp.org>
6831
6832         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
6833         function.
6834         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
6835         New functions, mostly extracted from gl_locale_name_default.
6836         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
6837
6838 2008-04-16  Eric Blake  <ebb9@byu.net>
6839
6840         Adjust strtod detection to catch glibc 2.7 bug.
6841         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
6842         Reported by John Gatewood Ham.
6843
6844 2008-04-16  Bruno Haible  <bruno@clisp.org>
6845
6846         Add tentative support for Linux libc5.
6847         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
6848         * lib/fpurge.c (fpurge): Likewise.
6849         * lib/freadable.c (freadable): Likewise.
6850         * lib/freadahead.c (freadahead): Likewise.
6851         * lib/freading.c (freading): Likewise.
6852         * lib/freadptr.c (freadptr): Likewise.
6853         * lib/freadseek.c (freadptrinc): Likewise.
6854         * lib/fseeko.c (rpl_fseeko): Likewise.
6855         * lib/fseterr.c (fseterr): Likewise.
6856         * lib/fwritable.c (fwritable): Likewise.
6857         * lib/fwriting.c (fwriting): Likewise.
6858         Reported by Alain Guibert <alguibert+bts@free.fr>.
6859
6860 2008-04-15  Bruno Haible  <bruno@clisp.org>
6861
6862         * modules/mathl (configure.ac): Define module indicator.
6863
6864 2008-04-15  Bruno Haible  <bruno@clisp.org>
6865
6866         * lib/logl.c (logl): Remove unused variables.
6867
6868 2008-04-15  Bruno Haible  <bruno@clisp.org>
6869
6870         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
6871         fails.
6872
6873 2008-04-15  Bruno Haible  <bruno@clisp.org>
6874
6875         * lib/trim.c (trim2): Fix argument of isspace() macro.
6876
6877 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
6878
6879         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
6880         to 0.
6881         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
6882
6883 2008-04-14  Bruno Haible  <bruno@clisp.org>
6884
6885         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
6886         AC_LANG_PROGRAM argument.
6887         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
6888         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
6889         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
6890         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
6891         * m4/math_h.m4 (gl_MATH_H): Likewise.
6892         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
6893         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
6894         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
6895         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
6896         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
6897         * m4/regex.m4 (gl_REGEX): Likewise.
6898         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
6899         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
6900         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6901         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
6902         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6903         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6904         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
6905         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
6906
6907 2008-04-14  Jim Meyering  <meyering@redhat.com>
6908
6909         test-strtod: fix typos: s/abs/fabs/
6910         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
6911
6912 2008-04-13  Bruno Haible  <bruno@clisp.org>
6913
6914         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
6915         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
6916         module is also used and while not building the reloc-wrapper.
6917
6918 2008-04-13  Bruno Haible  <bruno@clisp.org>
6919
6920         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
6921
6922 2008-04-13  Bruno Haible  <bruno@clisp.org>
6923
6924         Fix AIX compilation failure introduced on 2008-04-02.
6925         * tests/test-frexp.c (exp): Undefine before redefining.
6926         * tests/test-frexpl.c (exp): Likewise.
6927
6928 2008-04-13  Bruno Haible  <bruno@clisp.org>
6929
6930         Work around a HP-UX stdio bug.
6931         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
6932         * tests/test-ftello.c (main): Likewise.
6933         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
6934         * doc/posix-functions/ftello.texi: Likewise.
6935
6936 2008-04-13  Bruno Haible  <bruno@clisp.org>
6937
6938         Make test-signbit pass on HP-UX/hppa.
6939         * tests/test-signbit.c (minus_zerol): New variable.
6940         (test_signbitl): Use it.
6941
6942 2008-04-13  Bruno Haible  <bruno@clisp.org>
6943
6944         Make truncl work on OSF/1 4.0.
6945         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
6946         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
6947         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
6948         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
6949         HAVE_DECL_TRUNCL.
6950         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
6951         HAVE_DECL_TRUNCL.
6952         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
6953
6954 2008-04-13  Bruno Haible  <bruno@clisp.org>
6955
6956         * lib/unictype.h: Remove trailing comma from enumeration definitions.
6957
6958 2008-04-13  Bruno Haible  <bruno@clisp.org>
6959
6960         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
6961         expression, so as to avoid HP-UX 11 cc compiler bug.
6962
6963 2008-04-13  Bruno Haible  <bruno@clisp.org>
6964
6965         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
6966
6967 2008-04-13  Bruno Haible  <bruno@clisp.org>
6968
6969         * lib/git-merge-changelog.c: Remove empty declaration outside of
6970         functions.
6971
6972 2008-04-13  Bruno Haible  <bruno@clisp.org>
6973
6974         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
6975
6976 2008-04-13  Bruno Haible  <bruno@clisp.org>
6977
6978         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
6979         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
6980         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
6981         also if it exists but lacks definitions of the SHUT_* macros.
6982         * modules/sys_socket (Description): Update.
6983         Reported by Elbert Pol <e.pol@chello.nl>.
6984
6985 2008-04-13  Bruno Haible  <bruno@clisp.org>
6986
6987         * lib/localcharset.c (OS2): Don't redefine if already defined.
6988         Reported by Elbert Pol <e.pol@chello.nl>.
6989
6990 2008-04-13  Bruno Haible  <bruno@clisp.org>
6991
6992         * lib/binary-io.h [__EMX__]: Include <io.h>.
6993         Reported by Elbert Pol <e.pol@chello.nl>.
6994
6995 2008-04-12  Bruno Haible  <bruno@clisp.org>
6996
6997         * lib/fpucw.h: Enable the definitions also for x86_64.
6998         Needed for NetBSD/x86_64.
6999         Reported by Thomas Klausner <tk@giga.or.at>.
7000
7001 2008-04-12  Bruno Haible  <bruno@clisp.org>
7002
7003         * tests/test-strtod.c: Include isnand.h.
7004         (main): Use isnand instead of isnan.
7005         Reported by Jim Meyering.
7006
7007 2008-04-12  Bruno Haible  <bruno@clisp.org>
7008
7009         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
7010         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
7011
7012 2008-04-12  Jim Meyering  <meyering@redhat.com>
7013
7014         * m4/math_h.m4 (gl_MATH_H): Fix typos.
7015
7016 2008-04-12  Bruno Haible  <bruno@clisp.org>
7017
7018         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
7019         Reported by Elbert Pol <e.pol@chello.nl>.
7020
7021 2008-04-12  Eric Blake  <ebb9@byu.net>
7022
7023         Work around Solaris 10 math.h bug.
7024         * m4/math_h.m4 (gl_MATH_H): Check for bug.
7025         (gl_MATH_H_DEFAULTS): Set up default.
7026         * modules/math (Makefile.am): Replace new indicators.
7027         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
7028         * tests/test-math.c (main): Test this.
7029         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
7030         * doc/posix-headers/math.texi (math.h): Mention bug.
7031         Reported by Nelson H. F. Beebe and Jim Meyering.
7032
7033 2008-04-11  Bruno Haible  <bruno@clisp.org>
7034
7035         Adapt to future versions of Apple GCC.
7036         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
7037         Reported by Peter O'Gorman <peter@pogma.com>.
7038
7039 2008-04-11  Bruno Haible  <bruno@clisp.org>
7040
7041         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
7042
7043 2008-04-11  Bruno Haible  <bruno@clisp.org>
7044
7045         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
7046
7047         * modules/getaddrinfo-tests (Makefile.am): Define
7048         test_getaddrinfo_LDADD.
7049
7050 2008-04-11  Bruno Haible  <bruno@clisp.org>
7051
7052         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
7053         (init): Fix syntax error.
7054         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
7055         is declared.
7056
7057 2008-04-11  Bruno Haible  <bruno@clisp.org>
7058
7059         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
7060         * modules/glob (Depends-on): Add stdbool.
7061
7062 2008-04-11  Bruno Haible  <bruno@clisp.org>
7063
7064         * lib/trim.c: Include <string.h>.
7065
7066 2008-04-11  Eric Blake  <ebb9@byu.net>
7067
7068         Avoid compile failure on OS/2.
7069         * lib/regex_internal.h (internal_function): Disable optimization
7070         on OS/2 (__EMX__), where it caused compiler error.
7071         Reported by Elbert Pol.
7072
7073 2008-04-11  Bruno Haible  <bruno@clisp.org>
7074
7075         Flush the standard error stream before aborting. Needed on mingw.
7076         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
7077         * tests/test-array_list.c (ASSERT): Likewise.
7078         * tests/test-array_oset.c (ASSERT): Likewise.
7079         * tests/test-avltree_list.c (ASSERT): Likewise.
7080         * tests/test-avltree_oset.c (ASSERT): Likewise.
7081         * tests/test-avltreehash_list.c (ASSERT): Likewise.
7082         * tests/test-binary-io.c (ASSERT): Likewise.
7083         * tests/test-byteswap.c (ASSERT): Likewise.
7084         * tests/test-c-ctype.c (ASSERT): Likewise.
7085         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
7086         * tests/test-c-strcasestr.c (ASSERT): Likewise.
7087         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
7088         * tests/test-c-strstr.c (ASSERT): Likewise.
7089         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
7090         * tests/test-canonicalize.c (ASSERT): Likewise.
7091         * tests/test-carray_list.c (ASSERT): Likewise.
7092         * tests/test-ceilf1.c (ASSERT): Likewise.
7093         * tests/test-ceilf2.c (ASSERT): Likewise.
7094         * tests/test-ceill.c (ASSERT): Likewise.
7095         * tests/test-count-one-bits.c (ASSERT): Likewise.
7096         * tests/test-fbufmode.c (ASSERT): Likewise.
7097         * tests/test-fflush2.c (ASSERT): Likewise.
7098         * tests/test-floorf1.c (ASSERT): Likewise.
7099         * tests/test-floorf2.c (ASSERT): Likewise.
7100         * tests/test-floorl.c (ASSERT): Likewise.
7101         * tests/test-fopen.c (ASSERT): Likewise.
7102         * tests/test-fpending.c (ASSERT): Likewise.
7103         * tests/test-fprintf-posix.c (ASSERT): Likewise.
7104         * tests/test-fpurge.c (ASSERT): Likewise.
7105         * tests/test-freadable.c (ASSERT): Likewise.
7106         * tests/test-freadahead.c (ASSERT): Likewise.
7107         * tests/test-freading.c (ASSERT): Likewise.
7108         * tests/test-freadptr.c (ASSERT): Likewise.
7109         * tests/test-freadptr2.c (ASSERT): Likewise.
7110         * tests/test-freadseek.c (ASSERT): Likewise.
7111         * tests/test-freopen.c (ASSERT): Likewise.
7112         * tests/test-frexp.c (ASSERT): Likewise.
7113         * tests/test-frexpl.c (ASSERT): Likewise.
7114         * tests/test-fseek.c (ASSERT): Likewise.
7115         * tests/test-fseeko.c (ASSERT): Likewise.
7116         * tests/test-fstrcmp.c (ASSERT): Likewise.
7117         * tests/test-ftell.c (ASSERT): Likewise.
7118         * tests/test-ftello.c (ASSERT): Likewise.
7119         * tests/test-func.c (ASSERT): Likewise.
7120         * tests/test-fwritable.c (ASSERT): Likewise.
7121         * tests/test-fwriting.c (ASSERT): Likewise.
7122         * tests/test-getdelim.c (ASSERT): Likewise.
7123         * tests/test-getline.c (ASSERT): Likewise.
7124         * tests/test-i-ring.c (ASSERT): Likewise.
7125         * tests/test-iconv-utf.c (ASSERT): Likewise.
7126         * tests/test-iconv.c (ASSERT): Likewise.
7127         * tests/test-isfinite.c (ASSERT): Likewise.
7128         * tests/test-isnand.c (ASSERT): Likewise.
7129         * tests/test-isnanf.c (ASSERT): Likewise.
7130         * tests/test-isnanl.h (ASSERT): Likewise.
7131         * tests/test-ldexpl.c (ASSERT): Likewise.
7132         * tests/test-linked_list.c (ASSERT): Likewise.
7133         * tests/test-linkedhash_list.c (ASSERT): Likewise.
7134         * tests/test-localename.c (ASSERT): Likewise.
7135         * tests/test-lseek.c (ASSERT): Likewise.
7136         * tests/test-mbscasecmp.c (ASSERT): Likewise.
7137         * tests/test-mbscasestr1.c (ASSERT): Likewise.
7138         * tests/test-mbscasestr2.c (ASSERT): Likewise.
7139         * tests/test-mbscasestr3.c (ASSERT): Likewise.
7140         * tests/test-mbscasestr4.c (ASSERT): Likewise.
7141         * tests/test-mbschr.c (ASSERT): Likewise.
7142         * tests/test-mbscspn.c (ASSERT): Likewise.
7143         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
7144         * tests/test-mbspbrk.c (ASSERT): Likewise.
7145         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
7146         * tests/test-mbsrchr.c (ASSERT): Likewise.
7147         * tests/test-mbsspn.c (ASSERT): Likewise.
7148         * tests/test-mbsstr1.c (ASSERT): Likewise.
7149         * tests/test-mbsstr2.c (ASSERT): Likewise.
7150         * tests/test-mbsstr3.c (ASSERT): Likewise.
7151         * tests/test-memchr2.c (ASSERT): Likewise.
7152         * tests/test-memmem.c (ASSERT): Likewise.
7153         * tests/test-open.c (ASSERT): Likewise.
7154         * tests/test-printf-frexp.c (ASSERT): Likewise.
7155         * tests/test-printf-frexpl.c (ASSERT): Likewise.
7156         * tests/test-printf-posix.c (ASSERT): Likewise.
7157         * tests/test-quotearg.c (ASSERT): Likewise.
7158         * tests/test-rbtree_list.c (ASSERT): Likewise.
7159         * tests/test-rbtree_oset.c (ASSERT): Likewise.
7160         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
7161         * tests/test-round1.c (ASSERT): Likewise.
7162         * tests/test-roundf1.c (ASSERT): Likewise.
7163         * tests/test-roundl.c (ASSERT): Likewise.
7164         * tests/test-signbit.c (ASSERT): Likewise.
7165         * tests/test-sleep.c (ASSERT): Likewise.
7166         * tests/test-snprintf-posix.c (ASSERT): Likewise.
7167         * tests/test-snprintf.c (ASSERT): Likewise.
7168         * tests/test-sprintf-posix.c (ASSERT): Likewise.
7169         * tests/test-stat-time.c (ASSERT): Likewise.
7170         * tests/test-strcasestr.c (ASSERT): Likewise.
7171         * tests/test-strerror.c (ASSERT): Likewise.
7172         * tests/test-striconv.c (ASSERT): Likewise.
7173         * tests/test-striconveh.c (ASSERT): Likewise.
7174         * tests/test-striconveha.c (ASSERT): Likewise.
7175         * tests/test-strsignal.c (ASSERT): Likewise.
7176         * tests/test-strstr.c (ASSERT): Likewise.
7177         * tests/test-strtod.c (ASSERT): Likewise.
7178         * tests/test-trunc1.c (ASSERT): Likewise.
7179         * tests/test-trunc2.c (ASSERT): Likewise.
7180         * tests/test-truncf1.c (ASSERT): Likewise.
7181         * tests/test-truncf2.c (ASSERT): Likewise.
7182         * tests/test-truncl.c (ASSERT): Likewise.
7183         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
7184         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
7185         * tests/test-vasnprintf.c (ASSERT): Likewise.
7186         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
7187         * tests/test-vasprintf.c (ASSERT): Likewise.
7188         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
7189         * tests/test-vprintf-posix.c (ASSERT): Likewise.
7190         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
7191         * tests/test-vsnprintf.c (ASSERT): Likewise.
7192         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
7193         * tests/test-wcwidth.c (ASSERT): Likewise.
7194         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
7195         * tests/test-xprintf-posix.c (ASSERT): Likewise.
7196         * tests/test-xvasprintf.c (ASSERT): Likewise.
7197         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
7198         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
7199         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
7200         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
7201         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
7202         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
7203         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
7204         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
7205         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
7206         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
7207         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
7208         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
7209         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
7210         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
7211         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
7212         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
7213         * tests/unictype/test-block_list.c (ASSERT): Likewise.
7214         * tests/unictype/test-block_of.c (ASSERT): Likewise.
7215         * tests/unictype/test-block_test.c (ASSERT): Likewise.
7216         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
7217         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
7218         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
7219         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
7220         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
7221         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
7222         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
7223         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
7224         * tests/unictype/test-combining.c (ASSERT): Likewise.
7225         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
7226         * tests/unictype/test-digit.c (ASSERT): Likewise.
7227         * tests/unictype/test-mirror.c (ASSERT): Likewise.
7228         * tests/unictype/test-numeric.c (ASSERT): Likewise.
7229         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
7230         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
7231         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
7232         * tests/unictype/test-scripts.c (ASSERT): Likewise.
7233         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
7234         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
7235         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
7236         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
7237         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
7238         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
7239         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
7240         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
7241         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
7242         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
7243         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
7244         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
7245         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
7246         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
7247         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
7248         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
7249         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
7250         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
7251         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
7252         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
7253         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
7254         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
7255         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
7256         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
7257         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
7258         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
7259         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
7260         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
7261         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
7262         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
7263         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
7264         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
7265         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
7266         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
7267         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
7268         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
7269         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
7270         Reported by Eric Blake.
7271
7272 2008-04-11  Bruno Haible  <bruno@clisp.org>
7273
7274         * lib/wchar.in.h: Tweak comment.
7275
7276 2008-04-11  Bruno Haible  <bruno@clisp.org>
7277
7278         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
7279         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
7280         gl_COMMON.
7281         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
7282
7283 2008-04-11  Bruno Haible  <bruno@clisp.org>
7284
7285         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
7286
7287 2008-04-11  Simon Josefsson  <simon@josefsson.org>
7288
7289         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
7290         of attempting to use non-existing /dev/*random.  Based on patch
7291         from Adam Strzelecki <ono@java.pl> in
7292         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
7293
7294 2008-04-08  Bruno Haible  <bruno@clisp.org>
7295
7296         Add tentative support for emx+gcc.
7297         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
7298         * lib/fpurge.c (fpurge): Likewise.
7299         * lib/freadable.c (freadable): Likewise.
7300         * lib/freadahead.c (freadahead): Likewise.
7301         * lib/freading.c (freading): Likewise.
7302         * lib/freadptr.c (freadptr): Likewise.
7303         * lib/freadseek.c (freadptrinc): Likewise.
7304         * lib/fseeko.c (rpl_fseeko): Likewise.
7305         * lib/fseterr.c (fseterr): Likewise.
7306         * lib/fwritable.c (fwritable): Likewise.
7307         * lib/fwriting.c (fwriting): Likewise.
7308         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
7309
7310 2008-04-09  Eric Blake  <ebb9@byu.net>
7311
7312         Avoid some autoconf warnings.
7313         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
7314         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
7315         * m4/afs.m4 (gl_AFS): Likewise.
7316         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
7317         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
7318         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
7319         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
7320         (gl_INTEGER_TYPE_SUFFIX): Likewise.
7321         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
7322         (AC_CHECK_DECLS_ONCE): Likewise.
7323         Rename file...
7324         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
7325         gnulib-tool requires autoconf 2.59 or better.
7326         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
7327
7328 2008-04-08  Eric Blake  <ebb9@byu.net>
7329
7330         Use 'git describe --match' if present (added in git 1.5.5).
7331         * build-aux/git-version-gen: Limit result to tags that match 'v*'
7332         if possible.
7333
7334 2008-04-08  Bruno Haible  <bruno@clisp.org>
7335
7336         Add tentative support for OpenServer.
7337         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
7338         _ptr, _cnt.
7339         * lib/fpurge.c (fpurge): Likewise.
7340         * lib/freadable.c (freadable): Likewise.
7341         * lib/freadahead.c (freadahead): Likewise.
7342         * lib/freading.c (freading): Likewise.
7343         * lib/freadptr.c (freadptr): Likewise.
7344         * lib/freadseek.c (freadptrinc): Likewise.
7345         * lib/fseeko.c (rpl_fseeko): Likewise.
7346         * lib/fseterr.c (fseterr): Likewise.
7347         * lib/fwritable.c (fwritable): Likewise.
7348         * lib/fwriting.c (fwriting): Likewise.
7349         Reported by Roger Cornelius <rac@tenzing.org> and
7350         Brian K. White <brian@aljex.com>.
7351
7352 2008-04-06  Jim Meyering  <meyering@redhat.com>
7353
7354         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
7355
7356 2008-04-06  Bruno Haible  <bruno@clisp.org>
7357
7358         Avoid possible error with non-ASCII bytes in UTF-8 locales.
7359         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
7360         * tests/test-printf-posix.sh: Likewise.
7361         * tests/test-vfprintf-posix.sh: Likewise.
7362         * tests/test-vprintf-posix.sh: Likewise.
7363         * tests/test-xprintf-posix.sh: Likewise.
7364
7365 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7366
7367         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
7368         hide error from 'ls', needed on OS/2.
7369         Report by Elbert Pol <elbert.pol@gmail.com>.
7370
7371 2008-04-04  Eric Blake  <ebb9@byu.net>
7372
7373         Make test-fseeko.c failures meaningful.
7374         * tests/test-fseeko.c: Print line number on failure.
7375         * tests/test-fseek.c: Likewise.
7376         Reported by Nelson H. F. Beebe.
7377
7378         Improve strtod bug detection check.
7379         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
7380         required for Solaris 10.
7381         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
7382
7383 2008-04-04  Bruno Haible  <bruno@clisp.org>
7384
7385         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
7386         by m4/setenv.m4.
7387
7388 2008-04-03  Eric Blake  <ebb9@byu.net>
7389
7390         Ensure sane .version contents.
7391         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
7392         version string.
7393         * build-aux/git-version-gen: Improve documentation.
7394
7395         Make GNU make output nicer.
7396         * top/GNUmakefile [!_have-Makefile]: Add dependency on
7397         MAKECMDGOALS to enforce message for all command line targets.  Set
7398         srcdir for use in maint.mk.
7399
7400         Another maintainer tweak.
7401         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
7402         a target that regenerates version.
7403
7404 2008-04-03  Jim Meyering  <meyering@redhat.com>
7405
7406         vc-list-files: don't cause coreutils "make po-check" failure
7407         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
7408
7409 2008-04-03  Eric Blake  <ebb9@byu.net>
7410
7411         Allow VPATH usage of vc-list-files.
7412         * build-aux/vc-list-files (scriptversion): Add timestamp.
7413         (options): Add --help, --version, -C.
7414         (CVS): Support installed cvsu.
7415
7416 2008-04-02  Bruno Haible  <bruno@clisp.org>
7417
7418         Avoid some "statement with no effect" warnings from gcc.
7419         * tests/test-wctype.c (main): Explicitly ignore unused values.
7420         Reported by Jim Meyering.
7421
7422 2008-04-02  Jim Meyering  <meyering@redhat.com>
7423
7424         Avoid some warnings from "gcc -Wshadow".
7425         * tests/test-frexp.c (exp): Define to a different identifier.
7426         * tests/test-frexpl.c (exp): Likewise.
7427
7428 2008-04-03  Jim Meyering  <meyering@redhat.com>
7429
7430         bootstrap: remove dangling *.[ch] symlinks from lib
7431         * build-aux/bootstrap [dangling symlink removal]: Move find's
7432         -depth option to precede all others, to avoid a warning.
7433         Remove *.[ch] files too, and from "$source_base" (usually lib/).
7434
7435 2008-04-02  Bruno Haible  <bruno@clisp.org>
7436
7437         Avoid some warnings from "gcc -Wshadow".
7438         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
7439         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
7440         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
7441         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
7442         Reported by Jim Meyering.
7443
7444 2008-04-01  Bruno Haible  <bruno@clisp.org>
7445
7446         Fix test to work on IRIX 6.5 with cc.
7447         * tests/test-math.c (numeric_equal): New function.
7448         (main): Use it.
7449
7450 2008-04-01  Bruno Haible  <bruno@clisp.org>
7451
7452         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
7453
7454 2008-04-01  Bruno Haible  <bruno@clisp.org>
7455
7456         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
7457         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7458         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
7459         (Depends-on): Remove math.
7460
7461         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
7462         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7463         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
7464         (Depends-on): Remove math.
7465
7466         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
7467         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7468         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
7469         (Depends-on): Remove math.
7470         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
7471         (Depends-on): Remove math.
7472
7473         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
7474         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7475         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
7476         (Depends-on): Remove math.
7477         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
7478         (Depends-on): Remove math.
7479
7480         * tests/test-round1.c: Include nan.h.
7481         (main): Use NaNd instead of NAN.
7482         * modules/round-tests (Files): Add tests/nan.h.
7483
7484         * tests/test-trunc1.c: Include nan.h.
7485         (main): Use NaNd instead of NAN.
7486         * modules/trunc-tests (Files): Add tests/nan.h.
7487
7488         * tests/test-roundf1.c: Include nan.h.
7489         (main): Use NaNf instead of NAN.
7490         * modules/roundf-tests (Files): Add tests/nan.h.
7491
7492         * tests/test-truncf1.c: Include nan.h.
7493         (main): Use NaNf instead of NAN.
7494         * modules/truncf-tests (Files): Add tests/nan.h.
7495
7496         * tests/test-ceilf1.c: Include nan.h.
7497         (main): Use NaNf instead of NAN.
7498         * modules/ceilf-tests (Files): Add tests/nan.h.
7499
7500         * tests/test-floorf1.c: Include nan.h.
7501         (main): Use NaNf instead of NAN.
7502         * modules/floorf-tests (Files): Add tests/nan.h.
7503
7504         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
7505         (main): Use NaNf instead of NAN.
7506         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
7507
7508         * tests/test-isnand.c: Include nan.h instead of <math.h>.
7509         (main): Use NaNd instead of NAN.
7510         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
7511
7512         * tests/test-frexp.c: Include nan.h.
7513         (main): Use NaNd instead of NAN.
7514         * modules/frexp-tests (Files): Add tests/nan.h.
7515
7516         * lib/isnan.c: Don't include <math.h>.
7517         (FUNC): Don't use NAN macro.
7518         * modules/isnand-nolibm (Depends-on): Remove math.
7519         * modules/isnanf-nolibm (Depends-on): Remove math.
7520         * modules/isnanl (Depends-on): Remove math.
7521         * modules/isnanl-nolibm (Depends-on): Remove math.
7522
7523         * tests/nan.h: New file.
7524
7525 2008-04-01  Eric Blake  <ebb9@byu.net>
7526
7527         Fix typos.
7528         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
7529         values to be the right type.
7530
7531         For now, cater to gnulib strtod inaccuracies.
7532         * tests/test-strtod.c (main): Allow 1-ulp error on expected
7533         fractional results.  While not as nice from a QoI perspective, it
7534         is a quicker patch than correctly implementing decimal to binary
7535         rounding.
7536
7537 2008-03-31  Eric Blake  <ebb9@byu.net>
7538
7539         Guarantee a definition of NAN.
7540         * lib/math.in.h (NAN): Define if missing.
7541         * tests/test-math.c (main): Test it.
7542         * doc/posix-headers/math.texi (math.h): Document this.
7543         * lib/isnan.c (rpl_isnand): Use it.
7544         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
7545         * tests/test-floorf1.c (NaN): Likewise.
7546         * tests/test-frexp.c (NaN): Likewise.
7547         * tests/test-isnand.c (NaN): Likewise.
7548         * tests/test-isnanf.c (NaN): Likewise.
7549         * tests/test-round1.c (NaN): Likewise.
7550         * tests/test-roundf1.c (NaN): Likewise.
7551         * tests/test-snprintf-posix.h (NaN): Likewise.
7552         * tests/test-sprintf-posix.h (NaN): Likewise.
7553         * tests/test-trunc1.c (NaN): Likewise.
7554         * tests/test-truncf1.c (NaN): Likewise.
7555         * tests/test-vasnprintf-posix.c (NaN): Likewise.
7556         * tests/test-vasprintf-posix.c (NaN): Likewise.
7557         * modules/isnand-nolibm (Depends-on): Add math.
7558         * modules/isnanf-nolibm (Depends-on): Likewise.
7559         * modules/isnanl (Depends-on): Likewise.
7560         * modules/isnanl-nolibm (Depends-on): Likewise.
7561         * modules/snprintf-posix-tests (Depends-on): Likewise.
7562         * modules/sprintf-posix-tests (Depends-on): Likewise.
7563         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
7564         * modules/vsprintf-posix-tests (Depends-on): Likewise.
7565         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
7566         * modules/vasprintf-posix-tests (Depends-on): Likewise.
7567
7568 2008-03-31  Bruno Haible  <bruno@clisp.org>
7569
7570         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
7571         * doc/posix-functions/strtod.texi: Likewise.
7572
7573 2008-03-31  Bruno Haible  <bruno@clisp.org>
7574
7575         * tests/test-strtod.c (main): Don't use C99 syntax.
7576
7577 2008-03-31  Bruno Haible  <bruno@clisp.org>
7578
7579         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
7580         Reported by Eric Blake.
7581
7582 2008-03-31  Jim Meyering  <meyering@redhat.com>
7583
7584         Don't compare actual signbit return values.
7585         * tests/test-strtod.c (main): Rather, compare only their
7586         zero/non-zero nature.
7587
7588 2008-03-31  Eric Blake  <ebb9@byu.net>
7589
7590         More strtod documentation.
7591         * doc/posix-functions/strtod.texi (strtod): Interpret more test
7592         failures as distinct bugs.
7593
7594 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
7595
7596         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
7597         Problem reported by Erik Benada in
7598         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
7599
7600 2008-03-30  Bruno Haible  <bruno@clisp.org>
7601
7602         * tests/test-strtod.c: Add comments about which assertion fails on which
7603         platform.
7604         * doc/posix-functions/strtod.texi: Add info about many more platforms.
7605
7606 2008-03-30  Eric Blake  <ebb9@byu.net>
7607
7608         Test signbit behavior on zeros.
7609         * tests/test-signbit.c (test_signbitf): Add tests for zero.
7610         (test_signbitd, test_signbitl): Likewise.
7611
7612         More strtod touchups.
7613         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
7614         sign of negative underflow, for now.  Use .5, not .1.
7615         * doc/posix-functions/strtod.texi (strtod): Mention these
7616         limitations.
7617         Reported by Jim Meyering.
7618
7619 2008-03-30  Bruno Haible  <bruno@clisp.org>
7620
7621         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
7622         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
7623
7624 2008-03-30  Bruno Haible  <bruno@clisp.org>
7625
7626         Avoid failure when attempting to return empty iconv results on some
7627         platforms.
7628         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
7629         allocation, don't report ENOMEM when the resulting string is empty.
7630
7631 2008-03-30  Bruno Haible  <bruno@clisp.org>
7632
7633         Fix buffer overrun.
7634         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
7635         Don't consider the width for tmp_length. Check count against tmp_length
7636         before doing the padding. Ensure enough allocation during padding.
7637
7638 2008-03-30  Eric Blake  <ebb9@byu.net>
7639
7640         strtod touchups.
7641         * lib/strtod.c (strtod): Avoid compiler warnings.
7642         Reported by Jim Meyering.
7643
7644 2008-03-30  Bruno Haible  <bruno@clisp.org>
7645
7646         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
7647         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
7648         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
7649         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
7650         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
7651         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
7652         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
7653         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
7654
7655         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
7656         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
7657         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
7658         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
7659         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
7660         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
7661         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
7662         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
7663
7664         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
7665         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
7666         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
7667         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
7668         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
7669         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
7670         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
7671         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
7672
7673         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
7674         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
7675
7676         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
7677         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
7678
7679         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
7680         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
7681
7682         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
7683         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
7684         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
7685
7686         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
7687         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
7688         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
7689
7690         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
7691         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
7692         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
7693
7694         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
7695         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
7696         * modules/vasprintf (Depends-on): Add EOVERFLOW.
7697
7698         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
7699         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
7700         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
7701         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
7702         (Depends-on): Add EOVERFLOW.
7703         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
7704         (Depends-on): Add EOVERFLOW.
7705         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
7706         (Depends-on): Add EOVERFLOW.
7707         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
7708         (Depends-on): Add EOVERFLOW.
7709         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
7710         (Depends-on): Add EOVERFLOW.
7711         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
7712         (Depends-on): Add EOVERFLOW.
7713         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
7714         (Depends-on): Add EOVERFLOW.
7715         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
7716         (Depends-on): Add EOVERFLOW.
7717
7718         * lib/sprintf.c (EOVERFLOW): Remove fallback.
7719         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
7720         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
7721
7722         * lib/snprintf.c (EOVERFLOW): Remove fallback.
7723         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
7724         * modules/snprintf (Depends-on): Add EOVERFLOW.
7725
7726         * lib/poll.c (EOVERFLOW): Remove fallback.
7727         * modules/poll (Depends-on): Add EOVERFLOW.
7728
7729         * lib/getugroups.c (EOVERFLOW): Remove fallback.
7730         * modules/getugroups (Depends-on): Add EOVERFLOW.
7731
7732         * lib/getdelim.c (EOVERFLOW): Remove fallback.
7733         * modules/getdelim (Depends-on): Add EOVERFLOW.
7734
7735         * lib/ftell.c (EOVERFLOW): Remove fallback.
7736         * modules/ftell (Depends-on): Add EOVERFLOW.
7737
7738         * lib/fprintf.c (EOVERFLOW): Remove fallback.
7739         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
7740         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
7741
7742         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
7743
7744         * modules/EOVERFLOW-tests: New file.
7745         * tests/test-EOVERFLOW.c: New file.
7746
7747         * modules/EOVERFLOW: New file.
7748         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
7749
7750 2008-03-30  Bruno Haible  <bruno@clisp.org>
7751
7752         Fix bug introduced on 2007-06-10.
7753         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
7754         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
7755
7756 2008-03-30  Bruno Haible  <bruno@clisp.org>
7757
7758         Improve freadseek's efficiency after ungetc.
7759         * lib/freadseek.c: Include freadahead.h.
7760         (freadptrinc): New function, extracted from freadseek.
7761         (freadseek): Use it in a loop. Use freadahead to determine the number
7762         of loop iterations.
7763         * modules/freadseek (Depends-on): Add freadahead.
7764         (configure.ac): Require AC_C_INLINE.
7765
7766 2008-03-30  Bruno Haible  <bruno@clisp.org>
7767
7768         * lib/freadseek.c (freadseek): Don't ignore the return value of
7769         freadptr.
7770
7771 2008-03-29  Eric Blake  <ebb9@byu.net>
7772
7773         Add hex float support.
7774         * modules/strtod (Depends-on): Add c-ctype.
7775         (Link): Mention POW_LIB.
7776         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
7777         whitespace between 'e' and exponent.
7778         * tests/test-strtod.c (main): Enable hex float tests.
7779         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
7780         now provides.
7781
7782         Document various strtod bugs, with some fixes.
7783         * doc/posix-functions/strtod.texi (strtod): Document bugs with
7784         "-0x", "inf", "nan", and hex constants.
7785         * doc/posix-functions/atof.texi (atof): Likewise.
7786         * modules/stdlib (Makefile.am): Support strtod.
7787         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
7788         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
7789         detect additional strtod bugs.
7790         * lib/stdlib.in.h (rpl_strtod): Add declarations.
7791         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
7792         bool where appropriate.  Parse 'inf' and 'nan'.
7793         * tests/test-strtod.c: New file.
7794         * modules/strtod (Depends-on): Add stdbool, stdlib.
7795         (configure.ac): Turn on module indicator.
7796         * modules/strtod-tests: New module.
7797
7798 2008-03-29  Eric Blake  <ebb9@byu.net>
7799
7800         Fix ftell on mingw.
7801         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
7802         * modules/ftell-tests (Depends-on): Add binary-io.
7803         * modules/ftello-tests (Depends-on): Likewise.
7804         * tests/test-ftell.c (main): Enhance test to cover behavior after
7805         ungetc.  Enforce binary mode.
7806         * tests/test-ftello.c (main): Likewise.
7807
7808         Pass test-freadseek on cygwin.
7809         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
7810         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
7811         ungetc buffer.
7812
7813         * tests/test-fflush2.c (main): Fix typo.
7814
7815 2008-03-29  Bruno Haible  <bruno@clisp.org>
7816
7817         * tests/test-fflush2.c (main): Temporarily disable the contents of
7818         this test.
7819         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
7820         Reported by Eric Blake.
7821
7822 2008-03-28  Simon Josefsson  <simon@josefsson.org>
7823
7824         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
7825         (GC_SHA224_DIGEST_SIZE): Add.
7826
7827         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
7828         (gc_hash_digest_length): Likewise.
7829         (gc_hash_buffer): Likewise.
7830
7831 2008-03-25  Bruno Haible  <bruno@clisp.org>
7832
7833         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
7834         detail which gettext release to use.
7835         Reported by Simon Josefsson.
7836
7837 2008-03-26  Jim Meyering  <meyering@redhat.com>
7838
7839         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
7840         * modules/gnumakefile (clean-GNUmakefile): Also, use
7841         test ... && ... || : syntax rather than if-then ... fi.
7842
7843         gnumakefile: Don't double-quote-expand $(VPATH) value.
7844         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
7845
7846 2008-03-24  Eric Blake  <ebb9@byu.net>
7847
7848         Alter GNUmakefile to install into top directory.
7849         * modules/maintainer-makefile: Split, and add dependency...
7850         * modules/gnumakefile: to this new module.
7851         * build-aux/GNUmakefile: Move...
7852         * top/GNUmakefile: ...here.
7853         * build-aux/maint.mk: Move...
7854         * top/maint.mk: ...here.
7855         * MODULES.html.sh (Support for maintaining...): Document new
7856         module.
7857
7858 2008-03-23  Bruno Haible  <bruno@clisp.org>
7859
7860         * gnulib-tool: New options --vc-files, --no-vc-files.
7861         (func_usage): Document them.
7862         (vc_files): New variable.
7863         (func_import): Consider vc_files.
7864         (func_create_testdir): Set vc_files to empty.
7865         Suggested by Jim Meyering and Karl Berry.
7866
7867 2008-03-23  Bruno Haible  <bruno@clisp.org>
7868
7869         Fix regex compilation error on HP-UX 11.
7870         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
7871         * modules/regex (Files): Add m4/mbstate_t.m4.
7872         Reported by Ton Voon <ton.voon@altinity.com>.
7873
7874 2008-03-23  Bruno Haible  <bruno@clisp.org>
7875
7876         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
7877
7878 2008-03-23  Eric Blake  <ebb9@byu.net>
7879             Bruno Haible  <bruno@clisp.org>
7880
7881         Install files from top/ in the destination directory.
7882         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
7883         augmentation also for the files from top/.
7884         (func_import, func_create_testdir): Rewrite file names:
7885         top/filename -> filename.
7886
7887 2008-03-23  Bruno Haible  <bruno@clisp.org>
7888
7889         Tweak "gnulib --version" output.
7890         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
7891
7892 2008-03-23  Bruno Haible  <bruno@clisp.org>
7893
7894         Tweak "gnulib --version" output.
7895         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
7896         rather than contents of ChangeLog, when possible.
7897
7898 2008-03-21  Eric Blake  <ebb9@byu.net>
7899
7900         More --version tweaks.
7901         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
7902         date of last ChangeLog entry.
7903
7904 2008-03-21  Jim Meyering  <meyering@redhat.com>
7905
7906         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
7907
7908 2008-03-20  Eric Blake  <ebb9@byu.net>
7909
7910         VPATH fix.
7911         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
7912
7913 2008-03-20  Simon Josefsson  <simon@josefsson.org>
7914
7915         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
7916         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
7917
7918 2008-03-20  Eric Blake  <ebb9@byu.net>
7919
7920         Sync GNUmakefile with coreutils.
7921         * build-aux/GNUmakefile (have-Makefile): Rename...
7922         (_have-Makefile): ...to this, for namespace consideration.
7923         (GNUmakefile.cfg): Include, if present.
7924         (_autoreconf): Define a default.
7925         (_is-dist-target): New rule for rebuilds to pick up intra-release
7926         version.
7927         (maint-cfg.mk): Rename...
7928         (cfg.mk): ...to this.
7929
7930 2008-03-18  Jim Meyering  <meyering@redhat.com>
7931
7932         New script and module: mktempd
7933         * MODULES.html.sh (maint+release support): Add mktempd.
7934         * build-aux/mktempd: New file.
7935         * modules/mktempd: New file.
7936
7937 2008-03-15  Jim Meyering  <meyering@redhat.com>
7938
7939         Undo last change.
7940         * lib/sha1.c, lib/md5.c: 63 != ~63.
7941         Reported by Andreas Schwab.
7942
7943         sha1.c, md5.c: Hoist a redundant expression.
7944         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
7945         "ctx->buflen" only once, before calling *_process_block.
7946         * lib/md5.c (md5_process_bytes): Likewise.
7947
7948 2008-03-14  Eric Blake  <ebb9@byu.net>
7949
7950         Bump copyright year in files generated by gnulib-tool.
7951         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
7952         gnulib-tool, rather than hard-coding it.
7953
7954         Fix 'gnulib-tool --version' output to work with git.
7955         * gnulib-tool (func_gnulib_dir): New function, extracted from...
7956         (startup): ...here.
7957         (func_version): Use it to invoke git-version-gen, rather than
7958         relying on CVS keyword expansion.  Modernize wording.
7959         (cvsdatestamp, last_checkin_date, version): Kill unused
7960         variables.
7961
7962 2008-03-12  Jim Meyering  <meyering@redhat.com>
7963
7964         Recognize optional cast of the argument to free.
7965         * build-aux/useless-if-before-free: Update regexps.
7966
7967         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
7968
7969 2008-03-11  Bruno Haible  <bruno@clisp.org>
7970
7971         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
7972         by a single package.
7973         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
7974         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
7975         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
7976         Reported by Sam Steingold <sds@gnu.org>.
7977
7978 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7979
7980         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
7981         repositories.
7982
7983 2008-03-11  Bruno Haible  <bruno@clisp.org>
7984
7985         Avoid conflicts between local macro definitions.
7986         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
7987         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
7988
7989 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
7990             Bruno Haible  <bruno@clisp.org>
7991
7992         Make va_copy work with some version of xlc on AIX 5.1.
7993         * lib/stdarg.in.h: New file.
7994         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
7995         On AIX, use a <stdarg.h> file substitute.
7996         * modules/stdarg (Files): Add lib/stdarg.in.h.
7997         (Depends-on): Add include_next.
7998         (Makefile.am): Build a stdarg.h substitute if requested.
7999         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
8000
8001 2008-03-10  Bruno Haible  <bruno@clisp.org>
8002
8003         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
8004         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
8005         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
8006
8007 2008-03-10  Bruno Haible  <bruno@clisp.org>
8008
8009         * modules/stdlib (Depends-on): Add include_next, remove
8010         absolute-header.
8011
8012 2008-03-09  Bruno Haible  <bruno@clisp.org>
8013
8014         * lib/freadahead.h (freadahead): Document more precisely.
8015         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
8016         the sum of both buffer sizes.
8017         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
8018         * NEWS: Document the change.
8019
8020 2008-03-09  Bruno Haible  <bruno@clisp.org>
8021
8022         Extend freadptr to return also the buffer size.
8023         * lib/freadptr.h (freadptr): Add sizep argument.
8024         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
8025         (freadptr): Add sizep argument. Determine buffer size like freadahead
8026         does.
8027         * tests/test-freadptr.c: Don't include freadahead.h.
8028         (main): Adapt for new calling convention of freadptr.
8029         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
8030         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
8031         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
8032         tests/test-freadptr2.sh.
8033         (Depends): Remove freadahead.
8034         (TESTS): Add test-freadptr2.sh.
8035         (check_PROGRAMS): Add test-freadptr2.
8036
8037 2008-03-09  Bruno Haible  <bruno@clisp.org>
8038
8039         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
8040         Report and solution by Simon Josefsson.
8041
8042 2008-03-06  Bruno Haible  <bruno@clisp.org>
8043
8044         Make fflush after ungetc work on BSD platforms.
8045         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
8046         * tests/test-fflush2.c: New file.
8047         * tests/test-fflush2.sh: New file.
8048         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
8049         tests/test-fflush2.c.
8050         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
8051         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
8052
8053 2008-03-06  Eric Blake  <ebb9@byu.net>
8054
8055         Likewise for ftello.
8056         * modules/ftello (Dependencies): Add extensions.
8057         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
8058
8059 2008-03-06  Bruno Haible  <bruno@clisp.org>
8060
8061         * modules/fseeko (Dependencies): Add extensions.
8062         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
8063         Needed on glibc systems.
8064
8065 2008-03-06  Bruno Haible  <bruno@clisp.org>
8066
8067         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
8068         email address.
8069         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8070
8071 2008-03-06  Bruno Haible  <bruno@clisp.org>
8072
8073         * users.txt: Add libgnupdf.
8074
8075 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
8076
8077         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
8078         (Header File Substitutes, Function Substitutes,
8079         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
8080         (Build robot for gnulib): Fix typo.
8081
8082 2008-03-06  Bruno Haible  <bruno@clisp.org>
8083
8084         * doc/gnulib-tool.texi (VCS Issues): Small updates.
8085         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8086
8087 2008-03-06  Bruno Haible  <bruno@clisp.org>
8088
8089         * doc/func.texi: New file, extracted from doc/gnulib.texi.
8090         * doc/gnulib.texi: Include it.
8091
8092 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8093
8094         * modules/func (License): Change license to unlimited; there was
8095         no LGPL parts in the module anyway.
8096
8097 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8098
8099         * modules/__func__: Renamed to modules/func.
8100         * modules/__func__-tests: Renamed to modules/func-tests.
8101         * tests/test-__func__.c: Renamed to tests/test-func.c.
8102         * m4/__func__.m4: Renamed to m4/func.m4.
8103         * doc/gnulib.texi (__func__): Section renamed to func.
8104         Suggested by Eric Blake <ebb9@byu.net>.
8105
8106 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8107
8108         * doc/gnulib.texi (__func__): Use C99 terminology when talking
8109         about __func__.  Make example self-contained.  Suggested by Eric
8110         Blake <ebb9@byu.net>.
8111
8112         * tests/test-__func__.c (main): Avoid extraneous () around __func.
8113         Suggested by Eric Blake <ebb9@byu.net>.
8114
8115 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8116
8117         * modules/__func__: New file.
8118         * modules/__func__-tests: New file.
8119         * tests/test-__func__.c: New file.
8120         * m4/__func__.m4: New file.
8121         * doc/gnulib.texi (__func__): Document __func__ module.
8122
8123 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8124
8125         * modules/byteswap (License): Re-license as LGPLv2+.
8126
8127 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8128
8129         * doc/Makefile: Add pdf target.
8130
8131 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8132
8133         * modules/inline (License): Use 'unlimited', since there are only
8134         *.m4 files in this module.
8135
8136 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
8137             Bruno Haible  <bruno@clisp.org>
8138
8139         Add support for HP C 7.1 on OpenVMS 8.3.
8140         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
8141
8142 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
8143
8144         Update VMS specifics.
8145         * lib/getopt.c [VMS]: Remove include of unixlib.h.
8146
8147 2008-03-02  Jim Meyering  <meyering@redhat.com>
8148
8149         Remove the last dependency on the "free" module.
8150         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
8151         Reported by Bob Proulx.
8152
8153         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
8154
8155         Remove useless "if" tests before free.  Deprecate "free" module.
8156         * doc/posix-functions/free.texi: Mention that this
8157         module is no longer useful.
8158         * modules/free (Notice): Say this module is obsolete.
8159         * modules/readutmp (Depends-on): Remove free.
8160         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
8161         * lib/putenv.c (putenv): Likewise.
8162         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
8163         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
8164         * tests/test-c-strcasestr.c (main): Likewise.
8165         * tests/test-c-strstr.c (main): Likewise.
8166         * tests/test-mbscasestr1.c (main): Likewise.
8167         * tests/test-mbscasestr2.c (main): Likewise.
8168         * tests/test-mbsstr1.c (main): Likewise.
8169         * tests/test-mbsstr2.c (main): Likewise.
8170         * tests/test-memmem.c (main): Likewise.
8171         * tests/test-strcasestr.c (main): Likewise.
8172         * tests/test-striconv.c (main): Likewise.
8173         * tests/test-striconveh.c (main): Likewise.
8174         * tests/test-striconveha.c (main): Likewise.
8175         * tests/test-strstr.c (main): Likewise.
8176
8177         * build-aux/git-version-gen: Adjust a comment and the Usage string.
8178
8179         bootstrap: sync from coreutils again
8180         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
8181
8182 2008-03-01  Jim Meyering  <meyering@redhat.com>
8183
8184         bootstrap: sync from coreutils
8185         * build-aux/bootstrap (update_po_files): Copy a .po file into place
8186         also when the target doesn't exist.
8187
8188 2008-03-01  Eric Blake  <ebb9@byu.net>
8189
8190         Fix bugs in last patch.
8191         * lib/memchr2.c (memchr2): Fix typo.
8192         * tests/test-memchr2.c: Test previous bug, and don't use GNU
8193         extension.
8194         Reported by Bruce Korb.
8195
8196         New module 'memchr2'.
8197         * modules/memchr2: New file.
8198         * modules/memchr2-tests: Likewise.
8199         * lib/memchr2.h: Likewise.
8200         * lib/memchr2.c: Likewise, based on memchr.c.
8201         * tests/test-memchr2.c: New test.
8202         * MODULES.html.sh (String handling): Add memchr2.
8203
8204 2008-02-29  Bruno Haible  <bruno@clisp.org>
8205
8206         * modules/freadseek-tests: New file.
8207         * tests/test-freadseek.sh: New file.
8208         * tests/test-freadseek.c: New file.
8209
8210         New module 'freadseek'.
8211         * modules/freadseek: New file.
8212         * lib/freadseek.h: New file.
8213         * lib/freadseek.c: New file.
8214         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
8215
8216 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
8217
8218         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
8219         wydawca.
8220
8221         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
8222         program_invocation_name and program_invocation_short_name are
8223         present.
8224
8225 2008-02-28  Bruno Haible  <bruno@clisp.org>
8226
8227         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
8228         * tests/test-freadptr.sh: Also test non-seekable stdin.
8229
8230 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
8231
8232         * build-aux/bootstrap (source_base, m4_base)
8233         (doc_base, tests_base): New variables.
8234         (gnulib_tool_options): Do not hardcode base directories, use
8235         the above variables instead.
8236
8237 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
8238
8239         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
8240
8241 2008-02-28  Bruno Haible  <bruno@clisp.org>
8242
8243         * modules/freadptr-tests: New file.
8244         * tests/test-freadptr.sh: New file.
8245         * tests/test-freadptr.c: New file.
8246
8247         New module 'freadptr'.
8248         * modules/freadptr: New file.
8249         * lib/freadptr.h: New file.
8250         * lib/freadptr.c: New file.
8251         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
8252
8253 2008-02-26  Karl Berry  <karl@freefriends.org>
8254
8255         Sync from Libtool:
8256         * libltdl/argz.c (argz_add, argz_count): New functions.
8257         * libltdl/argz.in.h: Declare them.
8258         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
8259
8260 2008-02-22  Bruno Haible  <bruno@clisp.org>
8261
8262         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
8263         is a pointer type.  Needed for HP-UX 10.
8264         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
8265         * doc/posix-functions/gmtime_r.texi: Likewise.
8266         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
8267
8268 2008-02-24  Bruno Haible  <bruno@clisp.org>
8269
8270         * modules/environ-tests: New file.
8271         * tests/test-environ.c: New file.
8272
8273         New module 'environ'.
8274         * modules/environ: New file.
8275         * lib/unistd.in.h (environ): New declaration.
8276         * m4/environ.m4: New file.
8277         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
8278         after use.
8279         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
8280         HAVE_DECL_ENVIRON.
8281         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
8282         HAVE_DECL_ENVIRON.
8283         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
8284         wrong claim that 'environ' is missing on some systems.
8285         * modules/execute (Depends-on): Add environ.
8286         * lib/execute.c (environ): Remove fallback declaration.
8287         * modules/pipe (Depends-on): Add environ.
8288         * lib/pipe.c (environ): Remove fallback declaration.
8289         * modules/setenv (Depends-on): Add environ.
8290         * lib/setenv.c (environ): Remove fallback declaration.
8291         * modules/unsetenv (Depends-on): Add environ.
8292         * lib/unsetenv.c (environ): Remove fallback declaration.
8293         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
8294         m4/environ.m4.
8295         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
8296         (gl_PREREQ_UNSETENV): Likewise.
8297
8298 2008-02-24  Bruno Haible  <bruno@clisp.org>
8299
8300         * doc/posix-functions/environ.texi: Document the MacOS X problem.
8301
8302 2008-02-20  Bob Proulx  <bob@proulx.com>
8303
8304         Enable use of older two part flavor 'git describe'.
8305         * build-aux/git-version-gen: If using the older two part flavor of
8306         git version then recreate the third part now present in the
8307         newer three part flavor of git describe.
8308
8309 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
8310
8311         * lib/fts.c (fts_build): Typo correction to comment.
8312
8313 2008-02-17  Bruno Haible  <bruno@clisp.org>
8314
8315         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
8316         generating no-op conflicts.
8317
8318 2008-02-17  Bruno Haible  <bruno@clisp.org>
8319
8320         Speed up by 10%.
8321         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
8322         result_entries, rather than an index-based loop.
8323
8324 2008-02-17  Bruno Haible  <bruno@clisp.org>
8325
8326         Speed up by 25%.
8327         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
8328         'hashcode_cached'.
8329         (entry_create): New function.
8330         (entry_hashcode): Use the cached hashcode if possible.
8331         (read_changelog_file, try_split_merged_entry): Use entry_create.
8332
8333 2008-02-17  Bruno Haible  <bruno@clisp.org>
8334
8335         Speed up from O(n^2) to O(n) for long ChangeLog files.
8336         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
8337         (read_changelog_file): Change implementation of entries_reversed list
8338         to rbtreehash.
8339         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
8340
8341 2008-02-17  Bruno Haible  <bruno@clisp.org>
8342
8343         New option --split-merged-entry.
8344         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
8345         (find_paragraph_end, try_split_merged_entry): New functions.
8346         (long_options): Add option --split-merged-entry.
8347         (usage): Document option --split-merged-entry.
8348         (main): Implement option --split-merged-entry.
8349         Reported by Eric Blake.
8350
8351 2008-02-17  Bruno Haible  <bruno@clisp.org>
8352
8353         * lib/git-merge-changelog.c: Include c-strstr.h.
8354         (main): Support the "git pull --rebase" situation.
8355         * modules/git-merge-changelog (Depends-on): Add c-strstr.
8356         Reported by Eric Blake.
8357
8358 2008-02-16  Eric Blake  <ebb9@byu.net>
8359
8360         Avoid doubling \ in common case of "c-maybe" quoting style.
8361         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
8362         eliding outer quotes.
8363         * lib/quotearg.h: Document this.
8364         * tests/test-quotearg.c (result_strings, inputs, results_g)
8365         (flag_results, locale_results): Test it by adding a new string to
8366         each test group.
8367         (compare_strings): Test new string.
8368
8369 2008-02-13  Eric Blake  <ebb9@byu.net>
8370
8371         Avoid trigraph quoting in default output.
8372         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
8373         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
8374         unless explicitly requested.
8375         * tests/test-quotearg.c (flag_results, main): Add additional tests.
8376
8377 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
8378
8379         Don't rely on signed integer overflowing to negative value.
8380         * lib/getugroups.c (getugroups): Include <limits.h>.
8381         Instead, compare against INT_MAX, and increment only if the test passes.
8382
8383 2008-02-13  Jim Meyering  <meyering@redhat.com>
8384         and Eric Blake  <ebb9@byu.net>
8385
8386         Avoid shadowing warning and compile errors on Linux.
8387         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
8388         forwarding macros on Linux.
8389         (dcgettext): Define a stub, for Linux.
8390         (results_g, main): Avoid warnings.
8391
8392 2008-02-12  Eric Blake  <ebb9@byu.net>
8393
8394         Silence warning in last patch.
8395         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
8396
8397         Quotearg part 4: add tests, fix c-maybe colon quoting.
8398         * lib/quotearg.h: Improve documentation.
8399         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
8400         escapes when adding outer quotes.  When quoting trigraphs, use
8401         valid C notation.  When quoting NUL, omit extra characters if next
8402         character is not digit.  Alter prototype.
8403         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
8404         callers.
8405         * modules/quotearg-tests: New module.
8406         * tests/test-quotearg.c: New test.
8407
8408 2008-02-07  Eric Blake  <ebb9@byu.net>
8409
8410         Quotearg part 3: add flag to control outer quote elision.
8411         * lib/quotearg.h (c_maybe_quoting_style): New style.
8412         (enum quoting_flags): Better documentation of flags.
8413         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
8414         c-maybe style.
8415         (quotearg_buffer_restyled): Handle new flag to elide outer
8416         quotes.
8417
8418         Quotearg part 2: add flag that can control NUL elision.
8419         * lib/quotearg.h (set_quoting_flags): New prototype.
8420         * lib/quotearg.c (struct quoting_options): Add flag field.
8421         (set_quoting_flags): New function.
8422         (quotearg_buffer_restyled): Add flags parameter.
8423         (quotearg_alloc_mem): Set the flag if length cannot be returned.
8424         (quotearg_n_options): Set the flag, since length cannot be
8425         returned.
8426         (quoting_options_from_style): Default flags correctly.
8427
8428         Quotearg part 1: more wrappers, restore quotearg_char state.
8429         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
8430         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
8431         (quotearg_colon_mem): New wrappers.
8432         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
8433         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
8434         functions.
8435         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
8436         (quotearg_colon_mem): New functions.
8437
8438 2008-02-11  Bruno Haible  <bruno@clisp.org>
8439
8440         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
8441         library in the current directory: it does not work with parallel make.
8442         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8443
8444 2008-02-11  Bruno Haible  <bruno@clisp.org>
8445
8446         * .gitattributes: New file.
8447
8448 2008-02-11  Jim Meyering  <meyering@redhat.com>
8449
8450         useless-if-before-free: Fix reversed exit values.
8451         * build-aux/useless-if-before-free: Use correct values
8452         for EXIT_MATCH and EXIT_NO_MATCH.
8453
8454         * build-aux/useless-if-before-free: Close stdout carefully.
8455
8456 2008-02-10  Bruno Haible  <bruno@clisp.org>
8457
8458         New module 'git-merge-changelog'.
8459         * modules/git-merge-changelog: New file.
8460         * lib/git-merge-changelog.c: New file.
8461
8462 2008-02-10  Jim Meyering  <meyering@redhat.com>
8463
8464         useless-if-before-free: New option: --list (-l).
8465
8466         useless-if-before-free: Don't exit immediately upon open failure.
8467         * build-aux/useless-if-before-free: Exit 2 for errors.
8468         Upon failure to open a file, don't exit immediately.
8469         Rather, just warn and continue with any remaining files.
8470
8471 2008-02-10  Bruno Haible  <bruno@clisp.org>
8472
8473         New abstract list operation 'node_set_value'.
8474         * lib/gl_list.h (gl_list_node_set_value): New function.
8475         (struct gl_list_implementation): New field node_set_value.
8476         * lib/gl_list.c (gl_list_node_set_value): New function.
8477         * lib/gl_array_list.c (gl_array_node_set_value): New function.
8478         (gl_array_list_implementation): Update.
8479         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
8480         (gl_carray_list_implementation): Update.
8481         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
8482         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
8483         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
8484         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
8485         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
8486         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
8487         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
8488         Update.
8489         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
8490         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
8491         (gl_sublist_list_implementation): Update.
8492
8493 2008-02-10  Bruno Haible  <bruno@clisp.org>
8494
8495         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
8496         Needed when ELEMENT is #defined to 'some_type *'.
8497
8498 2008-02-10  Jim Meyering  <meyering@redhat.com>
8499
8500         New script and module: useless-if-before-free
8501         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
8502         * build-aux/useless-if-before-free: New file.
8503         * modules/useless-if-before-free: New file.
8504
8505         * build-aux/gitlog-to-changelog: Use committer date, not author date.
8506
8507         xstrtol_error: Fix typo.
8508         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
8509         s/exit_failure/exit_status/.
8510
8511 2008-02-09  Jim Meyering  <meyering@redhat.com>
8512
8513         New script and module: gitlog-to-changelog
8514         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
8515         * modules/gitlog-to-changelog: New file.
8516         * build-aux/gitlog-to-changelog: New file.
8517
8518 2008-02-08  Jim Meyering  <meyering@redhat.com>
8519
8520         Avoid two "parameter unused" warnings.
8521         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
8522         Mark "st" as used.
8523
8524         Use "git COMMAND", not "git-COMMAND".
8525         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
8526         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
8527         * build-aux/git-version-gen: Use "git status", not "git-status".
8528
8529 2008-02-07  Bruno Haible  <bruno@clisp.org>
8530
8531         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
8532         Avoids a crash on Windows Vista.
8533         Reported by Adam Strzelecki <ono@java.pl> via
8534         Simon Josefsson <simon@josefsson.org>.
8535
8536 2008-02-06  Bruno Haible  <bruno@clisp.org>
8537
8538         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
8539         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
8540         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
8541         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
8542         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8543         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8544         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
8545         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
8546         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8547         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8548         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8549         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8550         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8551         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8552         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8553         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
8554         left-adjust flag.
8555         * tests/test-snprintf-posix.h (test_function): Likewise.
8556         * tests/test-sprintf-posix.h (test_function): Likewise.
8557         * tests/test-vasprintf-posix.c (test_function): Likewise.
8558         * doc/posix-functions/fprintf.texi: Update.
8559         * doc/posix-functions/printf.texi: Update.
8560         * doc/posix-functions/snprintf.texi: Update.
8561         * doc/posix-functions/sprintf.texi: Update.
8562         * doc/posix-functions/vfprintf.texi: Update.
8563         * doc/posix-functions/vprintf.texi: Update.
8564         * doc/posix-functions/vsnprintf.texi: Update.
8565         * doc/posix-functions/vsprintf.texi: Update.
8566         Reported by Peter Fales <psfales@alcatel-lucent.com>.
8567
8568 2008-02-06  Bruno Haible  <bruno@clisp.org>
8569
8570         Fix bug introduced on 2008-01-26.
8571         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
8572
8573 2008-02-06  Bruno Haible  <bruno@clisp.org>
8574
8575         Fix bug introduced on 2007-06-10.
8576         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
8577         !NEED_PRINTF_FLAG_ZERO.
8578
8579 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
8580
8581         getloadavg: use libperfstat on AIX5
8582         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
8583
8584 2008-02-03  Bruno Haible  <bruno@clisp.org>
8585
8586         * lib/diffseq.h: Add comments about required #includes.
8587         Reported by Michael Biggs <gnulib@doubleplum.net>.
8588
8589 2008-02-01  Bruno Haible  <bruno@clisp.org>
8590
8591         * users.txt: Add gnuit.
8592
8593 2008-01-31  Bruno Haible  <bruno@clisp.org>
8594
8595         * lib/md4.c (set_uint32): Mark as inline.
8596         * lib/md5.c (set_uint32): Likewise.
8597         * lib/sha1.c (set_uint32): Likewise.
8598         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
8599         * m4/md5.m4 (gl_MD5): Likewise.
8600         * m4/sha1.m4 (gl_SHA1): Likewise.
8601
8602 2008-01-31  Jim Meyering  <meyering@redhat.com>
8603
8604         Use "sizeof VAR", rather than a literal "4".
8605         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
8606         * lib/md4.c (md4_read_ctx): Likewise.
8607         * lib/sha1.c (sha1_read_ctx): Likewise.
8608
8609 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8610
8611         * tests/test-sha1.c: New file, based on test-md5.c.
8612
8613         * modules/crypto/sha1-tests: New file.
8614
8615 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8616
8617         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
8618
8619 2008-01-31  Jim Meyering  <meyering@redhat.com>
8620
8621         Prefer "sizeof v" over the equivalent "4".
8622         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
8623         * lib/md5.c (set_uint32): Likewise.
8624         * lib/sha1.c (set_uint32): Likewise.
8625
8626 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8627
8628         * lib/sha1.c (set_uint32): Mark function as static.
8629
8630 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8631
8632         md2: clarify comments to say that alignment is not required.
8633         * lib/md2.h: Remove warning about alignment in comment.
8634         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
8635         never been required.
8636
8637 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8638
8639         md4: adapt alignment constraint fix from sha1.
8640         * lib/md4.c (set_uint32): New function, from sha1.c
8641         (md4_read_ctx): Use it.
8642         (md4_finish_ctx): Doc fix.
8643         * lib/md4.h: Doc fix.
8644
8645 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8646
8647         md5: adapt alignment constraint fix from sha1.
8648         * lib/md5.c (set_uint32): New function, from sha1.c
8649         (md5_read_ctx): Use it.
8650         (md5_finish_ctx): Doc fix.
8651         * lib/md5.h: Doc fix.
8652
8653 2008-01-30  Peter Palfrader  <weasel@debian.org>
8654
8655         sha1: remove the result buffer alignment constraint
8656         * lib/sha1.c (set_uint32): New function.
8657         (sha1_read_ctx): Rewrite to remove the result buffer alignment
8658         constraint.
8659         (sha1_finish_ctx): Remove comment warning about alignment constraint.
8660         * lib/sha1.h: Likewise.
8661
8662 2008-01-30  Andreas Schwab  <schwab@suse.de>
8663             Bruno Haible  <bruno@clisp.org>
8664
8665         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
8666         correct definition of LDBL_MIN_EXP.
8667
8668 2008-01-30  Karl Berry  <karl@gnu.org>
8669
8670         * config/srclist-update: try to preserve x bit on updates.
8671         * config/srclistvars.sh: update for karl.
8672
8673 2008-01-29  Jim Meyering  <meyering@redhat.com>
8674
8675         vasnprintf.c: Avoid warning about unused label
8676         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
8677         "overflow" label definition and associated code with the
8678         same cpp condition that guards the sole use of that label.
8679
8680 2008-01-26  Bruno Haible  <bruno@clisp.org>
8681
8682         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
8683         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
8684         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
8685         * lib/isnanl-nolibm.h (isnanl): Likewise.
8686         Reported by Paul Eggert <eggert@cs.ucla.edu>.
8687
8688 2008-01-26  Bruno Haible  <bruno@clisp.org>
8689
8690         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
8691         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
8692
8693 2008-01-26  Bruno Haible  <bruno@clisp.org>
8694
8695         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
8696         GCC >= 4.0 built-in.
8697         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
8698
8699 2008-01-26  Bruno Haible  <bruno@clisp.org>
8700
8701         Rename isnan, applicable to 'double' only, to isnand.
8702         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
8703         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
8704         (configure.ac): Update.
8705         (Include): Replace "isnan.h" with "isnand.h".
8706         * m4/isnand.m4: Renamed from m4/isnan.m4.
8707         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
8708         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
8709         instead of isnan.c.
8710         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
8711         instead of HAVE_ISNAN_IN_LIBC.
8712         (isnand): Renamed from isnan.
8713         * lib/isnand.c: New file.
8714         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
8715         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
8716         (Makefile.am): Update.
8717         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
8718         Include isnand.h instead of isnan.h.
8719         (main): Test isnand instead of isnan.
8720         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
8721         isnan-nolibm.
8722         * modules/frexp (Depends-on): Likewise.
8723         * modules/frexp-tests (Depends-on): Likewise.
8724         * modules/frexp-nolibm (Depends-on): Likewise.
8725         * modules/frexp-nolibm-tests (Depends-on): Likewise.
8726         * modules/isfinite (Depends-on): Likewise.
8727         * modules/round-tests (Depends-on): Likewise.
8728         * modules/signbit (Depends-on): Likewise.
8729         * modules/signbit-tests (Depends-on): Likewise.
8730         * modules/snprintf-posix (Depends-on): Likewise.
8731         * modules/sprintf-posix (Depends-on): Likewise.
8732         * modules/trunc-tests (Depends-on): Likewise.
8733         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
8734         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
8735         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
8736         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
8737         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
8738         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
8739         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
8740         * modules/vasnprintf-posix (Depends-on): Likewise.
8741         * modules/vasprintf-posix (Depends-on): Likewise.
8742         * modules/vfprintf-posix (Depends-on): Likewise.
8743         * modules/vsnprintf-posix (Depends-on): Likewise.
8744         * modules/vsprintf-posix (Depends-on): Likewise.
8745         * lib/frexp.c: Include isnand.h instead of isnan.h.
8746         (ISNAN): Set to isnand instead of isnan.
8747         * lib/isfinite.c: Include isnand.h instead of isnan.h.
8748         (gl_isfinited): Use isnand instead of isnan.
8749         * lib/signbitd.c: Include isnand.h instead of isnan.h.
8750         (gl_signbitd): Use isnand instead of isnan.
8751         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
8752         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
8753         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
8754         (main): Use isnand instead of isnan.
8755         * tests/test-round1.c: Include isnand.h.
8756         (main): Use isnand instead of isnan.
8757         * tests/test-round2.c: Include isnand.h instead of isnan.h.
8758         (ISNAN): Set to isnand instead of isnan.
8759         * tests/test-trunc1.c: Include isnand.h.
8760         (main): Use isnand instead of isnan.
8761         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
8762         (equal): Use isnand instead of isnan.
8763         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
8764         isnand-nolibm.
8765         * NEWS: Mention the change.
8766
8767 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
8768             Bruno Haible  <bruno@clisp.org>
8769
8770         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
8771         the GCC builtins for signbits are present and set
8772         REPLACE_SIGNBIT_USING_GCC if so.
8773         * lib/math.in.h (signbit): Define using GCC builtins if
8774         REPLACE_SIGNBIT_USING_GCC is set.
8775         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
8776         REPLACE_SIGNBIT_USING_GCC.
8777         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
8778
8779 2008-01-25  Jim Meyering  <meyering@redhat.com>
8780
8781         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
8782         * lib/poll.c: Include <config.h>, not "config.h".
8783         * tests/test-getaddrinfo.c: Likewise.
8784
8785 2008-01-25  Simon Josefsson  <simon@josefsson.org>
8786
8787         * modules/sockets-tests: New file.
8788
8789 2008-01-24  Simon Josefsson  <simon@josefsson.org>
8790
8791         * modules/sockets: New module, can be used to call WSA_Startup and
8792         WSA_Cleanup when needed.
8793
8794         * lib/sockets.h, lib/sockets.c: New files.
8795
8796         * m4/sockets.m4: New file.
8797
8798         * tests/test-sockets.c: New file.
8799
8800 2008-01-19  Bruno Haible  <bruno@clisp.org>
8801
8802         * doc/posix-headers: Renamed from doc/headers.
8803         * doc/posix-functions: Renamed from doc/functions.
8804         * doc/gnulib.texi: Update.
8805
8806 2008-01-19  Bruno Haible  <bruno@clisp.org>
8807
8808         * doc/glibc-functions/strcasestr.texi: Include contents of
8809         doc/functions/strcasestr.texi, fixing the list of platforms.
8810         * doc/functions/strcasestr.texi: Remove file.
8811
8812 2008-01-19  Bruno Haible  <bruno@clisp.org>
8813
8814         * doc/glibc-functions/memmem.texi: Include contents of
8815         doc/functions/memmem.texi.
8816         * doc/functions/memmem.texi: Remove file.
8817
8818 2008-01-18  Bruno Haible  <bruno@clisp.org>
8819
8820         * doc/glibc-functions/*.texi: New files.
8821         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
8822         to use the new files.
8823
8824 2008-01-17  Bruno Haible  <bruno@clisp.org>
8825
8826         * tests/test-gethostname.c (main): Fix printf statement.
8827
8828 2008-01-17  Simon Josefsson  <simon@josefsson.org>
8829
8830         * modules/gethostname-tests: New file.
8831
8832         * tests/test-gethostname.c: New file.
8833
8834 2008-01-17  Simon Josefsson  <simon@josefsson.org>
8835
8836         * lib/gethostname.c: Include string.h unconditionally, strncpy is
8837         used by the UNAME case.  Reported by Bruno Haible
8838         <bruno@clisp.org>.
8839
8840 2008-01-17  Eric Blake  <ebb9@byu.net>
8841
8842         Convert c-strcasestr to be more efficient.
8843         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
8844         (Depends-on): Add c-strcase, remove malloca, strnlen.
8845         * tests/test-c-strcasestr.c (main): Enhance test.
8846         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
8847
8848 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
8849
8850         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
8851         Use it in creating po/Makevars.
8852
8853 2008-01-15  Simon Josefsson  <simon@josefsson.org>
8854
8855         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
8856         Applications that requires it should initialize libgcrypt
8857         manually.
8858
8859 2008-01-16  Simon Josefsson  <simon@josefsson.org>
8860
8861         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
8862
8863 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
8864
8865         Fix problem with getdate on mingw32 reported by Simon Josefsson
8866         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
8867         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
8868         tzname", when deciding whether to declare tzname.
8869         * lib/strftime.c (tzname): Likewise.
8870
8871 2008-01-15  Bruno Haible  <bruno@clisp.org>
8872
8873         Work around a MacOS X 10.5 bug in frexpl().
8874         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
8875         * doc/functions/frexpl.texi: Document the bug.
8876         Reported by Elias Pipping <pipping@gentoo.org>.
8877
8878 2008-01-14  Eric Blake  <ebb9@byu.net>
8879
8880         Touch up previous patch.
8881         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
8882         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
8883
8884         Convert strcasestr module to use Two-Way algorithm.
8885         * modules/strcasestr-simple: New module, based on the old
8886         strcasestr, but with Two-Way rather than KMP.
8887         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
8888         * lib/string.in.h (rpl_strcasestr): Declare.
8889         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
8890         performance.
8891         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
8892         * modules/string (Makefile.am): Support strcasestr.
8893         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
8894         * modules/strcasestr-tests (Depends-on): Check for alarm.
8895         * tests/test-strcasestr.c: Augment test.
8896         * lib/str-two-way.h: Clean up stray macro.
8897         * NEWS: Document new module.
8898         * MODULES.html.sh (string handling): Likewise.
8899         * doc/functions/strcasestr.texi: New file.
8900         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
8901         here, since it is not a POSIX function.
8902
8903 2008-01-14  Colin Watson  <cjwatson@debian.org>
8904             Bruno Haible  <bruno@clisp.org>
8905
8906         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
8907         works fine; if not, set REPLACE_STRSIGNAL.
8908         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
8909         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8910         REPLACE_STRSIGNAL.
8911         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
8912         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
8913         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
8914
8915 2008-01-14  Bruno Haible  <bruno@clisp.org>
8916
8917         * modules/strsignal (Include): Change to <string.h>.
8918
8919 2008-01-14  Colin Watson  <cjwatson@debian.org>
8920
8921         * modules/argp (Notice): Add a notice recommending to change
8922         XGETTEXT_OPTIONS.
8923         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
8924
8925 2008-01-13  Colin Watson  <cjwatson@debian.org>
8926
8927         * modules/strsignal-tests: New file.
8928         * tests/test-strsignal.c: New file.
8929
8930         * lib/strsignal.c: New file, from glibc with modifications.
8931         * lib/siglist.h: New file, from glibc with modifications.
8932         * lib/string.in.h (strsignal): New declaration.
8933         * m4/strsignal.m4: New file.
8934         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8935         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
8936         * modules/strsignal: New file.
8937         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
8938         HAVE_DECL_STRSIGNAL.
8939
8940 2008-01-13  Bruno Haible  <bruno@clisp.org>
8941
8942         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
8943         locale encoding is not ASCII. Needed for OpenBSD 4.0.
8944         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
8945         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8946
8947 2008-01-13  Bruno Haible  <bruno@clisp.org>
8948
8949         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
8950         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
8951         * lib/argp.h (__attribute__): Likewise.
8952         * lib/c-stack.c (__attribute__): Likewise.
8953         * lib/error.h (__attribute__): Likewise.
8954         * lib/fts.c (__attribute__): Likewise.
8955         * lib/openat.h (__attribute__): Likewise.
8956         * lib/stdio.in.h (__attribute__): Likewise.
8957         * lib/string.in.h (__attribute__): Likewise.
8958         * lib/utimens.c (__attribute__): Likewise.
8959         * lib/vasnprintf.h (__attribute__): Likewise.
8960         * lib/xalloc.h (__attribute__): Likewise.
8961         * lib/xprintf.h (__attribute__): Likewise.
8962         * lib/xstrtol.h (__attribute__): Likewise.
8963         * lib/xvasprintf.h (__attribute__): Likewise.
8964
8965 2008-01-12  Bruno Haible  <bruno@clisp.org>
8966
8967         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
8968         * doc/glibc-headers/a.out.texi: New file.
8969         * doc/glibc-headers/aliases.texi: New file.
8970         * doc/glibc-headers/alloca.texi: New file.
8971         * doc/glibc-headers/ar.texi: New file.
8972         * doc/glibc-headers/argp.texi: New file.
8973         * doc/glibc-headers/argz.texi: New file.
8974         * doc/glibc-headers/byteswap.texi: New file.
8975         * doc/glibc-headers/crypt.texi: New file.
8976         * doc/glibc-headers/endian.texi: New file.
8977         * doc/glibc-headers/envz.texi: New file.
8978         * doc/glibc-headers/err.texi: New file.
8979         * doc/glibc-headers/error.texi: New file.
8980         * doc/glibc-headers/execinfo.texi: New file.
8981         * doc/glibc-headers/fpu_control.texi: New file.
8982         * doc/glibc-headers/fstab.texi: New file.
8983         * doc/glibc-headers/fts.texi: New file.
8984         * doc/glibc-headers/getopt.texi: New file.
8985         * doc/glibc-headers/ieee754.texi: New file.
8986         * doc/glibc-headers/ifaddrs.texi: New file.
8987         * doc/glibc-headers/libintl.texi: New file.
8988         * doc/glibc-headers/mcheck.texi: New file.
8989         * doc/glibc-headers/mntent.texi: New file.
8990         * doc/glibc-headers/obstack.texi: New file.
8991         * doc/glibc-headers/paths.texi: New file.
8992         * doc/glibc-headers/printf.texi: New file.
8993         * doc/glibc-headers/pty.texi: New file.
8994         * doc/glibc-headers/resolv.texi: New file.
8995         * doc/glibc-headers/shadow.texi: New file.
8996         * doc/glibc-headers/sysexits.texi: New file.
8997         * doc/glibc-headers/ttyent.texi: New file.
8998
8999 2008-01-12  Jim Meyering  <meyering@redhat.com>
9000
9001         announce-gen: emit Gnulib's git-based version string.
9002         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
9003         New option --gnulib-version=V, where V is expected to be
9004         the output of running git describe in the gnulib directory.
9005         (get_tool_versions): Request feedback on xdelta.  I suspect it's
9006         not useful, and plan to stop publishing an xdelta file with each
9007         coreutils release.
9008
9009         * build-aux/announce-gen: Also check for lzma-compressed files.
9010
9011 2008-01-11  Bruno Haible  <bruno@clisp.org>
9012
9013         * tests/test-memmem.c (main): Increase maximum allowed time.
9014         * tests/test-strstr.c (main): Likewise.
9015
9016 2008-01-11  Bruno Haible  <bruno@clisp.org>
9017
9018         * doc/functions/memmem.texi: Add more precisions about platforms.
9019         * doc/functions/strstr.texi: Likewise.
9020
9021 2008-01-10  Eric Blake  <ebb9@byu.net>
9022
9023         * m4/strstr.m4: Delete cruft from copy-n-paste.
9024         Reported by Bruno Haible.
9025
9026 2008-01-10  Bruno Haible  <bruno@clisp.org>
9027
9028         Make c-strstr rely on strstr.
9029         * lib/c-strstr.c: Don't include str-kmp.h.
9030         (c_strstr): Define in terms of strstr.
9031         * modules/c-strstr (Files): Remove lib/str-kmp.h.
9032         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
9033
9034 2008-01-10  Bruno Haible  <bruno@clisp.org>
9035
9036         * doc/gnulib.texi (String Functions in C Locale): New section.
9037         * doc/c-ctype.texi: New file.
9038         * doc/c-strcase.texi: New file.
9039         * doc/c-strcaseeq.texi: New file.
9040         * doc/c-strcasestr.texi: New file.
9041         * doc/c-strstr.texi: New file.
9042         * doc/c-strtod.texi: New file.
9043         * doc/c-strtold.texi: New file.
9044
9045 2008-01-10  Eric Blake  <ebb9@byu.net>
9046
9047         * lib/relocatable.h: Fix a comment.
9048
9049 2008-01-10  Eric Blake  <ebb9@byu.net>
9050
9051         Share two-way algorithm.
9052         * lib/str-two-way.h: New file, merged from...
9053         * lib/memmem.c: ...here...
9054         * lib/strstr.c: ...and here.
9055         * modules/memmem (Files): Use it.
9056         * modules/strstr (Files): Likewise.
9057
9058         Avoid quadratic strstr implementations.
9059         * lib/strstr.c: New file.
9060         * m4/strstr.m4: Likewise.
9061         * modules/strstr: Likewise.
9062         * modules/strstr-tests: Likewise.
9063         * tests/test-strstr.c: Likewise.
9064         * lib/string.in.h (rpl_strstr): Declare.
9065         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
9066         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
9067         * modules/string (Makefile.am): Likewise.
9068         * MODULES.html.sh (string handling): Mention new module.
9069         * doc/functions/strstr.texi (strstr): Document the bug.
9070
9071 2008-01-10  Bruno Haible  <bruno@clisp.org>
9072
9073         * lib/relocatable.h (relocate): State whether result is freshly
9074         allocated or not.
9075         * lib/relocatable.c (relocate): Return a freshly allocated string
9076         instead of a pointer to a privately held string.
9077         Reported by Sylvain Beucler <beuc@gnu.org>.
9078
9079 2008-01-10  Colin Watson  <cjwatson@debian.org>
9080
9081         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
9082         s/S_ISNLK/S_ISLNK/.
9083
9084 2008-01-09  Bruno Haible  <bruno@clisp.org>
9085
9086         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
9087         and other files.
9088         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
9089         if it's only a guess.
9090         * modules/memmem: Simplify by depending on memmem-simple.
9091
9092 2008-01-09  Bruno Haible  <bruno@clisp.org>
9093
9094         Work around OpenBSD 4.0 tdelete() bug.
9095         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
9096         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
9097         macros and don't redefine the enum values.
9098         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
9099         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
9100         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
9101
9102 2008-01-09  Bruno Haible  <bruno@clisp.org>
9103
9104         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
9105         (main): Don't perform the tests if setlocale did not install a UTF-8
9106         locale. Needed on OpenBSD 4.0.
9107         * modules/wcwidth-tests (Depends-on): Add localcharset.
9108
9109 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9110
9111         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
9112         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
9113         * NEWS: announce this.
9114         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
9115
9116 2008-01-09  Simon Josefsson  <simon@josefsson.org>
9117         and Eric Blake  <ebb9@byu.net>
9118
9119         Add memmem-simple module.
9120         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
9121         (gl_FUNC_MEMMEM): Separate performance from presence checks.
9122         * modules/memmem-simple: New file.
9123         * modules/memmem (Description): Tweak.
9124         * MODULES.html.sh (string handling): Mention new module.
9125         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
9126         addressed by memmem-simple.
9127         * NEWS: Document the difference.
9128
9129 2008-01-09  Eric Blake  <ebb9@byu.net>
9130
9131         Give gcc some memmem optimization hints.
9132         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
9133         (strcasestr): Declare as pure.
9134         * modules/memmem (Maintainer): Claim my implementation.
9135
9136 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9137
9138         Support AIX 6.1 and higher.
9139         * build-aux/config.libpath: Likewise.
9140         * build-aux/config.rpath: Likewise.
9141
9142 2008-01-08  Jim Meyering  <meyering@redhat.com>
9143             Bruno Haible  <bruno@clisp.org>
9144
9145         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
9146         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
9147         Reported by Peter Fales in
9148         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
9149
9150 2008-01-08  Bruno Haible  <bruno@clisp.org>
9151
9152         * modules/unictype/category-of (Depends-on): Add
9153         unictype/category-none.
9154         * modules/unictype/category-and-tests (Depends-on): Add
9155         unictype/category-{L,N,Lu,Nd}.
9156         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
9157         * modules/unictype/category-or-tests (Depends-on): Add
9158         unictype/category-{L,N}.
9159         * modules/unictype/category-name-tests (Depends-on): Add
9160         unictype/category-{Z,Nl}.
9161         Reported by Simon Josefsson.
9162
9163 2008-01-08  Bruno Haible  <bruno@clisp.org>
9164
9165         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
9166         convention better.
9167         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
9168         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
9169         Reported by Peter Miller <millerp@canb.auug.org.au>.
9170
9171 2008-01-08  Eric Blake  <ebb9@byu.net>
9172
9173         Rewrite memmem to guarantee linear complexity without malloc.
9174         * lib/memmem.c (memmem): Use Two-Way rather than
9175         Knuth-Morris-Pratt, to allow O(1) space usage.
9176         (critical_factorization, two_way_short_needle)
9177         (two_way_long_needle): New functions.
9178         (knuth_morris_pratt): Delete.
9179         * modules/memmem (Depends-on): No longer need malloca or stdbool.
9180         Add stdint.
9181         * tests/test-memmem.c (main): Add tests for periodic needle and
9182         sublinear performance.
9183         * doc/functions/memmem.texi (memmem): Document other deficiencies
9184         in cygwin and older glibc.
9185
9186 2008-01-08  Bruno Haible  <bruno@clisp.org>
9187
9188         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
9189         augmentation.
9190
9191 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
9192
9193         Add a configure time option: --disable-acl.
9194         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
9195         AC_ARG_ENABLE(acl).
9196
9197 2008-01-06  Simon Josefsson  <simon@josefsson.org>
9198
9199         * tests/test-localename.c: Don't include obsolete "setenv.h".
9200
9201         * modules/localename-tests (Depends-on): Need unsetenv.
9202
9203 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9204
9205         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
9206
9207 2008-01-06  Colin Watson  <cjwatson@debian.org>
9208
9209         * users.txt: Add man-db.
9210
9211 2008-01-07  Bruno Haible  <bruno@clisp.org>
9212
9213         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
9214         previous section name.
9215
9216 2008-01-07  Bruno Haible  <bruno@clisp.org>
9217
9218         * lib/progname.c (set_program_name): Don't strip off a leading
9219         "lt-" prefix outside a .libs directory.
9220         Suggested by Paul Eggert.
9221
9222 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
9223             Bruno Haible  <bruno@clisp.org>
9224
9225         Improve memory cleanup in 'relocatable' module.
9226         * lib/relocatable.h (compute_curr_prefix): Change return type to
9227         'char *'.
9228         * lib/relocatable.c (compute_curr_prefix): Change return type to
9229         'char *'. Free curr_installdir after use.
9230         (relocate): Free curr_prefix_better after use.
9231         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
9232
9233 2008-01-01  Bruno Haible  <bruno@clisp.org>
9234
9235         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
9236         failure on older glibc systems.
9237         Reported by Peter Fales <psfales@alcatel-lucent.com>.
9238
9239 2008-01-05  Eric Blake  <ebb9@byu.net>
9240
9241         Avoid quadratic system memmem.
9242         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
9243         Reported by Ralf Wildenhues.
9244
9245         Fix memmem test for mingw.
9246         * modules/memmem-tests (configure.ac): Check for alarm.
9247         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
9248         it.
9249         * doc/functions/memmem.texi: New file.
9250         * doc/gnulib.texi (Function Substitutes): Add memmem.
9251         Reported by Bruno Haible.
9252
9253 2008-01-04  Bruno Haible  <bruno@clisp.org>
9254
9255         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
9256         Require gl_HEADER_STRINGS_H_DEFAULTS, not
9257         gl_HEADER_STRING_H_DEFAULTS.
9258
9259 2008-01-04  Eric Blake  <ebb9@byu.net>
9260
9261         Shorten duration of memmem test.
9262         * tests/test-memmem.c (main): Use alarm to declare failure if test
9263         is taking too long.
9264         Reported by Ralf Wildenhues.
9265
9266 2007-12-21  Simon Josefsson  <simon@josefsson.org>
9267
9268         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
9269         string, needed by strerror.
9270
9271 2008-01-03  Colin Watson  <cjwatson@debian.org>
9272             Bruno Haible  <bruno@clisp.org>
9273
9274         * doc/gnulib-tool.texi (Localization): New section.
9275
9276 2008-01-02  Bruno Haible  <bruno@clisp.org>
9277
9278         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
9279         variables to 'unsigned char *' type.
9280         Reported by Paul Eggert.
9281
9282 2008-01-02  Jim Meyering  <jim@meyering.net>
9283
9284         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
9285
9286 2007-12-31  Jim Meyering  <jim@meyering.net>
9287
9288         Avoid use of private FTS type name.
9289         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
9290
9291 2007-12-30  Karl Berry  <karl@gnu.org>
9292
9293         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
9294         work around defect in Texinfo and/or the standalone Info browser.
9295
9296 2007-12-30  Bruno Haible  <bruno@clisp.org>
9297
9298         Unify 5 copies of the KMP code.
9299         * lib/str-kmp.h: New file.
9300         * lib/c-strcasestr.c: Include str-kmp.h.
9301         (knuth_morris_pratt): Remove function.
9302         (c_strcasestr): Update.
9303         * lib/c-strstr.c: Include str-kmp.h.
9304         (knuth_morris_pratt): Remove function.
9305         (c_strcasestr): Update.
9306         * lib/mbscasestr.c: Include str-kmp.h.
9307         (knuth_morris_pratt_unibyte): Remove function.
9308         * lib/mbsstr.c: Include str-kmp.h.
9309         (knuth_morris_pratt_unibyte): Remove function.
9310         * lib/strcasestr.c: Include str-kmp.h.
9311         (knuth_morris_pratt): Remove function.
9312         (strcasestr): Update.
9313         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
9314         * modules/c-strstr (Files): Likewise.
9315         * modules/mbscasestr (Files): Likewise.
9316         * modules/mbsstr (Files): Likewise.
9317         * modules/strcasestr (Files): Likewise.
9318         Suggested by Paul Eggert.
9319
9320 2007-12-30  Bruno Haible  <bruno@clisp.org>
9321
9322         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
9323         defined.
9324
9325 2007-12-30  Bruno Haible  <bruno@clisp.org>
9326
9327         * lib/xmalloca.h: Include xalloc.h.
9328         (xnmalloca): New macro.
9329
9330 2007-12-30  Bruno Haible  <bruno@clisp.org>
9331
9332         * lib/malloca.h (nmalloca): New macro.
9333         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
9334         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
9335         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
9336         knuth_morris_pratt_multibyte): Likewise.
9337         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
9338         knuth_morris_pratt_multibyte): Likewise.
9339         * lib/memmem.c (knuth_morris_pratt): Likewise.
9340         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
9341
9342 2007-12-25  Bruno Haible  <bruno@clisp.org>
9343
9344         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
9345         * lib/glob.c: Don't include openat.h.
9346         (link_exists2_p): Add back the code that deals with the
9347         !GLOB_ALTDIRFUNC case.
9348         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
9349         let it do the filename concatenation.
9350         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
9351         * modules/glob (Depends-on): Remove openat.
9352
9353 2007-12-31  Bruno Haible  <bruno@clisp.org>
9354
9355         * modules/dirfd (License): Change to LGPLv2+.
9356         Approved by Jim Meyering.
9357
9358 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
9359
9360         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
9361         when multiplying M by sizeof (size_t).
9362
9363 2007-12-10  Martin Lambers  <marlam@marlam.de>
9364
9365         Override getpagesize on mingw.
9366         * lib/getpagesize.c: New file.
9367         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
9368         * modules/getpagesize (Files): Add lib/getpagesize.c.
9369         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
9370         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9371         REPLACE_GETPAGESIZE.
9372         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
9373
9374 2007-12-25  Bruno Haible  <bruno@clisp.org>
9375
9376         * modules/localcharset (Notice): New field.
9377         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
9378         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
9379
9380 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
9381             Bruno Haible  <bruno@clisp.org>
9382
9383         Avoid using the syntax symbol() in formatted documentation.
9384         * MODULES.html.sh (func_module): When replacing symbol() with a
9385         hyperlink, remove the parentheses. Show an error if some remain.
9386         Recognize and render the '...' syntax.
9387         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
9388         Rework. Add paragraph about GCC's inlining.
9389         * doc/alloca.texi: Likewise.
9390         * doc/error.texi: Remove parentheses from symbol reference.
9391         * doc/gnulib-intro.texi: Likewise.
9392         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
9393         * modules/fnmatch (Description): Reword to say "the ... function".
9394         * modules/full-read (Description): Likewise.
9395         * modules/full-write (Description): Likewise.
9396         * modules/safe-read (Description): Likewise.
9397         * modules/safe-write (Description): Likewise.
9398         * modules/strchrnul (Description): Likewise.
9399         * modules/trim (Description): Likewise.
9400         * modules/error (Description): Remove parentheses from symbol
9401         references.
9402         * modules/verror (Description): Likewise.
9403         Reported by Karl Berry.
9404
9405 2007-12-25  Bruno Haible  <bruno@clisp.org>
9406
9407         Fixup after 2007-10-16 commit.
9408         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
9409
9410 2007-12-24  Bruno Haible  <bruno@clisp.org>
9411
9412         Make --enable-relocatable work with DESTDIR.
9413         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
9414         to compute installdir from destprog.
9415         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
9416         also set the RELOC_DESTDIR variable.
9417         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9418
9419 2007-12-24  Bruno Haible  <bruno@clisp.org>
9420
9421         Fix link error due to xalloc_die().
9422         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
9423         of xreadlink.
9424         * lib/relocwrapper.c: Update comments.
9425         * build-aux/install-reloc: Remove xreadlink.c from file list.
9426         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
9427         xreadlink.c.
9428         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9429
9430 2007-12-24  Bruno Haible  <bruno@clisp.org>
9431
9432         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
9433         * lib/setenv.h: Remove file.
9434         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
9435         lib/setenv.h.
9436         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
9437         (Depends-on): Add stdlib.
9438         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
9439         gl_FUNC_UNSETENV.
9440         (Include): Replace setenv.h with <stdlib.h>.
9441         * modules/unsetenv: New file.
9442         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
9443         * lib/unsetenv.c: Include <stdlib.h> first.
9444         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
9445         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
9446         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
9447         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
9448         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
9449         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
9450         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
9451         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
9452         * doc/functions/unsetenv.texi: Update.
9453         * modules/xsetenv (Depends-on): Add unsetenv.
9454         * modules/getdate (Depends-on): Likewise.
9455         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
9456         * lib/xsetenv.c: Don't include setenv.h.
9457         * lib/getdate.y: Likewise.
9458         * lib/relocwrapper.c: Likewise.
9459         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
9460         (Depends-on): Add stdlib.
9461         * NEWS: Mention the changes.
9462         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9463
9464 2007-12-23  Bruno Haible  <bruno@clisp.org>
9465
9466         * lib/memmem.c (memmem): Use lowercase variable names. Tab
9467         indentation.
9468
9469 2007-12-23  Bruno Haible  <bruno@clisp.org>
9470
9471         * lib/c-strcasestr.c: Add more comments.
9472         * lib/c-strstr.c: Likewise.
9473         * lib/mbscasestr.c: Likewise.
9474         * lib/mbsstr.c: Likewise.
9475         * lib/strcasestr.c: Likewise.
9476         * lib/memmem.c: Likewise.
9477
9478 2007-12-23  Bruno Haible  <bruno@clisp.org>
9479
9480         * tests/test-memmem.c: Include <string.h> first.
9481
9482 2007-12-22  Bruno Haible  <bruno@clisp.org>
9483
9484         * gnulib-tool (func_create_testdir): Change $auxdir while generating
9485         the contents of $testsbase.
9486         Reported by Ralf Wildenhues.
9487
9488 2007-12-22  Bruno Haible  <bruno@clisp.org>
9489
9490         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
9491         two variables local_ldadd_before, local_ldadd_last.
9492
9493 2007-12-20  Eric Blake  <ebb9@byu.net>
9494
9495         Work around circular library issue when cross-compiling.
9496         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
9497         that progname.o does not need to pull in rpl_memcmp.
9498
9499 2007-12-19  Eric Blake  <ebb9@byu.net>
9500
9501         Fix memmem to avoid O(n^2) worst-case complexity.
9502         * lib/memmem.c (knuth_morris_pratt): New function.
9503         (memmem): Use it if first few naive iterations fail.
9504         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
9505         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
9506         * modules/memchr (License): Likewise.
9507         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
9508         malloca.
9509         * tests/test-memmem.c: Rewrite, borrowing ideas from
9510         test-mbsstr1.c; the old version wouldn't even compile!
9511         * modules/memmem-tests: New file.
9512         * lib/string.in.h (rpl_memmem): Add declaration.
9513         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
9514         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
9515         REPLACE_MEMMEM.
9516
9517 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
9518
9519         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
9520         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
9521         before any system include files, and undef after them all.  This
9522         should fix a problem on VMS reported by John E. Malmberg in
9523         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
9524
9525 2007-12-17  Eric Blake  <ebb9@byu.net>
9526
9527         Revert addition of verify, for BSD/OS.
9528         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
9529         can't handle large files, for the sake of obsolete platforms.
9530         * modules/fseeko (Depends-on): Remove verify.
9531         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
9532         * doc/functions/ftello.texi (ftello): Likewise.
9533         * doc/functions/fgetpos.texi (fgetpos): Likewise.
9534         Reported by Larry Jones.
9535
9536 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
9537
9538         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
9539         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
9540
9541 2007-12-17  Jim Meyering  <meyering@redhat.com>
9542
9543         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
9544         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
9545         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
9546         * modules/getcwd (Depends-on): Add openat.
9547         Reported by Petr Salinger.
9548
9549 2007-12-17  Bruno Haible  <bruno@clisp.org>
9550
9551         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
9552         avoid a segmentation fault of the configure test on x86_64 systems.
9553
9554 2007-12-15  Jim Meyering  <meyering@redhat.com>
9555
9556         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
9557
9558 2007-12-13  Eric Blake  <ebb9@byu.net>
9559
9560         Another fseek test.
9561         * tests/test-fseek.c (main): Also test ungetc handling.
9562         * tests/test-fseeko.c (main): Likewise.
9563         * modules/fseeko (Depends-on): Add verify.
9564         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
9565         large.
9566         Reported by Larry Jones.
9567
9568         Fix fseeko on mingw.
9569         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
9570         seek.
9571
9572         Beef up fseek tests.
9573         * tests/test-fseek.c (main): Also test eof handling.
9574         * tests/test-fseeko.c (main): Likewise.
9575         Reported by Larry Jones.
9576
9577 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
9578
9579         Fix fseeko on BSD-based platforms.
9580         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
9581         successful seek.
9582
9583 2007-12-12  Eric Blake  <ebb9@byu.net>
9584
9585         Allow circular dependency of separate libtests.a
9586         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
9587         when use_libtests.
9588
9589 2007-12-11  Eric Blake  <ebb9@byu.net>
9590
9591         Fix bug with -0.0L in previous patch.
9592         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
9593         * tests/test-isnan.c (main): Also test on zeroes.
9594         * tests/test-isnanf.c (main): Likewise.
9595         * tests/test-isnanl.h (main): Likewise.
9596
9597         Detect pseudo-denormals on x86 even when cross-compiling.
9598         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
9599         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
9600         invalid bit patterns that happen to satisfy ==.
9601
9602         Avoid link failures with separate libtests.a.
9603         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
9604         last, to satisfy circular dependencies.
9605
9606 2007-12-11  Eric Blake  <ebb9@byu.net>
9607         and Bruno Haible  <bruno@clisp.org>
9608
9609         Fix OpenBSD 4.0 <float.h> handling of long double.
9610         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
9611         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
9612         * doc/headers/float.texi (float.h): Document OpenBSD bug.
9613
9614 2007-12-11  Jim Meyering  <meyering@redhat.com>
9615
9616         * users.txt: Add libvirt.
9617
9618         Support versions of autoconf prior to 2.59c.
9619         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
9620         if it is not already defined.
9621
9622 2007-12-09  Bruno Haible  <bruno@clisp.org>
9623
9624         Let 'gnulib-tool --import' collect sources needed for the tests in
9625         tests/ rather than in lib/.
9626         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
9627         argument. If true, add rules to generate libtests.a, and put libtests.a
9628         into $(LDADD). Consider source files in subdirectories and set
9629         uses_subdirs.
9630         (func_emit_initmacro_start, func_emit_initmacro_end,
9631         func_emit_initmacro_done): Pass all arguments explicitly.
9632         (func_import): Determine two module lists main_modules,
9633         testsrelated_modules. Determine use_libtests. Determine two variables
9634         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
9635         instead of just sed_transform_lib_file. Determine two variables
9636         main_files and testsrelated_files. Compute 'files' as the union of
9637         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
9638         func_add_or_update. In the generated gnulib-comp.m4, collect the
9639         object files for tests/ in different variables than those for lib/.
9640         Substitute LIBTESTS_LIBDEPS.
9641         (func_create_testdir): Combine the uses_subdirs results from
9642         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
9643
9644 2007-12-09  Bruno Haible  <bruno@clisp.org>
9645
9646         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
9647         the build-aux directory.
9648
9649 2007-12-09  Bruno Haible  <bruno@clisp.org>
9650
9651         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
9652         introduced on 2006-09-09.
9653
9654 2007-12-07  Jim Meyering  <meyering@redhat.com>
9655
9656         Let these macros work also with autoconf-2.59.
9657         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
9658         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
9659         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
9660
9661 2007-12-06  Jim Meyering  <meyering@redhat.com>
9662
9663         Avoid a configure-time syntax error in gl_FUNC_ACL.
9664         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
9665         function in each branch, before testing the cache variable.
9666
9667 2007-12-04  Eric Blake  <ebb9@byu.net>
9668
9669         Make scripts executable.
9670         * build-aux/config.guess: Add execute permissions.
9671         * build-aux/config.sub: Likewise.
9672         * build-aux/gendocs.sh: Likewise.
9673
9674         Fix frexp on mingw.
9675         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
9676         cross-compiling.
9677         * doc/functions/frexp.texi (frexp): Document the bug.
9678
9679         Make cygwin fseeko check more reliable.
9680         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
9681         version numbers, rather than unrelated feature check.
9682         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
9683         * doc/functions/ftello.texi (ftello): Likewise.
9684         Reported by Bruno Haible.
9685
9686         * m4/strerror.m4: Bump version number.
9687
9688 2007-12-03  Bruno Haible  <bruno@clisp.org>
9689
9690         * doc/functions/mprotect.texi: Mention the mingw problem.
9691
9692 2007-12-03  Eric Blake  <ebb9@byu.net>
9693
9694         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
9695         REPLACE_STRERROR is initialized before this macro.
9696
9697 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
9698
9699         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
9700         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
9701         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
9702         put -lsec in even for programs other than 'ls'.  This fixes a problem
9703         for gettext reported by Bruno Haible in
9704         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
9705         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
9706         Add support for Solaris 10.  This isn't efficient, but should get the
9707         job done for now.
9708
9709 2007-12-03  James Youngman  <jay@gnu.org>
9710
9711         * doc/regexprops-generic.texi: change "an close-group" to "a
9712         close-group" and "illegal" to "not allowed".
9713
9714 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9715
9716         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
9717         pr_byname.h. Needed for the rare case when the maintainer has done
9718         "make maintainer-clean" in the source directory and then attempts a
9719         build outside the source directory.
9720         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
9721         scripts_byname.h.
9722
9723 2007-12-02  Martin Lambers <marlam@marlam.de>
9724             Bruno Haible  <bruno@clisp.org>
9725
9726         * lib/getpagesize.h: Remove file.
9727         * lib/unistd.in.h: Include declaration of getpagesize here.
9728         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
9729         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
9730         HAVE_SYS_PARAM_H.
9731         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
9732         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
9733         * modules/getpagesize (Files): Remove lib/getpagesize.h.
9734         (Depends-on): Add unistd.
9735         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9736         (Include): Use <unistd.h> instead of getpagesize.h.
9737         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
9738         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
9739         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
9740         gl_GETPAGESIZE invocation, already handled by module dependency.
9741         * lib/pagealign_alloc.c: Don't include getpagesize.h.
9742
9743 2007-12-02  Bruno Haible  <bruno@clisp.org>
9744
9745         * modules/strings-tests: New file.
9746         * tests/test-strings.c: New file.
9747
9748         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
9749         * lib/strings.in.h: New file.
9750         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
9751         * m4/strings_h.m4: New file.
9752         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
9753         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
9754         * modules/strings: New file.
9755         * modules/string (Makefile.am): Update.
9756         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
9757         Reported by Karl Berry.
9758
9759 2007-12-01  Eric Blake  <ebb9@byu.net>
9760
9761         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
9762         accomodate fix in cygwin 1.5.25.
9763
9764 2007-12-01  Jim Meyering  <meyering@redhat.com>
9765
9766         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
9767         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
9768         that would inhibit utf8-optimization of a regexp containing line-
9769         or buffer-anchors, e.g., `^', `$'.
9770
9771 2007-11-30  Bruno Haible  <bruno@clisp.org>
9772
9773         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
9774         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
9775         glthread_recursive_lock_init.
9776         * lib/lock.c (glthread_recursive_lock_init)
9777         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
9778         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9779
9780 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
9781
9782         New function qset_acl, like set_acl but with syscall semantics.
9783         * lib/acl.h (qset_acl): New decl.
9784         * lib/acl.c (qset_acl): New function.
9785         (set_acl): Use new function.  Use more-consistent diagnostics.
9786
9787 2007-11-28  Jim Meyering  <meyering@redhat.com>
9788
9789         * modules/physmem (License): Change from GPL to LGPLv2+.
9790
9791 2007-11-26  Bruno Haible  <bruno@clisp.org>
9792
9793         * lib/vasnprintf.c (decode_long_double): Don't abort if the
9794         'long double' type has excess precision.
9795         Reported by Jim Meyering in
9796         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
9797
9798 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9799
9800         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
9801         Sync from <http://gnu.org/licenses>.
9802         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
9803         with license text from same location.
9804         * doc/maintain.texi, doc/standards.texi:  Sync from
9805         <http://savannah.gnu.org/projects/gnustandards>.
9806
9807 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
9808         and Jim Meyering  <meyering@redhat.com>
9809
9810         Adjust getdate' grammar to accept a slightly more regular language.
9811         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
9812         Before, the former was rejected.
9813         * lib/getdate.y (digits_to_date_time): New function, factored
9814         out of ...
9815         (number): ...here.  Just call digits_to_date_time.
9816         (hybrid): New non-terminal to handle an <unsigned number,
9817         signed relative offset> sequence consistently.
9818
9819 2007-11-18  Jim Meyering  <meyering@redhat.com>
9820
9821         Pull my changes from coreutils:
9822         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
9823         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
9824         use of $gnulib_tool_option_extras, so that it's separated from the
9825         preceding argument.
9826
9827         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
9828         * build-aux/bootstrap (cp_mark_as_generated): Create any required
9829         parent destination directories before copying a file into place.
9830
9831 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9832
9833         bootstrap: work also with 4-argument variant of AC_INIT
9834         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
9835
9836 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
9837
9838         Port test-getaddrinfo to Solaris.
9839         Problem reported by Bruno Haible in
9840         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
9841         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
9842         explanation of setting 'hints'.
9843         Don't reject an implementation merely because it returns EAI_SERVICE.
9844         (EAI_SERVICE): Define to 0 if not defined.
9845
9846 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9847
9848         The license of gnu-make and posix-shell is now "GPLed build tool".
9849         * modules/gnu-make (License): Likewise.
9850         * modules/posix-shell (License): Likewise.
9851
9852         New module posix-shell, for determining a POSIX shell
9853         or perhaps something that is close enough to a POSIX shell.
9854         * m4/posix-shell.m4: New file.
9855         * modules/posix-shell: New file.
9856
9857         * MODULES.html.sh: Mention new module.
9858
9859         New module gnu-make, for determining whether we're using GNU Make.
9860         * m4/gnu-make.m4: New file.
9861         * modules/gnu-make: New file.
9862         * MODULES.html.sh: Mention new module.
9863
9864 2007-11-14  Jim Meyering  <meyering@redhat.com>
9865
9866         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
9867         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
9868         use this macro to create a function _definition_.
9869         Remove useless "#undef ARGMATCH_DIE".
9870
9871 2007-11-14  Bruno Haible  <bruno@clisp.org>
9872
9873         * lib/config.charset: Update for OpenBSD 4.1.
9874         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
9875
9876 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
9877
9878         Document 64-bit #if problems in stdint.texi.
9879         * doc/headers/stdint.texi (stdint.h): Mention problems with
9880         64-bit-#if, and how to work around them.
9881
9882         Don't insist on 'long long int' support in the preprocessor.  It
9883         breaks too many things.  For example, PRIdMAX still uses a 'long
9884         long int' format with the latest Sun compiler, even though
9885         HAVE_LONG_LONG_INT isn't defined due to that compiler's
9886         preprocessor problem.  This causes the latest coreutils to dump
9887         core on Solaris 10 sparc with the Sun C compiler.
9888         Instead, fix the 2007-10-16 problem in a different way, by evaluating
9889         the troublesome expressions at configure-time, not at #if-time.
9890         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
9891         preprocessor.
9892         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
9893         compile-time C checks, done at 'configure'-time.
9894         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
9895         * modules/inttypes (Makefile): Substitute the new symbols that
9896         gl_INTTYPES_H now generates.
9897         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
9898
9899 2007-11-12  Bruno Haible  <bruno@clisp.org>
9900
9901         Tests for Unicode character classification functions.
9902
9903         * modules/unictype/bidicategory-byname-tests: New file.
9904         * modules/unictype/bidicategory-name-tests: New file.
9905         * modules/unictype/bidicategory-of-tests: New file.
9906         * modules/unictype/bidicategory-test-tests: New file.
9907         * modules/unictype/block-list-tests: New file.
9908         * modules/unictype/block-of-tests: New file.
9909         * modules/unictype/block-test-tests: New file.
9910         * modules/unictype/category-C-tests: New file.
9911         * modules/unictype/category-Cc-tests: New file.
9912         * modules/unictype/category-Cf-tests: New file.
9913         * modules/unictype/category-Cn-tests: New file.
9914         * modules/unictype/category-Co-tests: New file.
9915         * modules/unictype/category-Cs-tests: New file.
9916         * modules/unictype/category-L-tests: New file.
9917         * modules/unictype/category-Ll-tests: New file.
9918         * modules/unictype/category-Lm-tests: New file.
9919         * modules/unictype/category-Lo-tests: New file.
9920         * modules/unictype/category-Lt-tests: New file.
9921         * modules/unictype/category-Lu-tests: New file.
9922         * modules/unictype/category-M-tests: New file.
9923         * modules/unictype/category-Mc-tests: New file.
9924         * modules/unictype/category-Me-tests: New file.
9925         * modules/unictype/category-Mn-tests: New file.
9926         * modules/unictype/category-N-tests: New file.
9927         * modules/unictype/category-Nd-tests: New file.
9928         * modules/unictype/category-Nl-tests: New file.
9929         * modules/unictype/category-No-tests: New file.
9930         * modules/unictype/category-P-tests: New file.
9931         * modules/unictype/category-Pc-tests: New file.
9932         * modules/unictype/category-Pd-tests: New file.
9933         * modules/unictype/category-Pe-tests: New file.
9934         * modules/unictype/category-Pf-tests: New file.
9935         * modules/unictype/category-Pi-tests: New file.
9936         * modules/unictype/category-Po-tests: New file.
9937         * modules/unictype/category-Ps-tests: New file.
9938         * modules/unictype/category-S-tests: New file.
9939         * modules/unictype/category-Sc-tests: New file.
9940         * modules/unictype/category-Sk-tests: New file.
9941         * modules/unictype/category-Sm-tests: New file.
9942         * modules/unictype/category-So-tests: New file.
9943         * modules/unictype/category-Z-tests: New file.
9944         * modules/unictype/category-Zl-tests: New file.
9945         * modules/unictype/category-Zp-tests: New file.
9946         * modules/unictype/category-Zs-tests: New file.
9947         * modules/unictype/category-and-not-tests: New file.
9948         * modules/unictype/category-and-tests: New file.
9949         * modules/unictype/category-byname-tests: New file.
9950         * modules/unictype/category-name-tests: New file.
9951         * modules/unictype/category-none-tests: New file.
9952         * modules/unictype/category-of-tests: New file.
9953         * modules/unictype/category-or-tests: New file.
9954         * modules/unictype/category-test-withtable-tests: New file.
9955         * modules/unictype/combining-class-tests: New file.
9956         * modules/unictype/ctype-alnum-tests: New file.
9957         * modules/unictype/ctype-alpha-tests: New file.
9958         * modules/unictype/ctype-blank-tests: New file.
9959         * modules/unictype/ctype-cntrl-tests: New file.
9960         * modules/unictype/ctype-digit-tests: New file.
9961         * modules/unictype/ctype-graph-tests: New file.
9962         * modules/unictype/ctype-lower-tests: New file.
9963         * modules/unictype/ctype-print-tests: New file.
9964         * modules/unictype/ctype-punct-tests: New file.
9965         * modules/unictype/ctype-space-tests: New file.
9966         * modules/unictype/ctype-upper-tests: New file.
9967         * modules/unictype/ctype-xdigit-tests: New file.
9968         * modules/unictype/decimal-digit-tests: New file.
9969         * modules/unictype/digit-tests: New file.
9970         * modules/unictype/mirror-tests: New file.
9971         * modules/unictype/numeric-tests: New file.
9972         * modules/unictype/property-alphabetic-tests: New file.
9973         * modules/unictype/property-ascii-hex-digit-tests: New file.
9974         * modules/unictype/property-bidi-arabic-digit-tests: New file.
9975         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
9976         * modules/unictype/property-bidi-block-separator-tests: New file.
9977         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
9978         * modules/unictype/property-bidi-common-separator-tests: New file.
9979         * modules/unictype/property-bidi-control-tests: New file.
9980         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
9981         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
9982         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
9983         * modules/unictype/property-bidi-european-digit-tests: New file.
9984         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
9985         * modules/unictype/property-bidi-left-to-right-tests: New file.
9986         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
9987         * modules/unictype/property-bidi-other-neutral-tests: New file.
9988         * modules/unictype/property-bidi-pdf-tests: New file.
9989         * modules/unictype/property-bidi-segment-separator-tests: New file.
9990         * modules/unictype/property-bidi-whitespace-tests: New file.
9991         * modules/unictype/property-byname-tests: New file.
9992         * modules/unictype/property-combining-tests: New file.
9993         * modules/unictype/property-composite-tests: New file.
9994         * modules/unictype/property-currency-symbol-tests: New file.
9995         * modules/unictype/property-dash-tests: New file.
9996         * modules/unictype/property-decimal-digit-tests: New file.
9997         * modules/unictype/property-default-ignorable-code-point-tests: New file.
9998         * modules/unictype/property-deprecated-tests: New file.
9999         * modules/unictype/property-diacritic-tests: New file.
10000         * modules/unictype/property-extender-tests: New file.
10001         * modules/unictype/property-format-control-tests: New file.
10002         * modules/unictype/property-grapheme-base-tests: New file.
10003         * modules/unictype/property-grapheme-extend-tests: New file.
10004         * modules/unictype/property-grapheme-link-tests: New file.
10005         * modules/unictype/property-hex-digit-tests: New file.
10006         * modules/unictype/property-hyphen-tests: New file.
10007         * modules/unictype/property-id-continue-tests: New file.
10008         * modules/unictype/property-id-start-tests: New file.
10009         * modules/unictype/property-ideographic-tests: New file.
10010         * modules/unictype/property-ids-binary-operator-tests: New file.
10011         * modules/unictype/property-ids-trinary-operator-tests: New file.
10012         * modules/unictype/property-ignorable-control-tests: New file.
10013         * modules/unictype/property-iso-control-tests: New file.
10014         * modules/unictype/property-join-control-tests: New file.
10015         * modules/unictype/property-left-of-pair-tests: New file.
10016         * modules/unictype/property-line-separator-tests: New file.
10017         * modules/unictype/property-logical-order-exception-tests: New file.
10018         * modules/unictype/property-lowercase-tests: New file.
10019         * modules/unictype/property-math-tests: New file.
10020         * modules/unictype/property-non-break-tests: New file.
10021         * modules/unictype/property-not-a-character-tests: New file.
10022         * modules/unictype/property-numeric-tests: New file.
10023         * modules/unictype/property-other-alphabetic-tests: New file.
10024         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
10025         * modules/unictype/property-other-grapheme-extend-tests: New file.
10026         * modules/unictype/property-other-id-continue-tests: New file.
10027         * modules/unictype/property-other-id-start-tests: New file.
10028         * modules/unictype/property-other-lowercase-tests: New file.
10029         * modules/unictype/property-other-math-tests: New file.
10030         * modules/unictype/property-other-uppercase-tests: New file.
10031         * modules/unictype/property-paired-punctuation-tests: New file.
10032         * modules/unictype/property-paragraph-separator-tests: New file.
10033         * modules/unictype/property-pattern-syntax-tests: New file.
10034         * modules/unictype/property-pattern-white-space-tests: New file.
10035         * modules/unictype/property-private-use-tests: New file.
10036         * modules/unictype/property-punctuation-tests: New file.
10037         * modules/unictype/property-quotation-mark-tests: New file.
10038         * modules/unictype/property-radical-tests: New file.
10039         * modules/unictype/property-sentence-terminal-tests: New file.
10040         * modules/unictype/property-soft-dotted-tests: New file.
10041         * modules/unictype/property-space-tests: New file.
10042         * modules/unictype/property-terminal-punctuation-tests: New file.
10043         * modules/unictype/property-test-tests: New file.
10044         * modules/unictype/property-titlecase-tests: New file.
10045         * modules/unictype/property-unassigned-code-value-tests: New file.
10046         * modules/unictype/property-unified-ideograph-tests: New file.
10047         * modules/unictype/property-uppercase-tests: New file.
10048         * modules/unictype/property-variation-selector-tests: New file.
10049         * modules/unictype/property-white-space-tests: New file.
10050         * modules/unictype/property-xid-continue-tests: New file.
10051         * modules/unictype/property-xid-start-tests: New file.
10052         * modules/unictype/property-zero-width-tests: New file.
10053         * modules/unictype/scripts-tests: New file.
10054         * modules/unictype/syntax-c-ident-tests: New file.
10055         * modules/unictype/syntax-c-whitespace-tests: New file.
10056         * modules/unictype/syntax-java-ident-tests: New file.
10057         * modules/unictype/syntax-java-whitespace-tests: New file.
10058         * tests/unictype/test-bidi_byname.c: New file.
10059         * tests/unictype/test-bidi_name.c: New file.
10060         * tests/unictype/test-bidi_of.c: New file.
10061         * tests/unictype/test-bidi_test.c: New file.
10062         * tests/unictype/test-block_list.c: New file.
10063         * tests/unictype/test-block_of.c: New file.
10064         * tests/unictype/test-block_test.c: New file.
10065         * tests/unictype/test-categ_and.c: New file.
10066         * tests/unictype/test-categ_and_not.c: New file.
10067         * tests/unictype/test-categ_byname.c: New file.
10068         * tests/unictype/test-categ_name.c: New file.
10069         * tests/unictype/test-categ_none.c: New file.
10070         * tests/unictype/test-categ_of.c: New file.
10071         * tests/unictype/test-categ_or.c: New file.
10072         * tests/unictype/test-categ_test_withtable.c: New file.
10073         * tests/unictype/test-combining.c: New file.
10074         * tests/unictype/test-decdigit.c: New file.
10075         * tests/unictype/test-digit.c: New file.
10076         * tests/unictype/test-mirror.c: New file.
10077         * tests/unictype/test-numeric.c: New file.
10078         * tests/unictype/test-pr_byname.c: New file.
10079         * tests/unictype/test-pr_test.c: New file.
10080         * tests/unictype/test-predicate-part1.h: New file.
10081         * tests/unictype/test-predicate-part2.h: New file.
10082         * tests/unictype/test-scripts.c: New file.
10083         * tests/unictype/test-sy_c_ident.c: New file.
10084         * tests/unictype/test-sy_java_ident.c: New file.
10085
10086         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
10087         for Unicode 5.0.0.
10088         * tests/unictype/test-categ_Cc.c: Likewise.
10089         * tests/unictype/test-categ_Cf.c: Likewise.
10090         * tests/unictype/test-categ_Cn.c: Likewise.
10091         * tests/unictype/test-categ_Co.c: Likewise.
10092         * tests/unictype/test-categ_Cs.c: Likewise.
10093         * tests/unictype/test-categ_L.c: Likewise.
10094         * tests/unictype/test-categ_Ll.c: Likewise.
10095         * tests/unictype/test-categ_Lm.c: Likewise.
10096         * tests/unictype/test-categ_Lo.c: Likewise.
10097         * tests/unictype/test-categ_Lt.c: Likewise.
10098         * tests/unictype/test-categ_Lu.c: Likewise.
10099         * tests/unictype/test-categ_M.c: Likewise.
10100         * tests/unictype/test-categ_Mc.c: Likewise.
10101         * tests/unictype/test-categ_Me.c: Likewise.
10102         * tests/unictype/test-categ_Mn.c: Likewise.
10103         * tests/unictype/test-categ_N.c: Likewise.
10104         * tests/unictype/test-categ_Nd.c: Likewise.
10105         * tests/unictype/test-categ_Nl.c: Likewise.
10106         * tests/unictype/test-categ_No.c: Likewise.
10107         * tests/unictype/test-categ_P.c: Likewise.
10108         * tests/unictype/test-categ_Pc.c: Likewise.
10109         * tests/unictype/test-categ_Pd.c: Likewise.
10110         * tests/unictype/test-categ_Pe.c: Likewise.
10111         * tests/unictype/test-categ_Pf.c: Likewise.
10112         * tests/unictype/test-categ_Pi.c: Likewise.
10113         * tests/unictype/test-categ_Po.c: Likewise.
10114         * tests/unictype/test-categ_Ps.c: Likewise.
10115         * tests/unictype/test-categ_S.c: Likewise.
10116         * tests/unictype/test-categ_Sc.c: Likewise.
10117         * tests/unictype/test-categ_Sk.c: Likewise.
10118         * tests/unictype/test-categ_Sm.c: Likewise.
10119         * tests/unictype/test-categ_So.c: Likewise.
10120         * tests/unictype/test-categ_Z.c: Likewise.
10121         * tests/unictype/test-categ_Zl.c: Likewise.
10122         * tests/unictype/test-categ_Zp.c: Likewise.
10123         * tests/unictype/test-categ_Zs.c: Likewise.
10124         * tests/unictype/test-ctype_alnum.c: Likewise.
10125         * tests/unictype/test-ctype_alpha.c: Likewise.
10126         * tests/unictype/test-ctype_blank.c: Likewise.
10127         * tests/unictype/test-ctype_cntrl.c: Likewise.
10128         * tests/unictype/test-ctype_digit.c: Likewise.
10129         * tests/unictype/test-ctype_graph.c: Likewise.
10130         * tests/unictype/test-ctype_lower.c: Likewise.
10131         * tests/unictype/test-ctype_print.c: Likewise.
10132         * tests/unictype/test-ctype_punct.c: Likewise.
10133         * tests/unictype/test-ctype_space.c: Likewise.
10134         * tests/unictype/test-ctype_upper.c: Likewise.
10135         * tests/unictype/test-ctype_xdigit.c: Likewise.
10136         * tests/unictype/test-decdigit.h: Likewise.
10137         * tests/unictype/test-digit.h: Likewise.
10138         * tests/unictype/test-numeric.h: Likewise.
10139         * tests/unictype/test-pr_alphabetic.c: Likewise.
10140         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
10141         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
10142         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
10143         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
10144         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
10145         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
10146         * tests/unictype/test-pr_bidi_control.c: Likewise.
10147         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
10148         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
10149         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
10150         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
10151         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
10152         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
10153         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
10154         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
10155         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
10156         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
10157         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
10158         * tests/unictype/test-pr_combining.c: Likewise.
10159         * tests/unictype/test-pr_composite.c: Likewise.
10160         * tests/unictype/test-pr_currency_symbol.c: Likewise.
10161         * tests/unictype/test-pr_dash.c: Likewise.
10162         * tests/unictype/test-pr_decimal_digit.c: Likewise.
10163         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
10164         * tests/unictype/test-pr_deprecated.c: Likewise.
10165         * tests/unictype/test-pr_diacritic.c: Likewise.
10166         * tests/unictype/test-pr_extender.c: Likewise.
10167         * tests/unictype/test-pr_format_control.c: Likewise.
10168         * tests/unictype/test-pr_grapheme_base.c: Likewise.
10169         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
10170         * tests/unictype/test-pr_grapheme_link.c: Likewise.
10171         * tests/unictype/test-pr_hex_digit.c: Likewise.
10172         * tests/unictype/test-pr_hyphen.c: Likewise.
10173         * tests/unictype/test-pr_id_continue.c: Likewise.
10174         * tests/unictype/test-pr_id_start.c: Likewise.
10175         * tests/unictype/test-pr_ideographic.c: Likewise.
10176         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
10177         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
10178         * tests/unictype/test-pr_ignorable_control.c: Likewise.
10179         * tests/unictype/test-pr_iso_control.c: Likewise.
10180         * tests/unictype/test-pr_join_control.c: Likewise.
10181         * tests/unictype/test-pr_left_of_pair.c: Likewise.
10182         * tests/unictype/test-pr_line_separator.c: Likewise.
10183         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
10184         * tests/unictype/test-pr_lowercase.c: Likewise.
10185         * tests/unictype/test-pr_math.c: Likewise.
10186         * tests/unictype/test-pr_non_break.c: Likewise.
10187         * tests/unictype/test-pr_not_a_character.c: Likewise.
10188         * tests/unictype/test-pr_numeric.c: Likewise.
10189         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
10190         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
10191         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
10192         * tests/unictype/test-pr_other_id_continue.c: Likewise.
10193         * tests/unictype/test-pr_other_id_start.c: Likewise.
10194         * tests/unictype/test-pr_other_lowercase.c: Likewise.
10195         * tests/unictype/test-pr_other_math.c: Likewise.
10196         * tests/unictype/test-pr_other_uppercase.c: Likewise.
10197         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
10198         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
10199         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
10200         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
10201         * tests/unictype/test-pr_private_use.c: Likewise.
10202         * tests/unictype/test-pr_punctuation.c: Likewise.
10203         * tests/unictype/test-pr_quotation_mark.c: Likewise.
10204         * tests/unictype/test-pr_radical.c: Likewise.
10205         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
10206         * tests/unictype/test-pr_soft_dotted.c: Likewise.
10207         * tests/unictype/test-pr_space.c: Likewise.
10208         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
10209         * tests/unictype/test-pr_titlecase.c: Likewise.
10210         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
10211         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
10212         * tests/unictype/test-pr_uppercase.c: Likewise.
10213         * tests/unictype/test-pr_variation_selector.c: Likewise.
10214         * tests/unictype/test-pr_white_space.c: Likewise.
10215         * tests/unictype/test-pr_xid_continue.c: Likewise.
10216         * tests/unictype/test-pr_xid_start.c: Likewise.
10217         * tests/unictype/test-pr_zero_width.c: Likewise.
10218         * tests/unictype/test-sy_c_whitespace.c: Likewise.
10219         * tests/unictype/test-sy_java_whitespace.c: Likewise.
10220
10221 2007-11-12  Bruno Haible  <bruno@clisp.org>
10222
10223         Unicode character classification functions.
10224         * lib/unictype.h: New file.
10225         * modules/unictype/base: New file.
10226         * modules/unictype/category-L: New file.
10227         * modules/unictype/category-Lu: New file.
10228         * modules/unictype/category-Ll: New file.
10229         * modules/unictype/category-Lt: New file.
10230         * modules/unictype/category-Lm: New file.
10231         * modules/unictype/category-Lo: New file.
10232         * modules/unictype/category-M: New file.
10233         * modules/unictype/category-Mn: New file.
10234         * modules/unictype/category-Mc: New file.
10235         * modules/unictype/category-Me: New file.
10236         * modules/unictype/category-N: New file.
10237         * modules/unictype/category-Nd: New file.
10238         * modules/unictype/category-Nl: New file.
10239         * modules/unictype/category-No: New file.
10240         * modules/unictype/category-P: New file.
10241         * modules/unictype/category-Pc: New file.
10242         * modules/unictype/category-Pd: New file.
10243         * modules/unictype/category-Ps: New file.
10244         * modules/unictype/category-Pe: New file.
10245         * modules/unictype/category-Pi: New file.
10246         * modules/unictype/category-Pf: New file.
10247         * modules/unictype/category-Po: New file.
10248         * modules/unictype/category-S: New file.
10249         * modules/unictype/category-Sm: New file.
10250         * modules/unictype/category-Sc: New file.
10251         * modules/unictype/category-Sk: New file.
10252         * modules/unictype/category-So: New file.
10253         * modules/unictype/category-Z: New file.
10254         * modules/unictype/category-Zs: New file.
10255         * modules/unictype/category-Zl: New file.
10256         * modules/unictype/category-Zp: New file.
10257         * modules/unictype/category-C: New file.
10258         * modules/unictype/category-Cc: New file.
10259         * modules/unictype/category-Cf: New file.
10260         * modules/unictype/category-Cs: New file.
10261         * modules/unictype/category-Co: New file.
10262         * modules/unictype/category-Cn: New file.
10263         * modules/unictype/category-or: New file.
10264         * modules/unictype/category-of: New file.
10265         * modules/unictype/category-test: New file.
10266         * modules/unictype/category-test-withtable: New file.
10267         * modules/unictype/category-byname: New file.
10268         * modules/unictype/category-none: New file.
10269         * modules/unictype/category-and: New file.
10270         * modules/unictype/category-and-not: New file.
10271         * modules/unictype/category-name: New file.
10272         * modules/unictype/combining-class: New file.
10273         * modules/unictype/category-all: New file.
10274         * modules/unictype/bidicategory-all: New file.
10275         * modules/unictype/bidicategory-byname: New file.
10276         * modules/unictype/bidicategory-name: New file.
10277         * modules/unictype/bidicategory-of: New file.
10278         * modules/unictype/bidicategory-test: New file.
10279         * modules/unictype/decimal-digit: New file.
10280         * modules/unictype/digit: New file.
10281         * modules/unictype/numeric: New file.
10282         * modules/unictype/mirror: New file.
10283         * modules/unictype/property-white-space: New file.
10284         * modules/unictype/property-alphabetic: New file.
10285         * modules/unictype/property-other-alphabetic: New file.
10286         * modules/unictype/property-not-a-character: New file.
10287         * modules/unictype/property-default-ignorable-code-point: New file.
10288         * modules/unictype/property-other-default-ignorable-code-point: New
10289         file.
10290         * modules/unictype/property-deprecated: New file.
10291         * modules/unictype/property-logical-order-exception: New file.
10292         * modules/unictype/property-variation-selector: New file.
10293         * modules/unictype/property-private-use: New file.
10294         * modules/unictype/property-unassigned-code-value: New file.
10295         * modules/unictype/property-uppercase: New file.
10296         * modules/unictype/property-other-uppercase: New file.
10297         * modules/unictype/property-lowercase: New file.
10298         * modules/unictype/property-other-lowercase: New file.
10299         * modules/unictype/property-titlecase: New file.
10300         * modules/unictype/property-soft-dotted: New file.
10301         * modules/unictype/property-id-start: New file.
10302         * modules/unictype/property-other-id-start: New file.
10303         * modules/unictype/property-id-continue: New file.
10304         * modules/unictype/property-other-id-continue: New file.
10305         * modules/unictype/property-xid-start: New file.
10306         * modules/unictype/property-xid-continue: New file.
10307         * modules/unictype/property-pattern-white-space: New file.
10308         * modules/unictype/property-pattern-syntax: New file.
10309         * modules/unictype/property-join-control: New file.
10310         * modules/unictype/property-grapheme-base: New file.
10311         * modules/unictype/property-grapheme-extend: New file.
10312         * modules/unictype/property-other-grapheme-extend: New file.
10313         * modules/unictype/property-grapheme-link: New file.
10314         * modules/unictype/property-bidi-control: New file.
10315         * modules/unictype/property-bidi-left-to-right: New file.
10316         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
10317         * modules/unictype/property-bidi-arabic-right-to-left: New file.
10318         * modules/unictype/property-bidi-european-digit: New file.
10319         * modules/unictype/property-bidi-eur-num-separator: New file.
10320         * modules/unictype/property-bidi-eur-num-terminator: New file.
10321         * modules/unictype/property-bidi-arabic-digit: New file.
10322         * modules/unictype/property-bidi-common-separator: New file.
10323         * modules/unictype/property-bidi-block-separator: New file.
10324         * modules/unictype/property-bidi-segment-separator: New file.
10325         * modules/unictype/property-bidi-whitespace: New file.
10326         * modules/unictype/property-bidi-non-spacing-mark: New file.
10327         * modules/unictype/property-bidi-boundary-neutral: New file.
10328         * modules/unictype/property-bidi-pdf: New file.
10329         * modules/unictype/property-bidi-embedding-or-override: New file.
10330         * modules/unictype/property-bidi-other-neutral: New file.
10331         * modules/unictype/property-hex-digit: New file.
10332         * modules/unictype/property-ascii-hex-digit: New file.
10333         * modules/unictype/property-ideographic: New file.
10334         * modules/unictype/property-unified-ideograph: New file.
10335         * modules/unictype/property-radical: New file.
10336         * modules/unictype/property-ids-binary-operator: New file.
10337         * modules/unictype/property-ids-trinary-operator: New file.
10338         * modules/unictype/property-zero-width: New file.
10339         * modules/unictype/property-space: New file.
10340         * modules/unictype/property-non-break: New file.
10341         * modules/unictype/property-iso-control: New file.
10342         * modules/unictype/property-format-control: New file.
10343         * modules/unictype/property-dash: New file.
10344         * modules/unictype/property-hyphen: New file.
10345         * modules/unictype/property-punctuation: New file.
10346         * modules/unictype/property-line-separator: New file.
10347         * modules/unictype/property-paragraph-separator: New file.
10348         * modules/unictype/property-quotation-mark: New file.
10349         * modules/unictype/property-sentence-terminal: New file.
10350         * modules/unictype/property-terminal-punctuation: New file.
10351         * modules/unictype/property-currency-symbol: New file.
10352         * modules/unictype/property-math: New file.
10353         * modules/unictype/property-other-math: New file.
10354         * modules/unictype/property-paired-punctuation: New file.
10355         * modules/unictype/property-left-of-pair: New file.
10356         * modules/unictype/property-combining: New file.
10357         * modules/unictype/property-composite: New file.
10358         * modules/unictype/property-decimal-digit: New file.
10359         * modules/unictype/property-numeric: New file.
10360         * modules/unictype/property-diacritic: New file.
10361         * modules/unictype/property-extender: New file.
10362         * modules/unictype/property-ignorable-control: New file.
10363         * modules/unictype/property-test: New file.
10364         * modules/unictype/property-byname: New file.
10365         * modules/unictype/property-all: New file.
10366         * modules/unictype/scripts: New file.
10367         * modules/unictype/scripts-all: New file.
10368         * modules/unictype/block-of: New file.
10369         * modules/unictype/block-test: New file.
10370         * modules/unictype/block-list: New file.
10371         * modules/unictype/block-all: New file.
10372         * modules/unictype/syntax-c-whitespace: New file.
10373         * modules/unictype/syntax-java-whitespace: New file.
10374         * modules/unictype/syntax-c-ident: New file.
10375         * modules/unictype/syntax-java-ident: New file.
10376         * modules/unictype/ctype-alnum: New file.
10377         * modules/unictype/ctype-alpha: New file.
10378         * modules/unictype/ctype-cntrl: New file.
10379         * modules/unictype/ctype-digit: New file.
10380         * modules/unictype/ctype-graph: New file.
10381         * modules/unictype/ctype-lower: New file.
10382         * modules/unictype/ctype-print: New file.
10383         * modules/unictype/ctype-punct: New file.
10384         * modules/unictype/ctype-space: New file.
10385         * modules/unictype/ctype-upper: New file.
10386         * modules/unictype/ctype-xdigit: New file.
10387         * modules/unictype/ctype-blank: New file.
10388         * lib/unictype/bidi_byname.c: New file.
10389         * lib/unictype/bidi_name.c: New file.
10390         * lib/unictype/bidi_of.c: New file.
10391         * lib/unictype/bidi_test.c: New file.
10392         * lib/unictype/bitmap.h: New file.
10393         * lib/unictype/block_test.c: New file.
10394         * lib/unictype/blocks.c: New file.
10395         * lib/unictype/categ_C.c: New file.
10396         * lib/unictype/categ_Cc.c: New file.
10397         * lib/unictype/categ_Cf.c: New file.
10398         * lib/unictype/categ_Cn.c: New file.
10399         * lib/unictype/categ_Co.c: New file.
10400         * lib/unictype/categ_Cs.c: New file.
10401         * lib/unictype/categ_L.c: New file.
10402         * lib/unictype/categ_Ll.c: New file.
10403         * lib/unictype/categ_Lm.c: New file.
10404         * lib/unictype/categ_Lo.c: New file.
10405         * lib/unictype/categ_Lt.c: New file.
10406         * lib/unictype/categ_Lu.c: New file.
10407         * lib/unictype/categ_M.c: New file.
10408         * lib/unictype/categ_Mc.c: New file.
10409         * lib/unictype/categ_Me.c: New file.
10410         * lib/unictype/categ_Mn.c: New file.
10411         * lib/unictype/categ_N.c: New file.
10412         * lib/unictype/categ_Nd.c: New file.
10413         * lib/unictype/categ_Nl.c: New file.
10414         * lib/unictype/categ_No.c: New file.
10415         * lib/unictype/categ_P.c: New file.
10416         * lib/unictype/categ_Pc.c: New file.
10417         * lib/unictype/categ_Pd.c: New file.
10418         * lib/unictype/categ_Pe.c: New file.
10419         * lib/unictype/categ_Pf.c: New file.
10420         * lib/unictype/categ_Pi.c: New file.
10421         * lib/unictype/categ_Po.c: New file.
10422         * lib/unictype/categ_Ps.c: New file.
10423         * lib/unictype/categ_S.c: New file.
10424         * lib/unictype/categ_Sc.c: New file.
10425         * lib/unictype/categ_Sk.c: New file.
10426         * lib/unictype/categ_Sm.c: New file.
10427         * lib/unictype/categ_So.c: New file.
10428         * lib/unictype/categ_Z.c: New file.
10429         * lib/unictype/categ_Zl.c: New file.
10430         * lib/unictype/categ_Zp.c: New file.
10431         * lib/unictype/categ_Zs.c: New file.
10432         * lib/unictype/categ_and.c: New file.
10433         * lib/unictype/categ_and_not.c: New file.
10434         * lib/unictype/categ_byname.c: New file.
10435         * lib/unictype/categ_name.c: New file.
10436         * lib/unictype/categ_none.c: New file.
10437         * lib/unictype/categ_of.c: New file.
10438         * lib/unictype/categ_or.c: New file.
10439         * lib/unictype/categ_test.c: New file.
10440         * lib/unictype/combining.c: New file.
10441         * lib/unictype/ctype_alnum.c: New file.
10442         * lib/unictype/ctype_alpha.c: New file.
10443         * lib/unictype/ctype_blank.c: New file.
10444         * lib/unictype/ctype_cntrl.c: New file.
10445         * lib/unictype/ctype_digit.c: New file.
10446         * lib/unictype/ctype_graph.c: New file.
10447         * lib/unictype/ctype_lower.c: New file.
10448         * lib/unictype/ctype_print.c: New file.
10449         * lib/unictype/ctype_punct.c: New file.
10450         * lib/unictype/ctype_space.c: New file.
10451         * lib/unictype/ctype_upper.c: New file.
10452         * lib/unictype/ctype_xdigit.c: New file.
10453         * lib/unictype/decdigit.c: New file.
10454         * lib/unictype/digit.c: New file.
10455         * lib/unictype/identsyntaxmap.h: New file.
10456         * lib/unictype/mirror.c: New file.
10457         * lib/unictype/numeric.c: New file.
10458         * lib/unictype/pr_alphabetic.c: New file.
10459         * lib/unictype/pr_ascii_hex_digit.c: New file.
10460         * lib/unictype/pr_bidi_arabic_digit.c: New file.
10461         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
10462         * lib/unictype/pr_bidi_block_separator.c: New file.
10463         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
10464         * lib/unictype/pr_bidi_common_separator.c: New file.
10465         * lib/unictype/pr_bidi_control.c: New file.
10466         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
10467         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
10468         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
10469         * lib/unictype/pr_bidi_european_digit.c: New file.
10470         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
10471         * lib/unictype/pr_bidi_left_to_right.c: New file.
10472         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
10473         * lib/unictype/pr_bidi_other_neutral.c: New file.
10474         * lib/unictype/pr_bidi_pdf.c: New file.
10475         * lib/unictype/pr_bidi_segment_separator.c: New file.
10476         * lib/unictype/pr_bidi_whitespace.c: New file.
10477         * lib/unictype/pr_byname.c: New file.
10478         * lib/unictype/pr_byname.gperf: New file.
10479         * lib/unictype/pr_combining.c: New file.
10480         * lib/unictype/pr_composite.c: New file.
10481         * lib/unictype/pr_currency_symbol.c: New file.
10482         * lib/unictype/pr_dash.c: New file.
10483         * lib/unictype/pr_decimal_digit.c: New file.
10484         * lib/unictype/pr_default_ignorable_code_point.c: New file.
10485         * lib/unictype/pr_deprecated.c: New file.
10486         * lib/unictype/pr_diacritic.c: New file.
10487         * lib/unictype/pr_extender.c: New file.
10488         * lib/unictype/pr_format_control.c: New file.
10489         * lib/unictype/pr_grapheme_base.c: New file.
10490         * lib/unictype/pr_grapheme_extend.c: New file.
10491         * lib/unictype/pr_grapheme_link.c: New file.
10492         * lib/unictype/pr_hex_digit.c: New file.
10493         * lib/unictype/pr_hyphen.c: New file.
10494         * lib/unictype/pr_id_continue.c: New file.
10495         * lib/unictype/pr_id_start.c: New file.
10496         * lib/unictype/pr_ideographic.c: New file.
10497         * lib/unictype/pr_ids_binary_operator.c: New file.
10498         * lib/unictype/pr_ids_trinary_operator.c: New file.
10499         * lib/unictype/pr_ignorable_control.c: New file.
10500         * lib/unictype/pr_iso_control.c: New file.
10501         * lib/unictype/pr_join_control.c: New file.
10502         * lib/unictype/pr_left_of_pair.c: New file.
10503         * lib/unictype/pr_line_separator.c: New file.
10504         * lib/unictype/pr_logical_order_exception.c: New file.
10505         * lib/unictype/pr_lowercase.c: New file.
10506         * lib/unictype/pr_math.c: New file.
10507         * lib/unictype/pr_non_break.c: New file.
10508         * lib/unictype/pr_not_a_character.c: New file.
10509         * lib/unictype/pr_numeric.c: New file.
10510         * lib/unictype/pr_other_alphabetic.c: New file.
10511         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
10512         * lib/unictype/pr_other_grapheme_extend.c: New file.
10513         * lib/unictype/pr_other_id_continue.c: New file.
10514         * lib/unictype/pr_other_id_start.c: New file.
10515         * lib/unictype/pr_other_lowercase.c: New file.
10516         * lib/unictype/pr_other_math.c: New file.
10517         * lib/unictype/pr_other_uppercase.c: New file.
10518         * lib/unictype/pr_paired_punctuation.c: New file.
10519         * lib/unictype/pr_paragraph_separator.c: New file.
10520         * lib/unictype/pr_pattern_syntax.c: New file.
10521         * lib/unictype/pr_pattern_white_space.c: New file.
10522         * lib/unictype/pr_private_use.c: New file.
10523         * lib/unictype/pr_punctuation.c: New file.
10524         * lib/unictype/pr_quotation_mark.c: New file.
10525         * lib/unictype/pr_radical.c: New file.
10526         * lib/unictype/pr_sentence_terminal.c: New file.
10527         * lib/unictype/pr_soft_dotted.c: New file.
10528         * lib/unictype/pr_space.c: New file.
10529         * lib/unictype/pr_terminal_punctuation.c: New file.
10530         * lib/unictype/pr_test.c: New file.
10531         * lib/unictype/pr_titlecase.c: New file.
10532         * lib/unictype/pr_unassigned_code_value.c: New file.
10533         * lib/unictype/pr_unified_ideograph.c: New file.
10534         * lib/unictype/pr_uppercase.c: New file.
10535         * lib/unictype/pr_variation_selector.c: New file.
10536         * lib/unictype/pr_white_space.c: New file.
10537         * lib/unictype/pr_xid_continue.c: New file.
10538         * lib/unictype/pr_xid_start.c: New file.
10539         * lib/unictype/pr_zero_width.c: New file.
10540         * lib/unictype/scripts.c: New file.
10541         * lib/unictype/sy_c_ident.c: New file.
10542         * lib/unictype/sy_c_whitespace.c: New file.
10543         * lib/unictype/sy_java_ident.c: New file.
10544         * lib/unictype/sy_java_whitespace.c: New file.
10545
10546         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
10547         Unicode 5.0.0.
10548         * lib/unictype/blocks.h: Likewise.
10549         * lib/unictype/categ_C.h: Likewise.
10550         * lib/unictype/categ_Cc.h: Likewise.
10551         * lib/unictype/categ_Cf.h: Likewise.
10552         * lib/unictype/categ_Cn.h: Likewise.
10553         * lib/unictype/categ_Co.h: Likewise.
10554         * lib/unictype/categ_Cs.h: Likewise.
10555         * lib/unictype/categ_L.h: Likewise.
10556         * lib/unictype/categ_Ll.h: Likewise.
10557         * lib/unictype/categ_Lm.h: Likewise.
10558         * lib/unictype/categ_Lo.h: Likewise.
10559         * lib/unictype/categ_Lt.h: Likewise.
10560         * lib/unictype/categ_Lu.h: Likewise.
10561         * lib/unictype/categ_M.h: Likewise.
10562         * lib/unictype/categ_Mc.h: Likewise.
10563         * lib/unictype/categ_Me.h: Likewise.
10564         * lib/unictype/categ_Mn.h: Likewise.
10565         * lib/unictype/categ_N.h: Likewise.
10566         * lib/unictype/categ_Nd.h: Likewise.
10567         * lib/unictype/categ_Nl.h: Likewise.
10568         * lib/unictype/categ_No.h: Likewise.
10569         * lib/unictype/categ_P.h: Likewise.
10570         * lib/unictype/categ_Pc.h: Likewise.
10571         * lib/unictype/categ_Pd.h: Likewise.
10572         * lib/unictype/categ_Pe.h: Likewise.
10573         * lib/unictype/categ_Pf.h: Likewise.
10574         * lib/unictype/categ_Pi.h: Likewise.
10575         * lib/unictype/categ_Po.h: Likewise.
10576         * lib/unictype/categ_Ps.h: Likewise.
10577         * lib/unictype/categ_S.h: Likewise.
10578         * lib/unictype/categ_Sc.h: Likewise.
10579         * lib/unictype/categ_Sk.h: Likewise.
10580         * lib/unictype/categ_Sm.h: Likewise.
10581         * lib/unictype/categ_So.h: Likewise.
10582         * lib/unictype/categ_Z.h: Likewise.
10583         * lib/unictype/categ_Zl.h: Likewise.
10584         * lib/unictype/categ_Zp.h: Likewise.
10585         * lib/unictype/categ_Zs.h: Likewise.
10586         * lib/unictype/categ_of.h: Likewise.
10587         * lib/unictype/combining.h: Likewise.
10588         * lib/unictype/ctype_alnum.h: Likewise.
10589         * lib/unictype/ctype_alpha.h: Likewise.
10590         * lib/unictype/ctype_blank.h: Likewise.
10591         * lib/unictype/ctype_cntrl.h: Likewise.
10592         * lib/unictype/ctype_digit.h: Likewise.
10593         * lib/unictype/ctype_graph.h: Likewise.
10594         * lib/unictype/ctype_lower.h: Likewise.
10595         * lib/unictype/ctype_print.h: Likewise.
10596         * lib/unictype/ctype_punct.h: Likewise.
10597         * lib/unictype/ctype_space.h: Likewise.
10598         * lib/unictype/ctype_upper.h: Likewise.
10599         * lib/unictype/ctype_xdigit.h: Likewise.
10600         * lib/unictype/decdigit.h: Likewise.
10601         * lib/unictype/digit.h: Likewise.
10602         * lib/unictype/mirror.h: Likewise.
10603         * lib/unictype/numeric.h: Likewise.
10604         * lib/unictype/pr_alphabetic.h: Likewise.
10605         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
10606         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
10607         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
10608         * lib/unictype/pr_bidi_block_separator.h: Likewise.
10609         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
10610         * lib/unictype/pr_bidi_common_separator.h: Likewise.
10611         * lib/unictype/pr_bidi_control.h: Likewise.
10612         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
10613         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
10614         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
10615         * lib/unictype/pr_bidi_european_digit.h: Likewise.
10616         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
10617         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
10618         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
10619         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
10620         * lib/unictype/pr_bidi_pdf.h: Likewise.
10621         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
10622         * lib/unictype/pr_bidi_whitespace.h: Likewise.
10623         * lib/unictype/pr_combining.h: Likewise.
10624         * lib/unictype/pr_composite.h: Likewise.
10625         * lib/unictype/pr_currency_symbol.h: Likewise.
10626         * lib/unictype/pr_dash.h: Likewise.
10627         * lib/unictype/pr_decimal_digit.h: Likewise.
10628         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
10629         * lib/unictype/pr_deprecated.h: Likewise.
10630         * lib/unictype/pr_diacritic.h: Likewise.
10631         * lib/unictype/pr_extender.h: Likewise.
10632         * lib/unictype/pr_format_control.h: Likewise.
10633         * lib/unictype/pr_grapheme_base.h: Likewise.
10634         * lib/unictype/pr_grapheme_extend.h: Likewise.
10635         * lib/unictype/pr_grapheme_link.h: Likewise.
10636         * lib/unictype/pr_hex_digit.h: Likewise.
10637         * lib/unictype/pr_hyphen.h: Likewise.
10638         * lib/unictype/pr_id_continue.h: Likewise.
10639         * lib/unictype/pr_id_start.h: Likewise.
10640         * lib/unictype/pr_ideographic.h: Likewise.
10641         * lib/unictype/pr_ids_binary_operator.h: Likewise.
10642         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
10643         * lib/unictype/pr_ignorable_control.h: Likewise.
10644         * lib/unictype/pr_iso_control.h: Likewise.
10645         * lib/unictype/pr_join_control.h: Likewise.
10646         * lib/unictype/pr_left_of_pair.h: Likewise.
10647         * lib/unictype/pr_line_separator.h: Likewise.
10648         * lib/unictype/pr_logical_order_exception.h: Likewise.
10649         * lib/unictype/pr_lowercase.h: Likewise.
10650         * lib/unictype/pr_math.h: Likewise.
10651         * lib/unictype/pr_non_break.h: Likewise.
10652         * lib/unictype/pr_not_a_character.h: Likewise.
10653         * lib/unictype/pr_numeric.h: Likewise.
10654         * lib/unictype/pr_other_alphabetic.h: Likewise.
10655         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
10656         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
10657         * lib/unictype/pr_other_id_continue.h: Likewise.
10658         * lib/unictype/pr_other_id_start.h: Likewise.
10659         * lib/unictype/pr_other_lowercase.h: Likewise.
10660         * lib/unictype/pr_other_math.h: Likewise.
10661         * lib/unictype/pr_other_uppercase.h: Likewise.
10662         * lib/unictype/pr_paired_punctuation.h: Likewise.
10663         * lib/unictype/pr_paragraph_separator.h: Likewise.
10664         * lib/unictype/pr_pattern_syntax.h: Likewise.
10665         * lib/unictype/pr_pattern_white_space.h: Likewise.
10666         * lib/unictype/pr_private_use.h: Likewise.
10667         * lib/unictype/pr_punctuation.h: Likewise.
10668         * lib/unictype/pr_quotation_mark.h: Likewise.
10669         * lib/unictype/pr_radical.h: Likewise.
10670         * lib/unictype/pr_sentence_terminal.h: Likewise.
10671         * lib/unictype/pr_soft_dotted.h: Likewise.
10672         * lib/unictype/pr_space.h: Likewise.
10673         * lib/unictype/pr_terminal_punctuation.h: Likewise.
10674         * lib/unictype/pr_titlecase.h: Likewise.
10675         * lib/unictype/pr_unassigned_code_value.h: Likewise.
10676         * lib/unictype/pr_unified_ideograph.h: Likewise.
10677         * lib/unictype/pr_uppercase.h: Likewise.
10678         * lib/unictype/pr_variation_selector.h: Likewise.
10679         * lib/unictype/pr_white_space.h: Likewise.
10680         * lib/unictype/pr_xid_continue.h: Likewise.
10681         * lib/unictype/pr_xid_start.h: Likewise.
10682         * lib/unictype/pr_zero_width.h: Likewise.
10683         * lib/unictype/scripts.h: Likewise.
10684         * lib/unictype/scripts_byname.gperf: Likewise.
10685         * lib/unictype/sy_c_ident.h: Likewise.
10686         * lib/unictype/sy_c_whitespace.h: Likewise.
10687         * lib/unictype/sy_java_ident.h: Likewise.
10688         * lib/unictype/sy_java_whitespace.h: Likewise.
10689
10690         * lib/unictype/Makefile: New file.
10691         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
10692         glibc.
10693         * lib/unictype/3level.h: New file, copied from glibc.
10694         * lib/unictype/3levelbit.h: New file.
10695
10696 2007-11-11  Bruno Haible  <bruno@clisp.org>
10697
10698         * modules/gperf: New file.
10699         * modules/iconv_open (Depends-on): Add it.
10700         (Makefile.am): Remove the GPERF definition.
10701
10702 2007-11-11  Bruno Haible  <bruno@clisp.org>
10703
10704         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
10705         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
10706
10707 2007-11-11  Bruno Haible  <bruno@clisp.org>
10708
10709         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
10710         (usage): Remove function.
10711
10712 2007-11-11  Bruno Haible  <bruno@clisp.org>
10713
10714         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
10715         gl_FUNC_CEILF_LIBS.
10716         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
10717         gl_FUNC_CEIL_LIBS.
10718         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
10719         gl_FUNC_CEILL_LIBS.
10720         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
10721         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
10722         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
10723
10724 2007-11-11  Bruno Haible  <bruno@clisp.org>
10725
10726         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
10727         roundf were declared but do not exist on functions.
10728         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
10729         roundl were declared but do not exist on functions.
10730         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
10731         HAVE_FLOORL_AND_CEILL, respectively.
10732         Needed for Sun C on Solaris 10.
10733
10734 2007-11-11  Bruno Haible  <bruno@clisp.org>
10735
10736         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
10737         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
10738         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
10739         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
10740         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
10741         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
10742         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
10743         HAVE_DECL_ROUNDF.
10744         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
10745         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
10746         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
10747         of HAVE_DECL_ROUND*.
10748         * modules/math (Makefile.am): Update.
10749
10750 2007-11-10  Bruno Haible  <bruno@clisp.org>
10751
10752         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
10753         ptrdiff_t as m4/intl.m4.
10754
10755 2007-11-10  Jim Meyering  <meyering@redhat.com>
10756
10757         Avoid link failure for the argmatch test.
10758         * tests/test-argmatch.c (usage): Define function to avoid a link
10759         failure: argmatch_die requires a usage function.
10760
10761 2007-11-09  Bruno Haible  <bruno@clisp.org>
10762
10763         * doc/functions/snprintf.texi: Mention BeOS deficiency.
10764         * doc/functions/vsnprintf.texi: Likewise.
10765         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
10766         with a size argument < 2.
10767
10768 2007-11-09  Bruno Haible  <bruno@clisp.org>
10769
10770         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
10771         buffer. Fixes an inefficiency introduced on 2007-11-03.
10772
10773 2007-11-09  Bruno Haible  <bruno@clisp.org>
10774
10775         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
10776         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
10777
10778 2007-11-08  Jim Meyering  <meyering@redhat.com>
10779
10780         Change cache variable name prefix "jm_" to "gl_" everywhere.
10781         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
10782         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
10783         * m4/uptime.m4: s/gl_/jm_/
10784
10785 2007-11-07  Bruno Haible  <bruno@clisp.org>
10786
10787         Update to GNU gettext 0.17.
10788         * m4/intl.m4: Update to GNU gettext 0.17.
10789         * m4/po.m4: Likewise.
10790         * modules/gettext (Files): Remove m4/ulonglong.m4.
10791         (configure.ac): Require gettext infrastructure from version 0.17.
10792
10793 2007-11-06  Bruno Haible  <bruno@clisp.org>
10794
10795         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
10796         symbolic values are not defined in a public header.
10797         * lib/freadable.c (freadable) [QNX]: Likewise.
10798         * lib/freadahead.c (freadahead) [QNX]: Likewise.
10799         * lib/freading.c (freading) [QNX]: Likewise.
10800         * lib/fseterr.c (fseterr) [QNX]: Likewise.
10801         * lib/fwritable.c (fwritable) [QNX]: Likewise.
10802         * lib/fwriting.c (fwriting) [QNX]: Likewise.
10803         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
10804         Reported by Alain Magloire.
10805
10806         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
10807
10808 2007-11-05  Bruno Haible  <bruno@clisp.org>
10809
10810         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
10811         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
10812         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
10813         Reported by Eric Blake.
10814
10815 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10816             Bruno Haible  <bruno@clisp.org>
10817
10818         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
10819         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
10820         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
10821         (malloc): Undefine also before including <stdlib.h>.
10822         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
10823         Needed on OSF/1 4.0.
10824
10825 2007-11-05  Jim Meyering  <meyering@redhat.com>
10826
10827         git-version-gen: sync from coreutils.
10828         * build-aux/git-version-gen: Add comments.
10829         Change the first '-' to '.' in the snapshot version string,
10830         e.g., 6.9-377-08144 -> 6.9.377-08144
10831         Remove first parameter.
10832         Don't declare a version "-dirty" merely because a time
10833         stamp has changed.
10834
10835 2007-11-04  Bruno Haible  <bruno@clisp.org>
10836
10837         * lib/lock.h: Protect all macro definitions containing an 'if'
10838         statement through a "do { ... } while (0)".
10839         * lib/tls.h: Likewise.
10840
10841 2007-11-04  Bruno Haible  <bruno@clisp.org>
10842
10843         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
10844
10845 2007-11-04  Bruno Haible  <bruno@clisp.org>
10846
10847         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
10848         * modules/fprintf-posix (Depends-on): Add nocrash.
10849         * modules/snprintf-posix (Depends-on): Likewise.
10850         * modules/sprintf-posix (Depends-on): Likewise.
10851         * modules/vasnprintf-posix (Depends-on): Likewise.
10852         * modules/vasprintf-posix (Depends-on): Likewise.
10853         * modules/vfprintf-posix (Depends-on): Likewise.
10854         * modules/vsnprintf-posix (Depends-on): Likewise.
10855         * modules/vsprintf-posix (Depends-on): Likewise.
10856         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
10857         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
10858         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
10859         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
10860         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
10861         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
10862         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
10863
10864 2007-11-04  Bruno Haible  <bruno@clisp.org>
10865
10866         * modules/nocrash: New file.
10867         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
10868         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
10869
10870 2007-11-04  Bruno Haible  <bruno@clisp.org>
10871
10872         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
10873         precision handling.
10874         * tests/test-vasprintf-posix.c (test_function): Likewise.
10875         * tests/test-snprintf-posix.h (test_function): Likewise.
10876         * tests/test-sprintf-posix.h (test_function): Likewise.
10877
10878         Fix *printf behaviour for large precisions on mingw and BeOS.
10879         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
10880         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
10881         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
10882         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10883         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10884         gl_PRINTF_PRECISION and test its result. Invoke
10885         gl_PREREQ_VASNPRINTF_PRECISION.
10886         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10887         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10888         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10889         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10890         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10891         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10892         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10893         * doc/functions/fprintf.texi: Update.
10894         * doc/functions/printf.texi: Update.
10895         * doc/functions/snprintf.texi: Update.
10896         * doc/functions/sprintf.texi: Update.
10897         * doc/functions/vfprintf.texi: Update.
10898         * doc/functions/vprintf.texi: Update.
10899         * doc/functions/vsnprintf.texi: Update.
10900         * doc/functions/vsprintf.texi: Update.
10901
10902 2007-11-04  Bruno Haible  <bruno@clisp.org>
10903
10904         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
10905
10906 2007-11-04  Bruno Haible  <bruno@clisp.org>
10907
10908         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
10909         Reported by Sylvain Beucler <beuc@gnu.org>.
10910
10911 2007-11-03  Bruno Haible  <bruno@clisp.org>
10912
10913         * tests/test-fprintf-posix2.sh: New file.
10914         * tests/test-fprintf-posix2.c: New file.
10915         * modules/fprintf-posix-tests (Files): Add them.
10916         (TESTS): Add test-fprintf-posix2.sh.
10917         (configure.ac): Check for getrlimit and setrlimit.
10918         (check_PROGRAMS): Add test-fprintf-posix2.
10919
10920         * tests/test-printf-posix2.sh: New file.
10921         * tests/test-printf-posix2.c: New file.
10922         * modules/printf-posix-tests (Files): Add them.
10923         (TESTS): Add test-printf-posix2.sh.
10924         (configure.ac): Check for getrlimit and setrlimit.
10925         (check_PROGRAMS): Add test-printf-posix2.
10926
10927         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
10928         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
10929         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
10930         (decode_double): New function, copied from decode_long_double.
10931         (scale10_round_decimal_decoded): New function, extracted from
10932         scale10_round_decimal_long_double.
10933         (scale10_round_decimal_long_double): Use it.
10934         (scale10_round_decimal_double): New function.
10935         (floorlog10): New function.
10936         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
10937         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
10938         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10939         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10940         gl_PRINTF_ENOMEM and test its result. Invoke
10941         gl_PREREQ_VASNPRINTF_ENOMEM.
10942         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10943         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10944         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10945         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10946         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10947         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10948         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10949         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
10950         * modules/snprintf-posix (Depends-on): Likewise.
10951         * modules/sprintf-posix (Depends-on): Likewise.
10952         * modules/vasnprintf-posix (Depends-on): Likewise.
10953         * modules/vasprintf-posix (Depends-on): Likewise.
10954         * modules/vfprintf-posix (Depends-on): Likewise.
10955         * modules/vsnprintf-posix (Depends-on): Likewise.
10956         * modules/vsprintf-posix (Depends-on): Likewise.
10957         * doc/functions/fprintf.texi: Update.
10958         * doc/functions/printf.texi: Update.
10959         * doc/functions/snprintf.texi: Update.
10960         * doc/functions/sprintf.texi: Update.
10961         * doc/functions/vfprintf.texi: Update.
10962         * doc/functions/vprintf.texi: Update.
10963         * doc/functions/vsnprintf.texi: Update.
10964         * doc/functions/vsprintf.texi: Update.
10965
10966 2007-11-03  Bruno Haible  <bruno@clisp.org>
10967
10968         * modules/frexp-nolibm-tests: New file.
10969
10970         * modules/frexp-nolibm: New file.
10971         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
10972
10973 2007-11-03  Bruno Haible  <bruno@clisp.org>
10974
10975         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
10976         value is C99 compliant.
10977         Needed for OSF/1 5.1.
10978
10979 2007-11-03  Bruno Haible  <bruno@clisp.org>
10980
10981         Fix out-of-memory handling of vasnprintf.
10982         * lib/printf-parse.c: Include <errno.h>.
10983         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
10984         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
10985         is already set.
10986
10987 2007-11-02  Eric Blake  <ebb9@byu.net>
10988
10989         Fix tests on cygwin.
10990         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
10991
10992 2007-11-01  Bruno Haible  <bruno@clisp.org>
10993
10994         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
10995         warning.
10996         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
10997         needed for POSIX compatibility.
10998
10999 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
11000
11001         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
11002         for compatibility with GNU.
11003
11004 2007-11-01  Bruno Haible  <bruno@clisp.org>
11005
11006         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
11007         (putenv): Renamed from rpl_putenv. Change argument type from
11008         'const char *' to 'char *'.
11009         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
11010         of defining putenv in config.h, just set REPLACE_PUTENV.
11011         * modules/putenv (Depends-on): Add stdlib.
11012         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11013         (Include): Use <stdlib.h>.
11014         * lib/stdlib.in.h (putenv): New declaration.
11015         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
11016         REPLACE_PUTENV.
11017         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
11018         REPLACE_PUTENV.
11019         Needed for MacOS X 10.5.0.
11020         Reported by Peter O'Gorman <peter@pogma.com>.
11021
11022 2007-11-01  Jim Meyering  <meyering@redhat.com>
11023
11024         Treat an empty date string exactly like "0".
11025         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
11026         if the remaining date string (to be parsed) is empty, use "0".
11027         Reported by Mischa Molhoek and discussed in this thread:
11028         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
11029
11030 2007-10-31  Bruno Haible  <bruno@clisp.org>
11031
11032         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
11033         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
11034         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
11035         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
11036         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
11037         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
11038
11039 2007-10-31  Bruno Haible  <bruno@clisp.org>
11040
11041         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
11042         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
11043         (AC_TYPE_LONG_LONG_INT): Use it.
11044         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
11045         it as well.
11046         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
11047         to m4/longlong.m4.
11048         * modules/stdint (Files): Remove m4/ulonglong.m4.
11049         * modules/strtoull (Files): Use m4/longlong.m4 instead of
11050         m4/ulonglong.m4.
11051         * modules/strtoumax (Files): Likewise.
11052
11053 2007-10-30  Bruno Haible  <bruno@clisp.org>
11054
11055         * modules/xvasprintf-posix: New file.
11056         Suggested by Eric Blake.
11057
11058 2007-10-30  Bruno Haible  <bruno@clisp.org>
11059
11060         * modules/xprintf-posix-tests: New file.
11061         * tests/test-xprintf-posix.sh: New file.
11062         * tests/test-xprintf-posix.c: New file.
11063         * tests/test-xfprintf-posix.c: New file.
11064
11065         * modules/xprintf-posix: New file.
11066
11067 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11068
11069         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
11070         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
11071         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
11072
11073 2007-10-29  Bruno Haible  <bruno@clisp.org>
11074
11075         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
11076         contain the special marker '_cv_'.
11077         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
11078         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
11079         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
11080         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
11081         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
11082         Reported by Ralf Wildenhues.
11083
11084 2007-10-29  Bruno Haible  <bruno@clisp.org>
11085
11086         * gnulib-tool (func_import): When --lgpl is not specified, set
11087         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
11088         GPLv3.
11089         Reported by Simon Josefsson.
11090
11091 2007-10-28  Bruno Haible  <bruno@clisp.org>
11092
11093         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
11094         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
11095         HAVE_DECL_ISFINITE.
11096         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
11097         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
11098         HAVE_DECL_ISFINITE.
11099
11100 2007-10-28  Bruno Haible  <bruno@clisp.org>
11101
11102         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
11103         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
11104
11105 2007-10-28  Bruno Haible  <bruno@clisp.org>
11106
11107         Fix link errors with Sun C 5.0 on Solaris 10.
11108         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
11109         function is declared but not present in the compiler's libm.
11110         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
11111         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
11112         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
11113         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
11114         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
11115         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
11116         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
11117         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
11118         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
11119         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
11120         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
11121         HAVE_DECL_FLOORL.
11122
11123 2007-10-28  Bruno Haible  <bruno@clisp.org>
11124
11125         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
11126         gl_FUNC_FLOORL. Cache the result.
11127         (gl_FUNC_FLOORL): Use it.
11128         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
11129         gl_FUNC_CEILL. Cache the result.
11130         (gl_FUNC_CEILL): Use it.
11131
11132         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
11133         gl_FUNC_FLOOR. Cache the result.
11134         (gl_FUNC_FLOOR): Use it.
11135         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
11136         gl_FUNC_CEIL. Cache the result.
11137         (gl_FUNC_CEIL): Use it.
11138
11139         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
11140         gl_FUNC_FLOORF. Cache the result.
11141         (gl_FUNC_FLOORF): Use it.
11142         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
11143         gl_FUNC_CEILF. Cache the result.
11144         (gl_FUNC_CEILF): Use it.
11145
11146 2007-10-28  Bruno Haible  <bruno@clisp.org>
11147
11148         * gnulib-tool: Allow specifying the LGPL version number through
11149         --lgpl=2 or --lgpl=3.
11150         (func_usage): Document --lgpl with argument.
11151         Handle --lgpl=... arguments.
11152         (func_import): Recognize also gl_LGPL calls with an argument. When
11153         --lgpl=2 is used and the module's license is just LGPL, report an
11154         error. Set sed_transform_lib_file according to the lgpl variable. In
11155         the generated files, use --lgpl or gl_LGPL invocations with argument,
11156         if necessary.
11157         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
11158         an LGPv2+ license.
11159         * doc/gnulib-tool.texi (Modified imports): Update explanation of
11160         gl_LGPL macro.
11161
11162 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11163             Bruno Haible  <bruno@clisp.org>
11164
11165         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
11166         (u16_uctomb_aux): Likewise.
11167         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
11168         !HAVE_INLINE.
11169         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
11170
11171 2007-10-28  Bruno Haible  <bruno@clisp.org>
11172
11173         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
11174         Invoke AM_GETTEXT_OPTION if it exists.
11175         * modules/vasprintf: Likewise.
11176         * modules/verror: Likewise.
11177         * modules/xprintf: Likewise.
11178         * modules/xvasprintf: Likewise.
11179
11180 2007-10-27  Ben Pfaff  <blp@gnu.org>
11181
11182         * lib/math.in.h: Define isfinite macro and prototypes for
11183         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
11184         implementations.
11185         * m4/math_h.m4: New substitutions for isfinite module.
11186         * lib/isfinite.c: New file.
11187         * m4/isfinite.m4: New file.
11188         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
11189         * modules/isfinite: New file.
11190         * modules/isfinite-tests: New file.
11191         * tests/tests-isfinite.c: New file.
11192         * doc/functions/isfinite.texi: Mention isfinite module.
11193         * MODULES.html.sh: Mention new module.
11194
11195 2007-10-27  Ben Pfaff  <blp@gnu.org>
11196
11197         Ralf Wildenhues reported that Tru64 4.0D declares the round
11198         functions but does not have definitions.
11199         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
11200         cannot be found in any library, set the output variable to
11201         "missing" instead of "".
11202         * m4/round.m4: Also use our substitute if we cannot find round in
11203         any library, even if it is declared.
11204         * m4/roundf.m4: Likewise for roundf.
11205         * m4/roundl.m4: Likewise for roundl.
11206         * lib/math.in.h: Undefine roundf, round, roundl before defining
11207         their replacements, to allow for hypothetical systems where these
11208         may be defined as macros but not available in libraries.
11209
11210 2007-10-27  Bruno Haible  <bruno@clisp.org>
11211
11212         * doc/gnulib.texi: Invoke @firstparagraphindent.
11213         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
11214         changes in gnulib.
11215         (Source changes): New section.
11216
11217 2007-10-26  Bruno Haible  <bruno@clisp.org>
11218
11219         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
11220         borrowed from autoconf.
11221
11222 2007-10-26  Bruno Haible  <bruno@clisp.org>
11223
11224         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
11225         strerror returned the empty string. Needed on HP-UX 11.00.
11226
11227 2007-10-24  Micah Cowan  <micah@cowan.name>
11228
11229         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
11230         * build-aux/bootstrap: Remove support for now-unnecessary option,
11231         --cvs-user, and envvars CVS_USER, CVS_RSH.
11232
11233 2007-10-24  Jim Meyering  <meyering@redhat.com>
11234
11235         Avoid diagnostics from sha1sum when there is no cached checksum.
11236         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
11237         if the po.s1 file hasn't been created yet.
11238
11239         * build-aux/bootstrap: Sync from coreutils:
11240         2007-10-24  Jim Meyering  <meyering@redhat.com>
11241         Get gnulib from the git repository, not from an obsolete cvs one.
11242         * build-aux/bootstrap: Suggestion from Micah Cowan.
11243         2007-10-04  Jim Meyering  <jim@meyering.net>
11244         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
11245         (update_po_files): Work also when there are no .po files in po/.
11246
11247 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11248
11249         * README: Append ".git" to git and cg examples.
11250         Problem reported by Benoit Sigoure.
11251
11252 2007-10-23  Micah Cowan  <micah@cowan.name>
11253
11254         * users.txt: Add wget.
11255
11256 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11257
11258         Fix linking of some unistdio tests on FreeBSD.
11259         * modules/unistdio/u16-vsnprintf-tests
11260         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
11261         * modules/unistdio/u16-vsprintf-tests
11262         (test_u16_vsnprintf1_LDADD): Likewise.
11263         * modules/unistdio/u32-vsnprintf-tests
11264         (test_u32_vsnprintf1_LDADD): Likewise.
11265         * modules/unistdio/u32-vsprintf-tests
11266         (test_u32_vsprintf1_LDADD): Likewise.
11267         * modules/unistdio/u8-vsnprintf-tests
11268         (test_u8_vsnprintf1_LDADD): Likewise.
11269         * modules/unistdio/u8-vsprintf-tests
11270         (test_u8_vsprintf1_LDADD): Likewise.
11271         * modules/unistdio/ulc-vsnprintf-tests
11272         (test_ulc_vsnprintf1_LDADD): Likewise.
11273         * modules/unistdio/ulc-vsprintf-tests
11274         (test_ulc_vsprintf1_LDADD): Likewise.
11275
11276         Fix linking of some uniconv tests on FreeBSD.
11277         * modules/uniconv/u16-conv-from-enc-tests
11278         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
11279         * modules/uniconv/u16-conv-to-enc-tests
11280         (test_u16_conv_to_enc_LDADD): Likewise.
11281         * modules/uniconv/u16-strconv-from-enc-tests
11282         (test_u16_strconv_from_enc_LDADD): Likewise.
11283         * modules/uniconv/u16-strconv-to-enc-tests
11284         (test_u16_strconv_to_enc_LDADD): Likewise.
11285         * modules/uniconv/u32-conv-from-enc-tests
11286         (test_u32_conv_from_enc_LDADD): Likewise.
11287         * modules/uniconv/u32-conv-to-enc-tests
11288         (test_u32_conv_to_enc_LDADD): Likewise.
11289         * modules/uniconv/u32-strconv-from-enc-tests
11290         (test_u32_strconv_from_enc_LDADD): Likewise.
11291         * modules/uniconv/u32-strconv-to-enc-tests
11292         (test_u32_strconv_to_enc_LDADD): Likewise.
11293         * modules/uniconv/u8-conv-from-enc-tests
11294         (test_u8_conv_from_enc_LDADD): Likewise.
11295         * modules/uniconv/u8-conv-to-enc-tests
11296         (test_u8_conv_to_enc_LDADD): Likewise.
11297         * modules/uniconv/u8-strconv-from-enc-tests
11298         (test_u8_strconv_from_enc_LDADD): Likewise.
11299         * modules/uniconv/u8-strconv-to-enc-tests
11300         (test_u8_strconv_to_enc_LDADD): Likewise.
11301
11302 2007-10-22  Bruno Haible  <bruno@clisp.org>
11303
11304         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
11305         size.
11306
11307 2007-10-22  Eric Blake  <ebb9@byu.net>
11308
11309         Tweak x*printf documentation.
11310         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
11311         variable name and comments.
11312         Suggested by Bruno Haible.
11313
11314 2007-10-22  Bruno Haible  <bruno@clisp.org>
11315
11316         * lib/acl.c (copy_acl): Fix file name in comment.
11317
11318 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11319
11320         Fix Tru64 problem with stdbool.h.
11321         * lib/stdbool.in.h (false, true):
11322         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
11323         Don't declare as an enum in this situation; it runs afoul of Tru64.
11324         Problem reported by Steven M. Schweda in
11325         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
11326
11327 2007-10-22  Eric Blake  <ebb9@byu.net>
11328
11329         Also wrap vf?printf.
11330         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
11331         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
11332         (xvprintf, xvfprintf): New functions.
11333
11334 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11335
11336         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
11337         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
11338
11339         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
11340         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
11341
11342 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11343
11344         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
11345         by Bruno Haible.
11346
11347 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11348
11349         * lib/getloadavg.c
11350         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
11351         Undef `sys' after including sys/table.h, for Tru64 4.0D.
11352
11353         * tests/test-i-ring.c: Work for C89.
11354
11355 2007-10-22  Bruno Haible  <bruno@clisp.org>
11356
11357         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
11358         -1u, in preprocessor expression, so that we don't test for the bug
11359         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
11360         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
11361
11362 2007-10-22  Eric Blake  <ebb9@byu.net>
11363
11364         * tests/test-yesno.sh: Silence stderr during test.
11365
11366 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11367
11368         * modules/crypto/gc-camellia: New file.
11369
11370         * m4/gc-camellia.m4: New file.
11371
11372         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
11373
11374         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
11375
11376 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11377
11378         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
11379         --help to stdout.  Reported by sms@antinode.org (Steven
11380         M. Schweda).
11381
11382 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11383
11384         * users.txt: Fix link to libksba.
11385
11386 2007-10-21  Ben Pfaff  <blp@gnu.org>
11387
11388         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
11389         round.c roundf implementation that depends on floorf and ceilf to
11390         be tested unconditionally.
11391
11392 2007-10-21  Ben Pfaff  <blp@gnu.org>
11393
11394         * m4/check-libm-func.m4: Removed.
11395         * m4/check-math-lib.m4: New file.
11396         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
11397         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
11398         definition and lack of AC_LIBOBJ([roundf]).
11399         * m4/roundl.m4: Ditto, and similarly for roundl.
11400         * modules/round: Reference new m4 file.
11401         * modules/roundf: Ditto.
11402         * modules/roundl: Ditto.
11403         * tests/test-round2.c (main): Use ROUND instead of round.
11404         Bug report from Bruno Haible.
11405
11406 2007-10-21  Bruno Haible  <bruno@clisp.org>
11407
11408         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
11409         context.
11410
11411 2007-10-21  Bruno Haible  <bruno@clisp.org>
11412
11413         * tests/test-wcwidth.c (main): Allow negative result for some control
11414         characters.
11415
11416         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
11417         Needed on OSF/1 5.1.
11418
11419 2007-10-21  Bruno Haible  <bruno@clisp.org>
11420
11421         * tests/test-floorf1.c: Include isnanf.h.
11422         (main): Use isnanf() instead of isnan().
11423         * tests/test-ceilf1.c: Include isnanf.h.
11424         (main): Use isnanf() instead of isnan().
11425         * tests/test-truncf1.c: Include isnanf.h.
11426         (main): Use isnanf() instead of isnan().
11427         * tests/test-roundf1.c: Include isnanf.h.
11428         (main): Use isnanf() instead of isnan().
11429
11430 2007-10-21  Eric Blake  <ebb9@byu.net>
11431
11432         * users.txt: Update URL for m4.
11433
11434 2007-10-21  Bruno Haible  <bruno@clisp.org>
11435
11436         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
11437
11438 2007-10-21  Bruno Haible  <bruno@clisp.org>
11439
11440         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
11441         Git's management files if the CVS files are not present.
11442
11443 2007-10-20  Bruno Haible  <bruno@clisp.org>
11444
11445         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
11446         gcc-3.4.x.
11447
11448 2007-10-20  Ben Pfaff  <blp@gnu.org>
11449
11450         * lib/math.in.h: Declare round, roundf, roundl if we are providing
11451         implementations.
11452         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
11453         * lib/round.c: New file.
11454         * lib/roundf.c: New file.
11455         * lib/roundl.c: New file.
11456         * m4/round.m4: New file.
11457         * m4/roundf.m4: New file.
11458         * m4/roundl.m4: New file.
11459         * m4/check-libm-func-m4: New file.
11460         * modules/math: Replace round, roundf, roundl related @VARS@ in
11461         math.in.h.
11462         * modules/round: New file.
11463         * modules/round-tests: New file.
11464         * modules/roundf: New file.
11465         * modules/roundf-tests: New file.
11466         * modules/roundl: New file.
11467         * modules/roundl-tests: New file.
11468         * tests/test-round1.c: New file.
11469         * tests/test-round2.c: New file.
11470         * tests/test-roundf1.c: New file.
11471         * tests/test-roundf2.c: New file.
11472         * tests/test-roundl.c: New file.
11473         * doc/functions/round.texi: Mention round module.
11474         * doc/functions/roundf.texi: Mention roundf module.
11475         * doc/functions/roundl.texi: Mention roundl module.
11476         * MODULES.html.sh: Mention new modules.
11477         Thanks to Bruno Haible for suggestions.
11478
11479 2007-10-20  Jim Meyering  <meyering@redhat.com>
11480
11481         * lib/xprintf.c: Include <config.h> unconditionally.
11482
11483         Change xprintf's license to GPL.
11484         * modules/xprintf (License): s/LGPL/GPL/, since this module
11485         depends on modules (exit and exitfail) which are GPL.
11486         Suggestion from Bruno Haible.
11487
11488         xprintf fixes.
11489         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
11490         Use a clearer diagnostic.
11491         Patch from Bruno Haible.
11492
11493 2007-10-20  Bruno Haible  <bruno@clisp.org>
11494
11495         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
11496         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
11497         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11498
11499 2007-10-20  Bruno Haible  <bruno@clisp.org>
11500
11501         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
11502         precision in the comparison result > x - 1 or similar.
11503         * tests/test-ceilf2.c (correct_result_p): Likewise.
11504         * tests/test-truncf2.c (correct_result_p): Likewise.
11505         * tests/test-trunc2.c (correct_result_p): Likewise.
11506         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11507
11508 2007-10-20  Bruno Haible  <bruno@clisp.org>
11509
11510         * modules/ceil: New file.
11511         * m4/ceil.m4: New file.
11512         * doc/functions/ceil.texi: Mention the 'ceil' module.
11513
11514 2007-10-20  Bruno Haible  <bruno@clisp.org>
11515
11516         * modules/floor: New file.
11517         * m4/floor.m4: New file.
11518         * doc/functions/floor.texi: Mention the 'floor' module.
11519
11520 2007-10-20  Bruno Haible  <bruno@clisp.org>
11521
11522         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
11523         of %a.
11524         * modules/floorf-tests (Depends-on): Likewise.
11525         * modules/truncf-tests (Depends-on): Likewise.
11526         * modules/trunc-tests (Depends-on): Likewise.
11527         Reported by Ben Pfaff.
11528
11529 2007-10-19  Jim Meyering  <meyering@redhat.com>
11530
11531         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
11532         Don't bother testing specific errno values.  Just test ferror.
11533
11534         New module: xprintf
11535         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
11536
11537 2007-10-19  Bruno Haible  <bruno@clisp.org>
11538
11539         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
11540         syntax.
11541         * modules/javaexec (Makefile.am): Likewise.
11542         * modules/relocatable-prog (Makefile.am): Likewise.
11543         Suggested by Jim Meyering.
11544
11545 2007-10-18  Bruno Haible  <bruno@clisp.org>
11546
11547         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
11548         Reported by Jim Meyering.
11549
11550 2007-10-18  Eric Blake  <ebb9@byu.net>
11551
11552         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
11553
11554 2007-10-18  Bruno Haible  <bruno@clisp.org>
11555
11556         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
11557         the format string into writable memory. Needed in Fortify conditions.
11558
11559 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
11560             Bruno Haible  <bruno@clisp.org>
11561
11562         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
11563         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
11564         * modules/trim (Depends-on): Add mbchar.
11565         (configure.ac): Add gl_FUNC_MBRTOWC.
11566         (Makefile.am): Augment lib_SOURCES.
11567
11568 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11569
11570         Modify glob.c to use fstatat and dirfd, to simplify it.
11571         Suggested by Eric Blake.
11572         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
11573         Don't include <stdbool.h>; not used.
11574         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
11575         (link_exists_p): Simplify implementation, since we can now assume
11576         dirfd and fstatat.
11577         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
11578
11579 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11580
11581         * gnulib-tool (func_get_dependencies): Fix sed script to
11582         match only tests.
11583
11584 2007-10-17  Bruno Haible  <bruno@clisp.org>
11585
11586         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
11587         allow locale names without encoding suffix.
11588         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
11589         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
11590
11591 2007-10-16  Bruno Haible  <bruno@clisp.org>
11592
11593         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
11594         * lib/getgroups.c (getgroups): Likewise.
11595         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
11596
11597 2007-10-16  Bruno Haible  <bruno@clisp.org>
11598
11599         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
11600         * modules/malloc-posix (License): Likewise.
11601         * modules/realloc-posix (License): Likewise.
11602         * modules/calloc-posix (License): Likewise.
11603         * modules/intprops (License): Change from GPL to LGPL, with
11604         Paul Eggert's approval.
11605
11606 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11607
11608         Merge glibc changes into lib/glob.c.
11609
11610         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
11611         2007-10-15 04:59:03 UTC.  Here are the changes:
11612
11613         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
11614
11615         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
11616
11617         * lib/glob.c: Add some branch prediction throughout.
11618
11619         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
11620
11621         [BZ #5103]
11622         * lib/glob.c (glob): Recognize patterns starting \/.
11623
11624         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
11625
11626         [BZ #3996]
11627         * lib/glob.c (attribute_hidden): Define if not defined.
11628         (glob): Unescape dirname, filename or username when needed and not
11629         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
11630         is NULL.  Handle unescaped [ in pattern without closing ].
11631         Don't pass GLOB_CHECK down to recursive glob for directories.
11632         (__glob_pattern_type): New function.
11633         (__glob_pattern_p): Implement using __glob_pattern_type.
11634         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
11635         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
11636         Remove unreachable code.
11637
11638         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
11639
11640         * lib/glob.c (glob_in_dir): Add some comments and asserts to
11641         explain why there are no leaks.
11642
11643         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
11644
11645         [BZ #3253]
11646         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
11647         time, rather allocate increasingly bigger arrays of pointers, if
11648         possible with alloca, if too large with malloc.
11649
11650 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11651
11652         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
11653         Problem reported by H.Merijn Brand in
11654         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
11655         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
11656         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
11657
11658 2007-10-15  Bruno Haible  <bruno@clisp.org>
11659
11660         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
11661         with explicit rpl_ prefix.
11662         * lib/fopen.c (fopen): Likewise.
11663         * lib/freopen.c (freopen): Likewise.
11664         * lib/iconv.c (iconv): Likewise.
11665         * lib/iconv_close.c (iconv_close): Likewise.
11666
11667 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11668
11669         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
11670
11671 2007-10-15  Bruno Haible  <bruno@clisp.org>
11672
11673         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
11674         <stddef.h> instead of <stdlib.h> since we only need NULL.
11675         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11676
11677 2007-10-15  Bruno Haible  <bruno@clisp.org>
11678
11679         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
11680         Replace paragraph talking about LIBOBJS.
11681         Reported by Colin Watson <cjwatson@debian.org>.
11682
11683 2007-10-15  Bruno Haible  <bruno@clisp.org>
11684
11685         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
11686         <stdlib.h> before using NULL.
11687
11688 2007-10-15  Simon Josefsson  <simon@josefsson.org>
11689
11690         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
11691         Reported by Albert Chin <china@thewrittenword.com>.
11692
11693 2007-10-14  Bruno Haible  <bruno@clisp.org>
11694
11695         * modules/iconv_open-utf-tests: New file.
11696         * tests/test-iconv-utf.c: New file.
11697
11698         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
11699         * modules/iconv_open-utf: New file.
11700         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
11701         (iconv, iconv_close): New declarations.
11702         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
11703         be defined.
11704         (iconv_open): Add special handling of conversion between UTF-8 and
11705         UTF-{16,32}{BE,LE}.
11706         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
11707         * lib/iconv_close.c: New file.
11708         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
11709         gl_FUNC_ICONV_OPEN.
11710         (gl_FUNC_ICONV_OPEN): Use it.
11711         (gl_FUNC_ICONV_OPEN_UTF): New macro.
11712         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
11713         and REPLACE_ICONV_UTF.
11714         * modules/iconv_open (Depends-on): Add c-strcase.
11715         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
11716         ICONV_CONST.
11717         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
11718
11719 2007-10-13  Albert Chin  <china@thewrittenword.com>
11720             Bruno Haible  <bruno@clisp.org>
11721
11722         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
11723         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
11724
11725 2007-10-13  Bruno Haible  <bruno@clisp.org>
11726
11727         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
11728         defined, use the ISO C99 inline semantics.
11729         * lib/argp.h (ARGP_EI): Likewise.
11730
11731 2007-10-13  Bruno Haible  <bruno@clisp.org>
11732
11733         Handle 'inline' change in gcc 4.3.0.
11734         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
11735         argp_fmtstream_write, argp_fmtstream_set_lmargin,
11736         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
11737         argp_fmtstream_point): Disable 'extern' declaration if the function
11738         definition is going to be provided inline.
11739         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
11740         semantics, not the ISO C99 inline semantics.
11741         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
11742         'extern' declaration if the function definition is going to be provided
11743         inline.
11744         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
11745         the GNU C inline semantics, not the ISO C99 inline semantics. With
11746         GCC 4.2, avoid a warning.
11747
11748 2007-10-13  Bruno Haible  <bruno@clisp.org>
11749
11750         * lib/freading.h (freading): Enable the use of __freading for
11751         glibc >= 2.7.
11752         * lib/freading.c (freading): Likewise.
11753
11754 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
11755
11756         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
11757         "warning: C99 inline functions are not supported; using GNU89".
11758
11759 2007-10-12  Bruno Haible  <bruno@clisp.org>
11760
11761         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
11762         of 2.
11763         * tests/test-ceilf2.c: New file.
11764         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
11765
11766         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
11767         * modules/ceilf-tests: Update.
11768
11769 2007-10-12  Bruno Haible  <bruno@clisp.org>
11770
11771         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
11772         of 2.
11773         * tests/test-floorf2.c: New file.
11774         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
11775
11776         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
11777         * modules/floorf-tests: Update.
11778
11779 2007-10-12  Bruno Haible  <bruno@clisp.org>
11780
11781         * tests/test-trunc2.c: New file.
11782         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
11783
11784         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
11785         * modules/trunc-tests: Update.
11786
11787 2007-10-12  Bruno Haible  <bruno@clisp.org>
11788
11789         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
11790         of 2.
11791         * tests/test-truncf2.c: New file.
11792         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
11793
11794         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
11795         * modules/truncf-tests: Update.
11796
11797 2007-10-11  Eric Blake  <ebb9@byu.net>
11798
11799         Don't claim strerror is broken on Interix.
11800         * doc/functions/strerror.texi (strerror): Known broken systems are
11801         now Solaris 8, and not Interix.
11802         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
11803         Interix on cross-compile.
11804         Reported by Martin Koeppe in
11805         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
11806
11807 2007-10-11  Bruno Haible  <bruno@clisp.org>
11808
11809         * modules/i-ring-tests: New file.
11810         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
11811         instead of assert.
11812
11813 2007-10-11  Bruno Haible  <bruno@clisp.org>
11814
11815         * modules/filenamecat-tests: New file.
11816         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
11817         * lib/filenamecat.c: Remove test code.
11818
11819 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
11820
11821         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
11822
11823         * lib/strerror.c: Include <string.h> always, to test interface,
11824         and to remove the need for the dummy.
11825         Include intprops.h to compute width instead of doing it ourselves
11826         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
11827         (strerror): Define it to return NULL if there's no system strerror.
11828         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
11829         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
11830         ancient pre-strerror Unix systems well any more.  Saying "unknown
11831         system error" is enough.
11832         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
11833         simpler strerror.c implementation.
11834         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
11835         Simplify the tests to reflect the simpler strerror implementation.
11836         * modules/strerror (Depends-on): Add intprops.
11837
11838 2007-10-09  Eric Blake  <ebb9@byu.net>
11839
11840         Silence test-fpending.
11841         * modules/fpending-tests (Files): Add wrapper script.
11842         * tests/test-fpending.sh: New file.
11843
11844 2007-10-09  Bruno Haible  <bruno@clisp.org>
11845
11846         * MODULES.html.sh (func_module): Don't create a hyperlink for
11847         function names like 'printf_frexp'.
11848         (Misc): Add crc, memxor.
11849         (Characteristics of floating types): New section.
11850         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
11851         isnanf-nolibm, signbit, trunc, truncf, truncl.
11852         (Enhancements for ISO C 99 functions): New subsection Input/output.
11853         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
11854         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
11855         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
11856         (Compatibility checks for POSIX:2001 functions): Add clock-time.
11857         (Enhancements for POSIX:2001 functions): Add chdir-long.
11858         (File system functions): Add areadlink, chdir-safer, read-file.
11859         Remove cycle-check.
11860         (File system as inode set): New section.
11861         (Date and time): Add gethrxtime.
11862         (Multithreading): Add openmp.
11863         (Internationalization functions): Add localename.
11864         (Unicode string functions): Add unistr/u*-mbsnlen.
11865         (Support for maintaining and releasing projects): Add git-version-gen.
11866         (Lone files): Remove directories.
11867
11868 2007-10-08  Ben Pfaff  <blp@gnu.org>
11869
11870         * lib/xmalloca.h: Fix typo in comment.
11871
11872 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
11873
11874         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
11875         when avoiding problems with integer overflow.  Use a portable test
11876         instead.
11877
11878 2007-10-08  Simon Josefsson  <simon@josefsson.org>
11879
11880         * modules/dummy (License): Change to LGPLv2+.
11881         * modules/float (License): Likewise
11882         * modules/realloc (License): Likewise
11883         * modules/stdlib (License): Likewise
11884
11885 2007-10-07  Bruno Haible  <bruno@clisp.org>
11886
11887         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
11888         * floor.c (TWO_MANT_DIG): Likewise.
11889         * ceil.c (TWO_MANT_DIG): Likewise.
11890         Reported by Ben Pfaff.
11891
11892 2007-10-07  Bruno Haible  <bruno@clisp.org>
11893
11894         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
11895         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
11896         * lib/frexp.c (FUNC): Likewise.
11897         * lib/printf-frexp.h (printf_frexp): Likewise.
11898         * lib/printf-frexpl.h (printf_frexpl): Likewise.
11899         * lib/printf-frexp.c (FUNC): Likewise.
11900         Suggested by Jim Meyering.
11901
11902 2007-10-07  Jim Meyering  <meyering@redhat.com>
11903
11904         Make xnanosleep's integer overflow test more robust.
11905         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
11906         so that gcc-4.3.0 doesn't optimize away this test for overflow.
11907
11908 2007-10-07  Bruno Haible  <bruno@clisp.org>
11909
11910         * NEWS: Mention the license change.
11911
11912         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
11913         abbreviations in the modules files.
11914
11915         Change copyright notice from GPLv2+ to GPLv3+.
11916         * README: Change copyright notice.
11917         * MODULES.html.sh: Likewise.
11918         * build-aux/bootstrap.conf: Likewise.
11919         * build-aux/config.libpath: Likewise.
11920         * build-aux/csharpcomp.sh.in: Likewise.
11921         * build-aux/csharpexec.sh.in: Likewise.
11922         * build-aux/install-reloc: Likewise.
11923         * build-aux/javacomp.sh.in: Likewise.
11924         * build-aux/javaexec.sh.in: Likewise.
11925         * build-aux/ldd.sh.in: Likewise.
11926         * build-aux/reloc-ldflags: Likewise.
11927         * build-aux/relocatable.sh.in: Likewise.
11928         * build-aux/x-to-1.in: Likewise.
11929         * check-module: Likewise.
11930         * config/srclistvars.sh: Likewise.
11931         * gnulib-tool: Likewise.
11932         * lib/acl-internal.h: Likewise.
11933         * lib/acl.c: Likewise.
11934         * lib/acl.h: Likewise.
11935         * lib/acl_entries.c: Likewise.
11936         * lib/areadlink-with-size.c: Likewise.
11937         * lib/areadlink.c: Likewise.
11938         * lib/areadlink.h: Likewise.
11939         * lib/argmatch.c: Likewise.
11940         * lib/argmatch.h: Likewise.
11941         * lib/argp-ba.c: Likewise.
11942         * lib/argp-eexst.c: Likewise.
11943         * lib/argp-fmtstream.c: Likewise.
11944         * lib/argp-fmtstream.h: Likewise.
11945         * lib/argp-fs-xinl.c: Likewise.
11946         * lib/argp-help.c: Likewise.
11947         * lib/argp-namefrob.h: Likewise.
11948         * lib/argp-parse.c: Likewise.
11949         * lib/argp-pin.c: Likewise.
11950         * lib/argp-pv.c: Likewise.
11951         * lib/argp-pvh.c: Likewise.
11952         * lib/argp-xinl.c: Likewise.
11953         * lib/argp.h: Likewise.
11954         * lib/at-func.c: Likewise.
11955         * lib/atanl.c: Likewise.
11956         * lib/backupfile.c: Likewise.
11957         * lib/backupfile.h: Likewise.
11958         * lib/basename.c: Likewise.
11959         * lib/binary-io.h: Likewise.
11960         * lib/byteswap.in.h: Likewise.
11961         * lib/c-stack.c: Likewise.
11962         * lib/c-stack.h: Likewise.
11963         * lib/c-strcasestr.c: Likewise.
11964         * lib/c-strcasestr.h: Likewise.
11965         * lib/c-strstr.c: Likewise.
11966         * lib/c-strstr.h: Likewise.
11967         * lib/c-strtod.c: Likewise.
11968         * lib/calloc.c: Likewise.
11969         * lib/canon-host.c: Likewise.
11970         * lib/canon-host.h: Likewise.
11971         * lib/canonicalize-lgpl.c: Likewise.
11972         * lib/canonicalize.c: Likewise.
11973         * lib/canonicalize.h: Likewise.
11974         * lib/ceil.c: Likewise.
11975         * lib/ceilf.c: Likewise.
11976         * lib/ceill.c: Likewise.
11977         * lib/chdir-long.c: Likewise.
11978         * lib/chdir-long.h: Likewise.
11979         * lib/chdir-safer.c: Likewise.
11980         * lib/chdir-safer.h: Likewise.
11981         * lib/chown.c: Likewise.
11982         * lib/classpath.c: Likewise.
11983         * lib/classpath.h: Likewise.
11984         * lib/clean-temp.c: Likewise.
11985         * lib/clean-temp.h: Likewise.
11986         * lib/cloexec.c: Likewise.
11987         * lib/close-stream.c: Likewise.
11988         * lib/closein.c: Likewise.
11989         * lib/closein.h: Likewise.
11990         * lib/closeout.c: Likewise.
11991         * lib/closeout.h: Likewise.
11992         * lib/concat-filename.c: Likewise.
11993         * lib/copy-file.c: Likewise.
11994         * lib/copy-file.h: Likewise.
11995         * lib/count-one-bits.h: Likewise.
11996         * lib/crc.c: Likewise.
11997         * lib/crc.h: Likewise.
11998         * lib/creat-safer.c: Likewise.
11999         * lib/csharpcomp.c: Likewise.
12000         * lib/csharpcomp.h: Likewise.
12001         * lib/csharpexec.c: Likewise.
12002         * lib/csharpexec.h: Likewise.
12003         * lib/cycle-check.c: Likewise.
12004         * lib/cycle-check.h: Likewise.
12005         * lib/diacrit.c: Likewise.
12006         * lib/diacrit.h: Likewise.
12007         * lib/diffseq.h: Likewise.
12008         * lib/dirchownmod.c: Likewise.
12009         * lib/dirent.in.h: Likewise.
12010         * lib/dirfd.c: Likewise.
12011         * lib/dirfd.h: Likewise.
12012         * lib/dirname.c: Likewise.
12013         * lib/dirname.h: Likewise.
12014         * lib/dummy.c: Likewise.
12015         * lib/dup-safer.c: Likewise.
12016         * lib/dup2.c: Likewise.
12017         * lib/eealloc.h: Likewise.
12018         * lib/error.c: Likewise.
12019         * lib/error.h: Likewise.
12020         * lib/euidaccess.c: Likewise.
12021         * lib/exclude.c: Likewise.
12022         * lib/exclude.h: Likewise.
12023         * lib/execute.c: Likewise.
12024         * lib/execute.h: Likewise.
12025         * lib/exitfail.c: Likewise.
12026         * lib/exitfail.h: Likewise.
12027         * lib/expl.c: Likewise.
12028         * lib/fatal-signal.c: Likewise.
12029         * lib/fatal-signal.h: Likewise.
12030         * lib/fbufmode.c: Likewise.
12031         * lib/fbufmode.h: Likewise.
12032         * lib/fchdir.c: Likewise.
12033         * lib/fchmodat.c: Likewise.
12034         * lib/fchownat.c: Likewise.
12035         * lib/fcntl--.h: Likewise.
12036         * lib/fcntl-safer.h: Likewise.
12037         * lib/fcntl.in.h: Likewise.
12038         * lib/fd-safer.c: Likewise.
12039         * lib/fflush.c: Likewise.
12040         * lib/file-has-acl.c: Likewise.
12041         * lib/file-set.c: Likewise.
12042         * lib/file-type.c: Likewise.
12043         * lib/file-type.h: Likewise.
12044         * lib/fileblocks.c: Likewise.
12045         * lib/filemode.c: Likewise.
12046         * lib/filemode.h: Likewise.
12047         * lib/filename.h: Likewise.
12048         * lib/filenamecat.c: Likewise.
12049         * lib/filenamecat.h: Likewise.
12050         * lib/findprog.c: Likewise.
12051         * lib/findprog.h: Likewise.
12052         * lib/float.in.h: Likewise.
12053         * lib/floor.c: Likewise.
12054         * lib/floorf.c: Likewise.
12055         * lib/floorl.c: Likewise.
12056         * lib/fopen-safer.c: Likewise.
12057         * lib/fopen.c: Likewise.
12058         * lib/fpending.c: Likewise.
12059         * lib/fpending.h: Likewise.
12060         * lib/fprintf.c: Likewise.
12061         * lib/fprintftime.h: Likewise.
12062         * lib/fpucw.h: Likewise.
12063         * lib/fpurge.c: Likewise.
12064         * lib/fpurge.h: Likewise.
12065         * lib/freadable.c: Likewise.
12066         * lib/freadable.h: Likewise.
12067         * lib/freadahead.c: Likewise.
12068         * lib/freadahead.h: Likewise.
12069         * lib/freading.c: Likewise.
12070         * lib/freading.h: Likewise.
12071         * lib/free.c: Likewise.
12072         * lib/freopen.c: Likewise.
12073         * lib/frexp.c: Likewise.
12074         * lib/frexpl.c: Likewise.
12075         * lib/fseek.c: Likewise.
12076         * lib/fseterr.c: Likewise.
12077         * lib/fseterr.h: Likewise.
12078         * lib/fstatat.c: Likewise.
12079         * lib/fstrcmp.c: Likewise.
12080         * lib/fstrcmp.h: Likewise.
12081         * lib/fsusage.c: Likewise.
12082         * lib/fsusage.h: Likewise.
12083         * lib/ftell.c: Likewise.
12084         * lib/ftello.c: Likewise.
12085         * lib/fts-cycle.c: Likewise.
12086         * lib/fts.c: Likewise.
12087         * lib/fts_.h: Likewise.
12088         * lib/full-read.c: Likewise.
12089         * lib/full-read.h: Likewise.
12090         * lib/full-write.c: Likewise.
12091         * lib/full-write.h: Likewise.
12092         * lib/fwritable.c: Likewise.
12093         * lib/fwritable.h: Likewise.
12094         * lib/fwriteerror.c: Likewise.
12095         * lib/fwriteerror.h: Likewise.
12096         * lib/fwriting.c: Likewise.
12097         * lib/fwriting.h: Likewise.
12098         * lib/gcd.c: Likewise.
12099         * lib/gcd.h: Likewise.
12100         * lib/getcwd.c: Likewise.
12101         * lib/getdate.h: Likewise.
12102         * lib/getdate.y: Likewise.
12103         * lib/getdomainname.c: Likewise.
12104         * lib/getdomainname.h: Likewise.
12105         * lib/getgroups.c: Likewise.
12106         * lib/gethostname.c: Likewise.
12107         * lib/gethrxtime.c: Likewise.
12108         * lib/gethrxtime.h: Likewise.
12109         * lib/getloadavg.c: Likewise.
12110         * lib/getndelim2.c: Likewise.
12111         * lib/getndelim2.h: Likewise.
12112         * lib/getnline.c: Likewise.
12113         * lib/getnline.h: Likewise.
12114         * lib/getopt.c: Likewise.
12115         * lib/getopt.in.h: Likewise.
12116         * lib/getopt1.c: Likewise.
12117         * lib/getopt_int.h: Likewise.
12118         * lib/getpagesize.h: Likewise.
12119         * lib/getsubopt.c: Likewise.
12120         * lib/gettime.c: Likewise.
12121         * lib/getugroups.c: Likewise.
12122         * lib/getugroups.h: Likewise.
12123         * lib/getusershell.c: Likewise.
12124         * lib/gl_anyavltree_list1.h: Likewise.
12125         * lib/gl_anyavltree_list2.h: Likewise.
12126         * lib/gl_anyhash_list1.h: Likewise.
12127         * lib/gl_anyhash_list2.h: Likewise.
12128         * lib/gl_anylinked_list1.h: Likewise.
12129         * lib/gl_anylinked_list2.h: Likewise.
12130         * lib/gl_anyrbtree_list1.h: Likewise.
12131         * lib/gl_anyrbtree_list2.h: Likewise.
12132         * lib/gl_anytree_list1.h: Likewise.
12133         * lib/gl_anytree_list2.h: Likewise.
12134         * lib/gl_anytree_oset.h: Likewise.
12135         * lib/gl_anytreehash_list1.h: Likewise.
12136         * lib/gl_anytreehash_list2.h: Likewise.
12137         * lib/gl_array_list.c: Likewise.
12138         * lib/gl_array_list.h: Likewise.
12139         * lib/gl_array_oset.c: Likewise.
12140         * lib/gl_array_oset.h: Likewise.
12141         * lib/gl_avltree_list.c: Likewise.
12142         * lib/gl_avltree_list.h: Likewise.
12143         * lib/gl_avltree_oset.c: Likewise.
12144         * lib/gl_avltree_oset.h: Likewise.
12145         * lib/gl_avltreehash_list.c: Likewise.
12146         * lib/gl_avltreehash_list.h: Likewise.
12147         * lib/gl_carray_list.c: Likewise.
12148         * lib/gl_carray_list.h: Likewise.
12149         * lib/gl_linked_list.c: Likewise.
12150         * lib/gl_linked_list.h: Likewise.
12151         * lib/gl_linkedhash_list.c: Likewise.
12152         * lib/gl_linkedhash_list.h: Likewise.
12153         * lib/gl_list.c: Likewise.
12154         * lib/gl_list.h: Likewise.
12155         * lib/gl_oset.c: Likewise.
12156         * lib/gl_oset.h: Likewise.
12157         * lib/gl_rbtree_list.c: Likewise.
12158         * lib/gl_rbtree_list.h: Likewise.
12159         * lib/gl_rbtree_oset.c: Likewise.
12160         * lib/gl_rbtree_oset.h: Likewise.
12161         * lib/gl_rbtreehash_list.c: Likewise.
12162         * lib/gl_rbtreehash_list.h: Likewise.
12163         * lib/gl_sublist.c: Likewise.
12164         * lib/gl_sublist.h: Likewise.
12165         * lib/group-member.c: Likewise.
12166         * lib/group-member.h: Likewise.
12167         * lib/hard-locale.c: Likewise.
12168         * lib/hard-locale.h: Likewise.
12169         * lib/hash-pjw.c: Likewise.
12170         * lib/hash-pjw.h: Likewise.
12171         * lib/hash-triple.c: Likewise.
12172         * lib/hash.c: Likewise.
12173         * lib/hash.h: Likewise.
12174         * lib/human.c: Likewise.
12175         * lib/human.h: Likewise.
12176         * lib/i-ring.c: Likewise.
12177         * lib/i-ring.h: Likewise.
12178         * lib/idcache.c: Likewise.
12179         * lib/imaxabs.c: Likewise.
12180         * lib/imaxdiv.c: Likewise.
12181         * lib/inet_pton.c: Likewise.
12182         * lib/inet_pton.h: Likewise.
12183         * lib/intprops.h: Likewise.
12184         * lib/inttostr.c: Likewise.
12185         * lib/inttostr.h: Likewise.
12186         * lib/inttypes.in.h: Likewise.
12187         * lib/isapipe.c: Likewise.
12188         * lib/isdir.c: Likewise.
12189         * lib/isnan.c: Likewise.
12190         * lib/isnan.h: Likewise.
12191         * lib/isnanf.c: Likewise.
12192         * lib/isnanf.h: Likewise.
12193         * lib/isnanl-nolibm.h: Likewise.
12194         * lib/isnanl.c: Likewise.
12195         * lib/isnanl.h: Likewise.
12196         * lib/javacomp.c: Likewise.
12197         * lib/javacomp.h: Likewise.
12198         * lib/javaexec.c: Likewise.
12199         * lib/javaexec.h: Likewise.
12200         * lib/javaversion.c: Likewise.
12201         * lib/javaversion.h: Likewise.
12202         * lib/javaversion.java: Likewise.
12203         * lib/lbrkprop.h: Likewise.
12204         * lib/lchmod.h: Likewise.
12205         * lib/lchown.c: Likewise.
12206         * lib/ldexpl.c: Likewise.
12207         * lib/linebreak.c: Likewise.
12208         * lib/linebreak.h: Likewise.
12209         * lib/linebuffer.c: Likewise.
12210         * lib/linebuffer.h: Likewise.
12211         * lib/locale.in.h: Likewise.
12212         * lib/logl.c: Likewise.
12213         * lib/long-options.c: Likewise.
12214         * lib/long-options.h: Likewise.
12215         * lib/lstat.c: Likewise.
12216         * lib/lstat.h: Likewise.
12217         * lib/math.in.h: Likewise.
12218         * lib/mbchar.c: Likewise.
12219         * lib/mbchar.h: Likewise.
12220         * lib/mbfile.h: Likewise.
12221         * lib/mbiter.h: Likewise.
12222         * lib/mbscasecmp.c: Likewise.
12223         * lib/mbscasestr.c: Likewise.
12224         * lib/mbschr.c: Likewise.
12225         * lib/mbscspn.c: Likewise.
12226         * lib/mbslen.c: Likewise.
12227         * lib/mbsncasecmp.c: Likewise.
12228         * lib/mbsnlen.c: Likewise.
12229         * lib/mbspbrk.c: Likewise.
12230         * lib/mbspcasecmp.c: Likewise.
12231         * lib/mbsrchr.c: Likewise.
12232         * lib/mbssep.c: Likewise.
12233         * lib/mbsspn.c: Likewise.
12234         * lib/mbsstr.c: Likewise.
12235         * lib/mbstok_r.c: Likewise.
12236         * lib/mbswidth.c: Likewise.
12237         * lib/mbswidth.h: Likewise.
12238         * lib/mbuiter.h: Likewise.
12239         * lib/memcasecmp.c: Likewise.
12240         * lib/memcasecmp.h: Likewise.
12241         * lib/memchr.c: Likewise.
12242         * lib/memcmp.c: Likewise.
12243         * lib/memcoll.c: Likewise.
12244         * lib/memcoll.h: Likewise.
12245         * lib/memcpy.c: Likewise.
12246         * lib/memrchr.c: Likewise.
12247         * lib/mkancesdirs.c: Likewise.
12248         * lib/mkdir-p.c: Likewise.
12249         * lib/mkdir-p.h: Likewise.
12250         * lib/mkdir.c: Likewise.
12251         * lib/mkdirat.c: Likewise.
12252         * lib/mkdtemp.c: Likewise.
12253         * lib/mkstemp-safer.c: Likewise.
12254         * lib/mkstemp.c: Likewise.
12255         * lib/modechange.c: Likewise.
12256         * lib/modechange.h: Likewise.
12257         * lib/mountlist.c: Likewise.
12258         * lib/mountlist.h: Likewise.
12259         * lib/mpsort.c: Likewise.
12260         * lib/nanosleep.c: Likewise.
12261         * lib/obstack.c: Likewise.
12262         * lib/obstack.h: Likewise.
12263         * lib/open-safer.c: Likewise.
12264         * lib/open.c: Likewise.
12265         * lib/openat-die.c: Likewise.
12266         * lib/openat-priv.h: Likewise.
12267         * lib/openat-proc.c: Likewise.
12268         * lib/openat.c: Likewise.
12269         * lib/openat.h: Likewise.
12270         * lib/pagealign_alloc.c: Likewise.
12271         * lib/pagealign_alloc.h: Likewise.
12272         * lib/physmem.c: Likewise.
12273         * lib/physmem.h: Likewise.
12274         * lib/pipe-safer.c: Likewise.
12275         * lib/pipe.c: Likewise.
12276         * lib/pipe.h: Likewise.
12277         * lib/posixtm.c: Likewise.
12278         * lib/posixtm.h: Likewise.
12279         * lib/posixver.c: Likewise.
12280         * lib/printf-frexp.c: Likewise.
12281         * lib/printf-frexp.h: Likewise.
12282         * lib/printf-frexpl.c: Likewise.
12283         * lib/printf-frexpl.h: Likewise.
12284         * lib/printf.c: Likewise.
12285         * lib/progname.c: Likewise.
12286         * lib/progname.h: Likewise.
12287         * lib/progreloc.c: Likewise.
12288         * lib/putenv.c: Likewise.
12289         * lib/quote.c: Likewise.
12290         * lib/quote.h: Likewise.
12291         * lib/quotearg.c: Likewise.
12292         * lib/quotearg.h: Likewise.
12293         * lib/raise.c: Likewise.
12294         * lib/readline.c: Likewise.
12295         * lib/readline.h: Likewise.
12296         * lib/readlink.c: Likewise.
12297         * lib/readtokens.c: Likewise.
12298         * lib/readtokens.h: Likewise.
12299         * lib/readtokens0.c: Likewise.
12300         * lib/readtokens0.h: Likewise.
12301         * lib/readutmp.c: Likewise.
12302         * lib/readutmp.h: Likewise.
12303         * lib/realloc.c: Likewise.
12304         * lib/relocwrapper.c: Likewise.
12305         * lib/rename-dest-slash.c: Likewise.
12306         * lib/rename.c: Likewise.
12307         * lib/rmdir.c: Likewise.
12308         * lib/rpmatch.c: Likewise.
12309         * lib/safe-read.c: Likewise.
12310         * lib/safe-read.h: Likewise.
12311         * lib/safe-write.c: Likewise.
12312         * lib/safe-write.h: Likewise.
12313         * lib/same-inode.h: Likewise.
12314         * lib/same.c: Likewise.
12315         * lib/same.h: Likewise.
12316         * lib/save-cwd.c: Likewise.
12317         * lib/save-cwd.h: Likewise.
12318         * lib/savedir.c: Likewise.
12319         * lib/savedir.h: Likewise.
12320         * lib/savewd.c: Likewise.
12321         * lib/savewd.h: Likewise.
12322         * lib/search.in.h: Likewise.
12323         * lib/setenv.c: Likewise.
12324         * lib/setenv.h: Likewise.
12325         * lib/settime.c: Likewise.
12326         * lib/sh-quote.c: Likewise.
12327         * lib/sh-quote.h: Likewise.
12328         * lib/sig2str.c: Likewise.
12329         * lib/sig2str.h: Likewise.
12330         * lib/signal.in.h: Likewise.
12331         * lib/signbitd.c: Likewise.
12332         * lib/signbitf.c: Likewise.
12333         * lib/signbitl.c: Likewise.
12334         * lib/sigprocmask.c: Likewise.
12335         * lib/sincosl.c: Likewise.
12336         * lib/sleep.c: Likewise.
12337         * lib/sprintf.c: Likewise.
12338         * lib/sqrtl.c: Likewise.
12339         * lib/stat-time.h: Likewise.
12340         * lib/stdio--.h: Likewise.
12341         * lib/stdio-safer.h: Likewise.
12342         * lib/stdlib--.h: Likewise.
12343         * lib/stdlib-safer.h: Likewise.
12344         * lib/stdlib.in.h: Likewise.
12345         * lib/stpcpy.c: Likewise.
12346         * lib/stpncpy.c: Likewise.
12347         * lib/strchrnul.c: Likewise.
12348         * lib/strcspn.c: Likewise.
12349         * lib/strerror.c: Likewise.
12350         * lib/strftime.c: Likewise.
12351         * lib/strftime.h: Likewise.
12352         * lib/striconveh.c: Likewise.
12353         * lib/striconveh.h: Likewise.
12354         * lib/striconveha.c: Likewise.
12355         * lib/striconveha.h: Likewise.
12356         * lib/stripslash.c: Likewise.
12357         * lib/strnlen1.c: Likewise.
12358         * lib/strnlen1.h: Likewise.
12359         * lib/strtod.c: Likewise.
12360         * lib/strtoimax.c: Likewise.
12361         * lib/strtok_r.c: Likewise.
12362         * lib/strtol.c: Likewise.
12363         * lib/strtoll.c: Likewise.
12364         * lib/strtoul.c: Likewise.
12365         * lib/strtoull.c: Likewise.
12366         * lib/sysexits.in.h: Likewise.
12367         * lib/tempname.c: Likewise.
12368         * lib/tempname.h: Likewise.
12369         * lib/timespec.h: Likewise.
12370         * lib/tls.c: Likewise.
12371         * lib/tls.h: Likewise.
12372         * lib/tmpdir.c: Likewise.
12373         * lib/tmpdir.h: Likewise.
12374         * lib/tmpfile-safer.c: Likewise.
12375         * lib/tmpfile.c: Likewise.
12376         * lib/trigl.c: Likewise.
12377         * lib/trigl.h: Likewise.
12378         * lib/trim.c: Likewise.
12379         * lib/trim.h: Likewise.
12380         * lib/trunc.c: Likewise.
12381         * lib/truncf.c: Likewise.
12382         * lib/truncl.c: Likewise.
12383         * lib/tsearch.c: Likewise.
12384         * lib/unicodeio.c: Likewise.
12385         * lib/unicodeio.h: Likewise.
12386         * lib/unistd--.h: Likewise.
12387         * lib/unistd-safer.h: Likewise.
12388         * lib/unistdio/ulc-fprintf.c: Likewise.
12389         * lib/unistdio/ulc-vfprintf.c: Likewise.
12390         * lib/unlinkdir.c: Likewise.
12391         * lib/unlinkdir.h: Likewise.
12392         * lib/unlocked-io.h: Likewise.
12393         * lib/unsetenv.c: Likewise.
12394         * lib/userspec.c: Likewise.
12395         * lib/utime.c: Likewise.
12396         * lib/utimecmp.c: Likewise.
12397         * lib/utimecmp.h: Likewise.
12398         * lib/utimens.c: Likewise.
12399         * lib/verify.h: Likewise.
12400         * lib/verror.c: Likewise.
12401         * lib/verror.h: Likewise.
12402         * lib/version-etc-fsf.c: Likewise.
12403         * lib/version-etc.c: Likewise.
12404         * lib/version-etc.h: Likewise.
12405         * lib/vfprintf.c: Likewise.
12406         * lib/vprintf.c: Likewise.
12407         * lib/vsprintf.c: Likewise.
12408         * lib/w32spawn.h: Likewise.
12409         * lib/wait-process.c: Likewise.
12410         * lib/wait-process.h: Likewise.
12411         * lib/wcwidth.c: Likewise.
12412         * lib/write-any-file.c: Likewise.
12413         * lib/xalloc-die.c: Likewise.
12414         * lib/xalloc.h: Likewise.
12415         * lib/xasprintf.c: Likewise.
12416         * lib/xgetcwd.c: Likewise.
12417         * lib/xgetcwd.h: Likewise.
12418         * lib/xgetdomainname.c: Likewise.
12419         * lib/xgetdomainname.h: Likewise.
12420         * lib/xgethostname.c: Likewise.
12421         * lib/xmalloc.c: Likewise.
12422         * lib/xmalloca.c: Likewise.
12423         * lib/xmalloca.h: Likewise.
12424         * lib/xmemcoll.c: Likewise.
12425         * lib/xnanosleep.c: Likewise.
12426         * lib/xreadlink.c: Likewise.
12427         * lib/xreadlink.h: Likewise.
12428         * lib/xsetenv.c: Likewise.
12429         * lib/xsetenv.h: Likewise.
12430         * lib/xstriconv.c: Likewise.
12431         * lib/xstriconv.h: Likewise.
12432         * lib/xstrndup.c: Likewise.
12433         * lib/xstrndup.h: Likewise.
12434         * lib/xstrtod.c: Likewise.
12435         * lib/xstrtod.h: Likewise.
12436         * lib/xstrtol-error.c: Likewise.
12437         * lib/xstrtol.c: Likewise.
12438         * lib/xstrtol.h: Likewise.
12439         * lib/xtime.h: Likewise.
12440         * lib/xvasprintf.c: Likewise.
12441         * lib/xvasprintf.h: Likewise.
12442         * lib/yesno.c: Likewise.
12443         * lib/yesno.h: Likewise.
12444         * posix-modules: Likewise.
12445         * tests/test-alloca-opt.c: Likewise.
12446         * tests/test-arcfour.c: Likewise.
12447         * tests/test-arctwo.c: Likewise.
12448         * tests/test-argmatch.c: Likewise.
12449         * tests/test-argp-2.sh: Likewise.
12450         * tests/test-argp.c: Likewise.
12451         * tests/test-arpa_inet.c: Likewise.
12452         * tests/test-array_list.c: Likewise.
12453         * tests/test-array_oset.c: Likewise.
12454         * tests/test-atexit.c: Likewise.
12455         * tests/test-avltree_list.c: Likewise.
12456         * tests/test-avltree_oset.c: Likewise.
12457         * tests/test-avltreehash_list.c: Likewise.
12458         * tests/test-base64.c: Likewise.
12459         * tests/test-binary-io.c: Likewise.
12460         * tests/test-byteswap.c: Likewise.
12461         * tests/test-c-ctype.c: Likewise.
12462         * tests/test-c-strcasecmp.c: Likewise.
12463         * tests/test-c-strcasestr.c: Likewise.
12464         * tests/test-c-strncasecmp.c: Likewise.
12465         * tests/test-c-strstr.c: Likewise.
12466         * tests/test-canonicalize-lgpl.c: Likewise.
12467         * tests/test-canonicalize.c: Likewise.
12468         * tests/test-carray_list.c: Likewise.
12469         * tests/test-ceilf.c: Likewise.
12470         * tests/test-ceill.c: Likewise.
12471         * tests/test-count-one-bits.c: Likewise.
12472         * tests/test-crc.c: Likewise.
12473         * tests/test-dirname.c: Likewise.
12474         * tests/test-fbufmode.c: Likewise.
12475         * tests/test-fcntl.c: Likewise.
12476         * tests/test-fflush.c: Likewise.
12477         * tests/test-floorf.c: Likewise.
12478         * tests/test-floorl.c: Likewise.
12479         * tests/test-fopen.c: Likewise.
12480         * tests/test-fprintf-posix.c: Likewise.
12481         * tests/test-fprintf-posix.h: Likewise.
12482         * tests/test-fpurge.c: Likewise.
12483         * tests/test-freadable.c: Likewise.
12484         * tests/test-freadahead.c: Likewise.
12485         * tests/test-freading.c: Likewise.
12486         * tests/test-freopen.c: Likewise.
12487         * tests/test-frexp.c: Likewise.
12488         * tests/test-frexpl.c: Likewise.
12489         * tests/test-fseek.c: Likewise.
12490         * tests/test-fseeko.c: Likewise.
12491         * tests/test-fseterr.c: Likewise.
12492         * tests/test-fstrcmp.c: Likewise.
12493         * tests/test-ftell.c: Likewise.
12494         * tests/test-ftello.c: Likewise.
12495         * tests/test-fwritable.c: Likewise.
12496         * tests/test-fwriting.c: Likewise.
12497         * tests/test-getaddrinfo.c: Likewise.
12498         * tests/test-getpass.c: Likewise.
12499         * tests/test-gettimeofday.c: Likewise.
12500         * tests/test-hmac-md5.c: Likewise.
12501         * tests/test-hmac-sha1.c: Likewise.
12502         * tests/test-iconv.c: Likewise.
12503         * tests/test-iconvme.c: Likewise.
12504         * tests/test-inttypes.c: Likewise.
12505         * tests/test-isnan.c: Likewise.
12506         * tests/test-isnanf.c: Likewise.
12507         * tests/test-isnanl-nolibm.c: Likewise.
12508         * tests/test-isnanl.c: Likewise.
12509         * tests/test-isnanl.h: Likewise.
12510         * tests/test-ldexpl.c: Likewise.
12511         * tests/test-linked_list.c: Likewise.
12512         * tests/test-linkedhash_list.c: Likewise.
12513         * tests/test-locale.c: Likewise.
12514         * tests/test-localename.c: Likewise.
12515         * tests/test-lock.c: Likewise.
12516         * tests/test-lseek.c: Likewise.
12517         * tests/test-malloca.c: Likewise.
12518         * tests/test-math.c: Likewise.
12519         * tests/test-mbscasecmp.c: Likewise.
12520         * tests/test-mbscasestr1.c: Likewise.
12521         * tests/test-mbscasestr2.c: Likewise.
12522         * tests/test-mbscasestr3.c: Likewise.
12523         * tests/test-mbscasestr4.c: Likewise.
12524         * tests/test-mbschr.c: Likewise.
12525         * tests/test-mbscspn.c: Likewise.
12526         * tests/test-mbsncasecmp.c: Likewise.
12527         * tests/test-mbspbrk.c: Likewise.
12528         * tests/test-mbspcasecmp.c: Likewise.
12529         * tests/test-mbsrchr.c: Likewise.
12530         * tests/test-mbsspn.c: Likewise.
12531         * tests/test-mbsstr1.c: Likewise.
12532         * tests/test-mbsstr2.c: Likewise.
12533         * tests/test-mbsstr3.c: Likewise.
12534         * tests/test-md5.c: Likewise.
12535         * tests/test-memmem.c: Likewise.
12536         * tests/test-netinet_in.c: Likewise.
12537         * tests/test-open.c: Likewise.
12538         * tests/test-printf-frexp.c: Likewise.
12539         * tests/test-printf-frexpl.c: Likewise.
12540         * tests/test-printf-posix.c: Likewise.
12541         * tests/test-printf-posix.h: Likewise.
12542         * tests/test-rbtree_list.c: Likewise.
12543         * tests/test-rbtree_oset.c: Likewise.
12544         * tests/test-rbtreehash_list.c: Likewise.
12545         * tests/test-read-file.c: Likewise.
12546         * tests/test-rijndael.c: Likewise.
12547         * tests/test-search.c: Likewise.
12548         * tests/test-signbit.c: Likewise.
12549         * tests/test-sleep.c: Likewise.
12550         * tests/test-snprintf-posix.c: Likewise.
12551         * tests/test-snprintf-posix.h: Likewise.
12552         * tests/test-snprintf.c: Likewise.
12553         * tests/test-sprintf-posix.c: Likewise.
12554         * tests/test-sprintf-posix.h: Likewise.
12555         * tests/test-stat-time.c: Likewise.
12556         * tests/test-stdbool.c: Likewise.
12557         * tests/test-stdint.c: Likewise.
12558         * tests/test-stdio.c: Likewise.
12559         * tests/test-stdlib.c: Likewise.
12560         * tests/test-stpncpy.c: Likewise.
12561         * tests/test-strcasestr.c: Likewise.
12562         * tests/test-striconv.c: Likewise.
12563         * tests/test-striconveh.c: Likewise.
12564         * tests/test-striconveha.c: Likewise.
12565         * tests/test-string.c: Likewise.
12566         * tests/test-sys_select.c: Likewise.
12567         * tests/test-sys_socket.c: Likewise.
12568         * tests/test-sys_stat.c: Likewise.
12569         * tests/test-sys_time.c: Likewise.
12570         * tests/test-sysexits.c: Likewise.
12571         * tests/test-time.c: Likewise.
12572         * tests/test-tls.c: Likewise.
12573         * tests/test-trunc.c: Likewise.
12574         * tests/test-truncf.c: Likewise.
12575         * tests/test-truncl.c: Likewise.
12576         * tests/test-unistd.c: Likewise.
12577         * tests/test-vasnprintf-posix.c: Likewise.
12578         * tests/test-vasnprintf-posix2.c: Likewise.
12579         * tests/test-vasnprintf.c: Likewise.
12580         * tests/test-vasprintf-posix.c: Likewise.
12581         * tests/test-vasprintf.c: Likewise.
12582         * tests/test-verify.c: Likewise.
12583         * tests/test-vfprintf-posix.c: Likewise.
12584         * tests/test-vprintf-posix.c: Likewise.
12585         * tests/test-vsnprintf-posix.c: Likewise.
12586         * tests/test-vsnprintf.c: Likewise.
12587         * tests/test-vsprintf-posix.c: Likewise.
12588         * tests/test-wchar.c: Likewise.
12589         * tests/test-wctype.c: Likewise.
12590         * tests/test-wcwidth.c: Likewise.
12591         * tests/test-xstrtol.c: Likewise.
12592         * tests/test-xvasprintf.c: Likewise.
12593         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
12594         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
12595         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
12596         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
12597         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
12598         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
12599         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
12600         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
12601         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
12602         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
12603         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
12604         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
12605         * tests/uniname/test-uninames.c: Likewise.
12606         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
12607         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
12608         * tests/unistdio/test-u16-printf1.h: Likewise.
12609         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
12610         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
12611         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
12612         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
12613         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
12614         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
12615         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
12616         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
12617         * tests/unistdio/test-u32-printf1.h: Likewise.
12618         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
12619         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
12620         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
12621         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
12622         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
12623         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
12624         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
12625         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
12626         * tests/unistdio/test-u8-printf1.h: Likewise.
12627         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
12628         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
12629         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
12630         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
12631         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
12632         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
12633         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
12634         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
12635         * tests/unistdio/test-ulc-printf1.h: Likewise.
12636         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
12637         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
12638         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
12639         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
12640         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
12641         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
12642         * tests/uniwidth/test-u16-strwidth.c: Likewise.
12643         * tests/uniwidth/test-u16-width.c: Likewise.
12644         * tests/uniwidth/test-u32-strwidth.c: Likewise.
12645         * tests/uniwidth/test-u32-width.c: Likewise.
12646         * tests/uniwidth/test-u8-strwidth.c: Likewise.
12647         * tests/uniwidth/test-u8-width.c: Likewise.
12648         * tests/uniwidth/test-uc_width.c: Likewise.
12649         * config/srclist-update: Likewise.
12650         (fixlicense): Update to GPLv3+.
12651
12652         Change copyright notice from LGPLv2.1+ to LGPLv3+.
12653         * tests/test-tsearch.c: Change copyright notice.
12654
12655         Change copyright notice from LGPLv2.0+ to LGPLv3+.
12656         * lib/c-strcaseeq.h: Change copyright notice.
12657         * lib/streq.h: Likewise.
12658         * lib/uniconv.h: Likewise.
12659         * lib/uniconv/u-conv-from-enc.h: Likewise.
12660         * lib/uniconv/u-conv-to-enc.h: Likewise.
12661         * lib/uniconv/u-strconv-from-enc.h: Likewise.
12662         * lib/uniconv/u-strconv-to-enc.h: Likewise.
12663         * lib/uniconv/u16-conv-from-enc.c: Likewise.
12664         * lib/uniconv/u16-conv-to-enc.c: Likewise.
12665         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
12666         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
12667         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
12668         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
12669         * lib/uniconv/u32-conv-from-enc.c: Likewise.
12670         * lib/uniconv/u32-conv-to-enc.c: Likewise.
12671         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
12672         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
12673         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
12674         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
12675         * lib/uniconv/u8-conv-from-enc.c: Likewise.
12676         * lib/uniconv/u8-conv-to-enc.c: Likewise.
12677         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
12678         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
12679         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
12680         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
12681         * lib/uniname.h: Likewise.
12682         * lib/uniname/uniname.c: Likewise.
12683         * lib/unistdio.h: Likewise.
12684         * lib/unistdio/u-asnprintf.h: Likewise.
12685         * lib/unistdio/u-asprintf.h: Likewise.
12686         * lib/unistdio/u-printf-args.c: Likewise.
12687         * lib/unistdio/u-printf-args.h: Likewise.
12688         * lib/unistdio/u-printf-parse.h: Likewise.
12689         * lib/unistdio/u-snprintf.h: Likewise.
12690         * lib/unistdio/u-sprintf.h: Likewise.
12691         * lib/unistdio/u-vasprintf.h: Likewise.
12692         * lib/unistdio/u-vsnprintf.h: Likewise.
12693         * lib/unistdio/u-vsprintf.h: Likewise.
12694         * lib/unistdio/u16-asnprintf.c: Likewise.
12695         * lib/unistdio/u16-asprintf.c: Likewise.
12696         * lib/unistdio/u16-printf-parse.c: Likewise.
12697         * lib/unistdio/u16-snprintf.c: Likewise.
12698         * lib/unistdio/u16-sprintf.c: Likewise.
12699         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
12700         * lib/unistdio/u16-u16-asprintf.c: Likewise.
12701         * lib/unistdio/u16-u16-snprintf.c: Likewise.
12702         * lib/unistdio/u16-u16-sprintf.c: Likewise.
12703         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
12704         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
12705         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
12706         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
12707         * lib/unistdio/u16-vasnprintf.c: Likewise.
12708         * lib/unistdio/u16-vasprintf.c: Likewise.
12709         * lib/unistdio/u16-vsnprintf.c: Likewise.
12710         * lib/unistdio/u16-vsprintf.c: Likewise.
12711         * lib/unistdio/u32-asnprintf.c: Likewise.
12712         * lib/unistdio/u32-asprintf.c: Likewise.
12713         * lib/unistdio/u32-printf-parse.c: Likewise.
12714         * lib/unistdio/u32-snprintf.c: Likewise.
12715         * lib/unistdio/u32-sprintf.c: Likewise.
12716         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
12717         * lib/unistdio/u32-u32-asprintf.c: Likewise.
12718         * lib/unistdio/u32-u32-snprintf.c: Likewise.
12719         * lib/unistdio/u32-u32-sprintf.c: Likewise.
12720         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
12721         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
12722         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
12723         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
12724         * lib/unistdio/u32-vasnprintf.c: Likewise.
12725         * lib/unistdio/u32-vasprintf.c: Likewise.
12726         * lib/unistdio/u32-vsnprintf.c: Likewise.
12727         * lib/unistdio/u32-vsprintf.c: Likewise.
12728         * lib/unistdio/u8-asnprintf.c: Likewise.
12729         * lib/unistdio/u8-asprintf.c: Likewise.
12730         * lib/unistdio/u8-printf-parse.c: Likewise.
12731         * lib/unistdio/u8-snprintf.c: Likewise.
12732         * lib/unistdio/u8-sprintf.c: Likewise.
12733         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
12734         * lib/unistdio/u8-u8-asprintf.c: Likewise.
12735         * lib/unistdio/u8-u8-snprintf.c: Likewise.
12736         * lib/unistdio/u8-u8-sprintf.c: Likewise.
12737         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
12738         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
12739         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
12740         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
12741         * lib/unistdio/u8-vasnprintf.c: Likewise.
12742         * lib/unistdio/u8-vasprintf.c: Likewise.
12743         * lib/unistdio/u8-vsnprintf.c: Likewise.
12744         * lib/unistdio/u8-vsprintf.c: Likewise.
12745         * lib/unistdio/ulc-asnprintf.c: Likewise.
12746         * lib/unistdio/ulc-asprintf.c: Likewise.
12747         * lib/unistdio/ulc-printf-parse.c: Likewise.
12748         * lib/unistdio/ulc-snprintf.c: Likewise.
12749         * lib/unistdio/ulc-sprintf.c: Likewise.
12750         * lib/unistdio/ulc-vasnprintf.c: Likewise.
12751         * lib/unistdio/ulc-vasprintf.c: Likewise.
12752         * lib/unistdio/ulc-vsnprintf.c: Likewise.
12753         * lib/unistdio/ulc-vsprintf.c: Likewise.
12754         * lib/unistr.h: Likewise.
12755         * lib/unistr/u-cpy-alloc.h: Likewise.
12756         * lib/unistr/u-cpy.h: Likewise.
12757         * lib/unistr/u-endswith.h: Likewise.
12758         * lib/unistr/u-move.h: Likewise.
12759         * lib/unistr/u-set.h: Likewise.
12760         * lib/unistr/u-startswith.h: Likewise.
12761         * lib/unistr/u-stpcpy.h: Likewise.
12762         * lib/unistr/u-stpncpy.h: Likewise.
12763         * lib/unistr/u-strcat.h: Likewise.
12764         * lib/unistr/u-strcpy.h: Likewise.
12765         * lib/unistr/u-strcspn.h: Likewise.
12766         * lib/unistr/u-strdup.h: Likewise.
12767         * lib/unistr/u-strlen.h: Likewise.
12768         * lib/unistr/u-strncat.h: Likewise.
12769         * lib/unistr/u-strncpy.h: Likewise.
12770         * lib/unistr/u-strnlen.h: Likewise.
12771         * lib/unistr/u-strpbrk.h: Likewise.
12772         * lib/unistr/u-strspn.h: Likewise.
12773         * lib/unistr/u-strstr.h: Likewise.
12774         * lib/unistr/u-strtok.h: Likewise.
12775         * lib/unistr/u16-check.c: Likewise.
12776         * lib/unistr/u16-chr.c: Likewise.
12777         * lib/unistr/u16-cmp.c: Likewise.
12778         * lib/unistr/u16-cpy-alloc.c: Likewise.
12779         * lib/unistr/u16-cpy.c: Likewise.
12780         * lib/unistr/u16-endswith.c: Likewise.
12781         * lib/unistr/u16-mblen.c: Likewise.
12782         * lib/unistr/u16-mbsnlen.c: Likewise.
12783         * lib/unistr/u16-mbtouc-aux.c: Likewise.
12784         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
12785         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
12786         * lib/unistr/u16-mbtouc.c: Likewise.
12787         * lib/unistr/u16-mbtoucr.c: Likewise.
12788         * lib/unistr/u16-move.c: Likewise.
12789         * lib/unistr/u16-next.c: Likewise.
12790         * lib/unistr/u16-prev.c: Likewise.
12791         * lib/unistr/u16-set.c: Likewise.
12792         * lib/unistr/u16-startswith.c: Likewise.
12793         * lib/unistr/u16-stpcpy.c: Likewise.
12794         * lib/unistr/u16-stpncpy.c: Likewise.
12795         * lib/unistr/u16-strcat.c: Likewise.
12796         * lib/unistr/u16-strchr.c: Likewise.
12797         * lib/unistr/u16-strcmp.c: Likewise.
12798         * lib/unistr/u16-strcpy.c: Likewise.
12799         * lib/unistr/u16-strcspn.c: Likewise.
12800         * lib/unistr/u16-strdup.c: Likewise.
12801         * lib/unistr/u16-strlen.c: Likewise.
12802         * lib/unistr/u16-strmblen.c: Likewise.
12803         * lib/unistr/u16-strmbtouc.c: Likewise.
12804         * lib/unistr/u16-strncat.c: Likewise.
12805         * lib/unistr/u16-strncmp.c: Likewise.
12806         * lib/unistr/u16-strncpy.c: Likewise.
12807         * lib/unistr/u16-strnlen.c: Likewise.
12808         * lib/unistr/u16-strpbrk.c: Likewise.
12809         * lib/unistr/u16-strrchr.c: Likewise.
12810         * lib/unistr/u16-strspn.c: Likewise.
12811         * lib/unistr/u16-strstr.c: Likewise.
12812         * lib/unistr/u16-strtok.c: Likewise.
12813         * lib/unistr/u16-to-u32.c: Likewise.
12814         * lib/unistr/u16-to-u8.c: Likewise.
12815         * lib/unistr/u16-uctomb-aux.c: Likewise.
12816         * lib/unistr/u16-uctomb.c: Likewise.
12817         * lib/unistr/u32-check.c: Likewise.
12818         * lib/unistr/u32-chr.c: Likewise.
12819         * lib/unistr/u32-cmp.c: Likewise.
12820         * lib/unistr/u32-cpy-alloc.c: Likewise.
12821         * lib/unistr/u32-cpy.c: Likewise.
12822         * lib/unistr/u32-endswith.c: Likewise.
12823         * lib/unistr/u32-mblen.c: Likewise.
12824         * lib/unistr/u32-mbsnlen.c: Likewise.
12825         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
12826         * lib/unistr/u32-mbtouc.c: Likewise.
12827         * lib/unistr/u32-mbtoucr.c: Likewise.
12828         * lib/unistr/u32-move.c: Likewise.
12829         * lib/unistr/u32-next.c: Likewise.
12830         * lib/unistr/u32-prev.c: Likewise.
12831         * lib/unistr/u32-set.c: Likewise.
12832         * lib/unistr/u32-startswith.c: Likewise.
12833         * lib/unistr/u32-stpcpy.c: Likewise.
12834         * lib/unistr/u32-stpncpy.c: Likewise.
12835         * lib/unistr/u32-strcat.c: Likewise.
12836         * lib/unistr/u32-strchr.c: Likewise.
12837         * lib/unistr/u32-strcmp.c: Likewise.
12838         * lib/unistr/u32-strcpy.c: Likewise.
12839         * lib/unistr/u32-strcspn.c: Likewise.
12840         * lib/unistr/u32-strdup.c: Likewise.
12841         * lib/unistr/u32-strlen.c: Likewise.
12842         * lib/unistr/u32-strmblen.c: Likewise.
12843         * lib/unistr/u32-strmbtouc.c: Likewise.
12844         * lib/unistr/u32-strncat.c: Likewise.
12845         * lib/unistr/u32-strncmp.c: Likewise.
12846         * lib/unistr/u32-strncpy.c: Likewise.
12847         * lib/unistr/u32-strnlen.c: Likewise.
12848         * lib/unistr/u32-strpbrk.c: Likewise.
12849         * lib/unistr/u32-strrchr.c: Likewise.
12850         * lib/unistr/u32-strspn.c: Likewise.
12851         * lib/unistr/u32-strstr.c: Likewise.
12852         * lib/unistr/u32-strtok.c: Likewise.
12853         * lib/unistr/u32-to-u16.c: Likewise.
12854         * lib/unistr/u32-to-u8.c: Likewise.
12855         * lib/unistr/u32-uctomb.c: Likewise.
12856         * lib/unistr/u8-check.c: Likewise.
12857         * lib/unistr/u8-chr.c: Likewise.
12858         * lib/unistr/u8-cmp.c: Likewise.
12859         * lib/unistr/u8-cpy-alloc.c: Likewise.
12860         * lib/unistr/u8-cpy.c: Likewise.
12861         * lib/unistr/u8-endswith.c: Likewise.
12862         * lib/unistr/u8-mblen.c: Likewise.
12863         * lib/unistr/u8-mbsnlen.c: Likewise.
12864         * lib/unistr/u8-mbtouc-aux.c: Likewise.
12865         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
12866         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
12867         * lib/unistr/u8-mbtouc.c: Likewise.
12868         * lib/unistr/u8-mbtoucr.c: Likewise.
12869         * lib/unistr/u8-move.c: Likewise.
12870         * lib/unistr/u8-next.c: Likewise.
12871         * lib/unistr/u8-prev.c: Likewise.
12872         * lib/unistr/u8-set.c: Likewise.
12873         * lib/unistr/u8-startswith.c: Likewise.
12874         * lib/unistr/u8-stpcpy.c: Likewise.
12875         * lib/unistr/u8-stpncpy.c: Likewise.
12876         * lib/unistr/u8-strcat.c: Likewise.
12877         * lib/unistr/u8-strchr.c: Likewise.
12878         * lib/unistr/u8-strcmp.c: Likewise.
12879         * lib/unistr/u8-strcpy.c: Likewise.
12880         * lib/unistr/u8-strcspn.c: Likewise.
12881         * lib/unistr/u8-strdup.c: Likewise.
12882         * lib/unistr/u8-strlen.c: Likewise.
12883         * lib/unistr/u8-strmblen.c: Likewise.
12884         * lib/unistr/u8-strmbtouc.c: Likewise.
12885         * lib/unistr/u8-strncat.c: Likewise.
12886         * lib/unistr/u8-strncmp.c: Likewise.
12887         * lib/unistr/u8-strncpy.c: Likewise.
12888         * lib/unistr/u8-strnlen.c: Likewise.
12889         * lib/unistr/u8-strpbrk.c: Likewise.
12890         * lib/unistr/u8-strrchr.c: Likewise.
12891         * lib/unistr/u8-strspn.c: Likewise.
12892         * lib/unistr/u8-strstr.c: Likewise.
12893         * lib/unistr/u8-strtok.c: Likewise.
12894         * lib/unistr/u8-to-u16.c: Likewise.
12895         * lib/unistr/u8-to-u32.c: Likewise.
12896         * lib/unistr/u8-uctomb-aux.c: Likewise.
12897         * lib/unistr/u8-uctomb.c: Likewise.
12898         * lib/unitypes.h: Likewise.
12899         * lib/uniwidth.h: Likewise.
12900         * lib/uniwidth/cjk.h: Likewise.
12901         * lib/uniwidth/u16-strwidth.c: Likewise.
12902         * lib/uniwidth/u16-width.c: Likewise.
12903         * lib/uniwidth/u32-strwidth.c: Likewise.
12904         * lib/uniwidth/u32-width.c: Likewise.
12905         * lib/uniwidth/u8-strwidth.c: Likewise.
12906         * lib/uniwidth/u8-width.c: Likewise.
12907         * lib/uniwidth/width.c: Likewise.
12908
12909 2007-10-07  Bruno Haible  <bruno@clisp.org>
12910
12911         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
12912         The file is still under LGPL (see modules/inttypes).
12913
12914 2007-10-06  Bruno Haible  <bruno@clisp.org>
12915
12916         * modules/trunc (Dependencies): Add 'extensions'.
12917         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
12918         Reported by Ben Pfaff <blp@gnu.org>.
12919
12920 2007-10-06  Bruno Haible  <bruno@clisp.org>
12921
12922         * modules/freopen-tests: New file.
12923         * tests/test-freopen.c: New file.
12924
12925         * modules/fopen-tests: New file.
12926         * tests/test-fopen.c: New file.
12927
12928         * modules/fopen: New file.
12929         * lib/fopen.c: New file.
12930         * m4/fopen.m4: New file.
12931         * modules/freopen: New file.
12932         * lib/freopen.c: New file.
12933         * m4/freopen.m4: New file.
12934         * lib/stdio.in.h (fopen, freopen): New declarations.
12935         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
12936         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
12937         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
12938         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
12939         * doc/functions/fopen.texi: Mention the 'fopen' module.
12940         * doc/functions/freopen.texi: Mention the 'freopen' module.
12941
12942 2007-10-06  Bruno Haible  <bruno@clisp.org>
12943
12944         * modules/open-tests: New file.
12945         * tests/test-open.c: New file.
12946
12947         * modules/open: New file.
12948         * lib/open.c: New file.
12949         * m4/open.m4: New file.
12950         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
12951         lib/open.c does.
12952         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
12953         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
12954         macros.
12955         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
12956         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
12957         REPLACE_OPEN.
12958         * doc/functions/open.texi: Mention the 'open' module.
12959
12960 2007-10-04  Bruno Haible  <bruno@clisp.org>
12961
12962         * modules/ceill-tests: New file.
12963         * tests/test-ceill.c: New file.
12964
12965         * modules/ceill: New file.
12966         * lib/ceill.c: Replace entire file.
12967         * m4/ceill.m4: New file.
12968         * lib/math.in.h (ceill): Replace declaration.
12969         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
12970         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
12971         * doc/functions/ceill.texi: Mention the 'ceill' module.
12972         * modules/mathl (Files): Remove lib/ceill.c.
12973         (Depends-on): Add ceill.
12974
12975 2007-10-04  Bruno Haible  <bruno@clisp.org>
12976
12977         * modules/ceilf-tests: New file.
12978         * tests/test-ceilf.c: New file.
12979
12980         * modules/ceilf: New file.
12981         * lib/ceil.c: New file.
12982         * lib/ceilf.c: New file.
12983         * m4/ceilf.m4: New file.
12984         * lib/math.in.h (ceilf): New declaration.
12985         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
12986         HAVE_DECL_CEILF.
12987         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
12988         HAVE_DECL_CEILF.
12989         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
12990
12991 2007-10-04  Bruno Haible  <bruno@clisp.org>
12992
12993         * modules/floorl-tests: New file.
12994         * tests/test-floorl.c: New file.
12995
12996         * modules/floorl: New file.
12997         * lib/floorl.c: Replace entire file.
12998         * m4/floorl.m4: New file.
12999         * lib/math.in.h (floorl): Replace declaration.
13000         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
13001         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
13002         * doc/functions/floorl.texi: Mention the 'floorl' module.
13003         * modules/mathl (Files): Remove lib/floorl.c.
13004         (Depends-on): Add floorl.
13005
13006 2007-10-04  Bruno Haible  <bruno@clisp.org>
13007
13008         * modules/floorf-tests: New file.
13009         * tests/test-floorf.c: New file.
13010
13011         * modules/floorf: New file.
13012         * lib/floor.c: New file.
13013         * lib/floorf.c: New file.
13014         * m4/floorf.m4: New file.
13015         * lib/math.in.h (floorf): New declaration.
13016         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
13017         HAVE_DECL_FLOORF.
13018         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
13019         HAVE_DECL_FLOORF.
13020         * doc/functions/floorf.texi: Mention the 'floorf' module.
13021
13022 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
13023             Bruno Haible  <bruno@clisp.org>
13024
13025         Advertise for the Git server instead of the CVS server.
13026         * doc/gnulib-intro.texi (Steady Development): Mention the Git
13027         repository instead of the CVS one.
13028         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
13029         about all VCS systems generically.
13030         * doc/gnulib.texi (Introduction): Capitalize `Git'.
13031
13032 2007-10-04  Bruno Haible  <bruno@clisp.org>
13033
13034         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
13035         means.
13036         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
13037
13038 2007-10-04  Bruno Haible  <bruno@clisp.org>
13039
13040         * modules/truncl-tests: New file.
13041         * tests/test-truncl.c: New file.
13042
13043         * modules/truncl: New file.
13044         * lib/truncl.c: New file.
13045         * m4/truncl.m4: New file.
13046         * lib/math.in.h (truncl): New declaration.
13047         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
13048         HAVE_DECL_TRUNCL.
13049         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
13050         HAVE_DECL_TRUNCL.
13051         * doc/functions/truncl.texi: Mention the 'truncl' module.
13052
13053 2007-10-04  Bruno Haible  <bruno@clisp.org>
13054
13055         * modules/truncf-tests: New file.
13056         * tests/test-truncf.c: New file.
13057
13058         * modules/truncf: New file.
13059         * lib/trunc.c: Make paramerizable through USE_* macros.
13060         * lib/truncf.c: New file.
13061         * m4/truncf.m4: New file.
13062         * lib/math.in.h (truncf): New declaration.
13063         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
13064         HAVE_DECL_TRUNCF.
13065         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
13066         HAVE_DECL_TRUNCF.
13067         * doc/functions/truncf.texi: Mention the 'truncf' module.
13068
13069 2007-10-03  Bruno Haible  <bruno@clisp.org>
13070
13071         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
13072         augmentation also for tests modules.
13073         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
13074         * modules/atexit-tests (Makefile.am): Likewise.
13075         * modules/binary-io-tests (Makefile.am): Likewise.
13076         * modules/c-strcase-tests (Makefile.am): Likewise.
13077         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
13078         * modules/canonicalize-tests (Makefile.am): Likewise.
13079         * modules/closein-tests (Makefile.am): Likewise.
13080         * modules/fprintf-posix-tests (Makefile.am): Likewise.
13081         * modules/freadahead-tests (Makefile.am): Likewise.
13082         * modules/fseek-tests (Makefile.am): Likewise.
13083         * modules/fseeko-tests (Makefile.am): Likewise.
13084         * modules/ftell-tests (Makefile.am): Likewise.
13085         * modules/ftello-tests (Makefile.am): Likewise.
13086         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
13087         * modules/isnanl-tests (Makefile.am): Likewise.
13088         * modules/lseek-tests (Makefile.am): Likewise.
13089         * modules/mbscasecmp-tests (Makefile.am): Likewise.
13090         * modules/mbscasestr-tests (Makefile.am): Likewise.
13091         * modules/mbschr-tests (Makefile.am): Likewise.
13092         * modules/mbscspn-tests (Makefile.am): Likewise.
13093         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
13094         * modules/mbspbrk-tests (Makefile.am): Likewise.
13095         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
13096         * modules/mbsrchr-tests (Makefile.am): Likewise.
13097         * modules/mbsspn-tests (Makefile.am): Likewise.
13098         * modules/mbsstr-tests (Makefile.am): Likewise.
13099         * modules/printf-posix-tests (Makefile.am): Likewise.
13100         * modules/snprintf-posix-tests (Makefile.am): Likewise.
13101         * modules/sprintf-posix-tests (Makefile.am): Likewise.
13102         * modules/tsearch-tests (Makefile.am): Likewise.
13103         * modules/uniname/uniname-tests (Makefile.am): Likewise.
13104         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
13105         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
13106         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
13107         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
13108         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
13109         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
13110         * modules/vprintf-posix-tests (Makefile.am): Likewise.
13111         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
13112         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
13113         * modules/xstrtoimax-tests (Makefile.am): Likewise.
13114         * modules/xstrtol-tests (Makefile.am): Likewise.
13115         * modules/xstrtoumax-tests (Makefile.am): Likewise.
13116         * modules/yesno-tests (Makefile.am): Likewise.
13117
13118 2007-10-03  Bruno Haible  <bruno@clisp.org>
13119
13120         * modules/trunc-tests: New file.
13121         * tests/test-trunc.c: New file.
13122
13123         * modules/trunc: New file.
13124         * lib/trunc.c: New file.
13125         * m4/trunc.m4: New file.
13126         * lib/math.in.h (trunc): New declaration.
13127         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
13128         HAVE_DECL_TRUNC.
13129         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
13130         HAVE_DECL_TRUNC.
13131         * doc/functions/trunc.texi: Mention the 'trunc' module.
13132
13133 2007-10-03  Bruno Haible  <bruno@clisp.org>
13134
13135         * tests/test-fpending.c: New file, mostly copied
13136         from coreutils/lib/t-fpending.c.
13137         * modules/fpending-tests: New file.
13138
13139 2007-10-03  Bruno Haible  <bruno@clisp.org>
13140
13141         Port the stdio extensions to QNX (untested).
13142         * lib/fseterr.c (fseterr): Add support for QNX.
13143         * lib/fbufmode.c (fbufmode): Likewise.
13144         * lib/freadable.c (freadable): Likewise.
13145         * lib/fwritable.c (fwritable): Likewise.
13146         * lib/freading.c (freading): Likewise.
13147         * lib/fwriting.c (fwriting): Likewise.
13148         * lib/freadahead.c (freadahed): Likewise.
13149         * lib/fpurge.c (fpurge): Likewise.
13150         * lib/fseeko.c (rpl_fseeko): Likewise.
13151
13152 2007-10-03  Bruno Haible  <bruno@clisp.org>
13153             Jim Meyering  <jim@meyering.net>
13154             Eric Blake  <ebb9@byu.net>
13155
13156         * doc/relocatable.texi: Use @command instead of @program.
13157
13158 2007-10-02  Jim Meyering  <jim@meyering.net>
13159
13160         Perform one more "_.h" -> ".in.h" substitution.
13161         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
13162         instead of unistd_.h here, too.
13163
13164 2007-10-01  Bruno Haible  <bruno@clisp.org>
13165
13166         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
13167         Needed for the alloca-opt module.
13168
13169 2007-09-30  Bruno Haible  <bruno@clisp.org>
13170
13171         * lib/alloca.in.h: Renamed from lib/alloca_.h.
13172         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
13173         alloca_.h.
13174         * lib/argz.in.h: Renamed from lib/argz_.h.
13175         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
13176         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
13177         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
13178         byteswap_.h.
13179         * lib/dirent.in.h: Renamed from lib/dirent_.h.
13180         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
13181         dirent_.h.
13182         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
13183         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
13184         fcntl_.h.
13185         * lib/float.in.h: Renamed from lib/float_.h.
13186         * modules/float (Files, Makefile.am): Use float.in.h instead of
13187         float_.h.
13188         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
13189         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
13190         fnmatch_.h.
13191         * lib/getopt.in.h: Renamed from lib/getopt_.h.
13192         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
13193         getopt_.h.
13194         * lib/glob.in.h: Renamed from lib/glob_.h.
13195         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
13196         * lib/iconv.in.h: Renamed from lib/iconv_.h.
13197         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
13198         iconv_.h.
13199         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
13200         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
13201         inttypes_.h.
13202         * lib/locale.in.h: Renamed from lib/locale_.h.
13203         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
13204         locale_.h.
13205         * lib/math.in.h: Renamed from lib/math_.h.
13206         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
13207         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
13208         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
13209         of netinet_in_.h. Add dependency.
13210         * lib/poll.in.h: Renamed from lib/poll_.h.
13211         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
13212         * lib/search.in.h: Renamed from lib/search_.h.
13213         * modules/search (Files, Makefile.am): Use search.in.h instead of
13214         search_.h.
13215         * lib/signal.in.h: Renamed from lib/signal_.h.
13216         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
13217         _signal.h.
13218         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
13219         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
13220         stdbool_.h.
13221         * lib/stdint.in.h: Renamed from lib/stdint_.h.
13222         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
13223         stdint_.h.
13224         * lib/stdio.in.h: Renamed from lib/stdio_.h.
13225         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
13226         stdio_.h.
13227         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
13228         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
13229         stdlib_.h.
13230         * lib/string.in.h: Renamed from lib/string_.h.
13231         * modules/string (Files, Makefile.am): Use string.in.h instead of
13232         string_.h.
13233         * doc/gnulib-tool.texi (Initial import): Update.
13234         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
13235         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
13236         of sys_select_.h. Add dependency.
13237         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
13238         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
13239         of sys_socket_.h.
13240         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
13241         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
13242         sys_stat_.h.
13243         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
13244         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
13245         sys_time_.h.
13246         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
13247         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
13248         sysexits_.h.
13249         * lib/time.in.h: Renamed from lib/time_.h.
13250         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
13251         * lib/unistd.in.h: Renamed from lib/unistd_.h.
13252         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
13253         unistd_.h.
13254         * lib/wchar.in.h: Renamed from lib/wchar_.h.
13255         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
13256         wchar_.h.
13257         * lib/wctype.in.h: Renamed from lib/wctype_.h.
13258         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
13259         wctype_.h.
13260         * build-aux/bootstrap (slurp): Update.
13261         * lib/.cppi-disable: Update.
13262
13263 2007-09-30  Bruno Haible  <bruno@clisp.org>
13264
13265         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
13266         Needed on BeOS.
13267
13268 2007-09-30  Bruno Haible  <bruno@clisp.org>
13269
13270         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
13271
13272 2007-09-29  Bruno Haible  <bruno@clisp.org>
13273
13274         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
13275
13276 2007-09-29  Bruno Haible  <bruno@clisp.org>
13277
13278         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
13279         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
13280         * build-aux/install-reloc: Compile also areadlink.c.
13281         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
13282
13283 2007-09-29  Bruno Haible  <bruno@clisp.org>
13284
13285         * gnulib-tool (func_emit_initmacro_done): Indentation.
13286
13287 2007-09-29  Bruno Haible  <bruno@clisp.org>
13288
13289         * README: Add CVS checkout update instructions.
13290         Info from Bob Proulx <bob@proulx.com>.
13291
13292 2007-09-28  Eric Blake  <ebb9@byu.net>
13293
13294         Provide move-if-change.
13295         * build-aux/move-if-change: New file, based on best practice
13296         rather than any canonical upstream location.
13297
13298 2007-09-28  Jim Meyering  <jim@meyering.net>
13299
13300         Fix canonicalize loop-detection corner case.
13301         Do not attempt to stat the symlink values stored via seen_triple.
13302         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
13303         on linux-2.6.18, (but not 2.6.22).
13304         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
13305         triple_compare.  The former compares dev,ino,filename, while the latter
13306         would actually stat dirname(filename) when dev and ino were equal.
13307         * lib/hash-triple.c: Install <string.h>.
13308         (STREQ): Define.
13309         (triple_compare_ino_str): New function.
13310         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
13311
13312 2007-09-28  Eric Blake  <ebb9@byu.net>
13313
13314         Enforce that AC_REPLACE_FUNCS files exist.
13315         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
13316         override check for typos.
13317
13318         Fix test-closein on Solaris 10.
13319         * tests/test-closein.c (main): Don't assume stdin can be inherited
13320         closed on all systems.
13321         * tests/test-closein.sh: Likewise.
13322         Reported by Piotr Tarnowski.
13323
13324 2007-09-28  Jim Meyering  <jim@meyering.net>
13325
13326         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
13327
13328 2007-09-27  Jim Meyering  <jim@meyering.net>
13329
13330         canonicalize: Avoid a false-positive cycle failure.
13331         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
13332         Sort.  Remove cycle-check.
13333         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
13334         not cycle-check.h.
13335         (seen_triple): New function.
13336         (canonicalize_filename_mode): Use it instead of cycle-check.
13337         * tests/test-canonicalize.c: Add a test for this bug.
13338         * tests/test-canonicalize.sh: Set up and run the test.
13339
13340         New module, file-set, from coreutils.
13341         * modules/file-set: Define it.
13342         * lib/file-set.c, lib/file-set.h: Implement.
13343
13344         New module, hash-triple, from coreutils.
13345         * modules/hash-triple: Define it.
13346         * lib/hash-triple.c, lib/hash-triple.h: Implement.
13347
13348 2007-09-25  Eric Blake  <ebb9@byu.net>
13349
13350         Fix strerror on Interix.
13351         * lib/string_.h (strerror): Declare replacement.
13352         * doc/functions/strerror.texi (strerror): Document the Interix
13353         shortcoming.
13354         * modules/string (Makefile.am): Support new hooks.
13355         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
13356         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
13357         gl_FUNC_STRERROR_SEPARATE.
13358         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
13359         * lib/strerror.c (rpl_strerror): Provide replacement.
13360         * modules/strerror (Depends-on): Add string.
13361         (configure.ac): Detect use of module.
13362         * tests/test-strerror.c: New file.
13363         * modules/strerror-tests: New test module.
13364         * modules/argp (Depends-on): Add strerror.
13365         * modules/error (Depends-on): Likewise.
13366         Reported by Martin Koeppe.
13367
13368 2007-09-24  Bruno Haible  <bruno@clisp.org>
13369
13370         * README: Update git instructions.
13371
13372 2007-09-24  Eric Blake  <ebb9@byu.net>
13373
13374         Revert fpending breakage from 2007-09-08.
13375         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
13376         __fpending.c.
13377
13378 2007-09-24  Jim Meyering  <jim@meyering.net>
13379
13380         filenamecat.c: Add a test.
13381         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
13382         showing how the function works when DIR is the empty string.
13383
13384 2007-09-21  Simon Josefsson  <simon@josefsson.org>
13385
13386         * tests/test-canonicalize.sh: Turn on executable bit.
13387
13388 2007-09-19  Eric Blake  <ebb9@byu.net>
13389
13390         * README: Update CVS instructions.
13391
13392 2007-09-18  Bruno Haible  <bruno@clisp.org>
13393
13394         * modules/areadlink: New file.
13395         * lib/areadlink.h (areadlink): New declaration.
13396         * lib/areadlink.c: New file, based on lib/xreadlink.c.
13397
13398 2007-09-17  Jim Meyering  <jim@meyering.net>
13399
13400         * lib/savewd.c (ESTALE) [!defined]: Define.
13401         Reported to be required on Interix by Martin Koeppe.
13402
13403 2007-09-17  Bruno Haible  <bruno@clisp.org>
13404
13405         * gnulib-tool (func_version): Use $version.
13406
13407 2007-09-16  Bruno Haible  <bruno@clisp.org>
13408
13409         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
13410         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
13411         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
13412         Reported by Greg Schafer <gschafer@zip.com.au>.
13413
13414 2007-09-15  Bruno Haible  <bruno@clisp.org>
13415
13416         * gnulib-tool (sed): Try a little harder to make bash understand the
13417         alias.
13418         Reported by Bruce Korb <bruce.korb@gmail.com>.
13419
13420 2007-09-13  Eric Blake  <ebb9@byu.net>
13421
13422         * ChangeLog: Remove conflict markers.
13423
13424 2007-09-13  Simon Josefsson  <simon@josefsson.org>
13425
13426         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
13427         Reported by Bruno Haible <bruno@clisp.org>.
13428
13429 2007-09-12  Bruno Haible  <bruno@clisp.org>
13430
13431         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
13432         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
13433         is not defined.
13434
13435 2007-09-12  Eric Blake  <ebb9@byu.net>
13436
13437         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
13438         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
13439         Autoconf definition.
13440         * modules/euidaccess (Depends-on): Add extensions, for
13441         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
13442         * modules/fnmatch (Depends-on): Likewise.
13443         * modules/getaddrinfo (Depends-on): Likewise.
13444         * modules/getdelim (Depends-on): Likewise.
13445         * modules/getline (Depends-on): Likewise.
13446         * modules/getsubopt (Depends-on): Likewise.
13447         * modules/gettext (Depends-on): Likewise.
13448         * modules/group-member (Depends-on): Likewise.
13449         * modules/mbchar (Depends-on): Likewise.
13450         * modules/memmem (Depends-on): Likewise.
13451         * modules/mempcpy (Depends-on): Likewise.
13452         * modules/memrchr (Depends-on): Likewise.
13453         * modules/pagealign_alloc (Depends-on): Likewise.
13454         * modules/readutmp (Depends-on): Likewise.
13455         * modules/stpcpy (Depends-on): Likewise.
13456         * modules/stpncpy (Depends-on): Likewise.
13457         * modules/strchrnul (Depends-on): Likewise.
13458         * modules/strndup (Depends-on): Likewise.
13459         * modules/strsep (Depends-on): Likewise.
13460         * modules/strverscmp (Depends-on): Likewise.
13461         * modules/vasprintf (Depends-on): Likewise.
13462         * modules/wcwidth (Depends-on): Likewise.
13463         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
13464         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
13465         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
13466         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
13467         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
13468         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
13469         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
13470         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13471         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
13472         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
13473         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
13474         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
13475         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
13476         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
13477         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
13478         * m4/readutmp.m4 (gl_READUTMP): Likewise.
13479         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
13480         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
13481         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13482         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
13483         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
13484         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
13485         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
13486         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
13487         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
13488         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
13489         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
13490         so that lock.m4 can be used in gettext without extensions module.
13491
13492 2007-09-11  Bruno Haible  <bruno@clisp.org>
13493
13494         * m4/isc-posix.m4: Remove file.
13495         Suggested by Eric Blake.
13496
13497 2007-09-11  Eric Blake  <ebb9@byu.net>
13498
13499         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
13500
13501 2007-09-10  Bruno Haible  <bruno@clisp.org>
13502
13503         * posix-modules: Fix typo in error message.
13504         Reported by Matt <mkraai@beckman.com>.
13505
13506 2007-09-09  Bruno Haible  <bruno@clisp.org>
13507
13508         * doc/functions/getdelim.texi: Update list of platforms lacking the
13509         function.
13510         * doc/functions/getline.texi: Likewise.
13511
13512 2007-09-09  Jim Meyering  <jim@meyering.net>
13513
13514         * lib/hash.c (hash_initialize): Detect calloc failure.
13515         Reported by Bruno Haible.
13516
13517 2007-09-09  Bruno Haible  <bruno@clisp.org>
13518
13519         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
13520         malloc or realloc fails.
13521
13522 2007-09-09  Bruno Haible  <bruno@clisp.org>
13523
13524         * modules/getcwd (Depends-on): Add malloc-posix.
13525         * modules/glob (Depends-on): Likewise.
13526         * modules/putenv (Depends-on): Likewise.
13527         * modules/strdup (Depends-on): Likewise.
13528         * modules/getdelim (Depends-on): Add realloc-posix.
13529         * modules/read-file (Depends-on): Likewise.
13530
13531 2007-09-09  Bruno Haible  <bruno@clisp.org>
13532
13533         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
13534         (gl_FUNC_MALLOC_POSIX): Require it.
13535         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
13536         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
13537         * modules/realloc (Files): Add m4/malloc.m4.
13538         * modules/calloc (Files): Likewise.
13539
13540 2007-09-09  Bruno Haible  <bruno@clisp.org>
13541
13542         * modules/malloc-posix: New file.
13543         * modules/malloc (Depends-on): Add malloc-posix.
13544         * lib/malloc.c: Include errno.h.
13545         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
13546         and a POSIX-compatible malloc into a single function. Set ENOMEM
13547         when returning NULL.
13548         * m4/malloc.m4: New file.
13549         * doc/functions/malloc.texi: Mention the malloc-posix module.
13550         * lib/stdlib_.h (malloc): New declaration.
13551         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13552         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
13553         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
13554         and HAVE_MALLOC_POSIX.
13555
13556 2007-09-09  Bruno Haible  <bruno@clisp.org>
13557
13558         * modules/realloc-posix: New file.
13559         * modules/realloc (Depends-on): Add realloc-posix.
13560         * lib/realloc.c: Include errno.h.
13561         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
13562         and a POSIX-compatible realloc into a single function. Set ENOMEM
13563         when returning NULL.
13564         * m4/realloc.m4: New file.
13565         * doc/functions/realloc.texi: Mention the realloc-posix module.
13566         * lib/stdlib_.h (realloc): New declaration.
13567         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13568         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
13569         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
13570         and HAVE_REALLOC_POSIX.
13571
13572 2007-09-09  Bruno Haible  <bruno@clisp.org>
13573
13574         * modules/calloc-posix: New file.
13575         * modules/calloc (Depends-on): Add calloc-posix.
13576         * lib/calloc.c: Include errno.h.
13577         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
13578         and a POSIX-compatible calloc into a single function. Set ENOMEM
13579         when returning NULL.
13580         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
13581         * doc/functions/calloc.texi: Mention the calloc-posix module.
13582         * lib/stdlib_.h (calloc): New declaration.
13583         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13584         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
13585         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
13586         and HAVE_CALLOC_POSIX.
13587
13588 2007-09-09  Bruno Haible  <bruno@clisp.org>
13589
13590         Allow for modules to show an arbitrary notice.
13591         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
13592         * gnulib-tool: New option --extract-notice.
13593         (func_usage): Document it.
13594         (sed_extract_prog): Update.
13595         (func_get_notice): New function.
13596         (func_modules_notice): New function.
13597         (func_import, func_create_testdir): Invoke it.
13598         Suggested by Jim Meyering.
13599
13600 2007-09-09  Bruno Haible  <bruno@clisp.org>
13601
13602         * gnulib-tool: New options --verbose, --quiet.
13603         (func_usage): Document them.
13604         (verbose): New variable.
13605         (func_execute_command): New function.
13606         (func_import): Don't show the module list and the file list if
13607         $verbose < 0.
13608         (func_create_testdir): Likewise. Use func_execute_command.
13609         (func_create_megatestdir): Use func_execute_command.
13610
13611 2007-09-08  Bruno Haible  <bruno@clisp.org>
13612
13613         * gnulib-tool (func_import): Prefer rsync over wget when available,
13614         for fetching the PO files.
13615
13616 2007-09-08  Bruno Haible  <bruno@clisp.org>
13617
13618         * posix-modules: New file. Portions copied from gnulib-tool.
13619         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
13620
13621 2007-09-08  Jim Meyering  <jim@meyering.net>
13622
13623         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
13624         * lib/fpending.h: Rename from __fpending.h.
13625         * lib/fpending.c: Rename from __fpending.c.
13626         Include "fpending.h", not "__fpending.h".
13627         * lib/__fpending.h, lib/__fpending.c: Remove files.
13628         * modules/fpending (Files): Reflect new file names.
13629         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
13630
13631 2007-09-08  Bruno Haible  <bruno@clisp.org>
13632
13633         * m4/inttypes-h.m4: Remove stub file.
13634
13635 2007-09-07  Simon Josefsson  <simon@josefsson.org>
13636
13637         * doc/headers/stdint.texi: Discuss #include_next issue.
13638
13639 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13640
13641         * build-aux/bootstrap: Remove obsolete comment about wget --help.
13642
13643 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13644
13645         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
13646         in variable name.
13647
13648 2007-09-03  Jim Meyering  <jim@meyering.net>
13649
13650         New module: git-version-gen.
13651         * modules/git-version-gen: New file.
13652
13653         Import changes from coreutils for bootstrap script.
13654
13655         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
13656
13657         bootstrap: uses rsync to download the .po files
13658         * build-aux/bootstrap (po_download_command_format): New global.
13659         (download_po_files): Use rsync.
13660         (update_po_files): Don't remove .po files after download,
13661         so future rsync runs can take advantage of the copies.
13662
13663         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
13664
13665         Solve the unnecessary-.po-file-regeneration problem once and for all.
13666         * build-aux/bootstrap (download_po_files): New function, renamed from
13667         get_translations.  Now, downloads, but doesn't update LINGUAS.
13668         (update_po_files): New function.
13669
13670         bootstrap: Ignore more.
13671         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
13672         uniwidth to e.g., lib/.gitignore.
13673         (slurp): Handle the sys_stat_.h -> sys mapping, too.
13674
13675         * build-aux/bootstrap: New setting: vc_ignore.
13676         (insert_sorted_if_absent): Create $file if absent.
13677         Adapt to new, possibly empty, list: $vc_ignore.
13678
13679         bootstrap: generate more ignorable names
13680         * build-aux/bootstrap (slurp): When generating ignorable names,
13681         also map .sin to .sed, .gperf to .c, and .y to .c.
13682
13683 2007-09-03  Jim Meyering  <jim@meyering.net>
13684
13685         * build-aux/git-version-gen: New file, from coreutils.  For details, see
13686         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
13687
13688 2007-09-02  Bruno Haible  <bruno@clisp.org>
13689
13690         Fix mis-recognition of 'mcs' on QNX 6.
13691         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
13692         output contains the string "Mono".
13693         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
13694         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
13695
13696 2007-09-01  Bruno Haible  <bruno@clisp.org>
13697
13698         Fix collision between uniwidth/* and linebreak modules.
13699         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
13700         u32_width): Remove declarations.
13701         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
13702         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
13703         streq3, streq2, streq1, streq0): Remove functions.
13704         (STREQ): Remove macro.
13705         (is_cjk_encoding): Remove function.
13706         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
13707         (uc_width, u8_width, u16_width, u32_width): Remove functions.
13708         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
13709         * NEWS: Document the change.
13710
13711 2007-09-01  Bruno Haible  <bruno@clisp.org>
13712
13713         * lib/streq.h: Add double-inclusion guard.
13714
13715 2007-09-01  Karl Berry  <karl@gnu.org>
13716
13717         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
13718
13719 2007-08-28  Jim Meyering  <jim@meyering.net>
13720
13721         Rename mreadlink_with_size to areadlink_with_size.
13722         * NEWS: Document the change.
13723         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
13724         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
13725         * lib/mreadlink.h: Rename this to...
13726         * lib/areadlink.h: ...this.
13727         * modules/mreadlink-with-size: Rename this to...
13728         * modules/areadlink-with-size: ...this.
13729         * lib/canonicalize.c: Reflect the renaming.
13730         * modules/canonicalize: Likewise.
13731
13732 2007-08-26  Bruno Haible  <bruno@clisp.org>
13733
13734         * gnulib-tool (func_import): When deciding which files to remove,
13735         consider also dangling symbolic links.
13736         Reported by Eric Blake.
13737
13738 2007-08-26  Bruno Haible  <bruno@clisp.org>
13739
13740         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
13741
13742 2007-08-23  Simon Josefsson  <simon@josefsson.org>
13743
13744         * lib/readline.c: Don't include getline.h, the prototype is now
13745         found in stdio.h.
13746
13747 2007-08-23  Jim Meyering  <jim@meyering.net>
13748
13749         Getdelim touchup.
13750         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
13751         around the funlockfile call, since funlockfile never sets errno.
13752         Don't set errno upon failed realloc.
13753
13754 2007-08-22  Eric Blake  <ebb9@byu.net>
13755
13756         Getline touchups.
13757         * lib/getdelim.c (getdelim): Revert regression that required *n to
13758         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
13759         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
13760         getdelim, rather than whether implementation is missing.
13761         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
13762         * lib/stdio_.h (getline): Also declare if replacement is
13763         required.
13764         * doc/functions/getdelim.texi: New file.
13765         * doc/functions/getline.texi: Likewise.
13766         * doc/gnulib.texi (Function Substitutes): Add new files.
13767         Reported by Bruno Haible.
13768
13769 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
13770
13771         * users.txt: Add Guile.
13772
13773 2007-08-22  Eric Blake  <ebb9@byu.net>
13774
13775         * tests/test-getdelim.c (main): Use remove, not unlink.
13776         * tests/test-getline.c (main): Likewise.
13777
13778         Move getline and getdelim into stdio.h, per POSIX 200x.
13779         * modules/getline (Files): Remove getline.h.
13780         (Depends-on): Add stdio.
13781         (configure.ac): Add module indicator.
13782         * modules/getdelim (Files): Remove getdelim.h.
13783         (Depends-on): Add stdio.
13784         (configure.ac): Add module indicator.
13785         * modules/stdio (Makefile.am): Work with new indicators.
13786         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
13787         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
13788         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
13789         * lib/getdelim.h: Delete.
13790         * lib/getline.h: Delete.
13791         * lib/stdio_.h (getdelim, getline): Declare.
13792         * modules/getdelim-tests: New module.
13793         * modules/getline-tests: Likewise.
13794         * tests/test-getdelim.c: New file.
13795         * tests/test-getline.c: Likewise.
13796         * NEWS: Document the change.
13797         * lib/getline.c: Update choice of header.
13798         * lib/csharpcomp.c: Likewise.
13799         * lib/getpass.c: Likewise.
13800         * lib/javacomp.c: Likewise.
13801         * lib/javaversion.c: Likewise.
13802         * lib/yesno.c: Likewise.
13803         * lib/getdelim.c: Likewise.
13804         (getdelim): Set errno on failure, and avoid memory leak.
13805
13806 2007-08-19  Bruno Haible  <bruno@clisp.org>
13807
13808         * modules/closein (Depends-on): Add freadahead.
13809         * lib/closein.c: Include freadahead.h.
13810         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
13811         is zero.
13812
13813 2007-08-19  Bruno Haible  <bruno@clisp.org>
13814
13815         * modules/freadahead-tests: New file.
13816         * tests/test-freadahead.sh: New file.
13817         * tests/test-freadahead.c: New file.
13818
13819         * modules/freadahead: New file.
13820         * lib/freadahead.h: New file.
13821         * lib/freadahead.c: New file.
13822         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
13823         fbufmode, fpurge, freadable, fwritable.
13824
13825 2007-08-19  Eric Blake  <ebb9@byu.net>
13826
13827         Test yesno in combination with closein.
13828         * lib/yesno.c (yesno): Document use of stdin.
13829         * modules/yesno-tests (Files): New module.
13830         * tests/test-yesno.c (main): New file.
13831         * tests/test-yesno.sh: Likewise.
13832
13833 2007-08-19  Bruno Haible  <bruno@clisp.org>
13834
13835         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
13836         * lib/fseeko.c (rpl_fseeko): Likewise.
13837         * lib/fseterr.c (fseterr): Likewise.
13838
13839 2007-08-19  Bruno Haible  <bruno@clisp.org>
13840
13841         * tests/test-lseek.c (main): Disable a test for BeOS.
13842         * doc/functions/lseek.texi: Document the BeOS bug.
13843
13844 2007-08-19  Bruno Haible  <bruno@clisp.org>
13845             Eric Blake  <ebb9@byu.net>
13846
13847         * lib/lseek.c: Include <sys/stat.h>.
13848         (rpl_lseek): Add workaround code also for Unix platforms.
13849         Needed for BeOS.
13850         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
13851         * doc/functions/lseek.texi: Document BeOS definiency.
13852
13853 2007-08-18  Bruno Haible  <bruno@clisp.org>
13854
13855         * modules/fstrcmp-tests: New file.
13856         * tests/test-fstrcmp.c: New file.
13857
13858 2007-08-18  Bruno Haible  <bruno@clisp.org>
13859
13860         * modules/fstrcmp: New file, from GNU gettext with modifications.
13861         * lib/fstrcmp.h: New file, from GNU gettext.
13862         * lib/fstrcmp.c: New file, from GNU gettext.
13863         * MODULES.html.sh (String handling): Add fstrcmp.
13864
13865 2007-08-18  Bruno Haible  <bruno@clisp.org>
13866
13867         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
13868         'bool'.
13869         (diag, compareseq): Remove const from the ctxt argument.
13870         (USE_HEURISTIC): Undefine at the end.
13871
13872 2007-08-18  Jim Meyering  <jim@meyering.net>
13873
13874         New file: lib/idcache.h
13875         * NEWS: Mention the addition.
13876         * modules/idcache (Files): Add lib/idcache.h
13877         * lib/idcache.c: Include "idcache.h".
13878         Don't include <sys/types.h>.
13879         Add a FIXME comment.
13880         Move file-scoped "static" declarations to the top.
13881         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
13882
13883 2007-08-17  Bruno Haible  <bruno@clisp.org>
13884         and Paul Eggert  <eggert@cs.ucla.edu>
13885
13886         * MODULES.html.sh: Add diffseq.
13887         * modules/diffseq: New file.
13888         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
13889         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
13890
13891 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13892
13893         Import changes from coreutils for bootstrap script.
13894
13895         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
13896
13897         * build-aux/bootstrap (slurp): Work even in environments where
13898         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
13899         current code does not slurp files whose names start with ".", and
13900         this looks like it might be a troublesome area.
13901
13902         2007-07-11  Jim Meyering  <jim@meyering.net>
13903
13904         If there's a GPL vN copyright comment, require that N == 3.
13905
13906         2007-07-08  Jim Meyering  <jim@meyering.net>
13907
13908         Run the coreutils-specific code only if tests/Makefile.am.in exists.
13909         * build-aux/bootstrap (mam_template): Move definition out of loop.
13910
13911         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
13912
13913         * build-aux/bootstrap (symlink_to_dir): Rename function from
13914         symlink_to_gnulib.  Add a directory parameter.  Update all
13915         callers.
13916         (cp_mark_as_generated): Also check for -- and link to -- files in
13917         gl/.
13918
13919         2007-07-08  Jim Meyering  <jim@meyering.net>
13920
13921         Adapt to deeper hierarchy in gnulib.
13922         * build-aux/bootstrap (symlink_to_dir): If the destination
13923         directory doesn't exist, create it. This is required at least for
13924         "lib/uniwidth/cjk.h".
13925
13926         2007-05-15  Jim Meyering  <jim@meyering.net>
13927
13928         * build-aux/bootstrap: Now that generated Makefile.am files
13929         are no longer under version control, they must be created at
13930         bootstrap time.
13931
13932 2007-08-14  Ben Pfaff  <blp@gnu.org>
13933
13934         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
13935
13936 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13937
13938         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
13939         given the changes below.
13940         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
13941         even on hosts that have padding bits beyond the supported 64.
13942
13943 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13944
13945         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
13946         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
13947         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
13948         depends on it.
13949         (xstrtol_error): Remove.
13950         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
13951         but with a different signature.
13952         (ATTRIBUTE_NORETURN, __attribute__): New macros.
13953         * lib/xstrtol-error.c: Include exitfail.h.
13954         (xstrtol_fatal): New function, with a different signature from the
13955         old xstrtol_error, so that the caller need not worry about passing
13956         in an exit status, or about storage management of the option argument.
13957         (xstrtol_error): Now a static function.  Redo signature to
13958         implement xstrtol_fatal.  Output the correct number of hyphens in
13959         front of the option so that the caller need not worry about
13960         storage management.
13961         (N_): New macro.
13962         (_): Remove; not used now.
13963         * modules/xstrtol: Depend on getopt.
13964         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
13965         of old STRTOL_FATAL_ERROR macro.
13966         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
13967         of test program.
13968         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
13969         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
13970
13971 2007-08-08  Eric Blake  <ebb9@byu.net>
13972
13973         * lib/xstrtol-error.c: Add missing include.
13974
13975         Move xstrtol messages into gnulib domain, when --pobase is used.
13976         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
13977         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
13978         * modules/xstrtol (Files): Distribute new file.
13979         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
13980         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
13981         * tests/test-xstrtol.c: ...into new file.
13982         * tests/test-xstrtoul.c: Also test xstrtoul.
13983         * tests/test-xstrtoimax.c: Also test xstrtoimax.
13984         * tests/test-xstrtoumax.c: Also test xstrtoumax.
13985         * tests/test-xstrtol.sh: Drive the tests.
13986         * tests/test-xstrtoimax.sh: Likewise.
13987         * tests/test-xstrtoumax.sh: Likewise.
13988         * modules/xstrtol-tests: New module.
13989         * modules/xstrtoimax-tests: Likewise.
13990         * modules/xstrtoumax-tests: Likewise.
13991
13992 2007-08-08  Jim Meyering  <jim@meyering.net>
13993
13994         New function: mfile_name_concat.
13995         * lib/filenamecat.c (mfile_name_concat): New function, just like
13996         file_name_concat, but return NULL upon failure rather than exiting
13997         with a diagnostic.
13998         * lib/filenamecat.h: Declare it.
13999
14000 2007-08-07  Bruno Haible  <bruno@clisp.org>
14001
14002         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
14003         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
14004         warning from gcc.
14005         Reported by Eric Blake.
14006
14007 2007-08-07  Simon Josefsson  <simon@josefsson.org>
14008
14009         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
14010         * modules/crypto/arcfour (License): Likewise.
14011         * modules/crypto/des-tests (License): Likewise.
14012         * modules/crypto/gc-arctwo-tests (License): Likewise.
14013         * modules/crypto/gc-des-tests (License): Likewise.
14014         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
14015         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
14016         * modules/crypto/gc-md2-tests (License): Likewise.
14017         * modules/crypto/gc-md4-tests (License): Likewise.
14018         * modules/crypto/gc-md5-tests (License): Likewise.
14019         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
14020         * modules/crypto/gc-rijndael-tests (License): Likewise.
14021         * modules/crypto/gc-sha1-tests (License): Likewise.
14022         * modules/crypto/gc-tests (License): Likewise.
14023         * modules/crypto/hmac-md5 (License): Likewise.
14024         * modules/crypto/hmac-sha1 (License): Likewise.
14025         * modules/crypto/md2-tests (License): Likewise.
14026         * modules/crypto/md4-tests (License): Likewise.
14027         * modules/crypto/md5 (License): Likewise.
14028         * modules/crypto/rijndael (License): Likewise.
14029         * modules/crypto/sha1 (License): Likewise.
14030         * modules/memxor (License): Likewise.
14031
14032 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14033         and Bruno Haible  <bruno@clisp.org>
14034
14035         * NEWS: Describe interface changes to human, xstrtol.
14036         * lib/human.h: Include <xstrtol.h>.
14037         (human_options): Return enum strtol_error, not int.  Remove
14038         bool arg; take int * instead.
14039         * lib/human.c: Don't include "gettext.h".
14040         (_): Remove; no longer used.
14041         Don't include <xstrtol.h>, since human.h does it.
14042         (human_options): Adjust to abovementioned interface changes.
14043         Do not report error to stderr; that's now the caller's
14044         responsibility.
14045         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
14046         interface change.
14047         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
14048         Str, Argument_type_string.  All uses changed.  Put " argument"
14049         in diagnostics to make them clearer.  Change wording of suffix
14050         message for clarity.
14051         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
14052         Argument_type_string.
14053         (STRTOL_FATAL_WARN): Remove; no longer used.
14054         * modules/human (Depends-on): Remove gettext-h.
14055
14056 2007-08-06  Simon Josefsson  <simon@josefsson.org>
14057
14058         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
14059
14060 2007-07-31  Bruno Haible  <bruno@clisp.org>
14061
14062         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
14063         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
14064         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
14065
14066 2007-07-31  Bruno Haible  <bruno@clisp.org>
14067
14068         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
14069         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
14070
14071 2007-07-30  Bruno Haible  <bruno@clisp.org>
14072
14073         * modules/base64 (License): Use the synonymous term "LGPLv2+".
14074         * modules/c-ctype (License): Likewise.
14075         * modules/c-strcase (License): Likewise.
14076         * modules/check-version (License): Likewise.
14077         * modules/iconv (License): Likewise.
14078         * modules/iconv_open (License): Likewise.
14079         * modules/read-file (License): Likewise.
14080         * modules/striconv (License): Likewise.
14081         * modules/strverscmp (License): Likewise.
14082         * modules/vasprintf (License): Likewise.
14083         * modules/crypto/des (License): Likewise.
14084         * modules/crypto/gc (License): Likewise.
14085         * modules/crypto/gc-arcfour (License): Likewise.
14086         * modules/crypto/gc-arctwo (License): Likewise.
14087         * modules/crypto/gc-des (License): Likewise.
14088         * modules/crypto/gc-hmac-md5 (License): Likewise.
14089         * modules/crypto/gc-hmac-sha1 (License): Likewise.
14090         * modules/crypto/gc-md2 (License): Likewise.
14091         * modules/crypto/gc-md4 (License): Likewise.
14092         * modules/crypto/gc-md5 (License): Likewise.
14093         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
14094         * modules/crypto/gc-random (License): Likewise.
14095         * modules/crypto/gc-rijndael (License): Likewise.
14096         * modules/crypto/gc-sha1 (License): Likewise.
14097         * modules/crypto/md2 (License): Likewise.
14098         * modules/crypto/md4 (License): Likewise.
14099
14100 2007-07-30  Jim Meyering  <jim@meyering.net>
14101
14102         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
14103         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
14104         it has valid stat data.  This bug would cause du not to count the
14105         sizes of inaccessible directories.
14106         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
14107         in <http://bugzilla.redhat.com/250077>.
14108
14109 2007-07-25  Peter O'Gorman  <peter@pogma.com>
14110             Bruno Haible  <bruno@clisp.org>
14111
14112         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
14113         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
14114         #include_next, gives a diagnostic about it, but reports no error in
14115         the exit code.
14116         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
14117
14118 2007-07-24  Ben Pfaff  <blp@gnu.org>
14119
14120         Improve name: "count-one-bits" is better than "popcount".
14121         * MODULES.html.sh: Update name.
14122         * lib/popcount.h: Renamed lib/count-one-bits.h.
14123         (popcount): Renamed count_one_bits.
14124         (popcountl): Renamed count_one_bits_l.
14125         (popcountll): Renamed count_one_bits_ll.
14126         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
14127         * modules/popcount: Renamed module/count-one-bits.
14128         * modules/popcount-tests: Renamed module/count-one-bits-tests.
14129         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
14130
14131 2007-07-23  Ben Pfaff  <blp@gnu.org>
14132
14133         * lib/popcount.h (popcount32): Reduce size of constants, to allow
14134         better code generation, and add U to large constants to avoid
14135         warnings, in non-GCC case.
14136         Suggested by Bruno Haible.
14137
14138 2007-07-23  Ben Pfaff  <blp@gnu.org>
14139
14140         * lib/popcount.h: Use verify_true instead of if...abort.
14141         * modules/popcount: Depend on verify module.
14142         Suggested by Jim Meyering.
14143
14144 2007-07-23  Bruno Haible  <bruno@clisp.org>
14145
14146         * gnulib-tool (func_import): Create a .cvsignore file also when the
14147         directory is not yet in CVS but the toplevel directory is. When
14148         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
14149         Reported by Karl Berry.
14150
14151 2007-07-22  Ben Pfaff  <blp@gnu.org>
14152
14153         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
14154         case.
14155         Suggested by Eric Blake.
14156
14157 2007-07-22  Ben Pfaff  <blp@gnu.org>
14158
14159         New module: popcount.
14160         * MODULES.html.sh: Add popcount.
14161         * modules/popcount: New file.
14162         * modules/popcount-tests: New file.
14163         * tests/test-popcount.c: New file.
14164         * lib/popcount.h: New file.
14165         * m4/popcount.m4: New file.
14166
14167 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14168
14169         * build-aux/announce-gen: Update to GPLv3.
14170
14171         * build-aux/config.guess: Update from config.
14172
14173 2007-07-21  Bruno Haible  <bruno@clisp.org>
14174
14175         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
14176         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
14177
14178 2007-07-20  Jim Meyering  <jim@meyering.net>
14179
14180         * check-module: Diagnose a self-dependency.
14181
14182 2007-07-19  Bruno Haible  <bruno@clisp.org>
14183
14184         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
14185         empty.
14186         Reported by Eric Blake.
14187
14188 2007-07-18  Bruno Haible  <bruno@clisp.org>
14189
14190         * gnulib-tool: New options --po-base, --po-domain.
14191         (func_usage): Document them.
14192         (pobase, po_domain): New variables.
14193         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
14194         DEFAULT_TEXT_DOMAIN.
14195         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
14196         (func_import): Consider pobase and po_domain. Create a po/ directory.
14197         (func_create_testdir): Set pobase and po_domain to empty.
14198         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
14199         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
14200
14201 2007-07-18  Bruno Haible  <bruno@clisp.org>
14202
14203         * gnulib-tool (func_get_automake_snippet): Synthesize also an
14204         EXTRA_DIST augmentation for files in build-aux/.
14205
14206 2007-07-16  Bruno Haible  <bruno@clisp.org>
14207
14208         * modules/lseek (License): Use the synonymous term "LGPLv2+".
14209         * modules/getdelim (License): Likewise.
14210
14211 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14212
14213         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
14214         * modules/d-type (License): Likewise.
14215         * modules/extensions (License): Likewise.
14216         * modules/fnmatch (License): Likewise.
14217         * modules/fseeko (License): Likewise.
14218         * modules/getaddrinfo (License): Likewise.
14219         * modules/getline (License): Likewise.
14220         * modules/getlogin_r (License): Likewise.
14221         * modules/getpass (License): Likewise.
14222         * modules/gettimeofday (License): Likewise.
14223         * modules/glob (License): Likewise.
14224         * modules/inet_ntop (License): Likewise.
14225         * modules/malloc (License): Likewise.
14226         * modules/malloca (License): Likewise.
14227         * modules/memmem (License): Likewise.
14228         * modules/mempcpy (License): Likewise.
14229         * modules/memset (License): Likewise.
14230         * modules/minmax (License): Likewise.
14231         * modules/mktime (License): Likewise.
14232         * modules/netinet_in (License): Likewise.
14233         * modules/pathmax (License): Likewise.
14234         * modules/poll (License): Likewise.
14235         * modules/regex (License): Likewise.
14236         * modules/snprintf (License): Likewise.
14237         * modules/stdbool (License): Likewise.
14238         * modules/stdint (License): Likewise.
14239         * modules/stdio (License): Likewise.
14240         * modules/strcase (License): Likewise.
14241         * modules/strcasestr (License): Likewise.
14242         * modules/strdup (License): Likewise.
14243         * modules/string (License): Likewise.
14244         * modules/strndup (License): Likewise.
14245         * modules/strnlen (License): Likewise.
14246         * modules/strpbrk (License): Likewise.
14247         * modules/strptime (License): Likewise.
14248         * modules/strsep (License): Likewise.
14249         * modules/sys_select (License): Likewise.
14250         * modules/sys_socket (License): Likewise.
14251         * modules/sys_stat (License): Likewise.
14252         * modules/sys_time (License): Likewise.
14253         * modules/time (License): Likewise.
14254         * modules/time_r (License): Likewise.
14255         * modules/timegm (License): Likewise.
14256         * modules/unistd (License): Likewise.
14257         * modules/vsnprintf (License): Likewise.
14258         * modules/wctype (License): Likewise.
14259
14260 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14261
14262         * modules/argz (License): LGPLv2+.
14263
14264 2007-07-15  Karl Berry  <karl@gnu.org>
14265
14266         * doc/gnulib.texi: revise node structure per new fdl.texi.
14267
14268 2007-07-14  Bruno Haible  <bruno@clisp.org>
14269
14270         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
14271         the output file.
14272         * lib/uniname/uninames.h: Regenerated.
14273
14274 2007-07-14  Karl Berry  <karl@gnu.org>
14275
14276         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
14277         omitting sectioning and index commands.
14278
14279 2007-07-13  Bruno Haible  <bruno@clisp.org>
14280
14281         New gnulib-tool option --more-symlinks.
14282         * gnulib-tool (func_usage): Document --more-symlinks.
14283         (do_copyrights): New variable.
14284         Recognize option --more-symlinks.
14285         (func_import): Don't add a copyright notice transform to
14286         sed_transform_lib_file if do_copyrights is empty.
14287
14288 2007-07-13  Bruno Haible  <bruno@clisp.org>
14289
14290         * lib/vasnprintf.c (decimal_point_char): Define also if
14291         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
14292         && !NEED_PRINTF_DIRECTIVE_A.
14293         Reported by Clemens Koller <clemens.koller@anagramm.de> via
14294         Gary V. Vaughan <gary@gnu.org>.
14295
14296 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
14297
14298         * lib/inttypes_.h: Undo previous change, since it was fixed
14299         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
14300
14301 2007-07-13  Bruno Haible  <bruno@clisp.org>
14302
14303         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
14304         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
14305
14306 2007-07-13  Jim Meyering  <jim@meyering.net>
14307
14308         df: Don't fail for Tru64's "file-on-file mount".
14309         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
14310         so we fall through and use statfs instead.  Details here:
14311         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
14312         Reported by Albert Chin.
14313
14314 2007-07-13  Bruno Haible  <bruno@clisp.org>
14315
14316         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
14317         * modules/configmake (License): Likewise.
14318         * modules/gettext (License): Likewise.
14319         * modules/gettext-h (License): Likewise.
14320         * modules/include_next (License): Likewise.
14321         * modules/link-warning (License): Likewise.
14322         * modules/localcharset (License): Likewise.
14323         * modules/localename (License): Likewise.
14324         * modules/lock (License): Likewise.
14325         * modules/relocatable-lib-lgpl (License): Likewise.
14326         * modules/size_max (License): Likewise.
14327         * modules/vasnprintf (License): Likewise.
14328         * modules/wchar (License): Likewise.
14329         * modules/xsize (License): Likewise.
14330
14331 2007-07-13  Bruno Haible  <bruno@clisp.org>
14332
14333         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
14334         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
14335
14336 2007-07-12  Bruno Haible  <bruno@clisp.org>
14337
14338         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
14339         in the modules files.
14340
14341 2007-07-11  Karl Berry  <karl@gnu.org>
14342
14343         * MODULES.html.sh (func_module): use
14344          sed -e '\|^'"${includefile}"'$|d'
14345          instead of /.../d, to avoid errors on $includefile's containing /.
14346
14347 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
14348
14349         * gnulib-tool (func_import): Avoid duplication of --avoid
14350         statements
14351         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
14352         names to `_' in variable names.
14353
14354 2007-07-10  Eric Blake  <ebb9@byu.net>
14355
14356         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
14357         * NEWS: Document this change.
14358
14359 2007-07-08  Bruno Haible  <bruno@clisp.org>
14360
14361         Update to Unicode 5.0.
14362         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
14363         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
14364         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
14365         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
14366         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
14367         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
14368         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
14369         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
14370         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
14371         U+10A3F, U+1D242..U+1D244.
14372         (nonspacing_table_ind): Update.
14373         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
14374         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
14375
14376 2007-07-08  Bruno Haible  <bruno@clisp.org>
14377
14378         Update to Unicode 5.0.
14379         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
14380         code transform. Extend the name index field of unicode_name_to_code and
14381         unicode_code_to_name from 16 to 24 bits.
14382         * lib/uniname/uniname.c (unicode_character_name,
14383         unicode_name_character): Add the range 0x12xxx to the code transform.
14384         * lib/uniname/uninames.h: Regenerated.
14385         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
14386
14387 2007-07-07  Bruno Haible  <bruno@clisp.org>
14388
14389         * modules/wcwidth-tests: New file.
14390         * tests/test-wcwidth.c: New file.
14391
14392         Work around MacOS X wcwidth() bug.
14393         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
14394         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
14395         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
14396         original wcwidth in non-UTF-8 locales.
14397         * modules/wcwidth (Depends-on): Add localcharset, streq,
14398         uniwidth/width.
14399         * doc/functions/wcwidth.texi: Update.
14400
14401 2007-07-07  Bruno Haible  <bruno@clisp.org>
14402
14403         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
14404         (wcwidth): New declaration.
14405         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
14406         macros.
14407         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
14408         here. Prepare for creating <wchar.h> unconditionally.
14409         * modules/wchar (Depends-on): Add link-warning.
14410         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
14411         REPLACE_WCWIDTH, and GL_LINK_WARNING.
14412         * lib/wcwidth.h: Remove file.
14413         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
14414         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
14415         * modules/wcwidth (Files): Remove lib/wcwidth.h.
14416         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
14417         (Include): Replace wcwidth.h with <wchar.h>.
14418         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
14419         * lib/mbchar.h: Don't include wcwidth.h.
14420         * lib/mbswidth.c: Likewise.
14421         * NEWS: Mention the change.
14422
14423 2007-07-07  Bruno Haible  <bruno@clisp.org>
14424
14425         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
14426         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
14427         definition with an external declaration.
14428         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
14429         defined as a function. Remove AC_C_INLINE requirement.
14430         * modules/wcwidth (Files): Add lib/wcwidth.c.
14431         (Makefile.am): Remove redundant statement.
14432
14433 2007-07-07  Bruno Haible  <bruno@clisp.org>
14434
14435         * MODULES.html.sh (Unicode string functions): Add the new modules.
14436
14437         * tests/uniwidth/test-u32-strwidth.c: New file.
14438         * modules/uniwidth/u32-strwidth-tests: New file.
14439
14440         * lib/uniwidth/u32-strwidth.c: New file.
14441         * modules/uniwidth/u32-strwidth: New file.
14442
14443         * tests/uniwidth/test-u16-strwidth.c: New file.
14444         * modules/uniwidth/u16-strwidth-tests: New file.
14445
14446         * lib/uniwidth/u16-strwidth.c: New file.
14447         * modules/uniwidth/u16-strwidth: New file.
14448
14449         * tests/uniwidth/test-u8-strwidth.c: New file.
14450         * modules/uniwidth/u8-strwidth-tests: New file.
14451
14452         * lib/uniwidth/u8-strwidth.c: New file.
14453         * modules/uniwidth/u8-strwidth: New file.
14454
14455         * tests/uniwidth/test-u32-width.c: New file.
14456         * modules/uniwidth/u32-width-tests: New file.
14457
14458         * lib/uniwidth/u32-width.c: New file.
14459         * modules/uniwidth/u32-width: New file.
14460
14461         * tests/uniwidth/test-u16-width.c: New file.
14462         * modules/uniwidth/u16-width-tests: New file.
14463
14464         * lib/uniwidth/u16-width.c: New file.
14465         * modules/uniwidth/u16-width: New file.
14466
14467         * tests/uniwidth/test-u8-width.c: New file.
14468         * modules/uniwidth/u8-width-tests: New file.
14469
14470         * lib/uniwidth/u8-width.c: New file.
14471         * modules/uniwidth/u8-width: New file.
14472
14473         * tests/uniwidth/test-uc_width.c: New file.
14474         * modules/uniwidth/width-tests: New file.
14475
14476         * lib/uniwidth/width.c: New file, from GNU libiconv.
14477         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
14478         * modules/uniwidth/width: New file.
14479
14480         * lib/uniwidth.h: New file, from GNU libiconv.
14481         * modules/uniwidth/base: New file.
14482
14483 2007-07-07  Bruno Haible  <bruno@clisp.org>
14484
14485         * lib/uniname.h: New file, from GNU gettext.
14486         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
14487         * lib/uniname/uninames.h: New file, from GNU gettext.
14488         * lib/uniname/uniname.c: New file, from GNU gettext.
14489         * tests/uniname/test-uninames.sh: New file.
14490         * tests/uniname/test-uninames.c: New file, from GNU gettext.
14491         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
14492         * modules/uniname/base: New file.
14493         * modules/uniname/uniname: New file.
14494         * modules/uniname/uniname-tests: New file.
14495         * MODULES.html.sh (Unicode string functions): Add the new modules.
14496
14497 2007-07-06  Bruno Haible  <bruno@clisp.org>
14498
14499         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
14500
14501 2007-07-06  Bruno Haible  <bruno@clisp.org>
14502
14503         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
14504         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
14505         includes <cygwin/sys_time.h> which includes <sys/select.h> which
14506         include <sys/time.h>.
14507         Reported by Eric Blake.
14508
14509 2007-07-06  Eric Blake  <ebb9@byu.net>
14510
14511         Fix testing canonicalize on cygwin.
14512         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
14513         Revert patch from 2007-06-19.
14514         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
14515         canonicalize module is also in use.
14516         * tests/test-canonicalize.c: New file.
14517         * tests/test-canonicalize.sh: Likewise.
14518         * modules/canonicalize-tests: Likewise.
14519
14520 2007-07-06  Jim Meyering  <jim@meyering.net>
14521
14522         * lib/getugroups.c (getugroups): Detect getgrent failure.
14523         Adjust comment to reflect reality: this function may return -1.
14524
14525 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
14526
14527         * build-aux/bootstrap (TP_URL,get_translations): Update to use
14528         the new TP address.
14529         (usage): Fix typo
14530         (gnulib_mk): New variable.
14531
14532 2007-07-05  Jim Meyering  <jim@meyering.net>
14533
14534         Don't let endgrent clobber errno, no matter how improbable.
14535         * lib/getugroups.c (getugroups): Save and restore errno around
14536         endgrent call.
14537
14538         Close the group DB even when failing with 2^31 or more members.
14539         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
14540
14541 2007-07-04  Jim Meyering  <jim@meyering.net>
14542
14543         * lib/getugroups.h: New file.
14544         * lib/getugroups.c: Include "getugroups.h".
14545         Remove uses of "register" keyword.
14546         Move local variable, "cp", down into scope where used.
14547         Give "username" parameter the "const" attribute.
14548         * modules/getugroups (Files): Add lib/getugroups.h
14549
14550 2007-07-04  Karl Berry  <karl@gnu.org>
14551
14552         * MODULES.html.sh (func_all_modules): Complete rename of
14553         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
14554
14555 2007-07-02  Bruno Haible  <bruno@clisp.org>
14556
14557         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
14558         mode, when inttypes.h comes from gnulib.
14559         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
14560
14561 2007-07-02  Simon Josefsson  <simon@josefsson.org>
14562
14563         * NEWS: Mention lgpl module name change.
14564
14565         * modules/lgpl-2.1: Renamed from lgpl.
14566
14567         * NEWS: Mention gpl module name change.
14568
14569         * modules/gpl-3.0: New file, based on gpl-2.0.
14570
14571         * modules/gpl-2.0: Renamed from gpl.
14572
14573         * modules/gpl: Fix filename, doc/gpl.texi is now found at
14574         doc/gpl-2.0.texi.
14575
14576 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14577
14578         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
14579         #define __STDC_LIMIT_MACROS temporarily while including
14580         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
14581         Problem reported by Joel E. Denny in
14582         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
14583
14584 2007-07-01  Bruno Haible  <bruno@clisp.org>
14585
14586         * lib/unistdio.h: New file.
14587         * lib/unistdio/u-asnprintf.h: New file.
14588         * lib/unistdio/u-asprintf.h: New file.
14589         * lib/unistdio/u-printf-args.c: New file.
14590         * lib/unistdio/u-printf-args.h: New file.
14591         * lib/unistdio/u-printf-parse.h: New file.
14592         * lib/unistdio/u-snprintf.h: New file.
14593         * lib/unistdio/u-sprintf.h: New file.
14594         * lib/unistdio/u-vasprintf.h: New file.
14595         * lib/unistdio/u-vsnprintf.h: New file.
14596         * lib/unistdio/u-vsprintf.h: New file.
14597         * lib/unistdio/ulc-asnprintf.c: New file.
14598         * lib/unistdio/ulc-asprintf.c: New file.
14599         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
14600         * lib/unistdio/ulc-printf-parse.c: New file.
14601         * lib/unistdio/ulc-snprintf.c: New file.
14602         * lib/unistdio/ulc-sprintf.c: New file.
14603         * lib/unistdio/ulc-vasnprintf.c: New file.
14604         * lib/unistdio/ulc-vasprintf.c: New file.
14605         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
14606         * lib/unistdio/ulc-vsnprintf.c: New file.
14607         * lib/unistdio/ulc-vsprintf.c: New file.
14608         * lib/unistdio/u8-asnprintf.c: New file.
14609         * lib/unistdio/u8-asprintf.c: New file.
14610         * lib/unistdio/u8-printf-parse.c: New file.
14611         * lib/unistdio/u8-snprintf.c: New file.
14612         * lib/unistdio/u8-sprintf.c: New file.
14613         * lib/unistdio/u8-vasnprintf.c: New file.
14614         * lib/unistdio/u8-vasprintf.c: New file.
14615         * lib/unistdio/u8-vsnprintf.c: New file.
14616         * lib/unistdio/u8-vsprintf.c: New file.
14617         * lib/unistdio/u8-u8-asnprintf.c: New file.
14618         * lib/unistdio/u8-u8-asprintf.c: New file.
14619         * lib/unistdio/u8-u8-snprintf.c: New file.
14620         * lib/unistdio/u8-u8-sprintf.c: New file.
14621         * lib/unistdio/u8-u8-vasnprintf.c: New file.
14622         * lib/unistdio/u8-u8-vasprintf.c: New file.
14623         * lib/unistdio/u8-u8-vsnprintf.c: New file.
14624         * lib/unistdio/u8-u8-vsprintf.c: New file.
14625         * lib/unistdio/u16-asnprintf.c: New file.
14626         * lib/unistdio/u16-asprintf.c: New file.
14627         * lib/unistdio/u16-printf-parse.c: New file.
14628         * lib/unistdio/u16-snprintf.c: New file.
14629         * lib/unistdio/u16-sprintf.c: New file.
14630         * lib/unistdio/u16-vasnprintf.c: New file.
14631         * lib/unistdio/u16-vasprintf.c: New file.
14632         * lib/unistdio/u16-vsnprintf.c: New file.
14633         * lib/unistdio/u16-vsprintf.c: New file.
14634         * lib/unistdio/u16-u16-asnprintf.c: New file.
14635         * lib/unistdio/u16-u16-asprintf.c: New file.
14636         * lib/unistdio/u16-u16-snprintf.c: New file.
14637         * lib/unistdio/u16-u16-sprintf.c: New file.
14638         * lib/unistdio/u16-u16-vasnprintf.c: New file.
14639         * lib/unistdio/u16-u16-vasprintf.c: New file.
14640         * lib/unistdio/u16-u16-vsnprintf.c: New file.
14641         * lib/unistdio/u16-u16-vsprintf.c: New file.
14642         * lib/unistdio/u32-asnprintf.c: New file.
14643         * lib/unistdio/u32-asprintf.c: New file.
14644         * lib/unistdio/u32-printf-parse.c: New file.
14645         * lib/unistdio/u32-snprintf.c: New file.
14646         * lib/unistdio/u32-sprintf.c: New file.
14647         * lib/unistdio/u32-vasnprintf.c: New file.
14648         * lib/unistdio/u32-vasprintf.c: New file.
14649         * lib/unistdio/u32-vsnprintf.c: New file.
14650         * lib/unistdio/u32-vsprintf.c: New file.
14651         * lib/unistdio/u32-u32-asnprintf.c: New file.
14652         * lib/unistdio/u32-u32-asprintf.c: New file.
14653         * lib/unistdio/u32-u32-snprintf.c: New file.
14654         * lib/unistdio/u32-u32-sprintf.c: New file.
14655         * lib/unistdio/u32-u32-vasnprintf.c: New file.
14656         * lib/unistdio/u32-u32-vasprintf.c: New file.
14657         * lib/unistdio/u32-u32-vsnprintf.c: New file.
14658         * lib/unistdio/u32-u32-vsprintf.c: New file.
14659         * tests/unistdio/test-ulc-asnprintf1.c: New file.
14660         * tests/unistdio/test-ulc-asnprintf1.h: New file.
14661         * tests/unistdio/test-ulc-printf1.h: New file.
14662         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
14663         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
14664         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
14665         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
14666         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
14667         * tests/unistdio/test-ulc-vasprintf1.c: New file.
14668         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
14669         * tests/unistdio/test-ulc-vsprintf1.c: New file.
14670         * tests/unistdio/test-u8-asnprintf1.c: New file.
14671         * tests/unistdio/test-u8-asnprintf1.h: New file.
14672         * tests/unistdio/test-u8-printf1.h: New file.
14673         * tests/unistdio/test-u8-vasnprintf1.c: New file.
14674         * tests/unistdio/test-u8-vasnprintf2.c: New file.
14675         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
14676         * tests/unistdio/test-u8-vasnprintf3.c: New file.
14677         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
14678         * tests/unistdio/test-u8-vasprintf1.c: New file.
14679         * tests/unistdio/test-u8-vsnprintf1.c: New file.
14680         * tests/unistdio/test-u8-vsprintf1.c: New file.
14681         * tests/unistdio/test-u16-asnprintf1.c: New file.
14682         * tests/unistdio/test-u16-asnprintf1.h: New file.
14683         * tests/unistdio/test-u16-printf1.h: New file.
14684         * tests/unistdio/test-u16-vasnprintf1.c: New file.
14685         * tests/unistdio/test-u16-vasnprintf2.c: New file.
14686         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
14687         * tests/unistdio/test-u16-vasnprintf3.c: New file.
14688         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
14689         * tests/unistdio/test-u16-vasprintf1.c: New file.
14690         * tests/unistdio/test-u16-vsnprintf1.c: New file.
14691         * tests/unistdio/test-u16-vsprintf1.c: New file.
14692         * tests/unistdio/test-u32-asnprintf1.c: New file.
14693         * tests/unistdio/test-u32-asnprintf1.h: New file.
14694         * tests/unistdio/test-u32-printf1.h: New file.
14695         * tests/unistdio/test-u32-vasnprintf1.c: New file.
14696         * tests/unistdio/test-u32-vasnprintf2.c: New file.
14697         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
14698         * tests/unistdio/test-u32-vasnprintf3.c: New file.
14699         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
14700         * tests/unistdio/test-u32-vasprintf1.c: New file.
14701         * tests/unistdio/test-u32-vsnprintf1.c: New file.
14702         * tests/unistdio/test-u32-vsprintf1.c: New file.
14703         * modules/unistdio/base: New file.
14704         * modules/unistdio/u-printf-args: New file.
14705         * modules/unistdio/ulc-asnprintf: New file.
14706         * modules/unistdio/ulc-asprintf: New file.
14707         * modules/unistdio/ulc-fprintf: New file.
14708         * modules/unistdio/ulc-printf-parse: New file.
14709         * modules/unistdio/ulc-snprintf: New file.
14710         * modules/unistdio/ulc-sprintf: New file.
14711         * modules/unistdio/ulc-vasnprintf: New file.
14712         * modules/unistdio/ulc-vasprintf: New file.
14713         * modules/unistdio/ulc-vfprintf: New file.
14714         * modules/unistdio/ulc-vsnprintf: New file.
14715         * modules/unistdio/ulc-vsprintf: New file.
14716         * modules/unistdio/u8-asnprintf: New file.
14717         * modules/unistdio/u8-asprintf: New file.
14718         * modules/unistdio/u8-printf-parse: New file.
14719         * modules/unistdio/u8-snprintf: New file.
14720         * modules/unistdio/u8-sprintf: New file.
14721         * modules/unistdio/u8-vasnprintf: New file.
14722         * modules/unistdio/u8-vasprintf: New file.
14723         * modules/unistdio/u8-vsnprintf: New file.
14724         * modules/unistdio/u8-vsprintf: New file.
14725         * modules/unistdio/u8-u8-asnprintf: New file.
14726         * modules/unistdio/u8-u8-asprintf: New file.
14727         * modules/unistdio/u8-u8-snprintf: New file.
14728         * modules/unistdio/u8-u8-sprintf: New file.
14729         * modules/unistdio/u8-u8-vasnprintf: New file.
14730         * modules/unistdio/u8-u8-vasprintf: New file.
14731         * modules/unistdio/u8-u8-vsnprintf: New file.
14732         * modules/unistdio/u8-u8-vsprintf: New file.
14733         * modules/unistdio/u16-asnprintf: New file.
14734         * modules/unistdio/u16-asprintf: New file.
14735         * modules/unistdio/u16-printf-parse: New file.
14736         * modules/unistdio/u16-snprintf: New file.
14737         * modules/unistdio/u16-sprintf: New file.
14738         * modules/unistdio/u16-vasnprintf: New file.
14739         * modules/unistdio/u16-vasprintf: New file.
14740         * modules/unistdio/u16-vsnprintf: New file.
14741         * modules/unistdio/u16-vsprintf: New file.
14742         * modules/unistdio/u16-u16-asnprintf: New file.
14743         * modules/unistdio/u16-u16-asprintf: New file.
14744         * modules/unistdio/u16-u16-snprintf: New file.
14745         * modules/unistdio/u16-u16-sprintf: New file.
14746         * modules/unistdio/u16-u16-vasnprintf: New file.
14747         * modules/unistdio/u16-u16-vasprintf: New file.
14748         * modules/unistdio/u16-u16-vsnprintf: New file.
14749         * modules/unistdio/u16-u16-vsprintf: New file.
14750         * modules/unistdio/u32-asnprintf: New file.
14751         * modules/unistdio/u32-asprintf: New file.
14752         * modules/unistdio/u32-printf-parse: New file.
14753         * modules/unistdio/u32-snprintf: New file.
14754         * modules/unistdio/u32-sprintf: New file.
14755         * modules/unistdio/u32-vasnprintf: New file.
14756         * modules/unistdio/u32-vasprintf: New file.
14757         * modules/unistdio/u32-vsnprintf: New file.
14758         * modules/unistdio/u32-vsprintf: New file.
14759         * modules/unistdio/u32-u32-asnprintf: New file.
14760         * modules/unistdio/u32-u32-asprintf: New file.
14761         * modules/unistdio/u32-u32-snprintf: New file.
14762         * modules/unistdio/u32-u32-sprintf: New file.
14763         * modules/unistdio/u32-u32-vasnprintf: New file.
14764         * modules/unistdio/u32-u32-vasprintf: New file.
14765         * modules/unistdio/u32-u32-vsnprintf: New file.
14766         * modules/unistdio/u32-u32-vsprintf: New file.
14767         * modules/unistdio/ulc-asnprintf-tests: New file.
14768         * modules/unistdio/ulc-vasnprintf-tests: New file.
14769         * modules/unistdio/ulc-vasprintf-tests: New file.
14770         * modules/unistdio/ulc-vsnprintf-tests: New file.
14771         * modules/unistdio/ulc-vsprintf-tests: New file.
14772         * modules/unistdio/u8-asnprintf-tests: New file.
14773         * modules/unistdio/u8-vasnprintf-tests: New file.
14774         * modules/unistdio/u8-vasprintf-tests: New file.
14775         * modules/unistdio/u8-vsnprintf-tests: New file.
14776         * modules/unistdio/u8-vsprintf-tests: New file.
14777         * modules/unistdio/u16-asnprintf-tests: New file.
14778         * modules/unistdio/u16-vasnprintf-tests: New file.
14779         * modules/unistdio/u16-vasprintf-tests: New file.
14780         * modules/unistdio/u16-vsnprintf-tests: New file.
14781         * modules/unistdio/u16-vsprintf-tests: New file.
14782         * modules/unistdio/u32-asnprintf-tests: New file.
14783         * modules/unistdio/u32-vasnprintf-tests: New file.
14784         * modules/unistdio/u32-vasprintf-tests: New file.
14785         * modules/unistdio/u32-vsnprintf-tests: New file.
14786         * modules/unistdio/u32-vsprintf-tests: New file.
14787         * MODULES.html.sh (Unicode string functions): Add the new modules.
14788
14789 2007-07-01  Bruno Haible  <bruno@clisp.org>
14790
14791         * lib/sprintf.c (sprintf): Limit the available length estimation,
14792         to avoid address wraparound.
14793         * lib/vsprintf.c (vsprintf): Likewise.
14794         * modules/sprintf-posix (Dependencies): Add stdint.
14795         * modules/vsprintf-posix (Dependencies): Likewise.
14796
14797 2007-07-01  Bruno Haible  <bruno@clisp.org>
14798
14799         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
14800         Windows PATH as well. Conservative double-quoting. Comments.
14801
14802 2007-07-01  Bruno Haible  <bruno@clisp.org>
14803             Eric Blake  <ebb9@byu.net>
14804             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14805
14806         * gnulib-tool (self_abspathname): Fix algorithm to cope with
14807         empty components in $PATH, denoting '.'.
14808
14809 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14810
14811         * gnulib-tool: Fix indentation.
14812         (func_create_megatestdir): Likewise.
14813         Report by Bruno Haible.
14814
14815 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14816
14817         Sync from Automake.
14818         * build-aux/gnupload: Fix shell portability issues with for loops.
14819         Report by Karl Berry.
14820
14821 2007-06-29  Simon Josefsson  <simon@josefsson.org>
14822
14823         * build-aux/maint.mk (POURL): Use translationproject.org.
14824
14825 2007-06-27  Simon Josefsson  <simon@josefsson.org>
14826             Bruno Haible  <bruno@clisp.org>
14827
14828         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
14829         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
14830         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
14831         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
14832         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
14833
14834 2007-06-27  Bruno Haible  <bruno@clisp.org>
14835
14836         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
14837         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
14838
14839 2007-06-26  Karl Berry  <karl@gnu.org>
14840
14841         * MODULES.html.sh: remove xreadlink-with-size.
14842
14843 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14844
14845         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
14846         method that I hope also handles the double-include problem noted
14847         by Bruno Haible in
14848         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
14849
14850 2007-06-23  Bruno Haible  <bruno@clisp.org>
14851
14852         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14853         Don't let the 'mostlyclean' target fail if the last subdirectory could
14854         not be removed.
14855         Reported by Karl Berry.
14856
14857 2007-06-23  Bruno Haible  <bruno@clisp.org>
14858
14859         * gnulib-tool (echo): Add a speedier workaround for ksh.
14860         * tests/test-echo.sh: Likewise.
14861
14862 2007-06-23  Bruno Haible  <bruno@clisp.org>
14863
14864         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
14865         * tests/test-echo.sh: Likewise.
14866
14867 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14868
14869         * gnulib-tool (IFS): Initialize early, so we don't set it to
14870         empty later.
14871         (self_abspathname): Rewrite algorithm to set it, reindent.
14872         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
14873         (func_create_megatestdir): Merge some sed scripts.
14874
14875 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14876
14877         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
14878         exposed by Sun Studio 11 cc on Solaris 8.
14879
14880 2007-06-22  Bruno Haible  <bruno@clisp.org>
14881
14882         * gnulib-tool (echo): Ensure the echo primitive does not interpret
14883         backslashes.
14884         * tests/test-echo.sh: New file.
14885
14886 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14887
14888         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
14889         simplify `sed_replace_build_aux' scripts, they are portable but
14890         echoing them with `echo' is not.
14891         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
14892
14893 2007-06-21  Karl Berry  <karl@gnu.org>
14894
14895         * config/srclist.txt: guess we can't handle the licenses via
14896         srclist at the moment.
14897
14898 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14899
14900         * MODULES.html.sh: Add include_next.
14901         * modules/include_next: New file.
14902
14903 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14904
14905         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
14906         INCLUDE_NEXT.
14907         (gl_CHECK_NEXT_HEADERS): New macro.
14908         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
14909         the obsolescent gl_ABSOLUTE_HEADER.
14910         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
14911         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
14912         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
14913         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
14914         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
14915         * m4/math_h.m4 (gl_MATH_H): Likewise.
14916         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
14917         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
14918         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
14919         * m4/stdint.m4 (gl_STDINT_H): Likewise.
14920         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
14921         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
14922         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
14923         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
14924         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
14925         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
14926         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
14927         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
14928         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
14929         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
14930         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
14931         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
14932         * m4/inttypes.m4 (gl_INTTYPES_H): Define
14933         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
14934         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
14935         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
14936         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
14937         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
14938         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
14939         * lib/float_.h: Likewise.
14940         * lib/inttypes_.h: Likewise.
14941         * lib/math_.h: Likewise.
14942         * lib/search_.h: Likewise.
14943         * lib/signal_.h: Likewise.
14944         * lib/stdint_.h: Likewise.
14945         * lib/stdio_.h: Likewise.
14946         * lib/stdlib_.h: Likewise.
14947         * lib/string_.h: Likewise.
14948         * lib/sys_stat_.h: Likewise.
14949         * lib/sys_time_.h: Likewise.
14950         * lib/time_.h: Likewise.
14951         * lib/unistd_.h: Likewise.
14952         * lib/wchar_.h: Likewise.
14953         * lib/wctype_.h: Likewise.
14954         * lib/dirent_.h: Likewise.
14955         * lib/iconv_.h: Likewise.
14956         * lib/locale_.h: Likewise.
14957         * lib/netinet_in_.h: Likewise.
14958         * lib/sys_select_.h: Likewise.
14959         * lib/sys_socket_.h: Likewise.
14960         * lib/sysexits_.h: Likewise.
14961         * modules/fcntl (Depends-on): Depend on include_next, not
14962         absolute_header.
14963         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
14964         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
14965         * modules/fchdir: Likewise.
14966         * modules/float: Likewise.
14967         * modules/iconv_open: Likewise.
14968         * modules/inttypes: Likewise.
14969         * modules/locale: Likewise.
14970         * modules/math: Likewise.
14971         * modules/netinet_in: Likewise.
14972         * modules/search: Likewise.
14973         * modules/signal: Likewise.
14974         * modules/stdint: Likewise.
14975         * modules/stdio: Likewise.
14976         * modules/stdlib: Likewise.
14977         * modules/string: Likewise.
14978         * modules/sys_select: Likewise.
14979         * modules/sys_socket: Likewise.
14980         * modules/sys_stat: Likewise.
14981         * modules/sys_time: Likewise.
14982         * modules/sysexits: Likewise.
14983         * modules/time: Likewise.
14984         * modules/unistd: Likewise.
14985         * modules/wchar: Likewise.
14986         * modules/wctype: Likewise.
14987         * modules/sys_stat: Change maintainer to "all".
14988         * modules/unistd: Likewise.
14989
14990 2007-06-20  Karl Berry  <karl@gnu.org>
14991
14992         * config/srclist.txt: track www changes in license files.
14993
14994 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
14995
14996         * build-aux/bootstrap: Remove stray dot.
14997         Make sure build_aux settings are honored when linking
14998         gnulib_extra_files.
14999
15000 2007-06-19  Eric Blake  <ebb9@byu.net>
15001
15002         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
15003         Allow compilation on cygwin.
15004
15005 2007-06-19  Jim Meyering  <jim@meyering.net>
15006
15007         xreadlink-with-size: Remove module.  No longer used.
15008         Ex-callers now use xreadlink or mreadlink-with-size.
15009         * modules/xreadlink-with-size: Remove module.
15010         * lib/xreadlink-with-size.c: Remove file.
15011         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
15012         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
15013         just before the function definition *is* accurate.
15014
15015         Eliminate one way canonicalize_filename_mode could exit.
15016         * lib/canonicalize.c (canonicalize_filename_mode):
15017         Use mreadlink_with_size, not xreadlink_with_size.
15018
15019 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
15020
15021         Detect porting problems to FreeBSD/arm, which has time_t wider than
15022         long int.  Original problem reported for GNU diff by Xin Li in
15023         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
15024         * modules/getdate (Depends-on): Add intprops, verify.
15025         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
15026         is an integer type no wider than long int.
15027
15028 2007-06-18  Jim Meyering  <jim@meyering.net>
15029
15030         New module: mreadlink-with-size.
15031         * MODULES.html.sh: Add mreadlink-with-size.
15032         * modules/mreadlink-with-size: New module
15033         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
15034         not xreadlink-with-size.
15035         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
15036
15037 2007-06-16  Bruno Haible  <bruno@clisp.org>
15038
15039         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
15040         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
15041         Reported by Gary V. Vaughan <gary@gnu.org>.
15042
15043 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
15044
15045         Revamp lchown so that it lives in unistd.h where it belongs.
15046         * lib/lchown.h: Remove.
15047         * lib/dirchownmod.c: Don't include lib/lchown.h.
15048         * lib/fchownat.c: Likewise.
15049         * lib/openat.c: Likewise.
15050         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
15051         does not follow symlinks.
15052         (EOPNOTSUPP): Define if not defined.
15053         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
15054         is defined to 0.
15055         (lchown): New decl.
15056         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
15057         Do not check for lchown decl.
15058         Set REPLACE_LCHOWN.
15059         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
15060         REPLACE_LCHOWN.
15061         * modules/chown: Make it clear it follows symlinks.
15062         * modules/lchown: Make it clear it doesn't follow symlinks.
15063         (Files): Remove lib/lchown.h
15064         (Depends-on): Add unistd.
15065         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
15066         (Include): Include <unistd.h>, not "lchown.h".
15067         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
15068         REPLACE_LCHOWN.
15069
15070 2007-06-15  Jim Meyering  <jim@meyering.net>
15071
15072         Change license (GPL to LGPL) of fsusage and dependents.
15073         * modules/fsusage (License): Change to LGPL.
15074         * modules/full-read (License): Likewise.
15075         * modules/full-write (License): Likewise.
15076         * modules/safe-read (License): Likewise.
15077         * modules/safe-write (License): Likewise.
15078
15079 2007-06-14  Ben Pfaff  <blp@gnu.org>
15080
15081         Missing part of allocsa -> malloca transition.
15082         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
15083         gl_MALLOCA.
15084
15085 2007-06-12  Bruno Haible  <bruno@clisp.org>
15086
15087         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
15088         to ia64, x86_64, i386.
15089         Reported by Eric Blake.
15090
15091 2007-06-12  Bruno Haible  <bruno@clisp.org>
15092
15093         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
15094         cross-compiling to x86_64.
15095
15096 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
15097
15098         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
15099         glitch reported by Ralf Wildenhues in
15100         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
15101
15102         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
15103         Vin Shelton.
15104
15105 2007-06-11  Bruno Haible  <bruno@clisp.org>
15106
15107         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
15108         replacement string.
15109         Reported by Eric Blake.
15110
15111 2007-06-10  Bruno Haible  <bruno@clisp.org>
15112
15113         Prepare vasnprintf code for use with Unicode strings.
15114         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
15115         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
15116         TYPE_U32_STRING.
15117         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
15118         a_u32_string variants.
15119         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
15120         * lib/printf-args.c: Don't include config.h and the specification
15121         header if PRINTF_FETCHARGS is already defined.
15122         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
15123         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
15124         TYPE_U16_STRING, TYPE_U32_STRING.
15125         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
15126         u16_directive, u16_directives, u32_directive, u32_directives): New
15127         types.
15128         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
15129         New declarations.
15130         * lib/printf-parse.c: Don't include config.h and the specification
15131         header if PRINTF_PARSE is already defined. Eliminate the set of
15132         parameters for WIDE_CHAR_VERSION; the user of this file must provide
15133         them now. Include c-ctype.h.
15134         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
15135         directive and CHAR_T_ONLY_ASCII.
15136         * lib/vasnprintf.c: Don't include config.h and the specification header
15137         if VASNPRINTF is already defined.
15138         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
15139         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
15140         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
15141         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
15142         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
15143         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
15144         code accordingly.
15145         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
15146         pad_ourselves also in this case, with the 'c' and 's' directives, and
15147         with a different notion of "width".
15148         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
15149
15150 2007-06-10  Bruno Haible  <bruno@clisp.org>
15151
15152         * modules/unistr/u32-mbsnlen: New file.
15153         * lib/unistr/u32-mbsnlen.c: New file.
15154
15155         * modules/unistr/u16-mbsnlen: New file.
15156         * lib/unistr/u16-mbsnlen.c: New file.
15157
15158         * modules/unistr/u8-mbsnlen: New file.
15159         * lib/unistr/u8-mbsnlen.c: New file.
15160
15161         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
15162         declarations.
15163
15164 2007-06-10  Bruno Haible  <bruno@clisp.org>
15165
15166         * lib/string_.h (mbsnlen): New declaration.
15167         * lib/mbsnlen.c: New file.
15168         * m4/mbsnlen.m4: New file.
15169         * modules/mbsnlen: New file.
15170         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
15171         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
15172         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
15173
15174 2007-06-10  Bruno Haible  <bruno@clisp.org>
15175
15176         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
15177
15178 2007-06-10  Bruno Haible  <bruno@clisp.org>
15179
15180         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
15181         * lib/mbuiter.h: Likewise.
15182
15183 2007-06-10  Bruno Haible  <bruno@clisp.org>
15184
15185         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
15186         declaration.
15187
15188 2007-06-10  Karl Berry  <karl@gnu.org>
15189
15190         * config/srclist.txt: remove gettext entries, Bruno prefers
15191         to update individually.
15192
15193 2007-06-10  Bruno Haible  <bruno@clisp.org>
15194
15195         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
15196         'maxlen'. Ensure only length + width bytes are allocated, not
15197         length + 1 + width.
15198
15199 2007-06-09  Bruno Haible  <bruno@clisp.org>
15200
15201         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
15202         (CHAR_T): Remove macro.
15203         (VASNPRINTF): Update.
15204
15205 2007-06-09  Bruno Haible  <bruno@clisp.org>
15206
15207         * MODULES.html.sh (Unicode string functions): Add the new modules.
15208
15209         * modules/uniconv/u32-conv-to-enc: New file.
15210         * lib/uniconv/u32-conv-to-enc.c: New file.
15211         * modules/uniconv/u32-conv-to-enc-tests: New file.
15212         * tests/uniconv/test-u32-conv-to-enc.c: New file.
15213
15214         * modules/uniconv/u16-conv-to-enc: New file.
15215         * lib/uniconv/u16-conv-to-enc.c: New file.
15216         * lib/uniconv/u-conv-to-enc.h: New file.
15217         * modules/uniconv/u16-conv-to-enc-tests: New file.
15218         * tests/uniconv/test-u16-conv-to-enc.c: New file.
15219
15220         * modules/uniconv/u8-conv-to-enc: New file.
15221         * lib/uniconv/u8-conv-to-enc.c: New file.
15222         * modules/uniconv/u8-conv-to-enc-tests: New file.
15223         * tests/uniconv/test-u8-conv-to-enc.c: New file.
15224
15225         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
15226         u32_conv_to_encoding): New declarations.
15227
15228 2007-06-09  Bruno Haible  <bruno@clisp.org>
15229
15230         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
15231
15232 2007-06-09  Bruno Haible  <bruno@clisp.org>
15233
15234         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
15235         * modules/malloca: Renamed from modules/allocsa, updated.
15236         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
15237         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
15238         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
15239         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
15240         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
15241         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
15242         * modules/xmalloca: Renamed from modules/xallocsa, updated.
15243         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
15244         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
15245         * modules/c-strcasestr (Depends-on): Update.
15246         * lib/c-strcasestr.c: Update.
15247         * modules/c-strstr (Depends-on): Update.
15248         * lib/c-strstr.c: Update.
15249         * modules/canonicalize-lgpl (Depends-on): Update.
15250         * lib/canonicalize-lgpl.c: Update.
15251         * modules/clean-temp (Depends-on): Update.
15252         * lib/clean-temp.c: Update.
15253         * modules/csharpcomp (Depends-on): Update.
15254         * lib/csharpcomp.c: Update.
15255         * modules/csharpexec (Depends-on): Update.
15256         * lib/csharpexec.c: Update.
15257         * modules/javacomp (Depends-on): Update.
15258         * lib/javacomp.c: Update.
15259         * modules/javaexec (Depends-on): Update.
15260         * lib/javaexec.c: Update.
15261         * modules/mbscasestr (Depends-on): Update.
15262         * lib/mbscasestr.c: Update.
15263         * modules/mbsstr (Depends-on): Update.
15264         * lib/mbsstr.c: Update.
15265         * modules/setenv (Depends-on): Update.
15266         * lib/setenv.c: Update.
15267         * modules/strcasestr (Depends-on): Update.
15268         * lib/strcasestr.c: Update.
15269         * modules/striconveha (Depends-on): Update.
15270         * lib/striconveha.c: Update.
15271         * modules/relocatable-prog-wrapper (Files): Update.
15272         * lib/relocwrapper.c: Update.
15273         * build-aux/install-reloc: Update.
15274         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
15275
15276 2007-06-08  Bruno Haible  <bruno@clisp.org>
15277
15278         Port to uClibc.
15279         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
15280         * lib/fpurge.c (fpurge): Likewise.
15281         * lib/freading.c (freading): Likewise.
15282         * lib/fseeko.c (rpl_fseeko): Likewise.
15283         * lib/fseterr.c (fseterr): Likewise.
15284         * lib/fwriting.c (fwriting): Likewise.
15285         * tests/test-fflush.c (main): Avoid a failure on uClibc.
15286
15287 2007-06-08  Bruno Haible  <bruno@clisp.org>
15288
15289         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
15290         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
15291         * modules/gettext (Files): Add m4/intlmacosx.m4.
15292
15293 2007-06-07  Bruno Haible  <bruno@clisp.org>
15294
15295         * modules/localename-tests: New file.
15296         * tests/test-localename.c: New file.
15297
15298         New module 'localename'.
15299         * lib/localename.h: New file.
15300         * lib/localename.c: New file, from GNU gettext.
15301         * m4/localename.m4: New file.
15302         * modules/localename: New file.
15303
15304 2007-06-07  Bruno Haible  <bruno@clisp.org>
15305
15306         Work around the lack of <wchar.h> on some builds of uClibc.
15307         * doc/headers/wchar.texi: Update.
15308         * lib/wchar_.h: Include <wchar.h> only if it exists.
15309         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
15310         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
15311         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
15312         doesn't exist.
15313         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
15314         * modules/mbfile (Depends-on): Add wchar.
15315         * modules/mbiter (Depends-on): Likewise.
15316         * modules/mbuiter (Depends-on): Likewise.
15317         Reported by Simon Josefsson.
15318
15319 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15320
15321         Work around problem reported by Steven M. Schweda in
15322         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
15323         Tru64 5.1B with the Compaq compiler environment installed declares
15324         an 'isblank' function but does not define it in the C library.
15325         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
15326         * lib/regex_internal.h (isblank): Likewise.
15327         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
15328         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15329
15330 2007-06-05  Bruno Haible  <bruno@clisp.org>
15331
15332         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
15333         ia64.
15334         * modules/printf-safe: New file.
15335         * modules/fprintf-posix (Depends-on): Add printf-safe.
15336         * modules/printf-posix (Depends-on): Likewise.
15337         * modules/snprintf-posix (Depends-on): Likewise.
15338         * modules/sprintf-posix (Depends-on): Likewise.
15339         * modules/vasnprintf-posix (Depends-on): Likewise.
15340         * modules/vasprintf-posix (Depends-on): Likewise.
15341         * modules/vfprintf-posix (Depends-on): Likewise.
15342         * modules/vprintf-posix (Depends-on): Likewise.
15343         * modules/vsnprintf-posix (Depends-on): Likewise.
15344         * modules/vsprintf-posix (Depends-on): Likewise.
15345         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
15346         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
15347         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
15348         "no" on i386, x86_64, ia64.
15349         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
15350         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15351         on i386, x86_64, ia64.
15352         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
15353         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15354         on i386, x86_64, ia64.
15355         * tests/test-vasnprintf-posix.c: Include float.h.
15356         (LDBL80_WORDS): New macro.
15357         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15358         on i386, x86_64, ia64.
15359         * tests/test-vasprintf-posix.c: Include float.h.
15360         (LDBL80_WORDS): New macro.
15361         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15362         on i386, x86_64, ia64.
15363         * tests/test-snprintf-posix.c: Include float.h.
15364         * tests/test-sprintf-posix.c: Likewise.
15365         * tests/test-vsnprintf-posix.c: Likewise.
15366         * tests/test-vsprintf-posix.c: Likewise.
15367
15368 2007-06-05  Bruno Haible  <bruno@clisp.org>
15369
15370         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
15371         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
15372         non-IEEE numbers on i386, x86_64, ia64.
15373         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
15374         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
15375         * tests/test-isnanl.h: Include float.h.
15376         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
15377
15378 2007-06-05  Bruno Haible  <bruno@clisp.org>
15379
15380         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
15381         also the %a / %A. Handle the %a / %A code before this extra handling.
15382
15383 2007-06-05  Bruno Haible  <bruno@clisp.org>
15384
15385         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
15386         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
15387
15388 2007-06-05  Bruno Haible  <bruno@clisp.org>
15389
15390         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
15391         typo in variable name.
15392
15393 2007-06-05  Eric Blake  <ebb9@byu.net>
15394
15395         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
15396         Reported by Simon Josefsson.
15397
15398 2007-06-04  Bruno Haible  <bruno@clisp.org>
15399
15400         Avoid test failures on some PowerPC platforms.
15401         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
15402         Define differently for PowerPC.
15403         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
15404         Reported by Gary V. Vaughan <gary@gnu.org>.
15405
15406 2007-06-02  Bruno Haible  <bruno@clisp.org>
15407
15408         Fix test-stdint failure on FreeBSD/ia64.
15409         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
15410         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
15411         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
15412         * doc/headers/stdint.texi: Update.
15413
15414 2007-06-01  Bruno Haible  <bruno@clisp.org>
15415
15416         * tests/test-binary-io.c (main): Pass a third argument to open().
15417         Reported by Gary V. Vaughan <gary@gnu.org>.
15418
15419 2007-06-01  Bruno Haible  <bruno@clisp.org>
15420
15421         * doc/functions/frexpl.texi: Update for mingw.
15422
15423 2007-06-01  Bruno Haible  <bruno@clisp.org>
15424
15425         * tests/test-lseek.c (main): Disable test of errno for invalid third
15426         argument.
15427         * doc/functions/lseek.texi: Update.
15428         Reported by Gary V. Vaughan <gary@gnu.org>.
15429
15430 2007-05-28  Bruno Haible  <bruno@clisp.org>
15431
15432         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
15433
15434 2007-05-31  Eric Blake  <ebb9@byu.net>
15435
15436         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
15437         cross compiling.
15438
15439 2007-05-30  Eric Blake  <ebb9@byu.net>
15440         and Bruno Haible  <bruno@clisp.org>
15441
15442         Work around mingw test failures exposed by m4-1.4.9b.
15443         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
15444         * tests/test-unistd.c: Disable uid_t and git_t tests for the
15445         moment.
15446
15447 2007-05-30  Bruno Haible  <bruno@clisp.org>
15448
15449         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
15450         assuming that they are closed. Needed on HP-UX 11.
15451
15452 2007-05-29  Bruno Haible  <bruno@clisp.org>
15453
15454         Fix a problem with #include_next.
15455         * lib/dirent_.h: Split the double-inclusion guard.
15456         * lib/fcntl_.h: Likewise.
15457         * lib/float_.h: Likewise.
15458         * lib/iconv_.h: Likewise.
15459         * lib/inttypes_.h: Likewise.
15460         * lib/locale_.h: Likewise.
15461         * lib/math_.h: Likewise.
15462         * lib/netinet_in_.h: Likewise.
15463         * lib/search_.h: Likewise.
15464         * lib/signal_.h: Likewise.
15465         * lib/stdint_.h: Likewise.
15466         * lib/stdio_.h: Likewise.
15467         * lib/stdlib_.h: Likewise.
15468         * lib/string_.h: Likewise.
15469         * lib/sys_select_.h: Likewise.
15470         * lib/sys_socket_.h: Likewise.
15471         * lib/sys_stat_.h: Likewise.
15472         * lib/sys_time_.h: Likewise.
15473         * lib/sysexits_.h: Likewise.
15474         * lib/time_.h: Likewise.
15475         * lib/unistd_.h: Likewise.
15476         * lib/wchar_.h: Likewise.
15477         * lib/wctype_.h: Likewise.
15478
15479 2007-05-29  Bruno Haible  <bruno@clisp.org>
15480
15481         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
15482         for the moment.
15483
15484 2007-05-29  Bruno Haible  <bruno@clisp.org>
15485
15486         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
15487         invocation.
15488         Reported by Eric Blake.
15489
15490 2007-05-29  Bruno Haible  <bruno@clisp.org>
15491
15492         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
15493         compiling case.
15494
15495 2007-05-29  Eric Blake  <ebb9@byu.net>
15496             Bruno Haible  <bruno@clisp.org>
15497
15498         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
15499         cross compiles.
15500
15501 2007-05-28  Eric Blake  <ebb9@byu.net>
15502
15503         * modules/closein-tests (test_closein_LDADD): Support test on
15504         cygwin with libtool.
15505
15506 2007-05-28  Bruno Haible  <bruno@clisp.org>
15507
15508         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
15509         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
15510         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
15511         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
15512         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
15513         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
15514         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
15515         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
15516         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
15517
15518 2007-05-28  Eric Blake  <ebb9@byu.net>
15519
15520         Unconditionally include <config.h> in unit tests.
15521         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
15522         * tests/test-allocsa.c, tests/test-arcfour.c,
15523         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
15524         tests/test-array_list.c, tests/test-array_oset.c,
15525         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
15526         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
15527         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
15528         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
15529         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
15530         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
15531         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
15532         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
15533         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
15534         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
15535         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
15536         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
15537         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
15538         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
15539         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
15540         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
15541         test-md5.c, test-memmem.c, test-printf-posix.c,
15542         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
15543         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
15544         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
15545         test-strcasestr.c, test-striconv.c, test-striconveh.c,
15546         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
15547         test-vasnprintf-posix2.c, test-vasnprintf.c,
15548         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
15549         test-vfprintf-posix.c, test-vprintf-posix.c,
15550         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
15551         test-xvasprintf.c: Likewise.
15552
15553 2007-05-28  Bruno Haible  <bruno@clisp.org>
15554
15555         * gnulib-tool (func_import): Remember the --with-tests command-line
15556         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
15557         Reported by Eric Blake.
15558
15559 2007-05-28  Bruno Haible  <bruno@clisp.org>
15560
15561         * modules/ftell-tests: New file.
15562         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
15563         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
15564
15565         * lib/ftell.c: New file.
15566         * modules/ftell: New file.
15567         * m4/ftell.m4: New file.
15568         * doc/functions/ftell.texi: Update.
15569         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
15570         REPLACE_FTELL.
15571         * lib/stdio_.h (rpl_ftell): New declaration.
15572         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
15573         REPLACE_FTELL.
15574
15575 2007-05-28  Eric Blake  <ebb9@byu.net>
15576
15577         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
15578
15579 2007-05-28  Bruno Haible  <bruno@clisp.org>
15580
15581         * modules/fseek-tests: New file.
15582         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
15583         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
15584
15585         * lib/fseek.c: New file.
15586         * modules/fseek: New file.
15587         * m4/fseek.m4: New file.
15588         * doc/functions/fseek.texi: Update.
15589         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
15590         REPLACE_FSEEK.
15591         * lib/stdio_.h (rpl_fseek): New declaration.
15592         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
15593         REPLACE_FSEEK.
15594
15595 2007-05-28  Bruno Haible  <bruno@clisp.org>
15596
15597         * lib/stdio_.h (fflush): More comments.
15598
15599 2007-05-28  Bruno Haible  <bruno@clisp.org>
15600
15601         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
15602         runtime test.
15603
15604 2007-05-28  Eric Blake  <ebb9@byu.net>
15605
15606         Improve lseek module.
15607         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
15608         * lib/unistd_.h (lseek): Scale back link warning message.
15609         * tests/test-lseek.c: Beef up test.
15610         * tests/test-lseek.sh: Exercise more facets of lseek.
15611         Reported by Bruno Haible.
15612
15613 2007-05-28  Bruno Haible  <bruno@clisp.org>
15614
15615         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
15616         to define.
15617
15618 2007-05-27  Bruno Haible  <bruno@clisp.org>
15619
15620         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
15621
15622 2007-05-27  Bruno Haible  <bruno@clisp.org>
15623
15624         * modules/openmp: New file.
15625         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
15626         Noah Misch.
15627
15628 2007-05-26  Bruno Haible  <bruno@clisp.org>
15629
15630         * modules/chdir-long (Depends-on): Add fchdir.
15631         * modules/chdir-safer (Depends-on): Likewise.
15632         * modules/fts (Depends-on): Likewise.
15633         * modules/fts-lgpl (Depends-on): Likewise.
15634         * modules/openat (Depends-on): Likewise.
15635         * modules/savewd (Depends-on): Likewise.
15636
15637 2007-05-24  Eric Blake  <ebb9@byu.net>
15638
15639         Fix lseek on mingw.
15640         * modules/lseek: New module.
15641         * m4/lseek.m4: New file.
15642         * lib/lseek.c: New file.
15643         * modules/lseek-tests: New file.
15644         * tests/test-lseek.c: New file.
15645         * tests/test-lseek.sh: New file.
15646         * MODULES.html.sh: Document lseek module.
15647         * modules/fflush (Depends-on): Add lseek, fseeko.
15648         * modules/fseeko (Depends-on): Likewise.
15649         * modules/ftello (Depends-on): Likewise.
15650         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
15651         broken.
15652         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
15653         broken.
15654         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
15655         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
15656         * lib/ftello.c (rpl_ftello): Likewise.
15657         * tests/test-fseeko.c (main): Test this.
15658         * tests/test-fseeko.sh: Likewise.
15659         * tests/test-ftello.c (main): Likewise.
15660         * tests/test-ftello.sh: Likewise.
15661         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
15662         implies replacing fseek.
15663         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
15664         HAVE_FTELLO.
15665         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
15666         * modules/unistd (Makefile.am): Likewise.
15667         * lib/unistd_.h (lseek): Declare a replacement.
15668         * doc/functions/lseek.texi (lseek): Document this fix.
15669         * doc/functions/fseek.texi (fseek): Likewise.
15670         * doc/functions/ftell.texi (ftell): Likewise.
15671
15672 2007-05-24  Bruno Haible  <bruno@clisp.org>
15673
15674         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
15675         in the printed representation of a NaN.
15676         * tests/test-vasprintf-posix.c (test_function): Likewise.
15677         * tests/test-snprintf-posix.h (test_function): Likewise.
15678         * tests/test-sprintf-posix.h (test_function): Likewise.
15679         Reported by Eric Blake.
15680
15681 2007-05-23  Eric Blake  <ebb9@byu.net>
15682
15683         Fix fseeko/ftello on cygwin 1.5.24.
15684         * doc/functions/fseeko.texi (fseeko): Document the fix.
15685         * doc/functions/ftello.texi (ftello): Document the fix.
15686         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
15687         * doc/functions/stdout.text (stdout): New file.
15688         * doc/functions/stderr.text (stderr): New file.
15689         * doc/gnulib.texi (Function Substitutes): Use new files.
15690         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
15691         prior to 1.7.0.
15692         * tests/test-ftello.c (main): Likewise for ftello.
15693         * tests/test-fseeko.sh: New file.
15694         * tests/test-ftello.sh: New file.
15695         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
15696         with seekable stdin.
15697         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
15698         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
15699         (gl_REPLACE_FSEEKO): New macro.
15700         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
15701         * modules/fseeko (Files): Distribute fseeko.c.
15702         * modules/ftello (Files): Distribute ftello.c.
15703         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
15704         mode.
15705         * lib/ftello.c (rpl_ftello): New file.
15706         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
15707         fseeko, ftello.
15708         (gl_STDIN_LARGE_OFFSET): New macro.
15709         * modules/stdio (Makefile.am): Perform the replacement.
15710         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
15711
15712 2007-05-23  Bruno Haible  <bruno@clisp.org>
15713
15714         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
15715         GNULIB_POSIXCHECK is defined.
15716
15717 2007-05-21  Bruno Haible  <bruno@clisp.org>
15718
15719         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
15720         Check also the output for NaN arguments. When cross-compiling, guess
15721         no on IRIX.
15722         * lib/vasnprintf.c: Update comments.
15723         * tests/test-vasnprintf-posix.c (strisnan): New function.
15724         (test_function): Use it.
15725         * tests/test-vasprintf-posix.c (strisnan): New function.
15726         (test_function): Use it.
15727         * tests/test-snprintf-posix.h (strisnan): New function.
15728         (test_function): Use it.
15729         * tests/test-sprintf-posix.h (strisnan): New function.
15730         (test_function): Use it.
15731         Reported by Eric Blake.
15732
15733 2007-05-20  Bruno Haible  <bruno@clisp.org>
15734
15735         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
15736         numbers that fails on BeOS.
15737         * doc/functions/frexpl.texi: Update.
15738
15739 2007-05-20  Jim Meyering  <jim@meyering.net>
15740
15741         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
15742         forced upon us by glibc-2.6.
15743
15744 2007-05-20  Bruno Haible  <bruno@clisp.org>
15745
15746         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
15747         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
15748         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
15749         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
15750         NEED_PRINTF_INFINITE.
15751         (is_infinitel): New function.
15752         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
15753         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
15754         gl_PREREQ_VASNPRINTF_INFINITE.
15755         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
15756         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15757         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
15758         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
15759         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
15760         gl_PREREQ_VASNPRINTF_INFINITE.
15761         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15762         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15763         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15764         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15765         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15766         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15767         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15768         * doc/functions/fprintf.texi: Update.
15769         * doc/functions/printf.texi: Update.
15770         * doc/functions/snprintf.texi: Update.
15771         * doc/functions/sprintf.texi: Update.
15772         * doc/functions/vfprintf.texi: Update.
15773         * doc/functions/vprintf.texi: Update.
15774         * doc/functions/vsnprintf.texi: Update.
15775         * doc/functions/vsprintf.texi: Update.
15776
15777 2007-05-20  Bruno Haible  <bruno@clisp.org>
15778
15779         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
15780         was not found in libc.
15781         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
15782
15783 2007-05-20  Bruno Haible  <bruno@clisp.org>
15784
15785         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
15786         printed as "-nan" instead of "nan".
15787         * tests/test-vasprintf-posix.c (test_function): Likewise.
15788         * tests/test-snprintf-posix.h (test_function): Likewise.
15789         * tests/test-sprintf-posix.h (test_function): Likewise.
15790         Needed for HP-UX 11.
15791
15792 2007-05-20  Jim Meyering  <jim@meyering.net>
15793
15794         Fix buggy test for the fchownat-deref bug.
15795         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
15796         symlink required for the run-test.  Without it, this test would
15797         always declare that fchownat doesn't work, and client code would
15798         unnecessarily use the replacement function with fixed libc.
15799         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
15800         Reported by Greg Schafer.
15801
15802 2007-05-19  Bruno Haible  <bruno@clisp.org>
15803
15804         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
15805         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
15806         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
15807         Needed for IRIX 6.5 and Solaris 2.5.1.
15808
15809 2007-05-19  Bruno Haible  <bruno@clisp.org>
15810
15811         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
15812         (test_function): Skip tests involving -0.0 on platforms where
15813         -0.0 = 0.0.
15814         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
15815         (test_function): Skip tests involving -0.0 on platforms where
15816         -0.0 = 0.0.
15817         * tests/test-snprintf-posix.h (have_minus_zero): New function.
15818         (test_function): Skip tests involving -0.0 on platforms where
15819         -0.0 = 0.0.
15820         * tests/test-sprintf-posix.h (have_minus_zero): New function.
15821         (test_function): Skip tests involving -0.0 on platforms where
15822         -0.0 = 0.0.
15823         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
15824         tests.
15825         * tests/test-printf-posix.h (test_function): Likewise.
15826         * tests/test-printf-posix.output: Remove all -0.0 related results.
15827         Needed for IRIX 6.5.
15828
15829 2007-05-19  Bruno Haible  <bruno@clisp.org>
15830
15831         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
15832         printed as "nan0x7fffffff" instead of "nan".
15833         * tests/test-vasprintf-posix.c (test_function): Likewise.
15834         * tests/test-snprintf-posix.h (test_function): Likewise.
15835         * tests/test-sprintf-posix.h (test_function): Likewise.
15836         * tests/test-fprintf-posix.h (NaN): Remove macro.
15837         (test_function): Remove all NaN related tests.
15838         * tests/test-printf-posix.h (NaN): Remove macro.
15839         (test_function): Remove all NaN related tests.
15840         * tests/test-printf-posix.output: Remove all NaN related results.
15841         Needed for IRIX 6.5.
15842
15843 2007-05-19  Bruno Haible  <bruno@clisp.org>
15844
15845         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
15846         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
15847
15848 2007-05-19  Bruno Haible  <bruno@clisp.org>
15849
15850         * lib/float_.h: New file.
15851         * m4/float_h.m4: New file.
15852         * modules/float: New file.
15853         * modules/isnanl (Dependencies): Add float.
15854         * modules/isnanl-nolibm (Dependencies): Likewise.
15855         * modules/mathl (Dependencies): Likewise.
15856         * modules/printf-frexpl (Dependencies): Likewise.
15857         * modules/signbit (Dependencies): Likewise.
15858         * modules/vasnprintf (Dependencies): Likewise.
15859         * doc/headers/float.texi: Update.
15860
15861 2007-05-19  Jim Meyering  <jim@meyering.net>
15862
15863         * lib/utimens.c (gl_futimens): Rename from futimens,
15864         now that glibc-2.6 declares futimens.
15865         * lib/utimens.h: Likewise.
15866
15867 2007-05-19  Bruno Haible  <bruno@clisp.org>
15868
15869         Avoid test failures on mingw.
15870         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
15871         * tests/test-printf-posix.sh: Likewise.
15872         * tests/test-vfprintf-posix.sh: Likewise.
15873         * tests/test-vprintf-posix.sh: Likewise.
15874
15875 2007-05-19  Bruno Haible  <bruno@clisp.org>
15876
15877         Fix *printf result for NaN, Inf, -0.0 on mingw.
15878         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
15879         * lib/vasnprintf.c: Include math.h and isnan.h.
15880         (is_infinite_or_zero): New function.
15881         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
15882         values in the %f, %F, %e, %E, %g, %G directives.
15883         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
15884         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15885         gl_PRINTF_INFINITE and test its result. Invoke
15886         gl_PREREQ_VASNPRINTF_INFINITE.
15887         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15888         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15889         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15890         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15891         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15892         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15893         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15894         * doc/functions/fprintf.texi: Update.
15895         * doc/functions/printf.texi: Update.
15896         * doc/functions/snprintf.texi: Update.
15897         * doc/functions/sprintf.texi: Update.
15898         * doc/functions/vfprintf.texi: Update.
15899         * doc/functions/vprintf.texi: Update.
15900         * doc/functions/vsnprintf.texi: Update.
15901         * doc/functions/vsprintf.texi: Update.
15902
15903 2007-05-19  Bruno Haible  <bruno@clisp.org>
15904
15905         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
15906         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
15907         Instead of multiplying with 10^k, set extra_zeroes to k.
15908         (scale10_round_long_double): Remove function.
15909
15910 2007-05-18  Bruno Haible  <bruno@clisp.org>
15911
15912         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
15913         introduced on 2007-05-06.
15914
15915 2007-05-18  Bruno Haible  <bruno@clisp.org>
15916
15917         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
15918         %g directives.
15919         * tests/test-vasprintf-posix.c (test_function): Likewise.
15920         * tests/test-snprintf-posix.h (test_function): Likewise.
15921         * tests/test-sprintf-posix.h (test_function): Likewise.
15922
15923 2007-05-18  Bruno Haible  <bruno@clisp.org>
15924
15925         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
15926         (strmatch): New function.
15927         (test_function): Test the %f directive on numbers of various exponents.
15928         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
15929         (strmatch): New function.
15930         (test_function): Test the %f directive on numbers of various exponents.
15931         * tests/test-snprintf-posix.h (strmatch): New function.
15932         (test_function): Test the %f directive on numbers of various exponents.
15933         * tests/test-sprintf-posix.h (strmatch): New function.
15934         (test_function): Test the %f directive on numbers of various exponents.
15935         * tests/test-snprintf-posix.c (SIZEOF): New macro.
15936         * tests/test-sprintf-posix.c (SIZEOF): New macro.
15937         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
15938         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
15939
15940 2007-05-18  Bruno Haible  <bruno@clisp.org>
15941
15942         Add support for 'long double' number output.
15943         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
15944         * lib/vasnprintf.c: Include math.h and float+.h.
15945         (mp_limb_t): New type.
15946         (GMP_LIMB_BITS): New macro.
15947         (mp_twolimb_t): New type.
15948         (GMP_TWOLIMB_BITS): New macro.
15949         (mpn_t): New type.
15950         (multiply, divide, convert_to_decimal, decode_long_double,
15951         scale10_round_long_double, scale10_round_decimal_long_double,
15952         floorlog10l): New functions.
15953         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
15954         for the %f, %F, %e, %E, %g, %G directives.
15955         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
15956         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15957         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
15958         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
15959         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15960         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15961         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15962         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15963         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15964         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15965         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15966         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
15967         * modules/snprintf-posix (Depends-on): Likewise.
15968         * modules/sprintf-posix (Depends-on): Likewise.
15969         * modules/vasnprintf-posix (Depends-on): Likewise.
15970         * modules/vasprintf-posix (Depends-on): Likewise.
15971         * modules/vfprintf-posix (Depends-on): Likewise.
15972         * modules/vsnprintf-posix (Depends-on): Likewise.
15973         * modules/vsprintf-posix (Depends-on): Likewise.
15974         * modules/vasnprintf (Files): Add lib/float+.h.
15975         * doc/functions/fprintf.texi: Update.
15976         * doc/functions/printf.texi: Update.
15977         * doc/functions/snprintf.texi: Update.
15978         * doc/functions/sprintf.texi: Update.
15979         * doc/functions/vfprintf.texi: Update.
15980         * doc/functions/vprintf.texi: Update.
15981         * doc/functions/vsnprintf.texi: Update.
15982         * doc/functions/vsprintf.texi: Update.
15983
15984 2007-05-18  Bruno Haible  <bruno@clisp.org>
15985
15986         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
15987
15988 2007-05-18  Bruno Haible  <bruno@clisp.org>
15989
15990         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
15991         for printing 64-bit integers. Needed for mingw.
15992
15993 2007-05-18  Bruno Haible  <bruno@clisp.org>
15994
15995         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
15996         gl_FUNC_FREXPL_WORKS.
15997         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
15998
15999 2007-05-18  Bruno Haible  <bruno@clisp.org>
16000
16001         * modules/frexpl-nolibm-tests: New file.
16002
16003         * modules/frexpl-nolibm: New file.
16004         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
16005
16006 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16007
16008         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
16009         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
16010         GCC 4.2, which otherwise issues a lot of warnings.
16011         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
16012         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
16013         Likewise.
16014         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
16015         * modules/iconv_open (iconv.h): Likewise.
16016         * modules/locale (locale.h): Likewise.
16017         * modules/netinet_in (netinet/in.h): Likewise.
16018         * modules/sys_select (sys_select.h): Likewise.
16019         * modules/sys_socket (sys/socket.h): Likewise.
16020         * modules/sys_stat (sys/stat.h): Likewise.
16021         * modules/sysexits (sysexits.h): Likewise.
16022         * modules/unistd (unistd.h): Likewise.
16023
16024 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16025
16026         * modules/closein-tests (Makefile.am): Distribute
16027         `test-closein.sh'.
16028
16029 2007-05-17  Bruno Haible  <bruno@clisp.org>
16030
16031         * tests/test-printf-posix.output: Renamed from
16032         tests/test-fprintf-posix.out.
16033         * modules/fprintf-posix-tests: Update.
16034         * modules/printf-posix-tests: Update.
16035         * modules/vfprintf-posix-tests: Update.
16036         * modules/vprintf-posix-tests: Update.
16037         * tests/test-fprintf-posix.sh: Update.
16038         * tests/test-printf-posix.sh: Update.
16039         * tests/test-vfprintf-posix.sh: Update.
16040         * tests/test-vprintf-posix.sh: Update.
16041         Reported by Ralf Wildenhues.
16042
16043 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16044
16045         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
16046         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
16047         GCC 4.2, which otherwise issues a lot of warnings.
16048         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
16049         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
16050         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
16051         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
16052         it should no longer be needed.
16053         * lib/string_.h: Likewise.
16054         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
16055         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
16056         * modules/inttypes (inttypes.h): Likewise.
16057         * modules/math (math.h): Likewise.
16058         * modules/search (search.h): Likewise.
16059         * modules/signal (signal.h): Likewise.
16060         * modules/stdint (stdint.h): Likewise.
16061         * modules/stdio (stdio.h): Likewise.
16062         * modules/stdlib (stdlib.h): Likewise.
16063         * modules/string (string.h): Likewise.
16064         * modules/sys_time (sys/time.h): Likewise.
16065         * modules/time (time.h): Likewise.
16066         * modules/wchar (wchar.h): Likewise.
16067         * modules/wctype (wtype.h): Likewise.
16068
16069 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
16070
16071         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
16072
16073 2007-05-13  Bruno Haible  <bruno@clisp.org>
16074
16075         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
16076         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
16077         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
16078         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
16079         (gl_PREREQ_STRTOK_R): Don't require it here.
16080
16081 2007-05-13  Bruno Haible  <bruno@clisp.org>
16082
16083         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
16084         when used in C++ mode.
16085
16086 2007-05-12  Bruno Haible  <bruno@clisp.org>
16087
16088         * lib/linebuffer.h: Tweak doc.
16089         * lib/linebuffer.c: Likewise.
16090
16091 2007-05-12  James Youngman  <jay@gnu.org>
16092
16093         * lib/linebuffer.c (readlinebuffer_delim): New function,
16094         like readlinebuffer, but use a caller-specified delimiter.
16095         (readlinebuffer): Just call readlinebuffer_delim with '\n'
16096         as the delimiter.
16097         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
16098
16099 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
16100
16101         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
16102         * modules/openat (Files): Remove openat-die.c.
16103         (Depends-on): Add openat-die.
16104         * modules/openat-die: New module.
16105
16106 2007-05-06  Bruno Haible  <bruno@clisp.org>
16107
16108         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
16109         Update with info about Cygwin.
16110         * doc/functions/fprintf.texi: Update.
16111         * doc/functions/printf.texi: Update.
16112         * doc/functions/snprintf.texi: Update.
16113         * doc/functions/sprintf.texi: Update.
16114         * doc/functions/vfprintf.texi: Update.
16115         * doc/functions/vprintf.texi: Update.
16116         * doc/functions/vsnprintf.texi: Update.
16117         * doc/functions/vsprintf.texi: Update.
16118         Reported by Eric Blake.
16119
16120 2007-05-06  Bruno Haible  <bruno@clisp.org>
16121
16122         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
16123         padding ourselves for the floating-point directives.
16124         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
16125         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
16126         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16127         gl_PRINTF_FLAG_ZERO and test its result. Invoke
16128         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
16129         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16130         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
16131         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16132         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16133         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16134         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16135         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16136         * tests/test-snprintf-posix.h (test_function): Also check the width
16137         and some flags in the %f directive.
16138         * tests/test-sprintf-posix.h (test_function): Likewise.
16139         * tests/test-vasnprintf-posix.c (test_function): Likewise.
16140         * tests/test-vasprintf-posix.c (test_function): Likewise.
16141         * doc/functions/fprintf.texi: Update.
16142         * doc/functions/printf.texi: Update.
16143         * doc/functions/snprintf.texi: Update.
16144         * doc/functions/sprintf.texi: Update.
16145         * doc/functions/vfprintf.texi: Update.
16146         * doc/functions/vprintf.texi: Update.
16147         * doc/functions/vsnprintf.texi: Update.
16148         * doc/functions/vsprintf.texi: Update.
16149
16150 2007-05-06  Bruno Haible  <bruno@clisp.org>
16151
16152         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
16153         pass the ' flag character to sprintf or snprintf.
16154         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
16155         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
16156         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16157         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
16158         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
16159         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16160         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
16161         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16162         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16163         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16164         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16165         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16166         * tests/test-snprintf-posix.h (test_function): Also check the grouping
16167         flag.
16168         * tests/test-sprintf-posix.h (test_function): Likewise.
16169         * tests/test-vasnprintf-posix.c (test_function): Likewise.
16170         * tests/test-vasprintf-posix.c (test_function): Likewise.
16171         * doc/functions/fprintf.texi: Update.
16172         * doc/functions/printf.texi: Update.
16173         * doc/functions/snprintf.texi: Update.
16174         * doc/functions/sprintf.texi: Update.
16175         * doc/functions/vfprintf.texi: Update.
16176         * doc/functions/vprintf.texi: Update.
16177         * doc/functions/vsnprintf.texi: Update.
16178         * doc/functions/vsprintf.texi: Update.
16179
16180 2007-05-01  Bruno Haible  <bruno@clisp.org>
16181
16182         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
16183
16184 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
16185
16186         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
16187         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
16188
16189 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16190
16191         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
16192         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
16193         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
16194
16195 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
16196
16197         * lib/argp-help.c (struct hol_entry): New member `ord'.
16198         (HOL_ENTRY_PTRCMP): Use ord for comparison
16199         (hol_sort): Initialize ord.
16200
16201 2007-05-01  Bruno Haible  <bruno@clisp.org>
16202
16203         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
16204         Reported by Eric Blake.
16205         * doc/gnulib.texi (Function Substitutes): Update.
16206
16207 2007-05-01  Bruno Haible  <bruno@clisp.org>
16208
16209         * doc/functions.texi: Remove file, now redundant through
16210         doc/functions/*.texi.
16211
16212 2007-05-01  Bruno Haible  <bruno@clisp.org>
16213
16214         * modules/argp (Depends-on): Add sleep.
16215
16216 2007-05-01  Bruno Haible  <bruno@clisp.org>
16217
16218         * modules/sleep-tests: New file.
16219         * tests/test-sleep.c: New file.
16220
16221         * modules/sleep: New file.
16222         * lib/sleep.c: New file.
16223         * m4/sleep.m4: New file.
16224         * lib/unistd_.h (sleep): New declaration.
16225         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
16226         HAVE_SLEEP.
16227         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
16228         * doc/functions/sleep.texi: Document the sleep module.
16229
16230 2007-05-01  Bruno Haible  <bruno@clisp.org>
16231
16232         * lib/sigprocmask.h: Remove file.
16233         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
16234         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
16235         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
16236         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
16237         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
16238         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
16239         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
16240         HAVE_SIGSET_T as a shell variable.
16241         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
16242         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
16243         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
16244         (Depends-on): Add signal. Remove verify.
16245         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
16246         (Include): Mention <signal.h> instead of sigprocmask.h.
16247         * NEWS: Mention the change.
16248         * lib/fatal-signal.c: Don't include sigprocmask.h.
16249
16250 2007-05-01  Bruno Haible  <bruno@clisp.org>
16251
16252         * modules/signal: New file.
16253         * lib/signal_.h: New file.
16254         * m4/signal_h.m4: New file.
16255
16256 2007-05-01  Bruno Haible  <bruno@clisp.org>
16257
16258         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
16259         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
16260         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
16261         HAVE_WCTYPE_CTMP_BUG into wctype.h.
16262
16263 2007-05-01  Bruno Haible  <bruno@clisp.org>
16264
16265         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
16266         configure time.
16267         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
16268         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
16269         * modules/sys_stat (Makefile.am): Substitute their values into
16270         sys/stat.h.
16271
16272 2007-05-01  Bruno Haible  <bruno@clisp.org>
16273
16274         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
16275         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
16276         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
16277
16278 2007-05-01  Bruno Haible  <bruno@clisp.org>
16279
16280         * doc/header/assert.texi: Undo last change: don't mention the gnulib
16281         'assert' module here.
16282
16283 2007-05-01  Bruno Haible  <bruno@clisp.org>
16284
16285         * doc/functions/*.texi: New files.
16286         * doc/functions/google-ranking.txt: New file.
16287         * doc/gnulib.texi (Function Substitutes): New chapter.
16288         (ctime, inet_ntoa): Remove sections.
16289         * doc/ctime.texi: Remove file.
16290         * doc/inet_ntoa.texi: Remove file.
16291         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
16292         dependencies.
16293         (%.info): New rule, specifying a --reference-limit.
16294
16295 2007-05-01  Bruno Haible  <bruno@clisp.org>
16296
16297         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
16298
16299 2007-05-01  Bruno Haible  <bruno@clisp.org>
16300
16301         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
16302         the portability of 'mkdir' to mingw systems.
16303
16304 2007-05-01  Bruno Haible  <bruno@clisp.org>
16305
16306         * doc/headers/google-ranking.txt: New file.
16307
16308 2007-04-30  Eric Blake  <ebb9@byu.net>
16309
16310         Prefer fseeko to fseek.
16311         * modules/getpass (Depends-on): Add fseeko.
16312         * lib/getpass.c (getpass): Use fseeko, not fseek.
16313
16314 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
16315
16316         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
16317         assumes the sorting is stable, while most qsort implementations
16318         are not.  Use argument addresses to ensure they never compare as
16319         equal.
16320
16321         * tests/test-argp-2.sh (usage-indent test): Fix output
16322         (func_compare): Restore diff options
16323         * tests/test-argp.c: Restore #include "progname.h"
16324
16325 2007-04-29  Bruno Haible  <bruno@clisp.org>
16326
16327         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
16328         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16329         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
16330         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16331         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
16332         (configure.ac): Define CHECK_SNPRINTF_POSIX.
16333         (TESTS, check_PROGRAMS): Add test-snprintf.
16334         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
16335         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
16336         (TESTS, check_PROGRAMS): Add test-vsnprintf.
16337         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
16338         assertions that fail on HP-UX, OSF/1, or IRIX.
16339         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
16340
16341 2007-04-29  Bruno Haible  <bruno@clisp.org>
16342
16343         * MODULES.html.sh (posix_functions): Remove 'contents'.
16344
16345 2007-04-29  Karl Berry  <karl@gnu.org>
16346
16347         * config/srclist.txt (gendocs_template_min): new entry.
16348
16349 2007-04-29  Bruno Haible  <bruno@clisp.org>
16350
16351         Work around fpurge bug on BSD systems.
16352         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
16353         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
16354         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
16355         fpurge to rpl_fpurge if the system already has this function.
16356         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
16357         the case where the system already has this function. Correct invariants
16358         on BSD systems.
16359         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
16360         BSD systems.
16361
16362 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
16363
16364         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
16365         proposed by Sven Verdoolaege.
16366
16367         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
16368         options.
16369         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
16370         (usage and help tests): Update
16371
16372 2007-04-29  Bruno Haible  <bruno@clisp.org>
16373
16374         * tests/test-fflush.c (main): Use a file of size 17, not 10.
16375         Print more information in case of failure. Disable a test on BeOS.
16376
16377 2007-04-29  Bruno Haible  <bruno@clisp.org>
16378
16379         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
16380         This helps debugging on systems on which no gdb is available.
16381
16382 2007-04-29  Bruno Haible  <bruno@clisp.org>
16383
16384         * lib/freading.h: Improve comments.
16385         * lib/fwriting.h: Likewise.
16386         * tests/test-freading.c (main): Don't check freading immediately after
16387         repositioning. Needed for glibc.
16388
16389 2007-04-29  Bruno Haible  <bruno@clisp.org>
16390
16391         * lib/freading.c (freading): Trivial simplification.
16392
16393 2007-04-28  Bruno Haible  <bruno@clisp.org>
16394
16395         * tests/test-fwriting.c (main): Also test the interaction between
16396         fflush and fwriting.
16397         * modules/fwriting-tests (Depends-on): Add fflush.
16398
16399         * tests/test-freading.c (main): Also test the interaction between
16400         fflush and freading.
16401         * modules/freading-tests (Depends-on): Add fflush.
16402
16403 2007-04-28  Bruno Haible  <bruno@clisp.org>
16404
16405         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
16406         fseeko and ftello.
16407         Suggested by Eric Blake.
16408
16409 2007-04-28  Jim Meyering  <jim@meyering.net>
16410
16411         Avoid false-negative in gl_STDINT_H's C99 conformance test.
16412         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
16413         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
16414
16415 2007-04-27  Eric Blake  <ebb9@byu.net>
16416
16417         * doc/headers/assert.texi (assert.h): Document assert module use.
16418
16419 2007-04-27  Bruno Haible  <bruno@clisp.org>
16420
16421         * doc/headers/*.texi: New files.
16422         * doc/gnulib.texi (Header File Substitutes): New chapter.
16423         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
16424         dependencies.
16425         (standards.info ,standards.html, standards.dvi): Update dependencies.
16426         (mostlyclean, clean): New targets.
16427
16428 2007-04-27  Bruno Haible  <bruno@clisp.org>
16429
16430         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
16431         * modules/sysexits (Files, Makefile.am): Update.
16432
16433         * lib/sys_socket_.h: Renamed from lib/socket_.h.
16434         * modules/sys_socket (Files, Makefile.am): Update.
16435
16436         * lib/sys_stat_.h: Renamed from lib/stat_.h.
16437         * modules/sys_stat (Files, Makefile.am): Update.
16438
16439 2007-04-27  Eric Blake  <ebb9@byu.net>
16440
16441         * lib/freading.h: Improve comments.
16442         * lib/fwriting.h: Likewise.
16443         * lib/fflush.c: Likewise.
16444
16445         Fix closein for mingw.
16446         * modules/closein-tests: Add tests for closein.
16447         * tests/test-closein.c: New file.
16448         * tests/test-closein.sh: Likewise.
16449         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
16450         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
16451
16452 2007-04-27  Bruno Haible  <bruno@clisp.org>
16453
16454         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
16455         version is < 6.
16456         * lib/math_.h [__DECC]: Likewise.
16457         * lib/stdio_.h [__DECC]: Likewise.
16458         * lib/stdlib_.h [__DECC]: Likewise.
16459         * lib/string_.h [__DECC]: Likewise.
16460         * lib/time_.h [__DECC]: Likewise.
16461         * lib/wchar_.h [__DECC]: Likewise.
16462         * lib/wctype_.h [__DECC]: Likewise.
16463
16464 2007-04-27  Bruno Haible  <bruno@clisp.org>
16465
16466         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
16467
16468 2007-04-27  Bruno Haible  <bruno@clisp.org>
16469
16470         * lib/fflush.c: Add comments.
16471         * modules/fpurge-tests (Depends-on): Add fflush.
16472         * modules/freadable-tests (Depends-on): Likewise.
16473         * modules/fwritable-tests (Depends-on): Likewise.
16474
16475 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
16476
16477         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
16478         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
16479         Report by Bruno Haible <bruno@clisp.org>.
16480
16481 2007-04-26  Eric Blake  <ebb9@byu.net>
16482
16483         Fix fflush on mingw.
16484         * modules/fflush (Depends-on): Add freading.
16485         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
16486         but unread data.
16487
16488 2007-04-26  Eric Blake  <ebb9@byu.net>
16489         and Bruno Haible  <bruno@clisp.org>
16490
16491         Implement freading and fwriting.
16492         * lib/freading.c: New file.
16493         * lib/freading.h: Likewise.
16494         * m4/freading.m4: Likewise.
16495         * modules/freading: Likewise.
16496         * modules/freading-tests: Likewise.
16497         * tests/test-freading.c: Likewise.
16498         * lib/fwriting.c: New file.
16499         * lib/fwriting.h: Likewise.
16500         * m4/fwriting.m4: Likewise.
16501         * modules/fwriting: Likewise.
16502         * modules/fwriting-tests: Likewise.
16503         * tests/test-fwriting.c: Likewise.
16504         * MODULES.html.sh (File stream based Input/Output): Mention them.
16505
16506 2007-04-26  Bruno Haible  <bruno@clisp.org>
16507
16508         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
16509         'long' when we assume it.
16510         Suggested by Eric Blake.
16511
16512 2007-04-26  Bruno Haible  <bruno@clisp.org>
16513
16514         Ensure fseeko, ftello are declared on glibc systems.
16515         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
16516         * modules/fseeko (configure.ac-early): Likewise.
16517         * modules/ftello (configure.ac-early): Likewise.
16518         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
16519         AC_FUNC_FSEEKO for this.
16520         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
16521         (gl_CHECK_FSEEKO): Remove macro.
16522
16523 2007-04-26  Bruno Haible  <bruno@clisp.org>
16524
16525         * tests/test-fflush.c (main): Also check the ftell result after
16526         fflush and fseek/fseeko.
16527         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
16528         file descriptor position cache in the stream.
16529         * lib/fseeko.c (rpl_fseeko): Likewise.
16530
16531 2007-04-26  Bruno Haible  <bruno@clisp.org>
16532
16533         * modules/fflush-tests (Depends-on): Add fseeko.
16534
16535 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
16536             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16537
16538         * lib/argz_.h: ensure error_t definition is obtained in same
16539         mechanism system argz.h would have.
16540         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
16541         argz facilities are known bad.  Err on the side of caution if
16542         cross-compiling.
16543
16544 2007-04-25  Eric Blake  <ebb9@byu.net>
16545
16546         * lib/fpurge.c (includes): Use stdlib.h for free.
16547         * tests/test-fflush.c (main): Also test fflush-fseeko.
16548
16549 2007-04-25  Bruno Haible  <bruno@clisp.org>
16550
16551         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
16552         * lib/fseeko.c: New file.
16553         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
16554         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
16555         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
16556         gl_FUNC_FSEEKO.
16557         (gl_FUNC_FSEEKO): Invoke it.
16558         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
16559         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
16560         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
16561
16562 2007-04-25  Bruno Haible  <bruno@clisp.org>
16563
16564         * modules/fflush (Depends-on): Add ftello.
16565
16566 2007-04-25  Bruno Haible  <bruno@clisp.org>
16567
16568         * modules/ftello-tests: New file.
16569         * tests/test-ftello.c: New file.
16570
16571         * modules/ftello: New file.
16572         * m4/ftello.m4: New file.
16573         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
16574         HAVE_FTELLO.
16575         * lib/stdio_.h (ftello): New declaration.
16576         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
16577         HAVE_FTELLO.
16578
16579 2007-04-25  Bruno Haible  <bruno@clisp.org>
16580
16581         * modules/fseeko-tests: New file.
16582         * tests/test-fseeko.c: New file.
16583
16584         * modules/fseeko: New file.
16585         * m4/fseeko.m4: New file.
16586         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
16587         HAVE_FSEEKO.
16588         * lib/stdio_.h (fseeko): New declaration.
16589         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
16590         HAVE_FSEEKO.
16591
16592 2007-04-25  Bruno Haible  <bruno@clisp.org>
16593
16594         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
16595
16596 2007-04-25  Bruno Haible  <bruno@clisp.org>
16597
16598         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
16599         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
16600         * tests/test-unistd.c: Likewise.
16601         * tests/test-fcntl.c: Likewise.
16602
16603 2007-04-23  Eric Blake  <ebb9@byu.net>
16604
16605         * lib/fflush.c: Fix missing include.
16606         Reported by Bruno Haible.
16607
16608 2007-04-23  Bruno Haible  <bruno@clisp.org>
16609
16610         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
16611         Reported by Eric Blake.
16612
16613 2007-04-23  Bruno Haible  <bruno@clisp.org>
16614
16615         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
16616
16617 2007-04-23  Bruno Haible  <bruno@clisp.org>
16618
16619         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
16620
16621 2007-04-23  Bruno Haible  <bruno@clisp.org>
16622
16623         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
16624         Needed on HP-UX 11.
16625
16626 2007-04-16  Eric Blake  <ebb9@byu.net>
16627
16628         Make fflush rely on fpurge.
16629         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
16630         open coding all variants.
16631         * modules/fflush (Depends-on): Add fpurge and unistd.
16632         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
16633         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
16634
16635         Fix --with-tests compilation on cygwin.
16636         * modules/argmatch-tests (Makefile.am): List gnulib library first
16637         in LDADD.
16638         * modules/argp-tests (Makefile.am): Likewise.
16639         * modules/array-list-tests (Makefile.am): Likewise.
16640         * modules/array-oset-tests (Makefile.am): Likewise.
16641         * modules/avltree-list-tests (Makefile.am): Likewise.
16642         * modules/avltree-oset-tests (Makefile.am): Likewise.
16643         * modules/avltreehash-list-tests (Makefile.am): Likewise.
16644         * modules/carray-list-tests (Makefile.am): Likewise.
16645         * modules/dirname-tests (Makefile.am): Likewise.
16646         * modules/frexp-tests (Makefile.am): Likewise.
16647         * modules/isnanl-tests (Makefile.am): Likewise.
16648         * modules/linked-list-tests (Makefile.am): Likewise.
16649         * modules/linkedhash-list-tests (Makefile.am): Likewise.
16650         * modules/lock-tests (Makefile.am): Likewise.
16651         * modules/rbtree-list-tests (Makefile.am): Likewise.
16652         * modules/rbtree-oset-tests (Makefile.am): Likewise.
16653         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
16654         * modules/tls-tests (Makefile.am): Likewise.
16655         * modules/tsearch-tests (Makefile.am): Likewise.
16656         * modules/xvasprintf-tests (Makefile.am): Likewise.
16657
16658         Fix fpurge for cygwin.
16659         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
16660         value.
16661         * modules/fpurge-tests (Depends-on): Clean up trash.
16662
16663 2007-04-16  Simon Josefsson  <simon@josefsson.org>
16664
16665         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
16666
16667         * m4/autobuild.m4: Re-indent.
16668
16669 2007-04-13  Bruno Haible  <bruno@clisp.org>
16670
16671         * modules/fpurge-tests: New file.
16672         * tests/test-fpurge.c: New file.
16673
16674         * modules/fpurge: New file.
16675         * lib/fpurge.h: New file.
16676         * lib/fpurge.c: New file.
16677         * m4/fpurge.m4: New file.
16678
16679 2007-04-13  Bruno Haible  <bruno@clisp.org>
16680
16681         * modules/fbufmode-tests: New file.
16682         * tests/test-fbufmode.c: New file.
16683
16684         * modules/fbufmode: New file.
16685         * lib/fbufmode.h: New file.
16686         * lib/fbufmode.c: New file.
16687         * m4/fbufmode.m4: New file.
16688
16689 2007-04-13  Bruno Haible  <bruno@clisp.org>
16690
16691         * modules/fwritable-tests: New file.
16692         * tests/test-fwritable.c: New file.
16693
16694         * modules/fwritable: New file.
16695         * lib/fwritable.h: New file.
16696         * lib/fwritable.c: New file.
16697         * m4/fwritable.m4: New file.
16698
16699 2007-04-13  Bruno Haible  <bruno@clisp.org>
16700
16701         * modules/freadable-tests: New file.
16702         * tests/test-freadable.c: New file.
16703
16704         * modules/freadable: New file.
16705         * lib/freadable.h: New file.
16706         * lib/freadable.c: New file.
16707         * m4/freadable.m4: New file.
16708
16709 2007-04-13  Bruno Haible  <bruno@clisp.org>
16710
16711         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
16712         MOSTLYCLEANFILES.
16713
16714 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16715
16716         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
16717         gzip bootstrap.conf to avoid dragging in i18n machinery.
16718         (gnulib_tool_option): Use it.
16719
16720 2007-04-13  Bruno Haible  <bruno@clisp.org>
16721
16722         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
16723         %F directives.
16724         * tests/test-vasprintf-posix.c (test_function): Likewise.
16725         * tests/test-snprintf-posix.h (test_function): Likewise.
16726         * tests/test-sprintf-posix.h (test_function): Likewise.
16727         * tests/test-fprintf-posix.h (test_function): Likewise.
16728         * tests/test-printf-posix.h (test_function): Likewise.
16729         * tests/test-fprintf-posix.out: Likewise.
16730
16731 2007-04-13  Bruno Haible  <bruno@clisp.org>
16732
16733         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
16734         * modules/tls-tests (configure.ac): Likewise.
16735         Reported by Arto C. Nirkko <anirkko@insel.ch>.
16736
16737 2007-04-13  Bruno Haible  <bruno@clisp.org>
16738
16739         * lib/tls.c (glthread_tls_get): Fix return type.
16740         Patch by Arto C. Nirkko <anirkko@insel.ch>.
16741
16742 2007-04-12  Eric Blake  <ebb9@byu.net>
16743
16744         * modules/gettime (Depends-on): Remove gettime.
16745         Reported by Dmitry V. Levin.
16746
16747 2007-04-12  Bruno Haible  <bruno@clisp.org>
16748
16749         * modules/fflush (Include): Mention <stdio.h>.
16750         * modules/strtoimax (Include): Mention <inttypes.h>.
16751         * modules/strtoumax (Include): Likewise.
16752
16753 2007-04-12  Eric Blake  <ebb9@byu.net>
16754
16755         * .cvsignore: New file.
16756         * .gitignore: Likewise.
16757
16758 2007-04-12  Bruno Haible  <bruno@clisp.org>
16759
16760         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
16761         not before, since $(LDADD) often contains libgnu.a.
16762         * modules/striconv-tests (test_striconv_LDADD): Likewise.
16763         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
16764         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
16765         Needed on Cygwin.
16766
16767 2007-04-12  Eric Blake  <ebb9@byu.net>
16768
16769         Work around glibc's failure to flush stdin on fclose.
16770         * lib/closein.c (close_stdin): Flush stdin before closing.
16771
16772         Work around glibc's failure to reset seekable stdin on exit.
16773         * modules/closein: New module.
16774         * lib/closein.c: New file.
16775         * lib/closein.h: Likewise.
16776         * m4/closein.m4: Likewise.
16777         * MODULES.html.sh (File stream based Input/Output): Document it.
16778
16779 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16780
16781         * gnulib-tool: Rename generated 'autobuild' script to
16782         'do-autobuild' in --create-megatestdir output.
16783
16784         * doc/gnulib.texi (Build robot for gnulib): Fix.
16785
16786 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16787
16788         * modules/sysexits (Depends-on): Add absolute-header.
16789
16790 2007-04-12  Eric Blake  <ebb9@byu.net>
16791
16792         No need to preserve errno on success.
16793         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
16794         Reported by Bruno Haible.
16795
16796 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16797
16798         * MODULES.html.sh (Support for maintaining and releasing
16799         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
16800
16801 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16802
16803         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
16804
16805 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16806
16807         * modules/autobuild: New module.
16808
16809         * m4/autobuild.m4: New file.
16810
16811 2007-04-11  Bruno Haible  <bruno@clisp.org>
16812
16813         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
16814         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
16815         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
16816         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
16817         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16818         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16819         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16820         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16821         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16822         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16823         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
16824         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16825         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16826         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
16827         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16828         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16829         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
16830         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16831         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16832         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
16833         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16834         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16835         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
16836         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16837         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16838         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
16839         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16840         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16841         Reported by Eric Blake.
16842
16843 2007-04-11  Bruno Haible  <bruno@clisp.org>
16844
16845         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
16846
16847 2007-04-10  Bruno Haible  <bruno@clisp.org>
16848
16849         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
16850         for NaN and Infinity. Needed on FreeBSD 6.1.
16851         * tests/test-vasnprintf-posix.c (test_function): Undo last change
16852         regarding results for "%010a" of Infinity and NaN.
16853         * tests/test-vasprintf-posix.c (test_function): Likewise.
16854         * tests/test-snprintf-posix.h (test_function): Likewise.
16855         * tests/test-sprintf-posix.h (test_function): Likewise.
16856         * tests/test-fprintf-posix.h (test_function): Likewise.
16857         * tests/test-printf-posix.h (test_function): Likewise.
16858         * tests/test-fprintf-posix.out: Likewise.
16859
16860 2007-04-10  Bruno Haible  <bruno@clisp.org>
16861
16862         * modules/locale-tests: New file.
16863         * tests/test-locale.c: New file.
16864
16865         * modules/locale: New file.
16866         * lib/locale_.h: New file.
16867         * m4/locale_h.m4: New file.
16868
16869 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
16870             Bruno Haible  <bruno@clisp.org>
16871
16872         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
16873         be determined, test for availability of the copysignf, copysign,
16874         copysignl functions.
16875         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
16876         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
16877         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
16878
16879 2007-04-09  Eric Blake  <ebb9@byu.net>
16880
16881         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
16882         * modules/stdio (Makefile.am): Support fflush.
16883         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
16884         * modules/fflush: New file.
16885         * lib/fflush.c: Likewise.
16886         * m4/fflush.m4: Likewise.
16887         * modules/fflush-tests: New test.
16888         * tests/test-fflush.c: Likewise.
16889         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
16890
16891 2007-04-06  Bruno Haible  <bruno@clisp.org>
16892
16893         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
16894         (VASNPRINTF): Use signbit for faster determination whether to print a
16895         minus sign.
16896         * modules/vasnprintf (Files): Remove lib/float+.h.
16897         * modules/fprintf-posix (Depends-on): Add signbit.
16898         * modules/snprintf-posix (Depends-on): Likewise.
16899         * modules/sprintf-posix (Depends-on): Likewise.
16900         * modules/vasnprintf-posix (Depends-on): Likewise.
16901         * modules/vasprintf-posix (Depends-on): Likewise.
16902         * modules/vfprintf-posix (Depends-on): Likewise.
16903         * modules/vsnprintf-posix (Depends-on): Likewise.
16904         * modules/vsprintf-posix (Depends-on): Likewise.
16905
16906 2007-04-06  Bruno Haible  <bruno@clisp.org>
16907
16908         * tests/test-frexp.c (main): Test also the sign bit of zero results.
16909         * tests/test-frexpl.c (main): Likewise.
16910         * tests/test-ldexpl.c (main): Likewise.
16911         * modules/frexp-tests (Depends-on): Add signbit.
16912         * modules/frexpl-tests (Depdends-on): Likewise.
16913         * modules/ldexpl-tests (Depdends-on): Likewise.
16914
16915 2007-04-06  Bruno Haible  <bruno@clisp.org>
16916
16917         * modules/signbit-tests: New file.
16918         * tests/test-signbit.c: New file.
16919
16920         * modules/signbit: New file.
16921         * lib/signbitf.c: New file.
16922         * lib/signbitd.c: New file.
16923         * lib/signbitl.c: New file.
16924         * m4/signbit.m4: New file.
16925         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
16926         (signbit): New macro.
16927         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
16928         REPLACE_SIGNBIT.
16929         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
16930         REPLACE_FREXPL into math.h.
16931
16932 2007-04-06  Bruno Haible  <bruno@clisp.org>
16933
16934         * modules/isnanf-nolibm-tests: New file.
16935         * tests/test-isnanf.c: New file.
16936
16937         * modules/isnanf-nolibm: New file.
16938         * lib/isnanf.h: New file.
16939         * lib/isnanf.c: New file.
16940         * lib/isnan.c: Consider the USE_FLOAT macro.
16941         * m4/isnanf.m4: New file.
16942
16943 2007-04-06  Bruno Haible  <bruno@clisp.org>
16944
16945         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
16946         (Link): New section.
16947
16948         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
16949
16950 2007-04-06  Bruno Haible  <bruno@clisp.org>
16951
16952         Assume the 'long double' type.
16953         * m4/longdouble.m4: Remove file.
16954         * config/srclist.txt: Don't mention longdouble.m4.
16955         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
16956         * lib/float+.h: Likewise.
16957         * lib/frexp.c: Likewise.
16958         * lib/printf-args.h: Likewise.
16959         * lib/printf-args.c: Likewise.
16960         * lib/printf-frexp.c: Likewise.
16961         * lib/printf-parse.c: Likewise.
16962         * lib/vasnprintf.c: Likewise.
16963         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
16964         * m4/intl.m4: Likewise.
16965         * m4/isnanl.m4: Likewise.
16966         * m4/printf.m4: Likewise.
16967         * m4/printf-frexpl.m4: Likewise.
16968         * m4/vasnprintf.m4: Likewise.
16969         * modules/allocsa (Files): Remove m4/longdouble.m4.
16970         * modules/gettext (Files): Likewise.
16971         * modules/relocatable-prog-wrapper (Files): Likewise.
16972         * modules/vasnprintf (Files): Likewise.
16973         * modules/isnanl (Files): Likewise.
16974         (Include): Simplify.
16975         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
16976         (Include): Simplify.
16977         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
16978         (Include): Simplify.
16979         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
16980         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16981         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
16982         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16983         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
16984         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16985         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
16986         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16987         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
16988         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16989         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
16990         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16991         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
16992         * tests/test-isnanl.c: Likewise.
16993         * tests/test-snprintf-posix.h: Likewise.
16994         * tests/test-sprintf-posix.h: Likewise.
16995         * tests/test-vasnprintf-posix.c: Likewise.
16996         * tests/test-vasnprintf-posix2.c: Likewise.
16997         * tests/test-vasprintf-posix.c: Likewise.
16998
16999 2007-04-06  Bruno Haible  <bruno@clisp.org>
17000
17001         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
17002         * lib/math_.h [__DECC]: Include the overridden include file through
17003         #include_next, outside the double-inclusion guard.
17004         * lib/stdio_.h [__DECC]: Likewise.
17005         * lib/stdlib_.h [__DECC]: Likewise.
17006         * lib/string_.h [__DECC]: Likewise.
17007         * lib/time_.h [__DECC]: Likewise.
17008         * lib/wchar_.h [__DECC]: Likewise.
17009         * lib/wctype_.h [__DECC]: Likewise.
17010         * lib/inttypes_.h [__DECC]: Likewise.
17011         Reported by Albert Chin <china@thewrittenword.com> in
17012         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
17013
17014 2007-04-04  Eric Blake  <ebb9@byu.net>
17015
17016         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
17017         1.5.x.
17018
17019 2007-04-04  Bruno Haible  <bruno@clisp.org>
17020
17021         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
17022         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
17023
17024 2007-04-04  Bruno Haible  <bruno@clisp.org>
17025
17026         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
17027         results for "%010a" of Infinity and NaN.
17028         * tests/test-vasprintf-posix.c (test_function): Likewise.
17029         * tests/test-snprintf-posix.h (test_function): Likewise.
17030         * tests/test-sprintf-posix.h (test_function): Likewise.
17031         * tests/test-fprintf-posix.h (test_function): Remove these tests.
17032         * tests/test-printf-posix.h (test_function): Likewise.
17033         * tests/test-fprintf-posix.out: Update.
17034         Needed for FreeBSD 6.1.
17035
17036 2007-04-04  Bruno Haible  <bruno@clisp.org>
17037
17038         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
17039         directly used by the gnulib modules nor by gnulib-tool.
17040
17041 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17042
17043         * DEPENDENCIES: Give overall description of version dependency
17044         desirability.  Use more-typical names for apps.
17045         Add shell, coreutils, diffutils, grep, tar, gzip.
17046
17047 2007-04-04  Simon Josefsson  <simon@josefsson.org>
17048
17049         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
17050
17051 2007-04-04  Karl Berry  <karl@gnu.org>
17052
17053         * MODULES.html.sh (func_module): missing '.
17054
17055 2007-04-03  Bruno Haible  <bruno@clisp.org>
17056
17057         * modules/argmatch-tests (Makefile.am): New variable
17058         test_argmatch_LDADD.
17059         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
17060         * modules/array-list-tests (Makefile.am): New variable
17061         test_array_list_LDADD.
17062         * modules/array-oset-tests (Makefile.am): New variable
17063         test_array_oset_LDADD.
17064         * modules/avltree-list-tests (Makefile.am): New variable
17065         test_avltree_list_LDADD.
17066         * modules/avltree-oset-tests (Makefile.am): New variable
17067         test_avltree_oset_LDADD.
17068         * modules/avltreehash-list-tests (Makefile.am): New variable
17069         test_avltreehash_list_LDADD.
17070         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
17071         test_canonicalize_lgpl_LDADD.
17072         * modules/carray-list-tests (Makefile.am): New variable
17073         test_carray_list_LDADD.
17074         * modules/dirname-tests (Makefile.am): New variable
17075         test_dirname_LDADD.
17076         * modules/linked-list-tests (Makefile.am): New variable
17077         test_linked_list_LDADD.
17078         * modules/linkedhash-list-tests (Makefile.am): New variable
17079         test_linkedhash_list_LDADD.
17080         * modules/rbtree-list-tests (Makefile.am): New variable
17081         test_rbtree_list_LDADD.
17082         * modules/rbtree-oset-tests (Makefile.am): New variable
17083         test_rbtree_oset_LDADD.
17084         * modules/rbtreehash-list-tests (Makefile.am): New variable
17085         test_rbtreehash_list_LDADD.
17086         * modules/xvasprintf-tests (Makefile.am): New variable
17087         test_xvasprintf_LDADD.
17088         Reported by Eric Blake.
17089
17090 2007-04-03  Eric Blake  <ebb9@byu.net>
17091
17092         * DEPENDENCIES: Weaken m4 requirements.
17093
17094 2007-04-03  Bruno Haible  <bruno@clisp.org>
17095
17096         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
17097         * modules/isnanl-tests (configure.ac): Likewise.
17098
17099 2007-04-03  Ben Pfaff  <blp@gnu.org>
17100
17101         * modules/iconv_open: Add $(srcdir)/ to source directory
17102         references in Makefile fragments that call gperf, to fix VPATH
17103         builds.
17104
17105 2007-04-03  Bruno Haible  <bruno@clisp.org>
17106
17107         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
17108         * lib/ldexpl.c: Undo last change.
17109
17110 2007-04-03  Bruno Haible  <bruno@clisp.org>
17111
17112         * modules/printf-frexpl (Depends-on): Undo last change.
17113         (Files): Add m4/ldexpl.m4.
17114
17115 2007-04-03  Bruno Haible  <bruno@clisp.org>
17116
17117         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
17118         * modules/isnanl (Link): New section.
17119
17120         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
17121         * modules/frexp (Link): New section.
17122
17123         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
17124         * modules/frexpl (Link): New section.
17125
17126         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
17127         * modules/ldexpl (Link): New section.
17128
17129 2007-04-03  Bruno Haible  <bruno@clisp.org>
17130
17131         * modules/TEMPLATE-EXTENDED: New file.
17132         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
17133
17134 2007-04-03  Bruno Haible  <bruno@clisp.org>
17135
17136         * DEPENDENCIES: New file.
17137         Suggested by Simon Josefsson.
17138
17139 2007-04-03  Bruno Haible  <bruno@clisp.org>
17140
17141         * doc/gnulib.texi: Escape @.
17142
17143 2007-04-03  James Youngman  <jay@gnu.org>
17144         and Paul Eggert  <eggert@cs.ucla.edu>
17145
17146         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
17147         birthtime on all systems that have birthtime, not just those which
17148         use st_birthtimensec rather than st_birthtim.  Putting zero in
17149         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
17150         that the birth time is not available for files on an NFS mount.
17151
17152 2007-04-03  Simon Josefsson  <simon@josefsson.org>
17153
17154         * modules/memxor: Move back from crypto/, suggested by Bruno.
17155         * modules/crypto/hmac-sha1: Fix memxor dependency.
17156
17157         * modules/crypto/gc: Moved from ../.
17158
17159 2007-04-02  Eric Blake  <ebb9@byu.net>
17160
17161         * lib/ldexpl.c (includes): Avoid libm.
17162
17163         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
17164
17165 2007-04-02  Bruno Haible  <bruno@clisp.org>
17166
17167         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
17168         on IRIX.
17169
17170 2007-04-02  Bruno Haible  <bruno@clisp.org>
17171
17172         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
17173         x86 or x86_64 platforms running MacOS X.
17174         Reported by Ryan Schmidt <@ryandesign.com>.
17175
17176 2007-04-02  Bruno Haible  <bruno@clisp.org>
17177
17178         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
17179         i386.
17180
17181 2007-04-01  Simon Josefsson  <simon@josefsson.org>
17182
17183         * modules/crypto/arcfour: Moved from ../.
17184         * modules/crypto/arcfour-tests: Moved from ../.
17185         * modules/crypto/arctwo: Moved from ../.
17186         * modules/crypto/arctwo-tests: Moved from ../.
17187         * modules/crypto/des: Moved from ../.
17188         * modules/crypto/des-tests: Moved from ../.
17189         * modules/crypto/gc-arcfour: Moved from ../.
17190         * modules/crypto/gc-arcfour-tests: Moved from ../.
17191         * modules/crypto/gc-arctwo: Moved from ../.
17192         * modules/crypto/gc-arctwo-tests: Moved from ../.
17193         * modules/crypto/gc-des: Moved from ../.
17194         * modules/crypto/gc-des-tests: Moved from ../.
17195         * modules/crypto/gc-hmac-md5: Moved from ../.
17196         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
17197         * modules/crypto/gc-hmac-sha1: Moved from ../.
17198         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
17199         * modules/crypto/gc-md2: Moved from ../.
17200         * modules/crypto/gc-md2-tests: Moved from ../.
17201         * modules/crypto/gc-md4: Moved from ../.
17202         * modules/crypto/gc-md4-tests: Moved from ../.
17203         * modules/crypto/gc-md5: Moved from ../.
17204         * modules/crypto/gc-md5-tests: Moved from ../.
17205         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
17206         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
17207         * modules/crypto/gc-random: Moved from ../.
17208         * modules/crypto/gc-rijndael: Moved from ../.
17209         * modules/crypto/gc-rijndael-tests: Moved from ../.
17210         * modules/crypto/gc-sha1: Moved from ../.
17211         * modules/crypto/gc-sha1-tests: Moved from ../.
17212         * modules/crypto/gc-tests: Moved from ../.
17213         * modules/crypto/hmac-md5: Moved from ../.
17214         * modules/crypto/hmac-md5-tests: Moved from ../.
17215         * modules/crypto/hmac-sha1: Moved from ../.
17216         * modules/crypto/hmac-sha1-tests: Moved from ../.
17217         * modules/crypto/md2: Moved from ../.
17218         * modules/crypto/md2-tests: Moved from ../.
17219         * modules/crypto/md4: Moved from ../.
17220         * modules/crypto/md4-tests: Moved from ../.
17221         * modules/crypto/md5: Moved from ../.
17222         * modules/crypto/md5-tests: Moved from ../.
17223         * modules/crypto/memxor: Moved from ../.
17224         * modules/crypto/rijndael: Moved from ../.
17225         * modules/crypto/rijndael-tests: Moved from ../.
17226         * modules/crypto/sha1: Moved from ../.
17227
17228 2007-03-30  James Youngman  <jay@gnu.org>
17229
17230         * tests/test-stat-time.c (prepare_test): use chmod() rather than
17231         rename() to change the ctime of a file (because ctime is unaffected
17232         by rename on jfs2 on AIX 5.1).
17233         (main): Start by doing cleanup, in case a previous run failed leaving
17234         test files behind.
17235
17236 2007-03-31  Bruno Haible  <bruno@clisp.org>
17237
17238         Support old proprietary implementations of iconv.
17239         * modules/iconv_open: New file.
17240         * lib/iconv_.h: New file.
17241         * m4/iconv_h.m4: New file.
17242         * lib/iconv_open.c: New file.
17243         * lib/iconv_open-aix.gperf: New file.
17244         * lib/iconv_open-hpux.gperf: New file.
17245         * lib/iconv_open-irix.gperf: New file.
17246         * lib/iconv_open-osf.gperf: New file.
17247         * m4/iconv_open.m4: New file.
17248         * modules/linebreak (Depends-on): Add iconv_open.
17249         * modules/striconv (Depends-on): Likewise.
17250         * modules/striconveh (Depends-on): Likewise.
17251         * modules/unicodeio (Depends-on): Likewise.
17252         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
17253         (iconv_t)(-1).
17254         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
17255         conversion if cd is (iconv_t)(-1).
17256         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
17257         is not possible.
17258
17259 2007-03-31  Bruno Haible  <bruno@clisp.org>
17260
17261         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
17262         work on Solaris either. Protect also second use of "autodetect_jp".
17263
17264 2007-03-31  Bruno Haible  <bruno@clisp.org>
17265
17266         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
17267         the function is not present.
17268
17269 2007-03-31  Bruno Haible  <bruno@clisp.org>
17270
17271         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
17272         the function is not present.
17273
17274 2007-03-31  Bruno Haible  <bruno@clisp.org>
17275
17276         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
17277         a bug in HP-UX iconv_open().
17278
17279 2007-03-31  Bruno Haible  <bruno@clisp.org>
17280
17281         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
17282         (Mathematics <math.h>): New section, add fpieee.
17283         (Input/output <stdio.h>): Add fseterr.
17284         (Mathematics <math.h>): New section, add printf-frexp.
17285         (Container data structures): Add sublist.
17286         (Core language properties): Add fpucw, inline.
17287         (Functions for greatest-width integer types <inttypes.h>): Add
17288         imaxabs, imaxdiv, inttypes.
17289         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
17290         isnanl-nolibm, ldexp.
17291         (Mathematics <math.h>): New section, add printf-frexpl.
17292         (Support for systems lacking POSIX:2001): Add fprintf-posix,
17293         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
17294         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
17295         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
17296         (Unicode string functions): Add unistr/u*-mbtoucr.
17297         (Java): Add javacomp-script, javaexec-script.
17298         (C#): Add csharpcomp-script, csharpexec-script.
17299         (Support for building libraries and executables): Add havelib,
17300         relocatable-*.
17301         (Support for maintaining and releasing projects): Renamed from
17302         'Support for maintaining and release projects'. Add announce-gen.
17303
17304 2007-03-31  Bruno Haible  <bruno@clisp.org>
17305
17306         * README: Talk primarily about git.
17307         (git and CVS): Renamed from CVS.
17308         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
17309         gnulib is available through git.
17310         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
17311
17312 2007-03-30  Bruno Haible  <bruno@clisp.org>
17313
17314         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
17315         * lib/poll_.h: Likewise.
17316         * lib/stat_.h: Likewise.
17317         * lib/sys_time_.h: Likewise.
17318         * lib/sysexit_.h: Likewise.
17319         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
17320         * lib/stdbool_.h: Likewise.
17321         * lib/byteswap_.h: Add double-inclusion guard.
17322
17323 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
17324
17325         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
17326
17327 2007-03-30  Karl Berry  <karl@gnu.org>
17328
17329         * config/srclist-update: double space after USA in the license
17330         substitution, since that's how it's usually (?) written.
17331
17332 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
17333
17334         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
17335         reported by Bruno Haible.
17336
17337 2007-03-29  Bruno Haible  <bruno@clisp.org>
17338
17339         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
17340         a bug in AIX iconv().
17341
17342 2007-03-29  Bruno Haible  <bruno@clisp.org>
17343
17344         * modules/ldexpl-tests: New file.
17345         * tests/test-ldexpl.c: New file.
17346
17347 2007-03-29  Bruno Haible  <bruno@clisp.org>
17348
17349         * lib/ldexpl.c: Include fpucw.h.
17350         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
17351         multiplication.
17352         * modules/ldexpl (Depends-on): Add fpucw.
17353
17354 2007-03-29  Bruno Haible  <bruno@clisp.org>
17355
17356         * modules/ldexpl: New file.
17357         * m4/ldexpl.m4: New file.
17358         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
17359         set.
17360         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
17361         REPLACE_LDEXPL.
17362         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
17363         REPLACE_LDEXPL.
17364         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
17365         gl_FUNC_LDEXPL_WORKS.
17366         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
17367         * modules/mathl (Files): Remove lib/ldexpl.c.
17368         (Depends-on): Add ldexpl.
17369
17370 2007-03-29  Bruno Haible  <bruno@clisp.org>
17371
17372         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
17373
17374 2007-03-29  Bruno Haible  <bruno@clisp.org>
17375
17376         * tests/test-striconveh.c (main): Don't assume that a direct conversion
17377         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
17378         and possibly also HP-UX.
17379         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
17380         work on AIX, IRIX, HP-UX, OSF/1.
17381         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
17382         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
17383         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
17384         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
17385         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
17386         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
17387
17388 2007-03-29  Bruno Haible  <bruno@clisp.org>
17389
17390         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
17391
17392 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
17393
17394         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
17395         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
17396
17397 2007-03-29  Eric Blake  <ebb9@byu.net>
17398
17399         * lib/acl-internal.h: Remove redundant include.
17400         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
17401         Cygwin when a file is locked.
17402
17403 2007-03-29  Bruno Haible  <bruno@clisp.org>
17404
17405         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
17406         file.
17407         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
17408
17409 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
17410
17411         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
17412         try to remove a parent directory if the child couldn't be removed
17413         (except for the first rmdir, which could fail because the child
17414         doesn't exist).  Problem reported by Jeff Blaine in
17415         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
17416
17417 2007-03-28  Bruno Haible  <bruno@clisp.org>
17418
17419         * lib/striconveh.c (utf8conv_carefully): New function.
17420         (mem_cd_iconveh_internal): Invoke it.
17421
17422 2007-03-28  Bruno Haible  <bruno@clisp.org>
17423
17424         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
17425         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
17426         input.
17427         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
17428         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
17429         unistr/u8-uctomb.
17430
17431 2007-03-28  Bruno Haible  <bruno@clisp.org>
17432
17433         * modules/unistr/u8-mbtoucr: New file.
17434         * lib/unistr/u8-mbtoucr.c: New file.
17435         * modules/unistr/u16-mbtoucr: New file.
17436         * lib/unistr/u16-mbtoucr.c: New file.
17437         * modules/unistr/u16-mbtoucr: New file.
17438         * lib/unistr/u16-mbtoucr.c: New file.
17439         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
17440
17441 2007-03-27  Simon Josefsson  <simon@josefsson.org>
17442             Bruno Haible  <bruno@clisp.org>
17443
17444         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
17445         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
17446         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
17447
17448         * m4/stdio_h.m4: Add stubs for vasprintf too.
17449
17450         * modules/stdio: Support vasprintf in sed command.
17451
17452         * modules/vasprintf: Depend on stdio for prototypes.  Remove
17453         vasprintf.h.  Add stdio module indicator.
17454
17455         * lib/stdio_.h: Declare asprintf and vasprintf, based on
17456         vasprintf.h.
17457
17458         * lib/vasprintf.h: File removed.
17459
17460         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
17461         * lib/vasprintf.c: Ditto.
17462         * lib/xvasprintf.c: Ditto.
17463         * tests/test-vasprintf-posix.c: Ditto.
17464         * tests/test-vasprintf.c: Ditto.
17465
17466 2007-03-27  Bruno Haible  <bruno@clisp.org>
17467
17468         Make vasnprintf multithread-safe.
17469         * lib/vasnprintf.c (decimal_point_char): New function.
17470         (VASNPRINTF): Use it.
17471         Suggested by Simon Josefsson.
17472
17473 2007-03-27  Eric Blake  <ebb9@byu.net>
17474
17475         Support sub-second birthtime on cygwin.
17476         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
17477         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
17478         (get_stat_birthtime): Also work with st_birthtim.
17479
17480 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
17481
17482         * lib/stat-time.h (USE_BIRTHTIME): Remove.
17483         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
17484         (get_stat_birthtime_ns): Do not try to use "spare" fields.
17485         (get_stat_birthtime_ns): Simplify compile-time tests.
17486         (get_stat_birthtime): Change the API to look like
17487         get_stat_mtime etc., except return a negative tv_nsec on error.
17488         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
17489         Don't check for "spare" fields.
17490         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
17491         or for struct stat.st_birthtime, as these tests aren't used.
17492         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
17493
17494 2007-03-27  Bruno Haible  <bruno@clisp.org>
17495
17496         * lib/stat-time.h: Include <sys/stat.h>.
17497
17498 2007-03-27  James Youngman  <jay@gnu.org>
17499
17500         * lib/stat-time.h (get_stat_birthtime): New function for
17501           retrieving st_birthtime as provided by UFS2 (hence *BSD).
17502         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
17503           and its variants.
17504         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
17505         * modules/stat-time-test: New file.
17506         * tests/test-stat-time.c: New test, devised by Bruno Haible.
17507
17508 2007-03-26  Bruno Haible  <bruno@clisp.org>
17509
17510         Better support of signalling NaNs.
17511         * lib/atanl.c: Include isnanl.h.
17512         (atanl): Perform test for NaN at the beginning of the function and
17513         through a call to isnanl.
17514         * lib/cosl.c: Include isnanl.h.
17515         (cosl): Perform test for NaN at the beginning of the function and
17516         through a call to isnanl.
17517         * lib/ldexpl.c: Include isnanl.h.
17518         (ldexpl): Perform test for NaN through a call to isnanl.
17519         * lib/logl.c: Include isnanl.h.
17520         (logl): Perform test for NaN at the beginning of the function and
17521         through a call to isnanl.
17522         * lib/sinl.c: Include isnanl.h.
17523         (sinl): Perform test for NaN at the beginning of the function and
17524         through a call to isnanl.
17525         * lib/sqrtl.c: Include isnanl.h.
17526         (sqrtl): Perform test for NaN at the beginning of the function and
17527         through a call to isnanl.
17528         * lib/tanl.c: Include isnanl.h.
17529         (tanl): Perform test for NaN at the beginning of the function and
17530         through a call to isnanl.
17531         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
17532         * modules/mathl (Depends-on): Add isnanl.
17533
17534 2007-03-26  Eric Blake  <ebb9@byu.net>
17535
17536         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
17537         regression in logic sense of previous patch.
17538
17539 2007-03-26  Bruno Haible  <bruno@clisp.org>
17540
17541         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
17542         unportable shell command "if ! ...".
17543         Reported by Ralf Wildenhues.
17544
17545 2007-03-25  Bruno Haible  <bruno@clisp.org>
17546
17547         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
17548         <sysexits.h> file, and only add EX_CONFIG.
17549         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
17550         absolute file name and whether it is sufficient. Substitute also
17551         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
17552         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
17553         ABSOLUTE_SYSEXITS_H into sysexits.h.
17554
17555 2007-03-25  Bruno Haible  <bruno@clisp.org>
17556
17557         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
17558         hints is NULL.
17559
17560 2007-03-25  Bruno Haible  <bruno@clisp.org>
17561
17562         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
17563         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
17564
17565 2007-03-25  Bruno Haible  <bruno@clisp.org>
17566
17567         * lib/vasnprintf.c: Include langinfo.h.
17568         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
17569         multithread-safe.
17570         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
17571         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
17572         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17573         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17574         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17575         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17576         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17577         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
17578         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17579         Reported by Simon Josefsson.
17580
17581 2007-03-25  Bruno Haible  <bruno@clisp.org>
17582
17583         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
17584         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
17585         * modules/vasnprintf (Depends-on): Add stdint.
17586
17587 2007-03-25  Bruno Haible  <bruno@clisp.org>
17588
17589         * modules/fpieee: New file.
17590         * m4/fpieee.m4: New file.
17591         * modules/isnan-nolibm (Depends-on): Add fpieee.
17592         * modules/isnanl-nolibm (Depends-on): Add fpieee.
17593         * modules/isnanl (Depends-on): Add fpieee.
17594
17595 2007-03-25  Bruno Haible  <bruno@clisp.org>
17596
17597         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
17598
17599 2007-03-25  Bruno Haible  <bruno@clisp.org>
17600
17601         Avoid test failures on IRIX 6.5.
17602         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
17603         (main): Use it.
17604         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
17605         macros.
17606         (main): Use them.
17607
17608 2007-03-25  Bruno Haible  <bruno@clisp.org>
17609
17610         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
17611         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
17612         exists but doesn't work.
17613         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
17614         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
17615         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
17616         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
17617
17618 2007-03-25  Bruno Haible  <bruno@clisp.org>
17619
17620         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
17621         returns inf. Needed on IRIX 6.5.
17622
17623 2007-03-25  Bruno Haible  <bruno@clisp.org>
17624
17625         * tests/test-frexpl.c: Include isnanl-nolibm.h.
17626         (main): Use isnanl instead of x != x idiom.
17627         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
17628
17629         * tests/test-frexp.c: Include isnan.h.
17630         (main): Use isnan instead of x != x idiom.
17631         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
17632
17633 2007-03-25  Bruno Haible  <bruno@clisp.org>
17634
17635         * tests/test-frexp.c (NaN): New function/macro.
17636         (main): Use it instead of 0.0 / 0.0.
17637         * tests/test-isnan.c (NaN): New function/macro.
17638         (main): Use it instead of 0.0 / 0.0.
17639         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
17640         (test_function): Use it instead of 0.0 / 0.0.
17641         * tests/test-vasprintf-posix.c (NaN): New function/macro.
17642         (test_function): Use it instead of 0.0 / 0.0.
17643         * tests/test-snprintf-posix.h (NaN): New function/macro.
17644         (test_function): Use it instead of 0.0 / 0.0.
17645         * tests/test-sprintf-posix.h (NaN): New function/macro.
17646         (test_function): Use it instead of 0.0 / 0.0.
17647         * tests/test-fprintf-posix.h (NaN): New function/macro.
17648         (test_function): Use it instead of 0.0 / 0.0.
17649         * tests/test-printf-posix.h (NaN): New function/macro.
17650         (test_function): Use it instead of 0.0 / 0.0.
17651
17652         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
17653
17654 2007-03-25  Bruno Haible  <bruno@clisp.org>
17655
17656         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
17657
17658 2007-03-25  Bruno Haible  <bruno@clisp.org>
17659
17660         * lib/regexec.c (merge_state_with_log): Make static.
17661
17662 2007-03-25  Bruno Haible  <bruno@clisp.org>
17663
17664         * lib/trigl.c (kernel_rem_pio2): Make static.
17665
17666 2007-03-25  Bruno Haible  <bruno@clisp.org>
17667
17668         * lib/sincosl.c (sincosl_table): Make static.
17669
17670 2007-03-25  Bruno Haible  <bruno@clisp.org>
17671
17672         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
17673         if the compiler does not support C99.
17674
17675 2007-03-25  Bruno Haible  <bruno@clisp.org>
17676
17677         * modules/time (Makefile.am): Ensure all rule action lines start with a
17678         tab.
17679
17680 2007-03-24  Bruno Haible  <bruno@clisp.org>
17681
17682         * modules/tsearch-tests: New file.
17683         * tests/test-tsearch.sh: New file.
17684         * tests/test-tsearch.c: New file, mostly copied from glibc.
17685
17686         * modules/search-tests: New file.
17687         * tests/test-search.c: New file.
17688
17689         * modules/search: New file.
17690         * lib/search_.h: New file, incorporating lib/tsearch.h.
17691         * m4/search_h.m4: New file.
17692         * lib/tsearch.h: Remove file.
17693         * lib/tsearch.c: Include search.h instead of tsearch.h.
17694         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
17695         HAVE_TSEARCH.
17696         * modules/tsearch (Files): Remove lib/tsearch.h.
17697         (Depends-on): Add search.
17698         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
17699         (Include): Change tsearch.h into search.h.
17700
17701 2007-03-24  Bruno Haible  <bruno@clisp.org>
17702
17703         * modules/fpucw: New file.
17704         * lib/fpucw.h: New file.
17705         * lib/frexp.c: Include fpucw.h.
17706         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
17707         (FUNC): Use them.
17708         * lib/printf-frexp.c: Include fpucw.h.
17709         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
17710         (FUNC): Use them.
17711         * lib/vasnprintf.c: Include fpucw.h.
17712         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
17713         'long double' calculations.
17714         * tests/test-frexpl.c: Include fpucw.h.
17715         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
17716         * tests/test-printf-frexpl.c: Include fpucw.h.
17717         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
17718         * modules/frexpl (Depends-on): Add fpucw.
17719         * modules/printf-frexpl (Depends-on): Likewise.
17720         * modules/fprintf-posix (Depends-on): Likewise.
17721         * modules/snprintf-posix (Depends-on): Likewise.
17722         * modules/sprintf-posix (Depends-on): Likewise.
17723         * modules/vasnprintf-posix (Depends-on): Likewise.
17724         * modules/vasprintf-posix (Depends-on): Likewise.
17725         * modules/vfprintf-posix (Depends-on): Likewise.
17726         * modules/vsnprintf-posix (Depends-on): Likewise.
17727         * modules/vsprintf-posix (Depends-on): Likewise.
17728         * modules/frexpl-tests (Depends-on): Likewise.
17729         * modules/printf-frexpl-tests (Depends-on): Likewise.
17730
17731 2007-03-24  Bruno Haible  <bruno@clisp.org>
17732
17733         * lib/float+.h: New file.
17734         * lib/isnan.c: Include float+.h.
17735         (SIZE): New macro.
17736         (FUNC): Compare only SIZE bytes of the value.
17737         * lib/vasnprintf.c: Include float+.h.
17738         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
17739         SIZEOF_LDBL or SIZEOF_DBL bytes.
17740         * modules/isnan-nolibm (Files): Add lib/float+.h.
17741         * modules/isnanl-nolibm (Files): Add lib/float+.h.
17742         * modules/isnanl (Files): Add lib/float+.h.
17743         * modules/vasnprintf (Files): Add lib/float+.h.
17744
17745 2007-03-24  Bruno Haible  <bruno@clisp.org>
17746
17747         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
17748         include isnanl-nolibm.h.
17749
17750 2007-03-24  Bruno Haible  <bruno@clisp.org>
17751
17752         * tests/test-read-file.c (main): Don't produce spurious output for
17753         expected situations. Make the test fail if it encountered unexpected
17754         results.
17755
17756 2007-03-24  Bruno Haible  <bruno@clisp.org>
17757
17758         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
17759         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
17760
17761 2007-03-24  Bruno Haible  <bruno@clisp.org>
17762
17763         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
17764
17765 2007-03-24  Bruno Haible  <bruno@clisp.org>
17766
17767         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
17768         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
17769
17770         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
17771         * modules/utf8-ucs4: Turn into a symbolic link to module
17772         unistr/u8-mbtouc.
17773
17774         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
17775         utf8-ucs4-unsafe.
17776         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
17777         unistr/u8-mbtouc-unsafe.
17778
17779         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
17780         * modules/utf16-ucs4: Turn into a symbolic link to module
17781         unistr/u16-mbtouc.
17782
17783         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
17784         utf16-ucs4-unsafe.
17785         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
17786         unistr/u16-mbtouc-unsafe.
17787
17788         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
17789         * modules/ucs4-utf8: Turn into a symbolic link to module
17790         unistr/u8-ubtomb.
17791
17792         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
17793         * modules/ucs4-utf16: Turn into a symbolic link to module
17794         unistr/u16-ubtomb.
17795
17796 2007-03-24  Bruno Haible  <bruno@clisp.org>
17797
17798         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
17799         Enable the function only if HAVE_INLINE.
17800         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
17801         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
17802         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
17803         Enable the function only if HAVE_INLINE.
17804         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
17805         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
17806         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
17807         Enable the function only if HAVE_INLINE.
17808         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
17809         Enable the function only if HAVE_INLINE.
17810         * modules/utf8-ucs4: Update.
17811         * modules/utf8-ucs4-unsafe: Update.
17812         * modules/utf16-ucs4: Update.
17813         * modules/utf16-ucs4-unsafe: Update.
17814         * modules/ucs4-utf8: Update.
17815         * modules/ucs4-utf16: Update.
17816
17817 2007-03-24  Bruno Haible  <bruno@clisp.org>
17818
17819         * lib/utf8-ucs4.h: Remove file.
17820         * lib/utf8-ucs4-unsafe.h: Remove file.
17821         * lib/utf16-ucs4.h: Remove file.
17822         * lib/utf16-ucs4-unsafe.h: Remove file.
17823         * lib/ucs4-utf8.h: Remove file.
17824         * lib/ucs4-utf16.h: Remove file.
17825         * lib/unistr.h: Include their previous contents.
17826         * m4/utf-ucs4.m4: Remove file.
17827         * m4/ucs4-utf.m4: Remove file.
17828         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
17829         (Depends-on): Add unistr/base.
17830         (configure.ac): Remove gl_UTF_UCS4.
17831         (Makefile.am): Update.
17832         (Include): Change to unistr.h.
17833         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
17834         (Depends-on): Add unistr/base.
17835         (configure.ac): Remove gl_UTF_UCS4.
17836         (Makefile.am): Update.
17837         (Include): Change to unistr.h.
17838         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
17839         (Depends-on): Add unistr/base.
17840         (configure.ac): Remove gl_UTF_UCS4.
17841         (Makefile.am): Update.
17842         (Include): Change to unistr.h.
17843         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
17844         (Depends-on): Add unistr/base.
17845         (configure.ac): Remove gl_UTF_UCS4.
17846         (Makefile.am): Update.
17847         (Include): Change to unistr.h.
17848         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
17849         (Depends-on): Add unistr/base.
17850         (configure.ac): Remove gl_UCS4_UTF.
17851         (Makefile.am): Update.
17852         (Include): Change to unistr.h.
17853         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
17854         (Depends-on): Add unistr/base.
17855         (configure.ac): Remove gl_UCS4_UTF.
17856         (Makefile.am): Update.
17857         (Include): Change to unistr.h.
17858         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
17859         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
17860         utf8-ucs4-unsafe.h.
17861         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
17862         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
17863         utf16-ucs4-unsafe.h.
17864         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
17865         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
17866         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
17867         * lib/unistr/u8-strchr.c: Likewise.
17868         * lib/unistr/u8-strrchr.c: Likewise.
17869         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
17870         * lib/unistr/u16-strchr.c: Likewise.
17871         * lib/unistr/u16-strrchr.c: Likewise.
17872         * lib/striconveh.c: Update.
17873         * lib/linebreak.c: Update.
17874
17875 2007-03-24  Bruno Haible  <bruno@clisp.org>
17876
17877         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
17878         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
17879
17880 2007-03-22  Bruno Haible  <bruno@clisp.org>
17881
17882         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
17883
17884 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17885
17886         * MODULES.html.sh (File system functions): New module write-any-file.
17887         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
17888         * m4/write-any-file.m4: New files.
17889
17890 2007-03-23  Eric Blake  <ebb9@byu.net>
17891
17892         * gnulib-tool: Rearrange space-tab sequences, since some editors
17893         like to eat them.
17894
17895 2007-03-23  Eric Blake  <ebb9@byu.net>
17896
17897         * lib/version-etc.c (version_etc_va): Update license wording to
17898         be more concise.  Recommended by Richard Stallman.
17899
17900 2007-03-22  Bruno Haible  <bruno@clisp.org>
17901
17902         * lib/poll.c (MSG_PEEK): New fallback definition.
17903
17904 2007-03-22  Bruno Haible  <bruno@clisp.org>
17905
17906         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
17907         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
17908         (main): Update.
17909         Fixes a compilation error on BeOS.
17910
17911 2007-03-22  Bruno Haible  <bruno@clisp.org>
17912
17913         * modules/frexpl-tests: New file.
17914         * tests/test-frexpl.c: New file.
17915
17916         * modules/frexpl: New file.
17917         * m4/frexpl.m4: New file.
17918         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
17919         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
17920         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
17921         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
17922         (Depends-on): Add frexpl. Remove isnanl-nolibm.
17923         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
17924
17925 2007-03-22  Bruno Haible  <bruno@clisp.org>
17926
17927         * lib/frexpl.c: Share code with lib/frexp.c.
17928         * modules/mathl (Files): Add lib/frexp.c.
17929         (Depends-on): Add isnanl-nolibm.
17930
17931 2007-03-22  Bruno Haible  <bruno@clisp.org>
17932
17933         * modules/printf-frexp (Files): Add m4/frexp.m4.
17934         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
17935         only if the found frexp function actually works.
17936
17937 2007-03-22  Bruno Haible  <bruno@clisp.org>
17938
17939         * lib/frexp.c: Remove older implementation that uses divisions.
17940
17941 2007-03-21  Bruno Haible  <bruno@clisp.org>
17942
17943         * modules/frexp-tests: New file.
17944         * tests/test-frexp.c: New file.
17945
17946         * modules/frexp: New file.
17947         * lib/frexp.c: New file.
17948         * m4/frexp.m4: New file.
17949         * lib/math_.h (frexp): New declaration.
17950         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
17951         REPLACE_FREXP.
17952         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
17953
17954 2007-03-21  Bruno Haible  <bruno@clisp.org>
17955
17956         * modules/isnanl-tests: New file.
17957         * tests/test-isnanl.c: New file.
17958
17959         * modules/isnanl: New file.
17960         * lib/isnanl.h: New file.
17961         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
17962         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
17963         gl_FUNC_ISNANL_WORKS.
17964         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
17965         New macros.
17966
17967 2007-03-21  Bruno Haible  <bruno@clisp.org>
17968
17969         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
17970         lib/isnanl.h.
17971         (Include): Update.
17972         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
17973         * lib/vasnprintf.c: Update.
17974         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
17975         tests/test-isnanl.h, remove tests/test-isnanl.c.
17976         (Makefile.am): Update.
17977         * tests/test-isnanl-nolibm.c: New file.
17978         * tests/test-isnanl.h: New file.
17979         * tests/test-isnanl.c: Remove file.
17980
17981 2007-03-21  Jim Meyering  <jim@meyering.net>
17982
17983         When trying to open ".", treat ESTALE like EACCES.
17984         * lib/savewd.c (savewd_save): Resort to forking not just upon
17985         failure with EACCES, but also when errno is ESTALE.
17986
17987 2007-03-20  Bruno Haible  <bruno@clisp.org>
17988
17989         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
17990         Needed on AIX 5.1. Reported by Matthew Woehlke.
17991
17992 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17993
17994         Suggestions by Bruno Haible:
17995         * lib/acl-internal.h: Include "gettext.h" rather than rolling
17996         our own.
17997         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
17998         * modules/acl (Depends-on): Add gettext.
17999
18000 2007-03-19  Bruno Haible  <bruno@clisp.org>
18001
18002         * modules/iconvme: Remove file.
18003         * lib/iconvme.h: Remove file.
18004         * lib/iconvme.c: Remove file.
18005         * m4/iconvme.m4: Remove file.
18006
18007 2007-03-19  Bruno Haible  <bruno@clisp.org>
18008
18009         * doc/relocatable-maint.texi: Break long shell script line.
18010         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
18011
18012 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18013
18014         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
18015         handle file_has_acl.
18016         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
18017         * lib/acl.c: Move header inclusions and related macro defns into
18018         lib/acl-internal.h.
18019         (S_ISLNK): Remove defn, since that's now done for us.
18020         (file_has_acl): Move to lib/file-has-acl.c.
18021         Call acl_trivial if available.  This is the crucial part of the fix.
18022         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
18023         shared within the library.  Rewrite a bit, partly to make it compatible
18024         with the GNU coding style.
18025         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
18026         Remove unnecessary double-quotes.
18027         Don't test for acl_to_text; the build will catch that.
18028         Replace acl_entries if it doesn't exist and it is needed.
18029         Check for -lsec and acl_trivial (as used on Solaris 10).
18030         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
18031         lib/file-has-acl.c.
18032         (Depends-on): Add sys_stat, for S_ISLNK.
18033
18034 2007-03-19  Ben Pfaff  <blp@gnu.org>
18035
18036         * doc/gnulib.texi: Fix typos.
18037         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
18038
18039 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18040
18041         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
18042         If size is zero here, buf must be zero.
18043
18044 2007-03-19  Simon Josefsson  <simon@josefsson.org>
18045
18046         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
18047         <bruno@clisp.org>.
18048
18049 2007-03-18  Bruno Haible  <bruno@clisp.org>
18050
18051         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
18052         Suggested by Eric Blake.
18053
18054 2007-03-18  Ben Pfaff  <blp@gnu.org>
18055
18056         * doc/relocatable.texi: Recommend using as prefix a directory
18057         that does not exist and will never be created.  Based on
18058         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
18059         and others.
18060
18061 2007-03-17  Bruno Haible  <bruno@clisp.org>
18062
18063         * lib/fchownat.c: Include lchown.h.
18064
18065 2007-03-17  Bruno Haible  <bruno@clisp.org>
18066
18067         Fix endless loop when the given allocated size was > INT_MAX.
18068         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
18069         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
18070         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
18071         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
18072         * lib/sprintf.c (sprintf): Likewise.
18073
18074 2007-03-17  Bruno Haible  <bruno@clisp.org>
18075
18076         * tests/test-argp-2.sh (func_compare): Output a context diff.
18077
18078 2007-03-17  Bruno Haible  <bruno@clisp.org>
18079
18080         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
18081         locale's decimal-point character.
18082
18083 2007-03-17  Bruno Haible  <bruno@clisp.org>
18084
18085         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
18086         before comparing it. Needed because on some platforms (e.g. x86) a
18087         'long double' occupies less bytes than sizeof (long double).
18088
18089 2007-03-17  Bruno Haible  <bruno@clisp.org>
18090
18091         * tests/test-crc.c (main): Make printf statements 64-bit clean.
18092         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
18093         * tests/test-getaddrinfo.c (simple): Likewise.
18094         * tests/test-read-file.c (main): Likewise.
18095
18096 2007-03-17  Bruno Haible  <bruno@clisp.org>
18097
18098         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
18099
18100 2007-03-17  Bruno Haible  <bruno@clisp.org>
18101
18102         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
18103         unused variable.
18104
18105 2007-03-17  Bruno Haible  <bruno@clisp.org>
18106
18107         * tests/test-c-strcasecmp.c: Include c-strcase.h.
18108         * tests/test-c-strncasecmp.c: Likewise.
18109
18110 2007-03-17  Bruno Haible  <bruno@clisp.org>
18111
18112         * modules/stdlib (Depends-on): Add unistd.
18113         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
18114         Needed for MacOS X 10.3.
18115
18116 2007-03-17  Bruno Haible  <bruno@clisp.org>
18117
18118         * lib/unistr/u-strdup.h: Include <stdlib.h>.
18119
18120 2007-03-17  Bruno Haible  <bruno@clisp.org>
18121
18122         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
18123
18124 2007-03-17  Bruno Haible  <bruno@clisp.org>
18125
18126         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
18127         to reflect files copied from gnulib (with or without modifications).
18128         Suggested by Jim Meyering.
18129
18130 2007-03-17  Eric Blake  <ebb9@byu.net>
18131
18132         * NEWS: Document stdlib change from 2007-02-18.
18133
18134 2007-03-17  Jim Meyering  <jim@meyering.net>
18135
18136         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
18137         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
18138         someone uses a name containing shell meta-characters.
18139         Reported by Alfred M. Szmidt.
18140
18141         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
18142
18143 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
18144
18145         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
18146         and copy gettext configuration files only if configure.ac contains
18147         a use of AM_GNU_GETTEXT_VERSION.
18148
18149 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
18150
18151         * build-aux/bootstrap (gnulib_name): New variable.
18152         (gnulib_tool_options): Use it.
18153
18154 2007-03-13  Simon Josefsson  <simon@josefsson.org>
18155
18156         * tests/test-des.c: Use new namespace.
18157
18158 2007-03-15  Bruno Haible  <bruno@clisp.org>
18159
18160         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
18161         Reported by James Youngman <jay@gnu.org>.
18162
18163 2007-03-15  Bruno Haible  <bruno@clisp.org>
18164
18165         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
18166         declared prototype. Needed with cc on OSF/1 5.1.
18167
18168 2007-03-15  Bruno Haible  <bruno@clisp.org>
18169
18170         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
18171         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
18172         (struct gl_list_implementation): Add dispose_fn argument to the
18173         'create_empty', 'create' methods.
18174         (struct gl_list_impl_base): Add field 'dispose_fn'.
18175         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
18176         argument.
18177         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
18178         dispose_fn argument.
18179         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
18180         dispose_fn on the dropped values.
18181         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
18182         dispose_fn argument.
18183         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
18184         dropped values.
18185         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
18186         (gl_tree_remove_node): Call dispose_fn on the dropped value.
18187         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
18188         (gl_tree_remove_node): Call dispose_fn on the dropped value.
18189         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
18190         argument.
18191         (gl_tree_list_free): Call dispose_fn on the dropped values.
18192         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
18193         the dropped values.
18194         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
18195         Add dispose_fn argument.
18196         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
18197         Call dispose_fn on the dropped values.
18198         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
18199         Add dispose_fn argument.
18200         (gl_sublist_create): Initialize the 'dispose_fn' field.
18201         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
18202         * tests/test-array_list.c (main): Update.
18203         * tests/test-carray_list.c (main): Update.
18204         * tests/test-avltree_list.c (main): Update.
18205         * tests/test-rbtree_list.c (main): Update.
18206         * tests/test-avltreehash_list.c (main): Update.
18207         * tests/test-rbtreehash_list.c (main): Update.
18208         * tests/test-linked_list.c (main): Update.
18209         * tests/test-linkedhash_list.c (main): Update.
18210         * tests/test-array_oset.c (main): Update.
18211
18212 2007-03-15  Bruno Haible  <bruno@clisp.org>
18213
18214         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
18215         (gl_oset_create_empty): Add dispose_fn argument.
18216         (struct gl_oset_implementation): Add dispose_fn argument to
18217         'create_empty' method.
18218         (struct gl_oset_impl_base): Add dispose_fn field.
18219         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
18220         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
18221         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
18222         values.
18223         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
18224         (gl_tree_oset_free): Call dispose_fn on the dropped values.
18225         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
18226         dropped value.
18227         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
18228         dropped value.
18229         * tests/test-array_oset.c (main): Update.
18230         * tests/test-avltree_oset.c (main): Update.
18231         * tests/test-rbtree_oset.c (main): Update.
18232         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
18233
18234 2007-03-13  Bruno Haible  <bruno@clisp.org>
18235
18236         * tests/test-stdbool.c (i): Update after last patch.
18237
18238 2007-03-12  Bruno Haible  <bruno@clisp.org>
18239
18240         * lib/quotearg.c: Include <wctype.h> early, before the definition of
18241         the iswprint macro. Needed on Solaris 2.5.1.
18242
18243 2007-03-12  Bruno Haible  <bruno@clisp.org>
18244
18245         * tests/test-printf-frexp.c (main): Declare x as volatile.
18246
18247 2007-03-12  Simon Josefsson  <simon@josefsson.org>
18248
18249         * doc/gnulib.texi (Build robot for gnulib): New section.
18250
18251 2007-03-12  Jim Meyering  <jim@meyering.net>
18252
18253         * build-aux/bootstrap: New file.
18254         * build-aux/bootstrap.conf: New file, from coreutils.
18255
18256 2007-03-11  Bruno Haible  <bruno@clisp.org>
18257
18258         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
18259
18260 2007-03-12  Simon Josefsson  <simon@josefsson.org>
18261
18262         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
18263         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
18264         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
18265
18266 2007-03-11  Bruno Haible  <bruno@clisp.org>
18267
18268         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
18269         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
18270
18271 2007-03-11  Bruno Haible  <bruno@clisp.org>
18272
18273         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
18274         formula. Needed for SunPRO C 5.0.
18275
18276 2007-03-11  Bruno Haible  <bruno@clisp.org>
18277
18278         * modules/long-options (Depends-on): Add getopt.
18279
18280 2007-03-11  Bruno Haible  <bruno@clisp.org>
18281
18282         * modules/modechange (Depends-on): Add stdbool.
18283
18284 2007-03-11  Bruno Haible  <bruno@clisp.org>
18285
18286         * modules/i-ring (Depends-on): Add stdbool.
18287
18288 2007-03-11  Bruno Haible  <bruno@clisp.org>
18289
18290         * modules/gc-des (Depends-on): Add stdbool.
18291
18292 2007-03-11  Bruno Haible  <bruno@clisp.org>
18293
18294         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
18295
18296 2007-03-11  Bruno Haible  <bruno@clisp.org>
18297
18298         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
18299
18300 2007-03-11  Bruno Haible  <bruno@clisp.org>
18301
18302         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
18303
18304 2007-03-11  Bruno Haible  <bruno@clisp.org>
18305
18306         * lib/vasnprintf.c (sprintf): Undefine.
18307
18308 2007-03-11  Bruno Haible  <bruno@clisp.org>
18309
18310         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
18311         initializers in SunPRO C and Compaq C compilers.
18312
18313 2007-03-11  Bruno Haible  <bruno@clisp.org>
18314
18315         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
18316         decrementing code ANSI C compliant.
18317
18318 2007-03-11  Bruno Haible  <bruno@clisp.org>
18319
18320         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
18321         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
18322
18323 2007-03-11  Bruno Haible  <bruno@clisp.org>
18324
18325         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
18326         <stdbool.h> substitute doesn't pass.
18327
18328 2007-03-11  Bruno Haible  <bruno@clisp.org>
18329
18330         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
18331
18332 2007-03-11  Bruno Haible  <bruno@clisp.org>
18333
18334         * gnulib-tool (func_create_megatestdir): Create also an autobuild
18335         script, for submission to autobuild.josefsson.org.
18336
18337 2007-03-10  Bruno Haible  <bruno@clisp.org>
18338
18339         * modules/canonicalize-lgpl-tests: New file.
18340         * tests/test-canonicalize-lgpl.sh: New file.
18341         * tests/test-canonicalize-lgpl.c: New file.
18342
18343         * modules/c-strcase-tests: New file.
18344         * tests/test-c-strcase.sh: New file.
18345         * tests/test-c-strcasecmp.c: New file.
18346         * tests/test-c-strncasecmp.c: New file.
18347
18348         * modules/atexit-tests: New file.
18349         * tests/test-atexit.sh: New file.
18350         * tests/test-atexit.c: New file.
18351
18352 2007-03-10  Bruno Haible  <bruno@clisp.org>
18353
18354         * tests/test-binary-io.sh: Use temporary filenames that are not so
18355         likely to clash with those of other tests (in a parallel make).
18356         * tests/test-binary-io.c: Likewise.
18357
18358 2007-03-10  Bruno Haible  <bruno@clisp.org>
18359
18360         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
18361         fallback; use #error instead.
18362         Suggested by Simon Josefsson.
18363
18364 2007-03-10  Bruno Haible  <bruno@clisp.org>
18365
18366         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
18367         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
18368         first and the last.
18369
18370 2007-03-10  Bruno Haible  <bruno@clisp.org>
18371
18372         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
18373
18374 2007-03-10  Bruno Haible  <bruno@clisp.org>
18375
18376         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
18377         "make distcheck".
18378         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
18379         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
18380         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
18381
18382 2007-03-10  Bruno Haible  <bruno@clisp.org>
18383
18384         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
18385         variable.
18386         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
18387         variable.
18388
18389 2007-03-09  Eric Blake  <ebb9@byu.net>
18390         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
18391
18392         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
18393         types are not being provided by gnulib.
18394         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
18395         types are supported.
18396
18397 2007-03-10  Bruno Haible  <bruno@clisp.org>
18398
18399         * lib/stdio_.h (__attribute__): New macro.
18400         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
18401         vsprintf): Specify __attribute__ __format__ for GCC.
18402         Suggested by Eric Blake.
18403
18404 2007-03-09  Bruno Haible  <bruno@clisp.org>
18405
18406         * modules/printf-posix-tests: New file.
18407         * tests/test-printf-posix.sh: New file.
18408         * tests/test-printf-posix.c: New file.
18409
18410         * modules/printf-posix: New file.
18411         * lib/printf.c: New file.
18412         * m4/printf-posix-rpl.m4: New file.
18413         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
18414         REPLACE_PRINTF.
18415         * lib/stdio_.h (printf): New declaration.
18416         (format, __format__, ____printf____, ____scanf____, ____strftime____,
18417         ____strfmon____): New macros.
18418         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
18419         REPLACE_PRINTF.
18420
18421 2007-03-09  Bruno Haible  <bruno@clisp.org>
18422
18423         * tests/test-vasnprintf-posix2.sh: New file.
18424         * tests/test-vasnprintf-posix2.c: New file.
18425         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
18426         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
18427         (Makefile.am): Activate test-vasnprintf-posix2.sh.
18428
18429         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
18430         a locale dependent decimal point, rather than always '.'.
18431
18432 2007-03-09  Eric Blake  <ebb9@byu.net>
18433
18434         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
18435         spite of platforms like Tandem/NSK that define it to -1.
18436
18437 2007-03-08  Bruno Haible  <bruno@clisp.org>
18438
18439         * modules/vprintf-posix-tests: New file.
18440         * tests/test-vprintf-posix.sh: New file.
18441         * tests/test-vprintf-posix.c: New file.
18442         * tests/test-printf-posix.h: New file.
18443
18444         * modules/vprintf-posix: New file.
18445         * lib/vprintf.c: New file.
18446         * m4/vprintf-posix.m4: New file.
18447         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
18448         REPLACE_VPRINTF.
18449         * lib/stdio_.h (vprintf): New declaration.
18450         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
18451         REPLACE_VPRINTF.
18452
18453 2007-03-08  Bruno Haible  <bruno@clisp.org>
18454
18455         * modules/fprintf-posix-tests: New file.
18456         * tests/test-fprintf-posix.sh: New file.
18457         * tests/test-fprintf-posix.c: New file.
18458
18459         * modules/fprintf-posix: New file.
18460         * lib/fprintf.c: New file.
18461         * m4/fprintf-posix.m4: New file.
18462         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
18463         REPLACE_FPRINTF.
18464         * lib/stdio_.h (fprintf): New declaration.
18465         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
18466         REPLACE_FPRINTF.
18467
18468 2007-03-08  Bruno Haible  <bruno@clisp.org>
18469
18470         * modules/vfprintf-posix-tests: New file.
18471         * tests/test-vfprintf-posix.sh: New file.
18472         * tests/test-vfprintf-posix.c: New file.
18473         * tests/test-fprintf-posix.h: New file.
18474         * tests/test-fprintf-posix.out: New file.
18475
18476         * modules/vfprintf-posix: New file.
18477         * lib/vfprintf.c: New file.
18478         * m4/vfprintf-posix.m4: New file.
18479         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
18480         REPLACE_VFPRINTF.
18481         * lib/stdio_.h (vfprintf): New declaration.
18482         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
18483         REPLACE_VFPRINTF.
18484
18485 2007-03-08  Bruno Haible  <bruno@clisp.org>
18486
18487         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
18488
18489 2007-03-08  Bruno Haible  <bruno@clisp.org>
18490
18491         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
18492         instead of 'expr' invocations.
18493         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18494         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18495         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18496         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18497         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18498         Suggested by Paul Eggert.
18499
18500 2007-03-08  Bruno Haible  <bruno@clisp.org>
18501
18502         * modules/fseterr-tests: New file.
18503         * tests/test-fseterr.c: New file.
18504
18505         * modules/fseterr: New file.
18506         * lib/fseterr.h: New file.
18507         * lib/fseterr.c: New file.
18508
18509 2007-03-08  Bruno Haible  <bruno@clisp.org>
18510
18511         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
18512         * lib/getopt_.h: Likewise.
18513         * lib/mbswidth.h: Likewise.
18514         * lib/setenv.h: Likewise.
18515         * lib/vasnprintf.h: Likewise.
18516         * lib/vasprintf.h: Likewise.
18517         * lib/verror.h: Likewise.
18518         * lib/xsetenv.h: Likewise.
18519         * lib/xvasprintf.h: Likewise.
18520
18521 2007-03-08  Jim Meyering  <jim@meyering.net>
18522
18523         * users.txt: Add parted.
18524
18525         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
18526
18527 2007-03-07  Bruno Haible  <bruno@clisp.org>
18528
18529         * m4/printf.m4: Make the shell script snippets copy&pastable.
18530
18531 2007-03-02  Bruno Haible  <bruno@clisp.org>
18532
18533         * lib/netinet_in_.h: New file.
18534         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
18535         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
18536         * modules/netinet_in (Files): Add lib/netinet_in_.h.
18537         (Depends-on): Add absolute-header.
18538         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
18539         into netinet/in.h.
18540
18541 2007-03-03  Bruno Haible  <bruno@clisp.org>
18542
18543         * lib/sys_select_.h: New file.
18544         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
18545         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
18546         * modules/sys_select (Files): Add lib/sys_select_.h.
18547         (Depends-on): Add absolute-header.
18548         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
18549         into sys/select.h.
18550
18551 2007-03-02  Bruno Haible  <bruno@clisp.org>
18552
18553         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
18554         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
18555         values.
18556         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
18557         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
18558         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
18559         * modules/sys_socket (Depends-on): Add absolute-header.
18560         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
18561         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
18562         (Include): Remove requirement of inclusion of <sys/types.h>.
18563
18564 2007-03-02  Bruno Haible  <bruno@clisp.org>
18565
18566         * lib/byteswap_.h (bswap_32): Fix formula.
18567
18568 2007-03-06  Bruno Haible  <bruno@clisp.org>
18569
18570         * modules/sprintf-posix-tests: New file.
18571         * tests/test-sprintf-posix.c: New file.
18572
18573         * modules/sprintf-posix: New file.
18574         * lib/sprintf.c: New file.
18575         * m4/sprintf-posix.m4: New file.
18576         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
18577         REPLACE_SPRINTF.
18578         * lib/stdio_.h (sprintf): New declaration.
18579         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
18580         REPLACE_SPRINTF.
18581
18582 2007-03-06  Bruno Haible  <bruno@clisp.org>
18583
18584         * modules/vsprintf-posix-tests: New file.
18585         * tests/test-vsprintf-posix.c: New file.
18586         * tests/test-sprintf-posix.h: New file.
18587
18588         * modules/vsprintf-posix: New file.
18589         * lib/vsprintf.c: New file.
18590         * m4/vsprintf-posix.m4: New file.
18591         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
18592         REPLACE_VSPRINTF.
18593         * lib/stdio_.h (vsprintf): New declaration.
18594         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
18595         REPLACE_VSPRINTF.
18596
18597 2007-03-06  Bruno Haible  <bruno@clisp.org>
18598
18599         * modules/vsnprintf (Depend-on): Remove minmax.
18600
18601 2007-03-06  Bruno Haible  <bruno@clisp.org>
18602
18603         * modules/snprintf-posix-tests: New file.
18604         * tests/test-snprintf-posix.c: New file.
18605
18606         * modules/snprintf-posix: New file.
18607         * m4/snprintf-posix.m4: New file.
18608         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
18609         gl_FUNC_SNPRINTF.
18610         (gl_FUNC_SNPRINTF): Invoke it.
18611         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
18612         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
18613         is set.
18614         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
18615
18616 2007-03-06  Bruno Haible  <bruno@clisp.org>
18617
18618         * modules/vsnprintf-posix-tests: New file.
18619         * tests/test-vsnprintf-posix.c: New file.
18620         * tests/test-snprintf-posix.h: New file.
18621
18622         * modules/vsnprintf-posix: New file.
18623         * m4/vsnprintf-posix.m4: New file.
18624         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
18625         gl_FUNC_VSNPRINTF.
18626         (gl_FUNC_VSNPRINTF): Invoke it.
18627         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
18628         * lib/stdio_.h (vsnprintf): Define as a replacement if
18629         REPLACE_VSNPRINTF is set.
18630         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
18631
18632 2007-03-06  Bruno Haible  <bruno@clisp.org>
18633
18634         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
18635         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
18636
18637 2007-03-06  Bruno Haible  <bruno@clisp.org>
18638
18639         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
18640         (asinl): Declare also if HAVE_DECL_ASINL is set.
18641         (atanl): Declare also if HAVE_DECL_ATANL is set.
18642         (ceill): Declare also if HAVE_DECL_CEILL is set.
18643         (cosl): Declare also if HAVE_DECL_COSL is set.
18644         (expl): Declare also if HAVE_DECL_EXPL is set.
18645         (floorl): Declare also if HAVE_DECL_FLOORL is set.
18646         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
18647         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
18648         (logl): Declare also if HAVE_DECL_LOGL is set.
18649         (sinl): Declare also if HAVE_DECL_SINL is set.
18650         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
18651         (tanl): Declare also if HAVE_DECL_TANL is set.
18652         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
18653         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
18654         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
18655         declaration of frexpl, ldexpl.
18656         * modules/printf-frexpl (Depends-on): Add math.
18657         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
18658
18659 2007-03-05  Bruno Haible  <bruno@clisp.org>
18660
18661         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
18662         frexpl and ldexpl are declared.
18663         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
18664
18665 2007-03-05  Bruno Haible  <bruno@clisp.org>
18666
18667         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
18668         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
18669
18670 2007-03-05  Bruno Haible  <bruno@clisp.org>
18671
18672         * lib/stdio_.h: Include <stddef.h>.
18673
18674 2007-03-05  Bruno Haible  <bruno@clisp.org>
18675
18676         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
18677
18678 2007-03-05  Bruno Haible  <bruno@clisp.org>
18679
18680         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
18681         NetBSD 4, from Ralf Wildenhues.
18682
18683 2007-03-04  Bruno Haible  <bruno@clisp.org>
18684
18685         * lib/vasprintf.h: Update #if logic for the case when the functions
18686         exist but are overridden.
18687
18688 2007-03-04  Bruno Haible  <bruno@clisp.org>
18689
18690         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
18691         implementations: glibc-2.4 and MacOS X 10.3.
18692         * tests/test-vasnprintf-posix.c (test_function): Test also the case
18693         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
18694         * tests/test-vasprintf-posix.c (test_function): Likewise.
18695
18696 2007-03-04  Bruno Haible  <bruno@clisp.org>
18697
18698         * modules/vasprintf-posix-tests: New file.
18699         * tests/test-vasprintf-posix.c: New file.
18700
18701         * modules/vasprintf-posix: New file.
18702         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
18703         defined.
18704         * m4/vasprintf-posix.m4: New file.
18705         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
18706         gl_FUNC_VASPRINTF.
18707         (gl_FUNC_VASPRINTF): Invoke it.
18708         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
18709         here.
18710         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
18711
18712 2007-03-04  Bruno Haible  <bruno@clisp.org>
18713
18714         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
18715         REPLACE_GETTIMEOFDAY.
18716         * modules/sys_time (Makefile.am): Likewise.
18717         * m4/sys_time_h.m4: Likewise.
18718         * m4/gettimeofday.m4: Likewise.
18719
18720 2007-03-04  Bruno Haible  <bruno@clisp.org>
18721
18722         * modules/vasnprintf-posix-tests: New file.
18723         * tests/test-vasnprintf-posix.c: New file.
18724
18725         * modules/vasnprintf-posix: New file.
18726         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
18727         printf-frexpl.h.
18728         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
18729         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
18730         REPLACE_VASNPRINTF is defined.
18731         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
18732         gl_FUNC_VASNPRINTF.
18733         (gl_FUNC_VASNPRINTF): Invoke it.
18734         * m4/vasnprintf-posix.m4: New file.
18735         * m4/printf.m4: New file.
18736
18737 2007-03-04  Bruno Haible  <bruno@clisp.org>
18738
18739         Compile progreloc.c only if --enable-relocatable is specified.
18740         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
18741         if --enable-relocatable was specified.
18742         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
18743         lib_SOURCES.
18744
18745 2007-03-04  Jim Meyering  <jim@meyering.net>
18746
18747         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
18748         Use it consistently, rather than enumerating errno constants.
18749
18750 2007-03-04  Bruno Haible  <bruno@clisp.org>
18751
18752         * modules/xvasprintf-tests: New file.
18753         * tests/test-xvasprintf.c: New file.
18754
18755         * modules/vasprintf-tests: New file.
18756         * tests/test-vasprintf.c: New file.
18757
18758         * modules/vasnprintf-tests: New file.
18759         * tests/test-vasnprintf.c: New file.
18760
18761         * modules/vsnprintf-tests: New file.
18762         * tests/test-vsnprintf.c: New file.
18763
18764         * modules/snprintf-tests: New file.
18765         * tests/test-snprintf.c: New file.
18766
18767 2007-03-04  Bruno Haible  <bruno@clisp.org>
18768
18769         Compile relocatable.c only if --enable-relocatable is specified.
18770         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
18771         gl_RELOCATABLE_LIBRARY.
18772         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
18773         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
18774         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
18775         gl_RELOCATABLE_LIBRARY.
18776         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
18777         (Makefile.am): Remove lib_SOURCES.
18778         * modules/relocatable-lib-lgpl (configure.ac): Invoke
18779         gl_RELOCATABLE_LIBRARY.
18780         (Makefile.am): Remove lib_SOURCES.
18781         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
18782         always.
18783         * modules/relocatable-prog-wrapper (configure.ac): Invoke
18784         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
18785
18786 2007-03-04  Bruno Haible  <bruno@clisp.org>
18787
18788         * modules/argmatch-tests: New file.
18789         * tests/test-argmatch.c: New file.
18790
18791         * tests/test-allocsa.c (main): Halve the number of loop runs.
18792
18793         * modules/alloca-opt-tests: New file.
18794         * tests/test-alloca-opt.c: New file.
18795
18796 2007-03-04  Jim Meyering  <jim@meyering.net>
18797
18798         Work around difference between Linux ACLs and Solaris 10 ZFS.
18799         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
18800         for EINVAL.
18801
18802 2007-03-03  Bruno Haible  <bruno@clisp.org>
18803
18804         * modules/relocatable-prog (Depends-on): Add back progreloc's
18805         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
18806
18807 2007-03-03  Bruno Haible  <bruno@clisp.org>
18808
18809         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
18810         * modules/relocatable-lib: New file.
18811
18812 2007-03-03  Bruno Haible  <bruno@clisp.org>
18813
18814         * modules/relocatable-prog: Renamed from modules/relocatable.
18815         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
18816
18817 2007-03-03  Bruno Haible  <bruno@clisp.org>
18818
18819         * modules/relocatable-script (Files): Add doc/relocatable.texi,
18820         m4/relocatable-lib.m4.
18821         (Depends-on): Remove 'relocatable'.
18822         (configure.ac): Add gl_RELOCATABLE_NOP.
18823
18824 2007-03-03  Bruno Haible  <bruno@clisp.org>
18825
18826         * modules/relocatable-prog-wrapper: New file.
18827         * modules/relocatable (Depends-on): Add it. Remove all other
18828         dependencies except progname.
18829         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
18830
18831         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
18832         (gl_FUNC_STRERROR): Nop.
18833         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
18834
18835         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
18836         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
18837
18838         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
18839         (gl_FUNC_READLINK): Update.
18840
18841         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
18842
18843 2007-03-03  Bruno Haible  <bruno@clisp.org>
18844
18845         * lib/xreadlink.c: Include <unistd.h> unconditionally.
18846         * modules/xreadlink (Depends-on): Add unistd.
18847         * modules/xreadlink-with-size (Depends-on): Likewise.
18848
18849 2007-03-03  Bruno Haible  <bruno@clisp.org>
18850
18851         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
18852         extracted from gt_FUNC_SETENV.
18853         (gt_FUNC_SETENV): Remove macro.
18854         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
18855         remove gt_FUNC_SETENV.
18856
18857 2007-03-03  Bruno Haible  <bruno@clisp.org>
18858
18859         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
18860         ENABLE_RELOCATABLE here.
18861         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
18862
18863 2007-03-03  Bruno Haible  <bruno@clisp.org>
18864
18865         * modules/rbtreehash-list-tests (Depends-on): Add progname.
18866         * tests/test-rbtreehash_list.c: Include progname.h.
18867         (main): Call set_program_name.
18868
18869         * modules/rbtree-oset-tests (Depends-on): Add progname.
18870         * tests/test-rbtree_oset.c: Include progname.h.
18871         (main): Call set_program_name.
18872
18873         * modules/rbtree-list-tests (Depends-on): Add progname.
18874         * tests/test-rbtree_list.c: Include progname.h.
18875         (main): Call set_program_name.
18876
18877         * modules/linked-list-tests (Depends-on): Add progname.
18878         * tests/test-linked_list.c: Include progname.h.
18879         (main): Call set_program_name.
18880
18881 2007-03-03  Bruno Haible  <bruno@clisp.org>
18882
18883         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
18884         All uses of __restrict changed to _Restrict_.
18885         * lib/glob_.h (__restrict): Remove macro.
18886
18887 2007-03-02  Bruno Haible  <bruno@clisp.org>
18888
18889         * modules/gettext (configure.ac): Require gettext infrastructure
18890         from version 0.16.1.
18891
18892 2007-03-02  Bruno Haible  <bruno@clisp.org>
18893
18894         * modules/linkedhash-list-tests (Depends-on): Add progname.
18895         * tests/test-linkedhash_list.c: Include progname.h.
18896         (main): Call set_program_name.
18897
18898         * modules/carray-list-tests (Depends-on): Add progname.
18899         * tests/test-carray_list.c: Include progname.h.
18900         (main): Call set_program_name.
18901
18902         * modules/avltreehash-list-tests (Depends-on): Add progname.
18903         * tests/test-avltreehash_list.c: Include progname.h.
18904         (main): Call set_program_name.
18905
18906         * modules/avltree-oset-tests (Depends-on): Add progname.
18907         * tests/test-avltree_oset.c: Include progname.h.
18908         (main): Call set_program_name.
18909
18910         * modules/avltree-list-tests (Depends-on): Add progname.
18911         * tests/test-avltree_list.c: Include progname.h.
18912         (main): Call set_program_name.
18913
18914         * modules/array-oset-tests (Depends-on): Add progname.
18915         * tests/test-array_oset.c: Include progname.h.
18916         (main): Call set_program_name.
18917
18918         * modules/array-list-tests (Depends-on): Add progname.
18919         * tests/test-array_list.c: Include progname.h.
18920         (main): Call set_program_name.
18921
18922         * modules/argp-tests (Depends-on): Add progname.
18923         * tests/test-argp.c: Include argp.h first. Include progname.h.
18924         (main): Call set_program_name.
18925
18926 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
18927
18928         * doc/gnulib-tool.texi (Initial import): Reword description of
18929         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
18930         limited effect even if defined after the first system include.
18931
18932 2007-03-01  Bruno Haible  <bruno@clisp.org>
18933
18934         * build-aux/config.libpath: Update to libtool-1.5.22.
18935         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18936
18937 2007-03-01  Bruno Haible  <bruno@clisp.org>
18938
18939         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
18940         foo_CFLAGS.
18941         Reported by Ralf Wildenhues.
18942
18943 2007-03-01  Bruno Haible  <bruno@clisp.org>
18944
18945         * build-aux/install-reloc: Remove object files left over by some
18946         compilers.
18947         Reported by Ralf Wildenhues.
18948
18949 2007-03-01  Bruno Haible  <bruno@clisp.org>
18950
18951         * build-aux/install-reloc: Break long lines.
18952
18953 2007-03-01  Bruno Haible  <bruno@clisp.org>
18954
18955         * doc/relocatable.texi: Document that it may not work on OpenBSD.
18956         Reported by Ralf Wildenhues.
18957
18958 2007-03-01  Bruno Haible  <bruno@clisp.org>
18959
18960         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
18961         include ordering constraints.
18962
18963 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18964
18965         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
18966         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
18967         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
18968         as another example.
18969         * lib/time_.h: Fix misspelling.
18970         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
18971         Require gl_HEADER_TIME_H_DEFAULTS.
18972         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
18973         * m4/time_r.m4 (gl_TIME_R): Likewise.
18974         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
18975
18976 2007-03-01  Bruno Haible  <bruno@clisp.org>
18977
18978         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
18979         * m4/utimens.m4 (gl_UTIMENS): Likewise.
18980
18981 2007-03-01  Jim Meyering  <jim@meyering.net>
18982
18983         * modules/xreadlink (Maintainer): Add my name.
18984         * modules/xreadlink-with-size (Depends-on): Alphabetize.
18985
18986 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
18987             Bruno Haible  <bruno@clisp.org>
18988
18989         * build-aux/install-reloc: Compile also c-ctype.c.
18990         * build-aux/relocatable.sh.in: New file.
18991         * doc/relocatable.texi: New file.
18992         * doc/relocatable-maint.texi: New file.
18993         * doc/gnulib.texi: Include relocatable-maint.texi.
18994         * lib/progreloc.c: Include unistd.h unconditionally.
18995         * lib/relocwrapper.c: Include unistd.h unconditionally.
18996         Include c-ctype.h.
18997         (add_dotbin): Use c_tolower.
18998         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
18999         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
19000         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
19001         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
19002         to m4/relocatable-lib.m4.
19003         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
19004         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
19005         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
19006         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
19007         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
19008         * modules/relocatable: New file.
19009         * modules/relocatable-lib: New file.
19010         * modules/relocatable-script: New file.
19011
19012 2007-02-28  Bruno Haible  <bruno@clisp.org>
19013
19014         Import --enable-relocatable infrastructure.
19015         * build-aux/config.libpath: New file, from GNU gettext.
19016         * build-aux/install-reloc: New file, from GNU gettext.
19017         * build-aux/reloc-ldflags: New file, from GNU gettext.
19018         * lib/relocatable.h: New file, from GNU gettext.
19019         * lib/relocatable.c: New file, from GNU gettext.
19020         * lib/relocwrapper.c: New file, from GNU gettext.
19021         * m4/relocatable.m4: New file, from GNU gettext.
19022
19023 2007-02-28  Bruno Haible  <bruno@clisp.org>
19024
19025         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
19026
19027         * modules/xreadlink: New file, from GNU gettext with modifications.
19028         * lib/xreadlink.c: New file, from GNU gettext.
19029         * lib/xreadlink.h: Add comments.
19030         (xreadlink): New declaration.
19031
19032         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
19033         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
19034         lib/xreadlink-with-size.c.
19035         (configure.ac): Remove gl_XREADLINK invocation.
19036         (Makefile.am): Augment lib_SOURCES.
19037         * m4/xreadlink.m4: Remove file.
19038         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
19039         (xreadlink_with_size): Renamed from xreadink.
19040         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
19041         * modules/canonicalize (Depends-on): Replace xreadlink with
19042         xreadlink-with-size.
19043         * lib/canonicalize.c (canonicalize_filename_mode): Update.
19044
19045 2007-02-25  Jim Meyering  <jim@meyering.net>
19046
19047         * build-aux/announce-gen: When complaining about excess arguments,
19048         list them.
19049
19050 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
19051
19052         * README: Document signed integer overflow situation more
19053         accurately.
19054
19055 2007-02-25  Bruno Haible  <bruno@clisp.org>
19056
19057         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
19058         'a' or 'A' conversion.
19059
19060 2007-02-25  Bruno Haible  <bruno@clisp.org>
19061
19062         * modules/filename: Renamed from modules/pathname.
19063         (Files): Replace lib/pathname.h with lib/filename.h. Replace
19064         lib/concatpath.c with lib/concat-filename.c.
19065         (Makefile.am): Update.
19066         (Include): Replace pathname.h with filename.h.
19067         * lib/filename.h: Renamed from lib/pathname.h.
19068         (concatenated_filename): Renamed from concatenated_pathname.
19069         * lib/concat-filename.c: Renamed from lib/concatpath.c.
19070         (concatenated_filename): Renamed from concatenated_pathname.
19071         * lib/findprog.c: Include filename.h instead of pathname.h.
19072         (find_in_path): Update.
19073         * lib/javacomp.c: Include filename.h instead of pathname.h.
19074         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
19075         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
19076         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
19077         is_oldgcj_14_13_usable, is_javac_usable): Update.
19078         * lib/javaexec.c: Include filename.h instead of pathname.h.
19079         (execute_java_class): Update.
19080         * modules/findprog: Update.
19081         * modules/javacomp: Update.
19082         * modules/javaexec: Update.
19083         * MODULES.html.sh (File system functions): Add 'filename', remove
19084         'pathname'.
19085
19086 2007-02-25  Bruno Haible  <bruno@clisp.org>
19087
19088         * modules/printf-frexpl-tests: New file.
19089         * tests/test-printf-frexpl.c: New file.
19090
19091         * modules/printf-frexpl: New file.
19092         * lib/printf-frexpl.h: New file.
19093         * lib/printf-frexpl.c: New file.
19094         * m4/printf-frexpl.m4: New file.
19095
19096 2007-02-25  Bruno Haible  <bruno@clisp.org>
19097
19098         * modules/printf-frexp-tests: New file.
19099         * tests/test-printf-frexp.c: New file.
19100
19101         * modules/printf-frexp: New file.
19102         * lib/printf-frexp.h: New file.
19103         * lib/printf-frexp.c: New file.
19104         * m4/printf-frexp.m4: New file.
19105
19106 2007-02-25  Bruno Haible  <bruno@clisp.org>
19107
19108         Assume automake >= 1.10 for the tests.
19109         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
19110         * modules/arctwo-tests: Likewise.
19111         * modules/argp-tests: Likewise.
19112         * modules/avltree-list-tests: Likewise.
19113         * modules/avltree-oset-tests: Likewise.
19114         * modules/avltreehash-list-tests: Likewise.
19115         * modules/carray-list-tests: Likewise.
19116         * modules/crc-tests: Likewise.
19117         * modules/des-tests: Likewise.
19118         * modules/gc-arcfour-tests: Likewise.
19119         * modules/gc-arctwo-tests: Likewise.
19120         * modules/gc-des-tests: Likewise.
19121         * modules/gc-hmac-md5-tests: Likewise.
19122         * modules/gc-hmac-sha1-tests: Likewise.
19123         * modules/gc-md2-tests: Likewise.
19124         * modules/gc-md4-tests: Likewise.
19125         * modules/gc-md5-tests: Likewise.
19126         * modules/gc-pbkdf2-sha1-tests: Likewise.
19127         * modules/gc-rijndael-tests: Likewise.
19128         * modules/gc-sha1-tests: Likewise.
19129         * modules/gc-tests: Likewise.
19130         * modules/getaddrinfo-tests: Likewise.
19131         * modules/hmac-md5-tests: Likewise.
19132         * modules/hmac-sha1-tests: Likewise.
19133         * modules/linked-list-tests: Likewise.
19134         * modules/linkedhash-list-tests: Likewise.
19135         * modules/lock-tests: Likewise.
19136         * modules/md2-tests: Likewise.
19137         * modules/md4-tests: Likewise.
19138         * modules/md5-tests: Likewise.
19139         * modules/rbtree-list-tests: Likewise.
19140         * modules/rbtree-oset-tests: Likewise.
19141         * modules/rbtreehash-list-tests: Likewise.
19142         * modules/read-file-tests: Likewise.
19143         * modules/rijndael-tests: Likewise.
19144         * modules/stdint-tests: Likewise.
19145         * modules/tls-tests: Likewise.
19146
19147 2007-02-24  Bruno Haible  <bruno@clisp.org>
19148
19149         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
19150         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
19151         function; instead check whether isnan with a double argument links.
19152         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
19153         function; instead check whether isnan with a 'long double' argument
19154         links.
19155         Reported by Eric Blake <ebb9@byu.net>.
19156
19157 2007-02-24  Bruno Haible  <bruno@clisp.org>
19158
19159         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
19160         defined.
19161         * lib/isnanl.c: Remove all code. Just include isnan.c.
19162         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
19163
19164 2007-02-25  Jim Meyering  <jim@meyering.net>
19165
19166         Avoid conflicting types for 'unsetenv' on FreeBSD.
19167         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
19168         conflicting with FreeBSD's (5.0 and 6.1) function declaration
19169         in stdlib.h.
19170
19171 2007-02-24  Bruno Haible  <bruno@clisp.org>
19172
19173         * modules/isnanl-nolibm-tests: New file.
19174         * tests/test-isnanl.c: New file.
19175
19176         * modules/isnanl-nolibm: New file.
19177         * lib/isnanl.h: New file.
19178         * lib/isnanl.c: New file.
19179         * m4/isnanl.m4: New file.
19180
19181 2007-02-24  Bruno Haible  <bruno@clisp.org>
19182
19183         * modules/isnan-nolibm-tests: New file.
19184         * tests/test-isnan.c: New file.
19185
19186         * modules/isnan-nolibm: New file.
19187         * lib/isnan.h: New file.
19188         * lib/isnan.c: New file.
19189         * m4/isnan.m4: New file.
19190
19191 2007-02-24  Bruno Haible  <bruno@clisp.org>
19192
19193         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
19194         assume that an exponent fits in 20 bits.
19195
19196 2007-02-24  Jim Meyering  <jim@meyering.net>
19197
19198         * m4/regex.m4: Update the description of the configure-time option,
19199         --without-included-regex, to state accurately what the defaults are,
19200         and perhaps to give people an idea why using this option is risky.
19201
19202 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
19203
19204         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
19205         loops on small arguments.  This attempts to avoid the problem
19206         Bruno Haible reported for AIX 4.3.2 in
19207         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
19208
19209 2007-02-23  Bruno Haible  <bruno@clisp.org>
19210
19211         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
19212         Needed for help2man.
19213
19214 2007-02-23  Karl Berry  <karl@gnu.org>
19215
19216         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
19217         exists, foo.h should be cvs-ignored, not committed.
19218
19219 2007-02-23  Eric Blake  <ebb9@byu.net>
19220
19221         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
19222         * lib/stat-time.h (includes): Likewise.
19223         * lib/utimecmp.c (includes): Likewise.
19224         * lib/utimens.h (includes): Likewise.
19225         * lib/getdate.y (includes): Also include "timespec.h" for use
19226         internal to the module.
19227         * modules/utimens (Depends-on): Revert yesterday's patch.
19228         * modules/nanosleep (Depends-on): Add missing dependency.
19229
19230 2007-02-22  Bruno Haible  <bruno@clisp.org>
19231
19232         * lib/glob.c: Don't include getlogin_r.h.
19233
19234 2007-02-22  Jim Meyering  <jim@meyering.net>
19235
19236         * modules/utimens (Depends-on): Add timespec, required for
19237         utimens.h's inclusion of timespec.h.
19238
19239 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
19240
19241         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
19242         long unreadable paths in GNU/Linux.  Problem reported by Andreas
19243         Schwab in
19244         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
19245         I'll try to think of a better way to fix the Solaris problem.
19246
19247         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
19248         like glibc; on Solaris 10, it fails with errno == EINVAL.
19249         POSIX says the behavior is unspecified if the first argument is NULL,
19250         so play it safe and never pass NULL to the system getcwd.
19251
19252 2007-02-21  Jim Meyering  <jim@meyering.net>
19253
19254         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
19255         of gettimeofday.  It would conflict with the one now always
19256         provided via sys_time_.h.  Reported by Matthew Woehlke, as
19257         an IRIX 6.5 build failure.
19258
19259 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
19260
19261         Minor fixups to port to Solaris 10 with Sun C 5.8.
19262         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
19263         * modules/getcwd (Depends-on): Add dirfd.
19264         * lib/putenv.c (putenv): #undef it.
19265         (rpl_putenv): New decl.
19266         (malloc, free): Include <stdlib.h> rather than prototyping separately.
19267
19268 2007-02-20  Bruno Haible  <bruno@clisp.org>
19269
19270         * modules/stdio-tests: New file.
19271         * tests/test-stdio.c: New file.
19272
19273         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
19274         (Depends-on): Add stdio.
19275         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
19276         (Include): Use <stdio.h> instead of vsnprintf.h.
19277         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
19278         HAVE_DECL_VSNPRINTF.
19279         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
19280
19281         * modules/snprintf (Files): Remove lib/snprintf.h.
19282         (Depends-on): Add stdio.
19283         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
19284         (Include): Use <stdio.h> instead of snprintf.h.
19285         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
19286         HAVE_DECL_SNPRINTF.
19287         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
19288         * lib/getaddrinfo.c: Likewise.
19289
19290         * modules/stdio: New file.
19291         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
19292         * lib/snprintf.h: Remove file.
19293         * lib/vsnprintf.h: Remove file.
19294         * lib/.cppi-disable: Remove snprintf.h.
19295         * m4/stdio_h.m4: New file.
19296         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
19297
19298 2007-02-20  Jim Meyering  <jim@meyering.net>
19299
19300         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
19301         used by e.g., mingw.  From Bruno Haible.
19302
19303 2007-02-19  Bruno Haible  <bruno@clisp.org>
19304
19305         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
19306         warnings.
19307         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19308
19309 2007-02-19  Bruno Haible  <bruno@clisp.org>
19310
19311         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
19312         from mingw users.
19313
19314 2007-02-19  Bruno Haible  <bruno@clisp.org>
19315
19316         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
19317         warnings.
19318         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
19319
19320 2007-02-19  Jim Meyering  <jim@meyering.net>
19321
19322         Don't use FD after a successful "fdopendir (fd)".
19323         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
19324         Reset it by calling dirfd on the just-obtained DIR*.
19325
19326         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
19327         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
19328
19329 2007-02-18  Bruno Haible  <bruno@clisp.org>
19330
19331         * lib/readlink.c: Include <unistd.h>.
19332         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
19333         HAVE_READLINK.
19334         * modules/readlink (Depends-on): Add unistd.
19335         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19336         (Include): Add <unistd.h>.
19337
19338         * lib/getlogin_r.h: Remove file.
19339         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
19340         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
19341         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
19342         HAVE_DECL_GETLOGIN_R.
19343         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
19344         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19345         (Include): Use <unistd.h> instead of getlogin_r.h.
19346
19347         * lib/getcwd.h: Remove file.
19348         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
19349         * lib/xgetcwd.c: Likewise.
19350         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
19351         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
19352         * modules/getcwd (Files): Remove lib/getcwd.h.
19353         (Depends-on): Add unistd.
19354         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19355         (Include): Use <unistd.h> instad of getcwd.h.
19356
19357         * lib/ftruncate.c: Include <unistd.h> first.
19358         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
19359         Set HAVE_FTRUNCATE.
19360         * modules/ftruncate (Depends-on): Add unistd.
19361         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19362
19363         * lib/fchdir.c: Include <unistd.h> first.
19364         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
19365         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
19366         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
19367         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19368         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
19369
19370         * lib/dup2.c: Include <unistd.h> first.
19371         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
19372         HAVE_DUP2.
19373         * modules/dup2 (Depends-on): Add unistd.
19374         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19375
19376         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
19377         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
19378         REPLACE_CHOWN. Don't define chown as a macro here.
19379         * modules/chown (Depends-on): Add unistd.
19380         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19381
19382         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
19383         Add definition for GL_LINK_WARNING.
19384         (chown, dup2): New declarations.
19385         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
19386         link warning.
19387         (ftruncate): New declaration.
19388         (getcwd): New declaration, taken from old getcwd.h.
19389         (getlogin_r): New declaration, taken from old getlogin_r.h.
19390         (readlink): New declaration.
19391         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
19392         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
19393         (gl_PREREQ_UNISTD): Remove macro.
19394         (gl_UNISTD_MODULE_INDICATOR): New macro.
19395         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
19396         many new variables. Don't set UNISTD_H.
19397         * modules/unistd (Description): Change.
19398         (Depends-on): Add link-warning.
19399         (configure.ac): Update.
19400         (Makefile.am): Create unistd.h always. Substitute many new variables
19401         into it.
19402
19403 2007-02-18  Bruno Haible  <bruno@clisp.org>
19404
19405         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
19406         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
19407         HAVE_GETSUBOPT.
19408         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
19409         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
19410         * lib/getsubopt.h: Remove file.
19411         * modules/getsubopt (Files): Remove lib/getsubopt.h.
19412         (Depends-on): Add stdlib.
19413         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19414         (Includes): Use <stdlib.h> instead of getsubopt.h.
19415         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
19416         Set HAVE_GETSUBOPT.
19417         * lib/getsubopt.c: Don't include getsubopt.h.
19418
19419 2007-02-18  Bruno Haible  <bruno@clisp.org>
19420
19421         * modules/fchdir (Depends-on): Add dup2.
19422
19423 2007-02-18  Bruno Haible  <bruno@clisp.org>
19424
19425         * lib/stdlib_.h: Handle glibc's special invocation convention
19426         specially.
19427
19428 2007-02-18  Bruno Haible  <bruno@clisp.org>
19429
19430         * modules/stdlib-tests: New file.
19431         * tests/test-stdlib.c: New file.
19432
19433         * modules/mkstemp (Files): Remove lib/mkstemp.h.
19434         (Depends-on): Add stdlib.
19435         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19436         (Includes): Use <stdlib.h> instead of mkstemp.h.
19437         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
19438         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
19439         * lib/mkstemp.c: Don't include mkstemp.h.
19440         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
19441         * lib/stdlib--.h: Don't include mkstemp.h.
19442
19443         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
19444         (Depends-on): Add stdlib.
19445         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19446         (Includes): Use <stdlib.h> instead of mkdtemp.h.
19447         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
19448         HAVE_MKDTEMP.
19449         * lib/mkdtemp.c: Don't include mkdtemp.h.
19450         * lib/clean-temp.c: Don't include mkdtemp.h.
19451
19452         * modules/exit (Files): Remove lib/exit.h.
19453         (Depends-on): Add stdlib.
19454         (Makefile.am): Remove lib_SOURCES.
19455         (Include): Use <stdlib.h> instead of exit.h.
19456         * lib/argmatch.c: Don't include exit.h.
19457         * lib/execute.c: Likewise.
19458         * lib/pagealign_alloc.c: Likewise.
19459         * lib/pipe.c: Likewise.
19460         * lib/wait-process.c: Likewise.
19461         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
19462         * lib/exitfail.c: Likewise.
19463         * lib/savewd.c: Likewise.
19464         * lib/xsetenv.c: Likewise.
19465
19466         * modules/stdlib: New file.
19467         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
19468         and extra comments about mkstemp().
19469         * lib/exit.h: Remove file.
19470         * lib/mkdtemp.h: Remove file.
19471         * lib/mkstemp.h: Remove file.
19472         * m4/stdlib_h.m4: New file.
19473         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
19474
19475 2007-02-18  Bruno Haible  <bruno@clisp.org>
19476
19477         * modules/math-tests: New file.
19478         * tests/test-math.c: New file.
19479
19480         * modules/math: New file.
19481         * modules/mathl (Files): Remove lib/mathl.h.
19482         (Depends-on): Add math.
19483         (Makefile.am): Don't mention mathl.h.
19484         (Include): Use <math.h> instead of mathl.h.
19485         * lib/math_.h: New file.
19486         * lib/mathl.h: Remove file.
19487         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
19488         mathl.h.
19489         * lib/asinl.c: Likewise.
19490         * lib/atanl.c: Likewise.
19491         * lib/ceill.c: Likewise.
19492         * lib/cosl.c: Likewise.
19493         * lib/expl.c: Likewise.
19494         * lib/floorl.c: Likewise.
19495         * lib/frexpl.c: Likewise.
19496         * lib/ldexpl.c: Likewise.
19497         * lib/logl.c: Likewise.
19498         * lib/sincosl.c: Likewise.
19499         * lib/sinl.c: Likewise.
19500         * lib/sqrtl.c: Likewise.
19501         * lib/tanl.c: Likewise.
19502         * lib/trigl.c: Likewise.
19503         * m4/math_h.m4: New file.
19504         * MODULES.html.sh (Mathematics): Add math.
19505
19506 2007-02-17  Bruno Haible  <bruno@clisp.org>
19507
19508         * modules/wctype-tests: New file.
19509         * tests/test-wctype.c: New file.
19510
19511         * modules/wchar-tests: New file.
19512         * tests/test-wchar.c: New file.
19513
19514         * modules/unistd-tests: New file.
19515         * tests/test-unistd.c: New file.
19516
19517         * modules/time-tests: New file.
19518         * tests/test-time.c: New file.
19519
19520         * modules/sysexits-tests: New file.
19521         * tests/test-sysexits.c: New file.
19522
19523         * modules/sys_time-tests: New file.
19524         * tests/test-sys_time.c: New file.
19525
19526         * modules/sys_stat-tests: New file.
19527         * tests/test-sys_stat.c: New file.
19528
19529         * modules/sys_socket-tests: New file.
19530         * tests/test-sys_socket.c: New file.
19531
19532         * modules/sys_select-tests: New file.
19533         * tests/test-sys_select.c: New file.
19534
19535         * modules/string-tests: New file.
19536         * tests/test-string.c: New file.
19537
19538         * modules/stdbool-tests: New file.
19539         * tests/test-stdbool.c: New file.
19540
19541         * modules/netinet_in-tests: New file.
19542         * tests/test-netinet_in.c: New file.
19543
19544         * modules/inttypes-tests: New file.
19545         * tests/test-inttypes.c: New file.
19546
19547         * modules/fcntl-tests: New file.
19548         * tests/test-fcntl.c: New file.
19549
19550         * modules/byteswap-tests: New file.
19551         * tests/test-byteswap.c: New file.
19552
19553         * modules/arpa_inet-tests: New file.
19554         * tests/test-arpa_inet.c: New file.
19555
19556 2007-02-17  Bruno Haible  <bruno@clisp.org>
19557
19558         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
19559         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
19560         if the corresponding module is not enabled. Emit link warnings if
19561         the function is used nevertheless.
19562         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
19563         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
19564         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
19565         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
19566         * modules/inttypes (Depends-on): Add link-warning.
19567         (Makefile.am): Copy the contents of build-aux/link-warning.h into
19568         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
19569         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
19570         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
19571         * modules/imaxdiv (configure.ac): Likewise.
19572         * modules/strtoimax (configure.ac): Likewise.
19573         * modules/strtoumax (configure.ac): Likewise.
19574
19575 2007-02-17  Bruno Haible  <bruno@clisp.org>
19576
19577         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
19578         gl_STRING_MODULE_INDICATOR_DEFAULTS.
19579         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
19580         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
19581
19582 2007-02-17  Bruno Haible  <bruno@clisp.org>
19583
19584         * modules/link-warning: New file.
19585         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
19586         * lib/string_.h (GL_LINK_WARNING): Remove definition.
19587         * modules/string (Depends-on): Add link-warning.
19588         (Makefile.am): Copy the contents of build-aux/link-warning.h into
19589         string.h.
19590         * MODULES.html.sh (Support for building libraries and executables): Add
19591         link-warning.
19592
19593 2007-02-17  Bruno Haible  <bruno@clisp.org>
19594
19595         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
19596         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
19597         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
19598         long lines.
19599
19600 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
19601             Bruno Haible  <bruno@clisp.org>
19602
19603         * modules/tmpfile: New file.
19604         * lib/tmpfile.c: New file.
19605         * m4/tmpfile.m4: New file.
19606         * MODULES.html.sh (func_all_modules): New section "Input/output".
19607
19608 2007-02-15  Bruno Haible  <bruno@clisp.org>
19609
19610         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
19611         (supports_delete_on_close): New function.
19612         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
19613
19614 2007-02-14  Bruno Haible  <bruno@clisp.org>
19615
19616         * modules/mbspcasecmp-tests: New file.
19617         * tests/test-mbspcasecmp.sh: New file.
19618         * tests/test-mbspcasecmp.c: New file.
19619
19620         New module mbspcasecmp.
19621         * modules/mbspcasecmp: New file.
19622         * lib/mbspcasecmp.c: New file.
19623         * lib/string_.h (strncasecmp): Change warning message.
19624         (mbspcasecmp): New declaration.
19625         * m4/mbspcasecmp.m4: New file.
19626         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19627         GNULIB_MBSPCASECMP.
19628         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
19629         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
19630
19631 2007-02-14  Bruno Haible  <bruno@clisp.org>
19632
19633         * modules/mbsncasecmp-tests: New file.
19634         * tests/test-mbsncasecmp.sh: New file.
19635         * tests/test-mbsncasecmp.c: New file.
19636
19637         New module mbsncasecmp.
19638         * modules/mbsncasecmp: New file.
19639         * lib/mbsncasecmp.c: New file.
19640         * lib/string_.h (mbsncasecmp): New declaration.
19641         * m4/mbsncasecmp.m4: New file.
19642         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19643         GNULIB_MBSNCASECMP.
19644         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
19645         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
19646
19647 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
19648
19649         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
19650         Verify that it doesn't overlap with our flags.
19651         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
19652         do not have the desired effect in multibyte locales; instead, use
19653         mbscasecmp.
19654         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
19655         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
19656         we don't require GNU fnmatch ourselves (if our users require it, they
19657         should do so explicitly).
19658
19659         Fix regex code so it doesn't rely on strcasecmp.
19660         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
19661         Otherwise, include gnulib's langinfo.h.
19662         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
19663         undesirable behavior in non-C locales.  Instead, rely on localecharset.
19664         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
19665         * modules/regex (FILES): Remove m4/codeset.m4.
19666         (Depends-on): Add localcharset.  Remove strcase.
19667
19668 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19669
19670         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
19671         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
19672
19673 2007-02-13  Bruno Haible  <bruno@clisp.org>
19674
19675         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
19676         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19677
19678 2007-02-12  Bruno Haible  <bruno@clisp.org>
19679
19680         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
19681         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
19682         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
19683         time warning rather than a link error.
19684
19685 2007-02-12  Bruno Haible  <bruno@clisp.org>
19686
19687         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
19688         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
19689         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19690
19691 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
19692
19693         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
19694         args, not 2.
19695
19696 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
19697
19698         New module 'time', so that apps can include <time.h> as per
19699         POSIX and GNU instead of separate include files like time_r.h
19700         and timegm.h.  This implementation tries out a simpler approach
19701         for replacing decls in standard include files (as compared to
19702         the string module), somewhat as an experiment.
19703
19704         * config/srclist.txt: Comment out mktime.c for now.
19705         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
19706         since it doesn't apply any more.  Use generic wording instead.
19707         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
19708         'time'.
19709         * lib/time_.h, m4/time_h.m4, modules/time: New files.
19710         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
19711         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
19712         Don't include <sys/types.h>; no longer needed since we assume C89.
19713         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
19714         * lib/strftime.c: Likewise.
19715         * lib/time_r.c: Likewise.
19716         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
19717         * lib/nanosleep.c: Include <time.h> first, to check interface.
19718         * lib/strptime.c: Likewise.
19719         * lib/time_r.c: Likewise.
19720         * lib/timegm.c: Likewise.
19721         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
19722         needed.
19723         * lib/timegm.c: Don't include timegm.h; no longer needed.
19724         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
19725         time.h now handles any problems in that area.
19726         (struct timespec, nanosleep): Remove; time.h now arranges for these.
19727         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
19728         that time.h defines struct timespec.
19729         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
19730         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
19731         handles that.
19732         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
19733         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
19734         needed.  Set REPLACE_LOCALTIME.
19735         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
19736         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
19737         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
19738         nanosleep; time_h.m4 now does that.  Don't require
19739         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
19740         module handles this now.
19741         * modules/getdate (Depends-on): Remove timespec.  Add time.
19742         * modules/nanosleep (Depends-on): Likewise.
19743         * modules/stat-time (Depends-on): Likewise.
19744         * modules/nanosleep (Include): Include time.h, not timespec.h.
19745         * modules/strptime (Files): Remove lib/strptime.h.
19746         (Depends-on): Add extensions, time.
19747         (Include): Include time.h, not strptime.h.
19748         * modules/time_r (Files): Remove lib/time_r.h.
19749         (Depends-on): Add time.
19750         (Include): Include time.h, not time_r.h.
19751         * modules/timegm: Likewise.
19752         * modules/timespec (Description): Now does timespec-related decls
19753         of our own, instead of struct timespec itself.
19754         (Depends-on): Add time; remove extensions.
19755         (Maintainer): Add self.
19756         * modules/utimecmp (Depends-on): Add time; remove timespec.
19757         * modules/utimens (Depends-on): Likewise.
19758         * modules/xnanosleep (Depends-on): Likewise.
19759
19760 2007-02-11  Bruno Haible  <bruno@clisp.org>
19761
19762         * lib/c-strstr.c: Include allocsa.h.
19763         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19764         * lib/c-strcasestr.c: Include allocsa.h.
19765         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19766         * lib/strcasestr.c: Include allocsa.h.
19767         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19768         * lib/mbsstr.c: Include allocsa.h.
19769         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
19770         allocsa/freesa instead of malloc/free.
19771         * lib/mbscasestr.c: Include allocsa.h.
19772         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
19773         allocsa/freesa instead of malloc/free.
19774         * modules/c-strstr (Depends-on): Add allocsa.
19775         * modules/c-strcasestr (Depends-on): Likewise.
19776         * modules/strcasestr (Depends-on): Likewise.
19777         * modules/mbsstr (Depends-on): Likewise.
19778         * modules/mbscasestr (Depends-on): Likewise.
19779
19780 2007-02-11  Bruno Haible  <bruno@clisp.org>
19781
19782         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
19783
19784         * modules/mbsspn-tests: New file.
19785         * tests/test-mbsspn.sh: New file.
19786         * tests/test-mbsspn.c: New file.
19787
19788 2007-02-11  Bruno Haible  <bruno@clisp.org>
19789
19790         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
19791
19792         * modules/mbspbrk-tests: New file.
19793         * tests/test-mbspbrk.sh: New file.
19794         * tests/test-mbspbrk.c: New file.
19795
19796 2007-02-11  Bruno Haible  <bruno@clisp.org>
19797
19798         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
19799         unneeded cast.
19800
19801         * modules/mbscspn-tests: New file.
19802         * tests/test-mbscspn.sh: New file.
19803         * tests/test-mbscspn.c: New file.
19804
19805 2007-02-11  Bruno Haible  <bruno@clisp.org>
19806
19807         * modules/mbscasecmp-tests: New file.
19808         * tests/test-mbscasecmp.sh: New file.
19809         * tests/test-mbscasecmp.c: New file.
19810
19811 2007-02-11  Bruno Haible  <bruno@clisp.org>
19812
19813         Ensure O(n) worst-case complexity of mbscasestr.
19814         * lib/mbscasestr.c: Include stdbool.h.
19815         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
19816         functions.
19817         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
19818         the bookkeeping indicates that it's worth it.
19819         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
19820
19821         * modules/mbscasestr-tests: New file.
19822         * tests/test-mbscasestr1.c: New file.
19823         * tests/test-mbscasestr2.sh: New file.
19824         * tests/test-mbscasestr2.c: New file.
19825         * tests/test-mbscasestr3.sh: New file.
19826         * tests/test-mbscasestr3.c: New file.
19827         * tests/test-mbscasestr4.sh: New file.
19828         * tests/test-mbscasestr4.c: New file.
19829         * m4/locale-tr.m4: New file.
19830
19831 2007-02-11  Bruno Haible  <bruno@clisp.org>
19832
19833         Ensure O(n) worst-case complexity of mbsstr.
19834         * lib/mbsstr.c: Include stdbool.h.
19835         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
19836         functions.
19837         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
19838         bookkeeping indicates that it's worth it.
19839         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
19840
19841         * modules/mbsstr-tests: New file.
19842         * tests/test-mbsstr1.c: New file.
19843         * tests/test-mbsstr2.sh: New file.
19844         * tests/test-mbsstr2.c: New file.
19845         * tests/test-mbsstr3.sh: New file.
19846         * tests/test-mbsstr3.c: New file.
19847         * m4/locale-fr.m4: New file.
19848
19849 2007-02-11  Bruno Haible  <bruno@clisp.org>
19850
19851         * lib/mbsrchr.c (mbsrchr): Fix bug.
19852
19853         * modules/mbsrchr-tests: New file.
19854         * tests/test-mbsrchr.sh: New file.
19855         * tests/test-mbsrchr.c: New file.
19856
19857 2007-02-11  Bruno Haible  <bruno@clisp.org>
19858
19859         * lib/mbschr.c (mbschr): Fix bug.
19860
19861         * modules/mbschr-tests: New file.
19862         * tests/test-mbschr.sh: New file.
19863         * tests/test-mbschr.c: New file.
19864         * m4/locale-zh.m4: New file.
19865
19866 2007-02-11  Bruno Haible  <bruno@clisp.org>
19867
19868         Support for copying multibyte string iterators.
19869         * lib/mbiter.h: Include <string.h>.
19870         (mbiter_multi_copy): New function.
19871         (mbi_copy): New macro.
19872         * lib/mbuiter.h: Include <string.h>.
19873         (mbuiter_multi_copy): New function.
19874         (mbui_copy): New macro.
19875
19876 2007-02-11  Bruno Haible  <bruno@clisp.org>
19877
19878         New module mbslen.
19879         * modules/mbslen: New file.
19880         * lib/mbslen.c: New file.
19881         * lib/string_.h (mbslen): New declaration.
19882         * m4/mbslen.m4: New file.
19883         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19884         GNULIB_MBSLEN.
19885         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
19886         * MODULES.html.sh (Internationalization functions): Add mbslen.
19887
19888 2007-02-11  Bruno Haible  <bruno@clisp.org>
19889
19890         Ensure O(n) worst-case complexity of strcasestr substitute.
19891         * lib/strcasestr.c: Include stdbool.h.
19892         (knuth_morris_pratt): New function.
19893         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
19894         bookkeeping indicates that it's worth it.
19895         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
19896
19897         * modules/strcasestr-tests: New file.
19898         * tests/test-strcasestr.c: New file.
19899
19900 2007-02-11  Bruno Haible  <bruno@clisp.org>
19901
19902         Ensure O(n) worst-case complexity of c_strcasestr.
19903         * lib/c-strcasestr.c: Include stdbool.h, string.h.
19904         (knuth_morris_pratt): New function.
19905         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
19906         the bookkeeping indicates that it's worth it.
19907         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
19908
19909         * modules/c-strcasestr-tests: New file.
19910         * tests/test-c-strcasestr.c: New file.
19911
19912 2007-02-11  Bruno Haible  <bruno@clisp.org>
19913
19914         Ensure O(n) worst-case complexity of c_strstr.
19915         * lib/c-strstr.c: Include stdbool.h, string.h.
19916         (knuth_morris_pratt): New function.
19917         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
19918         bookkeeping indicates that it's worth it.
19919         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
19920
19921         * lib/c-strstr.c: Complete rewrite for maintainability.
19922
19923         * modules/c-strstr-tests: New file.
19924         * tests/test-c-strstr.c: New file.
19925
19926 2007-02-11  Bruno Haible  <bruno@clisp.org>
19927
19928         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
19929         5.2.1 and earlier, whereby \055 was treated just like the range
19930         delimiter '-'.
19931         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
19932
19933 2007-02-08  Bruno Haible  <bruno@clisp.org>
19934
19935         * modules/regex (Depends-on): Add stdbool.
19936         Reported by Dalibor Topic <robilad@kaffe.org>.
19937
19938 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
19939
19940         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
19941         Prefer returning from main to exiting from it.
19942         Remove unnecessary parens after sizeof.
19943
19944 2007-02-05  Bruno Haible  <bruno@clisp.org>
19945
19946         New module mbssep.
19947         * modules/mbssep: New file.
19948         * lib/mbssep.c: New file.
19949         * lib/string_.h (strsep): Add a conditional link warning.
19950         (mbssep): New declaration.
19951         * m4/mbssep.m4: New file.
19952         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19953         GNULIB_MBSSEP.
19954         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
19955         * MODULES.html.sh (Internationalization functions): Add mbssep.
19956
19957 2007-02-05  Bruno Haible  <bruno@clisp.org>
19958
19959         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
19960         Optimize search in case of 1 delimiter.
19961
19962 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
19963
19964         * lib/acl.h: Include sys/types.h before sys/acl.h.
19965
19966 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
19967
19968         Merge upstream fix for glibc bugzilla #3957:
19969
19970         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
19971
19972         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
19973         bit for RE_HAT_LISTS_NOT_NEWLINE.
19974         (build_charclass_op): Remove bogus comment.
19975
19976 2007-02-05  Simon Josefsson  <simon@josefsson.org>
19977
19978         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
19979
19980 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
19981
19982         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
19983         * lib/memmem.c [!defined _LIBC]: Include config.h.
19984
19985 2007-02-04  Bruno Haible  <bruno@clisp.org>
19986
19987         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
19988         warning message.
19989
19990 2007-02-04  Bruno Haible  <bruno@clisp.org>
19991
19992         New module mbstok_r.
19993         * modules/mbstok_r: New file.
19994         * lib/mbstok_r.c: New file.
19995         * lib/string_.h (strtok_r): Change argument names to match the
19996         comments. Add a conditional link warning.
19997         (mbstok_r): New declaration.
19998         * m4/mbstok_r.m4: New file.
19999         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20000         GNULIB_MBSTOK_R.
20001         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
20002         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
20003
20004 2007-02-04  Bruno Haible  <bruno@clisp.org>
20005
20006         New module mbsspn.
20007         * modules/mbsspn: New file.
20008         * lib/mbsspn.c: New file.
20009         * lib/string_.h (strspn): Add a conditional link warning.
20010         (mbsspn): New declaration.
20011         * m4/mbsspn.m4: New file.
20012         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20013         GNULIB_MBSSPN.
20014         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
20015         * MODULES.html.sh (Internationalization functions): Add mbsspn.
20016
20017 2007-02-04  Bruno Haible  <bruno@clisp.org>
20018
20019         New module mbspbrk.
20020         * modules/mbspbrk: New file.
20021         * lib/mbspbrk.c: New file.
20022         * lib/string_.h (strpbrk): Add a conditional link warning.
20023         (mbspbrk): New declaration.
20024         * m4/mbspbrk.m4: New file.
20025         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20026         GNULIB_MBSPBRK.
20027         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
20028         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
20029
20030 2007-02-04  Bruno Haible  <bruno@clisp.org>
20031
20032         New module mbscspn.
20033         * modules/mbscspn: New file.
20034         * lib/mbscspn.c: New file.
20035         * lib/string_.h (strcspn): Add a conditional link warning.
20036         (mbscspn): New declaration.
20037         * m4/mbscspn.m4: New file.
20038         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20039         GNULIB_MBSCSPN.
20040         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
20041         * MODULES.html.sh (Internationalization functions): Add mbscspn.
20042
20043 2007-02-04  Bruno Haible  <bruno@clisp.org>
20044
20045         New module mbscasestr, reduced goal of strcasestr.
20046         * modules/mbscasestr: New file.
20047         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
20048         (mbscasestr): Renamed from strcasestr.
20049         * lib/strcasestr.c: Don't include mbuiter.h.
20050         (strcasestr): Remove support for multibyte locales.
20051         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
20052         Change the conditional link warning.
20053         (mbscasestr): New declaration.
20054         * m4/mbscasestr.m4: New file.
20055         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
20056         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
20057         REPLACE_STRCASESTR.
20058         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
20059         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20060         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
20061         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
20062         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
20063         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
20064         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
20065         (Depends-on): Remove mbuiter.
20066         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
20067
20068 2007-02-04  Bruno Haible  <bruno@clisp.org>
20069
20070         Simplify handling of strncasecmp.
20071         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
20072         the conditional link warning.
20073         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20074         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
20075         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
20076         * modules/strcase (configure.ac): Don't invoke
20077         gl_STRING_MODULE_INDICATOR.
20078         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
20079
20080 2007-02-04  Bruno Haible  <bruno@clisp.org>
20081
20082         New module mbscasecmp, reduced goal of strcasecmp.
20083         * modules/mbscasecmp: New file.
20084         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
20085         (mbscasecmp): Renamed from strcasecmp.
20086         * lib/strcasecmp.c: Don't include mbuiter.h.
20087         (strcasecmp): Remove support for multibyte locales.
20088         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
20089         Change the conditional link warning.
20090         (mbscasecmp): New declaration.
20091         * m4/mbscasecmp.m4: New file.
20092         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
20093         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
20094         REPLACE_STRCASECMP.
20095         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
20096         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20097         GNULIB_MBSCASECMP.
20098         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
20099         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
20100         * modules/strcase (Files): Remove m4/mbrtowc.m4.
20101         (Depends-on): Remove mbuiter.
20102         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
20103
20104 2007-02-04  Bruno Haible  <bruno@clisp.org>
20105
20106         New module mbsstr. Remove module strstr.
20107         * modules/mbsstr: New file.
20108         * modules/strstr: Remove file.
20109         * lib/mbsstr.c: Renamed from lib/strstr.c.
20110         (mbsstr): Renamed from strstr.
20111         * lib/string_.h (strstr): Remove declaration. Change the conditional
20112         link warning.
20113         (mbsstr): New declaration.
20114         * m4/mbsstr.m4: New file.
20115         * m4/strstr.m4: Remove file.
20116         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
20117         REPLACE_STRSTR.
20118         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
20119         Don't initialize GNULIB_STRSTR.
20120         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
20121         substitute GNULIB_STRSTR and REPLACE_STRSTR.
20122         * MODULES.html.sh (Internationalization functions): Add mbsstr.
20123         (Support for systems lacking ANSI C 89): Remove strstr.
20124
20125 2007-02-04  Bruno Haible  <bruno@clisp.org>
20126
20127         New module mbsrchr.
20128         * modules/mbsrchr: New file.
20129         * lib/mbsrchr.c: New file.
20130         * lib/string_.h (strrchr): Add a conditional link warning.
20131         (mbsrchr): New declaration.
20132         * m4/mbsrchr.m4: New file.
20133         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20134         GNULIB_MBSRCHR.
20135         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
20136         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
20137
20138 2007-02-04  Bruno Haible  <bruno@clisp.org>
20139
20140         New module mbschr.
20141         * modules/mbschr: New file.
20142         * lib/mbschr.c: New file.
20143         * lib/string_.h (strchr): Add a conditional link warning.
20144         (mbschr): New declaration.
20145         * m4/mbschr.m4: New file.
20146         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20147         GNULIB_MBSCHR.
20148         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
20149         * MODULES.html.sh (Internationalization functions): Add mbschr.
20150
20151 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
20152
20153         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
20154
20155         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
20156
20157 2007-02-04  Bruno Haible  <bruno@clisp.org>
20158
20159         New module description section 'configure.ac-early'.
20160         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
20161         (func_get_autoconf_early_snippet): New function.
20162         (func_import, func_create_testdir): Use it. Remove special cases for
20163         modules 'extensions' and 'lock'.
20164         * modules/extensions (configure.ac-early): Require
20165         gl_USE_SYSTEM_EXTENSIONS.
20166         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
20167
20168 2007-02-04  Bruno Haible  <bruno@clisp.org>
20169
20170         Make use of gcj-4.3's -fsource and -ftarget option.
20171         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
20172         and if so try the options -fsource and -ftarget.
20173         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
20174         source_version, ftarget_option, target_version arguments.
20175         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
20176         (is_envjavac_oldgcj_14_14_usable): Renamed from
20177         is_envjavac_gcj_14_14_usable.
20178         (is_envjavac_oldgcj_14_13_usable): Renamed from
20179         is_envjavac_gcj_14_13_usable.
20180         (is_gcj_present): Update.
20181         (is_gcj_43, is_gcj43_usable): New functions.
20182         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
20183         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
20184         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
20185         try the options -fsource and -ftarget.
20186
20187 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20188
20189         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
20190         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
20191         larger value.
20192
20193 2007-02-03  Jim Meyering  <jim@meyering.net>
20194
20195         Give tools a better chance to allocate space for very large buffers.
20196         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
20197
20198         Make pwd and readlink work also when run with an unreadable parent dir
20199         on systems with openat support.
20200         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
20201         provided getcwd function, even when we have openat support.
20202         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
20203
20204 2007-02-02  Bruno Haible  <bruno@clisp.org>
20205
20206         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
20207         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
20208         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
20209         portability problems if one of these functions is only used on specific
20210         platforms.
20211         Reported by Paul Eggert.
20212
20213 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
20214
20215         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
20216         is causing more trouble than it's curing.
20217         * lib/regex_internal.h (__mempcpy): Remove.
20218         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
20219         (and make the code a tad smaller to boot).
20220         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
20221
20222 2007-02-02  Jim Meyering  <jim@meyering.net>
20223
20224         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
20225         section, not in the Makefile.am: one.
20226
20227 2007-02-02  Eric Blake  <ebb9@byu.net>
20228
20229         * lib/strchrnul.c: Always include config.h first.
20230
20231         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
20232         gnulib strstr is not necessary here.
20233
20234 2007-02-02  Simon Josefsson  <simon@josefsson.org>
20235
20236         * m4/socklen.m4: Fix typo.
20237
20238 2007-02-02  Eric Blake  <ebb9@byu.net>
20239
20240         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
20241         * modules/netinet_in (Makefile.am): Likewise.
20242
20243 2007-02-01  Bruno Haible  <bruno@clisp.org>
20244
20245         * lib/string_.h (GL_LINK_WARNING): New macro.
20246         (strcasecmp, strstr, strcasestr): If provided by the system,
20247         conditionally define as a macro that leads to a warning instead of to
20248         an error.
20249         (strncasecmp): Conditionally define as a macro that leads to a warning.
20250
20251 2007-02-01  Karl Berry  <karl@gnu.org>
20252
20253         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
20254
20255 2007-02-01  Bruno Haible  <bruno@clisp.org>
20256
20257         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
20258         renamings.
20259
20260 2007-02-01  Eric Blake  <ebb9@byu.net>
20261
20262         * modules/regex (Depends-on): Revert dependence on mempcpy.
20263         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
20264         module's definition of mempcpy.
20265         Reported by Paul Eggert.
20266
20267 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20268
20269         * lib/string_.h: If the gnulib module XYZ is not present, undefine
20270         the symbol XYZ before redefining it.  This fixes a problem with
20271         programs that don't use XYZ, when compiled on systems that define
20272         XYZ to something else.
20273
20274 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
20275
20276         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
20277         occurs when "mkdir -m foo" creates a setgid directory that is (1)
20278         writeable to group or other and (2) is intended to have a special
20279         mode bit that is set or cleared.  In such a case, the directory
20280         should be neither group- nor other-writeable until the special
20281         mode bits are right.
20282
20283 2007-01-31  Eric Blake  <ebb9@byu.net>
20284
20285         * modules/mountlist (Depends-on): Add strstr.
20286
20287         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
20288         bug.
20289         * modules/string (Makefile.am): Remove redundant replacement.
20290         * modules/regex (Depends-on): Add mempcpy.
20291
20292 2007-01-31  Bruno Haible  <bruno@clisp.org>
20293
20294         New module description field 'Link'.
20295         * gnulib-tool (func_usage): Document --extract-link-directive.
20296         (sed_extract_prog): Recognize 'Link' directive.
20297         (func_get_link_directive): New function.
20298         (func_import): Show summary of link directives.
20299         Handle --extract-link-directive option.
20300         * modules/acl (Link): New section.
20301         * modules/clock-time (Link): New section.
20302         * modules/euidaccess (Link): New section.
20303         * modules/gettext (Link): New section.
20304         * modules/iconv (Link): New section.
20305         * modules/lock (Link): New section.
20306         * modules/nanosleep (Link): New section.
20307         * modules/readline (Link): New section.
20308
20309 2007-01-27  Bruno Haible  <bruno@clisp.org>
20310
20311         Enforce the use of gnulib modules for unportable <string.h> functions.
20312         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
20313         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
20314         (gl_HEADER_STRING_H_BODY): Require it.
20315         * lib/string_.h: If the gnulib module XYZ is not present, redefine
20316         the symbol XYZ to one that gives a link error.
20317         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
20318         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
20319         * modules/mempcpy (configure.ac): Likewise.
20320         * modules/memrchr (configure.ac): Likewise.
20321         * modules/stpcpy (configure.ac): Likewise.
20322         * modules/stpncpy (configure.ac): Likewise.
20323         * modules/strcase (configure.ac): Likewise.
20324         * modules/strcasestr (configure.ac): Likewise.
20325         * modules/strchrnul (configure.ac): Likewise.
20326         * modules/strdup (configure.ac): Likewise.
20327         * modules/strndup (configure.ac): Likewise.
20328         * modules/strnlen (configure.ac): Likewise.
20329         * modules/strpbrk (configure.ac): Likewise.
20330         * modules/strsep (configure.ac): Likewise.
20331         * modules/strstr (configure.ac): Likewise.
20332         * modules/strtok_r (configure.ac): Likewise.
20333
20334 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
20335
20336         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
20337
20338 2007-01-30  Jim Meyering  <jim@meyering.net>
20339
20340         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
20341
20342 2007-01-29  Bruno Haible  <bruno@clisp.org>
20343
20344         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
20345         * lib/execute.c: Likewise.
20346         * lib/pipe.c: Likewise.
20347         * lib/printf-args.h: Likewise.
20348         * lib/printf-args.c: Likewise.
20349         * lib/printf-parse.c: Likewise.
20350         * lib/vasnprintf.c: Likewise.
20351
20352 2007-01-29  Eric Blake  <ebb9@byu.net>
20353
20354         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
20355         declaration.
20356
20357 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
20358
20359         * lib/strptime.h (strptime): Use 'restrict' for args where
20360         POSIX requires this.
20361         * lib/strptime.c (strptime): Likewise.
20362         Change license notice from LGPL to GPL, since gnulib-tool will
20363         change this as needed.
20364         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
20365         defined.
20366         Include "strptime.h" first, to check interface.
20367         Do not #undef _LIBC and _NL_CURRENT.
20368         Do not include <stdlib.h>; no longer needed.
20369         Include "time_r.h" and declare ptime_locale_status
20370         only if _LIBC is not defined.
20371         (__P): Remove unused macro.
20372         (match_string): Bring back glibc version, but use it only if _LIBC
20373         is defined.
20374         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
20375         Remove unnecessary assertion and abort() call.
20376         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
20377         * m4/strptime.m4: Fix serial number comment.
20378         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
20379         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
20380         (Depends-on): Add time_r.
20381
20382 2007-01-29  Bruno Haible  <bruno@clisp.org>
20383
20384         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20385         strptime.
20386         * modules/strptime (Depends-on): Add stdbool.
20387         * lib/strptime.h: Include <time.h> always. Add comments.
20388
20389 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20390
20391         * modules/strptime: New file.
20392         * lib/strptime.h: New file.
20393         * lib/strptime.c: New file.
20394         * m4/strptime.m4: New file.
20395
20396 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20397
20398         * MODULES.html.sh: New module mpsort.
20399         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
20400
20401         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
20402         a circularity problem with HP-UX ia64 reported by Bob Proulx in
20403         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
20404         All uses changed.
20405         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
20406         All uses changed.
20407         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
20408         to _Restrict_.
20409         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
20410         the parameter matches the prototype.
20411
20412 2007-01-28  Jim Meyering  <jim@meyering.net>
20413
20414         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
20415         sys/time.h here, reverting that part of the previous patch:
20416         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
20417
20418 2007-01-28  Bruno Haible  <bruno@clisp.org>
20419
20420         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
20421         value of $(SYS_TIME_H).
20422         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
20423         remove it conditionally, too. [added by Jim Meyering]
20424         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
20425         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
20426         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
20427         GETTIMEOFDAY_REPLACEMENT to 1.
20428
20429 2007-01-28  Bruno Haible  <bruno@clisp.org>
20430
20431         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
20432         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
20433         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
20434         Set UNISTD_H instead of UNISTD_H2.
20435         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
20436
20437 2007-01-28  Bruno Haible  <bruno@clisp.org>
20438
20439         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
20440         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
20441
20442 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20443
20444         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
20445         (func_create_testdir): Ensure C locale for `grep' and `tr'
20446         character ranges.
20447         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
20448         ACLOCAL_AMFLAGS parsing state machine.
20449
20450 2007-01-27  Bruno Haible  <bruno@clisp.org>
20451
20452         * modules/unistr/base: Update.
20453
20454 2007-01-27  Bruno Haible  <bruno@clisp.org>
20455
20456         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
20457         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
20458         * modules/unistr/u32-mbtouc-unsafe: Renamed from
20459         modules/unistr/u32-mbtouc.
20460         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
20461         * lib/unistr.h: Update.
20462         * lib/linebreak.c: Update.
20463         * modules/unistr/u32-mbtouc: Renamed from
20464         modules/unistr/u32-mbtouc-safe.
20465         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
20466         * lib/unistr.h: Update.
20467         * lib/unistr/u32-to-u8.c: Update.
20468         * lib/unistr/u32-to-u16.c: Update.
20469
20470 2007-01-27  Bruno Haible  <bruno@clisp.org>
20471
20472         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
20473         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
20474         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
20475         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
20476         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
20477         * modules/unistr/u16-mbtouc-unsafe: Renamed from
20478         modules/unistr/u16-mbtouc.
20479         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
20480         * lib/unistr.h: Update.
20481         * lib/linebreak.c: Update.
20482         * modules/linebreak: Update.
20483         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
20484         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
20485         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
20486         * modules/unistr/u16-mbtouc: Renamed from
20487         modules/unistr/u16-mbtouc-safe.
20488         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
20489         * lib/unistr.h: Update.
20490         * lib/unistr/u16-to-u8.c: Update.
20491         * modules/unistr/u16-to-u8: Update.
20492         * lib/unistr/u16-to-u32.c: Update.
20493         * modules/unistr/u16-to-u32: Update.
20494
20495 2007-01-27  Bruno Haible  <bruno@clisp.org>
20496
20497         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
20498         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
20499         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
20500         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
20501         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
20502         * modules/unistr/u8-mbtouc-unsafe: Renamed from
20503         modules/unistr/u8-mbtouc.
20504         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
20505         * lib/unistr.h: Update.
20506         * lib/striconveh.c: Update.
20507         * modules/striconveh: Update.
20508         * lib/linebreak.c: Update.
20509         * modules/linebreak: Update.
20510         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
20511         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
20512         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
20513         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
20514         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
20515         * lib/unistr.h: Update.
20516         * lib/striconveh.c: Update.
20517         * modules/striconveh: Update.
20518         * lib/unistr/u8-to-u16.c: Update.
20519         * modules/unistr/u8-to-u16: Update.
20520         * lib/unistr/u8-to-u32.c: Update.
20521         * modules/unistr/u8-to-u32: Update.
20522
20523 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20524
20525         Sync from Libtool.
20526         * lib/argz.c: Do not include strings.h nor memory.h, include
20527         string.h unconditionally.  Patch by Simon Josefsson.
20528
20529 2007-01-27  Bruno Haible  <bruno@clisp.org>
20530
20531         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
20532         from gl_HEADER_STRING_H_BODY.
20533         (gl_HEADER_STRING_H_BODY): Require it.
20534         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
20535         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
20536         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
20537         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
20538         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
20539         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
20540         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20541         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
20542         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
20543         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
20544         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
20545         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
20546         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
20547         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20548         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
20549
20550 2007-01-27  Bruno Haible  <bruno@clisp.org>
20551
20552         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
20553         check_PROGRAMS into noinst_PROGRAMS.
20554         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
20555         check_PROGRAMS in this case.
20556         (func_import): Set for_test to false.
20557         (func_create_testdir): Set for_test to true.
20558
20559 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
20560             Bruno Haible  <bruno@clisp.org>
20561
20562         * modules/strcasestr (Files): Remove lib/strcasestr.h.
20563         (Depends-on): Add string.
20564         (Includes): Use <string.h> instead of strcasestr.h.
20565         * modules/string (Makefile.am): Also substitute the value of
20566         REPLACE_STRCASESTR.
20567         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
20568         assume strcasestr is declared in <string.h> not <strings.h>. Also
20569         set REPLACE_STRCASESTR.
20570         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
20571         REPLACE_STRCASESTR.
20572         * lib/strcasestr.h: Remove file.
20573         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
20574         * lib/string_.h (strcasestr): New declaration.
20575
20576 2007-01-27  Bruno Haible  <bruno@clisp.org>
20577
20578         * lib/string_.h: Use 'extern'.
20579
20580 2007-01-27  Jim Meyering  <jim@meyering.net>
20581
20582         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
20583         of set-but-not-used local, "q".
20584
20585         * lib/mempcpy.c: Include <config.h> before <string.h>.
20586         This fixes a compilation error on HP-UX, due to the system's
20587         "restrict"-using mempcpy prototype.
20588
20589 2007-01-26  Bruno Haible  <bruno@clisp.org>
20590
20591         Small optimization.
20592         * lib/javacomp.c: Include c-strstr.h.
20593          (is_envjavac_gcj): Use c_strstr instead of strstr.
20594         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
20595
20596 2007-01-26  Bruno Haible  <bruno@clisp.org>
20597
20598         * MODULES.html.sh (Unicode string functions): Add the new modules.
20599
20600         * modules/uniconv/u32-strconv-to-locale: New file.
20601         * lib/uniconv/u32-strconv-to-locale.c: New file.
20602
20603         * modules/uniconv/u16-strconv-to-locale: New file.
20604         * lib/uniconv/u16-strconv-to-locale.c: New file.
20605
20606         * modules/uniconv/u8-strconv-to-locale: New file.
20607         * lib/uniconv/u8-strconv-to-locale.c: New file.
20608
20609         * modules/uniconv/u32-strconv-from-locale: New file.
20610         * lib/uniconv/u32-strconv-from-locale.c: New file.
20611
20612         * modules/uniconv/u16-strconv-from-locale: New file.
20613         * lib/uniconv/u16-strconv-from-locale.c: New file.
20614
20615         * modules/uniconv/u8-strconv-from-locale: New file.
20616         * lib/uniconv/u8-strconv-from-locale.c: New file.
20617
20618         * modules/uniconv/u32-strconv-to-enc: New file.
20619         * lib/uniconv/u32-strconv-to-enc.c: New file.
20620         * modules/uniconv/u32-strconv-to-enc-tests: New file.
20621         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
20622
20623         * modules/uniconv/u16-strconv-to-enc: New file.
20624         * lib/uniconv/u16-strconv-to-enc.c: New file.
20625         * lib/uniconv/u-strconv-to-enc.h: New file.
20626         * modules/uniconv/u16-strconv-to-enc-tests: New file.
20627         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
20628
20629         * modules/uniconv/u8-strconv-to-enc: New file.
20630         * lib/uniconv/u8-strconv-to-enc.c: New file.
20631         * modules/uniconv/u8-strconv-to-enc-tests: New file.
20632         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
20633
20634         * modules/uniconv/u32-strconv-from-enc: New file.
20635         * lib/uniconv/u32-strconv-from-enc.c: New file.
20636         * modules/uniconv/u32-strconv-from-enc-tests: New file.
20637         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
20638
20639         * modules/uniconv/u16-strconv-from-enc: New file.
20640         * lib/uniconv/u16-strconv-from-enc.c: New file.
20641         * modules/uniconv/u16-strconv-from-enc-tests: New file.
20642         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
20643
20644         * modules/uniconv/u8-strconv-from-enc: New file.
20645         * lib/uniconv/u8-strconv-from-enc.c: New file.
20646         * lib/uniconv/u-strconv-from-enc.h: New file.
20647         * modules/uniconv/u8-strconv-from-enc-tests: New file.
20648         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
20649
20650         * modules/uniconv/u32-conv-from-enc: New file.
20651         * lib/uniconv/u32-conv-from-enc.c: New file.
20652         * modules/uniconv/u32-conv-from-enc-tests: New file.
20653         * tests/uniconv/test-u32-conv-from-enc.c: New file.
20654
20655         * modules/uniconv/u16-conv-from-enc: New file.
20656         * lib/uniconv/u16-conv-from-enc.c: New file.
20657         * lib/uniconv/u-conv-from-enc.h: New file.
20658         * modules/uniconv/u16-conv-from-enc-tests: New file.
20659         * tests/uniconv/test-u16-conv-from-enc.c: New file.
20660
20661         * modules/uniconv/u8-conv-from-enc: New file.
20662         * lib/uniconv/u8-conv-from-enc.c: New file.
20663         * modules/uniconv/u8-conv-from-enc-tests: New file.
20664         * tests/uniconv/test-u8-conv-from-enc.c: New file.
20665
20666         * modules/uniconv/base: New file.
20667         * lib/uniconv.h: New file.
20668
20669 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
20670
20671         * doc/gnulib-tool.texi (Initial import): Update to match current
20672         behavior with strdup module.
20673         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
20674         * lib/memmem.h: Remove; all uses removed.  This is now done
20675         by <string.h>.
20676         * lib/mempcpy.h: Likewise.
20677         * lib/memrchr.h: Likewise.
20678         * lib/stpcpy.h: Likewise.
20679         * lib/stpncpy.h: Likewise.
20680         * lib/strcase.h: Likewise.
20681         * lib/strchrnul.h: Likewise.
20682         * lib/strdup.h: Likewise.
20683         * lib/strndup.h: Likewise.
20684         * lib/strnlen.h: Likewise.
20685         * lib/strpbrk.h: Likewise.
20686         * lib/strsep.h: Likewise.
20687         * lib/strstr.h: Likewise.
20688         * lib/strtok_r.h: Likewise.
20689         * lib/string_.h: New file.
20690         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
20691         Rely on <string.h> instead.
20692         * lib/canon-host.c: Likewise.
20693         * lib/chdir-long.c: Likewise.
20694         * lib/concatpath.c: Likewise.
20695         * lib/exclude.c: Likewise.
20696         * lib/fchdir.c: Likewise.
20697         * lib/getaddrinfo.c: Likewise.
20698         * lib/getcwd.c: Likewise.
20699         * lib/getsubopt.c: Likewise.
20700         * lib/glob.c: Likewise.
20701         * lib/hard-locale.c: Likewise.
20702         * lib/iconvme.c: Likewise.
20703         * lib/javacomp.c: Likewise.
20704         * lib/mempcpy.c: Likewise.
20705         * lib/memrchr.c: Likewise.
20706         * lib/regex_internal.h: Likewise.
20707         * lib/stpncpy.c: Likewise.
20708         * lib/strcasecmp.c: Likewise.
20709         * lib/strchrnul.c: Likewise.
20710         * lib/strdup.c: Likewise.
20711         * lib/striconv.c: Likewise.
20712         * lib/striconveh.c: Likewise.
20713         * lib/striconveha.c: Likewise.
20714         * lib/strncasecmp.c: Likewise.
20715         * lib/strndup.c: Likewise.
20716         * lib/strnlen.c: Likewise.
20717         * lib/strsep.c: Likewise.
20718         * lib/strstr.c: Likewise.
20719         * lib/strtok_r.c: Likewise.
20720         * lib/userspec.c: Likewise.
20721         * lib/w32spawn.h: Likewise.
20722         * lib/xstrndup.c: Likewise.
20723         * lib/mountlist.c (strstr): Remove decl.
20724         * m4/string_h.m4: New file.
20725         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
20726         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
20727         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
20728         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
20729         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
20730         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
20731         Set REPLACE_STRCASECMP if necessary.
20732         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
20733         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
20734         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
20735         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
20736         HAVE_DECL_STRDUP if necessary.
20737         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
20738         since gl_FUNC_STRNDUP does that now.
20739         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
20740         Check for decl here...
20741         (gl_PREREQ_STRNLEN): ... not here.
20742         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
20743         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
20744         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
20745         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
20746         necessary.
20747         * modules/string: New file.
20748         * modules/memmem (Files): Remove special-purpose include file.
20749         (Depends-on): Add string.
20750         (Include): Include <string.h>, not the removed file.
20751         * modules/mempcpy: Likewise.
20752         * modules/memrchr: Likewise.
20753         * modules/stpcpy: Likewise.
20754         * modules/stpncpy: Likewise.
20755         * modules/strcase: Likewise.
20756         * modules/strchrnul: Likewise.
20757         * modules/strdup: Likewise.
20758         * modules/strndup: Likewise.
20759         * modules/strnlen: Likewise.
20760         * modules/strpbrk: Likewise.
20761         * modules/strsep: Likewise.
20762         * modules/strstr: Likewise.
20763         * modules/strtok_r: Likewise.
20764         * tests/test-dirname.c: Don't include "strdup.h", since
20765         <string.h> now suffices.
20766         * tests/test-memmem.c: Don't include "memmem.h", since
20767         <string.h> now suffices.
20768
20769 2007-01-25  Bruno Haible  <bruno@clisp.org>
20770
20771         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
20772         *resultp is 0.
20773
20774         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
20775         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
20776         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
20777         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
20778
20779         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
20780         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
20781         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
20782         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
20783         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
20784         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
20785
20786 2007-01-24  Bruno Haible  <bruno@clisp.org>
20787
20788         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
20789         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
20790         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
20791         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
20792         gl_FUNC_FTS_CORE.
20793         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
20794         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
20795         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
20796         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
20797         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
20798         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
20799         gl_FUNC_FCHOWNAT.
20800         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
20801         gl_FUNC_STRFTIME.
20802         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
20803         Reported by Ralf Wildenhues.
20804
20805 2007-01-24  Bruno Haible  <bruno@clisp.org>
20806
20807         Drop AC_REQUIRE calls that are redundant with the module dependencies.
20808         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
20809         gl_GETADDRINFO.
20810         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
20811         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
20812         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
20813
20814 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
20815
20816         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
20817         Don't use 'exit'; just return from 'main'.
20818         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
20819
20820         * lib/fnmatch_.h: Readjust white space and comments to match
20821         glibc, to avoid spurious diffs.
20822
20823 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20824
20825         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
20826         2004-12-01 change by Jakub Jelinek, since this code won't compile
20827         if !LIBC.  Problem reported by Bob Proulx.
20828
20829 2007-01-23  Bruno Haible  <bruno@clisp.org>
20830
20831         * lib/striconveh.c: Include c-strcaseeq.h.
20832         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
20833         * modules/striconveh (Depends-on): Add c-strcaseeq.
20834
20835 2007-01-23  Bruno Haible  <bruno@clisp.org>
20836
20837         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
20838
20839         * modules/c-strcaseeq: New file.
20840         * lib/c-strcaseeq.h: New file.
20841
20842         * modules/streq: New file.
20843         * lib/streq.h: New file.
20844
20845 2007-01-23  Bruno Haible  <bruno@clisp.org>
20846
20847         * modules/striconveha-tests: New file.
20848         * tests/test-striconveha.c: New file.
20849
20850         * lib/striconveha.h: Include <stdbool.h>.
20851         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
20852         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
20853         (mem_iconveha_notranslit): Renamed from mem_iconveha.
20854         (mem_iconveha): New function.
20855         (str_iconveha_notranslit): Renamed from str_iconveha.
20856         (str_iconveha): New function.
20857         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
20858         c-strcase.
20859
20860 2007-01-23  Bruno Haible  <bruno@clisp.org>
20861
20862         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
20863         encodings without forgiving before trying any encoding with handler.
20864         (str_iconveha): Try all encodings without forgiving before trying any
20865         encoding with handler.
20866
20867 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20868
20869         Import the following changes from libc.
20870
20871         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
20872
20873         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
20874
20875         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20876
20877         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
20878         normal_bracket label.
20879
20880         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
20881
20882         [BZ #361]
20883         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
20884         to normal_bracket after fetching the next character.
20885
20886 2007-01-22  Bruno Haible  <bruno@clisp.org>
20887
20888         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
20889         argument.
20890         * lib/striconveh.c (iconv_carefully_1): New function.
20891         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
20892         argument.
20893         (str_cd_iconveh): Update.
20894         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
20895         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
20896         * tests/test-striconveh.c (MAGIC): New macro.
20897         (new_offsets): New function.
20898         (main): Test call with and without offsets.
20899
20900 2007-01-22  Bruno Haible  <bruno@clisp.org>
20901
20902         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
20903         * modules/sys_select (Makefile.am): Likewise.
20904         * modules/sys_socket (Makefile.am): Likewise.
20905         * modules/sys_time (Makefile.am): Likewise.
20906
20907 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
20908
20909         * modules/gettimeofday (License): Change from GPL to LGPL, since
20910         gettimeofday is a library function.
20911
20912 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20913
20914         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
20915
20916 2007-01-21  Bruno Haible  <bruno@clisp.org>
20917
20918         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
20919
20920 2007-01-21  Bruno Haible  <bruno@clisp.org>
20921
20922         * modules/striconveha: New file.
20923         * lib/striconveha.h: New file.
20924         * lib/striconveha.c: New file.
20925         * MODULES.html.sh (Internationalization functions): Add striconveha.
20926         * lib/striconv.c (str_iconv): Optimize the case of an empty input
20927         string.
20928         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
20929
20930 2007-01-21  Bruno Haible  <bruno@clisp.org>
20931
20932         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
20933         * lib/striconveh.c (str_iconveh): Likewise.
20934
20935 2007-01-21  Bruno Haible  <bruno@clisp.org>
20936
20937         * lib/striconveh.h (mem_iconveh): New declaration.
20938         * lib/striconveh.c (mem_iconveh): New function.
20939         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
20940
20941 2007-01-21  Bruno Haible  <bruno@clisp.org>
20942
20943         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
20944
20945         * lib/striconveh.h (mem_cd_iconveh): Change specification.
20946         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
20947         original result buffer.
20948         (str_cd_iconveh): Update.
20949         * tests/test-striconveh.c (main): Update.
20950
20951         * lib/striconv.h (mem_cd_iconv): Change specification.
20952         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
20953         result buffer.
20954         (str_cd_iconv): Update.
20955         * tests/test-striconv.c (main): Update.
20956
20957 2007-01-21  Bruno Haible  <bruno@clisp.org>
20958
20959         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
20960
20961 2007-01-20  Jim Meyering  <jim@meyering.net>
20962
20963         * lib/userspec.c (parse_with_separator): If a user or group string
20964         starts with "+", skip the corresponding name-to-ID look-up, since
20965         such a look-up must fail: user and group names may not include "+".
20966
20967 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20968
20969         * lib/poll.c: Include sys/time.h and time.h unconditionally,
20970         since we now assume the sys_time module.
20971         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
20972         check for sys/time.h; no longer needed.
20973         * modules/poll (Depends-on): Depend on sys_time.
20974
20975 2007-01-18  Bruno Haible  <bruno@clisp.org>
20976
20977         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
20978         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
20979
20980         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
20981         gettimeofday.
20982
20983         * tests/test-gettimeofday.c: Include <time.h>.
20984         (dummy): Remove variable.
20985
20986         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
20987         gl_HEADER_SYS_TIME_H.
20988         (gl_HEADER_SYS_TIME_H): New macro.
20989
20990         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
20991         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20992         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
20993         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
20994         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20995         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
20996         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
20997         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20998         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
20999         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
21000         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21001
21002         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
21003         last change; it caused a compilation error when cross-compiling to
21004         Cygwin.
21005
21006 2007-01-18  Jim Meyering  <jim@meyering.net>
21007
21008         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
21009         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
21010         than the race-prone "test -d sys || mkdir sys".
21011         (configure.ac): Use AC_PROG_MKDIR_P.
21012         * modules/sys_select: Likewise.
21013         * modules/sys_socket: Likewise.
21014         * modules/sys_time: Likewise.
21015
21016 2007-01-18  Eric Blake  <ebb9@byu.net>
21017
21018         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
21019         replace gettimeofday.
21020         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
21021         name, to avoid infinite recursion.
21022
21023 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
21024
21025         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
21026         module sys_time.
21027         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
21028         assume timespec.h defines struct timeval.
21029         * lib/settime.c: Likewise.
21030         * lib/utimens.c: Likewise.
21031         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
21032         since we now assume the gettimeofday module.
21033         * lib/tempname.c (__gen_tempname): Likewise.
21034         * lib/gettimeofday.h: Remove.
21035         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
21036         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
21037         Include <time.h>, for 'time()'.
21038         (localtime_buffer_addr): Also use this workaround if
21039         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
21040         to simplify the uses.  All uses changed.
21041         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
21042         that #undef is inside {}, and 'const' follows type name consistently.
21043         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
21044         (gettimeofday): Do not use the maximum possible value for
21045         tv->tv_usec, since that might break usages other than ls.c.
21046         Instead, we'll leave ls.c alone.  This undoes today's patch
21047         by Bruno.  Add a compile-time warning for 1s-clock resolution;
21048         we've never observed the problem but might as well keep the
21049         canary.
21050         * lib/nanosleep.c: Include timespec.h first, for interface check.
21051         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
21052         now assume the sys_time module.
21053         * lib/tempname.c: Likewise.
21054         * lib/timespec.h: Likewise.
21055         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
21056         needed.
21057         * lib/strftime.c: Likewise.
21058         * lib/timespec.h: Likewise.
21059         * lib/posixtm.c: Include posixtm.h first, for interface check.
21060         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
21061         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
21062         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
21063         * lib/sys_time_.h: New file.
21064         * lib/timespec.h (struct timespec): Use long int, not long.
21065         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
21066         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
21067         Remove obsolescent call to AC_HEADER_TIME.
21068         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
21069         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
21070         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
21071         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
21072         Likewise.
21073         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
21074         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
21075         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
21076         into the sys_time module.  Check for gettimeofday just once.
21077         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
21078         for gettimeofday signature to just check the signature.  Merely
21079         compile it, since linking doesn't test signature.  Improve test for
21080         whether gettimeofday.o is actually needed.
21081         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
21082         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
21083         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
21084         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21085         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
21086         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
21087         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
21088         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
21089         than worrying about sys/time.h.
21090         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
21091         Don't bother worrying about TIME_WITH_SYS_TIME.
21092         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
21093         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
21094         * m4/sys_time_h.m4: New file.
21095         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
21096         Don't include sys/time.h.  Return from main rather than exiting.
21097         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
21098         all uses changed.
21099         * modules/gethrxtime (Depends-on): Add sys_time.
21100         * modules/gettime (Depends-on): Likewise.
21101         * modules/gettimeofday (Depends-on): Likewise.
21102         * modules/nanosleep (Depends-on): Likewise.
21103         * modules/settime (Depends-on): Likewise.
21104         * modules/tempname (Depends-on): Likewise.
21105         * modules/utimens (Depends-on): Likewise.
21106         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
21107         (Include:) Change back to <sys/time.h>.
21108         (Maintainer:) Add self.
21109         * modules/sys_time: New file.
21110         * modules/tempname (Depends-on): Add gettimeofday.
21111         * tests/test-gettimeofday.c: Include <sys/time.h>
21112         rather than gettimeofday.h.
21113
21114 2007-01-17  Bruno Haible  <bruno@clisp.org>
21115
21116         * gnulib-tool (func_get_license): Revert last patch. Instead, let
21117         the license default to GPL.
21118         (func_create_testdir): Don't complain if a module is LGPL and its
21119         tests module depends on GPLed modules.
21120
21121 2007-01-17  Bruno Haible  <bruno@clisp.org>
21122
21123         * lib/gettimeofday.c (gettimeofday): Add code for the case
21124         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
21125         maximum possible value for tv->tv_usec, rather than the minimum one.
21126
21127 2005-10-08  Martin Lambers  <marlam@marlam.de>
21128 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
21129 2007-01-16  Bruno Haible  <bruno@clisp.org>
21130
21131         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
21132         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
21133         gl_FUNC_GETTIMEOFDAY.
21134         (Include): Add gettimeofday.h.
21135         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
21136         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
21137         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
21138         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
21139         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
21140         * lib/gettimeofday.h: New file.
21141         * lib/gettimeofday.c: Include <sys/timeb.h>.
21142         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
21143         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21144         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
21145         fall back on time().
21146
21147         * tests/test-gettimeofday.c: New file.
21148         * modules/gettimeofday-tests: New file.
21149
21150 2007-01-16  Eric Blake  <ebb9@byu.net>
21151
21152         * modules/fnmatch (Depends-on): Depend on wchar.
21153         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
21154         * m4/fnmatch.m4: Likewise.
21155         * modules/mbchar (Makefile.am): Assume <wchar.h>.
21156         * m4/mbchar.m4: Likewise.
21157         * modules/mbswidth (Depends-on): Depend on wchar.
21158         * lib/mbswidth.c: Assume <wchar.h>.
21159         * m4/mbswidth.m4: Likewise.
21160         * modules/quotearg (Depends-on): Depend on wchar.
21161         * lib/quotearg.c: Assume <wchar.h>.
21162         * m4/quotearg.m4: Likewise.
21163         * modules/regex (Depends-on): Depend on wchar.
21164         * lib/regex_internal.h: Assume <wchar.h>.
21165         * m4/regex.m4: Likewise.
21166         * modules/stdint (Depends-on): Depend on wchar.
21167         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
21168         * m4/stdint.m4: Likewise.
21169         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
21170         * modules/strftime (Depends-on): Depend on wchar.
21171         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
21172         * modules/strtol (Depends-on): Depend on wchar.
21173         * lib/strtol.c: Assume <wchar.h>.
21174         * modules/wcwidth (Depends-on): Depend on wchar.
21175         * lib/wcwidth.h: Assume <wchar.h>.
21176         * m4/wcwidth.m4: Likewise.
21177
21178 2007-01-16  Bruno Haible  <bruno@clisp.org>
21179
21180         * modules/csharpexec-script: New, created from...
21181         * modules/csharpexec: ... this.
21182
21183 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
21184
21185         * modules/javaexec-script: New, created from...
21186         * modules/javaexec: ... this.
21187
21188 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21189
21190         * modules/poll (Dependencies): Add sys_select.
21191
21192 2007-01-15  Jim Meyering  <jim@meyering.net>
21193
21194         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
21195         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
21196         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
21197         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
21198
21199 2007-01-15  Bruno Haible  <bruno@clisp.org>
21200
21201         * modules/striconveh: New file.
21202         * lib/striconveh.h: New file.
21203         * lib/striconveh.c: New file.
21204         * MODULES.html.sh (Internationalization functions): Add striconveh.
21205
21206         * modules/striconveh-tests: New file.
21207         * tests/test-striconveh.c: New file.
21208
21209 2007-01-15  Bruno Haible  <bruno@clisp.org>
21210
21211         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
21212         not from GNU libiconv or GNU libc.
21213
21214 2007-01-15  Bruno Haible  <bruno@clisp.org>
21215
21216         * doc/gnulib-intro.texi (Copyright): Explain the different license
21217         terms for module descriptions, autoconf macros, tests, documentation.
21218
21219 2007-01-14  Bruno Haible  <bruno@clisp.org>
21220
21221         * modules/striconv-tests: New file.
21222         * tests/test-striconv.c: New file.
21223
21224 2007-01-14  Bruno Haible  <bruno@clisp.org>
21225
21226         * modules/iconv-tests: New file.
21227         * tests/test-iconv.c: New file.
21228
21229 2007-01-14  Bruno Haible  <bruno@clisp.org>
21230
21231         * gnulib-tool (func_get_license): For test modules, use the license of
21232         the main module.
21233
21234 2007-01-14  Bruno Haible  <bruno@clisp.org>
21235
21236         * modules/iconv (Include): Clarify that <iconv.h> can only be included
21237         if iconv is found to exist.
21238
21239 2007-01-14  Bruno Haible  <bruno@clisp.org>
21240
21241         * modules/c-ctype-tests: New file.
21242         * tests/test-c-ctype.c: New file.
21243
21244 2007-01-14  Bruno Haible  <bruno@clisp.org>
21245
21246         * modules/binary-io-tests: New file.
21247         * tests/test-binary-io.sh: New file.
21248         * tests/test-binary-io.c: New file.
21249
21250 2007-01-14  Bruno Haible  <bruno@clisp.org>
21251
21252         * modules/array-oset-tests: New file.
21253         * tests/test-array_oset.c: New file.
21254
21255 2007-01-14  Bruno Haible  <bruno@clisp.org>
21256
21257         * modules/array-list-tests: New file.
21258         * tests/test-array_list.c: New file.
21259
21260 2007-01-14  Bruno Haible  <bruno@clisp.org>
21261
21262         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
21263         and make.
21264         Reported by Simon Josefsson in
21265         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
21266
21267 2007-01-14  Bruno Haible  <bruno@clisp.org>
21268
21269         * modules/allocsa-tests: New file.
21270         * tests/test-allocsa.c: New file.
21271
21272 2007-01-14  Bruno Haible  <bruno@clisp.org>
21273
21274         * modules/fchdir (Depends-on): Add absolute-header.
21275         * modules/unistd (Depends-on): Likewise.
21276
21277 2006-12-30  Bruno Haible  <bruno@clisp.org>
21278
21279         * modules/fchdir: New file.
21280         * modules/unistd (Files): Add lib/unistd_.h.
21281         (Makefile.am): Generate unistd.h from unistd_.h.
21282         * lib/fchdir.c: New file.
21283         * lib/dirent_.h: New file.
21284         * lib/unistd_.h: New file.
21285         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
21286         * m4/fchdir.m4: New file.
21287         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
21288         (gl_HEADER_UNISTD): Invoke it.
21289         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
21290         function.
21291         * lib/backupfile.c (opendir, closedir): Undefine.
21292         * lib/chown.c (open, close): Undefine.
21293         * lib/clean-temp.c (open, close): Undefine.
21294         * lib/copy-file.c (open, close): Undefine.
21295         * lib/execute.c (open, close): Undefine.
21296         * lib/fsusage.c (open, close): Undefine.
21297         * lib/gc-gnulib.c (open, close): Undefine.
21298         * lib/getcwd.c (opendir, closedir): Undefine.
21299         * lib/glob.c (opendir, closedir): Undefine.
21300         * lib/javacomp.c (open, close): Undefine.
21301         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
21302         * lib/openat-proc.c (open, close): Undefine.
21303         * lib/pagealign_alloc.c (open, close): Undefine.
21304         * lib/pipe.c (open, close): Undefine.
21305         * lib/progreloc.c (open, close): Undefine.
21306         * lib/savedir.c (opendir, closedir): Undefine.
21307         * lib/utime.c (open, close): Undefine.
21308         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
21309
21310 2007-01-10  Bruno Haible  <bruno@clisp.org>
21311
21312         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
21313
21314 2007-01-12  Eric Blake  <ebb9@byu.net>
21315
21316         Provide a robust <wchar.h>.  Further simplifications are now
21317         possible in other modules, but not included here.
21318         * modules/wchar: New module.
21319         * m4/wchar.m4: New file.
21320         * lib/wchar_.h: Likewise.
21321         * modules/mbchar (Depends-on): Depend on wchar, as the first use
21322         of the new module.
21323         * MODULES.html.sh (Extended multibyte and wide character utilities):
21324         New section.
21325
21326 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
21327
21328         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
21329         to a reasonable default for memory allocation.
21330         (xreadlink): Don't allocate a huge buffer, to work around a buggy
21331         file system that reports garbage st_size values for symlinks.
21332         Problem reported by Liyang Hu.
21333
21334 2007-01-11  Simon Josefsson  <simon@josefsson.org>
21335
21336         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
21337         Emacs .#* auto-save files).
21338
21339 2007-01-11  Bruno Haible  <bruno@clisp.org>
21340
21341         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
21342         directory.
21343
21344 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21345
21346         Use @...@ consistently in lib/wctype_.h.
21347         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
21348         on it being set to 1 or 0.
21349         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
21350         go back to AC_SUBSTing it.
21351         * modules/wctype (Makefile.am): Undo previous change.
21352
21353 2007-01-10  Eric Blake  <ebb9@byu.net>
21354
21355         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
21356         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
21357         * modules/wctype (Makefile.am): Likewise.
21358         Reported by Chris McGuire.
21359
21360 2007-01-10  Jim Meyering  <jim@meyering.net>
21361
21362         fts.c: a small readability/maintainability improvement
21363         * lib/fts.c (fts_read): Make this code slightly more readable and
21364         maintainable by hoisting the "sp->fts_cur = p" assignments to
21365         immediately follow the statements that set P.  Derived from
21366         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
21367
21368 2007-01-10  Eric Blake  <ebb9@byu.net>
21369
21370         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
21371         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
21372         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
21373         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
21374         Reported by Chris McGuire.
21375
21376 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21377
21378         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
21379         in sed script.
21380
21381 2007-01-09  Bruno Haible  <bruno@clisp.org>
21382
21383         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
21384         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
21385         variables.
21386         (func_module): Use them.
21387
21388 2007-01-09  Bruno Haible  <bruno@clisp.org>
21389
21390         * modules/unistr/base: New file.
21391         * lib/unistr.h: New file.
21392
21393         * modules/unistr/u8-to-u16: New file.
21394         * lib/unistr/u8-to-u16.c: New file.
21395
21396         * modules/unistr/u8-to-u32: New file.
21397         * lib/unistr/u8-to-u32.c: New file.
21398
21399         * modules/unistr/u16-to-u8: New file.
21400         * lib/unistr/u16-to-u8.c: New file.
21401
21402         * modules/unistr/u16-to-u32: New file.
21403         * lib/unistr/u16-to-u32.c: New file.
21404
21405         * modules/unistr/u32-to-u8: New file.
21406         * lib/unistr/u32-to-u8.c: New file.
21407
21408         * modules/unistr/u32-to-u16: New file.
21409         * lib/unistr/u32-to-u16.c: New file.
21410
21411         * modules/unistr/u8-check: New file.
21412         * modules/unistr/u16-check: New file.
21413         * modules/unistr/u32-check: New file.
21414         * lib/unistr/u8-check.c: New file.
21415         * lib/unistr/u16-check.c: New file.
21416         * lib/unistr/u32-check.c: New file.
21417
21418         * modules/unistr/u8-chr: New file.
21419         * modules/unistr/u16-chr: New file.
21420         * modules/unistr/u32-chr: New file.
21421         * lib/unistr/u8-chr.c: New file.
21422         * lib/unistr/u16-chr.c: New file.
21423         * lib/unistr/u32-chr.c: New file.
21424
21425         * modules/unistr/u8-cmp: New file.
21426         * modules/unistr/u16-cmp: New file.
21427         * modules/unistr/u32-cmp: New file.
21428         * lib/unistr/u8-cmp.c: New file.
21429         * lib/unistr/u16-cmp.c: New file.
21430         * lib/unistr/u32-cmp.c: New file.
21431
21432         * modules/unistr/u8-cpy: New file.
21433         * modules/unistr/u16-cpy: New file.
21434         * modules/unistr/u32-cpy: New file.
21435         * lib/unistr/u8-cpy.c: New file.
21436         * lib/unistr/u16-cpy.c: New file.
21437         * lib/unistr/u32-cpy.c: New file.
21438         * lib/unistr/u-cpy.h: New file.
21439
21440         * modules/unistr/u8-cpy-alloc: New file.
21441         * modules/unistr/u16-cpy-alloc: New file.
21442         * modules/unistr/u32-cpy-alloc: New file.
21443         * lib/unistr/u8-cpy-alloc.c: New file.
21444         * lib/unistr/u16-cpy-alloc.c: New file.
21445         * lib/unistr/u32-cpy-alloc.c: New file.
21446         * lib/unistr/u-cpy-alloc.h: New file.
21447
21448         * modules/unistr/u8-endswith: New file.
21449         * modules/unistr/u16-endswith: New file.
21450         * modules/unistr/u32-endswith: New file.
21451         * lib/unistr/u8-endswith.c: New file.
21452         * lib/unistr/u16-endswith.c: New file.
21453         * lib/unistr/u32-endswith.c: New file.
21454         * lib/unistr/u-endswith.h: New file.
21455
21456         * modules/unistr/u8-mblen: New file.
21457         * modules/unistr/u16-mblen: New file.
21458         * modules/unistr/u32-mblen: New file.
21459         * lib/unistr/u8-mblen.c: New file.
21460         * lib/unistr/u16-mblen.c: New file.
21461         * lib/unistr/u32-mblen.c: New file.
21462
21463         * modules/unistr/u8-mbtouc: New file.
21464         * modules/unistr/u16-mbtouc: New file.
21465         * modules/unistr/u32-mbtouc: New file.
21466         * lib/unistr/u8-mbtouc.c: New file.
21467         * lib/unistr/u16-mbtouc.c: New file.
21468         * lib/unistr/u32-mbtouc.c: New file.
21469
21470         * modules/unistr/u8-mbtouc-safe: New file.
21471         * modules/unistr/u16-mbtouc-safe: New file.
21472         * modules/unistr/u32-mbtouc-safe: New file.
21473         * lib/unistr/u8-mbtouc-safe.c: New file.
21474         * lib/unistr/u16-mbtouc-safe.c: New file.
21475         * lib/unistr/u32-mbtouc-safe.c: New file.
21476
21477         * modules/unistr/u8-move: New file.
21478         * modules/unistr/u16-move: New file.
21479         * modules/unistr/u32-move: New file.
21480         * lib/unistr/u8-move.c: New file.
21481         * lib/unistr/u16-move.c: New file.
21482         * lib/unistr/u32-move.c: New file.
21483         * lib/unistr/u-move.h: New file.
21484
21485         * modules/unistr/u8-next: New file.
21486         * modules/unistr/u16-next: New file.
21487         * modules/unistr/u32-next: New file.
21488         * lib/unistr/u8-next.c: New file.
21489         * lib/unistr/u16-next.c: New file.
21490         * lib/unistr/u32-next.c: New file.
21491
21492         * modules/unistr/u8-prev: New file.
21493         * modules/unistr/u16-prev: New file.
21494         * modules/unistr/u32-prev: New file.
21495         * lib/unistr/u8-prev.c: New file.
21496         * lib/unistr/u16-prev.c: New file.
21497         * lib/unistr/u32-prev.c: New file.
21498
21499         * modules/unistr/u8-set: New file.
21500         * modules/unistr/u16-set: New file.
21501         * modules/unistr/u32-set: New file.
21502         * lib/unistr/u8-set.c: New file.
21503         * lib/unistr/u16-set.c: New file.
21504         * lib/unistr/u32-set.c: New file.
21505         * lib/unistr/u-set.h: New file.
21506
21507         * modules/unistr/u8-startswith: New file.
21508         * modules/unistr/u16-startswith: New file.
21509         * modules/unistr/u32-startswith: New file.
21510         * lib/unistr/u8-startswith.c: New file.
21511         * lib/unistr/u16-startswith.c: New file.
21512         * lib/unistr/u32-startswith.c: New file.
21513         * lib/unistr/u-startswith.h: New file.
21514
21515         * modules/unistr/u8-stpcpy: New file.
21516         * modules/unistr/u16-stpcpy: New file.
21517         * modules/unistr/u32-stpcpy: New file.
21518         * lib/unistr/u8-stpcpy.c: New file.
21519         * lib/unistr/u16-stpcpy.c: New file.
21520         * lib/unistr/u32-stpcpy.c: New file.
21521         * lib/unistr/u-stpcpy.h: New file.
21522
21523         * modules/unistr/u8-stpncpy: New file.
21524         * modules/unistr/u16-stpncpy: New file.
21525         * modules/unistr/u32-stpncpy: New file.
21526         * lib/unistr/u8-stpncpy.c: New file.
21527         * lib/unistr/u16-stpncpy.c: New file.
21528         * lib/unistr/u32-stpncpy.c: New file.
21529         * lib/unistr/u-stpncpy.h: New file.
21530
21531         * modules/unistr/u8-strcat: New file.
21532         * modules/unistr/u16-strcat: New file.
21533         * modules/unistr/u32-strcat: New file.
21534         * lib/unistr/u8-strcat.c: New file.
21535         * lib/unistr/u16-strcat.c: New file.
21536         * lib/unistr/u32-strcat.c: New file.
21537         * lib/unistr/u-strcat.h: New file.
21538
21539         * modules/unistr/u8-strchr: New file.
21540         * modules/unistr/u16-strchr: New file.
21541         * modules/unistr/u32-strchr: New file.
21542         * lib/unistr/u8-strchr.c: New file.
21543         * lib/unistr/u16-strchr.c: New file.
21544         * lib/unistr/u32-strchr.c: New file.
21545
21546         * modules/unistr/u8-strcmp: New file.
21547         * modules/unistr/u16-strcmp: New file.
21548         * modules/unistr/u32-strcmp: New file.
21549         * lib/unistr/u8-strcmp.c: New file.
21550         * lib/unistr/u16-strcmp.c: New file.
21551         * lib/unistr/u32-strcmp.c: New file.
21552
21553         * modules/unistr/u8-strcpy: New file.
21554         * modules/unistr/u16-strcpy: New file.
21555         * modules/unistr/u32-strcpy: New file.
21556         * lib/unistr/u8-strcpy.c: New file.
21557         * lib/unistr/u16-strcpy.c: New file.
21558         * lib/unistr/u32-strcpy.c: New file.
21559         * lib/unistr/u-strcpy.h: New file.
21560
21561         * modules/unistr/u8-strcspn: New file.
21562         * modules/unistr/u16-strcspn: New file.
21563         * modules/unistr/u32-strcspn: New file.
21564         * lib/unistr/u8-strcspn.c: New file.
21565         * lib/unistr/u16-strcspn.c: New file.
21566         * lib/unistr/u32-strcspn.c: New file.
21567         * lib/unistr/u-strcspn.h: New file.
21568
21569         * modules/unistr/u8-strdup: New file.
21570         * modules/unistr/u16-strdup: New file.
21571         * modules/unistr/u32-strdup: New file.
21572         * lib/unistr/u8-strdup.c: New file.
21573         * lib/unistr/u16-strdup.c: New file.
21574         * lib/unistr/u32-strdup.c: New file.
21575         * lib/unistr/u-strdup.h: New file.
21576
21577         * modules/unistr/u8-strlen: New file.
21578         * modules/unistr/u16-strlen: New file.
21579         * modules/unistr/u32-strlen: New file.
21580         * lib/unistr/u8-strlen.c: New file.
21581         * lib/unistr/u16-strlen.c: New file.
21582         * lib/unistr/u32-strlen.c: New file.
21583         * lib/unistr/u-strlen.h: New file.
21584
21585         * modules/unistr/u8-strmblen: New file.
21586         * modules/unistr/u16-strmblen: New file.
21587         * modules/unistr/u32-strmblen: New file.
21588         * lib/unistr/u8-strmblen.c: New file.
21589         * lib/unistr/u16-strmblen.c: New file.
21590         * lib/unistr/u32-strmblen.c: New file.
21591
21592         * modules/unistr/u8-strmbtouc: New file.
21593         * modules/unistr/u16-strmbtouc: New file.
21594         * modules/unistr/u32-strmbtouc: New file.
21595         * lib/unistr/u8-strmbtouc.c: New file.
21596         * lib/unistr/u16-strmbtouc.c: New file.
21597         * lib/unistr/u32-strmbtouc.c: New file.
21598
21599         * modules/unistr/u8-strncat: New file.
21600         * modules/unistr/u16-strncat: New file.
21601         * modules/unistr/u32-strncat: New file.
21602         * lib/unistr/u8-strncat.c: New file.
21603         * lib/unistr/u16-strncat.c: New file.
21604         * lib/unistr/u32-strncat.c: New file.
21605         * lib/unistr/u-strncat.h: New file.
21606
21607         * modules/unistr/u8-strncmp: New file.
21608         * modules/unistr/u16-strncmp: New file.
21609         * modules/unistr/u32-strncmp: New file.
21610         * lib/unistr/u8-strncmp.c: New file.
21611         * lib/unistr/u16-strncmp.c: New file.
21612         * lib/unistr/u32-strncmp.c: New file.
21613
21614         * modules/unistr/u8-strncpy: New file.
21615         * modules/unistr/u16-strncpy: New file.
21616         * modules/unistr/u32-strncpy: New file.
21617         * lib/unistr/u8-strncpy.c: New file.
21618         * lib/unistr/u16-strncpy.c: New file.
21619         * lib/unistr/u32-strncpy.c: New file.
21620         * lib/unistr/u-strncpy.h: New file.
21621
21622         * modules/unistr/u8-strnlen: New file.
21623         * modules/unistr/u16-strnlen: New file.
21624         * modules/unistr/u32-strnlen: New file.
21625         * lib/unistr/u8-strnlen.c: New file.
21626         * lib/unistr/u16-strnlen.c: New file.
21627         * lib/unistr/u32-strnlen.c: New file.
21628         * lib/unistr/u-strnlen.h: New file.
21629
21630         * modules/unistr/u8-strpbrk: New file.
21631         * modules/unistr/u16-strpbrk: New file.
21632         * modules/unistr/u32-strpbrk: New file.
21633         * lib/unistr/u8-strpbrk.c: New file.
21634         * lib/unistr/u16-strpbrk.c: New file.
21635         * lib/unistr/u32-strpbrk.c: New file.
21636         * lib/unistr/u-strpbrk.h: New file.
21637
21638         * modules/unistr/u8-strrchr: New file.
21639         * modules/unistr/u16-strrchr: New file.
21640         * modules/unistr/u32-strrchr: New file.
21641         * lib/unistr/u8-strrchr.c: New file.
21642         * lib/unistr/u16-strrchr.c: New file.
21643         * lib/unistr/u32-strrchr.c: New file.
21644
21645         * modules/unistr/u8-strspn: New file.
21646         * modules/unistr/u16-strspn: New file.
21647         * modules/unistr/u32-strspn: New file.
21648         * lib/unistr/u8-strspn.c: New file.
21649         * lib/unistr/u16-strspn.c: New file.
21650         * lib/unistr/u32-strspn.c: New file.
21651         * lib/unistr/u-strspn.h: New file.
21652
21653         * modules/unistr/u8-strstr: New file.
21654         * modules/unistr/u16-strstr: New file.
21655         * modules/unistr/u32-strstr: New file.
21656         * lib/unistr/u8-strstr.c: New file.
21657         * lib/unistr/u16-strstr.c: New file.
21658         * lib/unistr/u32-strstr.c: New file.
21659         * lib/unistr/u-strstr.h: New file.
21660
21661         * modules/unistr/u8-strtok: New file.
21662         * modules/unistr/u16-strtok: New file.
21663         * modules/unistr/u32-strtok: New file.
21664         * lib/unistr/u8-strtok.c: New file.
21665         * lib/unistr/u16-strtok.c: New file.
21666         * lib/unistr/u32-strtok.c: New file.
21667         * lib/unistr/u-strtok.h: New file.
21668
21669         * modules/unistr/u8-uctomb: New file.
21670         * modules/unistr/u16-uctomb: New file.
21671         * modules/unistr/u32-uctomb: New file.
21672         * lib/unistr/u8-uctomb.c: New file.
21673         * lib/unistr/u16-uctomb.c: New file.
21674         * lib/unistr/u32-uctomb.c: New file.
21675
21676         * MODULES.html.sh (Unicode string functions): Add the new modules.
21677
21678 2007-01-08  Bruno Haible  <bruno@clisp.org>
21679
21680         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
21681         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
21682         subdirectories.
21683
21684 2007-01-08  Karl Berry  <karl@gnu.org>
21685
21686         * doc/error.texi: mention that main() fns must set program_name
21687         when progname is used.
21688
21689 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
21690
21691         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
21692         WCTYPE_H is empty, for the benefit of builds from non-distclean
21693         directories.  Problem reported by Eric Blake in
21694         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
21695
21696 2007-01-08  Bruno Haible  <bruno@clisp.org>
21697
21698         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
21699         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
21700         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
21701         PROVIDE_CANONICALIZE_FILENAME_MODE.
21702         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
21703
21704 2007-01-08  Bruno Haible  <bruno@clisp.org>
21705
21706         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
21707         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
21708         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
21709         * lib/fts.c: Likewise.
21710         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
21711
21712 2006-12-25  Bruno Haible  <bruno@clisp.org>
21713
21714         * modules/utf8-ucs4-safe: New file.
21715         * lib/utf8-ucs4-safe.h: New file.
21716         * lib/unistr/utf8-ucs4-safe.c: New file.
21717
21718         * modules/utf16-ucs4-safe: New file.
21719         * lib/utf16-ucs4-safe.h: New file.
21720         * lib/unistr/utf16-ucs4-safe.c: New file.
21721
21722         * MODULES.html.sh (Unicode string functions): Add the new modules.
21723
21724 2007-01-08  Bruno Haible  <bruno@clisp.org>
21725
21726         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
21727         (Depends-on): Add unitypes.
21728         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
21729         (u8_mbtouc_aux): Move out to separate file.
21730         (u8_mbtouc): Use ucs4_t, uint8_t types.
21731         * lib/unistr/utf8-ucs4.c: New file.
21732
21733         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
21734         (Depends-on): Add unitypes.
21735         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
21736         (u16_mbtouc_aux): Move out to separate file.
21737         (u16_mbtouc): Use ucs4_t, uint16_t types.
21738         * lib/unistr/utf16-ucs4.c: New file.
21739
21740         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
21741         (Depends-on): Add unitypes.
21742         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
21743         (u8_uctomb_aux): Move out to separate file.
21744         (u8_uctomb): Use ucs4_t, uint8_t types.
21745         * lib/unistr/ucs4-utf8.c: New file.
21746
21747         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
21748         (Depends-on): Add unitypes.
21749         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
21750         (u16_uctomb_aux): Move out to separate file.
21751         (u16_uctomb): Use ucs4_t, uint16_t types.
21752         * lib/unistr/ucs4-utf16.c: New file.
21753
21754 2006-12-25  Bruno Haible  <bruno@clisp.org>
21755
21756         * modules/unitypes: New file.
21757         * lib/unitypes.h: New file.
21758         * MODULES.html.sh (func_all_modules): New section "Unicode string
21759         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
21760         this section. Add unitypes.
21761
21762 2007-01-08  Bruno Haible  <bruno@clisp.org>
21763
21764         Avoid variable names that conflict with those from libtool.
21765         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
21766         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
21767         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
21768         library_names_spec to acl_library_names_spec, hardcode_* to
21769         acl_hardcode_*.
21770         Reported by Ralf Wildenhues.
21771
21772 2007-01-08  Bruno Haible  <bruno@clisp.org>
21773
21774         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
21775         definition.
21776         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
21777         definition.
21778         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
21779         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
21780         definition.
21781         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
21782         definition.
21783         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
21784         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
21785         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
21786         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
21787         definition.
21788         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
21789         definition.
21790         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
21791         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
21792         GC_USE_<algorithm>.
21793         * lib/gc-libgcrypt.c: Likewise.
21794         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
21795         * modules/gc-arctwo (configure.ac): Likewise.
21796         * modules/gc-des (configure.ac): Likewise.
21797         * modules/gc-hmac-md5 (configure.ac): Likewise.
21798         * modules/gc-hmac-sha1 (configure.ac): Likewise.
21799         * modules/gc-md2 (configure.ac): Likewise.
21800         * modules/gc-md4 (configure.ac): Likewise.
21801         * modules/gc-md5 (configure.ac): Likewise.
21802         * modules/gc-random (configure.ac): Likewise.
21803         * modules/gc-rijndael (configure.ac): Likewise.
21804         * modules/gc-sha1 (configure.ac): Likewise.
21805
21806 2007-01-08  Bruno Haible  <bruno@clisp.org>
21807
21808         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
21809         macro definition.
21810         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
21811         definition.
21812         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
21813         definition.
21814         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
21815         * modules/fcntl-safer (configure.ac): Likewise.
21816         * modules/fopen-safer (configure.ac): Likewise.
21817         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
21818         GNULIB_FWRITEERROR macro definition.
21819
21820 2007-01-08  Bruno Haible  <bruno@clisp.org>
21821
21822         * m4/gnulib-common.m4: New file.
21823         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
21824         (func_get_filelist): Add m4/gnulib-common.m4.
21825
21826 2007-01-08  Bruno Haible  <bruno@clisp.org>
21827
21828         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
21829         command.
21830
21831 2007-01-08  Jim Meyering  <jim@meyering.net>
21832
21833         Use a more robust test for a "can't happen" condition.
21834         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
21835         narrowed the st_size value.  Presuming the "can't happen" condition
21836         is true, that narrowing could conceivably convert an invalid st_size
21837         value into a valid one.  Instead, use a change based on Matthew
21838         Woehlke's original patch.
21839
21840         Slight readability improvement: use an assert-like macro
21841         in place of literal "abort ()" uses.
21842         * lib/fts.c (fts_assert): Define.
21843         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
21844         Use this macro instead of a bare 'abort'.
21845
21846 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
21847
21848         Don't worry about using IRIX 5.3's wctype.h broken definitions;
21849         simply work around them.
21850         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
21851         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
21852         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
21853         declaring.
21854         Don't bother to define as macros, since the standard doesn't require it.
21855         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
21856         longer worry about IRIX 5.3.
21857         (HAVE_WCTYPE_CTMP_BUG): Remove.
21858
21859 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21860
21861         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
21862         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
21863         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
21864         Problems reported by Georg Schwarz for IRIX 5.3.
21865
21866         * gnulib-tool (autoconf_minversion): Take the maximum version number
21867         found, not the minimum.  Problem reported by James Youngman.
21868
21869 2007-01-03  Karl Berry  <karl@gnu.org>
21870
21871         * doc/error.texi: new file, explaining interaction with progname.
21872         * doc/gnulib.texi: include it.  Update copyright.
21873
21874 2007-01-03  Simon Josefsson  <simon@josefsson.org>
21875
21876         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
21877         AC_CANONICAL_HOST, to improve autobuild outputs.
21878
21879 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
21880             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
21881
21882         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
21883         sockets, server sockets, and other file descriptors.  Count errors
21884         to compute the return value.  Reorder the code a bit to be easier
21885         to follow.  Don't set event bits that were not requested (except
21886         POLLERR and POLLHUP).
21887
21888 2007-01-01  Bruno Haible  <bruno@clisp.org>
21889
21890         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
21891
21892 2007-01-03  Jim Meyering  <jim@meyering.net>
21893
21894         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
21895
21896 2007-01-02  Bruno Haible  <bruno@clisp.org>
21897
21898         * modules/settime (Include): Require timespec.h.
21899         * modules/nanosleep (Include): Likewise.
21900
21901 2007-01-01  Bruno Haible  <bruno@clisp.org>
21902
21903         * gnulib-tool (func_emit_copyright_notice): Bump year.
21904         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
21905
21906 2007-01-01  Bruno Haible  <bruno@clisp.org>
21907
21908         Improve support for OpenBSD.
21909         * build-aux/config.rpath (libname_spec): Export.
21910         (library_names_spec): New variable. Export.
21911         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
21912         library_names_spec from the config.rpath output. Locate shared library
21913         through the name pattern in library_names_spec.
21914
21915 2007-01-01  Eric Blake  <ebb9@byu.net>
21916
21917         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
21918
21919 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
21920
21921         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
21922         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
21923         assume the C locale, and avoid an "eval" that could cause trouble.
21924         Problem with SORT reported by Bob Proulx.
21925
21926         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
21927         Define.  Trivial patch from Henning Nielsen Lund, originally
21928         sent to bug-grep@gnu.org today.
21929
21930 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
21931
21932         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
21933         struct stat.  Problem reported by Henning Nielsen Lund.
21934         * lib/acl.c: Include acl.h first, to check interface.  Don't
21935         bother to include sys/types.h and sys/stat.h again.
21936
21937 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21938
21939         Import the following change from libc; problem reported by
21940         Sven Verdoolaege.
21941
21942         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
21943
21944         [BZ #1373]
21945         * lib/argp.h: Remove __NTH for __argp_usage inline function.
21946
21947 2006-12-28  Jim Meyering  <jim@meyering.net>
21948
21949         * build-aux/announce-gen: Do not assume that the package
21950         builds any of tar.gz, tar.bz2, and .xdelta files.
21951         Suggestion from Simon Josefsson.
21952
21953 2006-12-28  Simon Josefsson  <simon@josefsson.org>
21954
21955         * modules/announce-gen: New file.
21956
21957 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
21958
21959         * lib/mbchar.h: Just include <wctype.h>; the wctype module
21960         handles its gotchas now.
21961         * lib/mbswidth.c: Likewise.
21962         * lib/wcwidth.h: Likewise.
21963         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
21964         and iswcntrl; the wctype module does this stuff now.
21965         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
21966         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
21967         * modules/mbchar (Depends-on): Add wctype.
21968         * modules/mbswidth (Depends-on): Likewise.
21969         * modules/wcwidth (Depends-on): Likewise.
21970
21971 2006-12-27  Eric Blake  <ebb9@byu.net>
21972
21973         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
21974         module uses more than what <wctype.h> is required to provide.
21975
21976 2006-12-26  Eric Blake  <ebb9@byu.net>
21977
21978         * gnulib-tool (sed_extract_prog): Avoid space-tab.
21979
21980 2006-12-26  Eric Blake  <ebb9@byu.net>
21981
21982         * modules/absolute-header: New module.
21983         * modules/fcntl (Depends-on): Depend on it.
21984         * modules/inttypes (Depends-on): Likewise.
21985         * modules/stdint (Depends-on): Likewise.
21986         * modules/sys_stat (Depends-on): Likewise.
21987         * modules/wctype (Depends-on): Likewise.
21988         * MODULES.html.sh (Support for building libraries and
21989         executables): Document it.
21990
21991 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
21992
21993         * gnulib-tool (SED): Remove, undoing previous change.
21994         The problem was that it broke coreutils on Solaris, because
21995         "sed --posix" leaked into a makefile.
21996         (sed): New alias, if 'alias' and GNU sed.
21997
21998 2006-12-24  Jim Meyering  <jim@meyering.net>
21999
22000         Work around an fchownat bug in glibc-2.4:
22001         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
22002         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
22003         in spite of the -P option.
22004         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
22005         New macros.
22006         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
22007         * modules/openat (Files): Add lib/fchownat.c.
22008         * lib/openat.c (fchownat): Don't define here.  Move to...
22009         * lib/fchownat.c: ...this new file.
22010
22011 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
22012
22013         Fix bug reported by Bruno Haible in
22014         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
22015         where quotearg.c didn't compile on Mac OS X 10.2 because it
22016         lacks <wchar.h> and wint_t.
22017         * lib/wctype_.h (__wctype_wint_t): New type.
22018         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
22019         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
22020         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
22021         Arg is now of type __wctype_wint_t, not wint_t.
22022         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
22023         substitute HAVE_WINT_T.
22024         * modules/wctype (Files): Add m4/wint_t.m4.
22025         (wctype.h): Substitute HAVE_WINT_T.
22026
22027 2006-12-23  Bruno Haible  <bruno@clisp.org>
22028
22029         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
22030
22031 2006-12-23  Bruno Haible  <bruno@clisp.org>
22032
22033         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
22034         S_ISLNK.
22035         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
22036         mingw.
22037
22038 2006-12-22  Bruno Haible  <bruno@clisp.org>
22039
22040         * lib/copy-file.c: Include acl.h.
22041         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
22042         Close the file descriptors only after being done with copy_acl.
22043         * modules/copy-file (Depends-on): Add acl.
22044
22045 2006-12-22  Bruno Haible  <bruno@clisp.org>
22046
22047         * gnulib-tool (SED): New variable.
22048         Use $SED instead of sed everywhere.
22049
22050 2006-12-22  Bruno Haible  <bruno@clisp.org>
22051
22052         * modules/no-c++: New file.
22053         * m4/no-c++.m4: New file.
22054         * MODULES.html.sh (Support for building libraries and executables):
22055         Add no-c++.
22056
22057 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
22058
22059         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
22060         Include <limits.h>, and use its INT_MAX to rewrite the
22061         j loop so that it does not overflow 'int'.  Problem reported by
22062         Ralf Wildenhues in
22063         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
22064         Play it safe by shifting left by 1 rather than multiplying by 2,
22065         as GCC is less likely to optimize this away when the value
22066         is signed (when it assumes overflow leads to undefined behavior).
22067         Also, don't assume time_t uses two's complement.
22068
22069 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
22070
22071         * MODULES.html.sh: New module wctype.
22072         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
22073         * lib/fnmatch.c: Don't bother to include <wchar.h> before
22074         <wctype.h>, since the new wctype module should fix this.
22075         * lib/quotearg.c: Include <wctype.h> unconditionally, since
22076         the wctype module should arrange for it.
22077         * lib/regex_internal.h: Likewise.
22078         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
22079         since the wctype module should handle this now.
22080         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
22081         * modules/fnmatch (Depends-on): Add wctype.
22082         * modules/quotearg (Depends-on): Likewise.
22083         * modules/regex (Depends-on): Likewise.
22084
22085 2006-12-19  Bruno Haible  <bruno@clisp.org>
22086
22087         * lib/strdup.h [C++]: Wrap definitions in extern "C".
22088         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
22089
22090 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22091
22092         * modules/savewd (Depends-on): Fix dependency on fcntl.
22093
22094 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22095
22096         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
22097         conforms to C99, rather than relying on the user's environment
22098         setting of STDINT_H.
22099
22100 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22101         and Eric Blake  <ebb9@byu.net>
22102
22103         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
22104         This is more consistent with the other defines here.
22105         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
22106         Port to z/OS.  Problem reported by Paul Gilmartin.
22107         Change local vars to use gl_ prefix rather than ac_.
22108         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
22109         with other defines.
22110         * modules/double-slash-root: New module.
22111         * modules/dirname (Files): Remove m4/double-slash-root.m4.
22112         (Depends-on): Add double-slash-root.
22113         * MODULES.html.sh (File system functions): Mention new module.
22114
22115 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
22116
22117         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
22118         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
22119         This is for the benefit of gzip, which doesn't do i18n.
22120
22121 2006-12-12  Jim Meyering  <jim@meyering.net>
22122
22123         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
22124         Reported by Andreas Schwab <schwab@suse.de>.
22125
22126 2006-12-12  Bruno Haible  <bruno@clisp.org>
22127
22128         Merge these changes.
22129         2006-09-05  Bruno Haible  <bruno@clisp.org>
22130         * lib/iconvme.c (iconv_string): No need to save and restore errno when
22131         iconv_alloc succeeded.
22132         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
22133         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
22134         test for " && dest " at the end - dest is always != NULL there. Call
22135         iconv with 4xNULL arguments initially, to reset the state. Call iconv
22136         with 2xNULL arguments, also to flush the state storage. Handle the
22137         IRIX iconv behaviour. Realloc the final result, to throw away unused
22138         memory.
22139
22140 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
22141
22142         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
22143         and fchmodat unconditionally, since glibc 2.4 has them.
22144         Problem reported by Arkadiusz Miskiewicz.
22145
22146 2006-12-10  Bruno Haible  <bruno@clisp.org>
22147
22148         * gnulib-tool (func_import): Show the include files only for those
22149         modules that are copied and specified.
22150         Reported by Karl Berry.
22151
22152 2006-12-08  Jim Meyering  <jim@meyering.net>
22153
22154         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
22155         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
22156
22157         * build-aux/announce-gen: Add two new options, both optional:
22158         --bootstrap-tools=TOOL_LIST
22159               a comma-separated list of tools, e.g.,
22160               autoconf,automake,bison,gnulib
22161         --gnulib-snapshot-date=DATE
22162               if gnulib is in the bootstrap tool list,
22163               then report this as the snapshot date.
22164               If not specified, use the current date/time.
22165               If you specify a date here, be sure it's UTC.
22166
22167 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22168
22169         * tests/test-argp-2.sh: Fix test to match actual output.
22170         (func_compare): Fix sed script to be portable.
22171
22172 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
22173
22174         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
22175         workaround for this case.  It is not autoconfigured now; offhand
22176         it's hard to see how to autoconfigure it.
22177
22178 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
22179
22180         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
22181         a directory that is about to be chowned.  Such a directory's
22182         initial file permissions should permit the owner only and this
22183         should not be changed until after the chown, since the group and
22184         other bits would be incorrect if they granted permission before
22185         the chown.
22186
22187         Fix porting problem for iswctype reported by Georg Schwarz in:
22188         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
22189         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
22190         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
22191         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
22192         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
22193
22194 2006-12-03  Jim Meyering  <jim@meyering.net>
22195
22196         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
22197         p->fts_statp may not yet be defined.
22198         (fts_read): Instead, set it in the caller, once p->fts_statp is
22199         sure to be defined, and corresponds to a top-level directory.
22200         This bug made du -x fail.  Here's the coreutils test case:
22201         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
22202         Reported by Mike Frysinger.
22203
22204 2006-12-01  Jim Meyering  <jim@meyering.net>
22205
22206         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
22207         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
22208         Reported by Simon Josefsson.
22209
22210 2006-11-30  Jim Meyering  <jim@meyering.net>
22211
22212         * m4/warning.m4: Use the all-permissive copyright notice
22213         recommended by RMS (rather than LGPL).
22214         * m4/vararrays.m4: Likewise.
22215         * m4/flexmember.m4: Likewise.
22216
22217 2006-11-29  Bruno Haible  <bruno@clisp.org>
22218
22219         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22220         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
22221         using +=.
22222         Reported by Simon Josefsson <simon@josefsson.org>.
22223
22224 2006-11-28  James Youngman <jay@gnu.org>
22225
22226         * README: Advise users that they might find the bug-gnulib@gnu.org
22227         and autotools-announce@gnu.org mailing lists useful.
22228
22229 2006-11-28  Bruno Haible  <bruno@clisp.org>
22230
22231         * m4/ptrdiff_max.m4: Remove file.
22232
22233 2006-11-21  Bruno Haible  <bruno@clisp.org>
22234
22235         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
22236         _AC_COMPUTE_INT.
22237         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22238         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
22239         _AC_COMPUTE_INT.
22240         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22241         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
22242         _AC_COMPUTE_INT.
22243         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22244
22245 2006-11-28  Jim Meyering  <jim@meyering.net>
22246
22247         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
22248         warning from "gcc -Wshadow" about shadowing the builtin.
22249
22250 2006-11-27  Bruno Haible  <bruno@clisp.org>
22251
22252         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
22253         _AC_COMPUTE_INT.
22254         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22255
22256 2006-11-27  Bruno Haible  <bruno@clisp.org>
22257             Paul Eggert  <eggert@cs.ucla.edu>
22258
22259         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
22260
22261 2006-11-26  Bruno Haible  <bruno@clisp.org>
22262
22263         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22264         noinst_LTLIBRARIES.
22265
22266 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
22267             Bruno Haible  <bruno@clisp.org>
22268
22269         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
22270         if compiling with "gcc -ansi".
22271
22272 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
22273
22274         Fix some incompatibilities with gcc -ansi -pedantic.
22275         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
22276         if compiling pedantically with GCC, unless it's C99 or later.
22277         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
22278         it mishandles gcc -ansi -pedantic as well.
22279         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
22280         if gcc -pedantic.
22281         * lib/regexec.c (check_node_accept_bytes): Don't use auto
22282         initializers for struct if -pedantic, unless it's C99 or later.
22283
22284 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
22285
22286         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
22287         Don't close an fd more than once. Identical atimes indicate
22288         success, not failure.
22289
22290 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
22291
22292         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
22293
22294 2006-11-23  Jim Meyering  <jim@meyering.net>
22295
22296         * build-aux/announce-gen: New file.  From coreutils.
22297
22298 2006-11-22  Jim Meyering  <jim@meyering.net>
22299
22300         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
22301         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
22302         (fts_read): Use a temporary to narrow the overused st_size member
22303         before using it in a switch statement.  Reported by Matthew Woehlke.
22304
22305         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
22306         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
22307
22308 2006-11-20  Bruno Haible  <bruno@clisp.org>
22309
22310         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
22311         changequote instead of pairs of brackets.
22312         Reported by Andreas Schwab <schwab@suse.de>.
22313
22314 2006-11-21  Jim Meyering  <jim@meyering.net>
22315
22316         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
22317         so as to remain compatible with older compilers.
22318         Patch from Michael Deutschmann.
22319
22320 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22321
22322         * MODULES.html.sh (File system functions): Add openat.
22323
22324         * lib/openat.h (rpl_fstatat): New macro, if
22325         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
22326         (fstatat): Define to rpl_fstatat under the same conditions,
22327         unless COMPILING_FSTATAT.
22328         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
22329         seems to have the bug.
22330         * lib/fstatat.c: New file.
22331         * modules/openat (Files): Add it.
22332
22333 2006-11-20  Bruno Haible  <bruno@clisp.org>
22334
22335         * Makefile: New file.
22336
22337 2006-11-20  Jim Meyering  <jim@meyering.net>
22338
22339         The beginnings of syntax-related checks for gnulib.
22340         * lib/Makefile: New file.
22341         * lib/t-idcache: New script.  Ensure that the two halves of
22342         idcache.c stay in sync.
22343
22344         * lib/idcache.c: Adjust comments in user- and group- portions to
22345         be more accurate, and to be consistent with one another.
22346
22347 2006-11-20  Jim Meyering  <jim@meyering.net>
22348
22349         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
22350         continue using the flexible array member (thus, this module performs
22351         half as many malloc calls), with the addition that...
22352         (getgroup, getuser): Consistently record a non-match via an empty
22353         "name" string, and map an empty string match to a NULL return value.
22354         * modules/idcache (Depends-on): Re-add flexmember.
22355
22356         * lib/idcache.c (getuser): Remove all uses of the register keyword.
22357         (getuidbyname, getgroup, getgidbyname): Likewise.
22358
22359         Use cleaner syntax: NULL rather than 0.
22360         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
22361
22362 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22363
22364         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
22365         It mishandled the case where the group was missing.
22366         Problem reported by Greg Schafer.
22367         * modules/idcache: Likewise.
22368
22369 2006-11-18  Jim Meyering  <jim@meyering.net>
22370
22371         * check-module (%exempt_header): Add exception for some
22372         conditionally-included headers.
22373
22374         * modules/i-ring (Depends-on): Add verify.
22375         (License): Change to LGPL.
22376
22377 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22378
22379         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
22380         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
22381         and inttostr.h.  Use snprintf rather than uinttostr, so that
22382         LGPLed code doesn't depend on GPLed.
22383
22384 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22385
22386         * modules/inline (License): Change from GPL to LGPL.
22387
22388 2006-11-17  Jim Meyering  <jim@meyering.net>
22389
22390         * modules/d-type (License): Switch to LGPL.
22391
22392 2006-11-15  Bruno Haible  <bruno@clisp.org>
22393
22394         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
22395
22396 2006-11-15  Eric Blake  <ebb9@byu.net>
22397
22398         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
22399         the module dependency.
22400
22401 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22402             Bruno Haible  <bruno@clisp.org>
22403
22404         * gnulib-tool (func_create_testdir): Add license consistency check.
22405
22406 2006-11-15  Eric Blake  <ebb9@byu.net>
22407
22408         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
22409         random "(cached)" in configure output.
22410
22411 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22412
22413         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
22414         test for conforming inttypes.h is both announced and cached.
22415
22416         * MODULES.html.sh (seen_modules, seen_files): New variables.
22417         (func_module): Rewrite to use a few less gnulib-tool and sed
22418         invocations.  Avoid a couple of quadratic algorithms for ...
22419         (missed_modules, missed_files): ... these, with ...
22420         (func_append, func_tmpdir): ... these new functions, from
22421         gnulib-tool.  Analogously, install traps for cleanup.
22422
22423         * tests/test-gc.c (main): Remove unused variables.
22424         * tests/test-read-file.c: Include stdlib.h, for 'free'.
22425
22426 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
22427
22428         * modules/inttostr (License): Change to LGPL.
22429
22430 2006-11-14  Eric Blake  <ebb9@byu.net>
22431
22432         * modules/tempname (License): Change to LGPL.
22433
22434 2006-11-14  Eric Blake  <ebb9@byu.net>
22435
22436         * doc/functions.texi (Function Portability): *printf functions on
22437         Cygwin now understand all POSIX size specifiers.
22438
22439 2006-11-14  Bruno Haible  <bruno@clisp.org>
22440
22441         * modules/c-ctype (License): Change to LGPL.
22442
22443 2006-11-12  Bruno Haible  <bruno@clisp.org>
22444
22445         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
22446         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
22447         for GNOME libraries, for which the include files are installed in
22448         subdirectories of $prefix/include.
22449
22450 2006-11-12  Bruno Haible  <bruno@clisp.org>
22451
22452         * m4/lib-link.m4: Require at least autoconf-2.54.
22453         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
22454         name to underscores for the --with option.
22455
22456 2006-11-13  Bruno Haible  <bruno@clisp.org>
22457
22458         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
22459         the tests directory.
22460         Reported by Ralf Wildenhues.
22461
22462 2006-11-13  Bruno Haible  <bruno@clisp.org>
22463
22464         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
22465         (func_emit_initmacro_end): Undo the override here.
22466         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
22467         Works around the famous automake error in coreutils.
22468
22469 2006-11-13  Eric Blake  <ebb9@byu.net>
22470
22471         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
22472         element, not its node.
22473
22474 2006-11-12  Bruno Haible  <bruno@clisp.org>
22475
22476         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
22477         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
22478
22479 2006-11-12  Bruno Haible  <bruno@clisp.org>
22480
22481         * gnulib-tool: New option --local-symlink.
22482         (func_usage): Document it.
22483         (lsymbolic): New variable.
22484         (func_import, func_create_testdir): If --symlink was not specified,
22485         test whether --local-symlink was specified and the file comes from
22486         the local_gnulib_dir.
22487
22488 2006-11-12  Bruno Haible  <bruno@clisp.org>
22489
22490         * gnulib-tool (func_ln): New function.
22491         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
22492
22493 2006-11-12  Bruno Haible  <bruno@clisp.org>
22494
22495         Finish support for source files in subdirectories.
22496         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
22497         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
22498         AUTOMAKE_OPTIONS.
22499         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
22500
22501 2006-11-12  Bruno Haible  <bruno@clisp.org>
22502
22503         * gnulib-tool (func_get_automake_snippet): Synthesize also an
22504         EXTRA_lib_SOURCES augmentation.
22505         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
22506
22507 2006-11-12  Jim Meyering  <jim@meyering.net>
22508
22509         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
22510         file descriptors.  This also averts a failure on systems with
22511         native openat support when a traversed directory lacks "x" access.
22512         * lib/fts_.h: Include "i-ring.h"
22513         (struct FTS) [fts_fd_ring]: New member.
22514         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
22515         (FCHDIR): Add parentheses.
22516         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
22517         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
22518         When descending, rather than simply closing the previous
22519         fts_cwd_fd value, push that file descriptor onto the ring.
22520         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
22521         (fts_open): Initialize the new fd_ring member.
22522         (fts_close): Clear the ring.
22523         (fts_safe_changedir): When possible, use our new fd_ring to skip
22524         the diropen and fstat and dev/ino comparison that would normally
22525         accompany a virtual `chdir ("..")'.
22526
22527         * modules/fts (Depends-on): Add i-ring.
22528         * modules/i-ring: New module.
22529         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
22530         * m4/i-ring.m4: New file.
22531
22532 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22533
22534         * gnulib-tool (func_create_testdir): Fix replacement of
22535         `build-aux' in configure.ac.  Run autotools in gltests
22536         subdirectory.
22537         (func_create_testdir, func_create_megatestdir, test): There is
22538         no need for '--force' in most autotool invocations in a new
22539         tree.  Actually fail the whole test if any of the tools, or the
22540         configure or make stages fail.
22541
22542         Sync from Automake.
22543         * build-aux/gnupload: Revert last change.  Add pointer to upload
22544         instructions of the GNU Maintenance Instructions.
22545         Suggestion by Karl Berry.
22546
22547 2006-11-10  Jim Meyering  <jim@meyering.net>
22548
22549         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
22550
22551 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22552
22553         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
22554         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
22555         (bind_textdomain_codeset) [! ENABLE_NLS]:
22556         Evaluate all the arguments.  That way, callers get compatible behavior
22557         if the arguments have side effects.  Also, it avoids some GCC
22558         diagnostics in some cases; Joel E. Denny reported problems when Bison
22559         was configured with --enable-gcc-warnigs.
22560
22561 2006-11-10  Jim Meyering  <jim@meyering.net>
22562
22563         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
22564         relevant options in CFLAGS (like -O, -fno-inline) are taken into
22565         account.
22566
22567 2006-11-10  Jim Meyering  <jim@meyering.net>
22568
22569         * modules/inline: New file/module.
22570         * modules/xalloc (Files): Remove m4/inline.m4.
22571         (Depends-on): Add inline, instead.
22572         * modules/oset: Likewise.
22573         * modules/list: Likewise.
22574
22575 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22576
22577         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
22578         Problem reported by Matthew Woehlke.
22579
22580 2006-11-09  Bruno Haible  <bruno@clisp.org>
22581
22582         * lib/tempname.c (gen_tempname): Remove variant that invokes
22583         __gen_tempname.
22584         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
22585         __gen_tempname.
22586
22587 2006-11-08  Bruno Haible  <bruno@clisp.org>
22588
22589         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
22590         to 'yes' instead of 'cross-compiling'.
22591
22592 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
22593
22594         * lib/quotearg.h (quotearg_free): New decl.
22595         * lib/quotearg.c (quotearg_free): New function.
22596         (slot0, nslots, slotvec0, slotvec):
22597         Now file-scope so that quotearg_free can get at them.
22598
22599 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22600
22601         Sync from Automake.
22602         * build-aux/gnupload: Add missing 'gnu' to example URL.
22603         Report by Karl Berry.
22604
22605 2006-11-08  Bruno Haible  <bruno@clisp.org>
22606
22607         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
22608         Suggested by Paul Eggert.
22609
22610 2006-11-08  Jim Meyering  <jim@meyering.net>
22611
22612         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
22613         It's already included if !_LIBC.
22614         (fts_safe_changedir): Add a comment.
22615
22616 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
22617
22618         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
22619         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
22620         Matthew Woehlke.
22621
22622         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
22623         definitions up, to avoid colliding with change below.
22624         (static_inline) [HAVE_INLINE]: New macro.
22625         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
22626         Provide extern decls when !HAVE_INLINE.  Do not define unless
22627         static_inline is defined, either by us or by xmalloc.c.  Use
22628         static_inline rather than static inline.
22629         (XCALLOC): Optimize sizeof(T) = 1 case.
22630         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
22631
22632 2006-11-07  Bruno Haible  <bruno@clisp.org>
22633
22634         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
22635         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
22636         AC_C_INLINE.
22637         * modules/xalloc (Files): Add m4/inline.m4.
22638
22639 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22640
22641         * README: Fix typo.
22642         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
22643         (Miscellanous Notes): ...from this.
22644
22645 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
22646
22647         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
22648         Mention that offsetof should be used instead of sizeof.
22649         From Bruno Haible.
22650
22651 2006-11-07  Bruno Haible  <bruno@clisp.org>
22652
22653         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
22654
22655 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
22656
22657         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
22658         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
22659         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
22660         (gl_tree_add_before, gl_tree_add_after):
22661         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
22662         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
22663         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
22664         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
22665         (gl_linked_add_after, gl_linked_add_at): Likewise.
22666         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
22667         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
22668         (gl_tree_add_before, gl_tree_add_after): Likewise.
22669         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
22670         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
22671         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
22672
22673 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22674
22675         * lib/gl_oset.h: Use C comment style, not C++ comment style.
22676
22677 2006-11-06  Bruno Haible  <bruno@clisp.org>
22678
22679         * m4/inline.m4: New file.
22680         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
22681         * modules/list (Files): Add m4/inline.m4.
22682         * modules/oset (Files): Likewise.
22683
22684 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
22685
22686         * lib/idcache.c: Include <stddef.h>, for offsetof.
22687         (struct userid.name): Change from char * to a flexible array member.
22688         All uses changed.
22689         * modules/idcache (Depends-on): Add flexmember.
22690
22691         * MODULES.html.sh (Core language properties): New module flexmember.
22692         * modules/flexmember, m4/flexmember.m4: New files.
22693
22694         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
22695         inline functions that are identical with the old xnmalloc_inline,
22696         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
22697         that we can avoid some unnecessary integer multiplications and
22698         divisions in the common case where the element size is known at
22699         compile time.
22700         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
22701         needed.
22702         (xnboundedmalloc): Remove.
22703         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
22704         arguments, for consistency with rest of this header.
22705         (xcharalloc): Rewrite using XNMALLOC.
22706         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
22707         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
22708         versions have been moved to lib/xalloc.h and renamed to be the
22709         non-*_inline versions.
22710         (xmalloc, xrealloc): Implement without reference to the xnmalloc
22711         and xnrealloc functions, since those functions are now inline and
22712         now call us.
22713         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
22714         renaming described above.
22715         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
22716         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
22717         captures the dependency in AC_C_INLINE.
22718
22719         New module canonicalize-lgpl, proposed by Charles Wilson in
22720         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
22721         with a few small changes afterwards.
22722         * MODULES.html.sh (File system functions): New module
22723         canonicalize-lgpl.
22724         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
22725         and canonicalize_file_name.
22726         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
22727         * modules/canonicalize-lgpl: New files.
22728
22729 2006-11-05  Bruno Haible  <bruno@clisp.org>
22730
22731         * gnulib-tool (func_import, func_create_testdir): Create directories
22732         also for files in subdirectories of lib/.
22733
22734 2006-11-05  Bruno Haible  <bruno@clisp.org>
22735
22736         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
22737         ANSI C compliant.
22738
22739 2006-11-03  Bruno Haible  <bruno@clisp.org>
22740
22741         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
22742         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
22743         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
22744         (xnboundedmalloc): New inline function.
22745         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
22746         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
22747         xmalloc.
22748         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
22749         xmalloc.
22750         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
22751         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
22752         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
22753         xmalloc.
22754         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
22755         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
22756         xmalloc.
22757         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
22758         gl_tree_add_after): Use XMALLOC instead of xmalloc.
22759         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
22760         xmalloc.
22761         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
22762         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
22763         gl_tree_add_after): Use XMALLOC instead of xmalloc.
22764         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
22765         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
22766         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
22767         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
22768
22769 2006-11-03  Bruno Haible  <bruno@clisp.org>
22770
22771         * lib/c-ctype.h [C++]: Define functions without name mangling.
22772         * lib/fwriteerror.h [C++]: Likewise.
22773         * lib/gcd.h [C++]: Likewise.
22774         * lib/linebreak.h [C++]: Likewise.
22775
22776 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22777
22778         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
22779         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
22780         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
22781         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
22782         Check for functions and headers just once.
22783         Check for declaration of canonicalize_file_name.
22784         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
22785
22786 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
22787
22788         * gnulib-tool (func_import): Fix typo in actioncmd.
22789
22790 2006-11-02  Bruno Haible  <bruno@clisp.org>
22791
22792         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
22793         newline sequence in the Makefile.am snippet as a space, like "make"
22794         does.
22795         Reported by Roger Persson <perrog@gmail.com>.
22796
22797 2006-11-01  Bruno Haible  <bruno@clisp.org>
22798
22799         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
22800         already declared in <string.h>.
22801         * lib/strcase.h (strncasecmp): Don't declare it if yes.
22802
22803 2006-11-01  Bruno Haible  <bruno@clisp.org>
22804
22805         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
22806         * lib/strcase.h: Include <string.h>.
22807         (strcasecmp): Define to rpl_strcasecmp here.
22808
22809 2006-11-01  Bruno Haible  <bruno@clisp.org>
22810
22811         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
22812
22813 2006-11-01  Eric Blake  <ebb9@byu.net>
22814
22815         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
22816
22817         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
22818
22819 2006-10-29  Bruno Haible  <bruno@clisp.org>
22820
22821         Make it compile in C++ mode.
22822         * lib/full-write.c (full_rw): Add a cast.
22823
22824 2006-11-01  Bruno Haible  <bruno@clisp.org>
22825
22826         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
22827         be POSIX compliant.
22828         Reported by Roger Persson <perrog@gmail.com>.
22829
22830 2006-11-01  Eric Blake  <ebb9@byu.net>
22831
22832         * lib/getopt_.h: Fix comments.
22833
22834 2006-10-31  Eric Blake  <ebb9@byu.net>
22835
22836         * modules/tmpdir (Depends-on): Add sys_stat.
22837         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
22838         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
22839         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
22840         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
22841         tempname.
22842
22843 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
22844
22845         Avoid some C++ diagnostics reported by Bruno Haible.
22846         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
22847         xmalloc.
22848         (quotearg_alloc): Use xcharalloc rather than xmalloc.
22849         (struct slotvec): Move to top level.
22850         (quotearg_n_options): Rewrite to avoid xmalloc.
22851         * lib/xalloc.h (xcharalloc): New function.
22852         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
22853         [defined __cplusplus]: Add function template that provides result
22854         type propagation.  This part of the change is from Bruno Haible.
22855
22856 2006-10-29  Bruno Haible  <bruno@clisp.org>
22857
22858         Make it compile in C++ mode.
22859         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
22860         * lib/strnlen1.c (strnlen1): Cast memchr result.
22861         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
22862         * lib/clean-temp.c (string_equals, string_hash): Add casts.
22863         (create_temp_dir): Rename local variable 'template'.
22864         (compile_csharp_using_sscli): Add cast.
22865         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
22866         * lib/findprog.c (find_in_path): Likewise.
22867         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
22868         * lib/wait-process.c (register_slave_subprocess): Likewise.
22869
22870 2006-10-22  Bruno Haible  <bruno@clisp.org>
22871
22872         * modules/tsearch: New file.
22873         * lib/tsearch.h: New file.
22874         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
22875         * m4/tsearch.m4: New file.
22876         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
22877
22878 2006-10-29  Eric Blake  <ebb9@byu.net>
22879
22880         * lib/arcfour.c: Assume config.h.
22881         * lib/arctwo.c: Likewise.
22882         * lib/base64.c: Likewise.
22883         * lib/check-version.c: Likewise.
22884         * lib/crc.c: Likewise.
22885         * lib/des.c: Likewise.
22886         * lib/gc-gnulib.c: Likewise.
22887         * lib/gc-libgcrypt.c: Likewise.
22888         * lib/gc-pbkdf2-sha1.c: Likewise.
22889         * lib/getaddrinfo.c: Likewise.
22890         * lib/getdelim.c: Likewise.
22891         * lib/getline.c: Likewise.
22892         * lib/hmac-md5.c: Likewise.
22893         * lib/hmac-sha1.c: Likewise.
22894         * lib/iconvme.c: Likewise.
22895         * lib/md2.c: Likewise.
22896         * lib/md4.c: Likewise.
22897         * lib/memxor.c: Likewise.
22898         * lib/read-file.c: Likewise.
22899         * lib/readline.c: Likewise.
22900         * lib/rijndael-alg-fst.c: Likewise.
22901         * lib/rijndael-api-fst.c: Likewise.
22902         * lib/xgetdomainname.c: Likewise.
22903
22904 2006-10-28  Eric Blake  <ebb9@byu.net>
22905
22906         * lib/xstrndup.c: Assume config.h.
22907
22908 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
22909
22910         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
22911         stat-macros.h is now for our own macros, whereas stat_h is for
22912         macros in the <sys/stat.h> name space.
22913         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
22914         (STAT_MACROS_H): Remove.
22915         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
22916         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
22917         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
22918         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
22919         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
22920         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
22921         Move these macros to ...
22922         * lib/stat_.h: here.  Don't include stat-macros.h.
22923         * lib/canonicalize.c: Don't include stat-macros.h.
22924         * lib/chown.c: Likewise.
22925         * lib/euidaccess.c: Likewise.
22926         * lib/file-type.c: Likewise.
22927         * lib/filemode.c: Likewise.
22928         * lib/glob.c: Likewise.
22929         * lib/isapipe.c: Likewise.
22930         * lib/lchown.c: Likewise.
22931         * lib/lstat.c: Likewise.
22932         * lib/mkdir-p.c: Likewise.
22933         * lib/rmdir.c: Likewise.
22934         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
22935         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
22936         unless mkdir isn't declared, to speed up 'configure'.
22937         Always create sys/stat.h, since it's unlikely any real sys/stat.h
22938         would define all the S_* symbols.
22939         * modules/canonicalize (Depends-on):
22940         Depend on sys_stat, not stat-macros.
22941         * modules/chown: Likewise.
22942         * modules/euidaccess: Likewise.
22943         * modules/filemode: Likewise.
22944         * modules/file-type: Likewise.
22945         * modules/glob: Likewise.
22946         * modules/isapipe: Likewise.
22947         * modules/lchown: Likewise.
22948         * modules/lstat: Likewise.
22949         * modules/mkancesdirs: Likewise.
22950         * modules/rmdir: Likewise.
22951         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
22952         * modules/modechange: Likewise.
22953         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
22954         (configure.ac): Remove gl_STAT_MACROS.
22955         * modules/sys_stat (Depends-on): Remove stat-macros.
22956
22957 2006-10-27  Bruno Haible  <bruno@clisp.org>
22958
22959         * m4/signed.m4: Remove file.
22960         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
22961         invocation.
22962         * modules/vasnprintf (Files): Remove m4/signed.m4.
22963
22964 2006-10-27  Bruno Haible  <bruno@clisp.org>
22965
22966         Update to GNU gettext 0.16.
22967         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
22968         m4/inttypes-h.m4, m4/signed.m4.
22969         * m4/gettext.m4: Update to GNU gettext 0.16.
22970         * m4/intl.m4: New file, from GNU gettext.
22971         * m4/intldir.m4: New file, from GNU gettext.
22972         * config/srclist.txt: Update
22973
22974 2006-10-27  Eric Blake  <ebb9@byu.net>
22975
22976         * MODULES.html.sh: Document tempname.
22977         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
22978         dependencies.
22979         (Files): Move lib/tempname.c...
22980         * modules/tempname: ...to this new module.
22981         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
22982         (gl_PREREQ_TEMPNAME): Move...
22983         * m4/tempname.m4: ...to this new file.
22984         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
22985         * modules/sys_stat (Depends-on): Add stat-macros.
22986         * lib/stat_.h (includes): Pick up stat macros.
22987         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
22988         if stat macros are broken.
22989         * lib/tempname.c (includes): No need to include "stat-macros.h".
22990         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
22991         (direxists, __path_search) [!_LIBC]: Don't compile these in
22992         gnulib; the tmpdir module covers that.
22993         * lib/tempname.h: New file.
22994
22995 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
22996
22997         * COPYING: Explain how gnulib-tool converts licence headers.
22998         Almost all wording by Eric Blake.
22999
23000 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
23001
23002         * lib/mbchar.h (is_basic_table): Make read-only.
23003         * lib/mbchar.c (is_basic_table): Likewise.
23004         Reported by John Darrington.
23005
23006 2006-10-25  Bruno Haible  <bruno@clisp.org>
23007
23008         * lib/progname.h (set_program_name): Undefine before defining.
23009
23010 2006-10-25  Bruno Haible  <bruno@clisp.org>
23011
23012         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
23013         false for non-gcc C++ compilers.
23014         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
23015
23016 2006-10-24  Bruno Haible  <bruno@clisp.org>
23017
23018         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
23019         iconv implementations like Irix iconv.
23020
23021 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23022
23023         * modules/vararrays: New file.
23024         * m4/vararrays.m4: New file, taken from diffutils.
23025         * MODULES.html.sh: New module vararrays.
23026
23027 2006-10-24  Karl Berry  <karl@gnu.org>
23028
23029         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
23030         Don't call GNU Unix.
23031
23032 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23033
23034         * users.txt: Add Libtool.
23035
23036         Sync from Libtool:
23037
23038         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23039
23040         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
23041         to gnulib's policy of including config.h unconditionally.
23042
23043 2006-10-24  Bruno Haible  <bruno@clisp.org>
23044
23045         * modules/wcwidth (Files): Add m4/wint_t.m4.
23046         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
23047         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
23048
23049 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23050
23051         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
23052         to pacify GCC with some -W flags enabled.  Problem reported by
23053         Bruno Haible.
23054
23055 2006-10-24  Jim Meyering  <jim@meyering.net>
23056
23057         * MODULES.html.sh: Remove uinttostr.  It's not a module.
23058         Reported by Karl Berry.
23059
23060 2006-10-23  Bruno Haible  <bruno@clisp.org>
23061
23062         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
23063
23064 2006-10-24  Bruno Haible  <bruno@clisp.org>
23065
23066         * lib/gl_list.h: Use C comment style, not C++ comment style.
23067
23068 2006-10-23  Eric Blake  <ebb9@byu.net>
23069
23070         * lib/getaddrinfo.c (includes): Add missing include.
23071
23072 2006-10-23  Bruno Haible  <bruno@clisp.org>
23073             Paul Eggert  <eggert@cs.ucla.edu>
23074
23075         Ability to rename obstack_free.
23076         * lib/obstack.h (__obstack_free): New macro. Declare instead of
23077         obstack_free.
23078         (obstack_free): Invoke the __obstack_free macro.
23079         * lib/obstack.c (obstack_free): Use __obstack_free macro.
23080
23081 2006-10-23  Bruno Haible  <bruno@clisp.org>
23082             Paul Eggert  <eggert@cs.ucla.edu>
23083
23084         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
23085         __argc, __argv from the declaration. (They are defined as macros on
23086         mingw.)
23087
23088 2006-10-22  Bruno Haible  <bruno@clisp.org>
23089
23090         * doc/gnulib-intro.texi: New file.
23091         * doc/gnulib.texi: Include it.
23092
23093 2006-10-21  Bruno Haible  <bruno@clisp.org>
23094
23095         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
23096         "Introduction", "Miscellanous Notes", "Particular Modules".
23097
23098 2006-10-21  Bruno Haible  <bruno@clisp.org>
23099
23100         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23101         Change mostlyclean-local rule to avoid sh syntax error from bash
23102         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
23103
23104 2006-10-23  Jim Meyering  <jim@meyering.net>
23105
23106         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
23107         in place of snprintf.
23108
23109         * modules/inttostr (Files): Add lib/uinttostr.c.
23110         * lib/uinttostr.c (inttostr): New file/function.
23111         * lib/inttostr.h (uinttostr): Declare.
23112         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
23113         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
23114         Add uinttostr.
23115         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
23116
23117 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
23118
23119         * lib/canonicalize.c (ELOOP): Define if not already defined.
23120         Problem reported by Bruno Haible in
23121         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
23122
23123 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
23124
23125         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
23126         Problem reported by Perry Smith and Ville Laurikari.
23127
23128         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
23129         uses.
23130
23131 2006-10-19  Bruno Haible  <bruno@clisp.org>
23132
23133         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
23134         for mingw.
23135
23136 2006-10-19  Bruno Haible  <bruno@clisp.org>
23137
23138         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
23139         Needed for mingw.
23140
23141 2006-10-19  Bruno Haible  <bruno@clisp.org>
23142
23143         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
23144
23145 2006-10-19  Bruno Haible  <bruno@clisp.org>
23146
23147         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
23148         it.
23149
23150 2006-10-19  Bruno Haible  <bruno@clisp.org>
23151
23152         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
23153         invocation.
23154
23155 2006-10-19  Bruno Haible  <bruno@clisp.org>
23156
23157         * gnulib-tool (func_create_testdir): Don't include ftruncate and
23158         mountlist by default.
23159
23160 2006-10-16  Bruno Haible  <bruno@clisp.org>
23161
23162         * lib/c-strstr.c: Include c-strstr.h.
23163
23164 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
23165
23166         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
23167         in a slash.
23168
23169 2006-10-18  Bruno Haible  <bruno@clisp.org>
23170
23171         * lib/lock.h [C++]: Wrap definitions in extern "C".
23172
23173 2006-10-18  Bruno Haible  <bruno@clisp.org>
23174
23175         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
23176         gl_LIBOBJS list.
23177
23178 2006-10-18  Bruno Haible  <bruno@clisp.org>
23179
23180         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
23181
23182 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
23183
23184         * lib/xstrtol.h: Include gettext.h.
23185         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
23186         Problem reported by Eric Blake.
23187         * modules/xstrtol (Depends-on): Add gettext-h.
23188
23189 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
23190
23191         * lib/strftime.c (advance): New macro.
23192         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
23193         incomplete type, so you can't add 0 to it.  Problem and patch
23194         reported by Eelco Dolstra for dietlibc.
23195
23196 2006-10-18  Jim Meyering  <jim@meyering.net>
23197
23198         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
23199         type for a local, and rename it: s/up/user_proc/.
23200
23201 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
23202
23203         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
23204         READ_UTMP_USER_PROCESS.
23205         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
23206
23207 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
23208
23209         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
23210         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
23211
23212 2006-10-17  Eric Blake  <ebb9@byu.net>
23213
23214         * lib/sigprocmask.c (sigprocmask): Fix typo.
23215
23216         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
23217
23218         * modules/clean-temp (Makefile.am): Don't add to make output...
23219         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
23220         config.h.
23221
23222 2006-10-17  Bruno Haible  <bruno@clisp.org>
23223
23224         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
23225         differently if DEFAULT_TEXT_DOMAIN is set.
23226
23227 2006-10-16  Bruno Haible  <bruno@clisp.org>
23228
23229         * lib/clean-temp.c: Include fwriteerror.h.
23230
23231 2006-10-16  Bruno Haible  <bruno@clisp.org>
23232
23233         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
23234
23235 2006-10-16  Bruno Haible  <bruno@clisp.org>
23236
23237         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
23238         * lib/sigprocmask.h: Include <sys/types.h>.
23239         (sigset_t): Use the system's definition if present.
23240
23241 2006-10-17  Eric Blake  <ebb9@byu.net>
23242
23243         * lib/xvasprintf.c (includes): Assume config.h.
23244         * lib/xasprintf.c (includes): Likewise.
23245
23246 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
23247
23248         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
23249         at least as wide as intmax_t.
23250
23251 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
23252
23253         (Imported from Automake.)
23254         * build-aux/gnupload: Update to version 1.1 of directive file.
23255
23256 2006-10-16  Eric Blake  <ebb9@byu.net>
23257
23258         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
23259         match Automake 1.10a.
23260
23261 2006-10-14  Bruno Haible  <bruno@clisp.org>
23262
23263         * modules/sigprocmask: New file.
23264         * lib/sigprocmask.h: New file.
23265         * lib/sigprocmask.c: New file.
23266         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
23267         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
23268         request sigprocmask.o.
23269         (gl_PREREQ_SIGPROCMASK): New macro.
23270         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
23271         (Depends-on): Add sigprocmask.
23272         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
23273         gt_SIGNALBLOCKING. Test for 'raise' only once.
23274         * lib/fatal-signal.c: Include sigprocmask.h.
23275         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
23276         unblock_fatal_signals): Define always.
23277         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23278         sigprocmask.
23279
23280 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
23281
23282         Sync from Automake.
23283         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
23284         which incorrectly sets the mode of an existing destination
23285         directory.  In some cases the unpatched install-sh could do the
23286         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
23287         system.  We hope this is rare in practice, but it's clearly worth
23288         fixing.  Problem reported by Alex Unleashed in
23289         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
23290         Also, don't bother to check for -m bugs unless we're using -m;
23291         suggested by Stepan Kasal.
23292
23293 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23294
23295         Sync from Automake.
23296         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
23297         `-c' flag, so they appear at the same position as in %FASTDEP%
23298         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
23299         which ignores unknown options only after the first non-option.
23300         Bug report against M4 by Nelson H. F. Beebe.
23301
23302 2006-10-13  Jim Meyering  <jim@meyering.net>
23303
23304         Fix a bug in yesterday's change.
23305         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
23306         p->fts_statp->st_dev would be used uninitialized.
23307         Ensures that we always call fts_stat on the very first entry.
23308         Miklos Szeredi reported that find -xdev stopped working.
23309
23310 2006-10-12  Bruno Haible  <bruno@clisp.org>
23311
23312         * gnulib-tool (func_get_automake_snippet): Append an automatically
23313         computed EXTRA_DIST augmentation.
23314         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
23315         * modules/alloca-opt (Makefile.am): Likewise.
23316         * modules/allocsa (Makefile.am): Likewise.
23317         * modules/arcfour (Makefile.am): Likewise.
23318         * modules/arctwo (Makefile.am): Likewise.
23319         * modules/argmatch (Makefile.am): Likewise.
23320         * modules/argz (Makefile.am): Likewise.
23321         * modules/atexit (Makefile.am): Likewise.
23322         * modules/backupfile (Makefile.am): Likewise.
23323         * modules/byteswap (Makefile.am): Likewise.
23324         * modules/c-strtod (Makefile.am): Likewise.
23325         * modules/c-strtold (Makefile.am): Likewise.
23326         * modules/calloc (Makefile.am): Likewise.
23327         * modules/canon-host (Makefile.am): Likewise.
23328         * modules/canonicalize (Makefile.am): Likewise.
23329         * modules/chdir-long (Makefile.am): Likewise.
23330         * modules/chdir-safer (Makefile.am): Likewise.
23331         * modules/check-version (Makefile.am): Likewise.
23332         * modules/chown (Makefile.am): Likewise.
23333         * modules/cloexec (Makefile.am): Likewise.
23334         * modules/close-stream (Makefile.am): Likewise.
23335         * modules/closeout (Makefile.am): Likewise.
23336         * modules/crc (Makefile.am): Likewise.
23337         * modules/csharpexec (Makefile.am): Likewise.
23338         * modules/cycle-check (Makefile.am): Likewise.
23339         * modules/des (Makefile.am): Likewise.
23340         * modules/dev-ino (Makefile.am): Likewise.
23341         * modules/dirfd (Makefile.am): Likewise.
23342         * modules/dirname (Makefile.am): Likewise.
23343         * modules/dup2 (Makefile.am): Likewise.
23344         * modules/eealloc (Makefile.am): Likewise.
23345         * modules/error (Makefile.am): Likewise.
23346         * modules/euidaccess (Makefile.am): Likewise.
23347         * modules/exclude (Makefile.am): Likewise.
23348         * modules/exitfail (Makefile.am): Likewise.
23349         * modules/fcntl-safer (Makefile.am): Likewise.
23350         * modules/fcntl (Makefile.am): Likewise.
23351         * modules/file-type (Makefile.am): Likewise.
23352         * modules/fileblocks (Makefile.am): Likewise.
23353         * modules/filemode (Makefile.am): Likewise.
23354         * modules/filenamecat (Makefile.am): Likewise.
23355         * modules/fnmatch (Makefile.am): Likewise.
23356         * modules/fopen-safer (Makefile.am): Likewise.
23357         * modules/fpending (Makefile.am): Likewise.
23358         * modules/fprintftime (Makefile.am): Likewise.
23359         * modules/free (Makefile.am): Likewise.
23360         * modules/fsusage (Makefile.am): Likewise.
23361         * modules/ftruncate (Makefile.am): Likewise.
23362         * modules/fts (Makefile.am): Likewise.
23363         * modules/gc-arcfour (Makefile.am): Likewise.
23364         * modules/gc-des (Makefile.am): Likewise.
23365         * modules/gc-hmac-md5 (Makefile.am): Likewise.
23366         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
23367         * modules/gc-md4 (Makefile.am): Likewise.
23368         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
23369         * modules/gc-sha1 (Makefile.am): Likewise.
23370         * modules/gc (Makefile.am): Likewise.
23371         * modules/getaddrinfo (Makefile.am): Likewise.
23372         * modules/getcwd (Makefile.am): Likewise.
23373         * modules/getdelim (Makefile.am): Likewise.
23374         * modules/getdomainname (Makefile.am): Likewise.
23375         * modules/getgroups (Makefile.am): Likewise.
23376         * modules/gethostname (Makefile.am): Likewise.
23377         * modules/gethrxtime (Makefile.am): Likewise.
23378         * modules/getline (Makefile.am): Likewise.
23379         * modules/getloadavg (Makefile.am): Likewise.
23380         * modules/getlogin_r (Makefile.am): Likewise.
23381         * modules/getndelim2 (Makefile.am): Likewise.
23382         * modules/getopt (Makefile.am): Likewise.
23383         * modules/getpagesize (Makefile.am): Likewise.
23384         * modules/getpass-gnu (Makefile.am): Likewise.
23385         * modules/getpass (Makefile.am): Likewise.
23386         * modules/getsubopt (Makefile.am): Likewise.
23387         * modules/gettime (Makefile.am): Likewise.
23388         * modules/gettimeofday (Makefile.am): Likewise.
23389         * modules/getugroups (Makefile.am): Likewise.
23390         * modules/getusershell (Makefile.am): Likewise.
23391         * modules/glob (Makefile.am): Likewise.
23392         * modules/group-member (Makefile.am): Likewise.
23393         * modules/hard-locale (Makefile.am): Likewise.
23394         * modules/hash (Makefile.am): Likewise.
23395         * modules/hmac-md5 (Makefile.am): Likewise.
23396         * modules/hmac-sha1 (Makefile.am): Likewise.
23397         * modules/human (Makefile.am): Likewise.
23398         * modules/idcache (Makefile.am): Likewise.
23399         * modules/imaxabs (Makefile.am): Likewise.
23400         * modules/imaxdiv (Makefile.am): Likewise.
23401         * modules/inet_ntop (Makefile.am): Likewise.
23402         * modules/inet_pton (Makefile.am): Likewise.
23403         * modules/intprops (Makefile.am): Likewise.
23404         * modules/inttostr (Makefile.am): Likewise.
23405         * modules/inttypes (Makefile.am): Likewise.
23406         * modules/isapipe (Makefile.am): Likewise.
23407         * modules/javaversion (Makefile.am): Likewise.
23408         * modules/lchmod (Makefile.am): Likewise.
23409         * modules/lchown (Makefile.am): Likewise.
23410         * modules/localcharset (Makefile.am): Likewise.
23411         * modules/long-options (Makefile.am): Likewise.
23412         * modules/lstat (Makefile.am): Likewise.
23413         * modules/malloc (Makefile.am): Likewise.
23414         * modules/mathl (Makefile.am): Likewise.
23415         * modules/mbchar (Makefile.am): Likewise.
23416         * modules/md2 (Makefile.am): Likewise.
23417         * modules/md4 (Makefile.am): Likewise.
23418         * modules/md5 (Makefile.am): Likewise.
23419         * modules/memcasecmp (Makefile.am): Likewise.
23420         * modules/memchr (Makefile.am): Likewise.
23421         * modules/memcmp (Makefile.am): Likewise.
23422         * modules/memcoll (Makefile.am): Likewise.
23423         * modules/memcpy (Makefile.am): Likewise.
23424         * modules/memmem (Makefile.am): Likewise.
23425         * modules/memmove (Makefile.am): Likewise.
23426         * modules/mempcpy (Makefile.am): Likewise.
23427         * modules/memrchr (Makefile.am): Likewise.
23428         * modules/memset (Makefile.am): Likewise.
23429         * modules/memxor (Makefile.am): Likewise.
23430         * modules/mkancesdirs (Makefile.am): Likewise.
23431         * modules/mkdir-p (Makefile.am): Likewise.
23432         * modules/mkdir (Makefile.am): Likewise.
23433         * modules/mkdtemp (Makefile.am): Likewise.
23434         * modules/mkstemp (Makefile.am): Likewise.
23435         * modules/mktime (Makefile.am): Likewise.
23436         * modules/modechange (Makefile.am): Likewise.
23437         * modules/mountlist (Makefile.am): Likewise.
23438         * modules/nanosleep (Makefile.am): Likewise.
23439         * modules/obstack (Makefile.am): Likewise.
23440         * modules/openat (Makefile.am): Likewise.
23441         * modules/pagealign_alloc (Makefile.am): Likewise.
23442         * modules/pathmax (Makefile.am): Likewise.
23443         * modules/physmem (Makefile.am): Likewise.
23444         * modules/poll (Makefile.am): Likewise.
23445         * modules/posixtm (Makefile.am): Likewise.
23446         * modules/posixver (Makefile.am): Likewise.
23447         * modules/putenv (Makefile.am): Likewise.
23448         * modules/quote (Makefile.am): Likewise.
23449         * modules/quotearg (Makefile.am): Likewise.
23450         * modules/raise (Makefile.am): Likewise.
23451         * modules/read-file (Makefile.am): Likewise.
23452         * modules/readline (Makefile.am): Likewise.
23453         * modules/readlink (Makefile.am): Likewise.
23454         * modules/readtokens (Makefile.am): Likewise.
23455         * modules/readutmp (Makefile.am): Likewise.
23456         * modules/realloc (Makefile.am): Likewise.
23457         * modules/regex (Makefile.am): Likewise.
23458         * modules/rename-dest-slash (Makefile.am): Likewise.
23459         * modules/rename (Makefile.am): Likewise.
23460         * modules/rijndael (Makefile.am): Likewise.
23461         * modules/rmdir (Makefile.am): Likewise.
23462         * modules/rpmatch (Makefile.am): Likewise.
23463         * modules/safe-read (Makefile.am): Likewise.
23464         * modules/safe-write (Makefile.am): Likewise.
23465         * modules/same-inode (Makefile.am): Likewise.
23466         * modules/same (Makefile.am): Likewise.
23467         * modules/save-cwd (Makefile.am): Likewise.
23468         * modules/savedir (Makefile.am): Likewise.
23469         * modules/setenv (Makefile.am): Likewise.
23470         * modules/settime (Makefile.am): Likewise.
23471         * modules/sha1 (Makefile.am): Likewise.
23472         * modules/sig2str (Makefile.am): Likewise.
23473         * modules/snprintf (Makefile.am): Likewise.
23474         * modules/stat-macros (Makefile.am): Likewise.
23475         * modules/stat-time (Makefile.am): Likewise.
23476         * modules/stdbool (Makefile.am): Likewise.
23477         * modules/stdint (Makefile.am): Likewise.
23478         * modules/stdlib-safer (Makefile.am): Likewise.
23479         * modules/stpcpy (Makefile.am): Likewise.
23480         * modules/stpncpy (Makefile.am): Likewise.
23481         * modules/strcase (Makefile.am): Likewise.
23482         * modules/strcasestr (Makefile.am): Likewise.
23483         * modules/strchrnul (Makefile.am): Likewise.
23484         * modules/strcspn (Makefile.am): Likewise.
23485         * modules/strdup (Makefile.am): Likewise.
23486         * modules/strerror (Makefile.am): Likewise.
23487         * modules/strftime (Makefile.am): Likewise.
23488         * modules/strndup (Makefile.am): Likewise.
23489         * modules/strnlen (Makefile.am): Likewise.
23490         * modules/strpbrk (Makefile.am): Likewise.
23491         * modules/strsep (Makefile.am): Likewise.
23492         * modules/strstr (Makefile.am): Likewise.
23493         * modules/strtod (Makefile.am): Likewise.
23494         * modules/strtoimax (Makefile.am): Likewise.
23495         * modules/strtok_r (Makefile.am): Likewise.
23496         * modules/strtol (Makefile.am): Likewise.
23497         * modules/strtoll (Makefile.am): Likewise.
23498         * modules/strtoul (Makefile.am): Likewise.
23499         * modules/strtoull (Makefile.am): Likewise.
23500         * modules/strtoumax (Makefile.am): Likewise.
23501         * modules/strverscmp (Makefile.am): Likewise.
23502         * modules/sys_socket (Makefile.am): Likewise.
23503         * modules/sys_stat (Makefile.am): Likewise.
23504         * modules/sysexits (Makefile.am): Likewise.
23505         * modules/time_r (Makefile.am): Likewise.
23506         * modules/timegm (Makefile.am): Likewise.
23507         * modules/timespec (Makefile.am): Likewise.
23508         * modules/tmpfile-safer (Makefile.am): Likewise.
23509         * modules/trim (Makefile.am): Likewise.
23510         * modules/unistd-safer (Makefile.am): Likewise.
23511         * modules/unlinkdir (Makefile.am): Likewise.
23512         * modules/unlocked-io (Makefile.am): Likewise.
23513         * modules/userspec (Makefile.am): Likewise.
23514         * modules/utime (Makefile.am): Likewise.
23515         * modules/utimecmp (Makefile.am): Likewise.
23516         * modules/utimens (Makefile.am): Likewise.
23517         * modules/vasnprintf (Makefile.am): Likewise.
23518         * modules/vasprintf (Makefile.am): Likewise.
23519         * modules/vsnprintf (Makefile.am): Likewise.
23520         * modules/xalloc (Makefile.am): Likewise.
23521         * modules/xgetcwd (Makefile.am): Likewise.
23522         * modules/xnanosleep (Makefile.am): Likewise.
23523         * modules/xreadlink (Makefile.am): Likewise.
23524         * modules/xstrtod (Makefile.am): Likewise.
23525         * modules/xstrtol (Makefile.am): Likewise.
23526         * modules/xstrtold (Makefile.am): Likewise.
23527         * modules/yesno (Makefile.am): Likewise.
23528         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
23529
23530 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
23531
23532         * modules/error (Makefile.am): Distribute files through
23533         EXTRA_DIST, not lib_SOURCES.
23534
23535 2006-10-12  Eric Blake  <ebb9@byu.net>
23536
23537         * modules/error (Makefile.am): Distribute files in /lib.
23538         * modules/obstack (Makefile.am): Likewise.
23539
23540 2006-10-12  Bruno Haible  <bruno@clisp.org>
23541
23542         * modules/acl (Makefile.am): Distribute all files in lib/ through
23543         EXTRA_DIST.
23544         * modules/arcfour (Makefile.am): Likewise.
23545         * modules/arctwo (Makefile.am): Likewise.
23546         * modules/argmatch (Makefile.am): Likewise.
23547         * modules/argz (Makefile.am): Likewise.
23548         * modules/atexit (Makefile.am): Likewise.
23549         * modules/backupfile (Makefile.am): Likewise.
23550         * modules/c-strtod (Makefile.am): Likewise.
23551         * modules/c-strtold (Makefile.am): Likewise.
23552         * modules/calloc (Makefile.am): Likewise.
23553         * modules/canon-host (Makefile.am): Likewise.
23554         * modules/canonicalize (Makefile.am): Likewise.
23555         * modules/chdir-long (Makefile.am): Likewise.
23556         * modules/chdir-safer (Makefile.am): Likewise.
23557         * modules/check-version (Makefile.am): Likewise.
23558         * modules/chown (Makefile.am): Likewise.
23559         * modules/cloexec (Makefile.am): Likewise.
23560         * modules/close-stream (Makefile.am): Likewise.
23561         * modules/closeout (Makefile.am): Likewise.
23562         * modules/crc (Makefile.am): Likewise.
23563         * modules/cycle-check (Makefile.am): Likewise.
23564         * modules/des (Makefile.am): Likewise.
23565         * modules/dirfd (Makefile.am): Likewise.
23566         * modules/dirname (Makefile.am): Likewise.
23567         * modules/dup2 (Makefile.am): Likewise.
23568         * modules/euidaccess (Makefile.am): Likewise.
23569         * modules/exclude (Makefile.am): Likewise.
23570         * modules/exitfail (Makefile.am): Likewise.
23571         * modules/fcntl-safer (Makefile.am): Likewise.
23572         * modules/file-type (Makefile.am): Likewise.
23573         * modules/fileblocks (Makefile.am): Likewise.
23574         * modules/filemode (Makefile.am): Likewise.
23575         * modules/filenamecat (Makefile.am): Likewise.
23576         * modules/fnmatch (Makefile.am): Likewise.
23577         * modules/fopen-safer (Makefile.am): Likewise.
23578         * modules/fpending (Makefile.am): Likewise.
23579         * modules/fprintftime (Makefile.am): Likewise.
23580         * modules/free (Makefile.am): Likewise.
23581         * modules/fsusage (Makefile.am): Likewise.
23582         * modules/ftruncate (Makefile.am): Likewise.
23583         * modules/fts (Makefile.am): Likewise.
23584         * modules/gc (Makefile.am): Likewise.
23585         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
23586         * modules/getaddrinfo (Makefile.am): Likewise.
23587         * modules/getcwd (Makefile.am): Likewise.
23588         * modules/getdelim (Makefile.am): Likewise.
23589         * modules/getdomainname (Makefile.am): Likewise.
23590         * modules/getgroups (Makefile.am): Likewise.
23591         * modules/gethostname (Makefile.am): Likewise.
23592         * modules/gethrxtime (Makefile.am): Likewise.
23593         * modules/getline (Makefile.am): Likewise.
23594         * modules/getloadavg (Makefile.am): Likewise.
23595         * modules/getlogin_r (Makefile.am): Likewise.
23596         * modules/getopt (Makefile.am): Likewise.
23597         * modules/getpass (Makefile.am): Likewise.
23598         * modules/getpass-gnu (Makefile.am): Likewise.
23599         * modules/getsubopt (Makefile.am): Likewise.
23600         * modules/gettime (Makefile.am): Likewise.
23601         * modules/gettimeofday (Makefile.am): Likewise.
23602         * modules/getugroups (Makefile.am): Likewise.
23603         * modules/getusershell (Makefile.am): Likewise.
23604         * modules/glob (Makefile.am): Likewise.
23605         * modules/group-member (Makefile.am): Likewise.
23606         * modules/hard-locale (Makefile.am): Likewise.
23607         * modules/hash (Makefile.am): Likewise.
23608         * modules/hmac-md5 (Makefile.am): Likewise.
23609         * modules/hmac-sha1 (Makefile.am): Likewise.
23610         * modules/human (Makefile.am): Likewise.
23611         * modules/idcache (Makefile.am): Likewise.
23612         * modules/imaxabs (Makefile.am): Likewise.
23613         * modules/imaxdiv (Makefile.am): Likewise.
23614         * modules/inet_ntop (Makefile.am): Likewise.
23615         * modules/inet_pton (Makefile.am): Likewise.
23616         * modules/inttostr (Makefile.am): Likewise.
23617         * modules/isapipe (Makefile.am): Likewise.
23618         * modules/lchown (Makefile.am): Likewise.
23619         * modules/long-options (Makefile.am): Likewise.
23620         * modules/lstat (Makefile.am): Likewise.
23621         * modules/malloc (Makefile.am): Likewise.
23622         * modules/mathl (Makefile.am): Likewise.
23623         * modules/mbchar (Makefile.am): Likewise.
23624         * modules/md2 (Makefile.am): Likewise.
23625         * modules/md4 (Makefile.am): Likewise.
23626         * modules/md5 (Makefile.am): Likewise.
23627         * modules/memcasecmp (Makefile.am): Likewise.
23628         * modules/memchr (Makefile.am): Likewise.
23629         * modules/memcmp (Makefile.am): Likewise.
23630         * modules/memcoll (Makefile.am): Likewise.
23631         * modules/memcpy (Makefile.am): Likewise.
23632         * modules/memmem (Makefile.am): Likewise.
23633         * modules/memmove (Makefile.am): Likewise.
23634         * modules/mempcpy (Makefile.am): Likewise.
23635         * modules/memrchr (Makefile.am): Likewise.
23636         * modules/memset (Makefile.am): Likewise.
23637         * modules/memxor (Makefile.am): Likewise.
23638         * modules/mkancesdirs (Makefile.am): Likewise.
23639         * modules/mkdir (Makefile.am): Likewise.
23640         * modules/mkdir-p (Makefile.am): Likewise.
23641         * modules/mkdtemp (Makefile.am): Likewise.
23642         * modules/mkstemp (Makefile.am): Likewise.
23643         * modules/mktime (Makefile.am): Likewise.
23644         * modules/modechange (Makefile.am): Likewise.
23645         * modules/mountlist (Makefile.am): Likewise.
23646         * modules/nanosleep (Makefile.am): Likewise.
23647         * modules/openat (Makefile.am): Likewise.
23648         * modules/pagealign_alloc (Makefile.am): Likewise.
23649         * modules/physmem (Makefile.am): Likewise.
23650         * modules/poll (Makefile.am): Likewise.
23651         * modules/posixtm (Makefile.am): Likewise.
23652         * modules/posixver (Makefile.am): Likewise.
23653         * modules/putenv (Makefile.am): Likewise.
23654         * modules/quote (Makefile.am): Likewise.
23655         * modules/quotearg (Makefile.am): Likewise.
23656         * modules/raise (Makefile.am): Likewise.
23657         * modules/read-file (Makefile.am): Likewise.
23658         * modules/readline (Makefile.am): Likewise.
23659         * modules/readlink (Makefile.am): Likewise.
23660         * modules/readtokens (Makefile.am): Likewise.
23661         * modules/readutmp (Makefile.am): Likewise.
23662         * modules/realloc (Makefile.am): Likewise.
23663         * modules/regex (Makefile.am): Likewise.
23664         * modules/rename (Makefile.am): Likewise.
23665         * modules/rename-dest-slash (Makefile.am): Likewise.
23666         * modules/rijndael (Makefile.am): Likewise.
23667         * modules/rmdir (Makefile.am): Likewise.
23668         * modules/rpmatch (Makefile.am): Likewise.
23669         * modules/safe-read (Makefile.am): Likewise.
23670         * modules/safe-write (Makefile.am): Likewise.
23671         * modules/same (Makefile.am): Likewise.
23672         * modules/save-cwd (Makefile.am): Likewise.
23673         * modules/savedir (Makefile.am): Likewise.
23674         * modules/setenv (Makefile.am): Likewise.
23675         * modules/settime (Makefile.am): Likewise.
23676         * modules/sha1 (Makefile.am): Likewise.
23677         * modules/sig2str (Makefile.am): Likewise.
23678         * modules/snprintf (Makefile.am): Likewise.
23679         * modules/stdlib-safer (Makefile.am): Likewise.
23680         * modules/stpcpy (Makefile.am): Likewise.
23681         * modules/stpncpy (Makefile.am): Likewise.
23682         * modules/strcase (Makefile.am): Likewise.
23683         * modules/strcasestr (Makefile.am): Likewise.
23684         * modules/strchrnul (Makefile.am): Likewise.
23685         * modules/strcspn (Makefile.am): Likewise.
23686         * modules/strdup (Makefile.am): Likewise.
23687         * modules/strerror (Makefile.am): Likewise.
23688         * modules/strftime (Makefile.am): Likewise.
23689         * modules/strndup (Makefile.am): Likewise.
23690         * modules/strnlen (Makefile.am): Likewise.
23691         * modules/strpbrk (Makefile.am): Likewise.
23692         * modules/strsep (Makefile.am): Likewise.
23693         * modules/strstr (Makefile.am): Likewise.
23694         * modules/strtod (Makefile.am): Likewise.
23695         * modules/strtoimax (Makefile.am): Likewise.
23696         * modules/strtok_r (Makefile.am): Likewise.
23697         * modules/strtol (Makefile.am): Likewise.
23698         * modules/strtoll (Makefile.am): Likewise.
23699         * modules/strtoul (Makefile.am): Likewise.
23700         * modules/strtoull (Makefile.am): Likewise.
23701         * modules/strtoumax (Makefile.am): Likewise.
23702         * modules/strverscmp (Makefile.am): Likewise.
23703         * modules/time_r (Makefile.am): Likewise.
23704         * modules/timegm (Makefile.am): Likewise.
23705         * modules/tmpfile-safer (Makefile.am): Likewise.
23706         * modules/unistd-safer (Makefile.am): Likewise.
23707         * modules/unlinkdir (Makefile.am): Likewise.
23708         * modules/userspec (Makefile.am): Likewise.
23709         * modules/utime (Makefile.am): Likewise.
23710         * modules/utimecmp (Makefile.am): Likewise.
23711         * modules/utimens (Makefile.am): Likewise.
23712         * modules/vasnprintf (Makefile.am): Likewise.
23713         * modules/vasprintf (Makefile.am): Likewise.
23714         * modules/vsnprintf (Makefile.am): Likewise.
23715         * modules/xalloc (Makefile.am): Likewise.
23716         * modules/xgetcwd (Makefile.am): Likewise.
23717         * modules/xnanosleep (Makefile.am): Likewise.
23718         * modules/xreadlink (Makefile.am): Likewise.
23719         * modules/xstrtod (Makefile.am): Likewise.
23720         * modules/xstrtol (Makefile.am): Likewise.
23721         * modules/xstrtold (Makefile.am): Likewise.
23722         * modules/yesno (Makefile.am): Likewise.
23723
23724 2006-10-12  Jim Meyering  <jim@meyering.net>
23725
23726         * m4/getloadavg.m4: Revert the change below.
23727
23728         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
23729         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
23730         fail with a symlink, which is what coreutils' ./bootstrap now
23731         creates by default.
23732
23733 2006-10-12  Bruno Haible  <bruno@clisp.org>
23734
23735         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
23736         mingw.
23737         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
23738         MSVC and mingw explicitly.
23739
23740 2006-10-11  Simon Josefsson  <jas@extundo.com>
23741             Bruno Haible  <bruno@clisp.org>
23742
23743         Add support for multiple gnulib-tool invocations in the scope of a
23744         single configure.ac file.
23745         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
23746         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
23747         with the same contents as the _LIBADD variable.
23748         (func_emit_initmacro_start, func_emit_initmacro_end,
23749         func_emit_initmacro_done): New functions.
23750         (func_import, func_create_testdir): Invoke them. Allow the identifiers
23751         gl_LIBOBJS and gl_LTLIBOBJS.
23752
23753 2006-10-11  Bruno Haible  <bruno@clisp.org>
23754
23755         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
23756         (func_create_testdir): Don't create po/Makefile.am, don't invoke
23757         autoreconf. Instead, invoke autopoint explicitly but move back the
23758         *.m4 files from gnulib.
23759
23760 2006-10-11  Bruno Haible  <bruno@clisp.org>
23761
23762         * gnulib-tool (func_usage): Make module names after --create-testdir
23763         optional.
23764         (func_create_testdir): If no module was specified, use nearly all
23765         modules.
23766
23767 2006-10-12  Jim Meyering  <jim@meyering.net>
23768
23769         Big performance improvement for fts-based tools that use FTS_NOSTAT.
23770         Avoid spurious inode-mismatch problems on non-POSIX file systems.
23771         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
23772         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
23773         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
23774         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
23775         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
23776         (fts_set_stat_required): New function.
23777         (fts_open): Defer the calls to fts_stat, if possible or requested.
23778         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
23779         into fts_stat itself.
23780         (fts_read): Perform any required (deferred) fts_stat call.
23781         (fts_build): Likewise, for the directory we're about to open and read.
23782         In the readdir loop, carefully decide whether each entry will require
23783         an eventual call to fts_stat, using dirent.d_type info if available.
23784         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
23785         a command line argument into this function.  Update all callers.
23786         Map a return value of FTS_DOT to FTS_D for a command line argument.
23787         * modules/fts (Depends-on): Add d-type.  Alphabetize.
23788         Thanks to Miklos Szeredi for his tenacity and for the initial
23789         bug report about "find" failing on a FUSE-based file system.
23790
23791         * lib/fts.c (fts_open): Use consistent indentation.
23792
23793 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
23794
23795         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
23796         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
23797         reported by Jim Meyering.  All uses of cache variables renamed
23798         to match Autoconf's.
23799         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
23800         the other one.
23801
23802         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
23803         Fix misspelling in diagnostic.
23804
23805 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
23806
23807         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
23808         defined.  Problem reported by Matthew Woehlke.
23809
23810         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
23811         Add support for Tandem NonStop R series.
23812         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
23813         Use new macro.
23814
23815         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
23816         (has_trailing_slash): Omit size arg; all callers changed.
23817         Omit 'inline', since it doesn't help performance and we'd
23818         need to configure it.
23819         Don't count //, ///, etc. as having a trailing slash.
23820         As a side effect, this removes a C99ism reported by Matthew Woehlke.
23821         (rpl_rename_dest_slash): On failure, use rename's errno rather
23822         than (in some cases) an incorrect or junk errno.
23823         Simplify code by removing need to compute length; this does
23824         cause it to make two passes instead of one over the file name,
23825         but it's worth it.
23826
23827         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
23828         change, since Autoconf's version may no longer be appropriate now
23829         that we are using CVS Autoconf's version.  Add support for Tandem.
23830
23831 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
23832             Bruno Haible  <bruno@clisp.org>
23833
23834         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
23835         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
23836         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
23837         gl_AC_TYPE_LONG_LONG.
23838
23839         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
23840         instead of HAVE_LONG_LONG.
23841         * lib/printf-args.c (printf_fetchargs): Likewise.
23842         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
23843         * lib/vasnprintf.c (VASNPRINTF): Likewise.
23844         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
23845         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
23846         gl_AC_TYPE_LONG_LONG.
23847
23848 2006-10-11  Bruno Haible  <bruno@clisp.org>
23849
23850         * m4/longlong.m4: Add comments.
23851         * m4/ulonglong.m4: Likewise.
23852
23853 2006-10-10  Bruno Haible  <bruno@clisp.org>
23854
23855         Make it possible to #define stpcpy, strdup to aliases.
23856         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
23857         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
23858
23859 2006-10-10  Bruno Haible  <bruno@clisp.org>
23860
23861         Make it possible to #define gcd to an alias.
23862         * lib/gcd.c: Include config.h.
23863
23864 2006-10-10  Bruno Haible  <bruno@clisp.org>
23865
23866         Make it possible to #define c_isascii to an alias.
23867         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
23868         defined. Undefine the macros before defining them, to avoid gcc
23869         warnings.
23870         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
23871         define NO_C_CTYPE_MACROS early.
23872
23873 2006-10-10  Bruno Haible  <bruno@clisp.org>
23874
23875         Make it possible to #define set_program_name to an alias.
23876         * lib/progname.c: Don't undefine set_program_name; instead, undefine
23877         ENABLE_RELOCATABLE early.
23878
23879 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
23880
23881         Port to Tandem NSK OSS, which has 64-bit signed int but at most
23882         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
23883         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
23884         More generally, don't assume that 64-bit signed int is available
23885         if unsigned int is, and vice versa.
23886         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
23887         unsigned symbols, not on their signed counterparts.
23888         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
23889         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
23890         (UINT64_C, UINTMAX_C):
23891         Likewise.
23892         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
23893         unsigned counterparts.
23894         (Have_long_long, Unsigned): New macros.
23895         (Int): Renamed from INT.
23896         (strtoimax): Use the new macros.
23897         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
23898         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
23899         * modules/inttypes (inttypes.h): Substitute
23900         HAVE_UNSIGNED_LONG_LONG_INT.
23901         * modules/stdint (stdint.h): Likewise.
23902         (Files): Add m4/ulonglong.m4.
23903
23904 2006-10-10  Bruno Haible  <bruno@clisp.org>
23905
23906         Fix a gcc -Wshadow warning.
23907         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
23908         to 'bucket'.
23909         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
23910         gl_linked_indexof_from_to): Likewise.
23911         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
23912         Likewise.
23913         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
23914         Likewise.
23915         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
23916         Reported by Eric Blake.
23917
23918 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
23919
23920         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
23921         for NetBSD.  Problem reported by Bruno Haible.
23922
23923 2006-10-09  Jim Meyering  <jim@meyering.net>
23924
23925         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
23926         Patch from Bruno Haible.
23927
23928 2006-10-09  Jim Meyering  <jim@meyering.net>
23929
23930         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
23931         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
23932         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
23933
23934 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
23935
23936         Don't include <config.h> twice; this doesn't work in some cases,
23937         e.g., when config.h has "#define intmax_t long long int" and
23938         we include <config.h>, <inttypes.h>, <config.h> in that order.
23939         Problem reported by Matthew Woehlke in:
23940         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
23941         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
23942         * lib/fts-cycle.c: Don't include config.h.
23943         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
23944         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
23945         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
23946         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
23947         inttypes.h.
23948         * lib/xstrtoumax.c: Likewise.
23949         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
23950         __strtol and the like, so that this module is more like its siblings.
23951         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
23952         Remove; no longer needed now that we assume gnulib inttypes.h.
23953
23954 2006-10-08  Bruno Haible  <bruno@clisp.org>
23955
23956         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
23957         option.
23958
23959 2006-10-07  Jim Meyering  <jim@meyering.net>
23960
23961         * modules/inttypes (inttypes.h): Revert what seems to have been
23962         an inadvertent part of today's change: use "|", not "/" in the
23963         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
23964
23965 2006-10-07  Bruno Haible  <bruno@clisp.org>
23966
23967         * modules/sublist: New file.
23968
23969 2006-10-07  Bruno Haible  <bruno@clisp.org>
23970
23971         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
23972         * modules/argz (argz.h): Likewise.
23973         * modules/arpa_inet (arpa/inet.h): Likewise.
23974         * modules/byteswap (byteswap.h): Likewise.
23975         * modules/configmake (configmake.h): Likewise.
23976         * modules/fcntl (fcntl.h): Likewise.
23977         * modules/fnmatch (fnmatch.h): Likewise.
23978         * modules/getopt (getopt.h): Likewise.
23979         * modules/glob (glob.h): Likewise.
23980         * modules/inttypes (inttypes.h): Likewise.
23981         * modules/netinet_in (netinet/in.h): Likewise.
23982         * modules/poll (poll.h): Likewise.
23983         * modules/stdbool (stdbool.h): Likewise.
23984         * modules/stdint (stdint.h): Likewise.
23985         * modules/sys_select (sys/select.h): Likewise.
23986         * modules/sys_socket (sys/socket.h): Likewise.
23987         * modules/sys_stat (sys/stat.h): Likewise.
23988         * modules/sysexits (sysexits.h): Likewise.
23989         * modules/unistd (unistd.h): Likewise.
23990         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23991         Add a "DO NOT EDIT" comment to the generated file.
23992         (func_import): Likewise for gnulib-comp.m4.
23993
23994 2006-10-07  Bruno Haible  <bruno@clisp.org>
23995
23996         * lib/gl_sublist.h: New file.
23997         * lib/gl_sublist.c: New file.
23998
23999 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24000
24001         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
24002         name (relative to the original working directory) and the file
24003         name component (relative to the temporary working directory).  All
24004         callers changed.
24005         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
24006         * lib/mkdir-p.c (make_dir_parents): Likewise.
24007         * lib/mkdir-p.h (make_dir_parents): Likewise.
24008
24009 2006-10-06  Eric Blake  <ebb9@byu.net>
24010
24011         Define several macros for use by the clean-temp module.
24012         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
24013         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
24014         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
24015
24016         * lib/clean-temp.h (close_stream_temp): New declaration.
24017         * lib/clean-temp.c (includes): Pull in headers according to what
24018         other modules are in use.
24019         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
24020
24021 2006-10-06  Bruno Haible  <bruno@clisp.org>
24022
24023         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
24024         instead of fopen, fwriteerror.
24025
24026 2006-10-06  Bruno Haible  <bruno@clisp.org>
24027
24028         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
24029         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
24030         int.
24031         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
24032         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
24033         Return an error indicator.
24034         Suggested by Eric Blake.
24035
24036 2006-10-06  Bruno Haible  <bruno@clisp.org>
24037
24038         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
24039         Reported by Eric Blake.
24040
24041 2006-10-06  Bruno Haible  <bruno@clisp.org>
24042
24043         * modules/closeout (Description): Mention stderr too.
24044
24045 2006-10-06  Bruno Haible  <bruno@clisp.org>
24046         and Paul Eggert  <eggert@cs.ucla.edu>
24047
24048         * lib/closeout.c (close_stdout): Also close stderr.
24049         * lib/closeout.h: Update comment.
24050
24051 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
24052
24053         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
24054         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
24055         * lib/dirchownmod.c: Include lchown.h.
24056         * lib/lchown.c: Don't include files that lchown.h now includes.
24057         Don't declare chown, since lchown.h now does that.
24058         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
24059         (lchown): Define to rpl_chown if lchown is declared but
24060         does not exist.  Declare using a prototype if lchown is not
24061         declared.  Add a copyright notice.
24062         * lib/mkstemp.h: Include <unistd.h>.
24063         * lib/openat.c: Include lchown.h.
24064
24065         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
24066         we now test for that separately.
24067         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
24068         rather than O_NOFOLLOW, when testing whether it's possible to
24069         avoid a race condition reliably.
24070         * lib/savewd.c (savewd_chdir): Likewise.
24071
24072         Remove macros that are no longer needed now that stdint.h is
24073         reliable.
24074         * lib/fsusage.c (UINTMAX_MAX): Remove.
24075         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
24076         * lib/utimecmp.c (SIZE_MAX): Remove.
24077
24078         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
24079
24080         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
24081         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
24082         O_NOATIME works.
24083
24084 2006-10-05  Bruno Haible  <bruno@clisp.org>
24085
24086         * lib/gl_list.h (gl_sortedlist_search_from_to,
24087         gl_sortedlist_indexof_from_to): New declarations.
24088         (gl_list_implementation): New fields sortedlist_search_from_to,
24089         sortedlist_indexof_from_to.
24090         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
24091         inline functions.
24092         * lib/gl_list.c (gl_sortedlist_search_from_to,
24093         gl_sortedlist_indexof_from_to): New functions.
24094         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
24095         function.
24096         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
24097         (gl_array_sortedlist_search_from_to): New function.
24098         (gl_array_list_implementation): Update.
24099         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
24100         function.
24101         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
24102         (gl_carray_sortedlist_search_from_to): New function.
24103         (gl_carray_list_implementation): Update.
24104         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
24105         gl_linked_sortedlist_indexof_from_to): New functions.
24106         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24107         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24108         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
24109         gl_tree_sortedlist_indexof_from_to): New functions.
24110         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24111         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24112         Update.
24113         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24114         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
24115         Update.
24116
24117 2006-10-05  Bruno Haible  <bruno@clisp.org>
24118
24119         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
24120         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
24121         (struct gl_list_implementation): Add fields search_from_to,
24122         indexof_from_to. Remove fields search, indexof.
24123         (gl_list_search): Use the search_from_to method.
24124         (gl_list_search_from, gl_list_search_from_to): New functions.
24125         (gl_list_indexof): Use the indexof_from_to method.
24126         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
24127         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
24128         (gl_list_search_from, gl_list_search_from_to): New functions.
24129         (gl_list_indexof): Use the indexof_from_to method.
24130         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
24131         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
24132         gl_array_indexof. Add start_index, end_index arguments.
24133         (gl_array_search_from_to): Renamed from gl_array_search. Add
24134         start_index, end_index arguments.
24135         (gl_array_remove, gl_array_list_implementation): Update.
24136         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
24137         gl_carray_indexof. Add start_index, end_index arguments.
24138         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
24139         start_index, end_index arguments.
24140         (gl_carray_remove, gl_carray_list_implementation): Update.
24141         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
24142         gl_linked_search. Add start_index, end_index arguments.
24143         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
24144         start_index, end_index arguments.
24145         (gl_linked_remove): Update.
24146         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24147         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24148         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
24149         field to 'size_t'.
24150         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
24151         gl_tree_search. Add start_index, end_index arguments.
24152         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
24153         start_index, end_index arguments.
24154         (gl_tree_remove): Update.
24155         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24156         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24157         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
24158         function.
24159         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
24160         gl_tree_search. Add start_index, end_index arguments.
24161         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
24162         start_index, end_index arguments.
24163         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24164         Update.
24165         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
24166
24167 2006-10-05  Bruno Haible  <bruno@clisp.org>
24168
24169         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
24170
24171         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
24172         fwriteerror_temp): New declarations.
24173         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
24174         (descriptors): New variable.
24175         (cleanup): First, close the descriptors.
24176         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
24177         fclose_temp, fwriteerror_temp): New functions.
24178
24179 2006-10-04  Jim Meyering  <jim@meyering.net>
24180
24181         * lib/fts.c (fts_open): Tiny comment change.
24182
24183 2006-10-04  Bruno Haible  <bruno@clisp.org>
24184
24185         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
24186         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
24187         gl_LOCK_BODY.
24188         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
24189         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
24190         gl_LOCK_EARLY_BODY.
24191         (gl_LOCK): Require gl_LOCK_BODY.
24192
24193 2006-10-04  Bruno Haible  <bruno@clisp.org>
24194
24195         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
24196         (gl_oset_search_atleast): New declaration.
24197         (struct gl_oset_implementation): Add field 'search_atleast'.
24198         (gl_oset_search_atleast): New inline function.
24199         * lib/gl_oset.c (gl_oset_search_atleast): New function.
24200         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
24201         (gl_array_oset_implementation): Update.
24202         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
24203         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
24204         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
24205
24206 2006-10-04  Bruno Haible  <bruno@clisp.org>
24207
24208         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
24209
24210 2006-10-03  Bruno Haible  <bruno@clisp.org>
24211
24212         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
24213         from gl_avltreehash_list_implementation.
24214
24215 2006-10-03  Bruno Haible  <bruno@clisp.org>
24216
24217         * lib/gl_oset.c (gl_oset_add): Fix return type.
24218
24219 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
24220
24221         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
24222
24223 2006-10-02  Eric Blake  <ebb9@byu.net>
24224
24225         * modules/strnlen (Depends-on): Add extensions.
24226
24227 2006-10-02  Eric Blake  <ebb9@byu.net>
24228
24229         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
24230         definition in 2.60+.
24231
24232 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
24233
24234         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
24235         checks.
24236
24237 2006-10-02  Bruno Haible  <bruno@clisp.org>
24238
24239         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
24240         to the AUTOMAKE_OPTIONS.
24241         Reported by Jim Meyering.
24242
24243 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
24244
24245         Work around bug in Solaris 10 /proc file system:
24246         /proc/self/fd/NNN/.. isn't the parent directory of
24247         the directory whose file descriptor is NNN.  This needs to
24248         be worked around at run time, not compile time, since a
24249         program might be built on Solaris 8, where things work, and
24250         run on Solaris 10.
24251         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
24252         to use the following interface instead:
24253         (OPENAT_BUFFER_SIZE): New macro.
24254         (openat_proc_name): New function.
24255         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
24256         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
24257         Likewise.
24258         * lib/openat-proc.c: New file.
24259         * modules/openat (Files): Add lib/openat-proc.c.
24260         (Depends-on): Add same-inode, stdbool.
24261         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
24262
24263 2006-09-29  Bruno Haible  <bruno@clisp.org>
24264
24265         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
24266         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
24267         argument. Set stdout_closed before testing for ferror, not after.
24268         (fwriteerror, fwriteerror_no_ebadf): New functions.
24269
24270 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24271
24272         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
24273
24274 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
24275
24276         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
24277         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
24278
24279 2006-09-28  Jim Meyering  <jim@meyering.net>
24280
24281         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
24282         Include <unistd.h>.
24283
24284 2006-09-28  Bruno Haible  <bruno@clisp.org>
24285
24286         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
24287         * modules/linkedhash-list (Depends-on): Likewise.
24288         * modules/rbtreehash-list (Depends-on): Likewise.
24289
24290 2006-09-28  Bruno Haible  <bruno@clisp.org>
24291
24292         * lib/strndup.h: Simplify the redefinition of strndup.
24293         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
24294         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
24295
24296 2006-09-28  Bruno Haible  <bruno@clisp.org>
24297
24298         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
24299         * lib/gl_linkedhash_list.c: Likewise.
24300         * lib/gl_rbtreehash_list.c: Likewise.
24301
24302 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
24303
24304         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
24305         getaddrinfo.
24306
24307         * lib/__fpending.h: Don't include <stdio_ext.h> unless
24308         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
24309         it causes <stdio_ext.h> to cause a compile-time error.
24310         Problem reported by Nelson H. F. Beebe.
24311         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
24312         of HAVE_DECL___PENDING.
24313
24314         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
24315         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
24316         declaration.
24317
24318 2006-09-27  Jim Meyering  <jim@meyering.net>
24319
24320         This file could end up with a definition for a function
24321         named __strndup, rather than rpl_strndup on a system with
24322         incomplete weak_alias support.
24323         * lib/strndup.c (strndup): Rename from __strndup.
24324         Remove #defines that used to map __strndup to strndup.
24325         Don't use K&R prototypes.
24326         Remove LIBC-related code, since this file is not sync'd with glibc.
24327         * lib/strndup.h: Revamp, accordingly.
24328         * m4/strndup.m4: Modernize.
24329
24330 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
24331
24332         * modules/savewd (Depends-on): Add 'raise'.
24333         * lib/savewd.c: Include <signal.h>, for 'raise'.
24334
24335 2006-09-26  Jim Meyering  <jim@meyering.net>
24336
24337         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
24338         when we detect Darwin 8.7.0's acl_get_file bug.
24339         Rearrange to perform the new (below) run-test while $LIBS
24340         contains any acl-related library.  Set USE_ACL at the end.
24341         (gl_ACL_GET_FILE): New function.
24342
24343 2006-09-26  Eric Blake  <ebb9@byu.net>
24344
24345         * lib/verror.c: Include <config.h> unconditionally.
24346
24347 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
24348
24349         * modules/clock-time (Maintainer): Add self.
24350         * modules/getlogin_r (Depends-on): Add extensions.
24351
24352 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24353
24354         * modules/clock-time: New module.
24355         * modules/nanosleep (Depends-on): Add clock-time.
24356         * modules/gethrxtime (Depends-on): Likewise.
24357         * modules/gettime (Depends-on): Likewise.
24358         * modules/settime (Depends-on): Likewise.
24359
24360         * modules/fts-lgpl: Depend on openat.
24361         * modules/mkancesdirs: Depend on savewd.
24362         * modules/mkdir-p: Likewise.
24363
24364 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24365
24366         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
24367
24368         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
24369         `gl_have_arbitrary_file_name_length_limit' to
24370         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
24371         actually works between configure runs.
24372
24373 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24374             Bruno Haible  <bruno@clisp.org>
24375
24376         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
24377
24378 2006-09-25  Jim Meyering  <jim@meyering.net>
24379
24380         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
24381         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
24382
24383 2006-09-25  Eric Blake  <ebb9@byu.net>
24384
24385         * gnulib-tool (func_import, func_create_testdir): Fix typos in
24386         exec's in 2006-09-18 patch when shuffling fds.
24387
24388 2006-09-25  Bruno Haible  <bruno@clisp.org>
24389
24390         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
24391         Reported by Jim Meyering.
24392
24393 2006-09-24  Jim Meyering  <jim@meyering.net>
24394
24395         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
24396         compare a pointer against a literal "0".  That caused failures with
24397         at least HP-UX's hpcc.
24398
24399 2006-09-22  Simon Josefsson  <jas@extundo.com>
24400
24401         * modules/gc-sha1:
24402         * modules/gc-md4:
24403         * modules/gc-hmac-sha1:
24404         * modules/gc-hmac-md5:
24405         * modules/gc-des:
24406         * modules/gc-arcfour: Distribute more files.
24407
24408 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24409
24410         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
24411         (gl_linked_iterator_from_to): Initialize struct completely.
24412         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
24413         (gl_tree_iterator_from_to): Likewise
24414         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
24415         * lib/gl_array_list.c [lint] (gl_array_iterator)
24416         (gl_array_iterator_from_to): Likewise.
24417         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
24418         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
24419         (gl_carray_iterator_from_to): Likewise.
24420
24421         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
24422         * lib/md4.c (md4_process_block): Remove unused variable.
24423         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
24424         parentheses for clarity.
24425
24426 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24427
24428         * modules/bison-i18n (Depends-on): Add gettext.
24429
24430 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24431
24432         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
24433         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
24434         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
24435         also add missing comma that caused broken test.
24436         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
24437         stdlib.h, for `abort'.
24438         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
24439         variables.
24440         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
24441         include unistd.h if present, for `rmdir'.
24442         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
24443         variables.
24444         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
24445         in the process include standard headers for prototypes.
24446         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
24447         gets declared on GNU/Linux.
24448         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
24449         unistd.h, for `rmdir'.
24450         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
24451
24452         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
24453         always true.
24454         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
24455
24456         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
24457
24458 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24459
24460         * gnulib-tool (func_version): Create output all at once.  This
24461         may help avoid triggering unnecessary SIGPIPEs, and at any
24462         rate it doesn't hurt.
24463
24464 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24465             Bruno Haible  <bruno@clisp.org>
24466
24467         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
24468         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
24469         * m4/signed.m4 (bh_C_SIGNED): Likewise.
24470
24471         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
24472         (gl_FUNC_VASPRINTF): Invoke it.
24473
24474 2006-09-22  Bruno Haible  <bruno@clisp.org>
24475
24476         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
24477         getloadavg.c as first argument.
24478
24479 2006-09-22  Bruno Haible  <bruno@clisp.org>
24480
24481         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
24482         at the beginning of the gl_INIT macro.
24483         * modules/getloadavg (configure.ac): Pass $gl_source_base to
24484         gl_GETLOADAVG.
24485
24486 2006-09-22  Bruno Haible  <bruno@clisp.org>
24487
24488         * gnulib-tool (func_create_megatestdir): Don't include the config-h
24489         module.
24490         Suggested by Ralf Wildenhues.
24491
24492 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24493
24494         Import this patch from libc:
24495
24496         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
24497
24498         * lib/regex_internal.c (re_string_reconstruct): Handle
24499         offset < pstr->valid_raw_len && pstr->offsets_needed case.
24500         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
24501         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
24502         re_string_context_at.
24503
24504         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
24505         now requires it.
24506         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
24507         gl_REGEX now does it for us.
24508         (gl_REGEX): Add test taken from
24509         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
24510
24511         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
24512         Check that large offsets work.  Modernize Autoconf usages.
24513         Prefer "yes" to mean a good thing rather than a bad.
24514         Don't put "#define mkstemp" in config.h, as this might interfere
24515         with standard system headers that "#define mkstemp mkstemp64".
24516
24517         * modules/mkstemp (Depends-on): Add extensions, so that
24518         mkstemp is visible on some platforms.
24519         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
24520         (Include): Change to "mkstemp.h" from <stdlib.h>.
24521         (Files): Add mkstemp.h.
24522
24523         * lib/mkstemp.h: New file, since some standard headers
24524         #define mkstemp.
24525         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
24526         Include "mkstemp.h".
24527         Make the _LIBC code resemble glibc original more,
24528         e.g., use K&R style.
24529         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
24530         (mkstemp): Remove, since mkstemp.h does this for us.
24531         * lib/stdlib--.h: Include mkstemp.h.
24532
24533         Import this patch from libc:
24534
24535         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
24536
24537         * lib/tempname.c (__gen_tempname): Change attempts_min
24538         into a macro.  Use preprocessor to decide how to initialize
24539         attempts [Coverity CID 67].
24540
24541 2006-09-20  Bruno Haible  <bruno@clisp.org>
24542
24543         * lib/mkdtemp.c: Import from libc.
24544         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
24545                 * sysdeps/posix/tempname.c (__gen_tempname): Change
24546                 attempts_min into a macro.  Use preprocessor to decide how to
24547                 initialize attempts [Coverity CID 67].
24548         2001-11-27  Paul Eggert  <eggert@twinsun.com>
24549                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
24550                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
24551
24552 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24553
24554         * gnulib-tool (func_exit): New function, to allow to pass the
24555         exit status portably through the trap.  Use everywhere.
24556         (--help, --version): Signal a write error.
24557         (trap): catch SIGPIPE, for write errors.
24558         Exit at the end of the trap, with the correct exit status.
24559
24560 2006-09-19  Karl Berry  <karl@gnu.org>
24561
24562         * doc/gnulib.texi: note about the license texinfo files.
24563
24564 2006-09-19  Eric Blake  <ebb9@byu.net>
24565
24566         * gnulib-tool: Avoid space-tab.
24567
24568 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
24569
24570         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
24571         that prevented coreutils 6.1 from building.  Problem reported
24572         by Petter Reinholdtsen.
24573
24574 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
24575
24576         * gnulib-tool (avoidlist): Fix typo that broke options like
24577         --avoid=lock that are used by coreutils bootstrap.
24578
24579 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
24580
24581         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
24582         more systematically.
24583
24584 2006-09-18  Jim Meyering  <jim@meyering.net>
24585
24586         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
24587
24588 2006-09-18  Bruno Haible  <bruno@clisp.org>
24589
24590         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
24591
24592 2006-09-18  Bruno Haible  <bruno@clisp.org>
24593
24594         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
24595         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
24596         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
24597         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
24598         * m4/gettext.m4: Require autoconf >= 2.52.
24599         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
24600         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
24601         of gl_cv_header_inttypes_h.
24602
24603 2006-09-18  Bruno Haible  <bruno@clisp.org>
24604
24605         * lib/javaversion.c: Include configmake.h.
24606
24607 2006-09-18  Bruno Haible  <bruno@clisp.org>
24608
24609         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
24610         avoid that the while loops be executed in a subshell.
24611
24612 2006-09-18  Bruno Haible  <bruno@clisp.org>
24613
24614         * MODULES.html.sh (func_module): Break long lines.
24615         Suggested by Bruce Korb <bkorb@gnu.org>.
24616
24617 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24618
24619         Speed up by a factor of 1.12.
24620         * gnulib-tool (nl): New variable.
24621         (func_import): Rewrite include directive extraction to only read each
24622         directive once.
24623
24624 2006-09-17  Bruno Haible  <bruno@clisp.org>
24625
24626         * modules/javaversion (Makefile.am): Remove DEFS setting.
24627         (Depends-on): Add configmake, for PKGDATADIR definition.
24628
24629 2006-09-17  Bruno Haible  <bruno@clisp.org>
24630
24631         * gnulib-tool (func_create_testdir): Rewrite all files at once.
24632
24633 2006-09-17  Bruno Haible  <bruno@clisp.org>
24634
24635         * gnulib-tool (func_append): New function, stolen from libtool.m4.
24636         (func_modules_transitive_closure, func_modules_add_dummy,
24637         func_modules_to_filelist, func_import, func_create_testdir,
24638         func_create_megatestdir, ...): Use it wherever possible.
24639         Suggested by Ralf Wildenhues.
24640
24641 2006-09-16  Karl Berry  <karl@gnu.org>
24642
24643         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
24644         to avoid sectioning errors.
24645         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
24646         [ifinfo]: blank line after @center-ed titles.
24647         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
24648         Spell FSF address consistently with others.
24649         (These changes approved by rms.)
24650
24651 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24652
24653         Speed up by a factor of 1.61.
24654         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
24655         already checked module names again.
24656
24657 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24658
24659         Speed up by a factor of 1.13.
24660         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
24661         for new_files, and the input to func_add_or_update.
24662
24663 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24664
24665         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
24666         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
24667
24668 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24669
24670         * modules/mkancesdirs (Depends-on): Add fcntl.
24671         * modules/savewd: New file.
24672         * MODULES.html.sh (File system functions): Add savewd.
24673
24674         * modules/configmake (Makefile.am): Add support for the
24675         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
24676
24677 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24678
24679         * m4/savewd.m4: New file.
24680
24681 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24682
24683         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
24684         (dirchownmod): New arg FD.  All callers changed.
24685         Use FD rather than opening the directory ourself, as opening is
24686         now the caller's responsibility.
24687         * lib/dirchownmod.h: Likewise.
24688         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
24689         hosts that require <sys/types.h> before <sys/stat.h>.  Include
24690         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
24691         (test_dir): Remove.
24692         (mkancesdirs): Return length of prefix of FILE that has already
24693         been made, or -2 if there is a child doing the work.  Redo
24694         algorithm so that it is O(N) rather than O(N**2).  Optimize away
24695         ".", and treat ".." specially since it might stray back into
24696         already-created areas.  Use a subprocess if necessary.  New arg
24697         WD; all users changed.  MAKE_DIR function should now return 1
24698         if it creates a directory that is not readable.  Return -2 if
24699         a child process is spun off.
24700         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
24701         Adjust signature to match code.
24702         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
24703         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
24704         all users changed.
24705         * lib/savewd.c, lib/savewd.h: New files.
24706
24707 2006-09-15  Jim Meyering  <jim@meyering.net>
24708
24709         * modules/rename-dest-slash: New module.
24710         * MODULES.html.sh (posix_compat): Add it here.
24711
24712         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
24713
24714 2006-09-15  Jim Meyering  <jim@meyering.net>
24715
24716         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
24717         file.
24718
24719         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
24720
24721 2006-09-15  Jim Meyering  <jim@meyering.net>
24722
24723         * lib/rename-dest-slash.c (has_trailing_slash): Use
24724         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
24725         (rpl_rename_dest_slash): Perform the cheaper trailing slash
24726         test before testing whether SRC is a directory.
24727         Suggestions from Bruno Haible.
24728
24729         Avoid a warning about an unused variable.
24730         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
24731         into the #ifdef block where it's used.
24732
24733         * lib/rename-dest-slash.c: New file.
24734
24735 2006-09-14  Bruno Haible  <bruno@clisp.org>
24736
24737         * lib/allocsa.c: Include <config.h> unconditionally.
24738         * lib/asnprintf.c: Likewise.
24739         * lib/asprintf.c: Likewise.
24740         * lib/c-strcasecmp.c: Likewise.
24741         * lib/c-strcasestr.c: Likewise.
24742         * lib/c-strncasecmp.c: Likewise.
24743         * lib/c-strstr.c: Likewise.
24744         * lib/classpath.c: Likewise.
24745         * lib/clean-temp.c: Likewise.
24746         * lib/concatpath.c: Likewise.
24747         * lib/copy-file.c: Likewise.
24748         * lib/csharpcomp.c: Likewise.
24749         * lib/csharpexec.c: Likewise.
24750         * lib/execute.c: Likewise.
24751         * lib/fatal-signal.c: Likewise.
24752         * lib/findprog.c: Likewise.
24753         * lib/fwriteerror.c: Likewise.
24754         * lib/gl_array_list.c: Likewise.
24755         * lib/gl_array_oset.c: Likewise.
24756         * lib/gl_avltree_list.c: Likewise.
24757         * lib/gl_avltree_oset.c: Likewise.
24758         * lib/gl_avltreehash_list.c: Likewise.
24759         * lib/gl_carray_list.c: Likewise.
24760         * lib/gl_linked_list.c: Likewise.
24761         * lib/gl_linkedhash_list.c: Likewise.
24762         * lib/gl_list.c: Likewise.
24763         * lib/gl_oset.c: Likewise.
24764         * lib/gl_rbtree_list.c: Likewise.
24765         * lib/gl_rbtree_oset.c: Likewise.
24766         * lib/gl_rbtreehash_list.c: Likewise.
24767         * lib/imaxabs.c: Likewise.
24768         * lib/imaxdiv.c: Likewise.
24769         * lib/javacomp.c: Likewise.
24770         * lib/javaexec.c: Likewise.
24771         * lib/javaversion.c: Likewise.
24772         * lib/linebreak.c: Likewise.
24773         * lib/localcharset.c: Likewise.
24774         * lib/lock.c: Likewise.
24775         * lib/mbchar.c: Likewise.
24776         * lib/mbswidth.c: Likewise.
24777         * lib/mkdtemp.c: Likewise.
24778         * lib/pipe.c: Likewise.
24779         * lib/printf-args.c: Likewise.
24780         * lib/printf-parse.c: Likewise.
24781         * lib/progname.c: Likewise.
24782         * lib/progreloc.c: Likewise.
24783         * lib/readlink.c: Likewise.
24784         * lib/sh-quote.c: Likewise.
24785         * lib/stpcpy.c: Likewise.
24786         * lib/stpncpy.c: Likewise.
24787         * lib/strcasecmp.c: Likewise.
24788         * lib/strcasestr.c: Likewise.
24789         * lib/strcspn.c: Likewise.
24790         * lib/striconv.c: Likewise.
24791         * lib/strncasecmp.c: Likewise.
24792         * lib/strnlen1.c: Likewise.
24793         * lib/strstr.c: Likewise.
24794         * lib/strtok_r.c: Likewise.
24795         * lib/tls.c: Likewise.
24796         * lib/tmpdir.c: Likewise.
24797         * lib/unicodeio.c: Likewise.
24798         * lib/unsetenv.c: Likewise.
24799         * lib/vasnprintf.c: Likewise.
24800         * lib/vasprintf.c: Likewise.
24801         * lib/wait-process.c: Likewise.
24802         * lib/xallocsa.c: Likewise.
24803         * lib/xsetenv.c: Likewise.
24804         * lib/xstriconv.c: Likewise.
24805
24806 2006-09-13  Simon Josefsson  <jas@extundo.com>
24807
24808         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
24809         that internally, suggested by Ralf Wildenhues
24810         <Ralf.Wildenhues@gmx.de>.
24811
24812 2006-09-13  Simon Josefsson  <jas@extundo.com>
24813
24814         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
24815         @LIBOBJS@.
24816         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24817
24818 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24819
24820         * lib/_fpending.c: Include <config.h> unconditionally, since we no
24821         longer worry about uses that don't define HAVE_CONFIG_H.
24822         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
24823         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
24824         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
24825         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
24826         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
24827         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
24828         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
24829         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
24830         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
24831         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
24832         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
24833         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
24834         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
24835         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
24836         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
24837         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
24838         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
24839         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
24840         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
24841         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
24842         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
24843         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
24844         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
24845         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
24846         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
24847         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
24848         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
24849         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
24850         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
24851         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
24852         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
24853         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
24854         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
24855         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
24856         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
24857         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
24858         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
24859         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
24860         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
24861         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
24862         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
24863         Likewise.
24864
24865 2006-09-13  Eric Blake  <ebb9@byu.net>
24866
24867         * lib/getopt.c: Fix typo in last commit.
24868
24869 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
24870
24871         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
24872         dgettext.
24873
24874 2006-09-12  Jim Meyering  <jim@meyering.net>
24875
24876         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
24877         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
24878         Reported by Nelson H. F. Beebe.
24879
24880 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24881
24882         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
24883         program_invocation_name and program_invocation_short_name are
24884         initialized.
24885         * lib/argp-namefrob.h: Move declarations of program_invocation_name
24886         and program_invocation_short_name to argp.h, so they are visible
24887         to user programs.
24888         * lib/argp.h: Likewise
24889
24890 2006-09-10  Bruno Haible  <bruno@clisp.org>
24891
24892         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
24893         m4/inttypes_h.m4, m4/uintmax_t.m4.
24894
24895 2006-09-10  Bruno Haible  <bruno@clisp.org>
24896
24897         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
24898         gl_AC_TYPE_UINTMAX_T.
24899
24900 2006-09-10  Bruno Haible  <bruno@clisp.org>
24901
24902         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
24903
24904 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24905
24906         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
24907         convention.  Text proposed by Bruno Haible.
24908         (struct argp_option): Document the use of N_() wrappers.
24909
24910         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
24911         '\v', and translate the two parts separately, instead of feeding
24912         the whole string to gettext.  This allows to exclude
24913         '\v' from the strings visible to the translator by writing doc
24914         strings as N_("..") "\v" N_("..").
24915
24916 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
24917
24918         * config/srclist.txt: Undo latest change; the bug was fixed.
24919
24920 2006-09-09  Bruno Haible  <bruno@clisp.org>
24921
24922         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
24923         assignments if building a library without libtool.
24924         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
24925         in func_emit_lib_Makefile_am.
24926         (func_import): When building a static library libfoo.a, arrange to
24927         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
24928         (func_create_testdir): Likewise.
24929         * modules/gc (configure.ac, Makefile.am): If building statically,
24930         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
24931         * modules/iconvme (configure.ac, Makefile.am): Likewise.
24932         * modules/striconv (configure.ac, Makefile.am): Likewise.
24933         Based on a suggestion by Ralf Wildenhues.
24934
24935 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24936
24937         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
24938         Check for unistd.h too, since Autoconf doesn't assume POSIX.
24939         Also:
24940
24941         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24942         Add year_2050_test to catch glibc bug 2821
24943         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
24944
24945         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24946         Prefer #ifdef to #if.
24947
24948         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
24949         Return from 'main' instead of calling 'exit'.
24950
24951 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24952
24953         * lib/mktime.c (guess_time_tm): Fix bug where mktime
24954         returned the maximum time_t value rather than (time_t) -1.
24955         Problem originally reported by William Bardwell
24956         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
24957
24958         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
24959         Moved to here ...
24960         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
24961         ... from here.
24962
24963 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24964
24965         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
24966         2821 is fixed.
24967
24968 2006-09-08  Jim Meyering  <jim@meyering.net>
24969
24970         Don't make generated files read-only.  That would bother too many
24971         people.  However, do retain the ability to work when targets are
24972         read-only: remove the destination and temporary files before writing
24973         them (when generated via sed or echo), or by using the -f option for
24974         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
24975         * modules/alloca-opt, modules/argz, modules/arpa_inet:
24976         * modules/byteswap, modules/configmake, modules/fcntl:
24977         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
24978         * modules/localcharset, modules/netinet_in, modules/poll:
24979         * modules/stdbool, modules/stdint, modules/sys_select:
24980         * modules/sys_socket, modules/sys_stat, modules/sysexits:
24981
24982 2006-09-08  Jim Meyering  <jim@meyering.net>
24983
24984         Avoid new build failure on FreeBSD 6.0.
24985         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
24986         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
24987         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
24988
24989 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24990
24991         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
24992
24993 2006-09-07  Jim Meyering  <jim@meyering.net>
24994
24995         Fix global typo in last change: use chmod u-w, not chmod u-x.
24996         Spotted by Paul Eggert and Bruce Korb.
24997         * modules/alloca-opt, modules/argz, modules/arpa_inet:
24998         * modules/byteswap, modules/configmake, modules/fcntl:
24999         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
25000         * modules/localcharset, modules/netinet_in, modules/poll:
25001         * modules/stdbool, modules/stdint, modules/sys_select:
25002         * modules/sys_socket, modules/sys_stat, modules/sysexits:
25003
25004 2006-09-06  Jim Meyering  <jim@meyering.net>
25005
25006         Make generated files be read-only.
25007         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
25008         Ensure that each generated file is now read-only.
25009         * modules/argz: Likewise.
25010         * modules/arpa_inet: Likewise.
25011         * modules/byteswap: Likewise.
25012         * modules/configmake: Likewise.
25013         * modules/fcntl: Likewise.
25014         * modules/fnmatch: Likewise.
25015         * modules/getopt: Likewise.
25016         * modules/glob: Likewise.
25017         * modules/inttypes: Likewise.
25018         * modules/netinet_in: Likewise.
25019         * modules/poll: Likewise.
25020         * modules/stdbool: Likewise.
25021         * modules/stdint: Likewise.
25022         * modules/sys_select: Likewise.
25023         * modules/sys_socket: Likewise.
25024         * modules/sys_stat: Likewise.
25025         * modules/sysexits: Likewise.
25026         * modules/localcharset: Same as above, but continue using temporary
25027         file named "t-$@" (why different?) rather than the "$@-t" used
25028         everywhere else.
25029
25030         * modules/sysexits (Makefile.am): Replace literal occurrences
25031         of "sysexit.h" more readable, and more consistent, "$@".
25032
25033 2006-09-06  Bruno Haible  <bruno@clisp.org>
25034
25035         * modules/striconv: New file.
25036         * modules/xstriconv: New file.
25037         * MODULES.html.sh (Internationalization functions): Add striconv,
25038         xstriconv.
25039
25040 2006-09-06  Bruno Haible  <bruno@clisp.org>
25041
25042         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
25043         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
25044         not using libtool correctly.
25045
25046 2006-09-06  Bruno Haible  <bruno@clisp.org>
25047
25048         * lib/striconv.h: New file.
25049         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
25050         iconvstring.c.
25051         * lib/xstriconv.h: New file.
25052         * lib/xstriconv.c: New file.
25053
25054 2006-09-06  Bruno Haible  <bruno@clisp.org>
25055
25056         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
25057         lib_..._LDFLAGS.
25058
25059 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25060
25061         * lib/argz_.h: Sync from Libtool.
25062
25063         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
25064                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25065
25066         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
25067
25068 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
25069
25070         * modules/trim: New file.
25071
25072 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
25073
25074         * lib/trim.h: New file.
25075         * lib/trim.c: New file.
25076
25077 2006-09-05  Bruno Haible  <bruno@clisp.org>
25078
25079         * MODULES.html.sh (String handling): Add trim.
25080
25081 2006-09-04  Karl Berry  <karl@gnu.org>
25082
25083         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
25084         until next release.
25085
25086 2006-09-03  Bruno Haible  <bruno@clisp.org>
25087
25088         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
25089         correctly.
25090
25091 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25092
25093         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
25094         not gl_GETLOADAVG.  Omit unneeded semicolons.
25095         Problems reported by Ralf Wildenhues in
25096         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
25097         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
25098         at the end, which is the usual gnulib style.
25099
25100         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
25101         of doing all the work ourselves.
25102         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
25103         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
25104
25105 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25106
25107         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
25108         Problem reported by Ralf Wildenhues in
25109         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
25110
25111         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
25112         HAVE_STRUCT_STATFS_F_FSTYPENAME.
25113
25114 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25115
25116         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
25117         yesterday's patch by changing test -n to test -z.
25118
25119 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25120
25121         * modules/getloadavg (Files): Add m4/getloadavg.m4.
25122         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
25123         the former is now obsolescent.
25124
25125         * modules/chdir-long (Depends-on): Add fcntl.
25126
25127 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25128
25129         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
25130         obsolescent, and programs should use gnulib instead.
25131         * m4/getloadavg.m4: New file, with contents taken from Autoconf
25132         but with prefixes changed.
25133
25134 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25135
25136         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
25137         or stdbool.h, because they might not exist while configuring.
25138
25139         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
25140         Don't include unistd.h or limits.h; not needed, since chdir-long.h
25141         does that for us.
25142         (O_DIRECTORY): Remove.
25143
25144 2006-08-31  Eric Blake  <ebb9@byu.net>
25145
25146         * gnulib-tool: Don't let emacs change spaces to TAB.
25147
25148 2006-08-31  Bruno Haible  <bruno@clisp.org>
25149
25150         * gnulib-tool: When calling func_import more than once, do it in a
25151         subshell.
25152         Reported by Eric Blake <ebb9@byu.net>.
25153
25154 2006-08-31  Bruno Haible  <bruno@clisp.org>
25155
25156         * gnulib-tool (nl): Remove variable.
25157         (sed_transform_lib_file): Use more robust test for config-h module.
25158         (func_import): Fix typo in 2006-08-25 patch.
25159
25160 2006-08-31  Bruno Haible  <bruno@clisp.org>
25161
25162         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
25163         specified, augment Makefile.am variables instead of assigning them.
25164
25165 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25166
25167         Work around a bug in both the Linux and SunOS 64-bit kernels:
25168         nanosleep mishandles sleeps for longer than 2**31 seconds.
25169         Problem reported by Frank v Waveren in
25170         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
25171         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
25172         Check for nanosleep bug.
25173         (LIB_NANOSLEEP): Append clock_gettime library if needed.
25174
25175 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25176
25177         Work around a bug in both the Linux and SunOS 64-bit kernels:
25178         nanosleep mishandles sleeps for longer than 2**31 seconds.
25179         Problem reported by Frank v Waveren in
25180         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
25181         * lib/nanosleep.c (BILLION): New constant.
25182         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
25183         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
25184         implementation.
25185
25186 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25187
25188         * modules/nanosleep (Depends-on): Add gettime.
25189
25190 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25191         and Simon Josefsson  <jas@extundo.com>
25192         and Oskar Liljeblad  <oskar@osk.mine.nu>
25193
25194         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
25195         * gnulib-tool (func_import): New license type 'unmodifiable license
25196         text'.
25197         * modules/fdl: Use it.  Longer description.
25198         * module/gpl, module/lgpl: New files.
25199
25200 2006-08-30  Jim Meyering  <jim@meyering.net>
25201
25202         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
25203         shadowing the parameter.
25204
25205 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25206
25207         Sync from Libtool:
25208
25209         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25210
25211         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
25212         sharing with gnulib.  Report by Eric Blake.
25213
25214 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25215
25216         * modules/isapipe: New file.
25217         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
25218
25219 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25220
25221         * modules/configmake (Makefile.am): Add a comment, and omit
25222         the CONFIGMAKE_ prefix from generated macro names.  Suggested
25223         by Bruno Haible.
25224
25225 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25226
25227         * m4/isapipe.m4: New file.
25228
25229 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25230
25231         * lib/isapipe.c, lib/isapipe.h: New files.
25232
25233 2006-08-29  Jim Meyering  <jim@meyering.net>
25234
25235         * modules/configmake (Makefile.am): Make configmake.h depend on
25236         Makefile.  Otherwise, a stale configmake.h could hang around.
25237
25238 2006-08-29  Eric Blake  <ebb9@byu.net>
25239
25240         * lib/error.c (error_at_line, print_errno_message): Match libc, after
25241         resolution of upstream bug 3044.
25242
25243 2006-08-29  Bruno Haible  <bruno@clisp.org>
25244
25245         * modules/localcharset (Depends-on): Add configmake.
25246         (Makefile.am): Remove setting of LIBDIR through DEFS.
25247
25248 2006-08-29  Bruno Haible  <bruno@clisp.org>
25249
25250         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
25251         defined.
25252
25253 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25254
25255         * modules/fcntl: New file.
25256         * modules/chdir-safer (Depends-on): Add fcntl.
25257         * modules/fts: Likewise.
25258         * modules/mkdir-p: Likewise.
25259
25260         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
25261         This undoes the most recent change, since we're now addressing the
25262         problem in a different way.
25263
25264         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
25265         into output, since the output might be called Makefile.am even
25266         if $makefile_name is something different.
25267         (func_import): Use $makefile_am rather than
25268         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
25269         empty.
25270
25271         * modules/inttypes (Files): Add m4/inttypes-h.m4.
25272
25273 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25274
25275         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
25276         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
25277         recent change to stdint.m4, since we're now addressing the problem in a
25278         different way.
25279
25280 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25281
25282         * m4/fcntl_h.m4: New file.
25283
25284 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25285
25286         * lib/fcntl_.h: New file.
25287         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
25288         the fcntl module.
25289         * lib/dirchownmod.c: Likewise.
25290         * lib/fts.c: Likewise.
25291
25292         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
25293         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
25294         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
25295         just before including <inttypes.h>, to avoid circular inclusion.
25296
25297 2006-08-28  Jim Meyering  <jim@meyering.net>
25298
25299         * doc/visibility.texi: Actually read and correct the grammar of the
25300         sentence affected by yesterday's change.
25301
25302 2006-08-28  Eric Blake  <ebb9@byu.net>
25303
25304         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
25305         needs wrapper.
25306
25307 2006-08-28  Eric Blake  <ebb9@byu.net>
25308
25309         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
25310
25311 2006-08-28  Eric Blake  <ebb9@byu.net>
25312
25313         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
25314
25315 2006-08-28  Bruno Haible  <bruno@clisp.org>
25316
25317         * modules/c-strstr: New file, from GNU gettext.
25318         * MODULES.html.sh (String handling): Add c-strstr.
25319
25320 2006-08-28  Bruno Haible  <bruno@clisp.org>
25321
25322         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
25323         macros.
25324         Reported by Eric Blake.
25325
25326 2006-08-28  Bruno Haible  <bruno@clisp.org>
25327
25328         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
25329         (VASNPRINTF): Return a string of length > INT_MAX without failing.
25330         * lib/vasprintf.c: Include errno.h, limits.h.
25331         (EOVERFLOW): New fallback definition.
25332         (vasprintf): Test here whether the string length is > INT_MAX.
25333         * lib/vsnprintf.c: Include errno.h, limits.h.
25334         (EOVERFLOW): New fallback definition.
25335         (vsnprintf): Fix bug when generated string was too long for the buffer.
25336         Test here whether the string length is > INT_MAX.
25337
25338 2006-08-28  Bruno Haible  <bruno@clisp.org>
25339
25340         * lib/inttypes_.h (SCNX*): Remove definitions.
25341         Reported by Eric Blake.
25342
25343 2006-08-28  Bruno Haible  <bruno@clisp.org>
25344
25345         * lib/c-strstr.h: New file, from GNU gettext.
25346         * lib/c-strstr.c: New file, from GNU gettext.
25347
25348 2006-08-28  Bruno Haible  <bruno@clisp.org>
25349
25350         * gnulib-tool: Reorder some statements.
25351
25352 2006-08-28  Bruno Haible  <bruno@clisp.org>
25353
25354         * gnulib-tool: New option --makefile-name.
25355         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
25356         $makefile_name.
25357         (func_import): Write $makefile_name to the cache file, and read it from
25358         there unless explicitly specified. Use $makefile_name as file name
25359         instead of Makefile.am. Adjust the recommendations accordingly.
25360
25361 2006-08-28  Bruno Haible  <bruno@clisp.org>
25362
25363         * gnulib-tool (func_verify_module): Check against misapplying patch.
25364
25365 2006-08-28  Bruno Haible  <bruno@clisp.org>
25366
25367         * gnulib-tool (func_relativize, func_relconcat): New functions.
25368         Give an error if --local-dir is given with --update.
25369         Remove trailing slashes from $local_gnulib_dir.
25370         (func_import): Store the relativized $local_gnulib_dir in
25371         gnulib-cache.m4, and read it from there if not specified explicitly.
25372
25373 2006-08-28  Bruno Haible  <bruno@clisp.org>
25374
25375         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
25376         is the current directory. Respect also $local_gnulib_dir.
25377
25378 2006-08-28  Bruno Haible  <bruno@clisp.org>
25379             Simon Josefsson  <jas@extundo.com>
25380
25381         BeOS portability.
25382         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
25383
25384 2006-08-27  Jim Meyering  <jim@meyering.net>
25385
25386         * doc/visibility.texi: Remove duplicate word: "pointer".
25387
25388 2006-08-26  Bruno Haible  <bruno@clisp.org>
25389
25390         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
25391         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
25392         (Makefile.am): Create inttypes.h from inttypes_.h.
25393         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
25394
25395         * modules/imaxabs: New file.
25396
25397         * modules/imaxdiv: New file.
25398
25399 2006-08-26  Bruno Haible  <bruno@clisp.org>
25400
25401         * m4/inttypes.m4: New file.
25402         * m4/_inttypes_h.m4: Remove file.
25403         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
25404         PRI_MACROS_BROKEN.
25405         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
25406
25407         * m4/imaxabs.m4: New file.
25408
25409         * m4/imaxdiv.m4: New file.
25410
25411 2006-08-26  Bruno Haible  <bruno@clisp.org>
25412
25413         * lib/inttypes_.h: New file.
25414         * lib/inttypes.h: Remove file.
25415         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
25416
25417         * lib/imaxabs.c: New file.
25418
25419         * lib/imaxdiv.c: New file.
25420
25421 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25422
25423         New config-h module, so that "make" output needn't be cluttered
25424         by -DHAVE_CONFIG_H.
25425         * MODULES.html.sh (Support for building libraries and executables):
25426         Add config-h.
25427         * modules/config-h: New file.
25428         * gnulib-tool (nl, sed_transform_lib_file): New vars.
25429         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
25430         the config-h module is used.
25431
25432         New configmake module, so that "make" output needn't be cluttered
25433         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
25434         * MODULES.html.sh (Support for building libraries and executables):
25435         Add configmake.
25436         * modules/configmake: New file.
25437
25438 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25439
25440         * m4/config-h.m4: New file.
25441
25442 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25443
25444         * config/srclist.txt: Add elisp-comp.
25445
25446 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25447
25448         * MODULES.html.sh (Support for building libraries and executables):
25449         Add elisp-comp.
25450         * build-aux/elisp-comp: New file.
25451         * modules/elisp-comp: New file.
25452
25453 2006-08-24  Bruno Haible  <bruno@clisp.org>
25454
25455         * gnulib-tool (func_create_testdir): Use non-default values of
25456         sourcebase and m4base.
25457
25458 2006-08-24  Bruno Haible  <bruno@clisp.org>
25459
25460         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
25461         HTML structure.
25462
25463 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25464
25465         * modules/openat (Depends-on): Add lchown.
25466
25467 2006-08-23  Bruno Haible  <bruno@clisp.org>
25468
25469         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
25470         of gl_LOCK_EARLY instead of gl_LOCK.
25471
25472 2006-08-23  Bruno Haible  <bruno@clisp.org>
25473
25474         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
25475         on OSF/1 to no.
25476         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
25477
25478 2006-08-23  Bruno Haible  <bruno@clisp.org>
25479
25480         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
25481         as unusable.
25482
25483         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
25484         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
25485         (gl_LOCK): New macro.
25486
25487 2006-08-22  Simon Josefsson  <jas@extundo.com>
25488
25489         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
25490         to md5 module.
25491
25492 2006-08-22  Simon Josefsson  <jas@extundo.com>
25493
25494         * MODULES.html.sh: Add "Support for maintaining and release
25495         projects".
25496
25497         * build-aux/gnupload: New file, from coreutils.
25498
25499 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25500
25501         Avoid the need for AC_LIBSOURCES in m4 macros.
25502         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
25503         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
25504         * modules/check-version (EXTRA_DIST): Add check-version.h.
25505         * modules/crc (EXTRA_DIST): Add crc.h.
25506         * modules/des (EXTRA_DIST): Add des.h.
25507         * modules/gc (EXTRA_DIST): Add gc.h.
25508         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
25509         * modules/getline (EXTRA_DIST): Add getline.h.
25510         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
25511         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
25512         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
25513         * modules/md2 (EXTRA_DIST): Add md2.h.
25514         * modules/md4 (EXTRA_DIST): Add md4.h.
25515         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
25516         * modules/read-file (EXTRA_DIST): Add read-file.h.
25517         * modules/readline (EXTRA_DIST): Add readline.h.
25518         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
25519         rijndael-api-fst.h.
25520
25521 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25522
25523         * m4/rijndael.m4 (gl_ARCFOUR):
25524         * m4/arctwo.m4 (gl_ARCTWO):
25525         * m4/check-version.m4 (gl_CHECK_VERSION):
25526         * m4/crc.m4 (gl_CRC):
25527         * m4/des.m4 (gl_DES):
25528         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
25529         * m4/gc.m4 (gl_GC):
25530         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
25531         * m4/getline.m4 (gl_FUNC_GETLINE):
25532         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
25533         * m4/hmac-md5.m4 (gl_HMAC_MD5):
25534         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
25535         * m4/md2.m4 (gl_MD2):
25536         * m4/md4.m4 (gl_MD4):
25537         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
25538         * m4/read-file.m4 (gl_FUNC_READ_FILE):
25539         * m4/readline.m4 (gl_FUNC_READLINE):
25540         * m4/rijndael.m4 (gl_RIJNDAEL):
25541         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
25542         to get the necessary .h files and whatnot.
25543
25544 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25545
25546         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
25547         gnulib rather than the other way around.
25548         * config/srclistvars.sh (COREUTILS): Remove.
25549
25550 2006-08-22  Jim Meyering  <jim@meyering.net>
25551
25552         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
25553
25554         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
25555
25556 2006-08-22  Eric Blake  <ebb9@byu.net>
25557
25558         * modules/regexprops-generic: New file.
25559         * MODULES.html.sh (Support for building documentation): List it.
25560
25561 2006-08-22  Eric Blake  <ebb9@byu.net>
25562
25563         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
25564         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
25565         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
25566         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
25567
25568 2006-08-22  Bruno Haible  <bruno@clisp.org>
25569
25570         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
25571         and lib_LTLIBRARIES like the other lib_* variables.
25572
25573 2006-08-22  Bruno Haible  <bruno@clisp.org>
25574
25575         * build-aux/x-to-1.in: New file, from GNU gettext.
25576
25577 2006-08-22  Bruno Haible  <bruno@clisp.org>
25578
25579         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
25580         <utmpx.h> exists.
25581
25582 2006-08-22  Bruno Haible  <bruno@clisp.org>
25583
25584         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
25585         <utmpx.h> exists.
25586
25587 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25588
25589         BeOS portability.
25590         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
25591         exist.
25592         Problem reported by Bruno Haible.
25593
25594 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25595
25596         Avoid the need for AC_LIBSOURCES in m4 macros.
25597         * modules/acl (EXTRA_DIST): Add acl.h.
25598         * modules/argmatch (Files): Add m4/argmatch.m4.
25599         (configure.ac): Add gl_ARGMATCH.
25600         (EXTRA_DIST): Renamed from lib_SOURCES, for
25601         consistency with the other modules.  Remove argmatch.c.
25602         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
25603         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
25604         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
25605         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
25606         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
25607         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
25608         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
25609         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
25610         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
25611         * modules/closeout (EXTRA_DIST): Add closeout.h.
25612         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
25613         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
25614         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
25615         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
25616         dirname.h; remove basename.c and stripslash.c.
25617         * modules/exclude (EXTRA_DIST): Add exclude.h.
25618         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
25619         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
25620         * modules/file-type (EXTRA_DIST): Add file-type.h.
25621         * modules/filemode (EXTRA_DIST): Add filemode.h.
25622         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
25623         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
25624         * modules/fpending (EXTRA_DIST): Add __fpending.h.
25625         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
25626         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
25627         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
25628         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
25629         * modules/getdate (EXTRA_DIST): Add getdate.c.
25630         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
25631         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
25632         * modules/getpass (EXTRA_DIST): Add getpass.h.
25633         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
25634         * modules/group-member (EXTRA_DIST): Add group-member.h.
25635         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
25636         * modules/hash (EXTRA_DIST): Add hash.h.
25637         * modules/human (EXTRA_DIST): Add human.h.
25638         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
25639         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
25640         * modules/lchown (EXTRA_DIST): Add lchown.h.
25641         * modules/long-options (EXTRA_DIST): Add long-options.h.
25642         * modules/lstat (EXTRA_DIST): Add lstat.h.
25643         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
25644         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
25645         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
25646         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
25647         * modules/memxor (EXTRA_DIST): Add memxor.h.
25648         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
25649         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
25650         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
25651         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
25652         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
25653         * modules/physmem (EXTRA_DIST): Add physmem.h.
25654         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
25655         * modules/posixver (EXTRA_DIST): Add posixver.h.
25656         * modules/quote (EXTRA_DIST): Add quote.h.
25657         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
25658         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
25659         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
25660         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
25661         regex_internal.h regexec.c.
25662         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
25663         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
25664         * modules/same (EXTRA_DIST): Add same.h.
25665         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
25666         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
25667         * modules/savedir (EXTRA_DIST): Add savedir.h.
25668         * modules/sha1 (EXTRA_DIST): Add sha1.h.
25669         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
25670         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
25671         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
25672         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
25673         * modules/strdup (EXTRA_DIST): Add strdup.h.
25674         * modules/strftime (EXTRA_DIST): Add strftime.h.
25675         * modules/strndup (EXTRA_DIST): Add strndup.h.
25676         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
25677         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
25678         * modules/time_r (EXTRA_DIST): Add time_r.h.
25679         * modules/timespec (EXTRA_DIST): Add timespec.h.
25680         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
25681         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
25682         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
25683         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
25684         * modules/userspec (EXTRA_DIST): Add userspec.h.
25685         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
25686         * modules/utimens (EXTRA_DIST): Add utimens.h.
25687         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
25688         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
25689         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
25690         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
25691         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
25692         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
25693         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
25694         * modules/yesno (EXTRA_DIST): Add yesno.h.
25695
25696 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25697
25698         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
25699
25700         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
25701         * m4/dev-ino.m4, same-inode.m4: Remove.
25702
25703         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
25704         * m4/acl.m4 (AC_FUNC_ACL):
25705         * m4/backupfile.m4 (gl_BACKUPFILE):
25706         * m4/c-strtod.m4 (gl_C99_STRTOLD):
25707         * m4/canon-host.m4 (gl_CANON_HOST):
25708         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
25709         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
25710         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
25711         * m4/cloexec.m4 (gl_CLOEXEC):
25712         * m4/close-stream.m4 (gl_CLOSE_STREAM):
25713         * m4/closeout.m4 (gl_CLOSEOUT):
25714         * m4/dirfd.m4 (gl_FUNC_DIRFD):
25715         * m4/dirname.m4 (gl_DIRNAME):
25716         * m4/exclude.m4 (gl_EXCLUDE):
25717         * m4/exitfail.m4 (gl_EXITFAIL):
25718         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
25719         * m4/file-type.m4 (gl_FILE_TYPE):
25720         * m4/filemode.m4 (gl_FILEMODE):
25721         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
25722         * m4/fpending.m4 (gl_FUNC_FPENDING):
25723         * m4/fprintftime.m4 (gl_FPRINTFTIME):
25724         * m4/fts.m4 (gl_FUNC_FTS):
25725         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
25726         * m4/getdate.m4 (gl_GETDATE):
25727         * m4/gethrxtime.m4 (gl_GETHRXTIME):
25728         * m4/getpagesize.m4 (gl_GETPAGESIZE):
25729         * m4/getpass.m4 (gl_FUNC_GETPASS):
25730         * m4/gettime.m4 (gl_GETTIME):
25731         * m4/getugroups.m4 (gl_GETUGROUPS):
25732         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
25733         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
25734         * m4/hard-locale.m4 (gl_HARD_LOCALE):
25735         * m4/hash.m4 (gl_HASH):
25736         * m4/idcache.m4 (gl_IDCACHE):
25737         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
25738         * m4/lchown.m4 (gl_FUNC_LCHOWN):
25739         * m4/long-options.m4 (gl_LONG_OPTIONS):
25740         * m4/lstat.m4 (gl_FUNC_LSTAT):
25741         * m4/md5.m4 (gl_MD5):
25742         * m4/memcasecmp.m4 (gl_MEMCASECMP):
25743         * m4/memcoll.m4 (gl_MEMCOLL):
25744         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
25745         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
25746         * m4/memxor.m4 (gl_MEMXOR):
25747         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
25748         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
25749         * m4/modechange.m4 (gl_MODECHANGE):
25750         * m4/mountlist.m4 (gl_MOUNTLIST):
25751         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
25752         * m4/openat.m4 (gl_FUNC_OPENAT):
25753         * m4/pathmax.m4 (gl_PATHMAX):
25754         * m4/physmem.m4 (gl_PHYSMEM):
25755         * m4/posixtm.m4 (gl_POSIXTM):
25756         * m4/posixver.m4 (gl_POSIXVER):
25757         * m4/quote.m4 (gl_QUOTE):
25758         * m4/quotearg.m4 (gl_QUOTEARG):
25759         * m4/readtokens.m4 (gl_READTOKENS):
25760         * m4/readutmp.m4 (gl_READUTMP):
25761         * m4/regex.m4 (gl_REGEX):
25762         * m4/safe-read.m4 (gl_SAFE_READ):
25763         * m4/safe-write.m4 (gl_SAFE_WRITE):
25764         * m4/same.m4 (gl_SAME):
25765         * m4/save-cwd.m4 (gl_SAVE_CWD):
25766         * m4/savedir.m4 (gl_SAVEDIR):
25767         * m4/settime.m4 (gl_SETTIME):
25768         * m4/sha1.m4 (gl_SHA1):
25769         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
25770         * m4/stat-macros.m4 (gl_STAT_MACROS):
25771         * m4/stat-time.m4 (gl_STAT_TIME):
25772         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
25773         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
25774         * m4/strdup.m4 (gl_FUNC_STRDUP):
25775         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
25776         * m4/strndup.m4 (gl_FUNC_STRNDUP):
25777         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
25778         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
25779         * m4/time_r.m4 (gl_TIME_R):
25780         * m4/timespec.m4 (gl_TIMESPEC):
25781         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
25782         * m4/unlinkdir.m4 (gl_UNLINKDIR):
25783         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
25784         * m4/userspec.m4 (gl_USERSPEC):
25785         * m4/utimecmp.m4 (gl_UTIMECMP):
25786         * m4/utimens.m4 (gl_UTIMENS):
25787         * m4/xalloc.m4 (gl_XALLOC):
25788         * m4/xgetcwd.m4 (gl_XGETCWD):
25789         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
25790         * m4/xreadlink.m4 (gl_XREADLINK):
25791         * m4/xstrtod.m4 (gl_XSTRTOD):
25792         * m4/yesno.m4 (gl_YESNO):
25793         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
25794         to get the necessary .h files and whatnot.
25795
25796 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
25797             Bruno Haible  <bruno@clisp.org>
25798
25799         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
25800         /bin/sh understanding of '!' conditional negation.
25801
25802 2006-08-21  Jim Meyering  <jim@meyering.net>
25803
25804         * modules/openat (Depends-on): Really alphabetize.
25805
25806         * modules/acl (Depends-on): Add error and quote.
25807
25808         * check-module (find_included_lib_files): Add at-func.c to the
25809         ok-to-include-more-than-once white list.
25810
25811         * modules/openat (Depends-on): Add lstat.  Alphabetize.
25812
25813 2006-08-21  Bruno Haible  <bruno@clisp.org>
25814
25815         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25816         Emit a pkgdata_DATA variable only if some snippets add contents to it.
25817         Reported by Martin Lambers <marlam@marlam.de>.
25818
25819 2006-08-21  Bruno Haible  <bruno@clisp.org>
25820
25821         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
25822         specify an installation location, don't emit a noinst_LIBRARIES or
25823         noinst_LTLIBRARIES assignment.
25824
25825 2006-08-21  Bruno Haible  <bruno@clisp.org>
25826
25827         BeOS portability.
25828         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
25829         BeOS has mbrtowc() but no <wctype.h>.
25830
25831 2006-08-21  Bruno Haible  <bruno@clisp.org>
25832
25833         BeOS portability.
25834         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
25835         exist.
25836
25837 2006-08-21  Bruno Haible  <bruno@clisp.org>
25838
25839         BeOS portability.
25840         * lib/mbchar.h: Include <wctype.h> only if it exists.
25841
25842 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25843
25844         Remove files that are no longer needed by their respective modules.
25845         * m4/obstack.m4: Remove.
25846         * m4/strerror_r.m4: Remove.
25847         * m4/uint32_t.m4: Remove.
25848         * m4/uintptr_t.m4: Remove.
25849         * m4/ullong_max.m4: Remove.
25850         * m4/xstrtoimax.m4: Remove.
25851         * m4/xstrtoumax.m4: Remove.
25852
25853         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
25854         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
25855         dependencies now capture this.
25856
25857         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
25858         Do not use AC_LIBSOURCES, since gnulib modules now do this.
25859         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
25860         * m4/human.m4 (gl_HUMAN): Likewise.
25861         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
25862         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
25863
25864         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
25865
25866         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
25867         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
25868         stdint.
25869         * m4/human.m4 (gl_HUMAN): Likewise.
25870         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
25871         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
25872         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
25873         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
25874         * m4/xstrtol (gl_XSTRTOL): Likewise.
25875
25876         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
25877         AC_TYPE_LONG_LONG_INT.
25878         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
25879         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
25880         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
25881         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
25882
25883         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
25884         on stdbool.
25885
25886         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
25887         (gl_PREREQ_XSTRTOUL): Remove.
25888
25889         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
25890
25891         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
25892         mode.
25893
25894 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25895
25896         Add and change modules to make it easier for coreutils to use
25897         gnulib-tool.
25898         * modules/backupfile (Files): Remove m4/d-ino.m4.
25899         (Depends-on): Add d-ino.
25900         * modules/cycle-check (Depends-on): Add stdint.
25901         (lib_SOURCES): Add cycle-check.h.
25902         * modules/d-ino: New module.
25903         * modules/d-type: New module.
25904         * modules/error (Files): Remove m4/strerror_r.m4.
25905         * modules/filemode (Files): Add m4/st_dm_mode.m4.
25906         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
25907         m4/inttypes_h.m4, m4/uintmax_t.m4.
25908         (Depends-on): Add stdint.
25909         (lib_SOURCES): Add fsusage.h.
25910         * modules/getcwd (Files): Remove d-ino.m4.
25911         (Depends-on): Add d-ino.
25912         * modules/getndelim2 (Depends-on): Add stdint.
25913         * modules/glob (Files): Remove m4/d-type.m4.
25914         (Depends-on): Add d-type.
25915         * modules/host-os: New module.
25916         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
25917         m4/inttypes_h.m4, m4/uintmax_t.m4.
25918         * Depends-on: Add stdint.
25919         (lib_SOURCES): Add human.h.
25920         * modules/inttostr (Files): Remove m4/intmax_t.m4,
25921         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
25922         m4/uintmax_t.m4, m4/ulonglong.m4.
25923         (Depends-on): Add stdint.
25924         (EXTRA_DIST): Add inttostr.h.
25925         * modules/lchmod: New module.
25926         * modules/link-follow: New module.
25927         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
25928         (Depends-on): Add lchmod.
25929         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
25930         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
25931         (Depends-on): Add stdint.
25932         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
25933         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
25934         (Depends-on): Add stdint.
25935         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
25936         * modules/perl: New module.
25937         * modules/regex (Depends-on): Add stdint.
25938         * modules/rmdir-errno: New module.
25939         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
25940         m4/intmax_t.m4.
25941         (Depends-on): Add stdint.
25942         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
25943         m4/uintmax_t.m4.
25944         (Depends-on): Add stdint.
25945         * modules/unlink-busy: New module.
25946         * modules/utimecmp (Depends-on): Add stdint.
25947         * modules/uptime: New module.
25948         * modules/winsz-ioctl: New module.
25949         * modules/winsz-termios: New module.
25950         * modules/xnanosleep (Depends-on): Add nanosleep.
25951         * modules/ullong_max: Remove.
25952         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
25953         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
25954         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
25955         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
25956         (Depends-on): Add inttypes.
25957         (lib_SOURCES): Add xstrtol.h.
25958         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
25959         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
25960         * MODULES.html.sh: Move 'assert' into the assert section.
25961         Move 'dummy' into the linking section.
25962         Remove ullong_max.
25963         Add section for compatibility checks for POSIX:2001 functions,
25964         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
25965         winsz-ioctl, and winsz-termios into it.
25966         Add lchmod.
25967         Add top-level Misc section and put host-os, perl, and uptime
25968         into it.
25969
25970 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25971
25972         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
25973         now assume the stdint module.  Do not include inttypes.h.
25974         * lib/fsusage.h: Likewise.
25975         * lib/getndelim2.c: Likewise.
25976         * lib/human.h: Likewise.
25977         * lib/inttostr.h: Likewise.
25978         * lib/obstack.c: Likewise.
25979         * lib/regex_internal.h: Likewise.
25980         * lib/tempname.c: Likewise.
25981         * lib/utimecmp.c: Likewise.
25982         * lib/xstrtol.h: Likewise.
25983
25984         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
25985
25986         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
25987         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
25988         * lib/xtime.h: Likewise.
25989
25990 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25991
25992         * modules/openat (Files): Add lib/fchmodat.c.
25993         Fixes problem reported by Jay Youngman.
25994
25995 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25996
25997         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
25998         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
25999
26000 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
26001             Bruno Haible  <bruno@clisp.org>
26002
26003         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
26004         and is a script that invokes bison. Tighten the code. Add comments.
26005
26006 2006-08-18  Jim Meyering  <jim@meyering.net>
26007
26008         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
26009         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
26010         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
26011         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
26012
26013 2006-08-18  Bruno Haible  <bruno@clisp.org>
26014
26015         * modules/bison-i18n: New file.
26016         * MODULES.html.sh (Internationalization functions): Add it.
26017
26018 2006-08-18  Bruno Haible  <bruno@clisp.org>
26019
26020         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
26021         sys/statvfs.h. When getmntinfo was found, check its declaration and
26022         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
26023
26024 2006-08-18  Bruno Haible  <bruno@clisp.org>
26025
26026         * m4/bison-i18n.m4: New file, from bison.
26027
26028 2006-08-18  Bruno Haible  <bruno@clisp.org>
26029
26030         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
26031         (ME_DUMMY): Treat "kernfs" as a dummy.
26032         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
26033
26034 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26035
26036         Update from coreutils.
26037
26038         2006-08-15  Jim Meyering  <jim@meyering.net>
26039
26040         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
26041
26042         2006-01-17  Jim Meyering  <jim@meyering.net>
26043
26044         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
26045
26046         2006-01-11  Jim Meyering  <jim@meyering.net>
26047
26048         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
26049         Check for the lchmod function.
26050
26051 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26052
26053         Update from coreutils.
26054
26055         * lib/__fpending.h: Add copyright notice.
26056         * lib/fprintftime.h: Likewise.
26057         * lib/savedir.c: Use (C) in copyright notice.
26058         * lib/savedir.h: Likewise.
26059
26060         2006-08-15  Jim Meyering  <jim@meyering.net>
26061
26062         * lib/at-func.c: New file, with the logic of all emulated at-functions.
26063         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
26064         in support of the EXPECTED_ERRNO macro.
26065         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
26066         definitions.  Instead, define the appropriate symbols and include
26067         "at-func.c".
26068         * lib/mkdirat.c (mkdirat): Likewise.
26069         * lib/fchmodat.c (fchmodat): Likewise.
26070         (ENOSYS): Remove definition.
26071         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
26072         it.  Don't include "unistd--.h" -- it wasn't ever used.
26073
26074         2006-01-17  Jim Meyering  <jim@meyering.net>
26075
26076         Rewrite fts.c not to change the current working directory,
26077         by using openat, fstatat, fdopendir, etc..
26078
26079         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
26080         (HAVE_OPENAT_SUPPORT): Define.
26081         [_LIBC] (fchdir): Don't undef or define; no longer used.
26082         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
26083         Now, this `function' always succeeds, and consumes its file descriptor
26084         parameter -- so callers must not close such FDs.  Update callers.
26085         (diropen_fd, opendirat, cwd_advance_fd): New functions.
26086         (diropen): Add parameter, SP.  Adjust all callers.
26087         Implement using diropen_fd, rather than open.
26088         (fts_open): Initialize new member, fts_cwd_fd.
26089         Remove fts_rft-setting code.
26090         (fts_close): Close fts_cwd_fd, if necessary.
26091         (__opendir2): Define in terms of opendir or opendirat,
26092         depending on whether the FST_NOCHDIR flag is set.
26093         (fts_build): Since fts_safe_changedir consumes its FD, and since
26094         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
26095         and close the dup'd file descriptor upon failure.
26096         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
26097         (fts_safe_changedir): Tweak semantics to reflect that this function
26098         now calls cwd_advance_fd and hence consumes its FD argument.
26099         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
26100         [struct FTS] (fts_rft): Remove now-unused member.
26101         [struct FTS] (fts_cycle.state): Improve comment.
26102
26103         * lib/openat.c (openat_needs_fchdir): New function.
26104         * lib/openat.h (openat_needs_fchdir): Declare it.
26105
26106 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
26107
26108         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
26109         Problem and fix reported by Pádraig Brady in
26110         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
26111
26112 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26113
26114         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
26115
26116 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26117
26118         * lib/memcoll.c (memcoll): Optimize for the common case where the
26119         arguments are bytewise equal.
26120
26121 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26122
26123         * doc/regexprops-generic.texi: Add a copyright notice.
26124
26125 2006-08-15  Bruno Haible  <bruno@clisp.org>
26126
26127         * modules/tmpdir (License): Change to LGPL.
26128
26129 2006-08-15  Bruno Haible  <bruno@clisp.org>
26130
26131         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
26132         module.
26133
26134 2006-08-14  Simon Josefsson  <jas@extundo.com>
26135
26136         * config/srclist.txt: Add gnupload.
26137
26138 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26139
26140         Change copyright notice from LGPL 2 to GPL 2, since that's the
26141         standard form used in the gnulib repository.
26142         * tests/test-lock.c: Likewise.
26143         * tests/test-stdint.c: Likewise.
26144         * tests/test-tls.c: Likewise.
26145
26146         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
26147         prelude-manager.  User shorter URLs for GNU projects, without '?'.
26148         Add copyright notice.
26149
26150         * check-module: Add copyright notice.  Output a copyright
26151         notice if "--version" is specified.
26152         * modules/COPYING: New file.
26153         * tests/test-getaddrinfo.c: Add copyright notice.
26154         * tests/test-verify.c: Likewise.
26155
26156 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26157
26158         Change copyright notice from LGPL 2 to GPL 2, since that's the
26159         standard form used in the gnulib repository.
26160         * lib/lock.c: LGPL -> GPL.
26161         * lib/lock.h: Likewise.
26162         * lib/strnlen1.c: Likewise.
26163         * lib/strnlen1.h: Likewise.
26164         * lib/tls.c: Likewise.
26165         * lib/tls.h: Likewise.
26166         * lib/tmpdir.c: Likewise.
26167
26168         * lib/TODO: Remove; this belongs only in coreutils.
26169
26170 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26171
26172         Add copyright notices to long-enough files that lack them, since
26173         otherwise the files aren't clearly free.  Use the same notice that
26174         getdate.texi already uses.
26175         * doc/alloca-opt.texi: Add copyright notice.
26176         * doc/alloca.texi: Likewise.
26177         * doc/ctime.texi: Likewise.
26178         * doc/functions.texi: Likewise.
26179         * doc/gcd.texi: Likewise.
26180         * doc/gnulib-tool.texi: Likewise.
26181         * doc/inet_ntoa.texi: Likewise.
26182         * doc/visibility.texi: Likewise.
26183
26184         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
26185         * doc/quote.texi: Add copyright notice.
26186
26187         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
26188         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
26189         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
26190         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
26191         is now obsolete, and give a pointer to the Sun list.
26192         Add copyright notice.
26193
26194 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26195
26196         * config/srclistvars.sh: Add copyright notice.
26197
26198 2006-08-14  Eric Blake  <ebb9@byu.net>
26199
26200         Import the following change from libc:
26201
26202         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
26203
26204         Upstream bug 2997.
26205         * lib/misc/error.c: Add space between program name and message if file
26206         name is missing.
26207
26208 2006-08-12  Karl Berry  <karl@gnu.org>
26209
26210         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
26211         remove, these originate in gnulib now.
26212
26213 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26214
26215         * doc/Makefile (standards.info standards.html standards.dvi):
26216         Also depend on make-stds.texi.
26217
26218 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26219
26220         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
26221         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
26222
26223         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
26224         in wchar_t.  Problem reported by Eric Blake.
26225
26226         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
26227         LEN is smaller than SIZE.  Suggested by Bruno Haible.
26228         Also, help the compiler to keep LEN in a register.
26229
26230 2006-08-11  Eric Blake  <ebb9@byu.net>
26231
26232         * users.txt: Sort.  Add tar.
26233
26234 2006-08-11  Bruno Haible  <bruno@clisp.org>
26235
26236         * users.txt: New file.
26237
26238 2006-08-11  Bruno Haible  <bruno@clisp.org>
26239
26240         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
26241         before <wchar.h>. Needed for OSF/1 and BSD/OS.
26242
26243 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26244
26245         * modules/snprintf (Depends-on): Remove minmax.
26246         (Maintainer): Add self and Bruno.
26247
26248 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26249
26250         * lib/.cppi-disable: Add snprintf.h, socket_.h.
26251         * lib/snprintf.c: Include <errno.h> and <limits.h>.
26252         (EOVERFLOW): Define if the system does not.
26253         Do not include "minmax.h"; it wasn't used.
26254         (snprintf): Don't assume size_t promotes to an unsigned type.
26255         Fix bug when generated string was too long for the buffer: the
26256         buffer's contents are supposed to be the initial prefix of the
26257         output.  Don't assume vasnprintf returns EOVERFLOW if the size
26258         exceeds INT_MAX; do the check ourselves.
26259
26260         Import the following changes from libc:
26261
26262         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
26263
26264         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
26265         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
26266         set wc to the byte which couldn't be converted.
26267         (re_string_reconstruct): Don't clear valid_raw_len before calling
26268         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
26269         tip_context using re_string_context_at.
26270
26271         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
26272
26273         * lib/posix/regex.h: g++ still cannot handled [restrict].
26274
26275         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
26276
26277         * lib/posix/regex.h: Remove special handling for VMS.
26278
26279 2006-08-10  Jim Meyering  <jim@meyering.net>
26280
26281         * modules/same-inode: New module.
26282         * modules/dev-ino: New module.
26283         * modules/cycle-check: Depend on these modules, rather than simply
26284         including their .h files.
26285         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
26286         required via m4/cycle-check.m4.
26287         * modules/same: Depend on new same-inode module, rather than
26288         including same-inode.h.
26289         * modules/chdir-safer: New file.
26290
26291         * modules/chown (Depends-on): Add stat-macros.
26292
26293 2006-08-10  Jim Meyering  <jim@meyering.net>
26294
26295         * m4/cycle-check.m4: New file.
26296         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
26297         * m4/dev-ino.m4, m4/same-inode.m4: New files.
26298
26299 2006-08-10  Eric Blake  <ebb9@byu.net>
26300
26301         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
26302         in from original proposal.
26303
26304 2006-08-10  Eric Blake  <ebb9@byu.net>
26305         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26306
26307         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
26308         namespace.
26309
26310 2006-08-10  Bruno Haible  <bruno@clisp.org>
26311
26312         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
26313         as well.
26314
26315 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26316
26317         Sync from coreutils.
26318
26319         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
26320
26321         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
26322         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
26323
26324 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26325
26326         * modules/restrict: Remove; no longer needed now that we assume
26327         Autoconf 2.59 or later.
26328         * MODULES.html.sh: Remove 'restrict'.
26329         * modules/argp (Depends-on): Remove 'restrict'.
26330         * modules/base64 (Depends-on): Likewise.
26331         * modules/gc (Depends-on): Likewise.
26332         * modules/getaddrinfo (Depends-on): Likewise.
26333         * modules/glob (Depends-on): Likewise.
26334         * modules/inet_ntop (Depends-on): Likewise.
26335         * modules/inet_pton (Depends-on): Likewise.
26336         * modules/memxor (Depends-on): Likewise.
26337         * modules/regex (Depends-on): Likewise.
26338         * modules/strtok_r (Depends-on): Likewise.
26339         * modules/time_r (Depends-on): Likewise.
26340
26341 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26342
26343         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
26344         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
26345         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
26346         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
26347         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
26348         * m4/memxor.m4 (gl_MEMXOR): Likewise.
26349         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
26350         gl_C_RESTRICT replaced by AC_C_RESTRICT.
26351
26352         Merge from coreutils.
26353         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
26354         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
26355         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
26356         * m4/time_r.m4 (gl_TIME_R): Likewise.
26357
26358 2006-08-09  Karl Berry  <karl@gnu.org>
26359
26360         * config/srclist.txt: no more gettext-tools, per Bruno.
26361
26362 2006-08-08  Eric Blake  <ebb9@byu.net>
26363
26364         * modules/verror: New module.
26365         * MODULES.html.sh: Document it.
26366
26367 2006-08-08  Eric Blake  <ebb9@byu.net>
26368
26369         * lib/verror.h, lib/verror.c: New files.
26370
26371 2006-08-08  Eric Blake  <ebb9@byu.net>
26372
26373         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
26374         verror_at_line output complies with GNU Coding Standards even when
26375         file is NULL.
26376
26377 2006-08-07  Bruno Haible  <bruno@clisp.org>
26378
26379         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
26380         versions of AIX.
26381         Reported by Ralf Wildenhues.
26382
26383 2006-08-07  Bruno Haible  <bruno@clisp.org>
26384
26385         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
26386         in an AC_DEFUN. Needed so that the autoconf snippets can use
26387         AC_REQUIRE.
26388
26389 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26390
26391         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26392         Initialize pkgdata_DATA.
26393         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
26394         overriding it.
26395
26396 2006-08-06  Eric Blake  <ebb9@byu.net>
26397
26398         * lib/error.h: Fold in some upstream changes from glibc.
26399         * lib/error.c: Likewise.
26400
26401 2006-08-04  Bruno Haible  <bruno@clisp.org>
26402
26403         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26404         Make the mostlyclean-local rule depend on mostlyclean-generic.
26405         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
26406
26407 2006-07-31  Bruno Haible  <bruno@clisp.org>
26408
26409         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
26410         <stdlib.h>, <string.h>.
26411
26412 2006-07-30  Bruno Haible  <bruno@clisp.org>
26413
26414         * modules/readlink (License): Change to LGPL.
26415
26416 2006-07-30  Bruno Haible  <bruno@clisp.org>
26417
26418         * modules/javaversion (Makefile.am): Distribute javaversion.java and
26419         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
26420         set PKGDATADIR to point to it.
26421
26422 2006-07-30  Bruno Haible  <bruno@clisp.org>
26423
26424         * modules/csharpexec (configure.ac): Comment out macro invocation.
26425         * modules/javaexec (configure.ac): Likewise.
26426         * modules/javacomp-script (configure.ac): Likewise.
26427
26428         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
26429
26430 2006-07-30  Bruno Haible  <bruno@clisp.org>
26431
26432         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
26433         linked-list.
26434
26435 2006-07-30  Bruno Haible  <bruno@clisp.org>
26436
26437         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
26438
26439 2006-07-30  Bruno Haible  <bruno@clisp.org>
26440
26441         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26442         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
26443         get removed.
26444
26445 2006-07-29  Bruno Haible  <bruno@clisp.org>
26446
26447         Make it possible for gnulib-tool to work with locally modified or
26448         augmented gnulib repositories.
26449         * gnulib-tool (func_usage): Document --local-dir option.
26450         (local_gnulib_dir): New variable.
26451         Handle --local-dir option.
26452         (func_lookup_file): New function.
26453         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
26454         (func_get_description, func_get_filelist, func_get_description,
26455         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
26456         func_get_automake_snippet, func_get_include_directive,
26457         func_get_license, func_get_maintainer): Use func_lookup_file.
26458         (func_import, func_create_testdir): Use func_lookup_file.
26459
26460 2006-07-29  Bruno Haible  <bruno@clisp.org>
26461
26462         * modules/setenv (Depends-on): Add unistd.
26463
26464 2006-07-29  Bruno Haible  <bruno@clisp.org>
26465
26466         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
26467
26468 2006-07-29  Bruno Haible  <bruno@clisp.org>
26469
26470         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
26471
26472 2006-07-29  Bruno Haible  <bruno@clisp.org>
26473
26474         * gnulib-tool (import, update): If there is no Makefile.am, look at
26475         aclocal.m4, instead of bailing out.
26476
26477 2006-07-29  Bruno Haible  <bruno@clisp.org>
26478
26479         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
26480         Categorize the options by when they are useful.
26481
26482 2006-07-29  Bruno Haible  <bruno@clisp.org>
26483
26484         * gnulib-tool (func_usage): Document option --no-libtool.
26485         Handle option --no-libtool.
26486         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
26487         for changed semantics of $libtool variable.
26488         (func_import): Likewise. If libtool is not used, show this through
26489         an option --no-libtool.
26490         (func_create_testdir): Update.
26491
26492 2006-07-29  Bruno Haible  <bruno@clisp.org>
26493
26494         * gnulib-tool (func_import): Extend error message about missing
26495         --doc-base.
26496
26497 2006-07-29  Bruno Haible  <bruno@clisp.org>
26498
26499         * gnulib-tool (func_import): Don't create the $docbase directory if
26500         there is no file to store there.
26501
26502 2006-07-29  Bruno Haible  <bruno@clisp.org>
26503
26504         * gnulib-tool (autoconf_minversion): If a --dir option is given and
26505         relevant, look for configure.ac there, not in the current directory.
26506         Also use a simple search for AC_PREREQ, not "autoconf --trace".
26507
26508 2006-07-29  Bruno Haible  <bruno@clisp.org>
26509
26510         * gnulib-tool (SORT): New variable.
26511         (func_usage): Undocument --assume-autoconf option.
26512         Remove --assume-autoconf option handling.
26513         (autoconf_minversion): Determine from the contents of configure.ac.
26514         (func_import): Remove autoconf_minversion handling.
26515         Suggested by Eric Blake.
26516
26517 2006-07-29  Bruno Haible  <bruno@clisp.org>
26518
26519         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
26520
26521 2006-07-29  Bruno Haible  <bruno@clisp.org>
26522
26523         * config/srclist.txt (*setenv.[ch]): Remove rules.
26524
26525 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26526
26527         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
26528
26529 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26530
26531         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
26532         arpa/inet.h.
26533
26534 2006-07-28  Simon Josefsson  <jas@extundo.com>
26535
26536         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
26537         * modules/inet_pton (Depends-on): Likewise.
26538
26539 2006-07-28  Simon Josefsson  <jas@extundo.com>
26540
26541         * m4/netinet_in_h.m4: New file.
26542
26543 2006-07-28  Simon Josefsson  <jas@extundo.com>
26544
26545         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
26546         #include's.
26547
26548 2006-07-28  Simon Josefsson  <jas@extundo.com>
26549
26550         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
26551         #include's.
26552
26553 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
26554
26555         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
26556         setgid on directories only if they set these bits.
26557         * lib/modechange.h: Remove obsolete comment about masks.
26558
26559 2006-07-28  Eric Blake  <ebb9@byu.net>
26560
26561         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
26562         macro expansion.
26563
26564 2006-07-28  Bruno Haible  <bruno@clisp.org>
26565
26566         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
26567
26568 2006-07-28  Bruno Haible  <bruno@clisp.org>
26569
26570         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
26571
26572 2006-07-28  Bruno Haible  <bruno@clisp.org>
26573
26574         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
26575         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
26576         Define fallbacks.
26577         Avoids link error on FreeBSD 4.x.
26578         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26579
26580         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
26581         encoding.
26582         * lib/mbswidth.c (iswcntrl): Likewise.
26583
26584 2006-07-27  Bruno Haible  <bruno@clisp.org>
26585
26586         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
26587         test.
26588
26589 2006-07-27  Bruno Haible  <bruno@clisp.org>
26590
26591         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
26592         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
26593         defined.
26594
26595 2006-07-26  Eric Blake  <ebb9@byu.net>
26596
26597         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
26598
26599 2006-07-26  Eric Blake  <ebb9@byu.net>
26600
26601         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
26602         like mingw that lack mkstemp.
26603         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
26604         avoid compilation warning on mingw.
26605
26606 2006-07-26  Bruno Haible  <bruno@clisp.org>
26607
26608         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
26609         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
26610         INT_FAST*_MIN, INTPTR_MIN.
26611
26612 2006-07-25  Bruno Haible  <bruno@clisp.org>
26613
26614         * modules/version-etc (Depends-on): Add stdarg.
26615
26616 2006-07-25  Bruno Haible  <bruno@clisp.org>
26617
26618         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
26619         complex commands.
26620
26621 2006-07-25  Bruno Haible  <bruno@clisp.org>
26622
26623         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
26624         defined in <stdarg.h> or config.h.
26625
26626 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
26627
26628         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
26629         (gl_STDIO_SAFER): Remove.
26630
26631 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
26632
26633         * MODULES.html.sh (File stream based Input/Output):
26634         Add fopen-safer, tmpfile-safer; remove stdio-safer.
26635         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
26636         * modules/fopen-safer, modules/tmpfile-safer: New files.
26637         * modules/stdio-safer: Remove.
26638
26639 2006-07-24  Bruno Haible  <bruno@clisp.org>
26640
26641         * modules/tmpdir: New file.
26642         * MODULES.html.sh (File system functions): Add it.
26643
26644 2006-07-24  Bruno Haible  <bruno@clisp.org>
26645
26646         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
26647         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
26648
26649 2006-07-24  Bruno Haible  <bruno@clisp.org>
26650
26651         * modules/clean-temp: New file.
26652
26653 2006-07-24  Bruno Haible  <bruno@clisp.org>
26654
26655         * m4/tmpdir.m4: New file, from GNU gettext.
26656
26657 2006-07-24  Bruno Haible  <bruno@clisp.org>
26658
26659         * lib/tmpdir.h: New file, from GNU gettext.
26660         * lib/tmpdir.c: New file, from GNU gettext.
26661
26662 2006-07-24  Bruno Haible  <bruno@clisp.org>
26663
26664         * lib/clean-temp.h: New file, from GNU gettext.
26665         * lib/clean-temp.c: New file, from GNU gettext.
26666
26667 2006-07-23  Eric Blake  <ebb9@byu.net>
26668
26669         * modules/stdio-safer (Files): Add tmpfile-safer.c.
26670         (Depends-on): Add binary-io.
26671
26672 2006-07-23  Eric Blake  <ebb9@byu.net>
26673
26674         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
26675
26676 2006-07-23  Eric Blake  <ebb9@byu.net>
26677
26678         * lib/tmpfile-safer.c: New file.
26679         * lib/stdio-safer.h (fopen_safer): Add prototype.
26680         * lib/stdio--.h (tmpfile): Make safer.
26681
26682 2006-07-23  Bruno Haible  <bruno@clisp.org>
26683
26684         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
26685         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
26686         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
26687         gl_linked_remove_at): Use it.
26688
26689 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26690         and Simon Josefsson <jas@extundo.com>
26691
26692         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
26693
26694         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
26695
26696 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26697
26698         * modules/close-stream: New file.
26699         * modules/closeout (Description): Make it clear that it exits
26700         with a diagnostic on error.
26701         (Depends-on): Add close-stream.  Remove fpending, stdbool.
26702         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
26703
26704 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26705
26706         * m4/close-stream.m4: New file.
26707
26708 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26709
26710         * lib/close-stream.c, lib/close-stream.h: New files.
26711
26712 2006-07-22  Bruno Haible  <bruno@clisp.org>
26713
26714         Merge from GNU gettext 0.15.
26715
26716         2006-05-01  Bruno Haible  <bruno@clisp.org>
26717
26718                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
26719
26720         2006-07-22  Bruno Haible  <bruno@clisp.org>
26721
26722                 * modules/javaversion: New file.
26723                 * MODULES.html.sh (Java): Add javaversion.
26724
26725         2006-03-12  Bruno Haible  <bruno@clisp.org>
26726
26727                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
26728
26729         2005-12-04  Bruno Haible  <bruno@clisp.org>
26730
26731                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
26732                 (untested).
26733
26734         2006-06-21  Bruno Haible  <bruno@clisp.org>
26735
26736                 Avoid warnings from recent versions of mcs.
26737                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
26738                 -o, -L, -r any more. Use options documented since mcs-1.0
26739                 instead. Similarly for -g.
26740
26741         2005-12-04  Bruno Haible  <bruno@clisp.org>
26742
26743                 * build-aux/csharpcomp.sh.in: Suffix for resources is
26744                 .resources, not .resource.
26745
26746         2005-07-09  Bruno Haible  <bruno@clisp.org>
26747
26748                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
26749                 add a .dll suffix.
26750                 Reported by Mark Junker <mjscod@gmx.de>.
26751
26752         2006-07-22  Bruno Haible  <bruno@clisp.org>
26753
26754                 * modules/gettext: Upgrade to gettext-0.15.
26755                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
26756                 m4/visibility.m4.
26757                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
26758
26759 2006-07-22  Bruno Haible  <bruno@clisp.org>
26760
26761         Merge from GNU gettext 0.15.
26762
26763         2006-03-25  Bruno Haible  <bruno@clisp.org>
26764
26765                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
26766
26767         2006-07-21  Bruno Haible  <bruno@clisp.org>
26768
26769                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
26770                 "1.1".
26771
26772         2006-05-09  Bruno Haible  <bruno@clisp.org>
26773
26774                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
26775                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
26776                 for the conftestver execution.
26777
26778         2006-05-01  Bruno Haible  <bruno@clisp.org>
26779
26780                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
26781                 optional target-version argument. Verify that the compiler
26782                 groks source of the specified source-version, or add -source
26783                 option as necessary. Verify that the compiler produces
26784                 bytecode in the specified target-version, or add -target and
26785                 -source options as necessary. Make the result of the test
26786                 available as variable CONF_JAVAC. Also log error output in
26787                 config.log.
26788
26789         2006-03-11  Bruno Haible  <bruno@clisp.org>
26790
26791                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
26792
26793         2006-05-09  Bruno Haible  <bruno@clisp.org>
26794
26795                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
26796                 CLASSPATH_SEPARATOR to a semicolon.
26797
26798         2006-03-12  Bruno Haible  <bruno@clisp.org>
26799
26800                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
26801                 available as variable CONF_JAVA, for subsequent autoconf
26802                 tests. Also log error output in config.log.
26803
26804         2006-07-19  Bruno Haible  <bruno@clisp.org>
26805
26806                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
26807                 that getline works on glibc2 systems. Needed to avoid trouble
26808                 in relocatable.c.
26809                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
26810
26811         2005-12-04  Bruno Haible  <bruno@clisp.org>
26812
26813                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
26814                 launcher (untested).
26815
26816         2005-12-04  Bruno Haible  <bruno@clisp.org>
26817
26818                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
26819
26820         2006-07-22  Bruno Haible  <bruno@clisp.org>
26821
26822                 * gettext.m4: Update from GNU gettext-0.15.
26823                 * nls.m4: Likewise.
26824                 * po.m4: Likewise.
26825                 * inttypes-pri.m4: Likewise.
26826                 * inttypes-h.m4: Renamed from inttypes.m4.
26827                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
26828
26829 2006-07-22  Bruno Haible  <bruno@clisp.org>
26830
26831         Merge from GNU gettext 0.15.
26832
26833         2005-07-05  Bruno Haible  <bruno@clisp.org>
26834
26835                 * printf-args.c (printf_fetchargs): Work around broken
26836                 definition of wint_t on mingw.
26837
26838         2005-02-12  Bruno Haible  <bruno@clisp.org>
26839
26840                 * xallocsa.h: Add extern "C" for C++.
26841
26842         2006-05-17  Bruno Haible  <bruno@clisp.org>
26843
26844                 Cygwin portability.
26845                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
26846
26847         2006-04-30  Bruno Haible  <bruno@clisp.org>
26848
26849                 * progreloc.c: Include <mach-o/dyld.h> if available.
26850                 (find_executable): Use _NSGetExecutablePath when possible.
26851
26852         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26853
26854                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
26855                 function.
26856
26857         2005-12-29  Bruno Haible  <bruno@clisp.org>
26858
26859                 * progreloc.c (set_program_name_and_installdir): Fix
26860                 compilation error.
26861
26862         2005-12-04  Bruno Haible  <bruno@clisp.org>
26863
26864                 Cygwin portability.
26865                 * progreloc.c: Include <windows.h> also on Cygwin.
26866                 (find_executable): Add support for Cygwin.
26867                 (set_program_name_and_installdir): Handle also platforms with
26868                 nonempty EXEEXT.
26869
26870         2006-07-11  Bruno Haible  <bruno@clisp.org>
26871
26872                 * javacomp.c: Fix a comment.
26873                 Reported by Jim Meyering.
26874
26875         2006-04-30  Bruno Haible  <bruno@clisp.org>
26876
26877                 * javacomp.h (compile_java_class): Add source_version,
26878                 target_version arguments.
26879                 * javacomp.c: Rewritten to choose only a compiler that
26880                 respects the specified source_version and target_version.
26881
26882         2006-06-27  Bruno Haible  <bruno@clisp.org>
26883
26884                 Assume correct S_ISDIR macro.
26885                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
26886
26887         2006-07-22  Bruno Haible  <bruno@clisp.org>
26888
26889                 * javaversion.h: New file, from GNU gettext.
26890                 * javaversion.c: New file, from GNU gettext.
26891                 * javaversion.java: New file, from GNU gettext.
26892                 * javaversion.class: New file, from GNU gettext.
26893
26894         2006-05-17  Bruno Haible  <bruno@clisp.org>
26895
26896                 Cygwin portability.
26897                 * javaexec.c (execute_java_class): Test for jview program
26898                 also on Cygwin.
26899
26900         2006-04-09  Bruno Haible  <bruno@clisp.org>
26901
26902                 * fatal-signal.c: Don't include string.h.
26903                 (at_fatal_signal): Use a copying loop instead of memcpy.
26904
26905         2005-12-04  Bruno Haible  <bruno@clisp.org>
26906
26907                 * csharpexec.c: Add support for 'clix' launcher (untested).
26908                 (execute_csharp_using_sscli): New function.
26909                 (execute_csharp_program): Call it.
26910
26911         2006-06-21  Bruno Haible  <bruno@clisp.org>
26912
26913                 Avoid warnings from recent versions of mcs.
26914                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
26915                 -o, -L, -r any more. Use options documented since mcs-1.0
26916                 instead. Similarly for -g.
26917
26918         2005-07-09  Bruno Haible  <bruno@clisp.org>
26919
26920                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
26921                 add a .dll suffix.
26922                 Reported by Mark Junker <mjscod@gmx.de>.
26923
26924         2006-06-17  Bruno Haible  <bruno@clisp.org>
26925
26926                 * config.charset: Update for NetBSD 3.0.
26927
26928         2006-05-17  Bruno Haible  <bruno@clisp.org>
26929
26930                 Cygwin portability.
26931                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
26932
26933         2006-05-16  Bruno Haible  <bruno@clisp.org>
26934
26935                 * localcharset.c [CYGWIN]: Include <windows.h>.
26936                 (get_charset_aliases): For Cygwin, return the same CPxxx
26937                 aliases list as under WIN32.
26938                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
26939                 the environment variables. Fall back to GetACP().
26940
26941         2006-04-05  Bruno Haible  <bruno@clisp.org>
26942
26943                 * config.charset: Update Juan Manuel Guerrero's address.
26944
26945         2005-02-12  Bruno Haible  <bruno@clisp.org>
26946
26947                 * allocsa.h: Add extern "C" for C++.
26948
26949         2005-02-10  Bruno Haible  <bruno@clisp.org>
26950
26951                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
26952                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
26953
26954         2006-07-22  Bruno Haible  <bruno@clisp.org>
26955
26956                 * gettext.h: Update to GNU gettext-0.15.
26957
26958 2006-07-22  Bruno Haible  <bruno@clisp.org>
26959
26960         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
26961         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
26962         lib-prefix.m4, longdouble.m4, ssize_t.m4.
26963
26964 2006-07-21  Eric Blake  <ebb9@byu.net>
26965
26966         * modules/stdlib-safer: New file.
26967         * MODULES.html.sh (File stream based Input/Output): Add
26968         stdlib-safer.
26969
26970 2006-07-21  Eric Blake  <ebb9@byu.net>
26971
26972         * lib/stdlib-safer.h: New file from coreutils, required by
26973         stdlib--.h.
26974
26975 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
26976
26977         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
26978
26979 2006-07-20  Bruno Haible  <bruno@clisp.org>
26980
26981         * gnulib-tool: Recognize new option --assume-autoconf.
26982         (autoconf_minversion): New variable.
26983         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
26984
26985 2006-07-20  Bruno Haible  <bruno@clisp.org>
26986
26987         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
26988
26989 2006-07-19  Derek R. Price  <derek@ximbiot.com>
26990
26991         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
26992         Reindent and repaginate.
26993
26994 2006-07-19  Derek Price  <derek@ximbiot.com>
26995
26996         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
26997         Correct grammar.
26998
26999 2006-07-17  Bruno Haible  <bruno@clisp.org>
27000
27001         * modules/list: New file.
27002         * modules/array-list: New file.
27003         * modules/carray-list, modules/carray-list-tests: New files.
27004         * modules/linked-list, modules/linked-list-tests: New files.
27005         * modules/avltree-list, modules/avltree-list-tests: New files.
27006         * modules/rbtree-list, modules/rbtree-list-tests: New files.
27007         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
27008         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
27009         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
27010         * modules/oset: New file.
27011         * modules/array-oset: New file.
27012         * modules/avltree-oset, modules/avltree-oset-tests: New files.
27013         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
27014         * tests/test-carray_list.c: New file.
27015         * tests/test-linked_list.c: New file.
27016         * tests/test-avltree_list.c: New file.
27017         * tests/test-rbtree_list.c: New file.
27018         * tests/test-linkedhash_list.c: New file.
27019         * tests/test-avltreehash_list.c: New file.
27020         * tests/test-rbtreehash_list.c: New file.
27021         * tests/test-avltree_oset.c: New file.
27022         * tests/test-rbtree_oset.c: New file.
27023         * MODULES.html.sh (Container data structures): New section.
27024
27025 2006-07-17  Bruno Haible  <bruno@clisp.org>
27026
27027         * m4/gl_list.m4: New file.
27028
27029 2006-07-17  Bruno Haible  <bruno@clisp.org>
27030
27031         * lib/gl_list.h: New file.
27032         * lib/gl_list.c: New file.
27033         * lib/gl_array_list.h: New file.
27034         * lib/gl_array_list.c: New file.
27035         * lib/gl_carray_list.h: New file.
27036         * lib/gl_carray_list.c: New file.
27037         * lib/gl_linked_list.h: New file.
27038         * lib/gl_linked_list.c: New file.
27039         * lib/gl_anylinked_list1.h: New file.
27040         * lib/gl_anylinked_list2.h: New file.
27041         * lib/gl_avltree_list.h: New file.
27042         * lib/gl_avltree_list.c: New file.
27043         * lib/gl_anyavltree_list1.h: New file.
27044         * lib/gl_anyavltree_list2.h: New file.
27045         * lib/gl_rbtree_list.h: New file.
27046         * lib/gl_rbtree_list.c: New file.
27047         * lib/gl_anyrbtree_list1.h: New file.
27048         * lib/gl_anyrbtree_list2.h: New file.
27049         * lib/gl_anytree_list1.h: New file.
27050         * lib/gl_anytree_list2.h: New file.
27051         * lib/gl_linkedhash_list.h: New file.
27052         * lib/gl_linkedhash_list.c: New file.
27053         * lib/gl_anyhash_list1.h: New file.
27054         * lib/gl_anyhash_list2.h: New file.
27055         * lib/gl_avltreehash_list.h: New file.
27056         * lib/gl_avltreehash_list.c: New file.
27057         * lib/gl_rbtreehash_list.h: New file.
27058         * lib/gl_rbtreehash_list.c: New file.
27059         * lib/gl_anytreehash_list1.h: New file.
27060         * lib/gl_anytreehash_list2.h: New file.
27061
27062         * lib/gl_oset.h: New file.
27063         * lib/gl_oset.c: New file.
27064         * lib/gl_array_oset.h: New file.
27065         * lib/gl_array_oset.c: New file.
27066         * lib/gl_avltree_oset.h: New file.
27067         * lib/gl_avltree_oset.c: New file.
27068         * lib/gl_rbtree_oset.h: New file.
27069         * lib/gl_rbtree_oset.c: New file.
27070         * lib/gl_anytree_oset.h: New file.
27071
27072 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27073
27074         * m4/mkancesdirs.m4: New file.
27075         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
27076         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
27077         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
27078         it.
27079
27080 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27081
27082         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
27083         * lib/mkancesdirs.h: New files.
27084         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
27085         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
27086         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
27087         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
27088         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
27089         callers changed.  Revamp internals significantly, by not
27090         attempting to create directories that are temporarily more
27091         permissive than the final results.  Do not attempt to use
27092         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
27093         This removes some race conditions, fixes some bugs, and simplifies
27094         things.  Use new dirchownmod function to do owner and mode changes.
27095         * lib/mkdir-p.h: Likewise.
27096         * lib/modechange.c (octal_to_mode): New function.
27097         (struct mode_change): New member mentioned.
27098         (make_node_op_equals): New arg mentioned.  All callers changed.
27099         (mode_compile): Keep track of which mode bits the user has explicitly
27100         mentioned.
27101         (mode_adjust): New arg DIR, so that we implement the X op correctly.
27102         New arg PMODE_BITS, to keep track of which mode bits the user
27103         mentioned; it treats S_ISUID and S_ISGID speciall.
27104         All callers changed.
27105         * lib/modechange.h: Likewise.
27106
27107 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27108
27109         * MODULES.html.sh: Add mkancestors.
27110         * modules/mkancesdirs: New module.
27111         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
27112         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
27113         The chdir-safer and afs files are now orphans; I'll remove them
27114         unless someone speaks up.
27115         Add lib/dirchownmod.c, lib/dirchownmod.h.
27116         (Depends-on): Remove alloca, chown, save-cwd, dirname.
27117         Add lchown, mkancesdirs.
27118         (Maintainer): Add self.
27119
27120 2006-07-15  Karl Berry  <karl@gnu.org>
27121
27122         * gnulib-tool: help message wording/arrangement.
27123
27124 2006-07-14  Simon Josefsson  <jas@extundo.com>
27125
27126         * doc/gnulib.texi (Libtool and Windows): New section.
27127
27128 2006-07-12  Simon Josefsson  <jas@extundo.com>
27129
27130         * modules/gendocs (License): Fix license, approved by Karl.
27131
27132 2006-07-12  Eric Blake  <ebb9@byu.net>
27133
27134         * MODULES.html.sh: Add gendocs.
27135
27136 2006-07-11  Eric Blake  <ebb9@byu.net>
27137
27138         * modules/fdl: New module, to install doc/fdl.texi.
27139         * MODULES.html.sh: Add new section for documentation modules.
27140         * gnulib-tool: Avoid space-tab.
27141         (--doc-base): New option, to manage files from doc.
27142
27143 2006-07-11  Eric Blake  <ebb9@byu.net>
27144
27145         * m4/absolute-header.m4: Fix comments to match recent change.
27146
27147 2006-07-11  Eric Blake  <ebb9@byu.net>
27148
27149         * gnulib-tool: List --doc-base before --tests-base.
27150
27151 2006-07-11  Derek R. Price  <derek@ximbiot.com>
27152
27153         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
27154
27155 2006-07-11  Bruno Haible  <bruno@clisp.org>
27156
27157         * README: Mention where to put documentation.
27158
27159 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27160
27161         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
27162
27163 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
27164
27165         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
27166         to stdint.m4.
27167
27168 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
27169
27170         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
27171         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
27172         "no/such/file/stdint.h" when there is no such file, so that
27173         the resulting C code can be parsed by dodgy compilers.
27174         Problems reported by Bob Proulx.
27175
27176 2006-07-10  Derek R. Price  <derek@ximbiot.com>
27177
27178         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
27179         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
27180         macros into the GNU _D_EXACT_NAMLEN.
27181         * lib/savedir.c:  Likewise.
27182         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
27183
27184 2006-07-10  Derek R. Price  <derek@ximbiot.com>
27185         and Paul Eggert  <eggert@cs.ucla.edu>
27186
27187         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
27188         * m4/savedir.m4:
27189         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
27190         macros into the GNU _D_EXACT_NAMLEN.
27191
27192 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27193
27194         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
27195         around the absolute name, to work around a problem with the HP-UX
27196         11.23 native C compiler, reported by Bob Proulx.
27197
27198 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27199
27200         * doc/maintain.texi, make-stds.texi: Sync from
27201         <http://savannah.gnu.org/projects/gnustandards>.
27202
27203 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27204
27205         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
27206
27207 2006-07-09  Jim Meyering  <jim@meyering.net>
27208
27209         * m4/glob.m4: Remove a doubled word in a comment.
27210
27211 2006-07-09  Jim Meyering  <jim@meyering.net>
27212
27213         * lib/argp-pv.c: Remove a doubled word in a comment.
27214         * lib/check-version.c (check_version): Likewise.
27215         * lib/javacomp.c (compile_java_class): Likewise.
27216
27217 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
27218
27219         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
27220         for the benefit of people using Autoconf 2.60.  If you want to
27221         support older Autoconf versions you can copy m4/onceonly_2_57.m4
27222         (or m4/onceonly.m4, if pre-2.57) manually.
27223
27224 2006-07-08  Jim Meyering  <jim@meyering.net>
27225
27226         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
27227         comment.
27228         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
27229         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
27230         comment.
27231
27232 2006-07-08  Jim Meyering  <jim@meyering.net>
27233
27234         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
27235
27236 2006-07-07  Simon Josefsson  <jas@extundo.com>
27237
27238         * tests/test-crc.c: Change expected crc value, the test vector
27239         were probably computed using the old broken crc.c?
27240
27241 2006-07-06  Simon Josefsson  <jas@extundo.com>
27242
27243         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
27244         now the canonical place for the M4 file).
27245
27246         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
27247         from the sys_socket dependency now.
27248
27249         * modules/inet_pton (Files): Ditto.
27250
27251         * modules/inet_ntop (Files): Ditto.
27252
27253 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27254
27255         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
27256         not gl_PREREQ_GETUSERSHELL.
27257
27258 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27259
27260         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
27261         with only one argument, for Autoconf 2.60.
27262         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
27263         expand to nothing, so add a shell command to avoid syntax error.
27264         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
27265
27266 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27267
27268         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
27269
27270 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27271
27272         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
27273         no longer needed.  Check for isblank decl.
27274         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
27275         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
27276         of existence.
27277
27278 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27279
27280         * lib/getloadavg.c: Use __VMS, not VMS.
27281         * lib/getopt.c: Likewise.
27282         * lib/getpagesize.h: Likewise.
27283         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
27284         and probably does not work.
27285
27286 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27287
27288         * lib/.cppi-disable: Add wcwidth.
27289         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
27290         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
27291         (ISGRAPH): Remove.  All uses changed to isgraph.
27292         (FOLD) [!defined _LIBC]: Remove special case.
27293         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
27294         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
27295         HAVE_ISBLANK.
27296         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
27297         case.
27298
27299 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
27300
27301         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
27302         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
27303         brackets.  Other minor changes to suppress some compiler
27304         warnings.
27305
27306 2006-07-06  Derek R. Price  <derek@ximbiot.com>
27307         and Paul Eggert  <eggert@cs.ucla.edu>
27308
27309         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
27310         of invoking obsolescent AC_HEADER_DIRENT macro.
27311         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
27312         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
27313         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
27314         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
27315         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
27316         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
27317         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
27318         * m4/readdir.m4: Remove; no longer needed.
27319
27320 2006-07-06  Derek R. Price  <derek@ximbiot.com>
27321         and Paul Eggert  <eggert@cs.ucla.edu>
27322
27323         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
27324         Don't worry about this obsolete case any more.
27325         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
27326         directories.
27327         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
27328         worry about this obsolete case any more.
27329         * lib/fts.c: Likewise.
27330         * lib/getcwd.c: Likewise.
27331         * lib/glob.h: Likewise.
27332         * lib/savedir.c: Likewise.
27333
27334 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27335
27336         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
27337         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
27338         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
27339         needed.
27340         All uses removed.
27341         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27342         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
27343         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
27344         needed.
27345         * m4/getdate.m4 (gl_GETDATE): Likewise.
27346         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
27347         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
27348         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
27349         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27350         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
27351         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27352         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
27353         needed.
27354
27355 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27356
27357         * lib/memcasecmp.c: Include <limits.h>.
27358         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
27359         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
27360         Don't assume isdigit succeeds only on '0' through '9'.
27361
27362 2006-07-05  Eric Blake  <ebb9@byu.net>
27363
27364         * modules/getaddrinfo (Depends-on): Add snprintf.
27365
27366 2006-07-05  Eric Blake  <ebb9@byu.net>
27367
27368         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
27369         to avoid 'header present but could not be compiled' on cygwin.
27370
27371 2006-07-05  Eric Blake  <ebb9@byu.net>
27372
27373         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
27374         missing from netdb.h.
27375         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
27376
27377 2006-07-05  Derek R. Price  <derek@ximbiot.com>
27378
27379         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
27380         no longer needed.
27381         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
27382         * m4/getdate.m4 (gl_GETDATE): Likewise.
27383         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
27384         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
27385         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
27386         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27387         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27388
27389 2006-07-05  Derek R. Price  <derek@ximbiot.com>
27390
27391         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
27392         All uses of is_space replaced by isspace.
27393         * lib/exit.h: Don't talk about STDC_HEADERS.
27394         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
27395         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
27396         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
27397         replaced by isprint etc.
27398         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
27399         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
27400         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
27401         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
27402         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
27403         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
27404
27405 2006-07-05  Bruno Haible  <bruno@clisp.org>
27406
27407         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
27408         the function exists, before testing against AIX.
27409         Reported by Martin Lambers <marlam@marlam.de>.
27410
27411 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
27412
27413         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
27414         From Mark D. Baushke.
27415
27416 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
27417
27418         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
27419         to the absolute name, not just one, to bypass Sun C 5.8's
27420         "warning: #include of /usr/include/... may be non-portable".
27421
27422 2006-07-04  Eric Blake  <ebb9@byu.net>
27423
27424         * modules/dirname-tests: New test module.
27425         * tests/test-dirname.c: New file, replacing dirname.c
27426         TEST_DIRNAME section that was recently deleted.
27427
27428 2006-07-04  Bruno Haible  <bruno@clisp.org>
27429
27430         Assume ANSI C header files and <ctype.h> functions.
27431         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
27432         (mbsnwidth): Use isprint, iscntrl instead.
27433
27434 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27435
27436         Merge from coreutils.
27437         * MODULES.html.sh: Add xstrtold.
27438         * modules/xstrtold: New file.
27439         * modules/cycle-check (Files): Add lib/same-inode.h.
27440         * modules/dirname (Files): Add m4/double-slash-root.m4.
27441         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
27442         * modules/mkdir-p (Files): Add lib/same-inode.h.
27443         * modules/same (Files): Add lib/same-inode.h.
27444
27445 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27446
27447         * m4/absolute-header.m4: Renamed from full-header-path.m4.
27448         This is to keep the terminology clean; POSIX talks about
27449         "absolute pathnames", not "full pathnames", but the GNU
27450         Coding Standards say to use "path" for something else;
27451         so use "absolute" to keep both sides happy.
27452         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
27453         Set gl_absolute_header, not gl_full_header_path.
27454         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
27455         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
27456         All uses changed.
27457
27458         Merge from coreutils.
27459
27460         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
27461
27462         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
27463         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
27464         want to require the building of c-strtod.o.
27465         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
27466         needs -lm directly.
27467         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
27468
27469         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
27470
27471         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
27472         --as-needed option if available.  Problem reported by Albert Chin in
27473         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
27474         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
27475         cc merely issues a bunch of annoying warnings for --as-needed
27476         (this problem was reported by Bob Proulx).  Also, try linking with
27477         -lm to detect a bug in binutils 2.16 (this problem was reported
27478         by Ralf Wildenhues).
27479
27480         2006-06-18  Jim Meyering  <jim@meyering.net>
27481
27482         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
27483         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
27484         macro.
27485         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
27486         also check for glibc-2.4's abort-inducing bug.
27487
27488         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
27489         Low-probability clean-up should be to use rmdir to get rid of
27490         the just-created directory, not unlink.
27491
27492         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
27493         configure fail, and request a bug report to inform us about it.
27494         Add a comment that, barring reports to the contrary, in 2007 we'll
27495         assume ftruncate is universally available.
27496
27497         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
27498
27499         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
27500
27501         2006-03-12  Jim Meyering  <jim@meyering.net>
27502
27503         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
27504         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
27505         * m4/same.m4 (gl_SAME): Likewise.
27506         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
27507
27508         2006-03-11  Eric Blake  <ebb9@byu.net>
27509
27510         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
27511         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
27512         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
27513         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
27514
27515 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27516
27517         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
27518         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
27519         reported by Mark D. Baushke, one in
27520         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
27521
27522         Merge from coreutils.
27523
27524         * lib/.cppi-disable: Add stdint_.h.
27525         * lib/.cvsignore: Add stdint.h.
27526
27527         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
27528
27529         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
27530         both double and long double versions.
27531         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
27532         * lib/xstrtold.c: New file.
27533         * lib/xstrtod.h (xstrtold): New decl.
27534
27535         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
27536
27537         * lib/filemode.c (setst): Remove.
27538         (strmode): Rewrite to avoid setst.  This makes the code shorter,
27539         (arguably) clearer, and the generated code is a bit smaller on my
27540         Debian GNU/Linux stable x86 host.
27541
27542         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
27543
27544         * lib/filemode.c: Include "filemode.h" first, to test the interface.
27545         Assume that filemode.h includes sys/types.h and sys/stat.h.
27546         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
27547         (ftypelet): Reorder to put common cases first, for efficiency.
27548         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
27549         to do 'M'.
27550         (strmode): Renamed from mode_string, and now stores 12 bytes instead
27551         of 10, for compatibility with FreeBSD.  All callers changed.
27552         (filemodestring): Now stores 12 bytes instead of 10, and sets file
27553         types that can't be deduced solely from st_mode.  First arg is now a
27554         const pointer.
27555         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
27556         (strmode): Renamed from mode_string.
27557         (filemodestring): New decl.
27558         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
27559         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
27560         needed.
27561         (S_ISPORT, S_ISWHT): New macros, if not already defined.
27562
27563         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
27564
27565         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
27566         fsusage.h now does that.  Include fsusage.h first, to test interface.
27567         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
27568         at most one method (the old code could have generated decls that
27569         didn't conform to C89, not that this was ever exercised).
27570         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
27571
27572         2006-03-19  Jim Meyering  <jim@meyering.net>
27573
27574         Work even in a chroot where d_ino values for entries in "/"
27575         don't match the stat.st_ino values for the same names.
27576         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
27577         number, iterate through all entries again, using lstat instead.
27578         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
27579         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
27580
27581         * lib/getcwd.c (__getcwd): Clarify a comment.
27582         Use memcpy in place of a call to strcpy.
27583
27584         2006-03-12  Jim Meyering  <jim@meyering.net>
27585
27586         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
27587         matches that of the current directory (which we're about to chdir ".."
27588         out of), then save the dev-ino of the parent, instead.
27589
27590         * lib/same-inode.h (SAME_INODE): New file/macro.
27591         * lib/chdir-safer.c (SAME_INODE): Remove definition.
27592         Include "same-inode.h", instead.
27593         * lib/same.c: Likewise.
27594         * lib/cycle-check.h: Include "same-inode.h".
27595         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
27596         * lib/cycle-check.c (SAME_INODE): Remove definition.
27597         * lib/root-dev-ino.h: Include "same-inode.h".
27598
27599         2006-03-11  Eric Blake  <ebb9@byu.net>
27600
27601         * lib/same.c (same_name): s/base_name/last_component/
27602         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
27603         * lib/filenamecat.c (file_name_concat): Likewise.
27604
27605         2006-03-11  Eric Blake  <ebb9@byu.net>,
27606                     Paul Eggert  <eggert@cs.ucla.edu>
27607
27608         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
27609         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
27610         drive prefix.
27611         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
27612         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
27613         (last_component): New method.
27614         * lib/dirname.c (dir_len): Determine when drive letters need a
27615         subsequent slash.  Preserve // when it is special.
27616         (dir_name): Don't append dot when drive letter is absolute.
27617         [TEST_DIRNAME]: Move into a full-blown gnulib test.
27618         * lib/basename.c (base_name): New semantics - malloc the result.
27619         Preserve // when it is special.  Preserve relative files that look
27620         like drive letters.
27621         (base_len): Preserve // when it is special.
27622         (last_component): New method, similar to old base_name semantics.
27623         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
27624         base_name.  Strip redundant slashes from ///.
27625
27626 2006-07-03  Jim Meyering  <jim@meyering.net>
27627
27628         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
27629         macro is used before the first cycle_check call.
27630
27631 2006-07-03  Eric Blake  <ebb9@byu.net>
27632
27633         * modules/dirname (Depends-on): Add xstrndup.
27634
27635 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
27636
27637         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
27638         test cases, so that config.log is a bit easier to follow.
27639
27640 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
27641
27642         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
27643         both are 64 bits, since this seems to be the tradition, and this
27644         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
27645         we ever run into a host that prefers long long to long in this
27646         case, we'll need another configure-time test.  Problem reported by
27647         Jim Meyering.
27648
27649 2006-07-02  Eric Blake  <ebb9@byu.net>
27650
27651         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
27652
27653 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27654
27655         * modules/inttypes (Depends-on): No longer depends on stdint.
27656         * modules/stdint (Description): Say more about assumptions.
27657         Say that the fast types might differ.  Say macros are used.
27658         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
27659         (Makefile.am): Revise list of substituted symbols to match
27660         new stdint.m4.
27661         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
27662         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
27663         * tests/test-stdint.c (verify_same_types)
27664         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
27665         the code conforms to C99/C89.
27666         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
27667         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
27668
27669 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27670
27671         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
27672         but fix a bug, by requiring at least 64 bits.
27673         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
27674         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
27675         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
27676         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
27677
27678         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
27679         changes.  Make 2.59 a prerequisite.  Check and substitute for
27680         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
27681         inttypes.h.  Do not use special include files; just use the
27682         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
27683         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
27684         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
27685         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
27686         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
27687         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
27688         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
27689         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
27690         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
27691         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
27692         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
27693         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
27694         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
27695         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
27696         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
27697         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
27698         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
27699         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
27700         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
27701         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
27702         WINT_MAX.  Check for C99 conformance more strictly, by detecting
27703         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
27704         not check for things that C99 does not require, e.g., int8_t.  If
27705         a test isn't needed unless <stdint.h> isn't working, and is
27706         unlikely to be needed for any other reason, then don't do it
27707         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
27708         size_t, since we assume C89 freestanding at least.  Do not check
27709         for sig_atomic_t, wchar_t, or wint_t, since the code now does
27710         the right thing even if the types are not defined.  Instead use:
27711         (gl_STDINT_TYPE_PROPERTIES): New macro.
27712         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
27713         testing whether <sys/types.h> clashes, as Autoconf does this for
27714         us now.  All uses removed.
27715         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
27716         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
27717         (gl_CHECK_TYPE_SAME):
27718         Remove; no longer needed.
27719         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
27720         exists, since we'll return 0 anyway in that case.
27721         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
27722
27723 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27724
27725         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
27726         possible collision with system files.
27727         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
27728         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
27729         WCHAR_MIN and WCHAR_MAX in this case.
27730         (<stddef.h>): Do not include; no longer needed.
27731         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
27732         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
27733         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
27734         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
27735         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
27736         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
27737         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
27738         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
27739         !defined(__c99))]: Include in this case too, since it's harmless
27740         now.
27741         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
27742         dangerous to do so.
27743         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
27744         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
27745         (_STDINT_MIN, _STDINT_MAX): New macros.
27746         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
27747         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
27748         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
27749         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
27750         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
27751         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
27752         macros, not typedefs; this simplifies things quite a bit.
27753         Use long int for all types narrower than int64_t.
27754         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
27755         Define in terms of long long int or int64_t or long int,
27756         not int64_t or int32_t.  This saves some compile-time testing.
27757         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
27758         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
27759         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
27760         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
27761         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
27762         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
27763         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
27764         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
27765         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
27766         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
27767         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
27768         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
27769         undef any previous version and define our own version, for
27770         simplicity and consistency with the new macros for types.
27771         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
27772         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
27773         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
27774         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
27775         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
27776         @WINT_T_SUFFIX@ to keep things simple here.
27777         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
27778         Simplify by assuming typical 8/16/32/64 host, since we're
27779         already doing that elsewhere anyway.
27780         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
27781         and assume long long int is 64 bits if available.  This
27782         speeds up 'configure'.
27783
27784 2006-07-01  Eric Blake  <ebb9@byu.net>
27785
27786         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
27787         Reported by Andreas Buening.
27788
27789 2006-07-01  Eric Blake  <ebb9@byu.net>
27790
27791         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
27792
27793 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
27794
27795         * lib/getaddrinfo.c: fixed typo
27796
27797 2006-06-29  Jim Meyering  <jim@meyering.net>
27798
27799         * modules/strftime (Maintainer): Add my name, since with the
27800         FPRINTFTIME changes strftime.c has forked from glibc.
27801
27802 2006-06-29  Eric Blake  <ebb9@byu.net>
27803
27804         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
27805
27806 2006-06-29  Eric Blake  <ebb9@byu.net>
27807
27808         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
27809
27810 2006-06-29  Eric Blake  <ebb9@byu.net>
27811
27812         * lib/stat_.h: New file.
27813
27814 2006-06-29  Eric Blake  <ebb9@byu.net>
27815
27816         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
27817         unused static function.
27818
27819 2006-06-29  Eric Blake  <ebb9@byu.net>
27820
27821         * doc/functions.texi (Function Portability): Document missing lstat
27822         on mingw.
27823
27824 2006-06-29  Eric Blake  <ebb9@byu.net>
27825
27826         * MODULES.html.sh: Add sys_stat.
27827         * modules/sys_stat: New module.
27828         * modules/mkstemp (Depends-on): Add sys_stat.
27829
27830 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27831
27832         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
27833
27834 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27835
27836         * m4/c-bs-a.m4: Removed.
27837
27838 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27839
27840         * lib/strftime.c: Assume strftime() exists.
27841
27842 2006-06-29  Derek Price  <derek@ximbiot.com>
27843
27844         * modules/c-bs-a: Removed - \a is C89.
27845         * MODULES.html.sh: Remove c-bs-a.
27846
27847 2006-06-29  Bruno Haible  <bruno@clisp.org>
27848
27849         * modules/wcwidth (License): Change to LGPL.
27850
27851 2006-06-28  Simon Josefsson  <jas@extundo.com>
27852
27853         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
27854         on _WIN32.
27855
27856         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
27857         getnameinfo.
27858
27859 2006-06-28  Simon Josefsson  <jas@extundo.com>
27860
27861         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
27862
27863 2006-06-28  Simon Josefsson  <jas@extundo.com>
27864
27865         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
27866         functions there.  It will succeed on Windows XP, but on Windows
27867         2000 and (presumably) earlier, it will fail, and use the internal
27868         re-implementation.
27869         (use_win32_p): New function.
27870         (getaddrinfo): Use strtoul on servname, to support numeric ports.
27871         Support AI_NUMERICSERV to disable getservbyname.
27872         (getnameinfo): New function, only supports
27873         NI_NUMERICHOST|NI_NUMERICSERV for now.
27874
27875         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
27876         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
27877         getnameinfo.
27878
27879 2006-06-28  Eric Blake  <ebb9@byu.net>
27880
27881         * modules/wcwidth: New file.
27882         * modules/mbchar (Depends-on): Add wcwidth.
27883         * modules/mbswidth (Depends-on): Add wcwidth.
27884         * MODULES.html.sh: Add wcwidth.
27885
27886 2006-06-28  Eric Blake  <ebb9@byu.net>
27887
27888         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
27889         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
27890
27891 2006-06-28  Eric Blake  <ebb9@byu.net>
27892
27893         * lib/xvasprintf.h: Fix comments.
27894
27895 2006-06-28  Eric Blake  <ebb9@byu.net>
27896
27897         * lib/mbchar.h (wcwidth): Include wcwidth.h.
27898         * lib/mbswidth.c (wcwidth): Move from here...
27899         * lib/wcwidth.h: ...to this new file.
27900
27901 2006-06-28  Derek R. Price  <derek@ximbiot.com>
27902
27903         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
27904
27905         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
27906         it's obsolete.
27907         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
27908
27909 2006-06-28  Derek R. Price  <derek@ximbiot.com>
27910
27911         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
27912         Autoconf 2.60 says this stuff was obsolete.
27913
27914 2006-06-28  Bruno Haible  <bruno@clisp.org>
27915
27916         * modules/wcwidth (Files): Add m4/wchar_t.m4.
27917
27918 2006-06-28  Bruno Haible  <bruno@clisp.org>
27919
27920         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
27921         gt_TYPE_WCHAR_T.
27922
27923 2006-06-28  Bruno Haible  <bruno@clisp.org>
27924
27925         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
27926         declaration for wcwidth.
27927         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
27928
27929 2006-06-28  Bruno Haible  <bruno@clisp.org>
27930
27931         * lib/mkdtemp.c [MINGW]: Include <io.h>.
27932         (mkdir): Define using _mkdir.
27933
27934 2006-06-28  Bruno Haible  <bruno@clisp.org>
27935
27936         * lib/getaddrinfo.h: Fix POSIX URL.
27937         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
27938         _WIN32.
27939         (use_win32_p): Make static.
27940         (getaddrinfo): Reject service name if it is empty or does not consist
27941         solely of decimal digits, or if its value is > 65535.
27942         (getnameinfo): Remove useless casts.
27943
27944 2006-06-27  Simon Josefsson  <jas@extundo.com>
27945
27946         * modules/sys_select: New file, suggested by Bruno Haible, Paul
27947         Eggert and Martin Lambers.
27948
27949 2006-06-27  Simon Josefsson  <jas@extundo.com>
27950
27951         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
27952         Eggert and Martin Lambers.
27953
27954 2006-06-27  Bruno Haible  <bruno@clisp.org>
27955
27956         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
27957         result to 0, not to empty.
27958         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
27959
27960 2006-06-27  Bruno Haible  <bruno@clisp.org>
27961
27962         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
27963
27964 2006-06-26  Simon Josefsson  <jas@extundo.com>
27965
27966         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
27967         present.
27968
27969 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
27970
27971         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
27972         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
27973         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
27974
27975 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
27976
27977         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
27978
27979 2006-06-26  Bruno Haible  <bruno@clisp.org>
27980
27981         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
27982
27983 2006-06-26  Bruno Haible  <bruno@clisp.org>
27984
27985         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
27986
27987 2006-06-26  Bruno Haible  <bruno@clisp.org>
27988
27989         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
27990         SGI C compiler in pre-C99 mode.
27991         Suggested by Mark D. Baushke and Larry Jones.
27992
27993 2006-06-26  Bruno Haible  <bruno@clisp.org>
27994
27995         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
27996         WCHAR_MAX.
27997         Reported by Mark D. Baushke and Larry Jones.
27998
27999 2006-06-26  Bruno Haible  <bruno@clisp.org>
28000
28001         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
28002         in pre-C99 mode.
28003         Suggested by Mark D. Baushke and Larry Jones.
28004
28005 2006-06-23  Simon Josefsson  <jas@extundo.com>
28006             Bruno Haible  <bruno@clisp.org>
28007
28008         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
28009         Emit mostlyclean-local rule.
28010         (func_emit_tests_Makefile_am): Likewise.
28011         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
28012
28013 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
28014
28015         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
28016
28017 2006-06-23  Bruno Haible  <bruno@clisp.org>
28018
28019         * tests/test-stdint.c: Update to match ISO C 99 Technical
28020         Corrigendum 1.
28021
28022 2006-06-23  Bruno Haible  <bruno@clisp.org>
28023
28024         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
28025
28026 2006-06-23  Bruno Haible  <bruno@clisp.org>
28027
28028         * lib/stdint_.h: Treat IRIX like OpenBSD.
28029
28030 2006-06-23  Bruno Haible  <bruno@clisp.org>
28031
28032         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
28033         ISO C 99 Technical Corrigendum 1.
28034
28035 2006-06-22  Simon Josefsson  <jas@extundo.com>
28036
28037         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
28038         MinGW.
28039
28040 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28041
28042         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
28043         needed.  Some compiler complained about some of them.  Problem reported
28044         by Larry Jones in
28045         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
28046
28047 2006-06-21  Simon Josefsson  <jas@extundo.com>
28048
28049         * tests/test-getaddrinfo.c: New file.
28050
28051         * modules/getaddrinfo-tests: New file.
28052
28053         * MODULES.html.sh: Add inet_pton.
28054
28055         * modules/inet_pton: New file.
28056
28057 2006-06-21  Simon Josefsson  <jas@extundo.com>
28058
28059         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
28060         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
28061         of using the (limited) gnulib implementation on Windows XP.
28062
28063         * m4/inet_pton.m4: New file.
28064
28065 2006-06-21  Simon Josefsson  <jas@extundo.com>
28066
28067         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
28068         variable.
28069
28070         * lib/socket_.h: Don't define WINVER.
28071
28072         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
28073         slightly modified to work in gnulib.
28074
28075 2006-06-21  Simon Josefsson  <jas@extundo.com>
28076
28077         * doc/gnulib.texi (Windows sockets): Add.
28078
28079 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
28080
28081         * lib/read-file.c (fread_file): Start with buffer allocation of
28082         0 bytes rather than 1 byte; this simplifies the code.
28083         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
28084         code to free buffer and save/restore errno.
28085         (internal_read_file): Remove unused local.
28086
28087 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
28088
28089         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
28090         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
28091         Problem reported by Denis Excoffier in
28092         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
28093
28094 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28095
28096         * modules/sys_socket, modules/socklen: Include sys/types since
28097         FreeBSD 4.x's sys/socket.h needs it.
28098
28099 2006-06-19  Simon Josefsson  <jas@extundo.com>
28100
28101         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
28102
28103 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
28104
28105         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
28106
28107 2006-06-19  Bruno Haible  <bruno@clisp.org>
28108
28109         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
28110         and FULL_PATH_INTTYPES_H in angle brackets.
28111         Reported by Mark D. Baushke <mdb@gnu.org>.
28112
28113 2006-06-17  Eric Blake  <ebb9@byu.net>
28114
28115         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
28116         errno.
28117
28118 2006-06-17  Bruno Haible  <bruno@clisp.org>
28119
28120         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
28121         <sys/inttypes.h>.
28122
28123 2006-06-17  Bruno Haible  <bruno@clisp.org>
28124
28125         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
28126         whether errno is declared. Assume <errno.h> declares errno.
28127
28128 2006-06-17  Bruno Haible  <bruno@clisp.org>
28129
28130         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
28131
28132 2006-06-17  Bruno Haible  <bruno@clisp.org>
28133
28134         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
28135         problem on Solaris 2.5.1.
28136
28137 2006-06-16  Eric Blake  <ebb9@byu.net>
28138
28139         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
28140         * lib/unicodeio.c [!defined errno]: Likewise.
28141         * lib/strtol.c [!defined errno]: Likewise.
28142         * lib/strtod.c [!defined errno]: Likewise.
28143
28144 2006-06-15  Eric Blake  <ebb9@byu.net>
28145
28146         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
28147
28148 2006-06-15  Eric Blake  <ebb9@byu.net>
28149
28150         * config/srclist.txt (ssize_t.m4): Lose sync.
28151
28152 2006-06-15  Bruno Haible  <bruno@clisp.org>
28153
28154         * modules/stdint (Files): Include m4/full-header-path.m4,
28155         m4/size_max.m4, m4/wchar_t.m4.
28156         (Makefile.am): Many more substitutions.
28157         * modules/stdint-tests: New file.
28158         * tests/test-stdint.c: New file.
28159
28160 2006-06-15  Bruno Haible  <bruno@clisp.org>
28161
28162         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
28163         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
28164         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
28165         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
28166         gl_CHECK_TYPE_SAME): New macros.
28167
28168 2006-06-15  Bruno Haible  <bruno@clisp.org>
28169
28170         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
28171
28172 2006-06-15  Bruno Haible  <bruno@clisp.org>
28173
28174         * lib/stdint_.h: Rewritten to be fully auto-configured.
28175         Fixes bug on HP-UX/IA64.
28176
28177 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
28178
28179         * lib/getdate.y (__attribute__): Don't define if already defined.
28180         Problem reported by Larry Jones.
28181         * lib/utimens.c (__attribute__): Likewise.
28182
28183 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
28184
28185         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
28186         reported by Andreas Schwab.
28187
28188 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28189             Bruno Haible  <bruno@clisp.org>
28190
28191         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
28192         check for the declaration of strnlen and a run test that exposes the
28193         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
28194         rpl_strndup.
28195
28196 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28197             Bruno Haible  <bruno@clisp.org>
28198
28199         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
28200
28201 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28202
28203         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
28204         compile test, for Tru64 4.0D.
28205
28206 2006-05-28  Karl Berry  <karl@gnu.org>
28207
28208         * config/srclist.txt (printf-args.c): lose sync.
28209
28210 2006-05-26  Martin Lambers  <marlam@marlam.de>
28211
28212         * lib/getpass.c: Updates the test for the native W32 API, and adds
28213         missing includes, thus fixing compilation warnings.
28214
28215 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
28216
28217         * lib/exclude.c (exclude_fnmatch): New function.
28218         (excluded_file_name): Call exclude_fnmatch.
28219         * lib/exclude.h (excluded_file_name): New prototype
28220
28221 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
28222
28223         * lib/tempname.c (small_open, large_open): New macros.
28224         (__open, __open64) [!_LIBC]: Remove.
28225         (__gen_tempname): Use small_open and large_open instead of __open
28226         and __open64.  This fixes a portability bug on HP-UX 11.11i
28227         reported by Simon Wing-Tang in
28228         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
28229
28230 2006-05-24  Bruno Haible  <bruno@clisp.org>
28231
28232         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
28233         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
28234         Reported by Thorsten Maerz <torte@netztorte.de> via
28235         Aaron Stone <aaron@serendipity.cx>.
28236
28237 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28238
28239         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
28240         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
28241         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
28242         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
28243         not really conditional on the cache.
28244         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
28245
28246 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28247
28248         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
28249         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
28250         (my_usleep): Don't mishandle maximum value.
28251
28252 2006-05-19  Jim Meyering  <jim@meyering.net>
28253
28254         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
28255
28256 2006-05-17  Bruno Haible  <bruno@clisp.org>
28257
28258         Cygwin portability.
28259         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
28260
28261 2006-05-17  Bruno Haible  <bruno@clisp.org>
28262
28263         * lib/stdint_.h: Fix recognition of Cygwin.
28264
28265 2006-05-15  Bruno Haible  <bruno@clisp.org>
28266
28267         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
28268         on libtool patch by Ralf Wildenhues.
28269
28270 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28271
28272         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
28273         test for C99 conformance; (bool) 0.5 is an integer constant
28274         expression, but (bool) -0.5 is not.  Problem reported by Fedor
28275         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
28276
28277 2006-05-11  Simon Josefsson  <jas@extundo.com>
28278
28279         * m4/xvasprintf.m4: Fix obvious typo.
28280
28281 2006-05-11  Jim Meyering  <jim@meyering.net>
28282
28283         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
28284         James Lemley.
28285
28286 2006-05-10  Simon Josefsson  <jas@extundo.com>
28287
28288         * lib/md4.c: Typo fix, update copyright years.
28289         (K1, K2): Don't use L because it turn computations into 64-bit on
28290         64-bit platforms.
28291
28292 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
28293
28294         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
28295         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
28296         unwanted sign propagation, e.g., on hosts with 64-bit int.
28297         There still are some problems with reeelly weird theoretical hosts
28298         (e.g., 33-bit int) but it's not worth worrying about now.
28299         * lib/sha1.c (rol): Likewise.
28300         (K1, K2, K3, K4): Remove unnecessary L suffix.
28301
28302 2006-05-10  Bruno Haible  <bruno@clisp.org>
28303
28304         * lib/des.c: Cast to avoid warnings.
28305
28306 2006-05-09  Bruno Haible  <bruno@clisp.org>
28307
28308         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
28309         (Depends-on): Depend also on xsize, stdarg.
28310         (configure.ac): Add gl_XVASPRINTF.
28311
28312 2006-05-09  Bruno Haible  <bruno@clisp.org>
28313
28314         * m4/xvasprintf.m4: New file.
28315
28316 2006-05-09  Bruno Haible  <bruno@clisp.org>
28317
28318         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
28319         (EOVERFLOW): Define fallback value.
28320         (xstrcat): New function.
28321         (xvasprintf): Recognize the special case of a string concatenation.
28322
28323 2006-05-08  Eric Blake  <ebb9@byu.net>
28324
28325         * gnulib-tool (func_version): Base copyright year on CVS date.
28326         (func_emit_copyright_notice): New function.
28327         (func_emit_lib_Makefile_am): Use it.
28328         (func_emit_tests_Makefile_am): Likewise.
28329         (func_import): Likewise.
28330
28331 2006-05-08  Bruno Haible  <bruno@clisp.org>
28332
28333         * modules/stdarg: New file.
28334         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
28335
28336 2006-05-08  Bruno Haible  <bruno@clisp.org>
28337
28338         * m4/stdarg.m4: New file, from GNU gettext.
28339
28340 2006-05-08  Bruno Haible  <bruno@clisp.org>
28341
28342         * config/srclist.txt (build-aux/config.rpath): different from latest
28343         release.
28344
28345 2006-05-08  Bruno Haible  <bruno@clisp.org>
28346
28347         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
28348
28349 2006-05-05  Jim Meyering  <jim@meyering.net>
28350
28351         * m4/warning.m4: New file, derived from bison's file by the same name.
28352
28353 2006-05-03  Bruno Haible  <bruno@clisp.org>
28354
28355         * lib/stdint_.h: Shorter URL.
28356         * lib/inttypes.h: Likewise.
28357
28358 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28359
28360         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
28361
28362 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28363
28364         * lib/verify.h: Document the internals better.  Most of this change
28365         was written by Bruno Haible.
28366
28367 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28368
28369         * doc/verify.texi: New file, partly based on a proposal by
28370         Bruno Haible.
28371
28372 2006-05-02  Bruno Haible  <bruno@clisp.org>
28373
28374         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
28375         test from here...
28376         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
28377
28378 2006-04-29  Bruno Haible  <bruno@clisp.org>
28379
28380         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
28381         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
28382
28383 2006-04-29  Bruno Haible  <bruno@clisp.org>
28384
28385         * gnulib-tool: Make --update option actually work.
28386
28387 2006-04-29  Bruno Haible  <bruno@clisp.org>
28388
28389         * doc/gcd.texi: New file.
28390         * doc/gnulib.texi: Include it.
28391
28392 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
28393
28394         * lib/getdate.y (get_date): When adding relative date, start with the
28395         initial time, not with the result of the first mktime call.
28396
28397 2006-04-25  Bruno Haible  <bruno@clisp.org>
28398
28399         * gnulib-tool (func_import): Output the include directives in three
28400         blocks, sorted separately.
28401         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28402
28403 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
28404
28405         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
28406         to define main with arguments, for C++.  Reported by Eric Blake.
28407         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
28408         Prefer 'int main ()' to 'int main (void)', for C++.
28409         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
28410         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
28411         for 'main', for C99 and C++.
28412
28413 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
28414
28415         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
28416         Don't assume that exit status -1 is valid.
28417         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28418         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
28419         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
28420         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
28421         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
28422         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
28423         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
28424         functions can be used without declaring them, or that you can
28425         exit with status -1.
28426         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
28427
28428 2006-04-24  Karl Berry  <karl@gnu.org>
28429
28430         * config/srclist.txt (longdouble.m4): sync lost.
28431
28432 2006-04-24  Eric Blake  <ebb9@byu.net>
28433
28434         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
28435
28436 2006-04-24  Bruno Haible  <bruno@clisp.org>
28437
28438         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
28439         poll() implementation in AIX.
28440         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28441
28442 2006-04-24  Bruno Haible  <bruno@clisp.org>
28443
28444         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
28445         assigned exactly once.
28446
28447 2006-04-23  Claudio Fontana  <claudio@gnu.org>
28448             Bruno Haible  <bruno@clisp.org>
28449
28450         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
28451         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
28452         for AM_CPPFLAGS.
28453
28454 2006-04-23  Bruno Haible  <bruno@clisp.org>
28455
28456         * modules/copy-file: Depend on unistd.
28457         * modules/execute: Likewise.
28458         * modules/fatal-signal: Likewise.
28459         * modules/findprog: Likewise.
28460         * modules/mkdtemp : Likewise.
28461         * modules/pipe: Likewise.
28462         * modules/wait-process: Likewise.
28463
28464 2006-04-23  Bruno Haible  <bruno@clisp.org>
28465
28466         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
28467         condition was already detected.
28468         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28469
28470 2006-04-23  Bruno Haible  <bruno@clisp.org>
28471
28472         * lib/copy-file.c: Include <unistd.h> unconditionally.
28473         * lib/execute.c: Likewise.
28474         * lib/fatal-signal.c: Likewise.
28475         * lib/findprog.c: Likewise.
28476         * lib/mkdtemp.c: Likewise.
28477         * lib/pipe.h: Likewise.
28478         * lib/pipe.c: Likewise.
28479         * lib/wait-process.h: Likewise.
28480
28481 2006-04-23  Bruno Haible  <bruno@clisp.org>
28482
28483         * gnulib-tool (func_usage): Fix --import description. Document
28484         --update.
28485         (func_import): Create temporary file in a temporary directory, if
28486         --dry-run is specified. Silence errors from 'grep' when there are no
28487         m4 files in $m4dir.
28488         (func_create_testdir): Silence errors from 'grep' when there are no
28489         m4 files in $m4dir.
28490         Reported by Karl Berry <karl@freefriends.org>.
28491
28492 2006-04-20  Bruno Haible  <bruno@clisp.org>
28493
28494         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
28495         one argument, so that the code will be portable to Autoconf 2.60.
28496         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
28497         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
28498         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
28499
28500 2006-04-19  Derek Price  <derek@ximbiot.com>
28501             Eric Blake  <ebb9@byu.net>
28502
28503         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
28504         rather than "/full/path.h".  Update comment to match.  Shorten &
28505         generalize m4_translit call via AS_TR_CPP.
28506
28507 2006-04-19  Derek Price  <derek@ximbiot.com>
28508             Eric Blake  <ebb9@byu.net>
28509
28510         * lib/inttypes.h: Correct grammar in comment.
28511
28512 2006-04-18  Derek Price  <derek@ximbiot.com>
28513             Paul Eggert  <eggert@cs.ucla.edu>
28514
28515         * modules/inttypes: New file.
28516         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
28517
28518 2006-04-18  Derek Price  <derek@ximbiot.com>
28519             Paul Eggert  <eggert@cs.ucla.edu>
28520
28521         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
28522         New files.
28523
28524 2006-04-18  Derek Price  <derek@ximbiot.com>
28525             Paul Eggert  <eggert@cs.ucla.edu>
28526
28527         * lib/inttypes.h: New file.
28528         * lib/strtoimax.c: Assume <inttypes.h>.
28529
28530 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
28531
28532         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
28533         isn't mounted.  Problem reported by Kir Kolyshkin.
28534
28535 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
28536
28537         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
28538         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
28539         Derek R. Price.
28540         * lib/regex.h (RE_DUP_MAX): Update comment to match current
28541         implementation.
28542
28543 2006-04-12  Eric Blake  <ebb9@byu.net>
28544
28545         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
28546         is now done automatically by the corresponding Autoconf macro.
28547
28548 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
28549
28550         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
28551         time_r.h.
28552
28553 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28554
28555         Merge regex changes from libc, removing some of our
28556         POSIX-conformance changes that were rejected and redoing them in a
28557         less-intrusive way.
28558
28559         * lib/regcomp.c (re_compile_internal, init_dfa):
28560         Length arg is now size_t, not Idx.  All uses changed.
28561         (peek_token): Forward decl now says internal_function.
28562         (__re_error_msgid, __re_error_msgid_idx):
28563         Now static rather than extern with attribute_hidden.
28564         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
28565         For some reason libc prefers K&R style defns for external functions.
28566         (regerror) [!defined _LIBC]: Likewise.
28567         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
28568         (seek_collating_symbol_entry, lookup_collation_sequence_value):
28569         (build_range_exp, build_collating_symbol):
28570         Use K&R-style defn.
28571         (re_compile_fastmap): Use '\0' to memset, not 0.
28572         (utf8_sb_map): Make the calculations more obvious.
28573         (init_dfa, parse_bracket_exp, build_charclass_op):
28574         Call calloc and cast result, as glibc does.
28575         (init_word_char, fetch_token, peek_token, peek_token_bracket):
28576         (build_range_exp, build_collating_symbol):
28577         Now internal functions.
28578
28579         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
28580
28581         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
28582         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
28583         Don't depend on VMS; depend on __VMS instead, for POSIX
28584         namespace cleanness.
28585         (regoff_t): Define to ssize_t, not long int.
28586
28587         Remove the REG_ macros named below.  Instead, make the old names
28588         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
28589         __USE_GNU_REGEX.
28590         (REG_BACKSLASH_ESCAPE_IN_LISTS):
28591         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
28592         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
28593         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
28594         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
28595         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
28596         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
28597         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
28598         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
28599         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
28600         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
28601         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
28602         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
28603         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
28604         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
28605         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
28606         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
28607         (REG_NREGS):
28608         Remove.  All uses replaced by the old RE_* names.
28609         (RE_BACKSLASH_ESCAPE_IN_LISTS):
28610         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
28611         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
28612         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
28613         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
28614         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
28615         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
28616         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
28617         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
28618         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
28619         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
28620         Don't bother having these macros be independent of each others'
28621         values, since they no longer exist in the POSIX name space.
28622
28623         Rename the following member names back to their old names,
28624         unless !__USE_GNU_REGEX.  All uses changed back.
28625         (buffer): Renamed from re_buffer.
28626         (allocated): Renamed from re_allocated.
28627         (used): Renamed from re_used.
28628         (syntax): Renamed from re_syntax.
28629         (fastmap): Renamed from re_fastmap.
28630         (translate): Renamed from re_translate.
28631         (can_be_null): Renamed from re_can_be_null.
28632         (regs_allocated): Renamed from re_regs_allocated.
28633         (fastmap_accurate): Renamed from re_fastmap_accurate.
28634         (no_sub): Renamed from re_no_sub.
28635         (not_bol): Renamed from re_not_bol.
28636         (not_eol): Renamed from re_not_eol.
28637         (newline_anchor): Renamed from re_newline_anchor.
28638         (num_regs): Renamed from rm_num_regs.
28639         (start): Renamed from rm_start.
28640         (end): Renamed from rm_end.
28641
28642         (free_state): Move up a bit.
28643
28644         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
28645         #define to be empty.
28646         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
28647         when that is what is intended.
28648         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
28649         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
28650         (MAX): New macro.
28651         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
28652         All uses changed back to re_malloc, etc.  It's now the caller's
28653         responsibility to check for overflow; all callers changed.
28654         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
28655         (re_x2nrealloc): Remove.
28656         (free_state): Remove decl.
28657
28658         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
28659         (re_set_registers, re_exec):
28660         Use K&R-style defn.
28661
28662         2006-01-31  Roland McGrath  <roland@redhat.com>
28663
28664         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
28665         Reported by Mike Frysinger <vapier@gentoo.org>.
28666
28667         2006-01-15  Andreas Jaeger  <aj@suse.de>
28668
28669         [BZ #1950]
28670         * lib/regex_internal.c (re_string_reconstruct): Adjust for
28671         build_wcs_upper_buffer change.
28672         (build_wcs_upper_buffer): Change return type.
28673
28674         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
28675
28676         * lib/regex_internal.h: Include <stdint.h> if available.
28677
28678         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
28679
28680         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
28681
28682         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
28683
28684         * lib/regcomp.c: Adjust for changed secondary hash function.
28685
28686         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
28687
28688         * lib/regex.h: Pretty printing.
28689         Clean up namespace a bit.
28690
28691         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
28692
28693         * lib/regexec.c (update_cur_sifted_state, check_arrival,
28694         check_arrival_add_next_nodes): Avoid using uninitialized variable.
28695
28696         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28697                     Ulrich Drepper  <drepper@redhat.com>
28698
28699         [BZ #1302]
28700         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
28701         changed.
28702         (bitset_word_t): Renamed from bitset_word.  All uses changed.
28703
28704         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
28705
28706         [BZ #281]
28707         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
28708         * lib/regcomp.c: Remove unnecessary uses of
28709         unsigned RE_TRANSLATE_TYPE.
28710         * lib/regex_internal.h: Likewise.
28711         * lib/regex_internal.c: Likewise.
28712         * lib/regexec.c: Likewise.
28713         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
28714
28715         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
28716
28717         * lib/regexec.c (find_recover_state): Remove unnecessary
28718         initialization.
28719         (transit_state_bkref): Make DFA a const pointer.
28720         (get_subexp): Likewise.
28721         (check_arrival): Likewise.
28722         (update_cur_sifted_state): Likewise.
28723         (re_search_internal): Likewise.
28724         (prune_impossible_nodes): Likewise.
28725         (acquire_init_state_context): Likewise.
28726         (proceed_next_node): Likewise.
28727         (set_regs): Likewise.
28728         (free_fail_stack_return): Likewise.
28729         (check_arrival_expand_ecl): Mark DFA parameter as const.
28730         (check_arrival_expand_ecl_sub): Likewise.
28731         (check_subexp_limits): Likewise.
28732         (sub_epsilon_src_nodes):  Likewise.
28733         (add_epsilon_src_nodes):  Likewise.
28734         (merge_state_array): Likewise.
28735         (update_regs): Likewise.
28736         (build_trtable): Likewise.
28737         (sift_states_backward): Mark MCTX parameter as const.
28738         (build_sifted_states): Likewise.
28739         (update_cur_sifted_state): Likewise.
28740         (sift_states_mkref): Likewise.
28741         (check_arrival_expand_ecl): Mark eclosure as const.
28742         (check_dst_limits_calc_pos_1): Likewise.
28743         * lib/regex_internal.h (re_match_context_t): Make dfa a const
28744         pointer.
28745
28746         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
28747
28748         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
28749         (transit_state_sb): Likewise.
28750         (transit_state_mb): Likewise.
28751         (sift_states_iter_mb): Likewise.
28752         (check_arrival_add_next_nodes): Likewise.
28753         (check_node_accept_bytes): Change first parameter to pointer-to-const.
28754         [_LIBC] (re_search_2_stub): Use mempcpy.
28755
28756         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
28757         mbrtowc for very simple UTF-8 case.
28758
28759         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
28760         a pointer-to-const.
28761         (re_acquire_state_context): Likewise.
28762         * lib/regex_internal.h: Adjust prototypes.
28763
28764         * lib/regex.c: Prevent using C++ compilers.
28765
28766         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
28767         (re_acquire_state_context): Likewise.
28768
28769 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28770
28771         * modules/regex (Depends-on): Add ssize_t.
28772
28773 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28774
28775         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
28776         translation table.
28777
28778 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28779
28780         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
28781
28782 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
28783             Bruno Haible  <bruno@clisp.org>
28784
28785         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
28786         <sys/types.h> and <inttypes.h>.
28787
28788 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28789
28790         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
28791         `__error_t_defined', so argp.h will not typedef the former.
28792
28793 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
28794
28795         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
28796         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
28797         glibc names.  Even if glibc is changed to conform to POSIX, the
28798         traditional names will be available anyway, since regex depends on
28799         the extensions module.  Also, fix a longstanding typo in the
28800         implementation of Spencer ERE test #75 from grep 2.3.  Problems
28801         reported by Emanuele Giaquinta.  Also, change sense of cached
28802         variable, so that the message makes sense.
28803
28804 2006-03-24  Simon Josefsson  <jas@extundo.com>
28805
28806         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
28807         including some doc fixes.
28808         (base64_encode_alloc): Fix +1 bug on allocation failures.
28809
28810 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28811
28812         * lib/base64.c (base64_encode): Do not read past end of array with
28813         unsanitized input on systems with CHAR_BIT > 8.
28814
28815 2006-03-24  Eric Blake  <ebb9@byu.net>
28816
28817         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
28818
28819 2006-03-22  Karl Berry  <karl@gnu.org>
28820
28821         * config/srclist.txt (*setenv.[ch]): get from coreutils.
28822         * config/srclistvars.sh (COREUTILS): new var.
28823
28824 2006-03-17  Jim Meyering  <jim@meyering.net>
28825
28826         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
28827         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
28828
28829 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
28830
28831         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
28832         no longer needs it.  Instead, check that regoff_t is as least
28833         as wide as ptrdiff_t.
28834
28835         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
28836         so that our regex.h stays compatible with the installed regex.
28837         This is helpful for installers who configure --without-included-regex.
28838         Problem reported by Emanuele Giaquinta.
28839
28840 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
28841
28842         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
28843         Typedef to long int, not to off_, as POSIX will likely change
28844         in that direction.
28845
28846 2006-03-15  Eric Blake  <ebb9@byu.net>
28847
28848         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
28849
28850 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
28851
28852         * lib/argp-help.c (validate_uparams): Fix typo
28853         * lib/argp-parse.c (argp_default_options): Consistently begin help
28854         messages with a lowercase letter.
28855
28856 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
28857
28858         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
28859         overrun buffers and shouldn't be used (much as gets shouldn't be
28860         used).
28861         * lib/time_r.c (asctime_r, ctime_r): Likewise.
28862
28863 2006-03-08  Simon Josefsson  <jas@extundo.com>
28864
28865         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
28866         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28867
28868 2006-03-08  Simon Josefsson  <jas@extundo.com>
28869
28870         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
28871         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28872
28873 2006-03-08  Simon Josefsson  <jas@extundo.com>
28874
28875         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
28876         signal that configure disabled the device.
28877
28878 2006-03-08  Simon Josefsson  <jas@extundo.com>
28879
28880         * build-aux/maint.mk: Fix refresh-po, to handle no translated
28881         languages.
28882
28883 2006-03-07  Simon Josefsson  <jas@extundo.com>
28884
28885         * modules/getopt (Depends-on): Add unistd.
28886
28887         * modules/unistd: New file.
28888
28889 2006-03-07  Simon Josefsson  <jas@extundo.com>
28890
28891         * modules/gc-random: New file.
28892
28893 2006-03-07  Simon Josefsson  <jas@extundo.com>
28894
28895         * m4/unistd_h.m4: New file.
28896
28897 2006-03-07  Simon Josefsson  <jas@extundo.com>
28898
28899         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
28900         test to be side-effect free by storing the result in the cache
28901         variable gl_cv_lib_readline, and moving the assignment of
28902         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
28903         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28904
28905 2006-03-07  Simon Josefsson  <jas@extundo.com>
28906
28907         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
28908         error on missing devices (the functions will return an error).
28909
28910         * m4/gc.m4: Move random stuff to gc-random.m4
28911
28912 2006-03-07  Simon Josefsson  <jas@extundo.com>
28913
28914         * lib/unistd_.h: New file.
28915
28916 2006-03-07  Simon Josefsson  <jas@extundo.com>
28917
28918         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
28919
28920 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28921
28922         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
28923         Problem reported by Juan Manuel Guerrero.
28924
28925 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28926
28927         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
28928         the unistd module.
28929         * lib/getlogin_r.c: Likewise.
28930         * lib/getlogin_r.h: Likewise.
28931         * lib/glob.c: Likewise.
28932         * lib/pagealign_alloc.c: Likewise.
28933         * lib/unistd_.h: Remove; no longer needed.
28934
28935 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28936
28937         * MODULES.html.sh (Support for systems lacking POSIX:2001):
28938         Add unistd.
28939         * modules/c-stack (Depends-on): Add unistd.
28940         * modules/getlogin_r: Likewise.
28941         * modules/glob: Likewise.
28942         * modules/pagealign_alloc: Likewise.
28943         * modules/unistd (Files): Remove lib/unistd_.h.
28944         (EXTRA_DIST): Remove.
28945         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
28946         need unistd_.h.
28947         (MOSTLYCLEANFILES): Remove unistd.h-t.
28948
28949 2006-03-03  Simon Josefsson  <jas@extundo.com>
28950
28951         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
28952
28953 2006-03-03  Simon Josefsson  <jas@extundo.com>
28954
28955         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
28956         libidn and bison.
28957
28958 2006-03-03  Simon Josefsson  <jas@extundo.com>
28959
28960         * build-aux/maint.mk: Add indent target.
28961
28962 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
28963
28964         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
28965         our replacement poll.h in any case, to avoid a differing
28966         declaration from a system header.  Seen on AIX.
28967
28968 2006-03-01  Simon Josefsson  <jas@extundo.com>
28969
28970         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
28971         <kasal@ucw.cz>.
28972
28973 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28974
28975         * modules/gettime (Depends-on): Add extensions module.
28976         * modules/nanosleep (Depends-on): Likewise.
28977         * modules/settime (Depends-on): Likewise.
28978
28979 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28980
28981         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
28982         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
28983         pedantically.
28984         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28985         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
28986
28987         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
28988         not "==".  Reported by Ralf Wildenhues.
28989
28990 2006-03-01  Karl Berry  <karl@gnu.org>
28991
28992         * doc/Copyright/request-*: new files, synced from gnuorg.
28993
28994 2006-03-01  Karl Berry  <karl@gnu.org>
28995
28996         * config/srclist.txt (Copyright/*): new entries.
28997
28998 2006-02-28  Simon Josefsson  <jas@extundo.com>
28999
29000         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
29001
29002 2006-02-27  Simon Josefsson  <jas@extundo.com>
29003
29004         * lib/base64.h: Indent #define's.  From Jim Meyering
29005         <jim@meyering.net>.
29006
29007 2006-02-27  Jim Meyering  <jim@meyering.net>
29008
29009         Revert the change of 2006-02-24, so these files can continue
29010         to be sync'd from gettext.
29011         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
29012         of `config.h'.
29013
29014 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29015
29016         * modules/intprops: New file.
29017         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
29018         Add intprops.
29019         * modules/getloadavg (Files): Remove lib/intprops.h.
29020         (Depends-on): Add intprops.
29021         * modules/human: Likewise.
29022         * modules/inttostr: Likewise.
29023         * modules/openat: Likewise.
29024         * modules/sig2str: Likewise.
29025         * modules/userspec: Likewise.
29026         * modules/utimecmp: Likewise.
29027         * modules/xnanosleep: Likewise.
29028         * modules/xstrtol: Likewise.
29029
29030 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
29031
29032         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
29033         * modules/lock-tests (TESTS): Use $(EXEEXT).
29034         * modules/tls-tests: Likewise.
29035         * modules/argp-tests: Likewise.
29036         (check_PROGRAMS): New var, replacing...
29037         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
29038
29039 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29040
29041         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
29042         `config.h'.
29043
29044 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
29045
29046         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
29047
29048 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29049
29050         Sync from coreutils.
29051         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
29052         gl_CHDIR_SAFER.
29053
29054 2006-02-22  Jim Meyering  <jim@meyering.net>
29055
29056         Sync from coreutils.
29057         * m4/chdir-safer.m4: New file.
29058
29059 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
29060
29061         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
29062         AT_FDCWD exceeds INT_MAX.
29063         * lib/openat.h (AT_FDCWD): Likewise.
29064
29065 2006-02-17  Eric Blake  <address@hidden>
29066
29067         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
29068
29069 2006-02-16  Simon Josefsson  <jas@extundo.com>
29070
29071         * modules/getaddrinfo (Depends-on): Add sys_socket.
29072
29073 2006-02-15  Simon Josefsson  <jas@extundo.com>
29074
29075         * build-aux/maint.mk: Add dsyntax-check rule.
29076
29077 2006-02-15  Eric Blake  <ebb9@byu.net>
29078
29079         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
29080         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
29081         'present but cannot compile' warnings on cygwin.
29082         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
29083         use ws2tcpip.h if sys/socket.h works.
29084         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
29085         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
29086
29087 2006-02-14  Simon Josefsson  <jas@extundo.com>
29088
29089         * modules/maintainer-makefile (Files): Rename.
29090
29091         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
29092         and (the local) Makefile.cfg to maint-cfg.mk.
29093
29094         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
29095         to the latter.
29096
29097         * modules/maintainer-makefile: New module.
29098
29099         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
29100         severaly stripped to make it possible to build it up from scratch
29101         with reliable tests.
29102
29103         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
29104         fixes to permit overriding the default actions when configure and
29105         makefile are not available.
29106
29107 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
29108
29109         Sync from coreutils.
29110         * modules/lstat (Depends-on): Don't depend on xalloc.
29111         (License): Change from GPL to LGPL, since this is now simply a
29112         replacement for a libc function.
29113
29114 2006-02-14  Jim Meyering  <jim@meyering.net>
29115
29116         Sync from coreutils.
29117
29118         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
29119         failure on deficient systems, and simplify gnulib lgpl dependencies.
29120         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
29121         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
29122
29123         * lib/xalloc-die.c: Remove unused definition of N_.
29124
29125 2006-02-14  Jim Meyering  <jim@meyering.net>
29126
29127         Sync from coreutils.
29128         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
29129         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
29130         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
29131         double-quote uses of that variable, to accommodate the rare case in
29132         which getmntent is available in none of the libraries checked.  This
29133         happens at least on FreeBSD 5.0.
29134
29135 2006-02-13  Simon Josefsson  <jas@extundo.com>
29136
29137         * gnulib-tool (Usage): Fix --import, from
29138         karl@freefriends.org (Karl Berry).
29139
29140 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
29141
29142         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
29143
29144 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
29145
29146         * lib/argp-namefrob.h: Restore changes accidentally lost during the
29147         "autoupdate" on 2005-12-12.
29148
29149 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
29150
29151         * modules/closeout (Depends-on): Remove atexit.
29152
29153 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
29154
29155         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
29156         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
29157
29158 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
29159
29160         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
29161         __EXTENSIONS__ if this causes compilation to fail.  Problem
29162         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
29163         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
29164
29165 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
29166
29167         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
29168         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
29169         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
29170         All uses changed.
29171
29172 2006-01-26  Simon Josefsson  <jas@extundo.com>
29173
29174         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
29175         prototype is visible on mingw32.
29176
29177         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
29178         for mingw32.
29179
29180         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
29181         mingw32).
29182
29183 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
29184
29185         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
29186         attempt to open for write; this always fails, at least on POSIX
29187         hosts.  This reinstates the 2006-01-09 change, which was
29188         inadvertently removed.
29189
29190 2006-01-26  Bruno Haible  <bruno@clisp.org>
29191
29192         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
29193         Reported by Paul Eggert.
29194
29195 2006-01-26  Bruno Haible  <bruno@clisp.org>
29196             Paul Eggert  <eggert@cs.ucla.edu>
29197
29198         * lib/stdbool_.h (_Bool)
29199         [(! (defined __cplusplus || defined __BEOS__)
29200           && !defined __GNUC__
29201           && !(defined __HP_cc || defined __xlc__
29202                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
29203                || defined __sgi))]:
29204         #define to signed char in these cases too; this simplifies
29205         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
29206         etc., separately) and makes it more conservative.
29207
29208 2006-01-25  Simon Josefsson  <jas@extundo.com>
29209
29210         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
29211         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
29212         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
29213
29214 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
29215
29216         * lib/argp-namefrob.h: Bugfix. Remove stray #
29217
29218 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
29219
29220         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
29221         so that we test the test.
29222         Check for yet another HP-UX cc bug involving *bool |= bool.
29223
29224 2006-01-25  Karl Berry  <karl@gnu.org>
29225
29226         * config/srclist.txt (vasnprintf.c): sync lost.
29227
29228 2006-01-25  Jim Meyering  <jim@meyering.net>
29229
29230         Sync from the stable (b5) branch of coreutils:
29231
29232         * lib/fts.c (fts_children): Don't let close() clobber errno from
29233         failed fchdir().
29234
29235         * lib/fts.c (fts_stat): When following a symlink-to-directory,
29236         don't necessarily interpret stat-fails+lstat-succeeds as indicating
29237         a dangling symlink.  That can also happen at least for ELOOP.
29238         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
29239         FYI, this bug predates the inclusion of fts.c in coreutils.
29240
29241         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
29242         in their own block, so pre-c99 compilers don't object.
29243
29244         Avoid the double-free (first in fts_read, second in fts_close) that
29245         would occur when an `active' directory is made inaccessible (e.g.,
29246         via chmod a-x) during a traversal.
29247         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
29248         before returning.  Reproduce this failure by
29249         mkdir -p a/b; cd a; chmod a-x . b
29250         Reported by Stavros Passas.
29251
29252 2006-01-25  Jim Meyering  <jim@meyering.net>
29253
29254         * lib/fileblocks.c: Remove more useless parentheses.
29255         * lib/readutmp.h: Likewise.
29256
29257 2006-01-25  Bruno Haible  <bruno@clisp.org>
29258
29259         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
29260         warnings.
29261         Reported by Paul Eggert.
29262
29263 2006-01-25  Bruno Haible  <bruno@clisp.org>
29264
29265         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
29266         rid of a trap command. For Solaris sh.
29267         Reported by Mark D. Baushke <mdb@gnu.org>.
29268
29269 2006-01-24  Simon Josefsson  <jas@extundo.com>
29270
29271         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
29272         Bruno.
29273
29274 2006-01-24  Karl Berry  <karl@gnu.org>
29275
29276         * config/srclist.txt (argp-namefrob.h): sync lost.
29277
29278 2006-01-24  Jim Meyering  <jim@meyering.net>
29279
29280         * modules/openat (Files): Add lib/intprops.h.
29281         From Mark D. Baushke.
29282
29283 2006-01-24  Jim Meyering  <jim@meyering.net>
29284
29285         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
29286         Reported by Mark D. Baushke.
29287
29288 2006-01-24  Jim Meyering  <jim@meyering.net>
29289
29290         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
29291
29292 2006-01-24  Bruno Haible  <bruno@clisp.org>
29293
29294         * modules/strnlen (Maintainer): Change from glibc to all.
29295
29296 2006-01-24  Bruno Haible  <bruno@clisp.org>
29297
29298         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
29299         Patch by Paul Eggert.
29300
29301 2006-01-24  Bruno Haible  <bruno@clisp.org>
29302
29303         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
29304         already has it.
29305         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
29306         2005-11-26.
29307
29308         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
29309         'signed char' to avoid problems with the built-in _Bool type.
29310         Reported by Paul Eggert on 2005-11-26.
29311
29312 2006-01-24  Bruno Haible  <bruno@clisp.org>
29313
29314         * gnulib-tool (func_import): Avoid constructing complicated sed
29315         expressions inside backquote.
29316         Report and solution by Mark D. Baushke <mdb@gnu.org>.
29317
29318 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
29319
29320         These changes imported from libc.
29321         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
29322         test and two separate function calls.
29323         * lib/strndup.c (__strndup): Add libc_hidden_def.
29324
29325 2006-01-23  Simon Josefsson  <jas@extundo.com>
29326
29327         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
29328         Remove the test_*_SOURCES variable: automake infers it by default.
29329         * modules/tls-tests: Likewise.
29330
29331 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29332
29333         Work around porting bugs reported by Dieter in
29334         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
29335         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
29336         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
29337         Include "getopt.h" first, to check interface.
29338         (getenv): Declare only if defined HAVE_DECL_GETENV &&
29339         !HAVE_DECL_GETENV.
29340         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
29341         (__strndup): Revert to K&R-style function dfns, the glibc style.
29342         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
29343         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
29344         Include strnlen.h first, to get prototype properly.
29345         (strnlen): Renamed from __strnlen.
29346         Remove weak alias.
29347
29348 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29349
29350         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
29351
29352 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29353
29354         * config/srclist.txt: Adjust to reflect glibc reorganization.
29355         This affects only comments.
29356
29357 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29358
29359          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
29360          Reported by Bruce Korb <bkorb@gnu.org>.
29361
29362 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
29363
29364         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
29365         to pacify gcc -Wswitch-default.
29366
29367 2006-01-22  Bruno Haible  <bruno@clisp.org>
29368
29369         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
29370         temporary buffer for sprintf, take into account the precision also
29371         for 'd', 'i', 'u', 'o', 'x', 'X'.
29372
29373 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
29374
29375         * modules/argp-tests: New module
29376         * tests/test-argp.c: New file
29377         * tests/test-argp-2.sh: New file
29378
29379 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
29380
29381         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
29382         (__argp_base_name): Removed
29383         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
29384         typo.
29385         (__argp_base_name): Provide macro definition or extern declaration
29386         depending on the configuration
29387
29388 2006-01-20  Simon Josefsson  <jas@extundo.com>
29389
29390         * modules/inet_ntop (Depends-on): Depend on sys_socket.
29391
29392 2006-01-20  Simon Josefsson  <jas@extundo.com>
29393
29394         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
29395
29396 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29397
29398         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
29399         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
29400         Suggested by Bruno Haible.
29401
29402 2006-01-20  Karl Berry  <karl@gnu.org>
29403
29404         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
29405         until changes propagate, I guess.
29406
29407 2006-01-19  Simon Josefsson  <jas@extundo.com>
29408
29409         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
29410
29411 2006-01-19  Simon Josefsson  <jas@extundo.com>
29412
29413         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
29414
29415 2006-01-19  Simon Josefsson  <jas@extundo.com>
29416
29417         * gnulib-tool: Set check_PROGRAMS.
29418
29419         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
29420         modules/des-tests, modules/gc-arcfour-tests,
29421         modules/gc-arctwo-tests, modules/gc-des-tests,
29422         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
29423         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
29424         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
29425         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
29426         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
29427         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
29428         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
29429         test_*_SOURCES.
29430
29431 2006-01-18  Simon Josefsson  <jas@extundo.com>
29432
29433         * modules/socklen (Depends-on): Depend on sys_socket.
29434
29435 2006-01-18  Simon Josefsson  <jas@extundo.com>
29436
29437         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
29438         modules/des-tests, modules/gc-arcfour-tests,
29439         modules/gc-arctwo-tests, modules/gc-des-tests,
29440         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
29441         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
29442         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
29443         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
29444         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
29445         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
29446         $(EXEEXT) to automake TESTS variable, for mingw32.
29447
29448 2006-01-17  Simon Josefsson  <jas@extundo.com>
29449
29450         * modules/socklen (Include): Need sys/socket.h.
29451
29452 2006-01-17  Bruno Haible  <bruno@clisp.org>
29453
29454         * modules/ssize_t (Include): Add <sys/types.h>.
29455
29456 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
29457
29458         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
29459         it's not portable and it doesn't work with cross-compiles.
29460         Problem reported by Bruno Haible.  Fix missing-$ typo in
29461         'test "gl_cv_ignore_unused_libraries" ...' that prevented
29462         -zignore from being used with Sun's C compiler.
29463
29464 2006-01-12  Simon Josefsson  <jas@extundo.com>
29465
29466         * lib/base64.c: Fix warning, reported by Bruno Haible
29467         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
29468
29469 2006-01-12  Bruno Haible  <bruno@clisp.org>
29470
29471         * modules/ldd: New file.
29472         * build-aux/ldd.sh.in: New file.
29473         * MODULES.html.sh (Support for building libraries and executables): Add
29474         ldd.
29475
29476 2006-01-12  Bruno Haible  <bruno@clisp.org>
29477
29478         * m4/ldd.m4: New file.
29479
29480 2006-01-12  Bruno Haible  <bruno@clisp.org>
29481
29482         * gnulib-tool (func_import, func_create_testdir): Don't go into an
29483         endless loop while replacing $auxdir with build-aux.
29484
29485 2006-01-11  Simon Josefsson  <jas@extundo.com>
29486
29487         * lib/stdint_.h (SIZE_MAX): Add missing (.
29488
29489 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
29490
29491         Sync from coreutils.
29492         * lib/md5.c: Fix commentary typos.
29493         (alignof, UNALIGNED_P): No need for a GCC-specific version.
29494         * lib/md5.h (__attribute__): Remove; unused.
29495         * lib/sha1.c: Fix commentary to match md5 better.
29496         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
29497         so that we don't need to worry about alignment.  All uses changed.
29498         This merges the 2005-10-28 md5 change into sha1.
29499
29500 2006-01-11  Jim Meyering  <jim@meyering.net>
29501
29502         Sync from coreutils.
29503         * lib/md5.c (OP): Fix spacing.
29504
29505 2006-01-11  Bruno Haible  <bruno@clisp.org>
29506
29507         Ensure automatic ordering between gl_LOCK and gl_ARGP.
29508         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
29509         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
29510
29511 2006-01-11  Bruno Haible  <bruno@clisp.org>
29512
29513         Ensure automatic ordering between gl_LOCK and gl_ARGP.
29514         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
29515         the "early" section as well.
29516
29517 2006-01-11  Bruno Haible  <bruno@clisp.org>
29518
29519         Avoid "ar: no archive members specified" error on MacOS X.
29520         * gnulib-tool (func_modules_add_dummy): New function.
29521         (func_import, func_create_testdir): Invoke it.
29522
29523 2006-01-11  Bruno Haible  <bruno@clisp.org>
29524
29525         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
29526         with $auxdir in AC_CONFIG_FILES statements.
29527
29528 2006-01-11  Bruno Haible  <bruno@clisp.org>
29529
29530         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29531         Initialize also noinst_HEADERS to empty.
29532
29533 2006-01-11  Bruno Haible  <bruno@clisp.org>
29534
29535         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
29536         variables.
29537         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
29538         autoreconf.
29539
29540 2006-01-11  Bruno Haible  <bruno@clisp.org>
29541
29542         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
29543         overridable by the user.
29544         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29545
29546 2006-01-10  Simon Josefsson  <jas@extundo.com>
29547
29548         * modules/sys_socket: New file.
29549
29550 2006-01-10  Simon Josefsson  <jas@extundo.com>
29551
29552         * m4/sys_socket_h.m4: New file.
29553
29554 2006-01-10  Simon Josefsson  <jas@extundo.com>
29555
29556         * lib/socket_.h: New file.
29557
29558 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29559
29560         * modules/readutmp (Maintainer): Add myself.
29561
29562 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29563
29564         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
29565         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
29566         People who are still concerned with buggy memcmp implementations
29567         can invoke gl_FUNC_MEMCMP themselves.
29568
29569 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29570
29571         * lib/regex_internal.h (BITSET_WORD_BITS):
29572         Work around a bug in 64-bit PGC (before version 6.1-2), where the
29573         preprocessor mishandles large unsigned values as if they were signed.
29574         Problem reported by Claudio Fontana in
29575         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
29576
29577 2006-01-10  Jim Meyering  <jim@meyering.net>
29578
29579         Avoid the double-free (first in fts_read, second in fts_close) that
29580         would occur when an `active' directory is made inaccessible (e.g.,
29581         via chmod a-x) during a traversal.
29582         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
29583         before returning.  Reproduce this failure by
29584         mkdir -p a/b; cd a; chmod a-x . b
29585         Reported by Stavros Passas.
29586
29587         Sync from coreutils.
29588         * lib/sha1.c: Tweak grammar in a comment.
29589
29590 2006-01-10  Jim Meyering  <jim@meyering.net>
29591
29592         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
29593         Patch by Joerg Sonnenberger.
29594
29595 2006-01-10  Bruno Haible  <bruno@clisp.org>
29596
29597         * modules/readutmp: Depend on module free.
29598         * modules/strtok_r: Depend on module restrict.
29599
29600 2006-01-10  Bruno Haible  <bruno@clisp.org>
29601
29602         * modules/gettext (configure.ac): Add an invocation of
29603         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
29604
29605 2006-01-10  Bruno Haible  <bruno@clisp.org>
29606
29607         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
29608         Reported by Werner Lemberg <wl@gnu.org>.
29609
29610 2006-01-10  Bruno Haible  <bruno@clisp.org>
29611
29612         * lib/localcharset.c: Update from GNU gettext.
29613
29614 2006-01-10  Bruno Haible  <bruno@clisp.org>
29615
29616         * lib/argp.h (__const): Remove macro. Use const instead.
29617         * lib/argp-fmtstream.h (__const): Likewise.
29618         * lib/glob_.h (__const): Remove macro.
29619         * lib/glob-libc.h: Use const instead of __const.
29620
29621 2006-01-10  Bruno Haible  <bruno@clisp.org>
29622
29623         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
29624         variable.
29625         Needed to avoid an automake error regarding the 'gettext' module.
29626
29627 2006-01-09  Simon Josefsson  <jas@extundo.com>
29628
29629         * modules/inet_ntop (Depends-on): Add restrict.
29630
29631 2006-01-09  Simon Josefsson  <jas@extundo.com>
29632
29633         * modules/gc-rijndael-tests (License): Put under LGPL.
29634
29635         * modules/gc-des-tests (License): Likewise.
29636
29637         * modules/gc-arcfour-tests (License): Likewise.
29638
29639         * modules/gc-arctwo-tests (License): Likewise.
29640
29641         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
29642
29643         * modules/gc-hmac-sha1-tests (Files): Likewise.
29644
29645         * modules/gc-hmac-md5-tests (License): Likewise.
29646
29647         * modules/gc-sha1-tests (License): Likewise.
29648
29649         * modules/gc-md5-tests (License): Likewise.
29650
29651         * modules/gc-md4-tests (License): Likewise.
29652
29653         * modules/gc-md2-tests (License): Likewise.
29654
29655         * modules/gc-tests (License): Likewise.
29656
29657         * modules/des-tests (License): Likewise.
29658
29659         * modules/md4-tests (License): Likewise.
29660
29661         * modules/md2-tests (License): Likewise.
29662
29663 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29664
29665         Sync from coreutils:
29666
29667         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
29668         * modules/lib-ignore: New file.
29669         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
29670         chdir-safer.m4, lchmod.m4.
29671         * modules/openat: Add mkdirat.c, openat-priv.h.
29672
29673 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29674
29675         Sync from coreutils.
29676         * m4/lib-ignore.m4: New file.
29677         * m4/lchmod.m4: New file.
29678
29679 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29680
29681         Sync from coreutils.
29682         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
29683         for write access: POSIX says that must fail.
29684         * lib/fts.c (diropen): Likewise.
29685         * lib/save-cwd.c (save_cwd): Likewise.
29686         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
29687         well, for minor improvements on hosts that lack O_DIRECTORY.
29688         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
29689         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
29690         Fall back on chown if open failed with EACCES.
29691
29692         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
29693         Report an error at compile-time if only a 1-second nominal clock
29694         resolution is found.
29695
29696         * lib/lchmod.h: New file.
29697         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
29698         (make_dir_parents): Use lchown rather than chown, and
29699         lchmod rather than chmod.
29700
29701         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
29702         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
29703         "proc" reported by n0dalus.
29704
29705         * lib/mountlist.c: Include <limits.h>.
29706         (dev_from_mount_options)
29707         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
29708         New function.  It no longer assumes "dev=" has the System V meaning
29709         on Linux (since it doesn't).  It also parses "dev=" more carefully.
29710         (read_file_system_list)
29711         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
29712         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
29713         dev= in that case.
29714
29715         * lib/posixtm.h (PDS_PRE_2000): New macro.
29716         * lib/posixtm.c (year): Arg is now syntax_bits rather than
29717         allow_century.  All usages changed.  Reject dates outside the range
29718         1969-1999 if PDS_PRE_2000 is used.
29719
29720 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29721
29722         Sync from coreutils.
29723         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
29724         (Time of day items): Mention the possibility of leap seconds.
29725         Problem reported by Dr. David Alan Gilbert.
29726
29727 2006-01-09  Jim Meyering  <jim@meyering.net>
29728
29729         Sync from coreutils.
29730
29731         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
29732
29733         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
29734
29735         * lib/modechange.c (mode_compile): Reject an invalid mode string
29736         that starts with an octal digit.  From Andreas Gruenbacher.
29737
29738         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
29739         and dup to open_safer and dup_safer, respectively.
29740         (openat_permissive): Fix typo in comment.
29741
29742         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
29743         "gettext.h"; either no longer needed or are guaranteed by openat.h.
29744         (_): Remove; no longer needed.
29745         (openat): Renamed from rpl_openat; no need for rpl_openat
29746         since openat.h renames openat for us.
29747         Replace most of the body with a call to openat_permissive,
29748         to avoid duplicate code.
29749         Port to (probably hypothetical) environments were mode_t is
29750         wider than int.
29751         (openat_permissive): Require mode arg, so that we can check
29752         types better.  Put it just after flags.  Change cwd failure
29753         indicator from pointer-to-bool to pointer-to-errno-value.
29754         All callers changed.
29755         Invoke openat_save_fail and/or openat_restore_fail if
29756         cwd_errno is null, so that openat can call us.
29757         (openat_permissive, fdopendir, fstatat, unlinkat):
29758         Simplify errno handling to avoid some duplicate code,
29759         as it's OK to set errno on success.
29760         * lib/openat.h: Revamp code so that function macros depend on
29761         __OPENAT_PREFIX only, not also on AT_FDCWD.
29762         (openat_ro): Remove.  Caller changed to use openat_permissive.
29763         (openat_permissive): Now a macro, if not a function.
29764         (openat_restore_fail, openat_save_fail): Now always functions,
29765         since mkdirat needs them even if __OPENAT_PREFIX is defined.
29766
29767         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
29768         and openat.c.
29769         * lib/mkdirat.c: Include openat-priv.h.
29770         Remove definitions of macros defined therein.
29771         * lib/openat.c: Likewise.
29772
29773         * lib/mkdirat.c (mkdirat): New file and function.
29774         * lib/openat.h (mkdirat): Declare.
29775
29776         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
29777
29778         * lib/openat.h (openat_permissive): Declare.
29779         (openat_ro): Define.
29780
29781         * lib/openat.c (EXPECTED_ERRNO): New macro.
29782         (openat_permissive): New function -- used in remove.c rewrite.
29783         (all functions): Set errno just before returning, only if there
29784         was an actual failure.
29785         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
29786
29787         Emulate openat-family functions using Linux's procfs, if possible.
29788         Idea and some code based on Ulrich Drepper's glibc changes.
29789
29790         * lib/openat.c: (BUILD_PROC_NAME): New macro.
29791         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
29792         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
29793         before falling back on save_cwd and restore_cwd.
29794         (fdopendir, fstatat, unlinkat): Likewise.
29795
29796         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
29797         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
29798
29799         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
29800         as second argument to va_arg.  Otherwise, some versions of gcc
29801         warn that `if this code is reached, the program will abort'.
29802
29803 2006-01-09  Jim Meyering  <jim@meyering.net>
29804
29805         Sync from coreutils.
29806         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
29807         Require openat-priv.h.
29808
29809 2006-01-09  Bruno Haible  <bruno@clisp.org>
29810
29811         * modules/strnlen (Include): Use strnlen.h.
29812
29813 2006-01-09  Bruno Haible  <bruno@clisp.org>
29814
29815         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
29816
29817 2006-01-09  Bruno Haible  <bruno@clisp.org>
29818
29819         * lib/sysexit_.h (EX_OK): New macro.
29820         Suggested by Martin Lambers <marlam@marlam.de>.
29821
29822 2006-01-09  Bruno Haible  <bruno@clisp.org>
29823
29824         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
29825         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
29826
29827 2006-01-09  Bruno Haible  <bruno@clisp.org>
29828
29829         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
29830         numbers.
29831
29832 2006-01-09  Bruno Haible  <bruno@clisp.org>
29833
29834         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
29835         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
29836         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
29837         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
29838
29839 2006-01-09  Bruno Haible  <bruno@clisp.org>
29840
29841         * build-aux/javacomp.sh.in: New file, moved from lib/.
29842         * modules/javacomp-script (Files): Update.
29843         (configure.ac): Add AC_CONFIG_FILES invocation.
29844         (EXTRA_DIST): Remove variable.
29845
29846         * build-aux/javaexec.sh.in: New file, moved from lib/.
29847         * modules/javaexec (Files): Update.
29848         (configure.ac): Add AC_CONFIG_FILES invocation.
29849         (EXTRA_DIST): Remove javaexec.sh.in.
29850
29851         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
29852         * modules/csharpcomp-script (Files): Update.
29853         (configure.ac): Add AC_CONFIG_FILES invocation.
29854         (EXTRA_DIST): Remove variable.
29855
29856         * build-aux/csharpexec.sh.in: New file, moved from lib/.
29857         * modules/csharpexec (Files): Update.
29858         (configure.ac): Add AC_CONFIG_FILES invocation.
29859         (EXTRA_DIST): Remove csharpexec.sh.in.
29860
29861 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
29862
29863         Sync from coreutils.
29864
29865         Add POSIX ACL support
29866         * lib/acl.h (copy_acl, set_acl): Add declarations.
29867         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
29868         systems other than Linux.
29869         (chmod_or_fchmod): New function: use fchmod when possible,
29870         and chmod otherwise.
29871         (file_has_acl): Add a POSIX ACL implementation, with a
29872         Linux-specific subcase.
29873         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
29874         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
29875         acls are unsupported.
29876         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
29877         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
29878         are unsupported.
29879
29880 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
29881
29882         Sync from coreutils.
29883         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
29884
29885 2006-01-07  Bruno Haible  <bruno@clisp.org>
29886
29887         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
29888         gl_EARLY.
29889
29890 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29891
29892         * lib/strftime.c (tzname): Don't declare if it is already #defined.
29893         Problem reported for Mingw by Mark Junker.
29894
29895 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29896
29897         * README: Gnulib normally doesn't generate a tarball.
29898
29899 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
29900
29901         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
29902         long int, not int, for nanosecond counts, so that people who are
29903         used to POSIX struct timespec won't be surprised.  Reported by Jim
29904         Meyering.
29905
29906 2005-12-28  Bruno Haible  <bruno@clisp.org>
29907
29908         * build-aux/config.rpath: Update from GNU gettext.
29909
29910 2005-12-16  Jim Meyering  <jim@meyering.net>
29911
29912         * modules/fprintftime: New module.
29913         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
29914
29915 2005-12-16  Jim Meyering  <jim@meyering.net>
29916
29917         * m4/fprintftime.m4: New file.
29918
29919 2005-12-16  Jim Meyering  <jim@meyering.net>
29920
29921         * lib/fprintftime.c, lib/fprintftime.h: New files.
29922
29923 2005-12-15  Simon Josefsson  <jas@extundo.com>
29924
29925         * modules/socklen (configure.ac): Fix M4 macro name, to align with
29926         new m4/socklen.m4.
29927
29928 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29929
29930         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
29931         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
29932
29933 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29934
29935         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
29936         * lib/argp-help.c (fill_in_uparams): Check if the constructed
29937         struct uparams is valid. Fall back to the default values if it is
29938         not.
29939
29940 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29941
29942         * modules/argp (Files): Add argp-pin.c
29943         (Depends-on): dirname
29944         (lib_SOURCES): Add argp-pin.c
29945
29946 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29947
29948         * m4/argp.m4:  Check if program_invocation_name and
29949         program_invocation_short_name are declared and define appropriate
29950         macros if they are not.
29951
29952 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29953
29954         * lib/argp-help.c (__argp_base_name): New function
29955         (__argp_short_program_name): Rewrite using __argp_base_name
29956         * lib/argp-namefrob.h: Define program_invocation_name and
29957         program_invocation_short_name if requested
29958         (__argp_base_name): Add prototype
29959         * lib/argp-parse.c (argp_def): Use gettext wrappers
29960         (argp_default_parser): Use __argp_base_name
29961         * lib/argp-pin.c: New file. Defines program_invocation_name and
29962         program_invocation_short_name on systems that lack them.
29963
29964 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29965
29966         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
29967         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
29968         porting problem reported by Georg Schwarz in
29969         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
29970
29971 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29972
29973         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
29974         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
29975         porting problem reported by Georg Schwarz in
29976         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
29977
29978 2005-12-05  Bruno Haible  <bruno@clisp.org>
29979
29980         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
29981         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
29982         Reported by Mark Junker <mjscod@gmx.de>.
29983
29984 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
29985
29986         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
29987         Use implementation from Albert Chin, with some
29988         comments/corrections by Stepan Kasal and myself.
29989
29990 2005-12-02  Bruno Haible  <bruno@clisp.org>
29991
29992         * gnulib-tool (func_import): Accept GPLed build tool modules when
29993         --lgpl is given.
29994         * modules/csharpcomp-script: New file.
29995         * modules/csharpcomp: Depend on it.
29996         * modules/javacomp-script: New file.
29997         * modules/javacomp: Depend on it.
29998         Suggested by Simon Josefsson.
29999
30000 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
30001
30002         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
30003         statement, to work around an HP-UX 10.20 compiler bug reported by
30004         Peter O'Gorman.
30005
30006 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
30007
30008         * modules/savedir (Depends-on): Add openat.
30009
30010 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
30011
30012         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
30013         (uintmax_t) [defined uintmax_t]: Do not declare.
30014         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
30015         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
30016         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
30017         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
30018         sake of portability to weird hosts that C allows (though we don't
30019         know of any practical examples).
30020
30021         * lib/savedir.h (fdsavedir): New decl.
30022         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
30023         contains most of the former guts of savedir.
30024         (savedir): Use savedirstream.
30025         Include "openat.h".
30026
30027 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
30028
30029         * modules/obstack (Files): Add m4/ulonglong.m4.
30030         Problem reported by Davide Angelocola.
30031
30032 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
30033
30034         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
30035         coreutils no longer futzes with rounding modes.
30036
30037 2005-11-14  Jim Meyering  <jim@meyering.net>
30038
30039         * lib/mkstemp-safer.c: Include <config.h>, required for possible
30040         replacement of mkstemp.
30041
30042 2005-11-10  Simon Josefsson  <jas@extundo.com>
30043
30044         * lib/readline.c: Remove EOL.
30045
30046 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30047
30048         * modules/gethrxtime (Depends-on): Add gettime.
30049
30050 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30051
30052         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
30053         or gettimeofday; no longer needed.
30054
30055 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30056
30057         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
30058         time business.
30059         (gethrxtime) [! (HAVE_NANOUPTIME
30060         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
30061         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
30062         our own approximation.
30063
30064 2005-11-08  Eric Blake  <ebb9@byu.net>
30065
30066         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
30067
30068 2005-11-08  Eric Blake  <ebb9@byu.net>
30069
30070         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
30071
30072 2005-11-04  Bruno Haible  <bruno@clisp.org>
30073
30074         * gnulib-tool: Implement --update mode.
30075
30076 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30077
30078         Fix porting problem reported by Theodoros V. Kalamatianos.
30079         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
30080         Don't assume that futimes failing means we must fail.
30081
30082 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30083
30084         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
30085         variables to suggest the intended function of the PATH_MAX check.
30086
30087 2005-10-30  Kean Johnston  <jkj@sco.com>
30088
30089         Trivial changes to support SCO systems.
30090         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
30091         as PATH_MAX.
30092         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
30093         where __ptr is null when no I/O is pending.
30094
30095 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30096
30097         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
30098         leave errno alone.  Problem reported by Dmitry V. Levin.
30099
30100 2005-10-28  Simon Josefsson  <jas@extundo.com>
30101
30102         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
30103         Test more.
30104
30105         * tests/test-gc-md2.c, tests/test-md2.c: New files.
30106
30107         * modules/md2, modules/md2-tests: New files.
30108
30109 2005-10-28  Simon Josefsson  <jas@extundo.com>
30110
30111         * m4/inet_ntop.m4: More tests.
30112
30113         * m4/gc-md2.m4, md2.m4: New file.
30114
30115 2005-10-28  Simon Josefsson  <jas@extundo.com>
30116
30117         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
30118         "restrict" keywords, as per POSIX.  Protect the function
30119         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
30120         Don't use K&R prototypes.  Check the sprintf return values.
30121         Re-define EAFNOSUPPORT if not present.  Indent.
30122
30123         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
30124         suggested by Bruno Haible <bruno@clisp.org>.
30125
30126         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
30127
30128         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
30129
30130         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
30131         libgcrypt).
30132
30133         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
30134
30135         * lib/md2.h, lib/md2.c: New files.
30136
30137 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
30138
30139         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
30140         errno alone.  Problem reported by Frederic Jolliton.
30141
30142 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
30143
30144         * modules/verify (License): Change from GPL to LGPL.  This is a
30145         tiny module and there are apparently near-equivalents that are
30146         under the BSD license.
30147
30148 2005-10-24  Simon Josefsson  <jas@extundo.com>
30149
30150         * modules/sha1: Relicense to LGPL.
30151
30152 2005-10-24  Simon Josefsson  <jas@extundo.com>
30153
30154         * lib/md4.h: Shrink buffer size, now that we changed the type.
30155
30156 2005-10-23  Simon Josefsson  <jas@extundo.com>
30157
30158         * gnulib-tool (func_import): Fix --tests-base.
30159
30160 2005-10-22  Simon Josefsson  <jas@extundo.com>
30161
30162         * modules/arcfour (Depends-on): Need stdint.
30163
30164 2005-10-22  Simon Josefsson  <jas@extundo.com>
30165
30166         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
30167         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
30168
30169 2005-10-22  Simon Josefsson  <jas@extundo.com>
30170
30171         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
30172         suggested by Bruno Haible <bruno@clisp.org>.
30173
30174 2005-10-22  Simon Josefsson  <jas@extundo.com>
30175
30176         * lib/crc.h: Include stddef.h, for size_t.
30177
30178 2005-10-22  Simon Josefsson  <jas@extundo.com>
30179
30180         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
30181         arcfour_context struct (simplify test vector testing in GNU
30182         Shishi).
30183
30184 2005-10-21  Simon Josefsson  <jas@extundo.com>
30185
30186         * modules/des, modules/des-tests: New files.
30187
30188         * modules/gc-des, modules/gc-des-tests: New files.
30189
30190         * tests/test-des.c, tests/test-gc-des.c: New file.
30191
30192 2005-10-21  Simon Josefsson  <jas@extundo.com>
30193
30194         * modules/arctwo, modules/arctwo-tests: New files.
30195
30196         * tests/test-arctwo.c: New file.
30197
30198         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
30199
30200         * tests/test-gc-arctwo.c: New file.
30201
30202 2005-10-21  Simon Josefsson  <jas@extundo.com>
30203
30204         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
30205         Bruno Haible <bruno@clisp.org>.
30206
30207         * m4/gc-des.m4: New file.
30208
30209 2005-10-21  Simon Josefsson  <jas@extundo.com>
30210
30211         * m4/arctwo.m4: New file.
30212
30213         * m4/gc-arctwo.m4: New file.
30214
30215 2005-10-21  Simon Josefsson  <jas@extundo.com>
30216
30217         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
30218         block.
30219
30220 2005-10-21  Simon Josefsson  <jas@extundo.com>
30221
30222         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
30223         <bruno@clisp.org>.
30224
30225         * lib/hmac-sha1.c (hmac_sha1): Likewise.
30226
30227         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
30228         Bruno Haible <bruno@clisp.org>.
30229
30230         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
30231         <bruno@clisp.org>.
30232
30233 2005-10-21  Simon Josefsson  <jas@extundo.com>
30234
30235         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
30236
30237 2005-10-21  Simon Josefsson  <jas@extundo.com>
30238
30239         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
30240
30241 2005-10-21  Simon Josefsson  <jas@extundo.com>
30242
30243         * lib/des.h, lib/des.c: New files.
30244
30245         * lib/gc-gnulib.c: Support DES.c
30246
30247 2005-10-21  Simon Josefsson  <jas@extundo.com>
30248
30249         * lib/arctwo.h, lib/arctwo.c: New files.
30250
30251         * lib/gc-gnulib.c: Support ARCTWO.
30252
30253 2005-10-21  Simon Josefsson  <jas@extundo.com>
30254
30255         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
30256         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30257
30258 2005-10-21  Simon Josefsson  <jas@extundo.com>
30259
30260         * gnulib-tool (func_import, func_create_testdir): Define automake
30261         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
30262         Makefile.am snippet),
30263         suggested by Bruno Haible <bruno@clisp.org>.
30264
30265         * modules/gc (Makefile.am): Use it.
30266
30267 2005-10-21  Bruno Haible  <bruno@clisp.org>
30268
30269         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
30270         patch.
30271
30272 2005-10-19  Simon Josefsson  <jas@extundo.com>
30273
30274         * tests/test-gc-rijndael.c: New file.
30275
30276         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
30277
30278 2005-10-19  Simon Josefsson  <jas@extundo.com>
30279
30280         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
30281         interface too.
30282
30283 2005-10-19  Simon Josefsson  <jas@extundo.com>
30284
30285         * tests/test-gc-arcfour.c: New file.
30286
30287         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
30288
30289 2005-10-19  Simon Josefsson  <jas@extundo.com>
30290
30291         * modules/gc-md4, modules/gc-md4-tests: New file.
30292
30293         * tests/test-gc-md4.c: New file.
30294
30295 2005-10-19  Simon Josefsson  <jas@extundo.com>
30296
30297         * m4/gc-md4.m4: New file.
30298
30299 2005-10-19  Simon Josefsson  <jas@extundo.com>
30300
30301         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
30302         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
30303         <kasal@ucw.cz>.
30304
30305 2005-10-19  Simon Josefsson  <jas@extundo.com>
30306
30307         * m4/gc-arcfour.m4: New file.
30308
30309         * m4/gc-rijndael.m4: New file.
30310
30311 2005-10-19  Simon Josefsson  <jas@extundo.com>
30312
30313         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
30314
30315 2005-10-19  Simon Josefsson  <jas@extundo.com>
30316
30317         * lib/gc-gnulib.c: Support ARCFOUR.
30318
30319 2005-10-19  Simon Josefsson  <jas@extundo.com>
30320
30321         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
30322         support.
30323
30324         * lib/gc.h: Add ECB enum type.
30325
30326         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
30327
30328 2005-10-18  Simon Josefsson  <jas@extundo.com>
30329
30330         * tests/test-md5.c: New file.
30331
30332         * modules/md5-tests: New file.
30333
30334 2005-10-18  Simon Josefsson  <jas@extundo.com>
30335
30336         * tests/test-md4.c: New file.
30337
30338         * modules/md4, modules/md4-tests: New files.
30339
30340 2005-10-18  Simon Josefsson  <jas@extundo.com>
30341
30342         * m4/md4.m4: New file.
30343
30344 2005-10-18  Simon Josefsson  <jas@extundo.com>
30345
30346         * lib/md4.h, lib/md4.c: New files, based on md5.?.
30347
30348 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
30349
30350         * gnulib-tool (func_create_testdir): Omit the second check whether
30351         BUILT_SOURCES in nonempty.
30352
30353 2005-10-17  Simon Josefsson  <jas@extundo.com>
30354
30355         * tests/test-rijndael.c: New file.
30356
30357 2005-10-17  Simon Josefsson  <jas@extundo.com>
30358
30359         * modules/sha1: Depend on stdint instead of md5.
30360
30361         * modules/md5: Depend on stdint, remove uint32_t.
30362
30363 2005-10-17  Simon Josefsson  <jas@extundo.com>
30364
30365         * modules/gc-sha1-tests: New file.
30366
30367         * tests/test-gc-sha1.c: New file.
30368
30369 2005-10-17  Simon Josefsson  <jas@extundo.com>
30370
30371         * m4/md5.m4: Remove call to uint32_t.m4.
30372
30373 2005-10-17  Simon Josefsson  <jas@extundo.com>
30374
30375         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
30376
30377         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
30378         md5.h.
30379
30380         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
30381
30382         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
30383
30384 2005-10-17  Simon Josefsson  <jas@extundo.com>
30385
30386         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
30387
30388 2005-10-17  Simon Josefsson  <jas@extundo.com>
30389
30390         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
30391
30392 2005-10-17  Simon Josefsson  <jas@extundo.com>
30393
30394         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
30395
30396         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
30397
30398 2005-10-17  Bruno Haible  <bruno@clisp.org>
30399
30400         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
30401         that it can also be used in a test.
30402
30403 2005-10-16  Bruno Haible  <bruno@clisp.org>
30404
30405         * gnulib-tool (func_emit_tests_Makefile_am): Also define
30406         TESTS_ENVIRONMENT, so that individual tests can augment it.
30407
30408         * gnulib-tool (func_create_testdir): Use an intermediate target for
30409         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
30410         macros, like $(ALLOCA_H), which cannot be passed through the command
30411         line.
30412
30413 2005-10-15  Simon Josefsson  <jas@extundo.com>
30414
30415         * modules/rijndael-tests: New file.
30416
30417         * modules/rijndael: New file.
30418
30419 2005-10-15  Simon Josefsson  <jas@extundo.com>
30420
30421         * m4/rijndael.m4: New file.
30422
30423 2005-10-15  Simon Josefsson  <jas@extundo.com>
30424
30425         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
30426
30427         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
30428
30429 2005-10-14  Simon Josefsson  <jas@extundo.com>
30430
30431         * tests/test-arcfour.c: New file.
30432
30433         * modules/arcfour, modules/arcfour-tests: New files.
30434
30435 2005-10-14  Simon Josefsson  <jas@extundo.com>
30436
30437         * m4/arcfour.m4: New file.
30438
30439 2005-10-14  Simon Josefsson  <jas@extundo.com>
30440
30441         * lib/arcfour.h, lib/arcfour.c: New files.
30442
30443 2005-10-14  Roland McGrath  <roland@redhat.com>
30444
30445         Import from libc.  [BZ #1331]
30446         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
30447         macro argument.
30448         Reported by Matej Vela <vela@debian.org>.
30449
30450 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30451
30452         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
30453         include <wchar.h>; no longer needed.
30454
30455 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30456
30457         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
30458
30459 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
30460         and  Ulrich Drepper  <drepper@redhat.com>
30461
30462         Import from libc.
30463         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
30464         instead of inline stream orientation test and two separate
30465         function calls.  Pay no attention to USE_IN_LIBIO.
30466
30467 2005-10-13  Simon Josefsson  <jas@extundo.com>
30468
30469         * modules/gc-hmac-md5-tests: New file.
30470
30471         * tests/test-gc-hmac-sha1.c: New file.
30472
30473         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
30474
30475         * modules/gc-hmac-md5-tests: New file.
30476
30477         * tests/test-gc-md5.c: New file.
30478
30479         * modules/gc-md5-tests: New file.
30480
30481 2005-10-13  Simon Josefsson  <jas@extundo.com>
30482
30483         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
30484         Move memory allocation outside of loop.
30485
30486 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
30487
30488         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
30489         intermediate directory is in a read-only file system.  Problem
30490         reported by Eric Blake.
30491
30492 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
30493
30494         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
30495
30496 2005-10-12  Simon Josefsson  <jas@extundo.com>
30497
30498         * tests/test-hmac-sha1.c: New file.
30499
30500         * modules/hmac-sha1-tests: New file.
30501
30502         * modules/hmac-sha1: New file.
30503
30504 2005-10-12  Simon Josefsson  <jas@extundo.com>
30505
30506         * modules/gc-sha1: New file.
30507
30508 2005-10-12  Simon Josefsson  <jas@extundo.com>
30509
30510         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
30511
30512         * tests/test-gc-pbkdf2-sha1.c: New file.
30513
30514 2005-10-12  Simon Josefsson  <jas@extundo.com>
30515
30516         * modules/gc-md5, modules/gc-hmac-md5: New files.
30517
30518         * modules/gc (Files): Remove md5, memxor and hmac files.
30519
30520 2005-10-12  Simon Josefsson  <jas@extundo.com>
30521
30522         * m4/gc-pbkdf2-sha1.m4: New file.
30523
30524         * m4/gc-hmac-sha1.m4: New file.
30525
30526         * m4/gc-sha1: New file.
30527
30528         * m4/hmac-sha1.m4: New file.
30529
30530 2005-10-12  Simon Josefsson  <jas@extundo.com>
30531
30532         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
30533
30534         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
30535
30536 2005-10-12  Simon Josefsson  <jas@extundo.com>
30537
30538         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
30539         suggested by Bruno Haible <bruno@clisp.org>.
30540
30541 2005-10-12  Simon Josefsson  <jas@extundo.com>
30542
30543         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
30544
30545 2005-10-12  Simon Josefsson  <jas@extundo.com>
30546
30547         * lib/gc-pbkdf2-sha1.c: New file.
30548
30549         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
30550
30551 2005-10-12  Simon Josefsson  <jas@extundo.com>
30552
30553         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
30554
30555         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
30556
30557 2005-10-12  Simon Josefsson  <jas@extundo.com>
30558
30559         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
30560         GC_USE_HMAC_MD5, respectively.
30561
30562         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
30563         (gc_md5): Fix typo.
30564
30565         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
30566
30567         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
30568
30569         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
30570
30571 2005-10-12  Bruno Haible  <bruno@clisp.org>
30572
30573         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
30574         Reported by Stepan Kasal <kasal@ucw.cz>.
30575
30576 2005-10-11  Simon Josefsson  <jas@extundo.com>
30577
30578         * tests/test-crc.c: New file.
30579
30580         * modules/crc, modules/crc-tests: New files.
30581
30582 2005-10-11  Simon Josefsson  <jas@extundo.com>
30583
30584         * m4/crc.m4: New file.
30585
30586 2005-10-11  Simon Josefsson  <jas@extundo.com>
30587
30588         * lib/gc.h: Add gc_hash and gc_hash_buffer.
30589
30590         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
30591
30592         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
30593
30594 2005-10-11  Simon Josefsson  <jas@extundo.com>
30595
30596         * lib/crc.h, lib/crc.c: New files.
30597
30598         * lib/gc.h (gc_hash_buffer): Add doc.
30599
30600 2005-10-11  Bruno Haible  <bruno@clisp.org>
30601
30602         * modules/c-strcasestr: New file.
30603         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
30604
30605 2005-10-11  Bruno Haible  <bruno@clisp.org>
30606
30607         * modules/c-strcase: New file.
30608         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
30609
30610 2005-10-11  Bruno Haible  <bruno@clisp.org>
30611
30612         * lib/strcasecmp.c: Include limits.h.
30613         (strcasecmp): Avoid integer overflow on exotic platforms.
30614         * lib/strncasecmp.c: Include limits.h.
30615         (strncasecmp): Avoid integer overflow on exotic platforms.
30616         Reported by Paul Eggert.
30617
30618 2005-10-11  Bruno Haible  <bruno@clisp.org>
30619
30620         * lib/c-strcasestr.h: New file, from GNU gettext.
30621         * lib/c-strcasestr.c: New file, from GNU gettext.
30622
30623 2005-10-11  Bruno Haible  <bruno@clisp.org>
30624
30625         * lib/c-strcase.h: New file, from GNU gettext.
30626         * lib/c-strcasecmp.c: New file, from GNU gettext.
30627         * lib/c-strncasecmp.c: New file, from GNU gettext.
30628
30629 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
30630
30631         * modules/mempcpy (License): GPL -> LGPL.
30632         * modules/strchrnul (License): Likewise.
30633         * modules/sysexits (License): Likewise.
30634
30635 2005-10-08  Simon Josefsson  <jas@extundo.com>
30636
30637         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
30638
30639 2005-10-07  Simon Josefsson  <jas@extundo.com>
30640
30641         * m4/memxor.m4: Remove gl_C_RESTRICT call.
30642
30643 2005-10-06  Simon Josefsson  <jas@extundo.com>
30644
30645         * tests/test-hmac-md5.c: New file.
30646
30647         * modules/hmac-md5-tests: New file.
30648
30649         * modules/hmac-md5: New file.
30650
30651 2005-10-06  Simon Josefsson  <jas@extundo.com>
30652
30653         * m4/hmac-md5.m4: New file.
30654
30655         * m4/memxor.m4: Require gl_C_RESTRICT.
30656
30657 2005-10-06  Simon Josefsson  <jas@extundo.com>
30658
30659         * lib/memxor.c (memxor): Avoid casts and warnings.
30660
30661 2005-10-06  Simon Josefsson  <jas@extundo.com>
30662
30663         * lib/hmac-md5.c: New file.
30664
30665         * lib/hmac.h: New file.
30666
30667 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
30668
30669         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
30670         promotes to int, not unsigned int, to catch the AIX 5.3
30671         compiler bug.
30672
30673 2005-10-05  Simon Josefsson  <jas@extundo.com>
30674
30675         * modules/memxor: New file.
30676
30677         * modules/iconv (Files): Move config.rpath to havelib, it is used
30678         there.
30679
30680         * modules/havelib (Files): Add config.rpath.
30681
30682 2005-10-05  Simon Josefsson  <jas@extundo.com>
30683
30684         * m4/memxor.m4: New file.
30685
30686 2005-10-05  Simon Josefsson  <jas@extundo.com>
30687
30688         * lib/memxor.c (memxor): Fix compiler error.
30689
30690         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
30691         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
30692
30693         * lib/memxor.h, lib/memxor.c: New files.
30694
30695         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
30696         we assume all systems have it, suggested by Jim Meyering
30697         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
30698         any systems lack sys/socket.h; mingw32 is known to lack it, but we
30699         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
30700         same reasons.
30701
30702 2005-10-05  Simon Josefsson  <jas@extundo.com>
30703
30704         * config/srclist.txt: Add glibc bug 1423 for md5.h.
30705
30706 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
30707
30708         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
30709         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
30710         needed, since the source code now assumes these .h files.
30711
30712 2005-10-05  Derek Price  <derek@ximbiot.com>
30713
30714         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
30715
30716 2005-10-05  Bruno Haible  <bruno@clisp.org>
30717
30718         * modules/stdint (License): Change to LGPL.
30719
30720 2005-10-04  Simon Josefsson  <jas@extundo.com>
30721
30722         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
30723         D. Baushke" <mdb@gnu.org>.
30724
30725 2005-10-04  Bruno Haible  <bruno@clisp.org>
30726
30727         * lib/verify.h (verify_true): Provide alternative definition for C++.
30728
30729 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
30730
30731         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
30732         (SSIZE_MAX): New macro, if not already defined.
30733         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
30734         than 2 GiB.
30735
30736 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30737
30738         Sync from coreutils.
30739         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
30740         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
30741         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
30742         ULLONG_MAX doesn't work with 2.7.2.1.
30743
30744 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30745
30746         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
30747         From Ben Pfaff.
30748
30749         * modules/exclude (Depends-on): Depend on verify.
30750         * modules/strtoimax (Depends-on): Likewise.
30751         * modules/utimecmp (Depends-on): Likewise.
30752
30753 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30754
30755         * lib/exclude.c: Include verify.h.
30756         (verify): Remove.  All callers changed to use verify.h's version.
30757         * lib/strtoimax.c: Likewise.
30758         * lib/utimecmp.c: Likewis.e
30759
30760         Sync from coreutils.
30761         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
30762         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
30763         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
30764         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
30765         bother returning ENOSYS if settimeofday or stime fails; just let
30766         them return whatever errno they want to return.
30767         * lib/utimens.c: Include unistd.h, for dup2.
30768         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
30769         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
30770
30771 2005-10-02  Jim Meyering  <jim@meyering.net>
30772
30773         Sync from coreutils.
30774         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
30775         from glibc-2.2.5 that fails for read-only files.
30776
30777 2005-10-02  Jim Meyering  <jim@meyering.net>
30778
30779         Sync from coreutils.
30780         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
30781         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
30782         `#if HAVE_CONFIG_H'.
30783         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
30784         Remove AT_FDCWD test.
30785         Do not consume the fd unless successful.
30786         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
30787         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
30788         block, so that we don't even try to compile it if settimeofday is
30789         available.  This works around a compilation failure on OSF1 V5.1,
30790         due to stime requiring a `long int*' while tv_sec is `int'.
30791
30792 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
30793
30794         Sync from coreutils.
30795         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
30796         against `yes', rather than just testing for nonempty.
30797
30798 2005-10-01  Simon Josefsson  <jas@extundo.com>
30799
30800         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
30801         and Darwin.
30802
30803         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
30804         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
30805         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
30806         freeaddrinfo and gai_strerror are declared by the POSIX headers.
30807         Check if struct addrinfo is declared.
30808
30809 2005-10-01  Simon Josefsson  <jas@extundo.com>
30810
30811         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
30812         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
30813         AI_* and EAI_* definitions.  Protect function declarations.
30814
30815 2005-10-01  Jim Meyering  <jim@meyering.net>
30816
30817         Sync from coreutils.
30818
30819         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
30820         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
30821         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
30822         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
30823         in the inet and nsl libraries.  Required on Solaris 5.7.
30824
30825 2005-10-01  Jim Meyering  <jim@meyering.net>
30826
30827         Sync from coreutils.
30828         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
30829         in the inet and nsl libraries.  Required on Solaris 5.7.
30830
30831 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
30832
30833         * lib/getdelim.c (getdelim): Remove unused variables.
30834
30835 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
30836
30837         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
30838         so that the code works even with ancient cpp.  Portability problem
30839         with GCC 2.7.2.1 reported by Thomas M.Ott.
30840
30841 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
30842
30843         * modules/regex (Depends-on): Add strcase.
30844
30845         * modules/gethostname (Licence): Change from GPL to LGPL, since
30846         gethostname.c is a trivial implementation of a standard library
30847         function.
30848         * modules/poll (License): Change from GPL to LGPL, since it's
30849         derived from LGPL code.
30850
30851 2005-09-27  Jim Meyering  <jim@meyering.net>
30852
30853         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
30854         HAVE_CONFIG_H.
30855
30856         * lib/intprops.h (signed_type_or_expr__): Define.
30857         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
30858         for unsigned types.
30859
30860 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
30861
30862         * lib/verify.h (verify_expr): Remove, replacing with:
30863         (verify_true): New macro that returns true instead of void.
30864         (verify_type__): Remove.
30865         (verify): Use verify_true rather than verify_type__.
30866
30867 2005-09-26  Bruno Haible  <bruno@clisp.org>
30868
30869         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
30870         is necessary.
30871         (lib_SOURCES): Remove mbchar.c.
30872         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
30873         (Files): Add m4/mbrtowc.m4.
30874         * modules/mbiter: Likewise.
30875         * modules/mbuiter: Likewise.
30876
30877 2005-09-26  Bruno Haible  <bruno@clisp.org>
30878
30879         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
30880         compile mbchar.c if they are not both present.
30881         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
30882         * m4/mbiter.m4 (gl_MBITER): Likewise.
30883         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
30884         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
30885         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
30886
30887 2005-09-25  Jim Meyering  <jim@meyering.net>
30888
30889         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
30890         also uses socklen_t.
30891
30892 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
30893
30894         * lib/utimens.c (ENOSYS): Define if not already defined.
30895         (futimens): Support having a null PATH if the file descriptor
30896         is nonnegative.
30897
30898         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
30899         Remove.
30900         (__attribute): Define to empty unless GCC 3.1 or later.
30901         This works around a core dump on OpenBSD 3.4, which has GCC
30902         2.95.3, which dumps core when given __attribute__(()).  It also
30903         simplifies other tests, since we really don't want to bother with
30904         worrying about which ancient version of GCC supported what.
30905         Original problem reported by Yoann Vandoorselaere, with part of
30906         the fix suggested by Derek Price.
30907
30908 2005-09-24  Jim Meyering  <jim@meyering.net>
30909
30910         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
30911         so we can once again use a positive bitfield width of 1 -- now we
30912         don't have to explain why we were using a bitfield width of 2.
30913
30914 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
30915
30916         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
30917         and similarly for the other external symbols.  Problem reported
30918         by James Gallager.
30919
30920         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
30921         bug reported by Jim Meyering.
30922
30923         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
30924         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
30925         not needed, since socklen is a prerequisite module.
30926
30927 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
30928
30929         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
30930         Problem reported by Eric Blake.
30931         (getaddrinfo): Initialize se so that it's not garbage.
30932         Redo internal storage allocation so that it doesn't make unportable
30933         assumptions about alignment.
30934         Fix a memory leak.
30935
30936         * lib/utimens.c (futimens): Use futimesat if available.
30937         Prefer it to futimes since it doesn't have the futimes bug.
30938
30939         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
30940         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
30941         Instead, declare a function that returns a pointer to an array,
30942         and use verify_type__ to declare the size of the array.
30943         Problem and germ of a solution reported by Bruno Haible.
30944         (verify_type__): Use 2, not 1, for bitfield size, to avoid
30945         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
30946
30947 2005-09-23  Jim Meyering  <jim@meyering.net>
30948
30949         Sync from coreutils.
30950         Correct build failure (socklen_t not defined) on at least
30951         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
30952         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
30953
30954 2005-09-23  Jim Meyering  <jim@meyering.net>
30955
30956         * modules/getaddrinfo (Depends-on): Add socklen.
30957
30958 2005-09-23  Bruno Haible  <bruno@clisp.org>
30959
30960         * tests/test-verify.c: New file.
30961
30962 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30963
30964         Sync from coreutils.
30965
30966         * modules/argmatch (Depends-on): Add verify.
30967         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
30968         unistd-safer.
30969         * modules/save-cwd (Depends-on): Likewise.
30970
30971         * modules/openat (Files): Add lib/openat-die.c.
30972         (Depends-on): Remove error, exitfail.
30973         Add dirname.
30974
30975         * modules/verify: New file.
30976         * MODULES.html.sh (Diagnostics <assert.h>): New section,
30977         with "verify" module.
30978
30979 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30980
30981         Sync from coreutils.
30982
30983         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
30984         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
30985         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
30986         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
30987         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
30988         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
30989         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
30990         Don't bother checking for string.h, stdlib.h, unistd.h.
30991         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
30992         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
30993         module's job.
30994         * m4/jm-macros.m4 (gl_MACROS): Likewise.
30995         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
30996
30997         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
30998         (gl_GETDATE): Use it.
30999
31000         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
31001
31002 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31003
31004         Sync from coreutils.
31005
31006         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
31007         stat-time.h.
31008         * lib/argmatch.h: Include verify.h
31009         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
31010         (ARGMATCH_ASSERT): Remove; unused.
31011         * lib/canonicalize.c: Assume STDC_HEADERS.
31012         * lib/exclude.c: Include "strcase.h".
31013         * lib/regex_internal.h [!defined _LIBC]: Likewise.
31014         * lib/getusershell.c: Include stdio--.h rather than stdio.h
31015         and stdio-safer.h.
31016         (getusershell): Call fopen, not fopen_safer.
31017         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
31018         Do not include unistd-safer.h.
31019         (save_cwd): Don't call fd_safer; no longer needed
31020         now that we include fcntl--.h.
31021
31022         * lib/getdate.y (relative_time): New type.
31023         (RELATIVE_TIME_0): New constant.
31024         (parser_control): Use relative_time instead of doing it ourselves.
31025         (%union): Add new relative_time rel member.
31026         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
31027         Now typeless.
31028         (relunit, relunit_snumber): Now of type rel.
31029         (zone, rel, relunit, get_date): Adjust to above changes.
31030
31031         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
31032         Do not include unistd-safer.h.
31033         (getloadavg): Don't call fd_safer; no longer needed
31034         now that we include fcntl--.h.
31035
31036         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
31037         (make_dir_parents): Treat ENOSYS like EEXIST.
31038
31039         Improve quality of diagnostics on restore_cwd failure.
31040         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
31041         (make_dir_parents): Last arg is now int * (for errno), not bool *.
31042         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
31043         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
31044         each time through the loop.  Do not diagnose restore_cwd failure;
31045         that is the caller's job (and perhaps the caller does not care).
31046
31047         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
31048         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
31049         If the file already exists but is not a directory, don't bother
31050         to try to make its parents.
31051         Close potential file descriptor leak if we can't chdir("/") (!).
31052         Don't always return true if chdir($PWD) fails; return true only
31053         if the requested action was done successfully (except for the
31054         chdir($PWD)).
31055         Don't log final directory unless we actually made it.
31056         Refactor to avoid duplicate code to fix up permissions.
31057         Don't attempt to fix up parent permissions if chdir($PWD) fails.
31058
31059         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
31060         to make it a bit faster and (I hope) clearer.
31061         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
31062         Fix bug in formats like %2N.
31063
31064         * lib/verify.h: New file.
31065
31066 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31067
31068         Sync from coreutils.
31069         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
31070
31071 2005-09-22  Jim Meyering  <jim@meyering.net>
31072
31073         Sync from coreutils.
31074
31075         * m4/lstat.m4 (gl_FUNC_LSTAT):
31076         Use AC_LIBSOURCES to require lstat.c and lstat.h.
31077         Remove obsolete comment.
31078         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
31079         * m4/xstrtod.m4: Likewise.
31080
31081         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
31082
31083 2005-09-22  Jim Meyering  <jim@meyering.net>
31084
31085         Sync from coreutils.
31086
31087         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
31088
31089         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
31090         the .tm_year member, since otherwise gcc-4.0 would now warn about
31091         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
31092
31093         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
31094         order to avoid an unsuppressible warning from gcc on 64-bit systems.
31095
31096         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
31097         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
31098         when run in a time zone for which daylight savings time is in effect
31099         for the starting date.
31100
31101         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
31102         stop us from restricting permissions of just-created absolute-named
31103         directories.
31104         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
31105         to restore initial working directory.
31106         * lib/mkdir-p.c (make_dir_parents): New parameter:
31107         different_working_dir, to tell caller if/when we change the working
31108         directory and are unable to return to the initial one.
31109         * lib/mkdir-p.h (make_dir_parents): Update prototype.
31110         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
31111         `return false'.  This fixes a bug introduced on 2004-07-30.
31112
31113         * lib/openat.c (fdopendir): Be sure to close the supplied
31114         file descriptor before returning.  This makes our replacement
31115         implementation a little closer to Solaris's, where fdopendir
31116         ties the file descriptor to the returned DIR* pointer.
31117         * lib/openat.c (unlinkat): New function.
31118         * lib/openat.h (unlinkat): Add prototype.
31119         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
31120         (openat_restore_fail): Rename from openat_restore_die.
31121         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
31122
31123         Provide an alternative to exiting immediately upon save_cwd or
31124         restore_cwd failure.  Now, an application can arrange e.g.,
31125         to perform a longjump in that case.
31126         * lib/openat.c: Include dirname.h.
31127         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
31128         (rpl_openat, fdopendir, fstatat): Call openat_save_die
31129         and openat_restore_die rather than calling error directly.
31130         Don't include "error.h" or "exitfail.h"; they're no longer needed.
31131
31132         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
31133         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
31134         define.
31135
31136         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
31137         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
31138                             int utc, int nanoseconds);
31139         Background:
31140         date should not have to allocate a megabyte of virtual memory to
31141         handle a format argument like +%1048575T.  When implemented with
31142         strftime, it must allocate such a buffer, use strftime to fill it
31143         in, print it, then free it.
31144         With fprintftime, it simply prints everything and exits.
31145         With no need for memory allocation, that's one fewer way to fail.
31146         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
31147         optional field width, not before, so we accept %9:z, not %:9z.
31148         (my_strftime): Be sure to use L_('x') for literals.
31149
31150         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
31151         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
31152         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
31153         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
31154         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
31155         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
31156         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
31157         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
31158         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
31159         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
31160         * lib/xgethostname.c, lib/xreadlink.c:
31161         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
31162
31163         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
31164         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
31165         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
31166         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
31167         and don't include <sys/file.h>).
31168
31169 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
31170
31171         Sync from coreutils.
31172
31173         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
31174         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
31175         [!LDAV_DONE]: Avoid unused variable warning.
31176
31177 2005-09-21  Bruno Haible  <bruno@clisp.org>
31178
31179         * lib/unicodeio.h (unicode_to_mb): New declaration.
31180
31181 2005-09-20  Derek Price  <derek@ximbiot.com>
31182
31183         * lib/getaddrinfo.c: Don't include <netdb.h> included from
31184         getaddrinfo.h.
31185
31186 2005-09-20  Bruno Haible  <bruno@clisp.org>
31187
31188         * gnulib-tool: Remove trailing slashes from the values specified for
31189         --source-base, --m4-base, --tests-base, --aux-dir.
31190         Suggested by Simon Josefsson <jas@extundo.com>.
31191
31192 2005-09-20  Bruno Haible  <bruno@clisp.org>
31193
31194         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
31195         func_modules_to_filelist, func_import, func_create_testdir): Make all
31196         sorting results locale-independent, so that gnulib-cache.m4 doesn't
31197         change when gnulib-tool is invoked in a different locale.
31198
31199 2005-09-19  Simon Josefsson  <jas@extundo.com>
31200
31201         * m4/socklen.m4: Fix typo.
31202
31203 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31204
31205         Use a consistent style for including <config.h>.
31206         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
31207         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
31208         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
31209         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
31210         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
31211         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
31212         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
31213         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
31214         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
31215         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
31216         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
31217         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
31218         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
31219         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
31220         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
31221         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
31222         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
31223         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
31224         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
31225         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
31226         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
31227         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
31228         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
31229         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
31230         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
31231         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
31232         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
31233         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
31234         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
31235         lib/xstrtoumax.c, lib/yesno.c:
31236         Standardize inclusion of config.h.
31237         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
31238         lib/inttostr.h:  Removed inclusion of config.h from header files.
31239         * lib/inttostr.c:  Adjusted in-tree users.
31240         * lib/timespec.h: Remove superfluous warning to include config.h.
31241         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
31242         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
31243         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
31244         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
31245         config.h with HAVE_CONFIG_H.
31246
31247 2005-09-19  Jim Meyering  <jim@meyering.net>
31248
31249         * modules/pathmax (License): Change to LGPL.
31250
31251 2005-09-19  Derek Price  <derek@ximbiot.com>
31252
31253         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
31254
31255 2005-09-19  Bruno Haible  <bruno@clisp.org>
31256
31257         * gnulib-tool (import): Provide default for --tests-base.
31258
31259 2005-09-19  Bruno Haible  <bruno@clisp.org>
31260
31261         * doc/quote.texi: New file, extracted from gnulib.texi.
31262         * doc/ctime.texi: New file, extracted from gnulib.texi.
31263         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
31264         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
31265         * doc/gnulib.texi: Include them.
31266
31267 2005-09-18  Bruno Haible  <bruno@clisp.org>
31268
31269         Portability fix.
31270         * gnulib-tool (func_readlink): New function.
31271         (func_ln_if_changed): Use it.
31272
31273 2005-09-18  Bruno Haible  <bruno@clisp.org>
31274
31275         * gnulib-tool: Support --with-tests also with --import.
31276         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
31277         (func_import): Use variables $testsbase and $inctests. Emit a
31278         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
31279         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
31280         SUBDIRS += $testsdir.
31281         (func_create_testdir): Update.
31282
31283 2005-09-18  Bruno Haible  <bruno@clisp.org>
31284
31285         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
31286         instead of $dry_run.
31287         (func_cp_if_changed, func_mv_if_changed): Remove functions.
31288         (func_ln_if_changed): Don't handle dry-run here.
31289         (func_import): In dry-run mode, detect more precisely which actions
31290         would be performed, and don't use "...ing" verbs.
31291
31292 2005-09-18  Bruno Haible  <bruno@clisp.org>
31293
31294         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
31295         (func_import): Use join on two temporary files instead of three nested
31296         loops, in order to determine which files are new or old.
31297
31298 2005-09-18  Bruno Haible  <bruno@clisp.org>
31299
31300         * gnulib-tool (func_import): Comment out code that spits out the
31301         new files with --dry-run.
31302
31303 2005-09-18  Bruno Haible  <bruno@clisp.org>
31304
31305         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
31306
31307 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31308
31309         * lib/stat-time.h: New file.
31310         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
31311         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
31312         in a different way.
31313         (timespec_cmp): New function.
31314         * lib/utimecmp.c: Include stat-time.h.
31315         (SYSCALL_RESOLUTION): Depend on whether various struct stat
31316         members exist, not on the obsolescent ST_MTIM_NSEC.
31317         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
31318
31319 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31320
31321         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
31322
31323 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31324
31325         * MODULES.html.sh (File system functions): Add stat-time.
31326         * modules/stat-time: New file.
31327         * modules/timespec (Files): Remove m4/st_mtim.m4; this
31328         is now done in a different way, by the stat-time module.
31329         * modules/utimecmp (Depends-on): Add stat-time.
31330
31331 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
31332
31333         * m4/st_mtim.m4: Remove.  Superseded by...
31334         * m4/stat-time.m4: New file.
31335         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
31336         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
31337
31338 2005-09-15  Derek Price  <derek@ximbiot.com>
31339
31340         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
31341
31342 2005-09-15  Derek Price  <derek@ximbiot.com>
31343
31344         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
31345         * lib/regex_internal.c: Ditto, using this...
31346         (__GNUC_PREREQ): ...new macro.
31347         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
31348         using...
31349         (__GNUC_PREREQ): ...this new macro.
31350
31351         * lib/strstr.h: Include string.h. Define strstr as a macro here.
31352
31353 2005-09-15  Derek Price  <derek@ximbiot.com>
31354             Paul Eggert  <eggert@cs.ucla.edu>
31355
31356         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
31357         changes, consolidating in...
31358         * lib/regex_internal.h: ...this file.
31359
31360 2005-09-13  Jim Meyering  <jim@meyering.net>
31361
31362         * lib/canon-host.c: Filter through gnu indent and reword comments
31363         slightly.
31364         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
31365
31366 2005-09-13  Derek Price  <derek@ximbiot.com>
31367
31368         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
31369         failure.
31370         Reported by Jim Meyering  <jim@meyering.net>.
31371
31372 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31373
31374         * lib/base64.c: Typo.
31375         (base64_encode): Put b64str in initialized data section.
31376
31377 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
31378
31379         Merge glibc and coreutils changes into gnulib, plus a few
31380         extra fixes.
31381         * lib/md5.c: Use #error rather than a string.
31382         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
31383         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
31384         (__attribute__): Define to empty for non recent-GCC.
31385         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
31386         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
31387         Renamed from their non-__ counterparts, with new macros replacing
31388         them if not _LIBC.  Add __THROW attribute.
31389         (rol): Remove.
31390         (struct md5_ctx): Align buffer if using GCC.
31391         * lib/sha1.h (struct sha1_ctx): Likewise.
31392         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
31393         The old name was backwards.
31394         (NOTSWAP): Remove; not used.
31395         (rol): New macro, moved here from md5.h.
31396         (sha1_process_block): Remove a FIXME that doesn't make sense.
31397
31398 2005-09-12  Derek Price  <derek@ximbiot.com>
31399
31400         Return usable errors from canon-host.
31401         * lib/canon-host.h: New file.
31402         * lib/canon-host.c (canon_host): Wrap...
31403         (canon_host_r): ...this new function, which now relies exclusively on
31404         getaddrinfo.
31405         (ch_strerror): New function.
31406         (last_cherror): New global.
31407         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
31408         interface.
31409         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
31410         void *.
31411         (freeaddrinfo): Free ai->ai_canonname when set.
31412
31413 2005-09-12  Derek Price  <derek@ximbiot.com>
31414
31415         Make canon-host require getaddrinfo.
31416         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
31417         AC_LIBSOURCE canon-host.h.  Call...
31418         (gl_PREREQ_CANON_HOST): ...this new function, which requires
31419         gl_GETADDRINFO.
31420         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
31421
31422 2005-09-12  Derek Price  <derek@ximbiot.com>
31423
31424         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
31425         LGPL.
31426         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
31427
31428 2005-09-12  Derek Price  <derek@ximbiot.com>
31429
31430         * lib/gai_strerror.c: Include config.h when available.  Include
31431         getaddrinfo.h before other headers to test interface.
31432         Reported by Larry Jones <lawrence.jones@ugs.com>.
31433
31434 2005-09-12  Derek Price  <derek@ximbiot.com>
31435             Paul Eggert  <eggert@cs.ucla.edu>
31436
31437         * modules/glob (Files): Add glob-libc.h.
31438
31439 2005-09-12  Derek Price  <derek@ximbiot.com>
31440             Paul Eggert  <eggert@cs.ucla.edu>
31441
31442         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
31443         glob_.h, glob-libc.h.
31444         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
31445
31446 2005-09-12  Derek Price  <derek@ximbiot.com>
31447             Paul Eggert  <eggert@cs.ucla.edu>
31448
31449         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
31450         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
31451         protecting things that should be done only in gnulib contexts.
31452         * lib/glob_.h: New file, containing only the glob things needed for
31453         gnulib.
31454         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
31455         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
31456         (glob, globfree, glob_pattern_p): Now defined simply in terms of
31457         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
31458         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
31459         and to respect the namespace rules better.
31460
31461 2005-09-08  Simon Josefsson  <jas@extundo.com>
31462
31463         * modules/socklen: New file.
31464
31465 2005-09-08  Simon Josefsson  <jas@extundo.com>
31466
31467         * m4/socklen.m4: New file.
31468
31469 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31470
31471         * modules/utimens (Files): Add m4/utimbuf.m4, since
31472         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
31473         Reported by Sergey Poznyakoff.
31474
31475 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31476
31477         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
31478         definitions, since that's the preferred style in glibc.
31479         Fix a minor spacing issue, and update copyright notice to match
31480         glibc's.
31481
31482 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31483
31484         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
31485
31486 2005-09-06  Simon Josefsson  <jas@extundo.com>
31487
31488         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
31489         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
31490
31491 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31492
31493         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
31494         warning.
31495
31496 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31497
31498         * config/srclist.txt: Add glibc bug 1302.
31499
31500 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
31501
31502         Change bitset word type from unsigned int to unsigned long int,
31503         as this has better performance on typical 64-bit hosts.
31504         Port bitset code to hosts with unusual word sizes.
31505         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
31506         (build_collating_symbol):
31507         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
31508         argument is a bitset.  This is merely a style issue, but it makes
31509         it clearer that an entire array is expected.
31510         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
31511         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
31512         Port to the case where bitset_word is not the same as unsigned int.
31513         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
31514         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
31515         Likewise.
31516         * lib/regexec.c (check_dst_limits_calc_pos_1,
31517         check_subexp_matching_top):
31518         (build_trtable, group_nodes_into_DFAstates):
31519         Likewise.
31520         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
31521         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
31522         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
31523         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
31524         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
31525         * lib/regcomp.c (optimize_subexps, lower_subexp):
31526         Work even if bitset_word has holes in its bitwise representation.
31527         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
31528         * lib/regexec.c (check_dst_limits_calc_pos_1,
31529         check_subexp_matching_top):
31530         Likewise.
31531         * lib/regex_internal.c (re_string_reconstruct):
31532         Don't assume UCHAR_MAX == 255.
31533         * lib/regex_internal.h (bitset_set_all): Likewise.
31534         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
31535         All uses changed.
31536         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
31537         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
31538         All uses changed.
31539         (BITSET_WORD_MAX): New macro.
31540         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
31541         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
31542         (bitset_empty, bitset_copy):
31543         Prefer sizeof (bitset) to multiplying it out ourselves.
31544         (bitset_not_merge): Remove; unused.
31545         (bitset_contain): Return bool, not unsigned int with one bit on.
31546         All callers changed.
31547         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
31548         alignment than re_node_set; do this by defining a new internal
31549         type struct dests_alloc and using it to allocate memory.
31550
31551 2005-09-05  Bruno Haible  <bruno@clisp.org>
31552
31553         * gnulib-tool (func_import): Fix comparison in handling of symbolic
31554         links.
31555
31556 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
31557
31558         * modules/size_max (Makefile.am): Add size_max.h
31559
31560 2005-09-04  Derek Price  <derek@ximbiot.com>
31561
31562         * gnulib-tool (func_import): Fix reversed $symbolic logic.
31563
31564 2005-09-03  Simon Josefsson  <jas@extundo.com>
31565
31566         * gnulib-tool: Fix typo.
31567
31568 2005-09-03  Simon Josefsson  <jas@extundo.com>
31569
31570         * config/srclist.txt: Add glibc bug 1293.
31571
31572 2005-09-03  Derek Price  <derek@ximbiot.com>
31573
31574         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
31575         From Larry Jones <lawrence.jones@ugs.com>.
31576
31577 2005-09-02  Simon Josefsson  <jas@extundo.com>
31578
31579         * modules/socklen: New file.
31580
31581 2005-09-02  Simon Josefsson  <jas@extundo.com>
31582
31583         * modules/havelib: New module.
31584
31585         * modules/gettext, modules/iconv, modules/lock, modules/readline:
31586         Use havelib.
31587
31588 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
31589
31590         Check for arithmetic overflow when calculating sizes, to prevent
31591         some buffer-overflow issues.  These patches are conservative, in the
31592         sense that when I couldn't determine whether an overflow was possible,
31593         I inserted a run-time check.
31594         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
31595         macros.
31596         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
31597         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
31598         (re_xnrealloc, re_x2nrealloc): New inline functions.
31599         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
31600         parse_bracket_exp):
31601         (build_equiv_class, build_charclass): Check for arithmetic overflow
31602         in size expression calculations.
31603         * lib/regex_internal.c (re_string_realloc_buffers):
31604         (build_wcs_upper_buffer, re_node_set_add_intersect):
31605         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
31606         (re_dfa_add_node, register_state): Likewise.
31607         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
31608         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
31609         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
31610         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
31611
31612 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
31613
31614         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
31615         m4/ulonglong.m4.  Problem reported by Martin Lambers.
31616
31617 2005-09-02  Bruno Haible  <bruno@clisp.org>
31618
31619         Support for lib vs. lib64 distinction on biarch platforms.
31620         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
31621         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
31622         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
31623
31624 2005-09-02  Bruno Haible  <bruno@clisp.org>
31625
31626         * gnulib-tool (import): In the other first-use case, provide defaults
31627         as well.
31628
31629 2005-09-02  Bruno Haible  <bruno@clisp.org>
31630
31631         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
31632         patches not yet found in the latest gettext release.
31633
31634 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31635
31636         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
31637         to avoid a collision with bits/local_lim.h in glibc.
31638         All uses changed.  Problem reported by Dmitry V. Levin in
31639         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
31640
31641         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
31642         bugs in int versus size_t comparisons.
31643         (re_string_context_at): Fix bug where the code assumed that
31644         Idx is signed.
31645
31646         Use bool where appropriate.
31647         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
31648         All callers changed.
31649         (calc_eclosure_iter): Likewise, for ROOT arg.
31650         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
31651         (build_charclass_op): Likewise, for NON_MATCH arg.
31652         * lib/regex_internal.c (re_string_allocate, re_string_construct):
31653         (re_string_construct_common): Likewise, for ICASE arg.
31654         * lib/regexec.c (re_search_2_stub, re_search_stub):
31655         Likewise, for RET_LEN arg.
31656         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
31657         (set_regs): Likewise, for FL_BACKTRACK arg.
31658         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
31659         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
31660         (calc_eclosure_iter, parse_bracket_exp):
31661         Use bool for internal variables that are booleans.
31662         * lib/regexec.c (re_search_internal, check_matching,
31663         proceed_next_node):
31664         (set_regs, build_sifted_states, sift_states_bkref):
31665         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
31666         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
31667         (find_collation_sequence_value):
31668         Likewise.
31669         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
31670         (re_node_set_compare):
31671         Return bool, not int. All callers changed.
31672         * lib/regexec.c (check_halt_node_context, check_dst_limits):
31673         (build_trtable, check_node_accept): Likewise.
31674         * lib/regex_internal.h: Include stdbool.h.
31675
31676         Fix bugs uncovered when converting to bool.
31677         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
31678         failure instead of charging ahead blindly.
31679         * lib/regex_internal.c (register_state): Likewise.
31680         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
31681         for freeing internal storage.
31682         (group_nodes_into_DFA_states): Use unsigned int, not int, for
31683         bitset pieces used as boolean, to avoid undefined behavior
31684         on hosts that do int overflow checking.
31685
31686 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31687
31688         * config/srclist.txt: Add glibc bugs 1285-1287.
31689
31690 2005-09-01  Jim Meyering  <jim@meyering.net>
31691
31692         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
31693         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
31694         Require gl_STAT_MACROS, too.
31695
31696 2005-09-01  Bruno Haible  <bruno@clisp.org>
31697
31698         * gnulib-tool (import): In the first-use case, provide defaults.
31699
31700 2005-09-01  Bruno Haible  <bruno@clisp.org>
31701
31702         * gnulib-tool (func_import): Remove the .tmp files.
31703
31704 2005-09-01  Bruno Haible  <bruno@clisp.org>
31705
31706         * gnulib-tool (func_import): Fix handling of symbolic links.
31707
31708 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31709
31710         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
31711         old glibc regex code mishandles strings longer than 2**31 bytes.
31712         This patch fixes this when the regex code is used in gnulib
31713         (i.e., outside glibc).
31714
31715         This patch should not affect the use of the regex code inside
31716         glibc.  No doubt this problem also needs to be handled for glibc
31717         as well, but the result will be an incompatible change to the
31718         glibc ABI, and the old ABI will have to be supported too.  That
31719         can be the the subject for another patch.
31720
31721         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
31722         governing whether the rest of this patch is active.  By default,
31723         the macro is disabled and the patch has no effect.
31724         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
31725         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
31726         (struct re_pattern_buffer, re_search, re_search_2, re_match):
31727         (re_match_2, re_set_registers): Use the new types.
31728         * lib/regex_internal.h (Idx, re_hashval_t): New types.
31729         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
31730         New macros.
31731         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
31732         (re_string_context_at, bin_tree_t, re_dfastate_t):
31733         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
31734         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
31735         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
31736         (re_string_char_size_at, re_string_wchar_at):
31737         (re_string_elem_size_at):
31738         Use the new types and macros to port to 64-bit hosts.
31739         Use unsigned types for internal values, so that the code
31740         mostly works even for arrays larger than SSIZE_MAX.
31741         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
31742         (search_duplicated_node, calc_eclosure_iter, fetch_number):
31743         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
31744         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
31745         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
31746         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
31747         (calc_inveclosure, parse_dup_op, build_range_exp):
31748         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
31749         (fetch_number, create_token_tree, mark_opt_subexp):
31750         Likewise.
31751         * lib/regex_internal.c (re_string_construct_common,
31752         create_ci_newstate):
31753         (create_cd_newstate, re_string_allocate, re_string_construct):
31754         (re_string_realloc_buffers, build_wcs_upper_buffer):
31755         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
31756         (re_string_reconstruct, re_string_peek_byte_case):
31757         (re_string_fetch_byte_case, re_string_context_at):
31758         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
31759         (re_node_set_init_copy, re_node_set_add_intersect):
31760         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31761         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31762         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
31763         (re_acquire_state, re_acquire_state_context, register_state):
31764         Likewise.
31765         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
31766         search_cur_bkref_entry):
31767         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
31768         (re_search_internal, re_search_2_stub, re_search_stub)
31769         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
31770         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
31771         (update_cur_sifted_state, check_dst_limits):
31772         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
31773         (check_subexp_limits, sift_states_bkref, merge_state_array):
31774         (check_subexp_matching_top, get_subexp, get_subexp_sub):
31775         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
31776         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
31777         (expand_bkref_cache, check_node_accept_bytes):
31778         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
31779         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
31780         (acquire_init_state_context, check_halt_node_context):
31781         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
31782         (sift_states_backward, clean_state_log_if_needed):
31783         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
31784         (find_recover_state, transit_state_sb, transit_state_mb):
31785         (transit_state_bkref, build_trtable, match_ctx_clean):
31786         Likewise.
31787         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
31788         to work around an assumption that REG_MISSING is negative.
31789
31790         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
31791         (seek_collating_symbol_entry) [defined _LIBC]:
31792         (lookup_collation_sequence_value) [defined _LIBC]:
31793         (build_range_exp, build_collating_symbol) [defined _LIBC]:
31794         Use prototypes rather than old-style function definitions.
31795         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
31796         (transit_state_sb) [0]:
31797         (find_collation_sequence_value) [defined _LIBC]: Likewise.
31798
31799         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
31800         rm_eo.
31801
31802         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
31803         (optimize_subexps, lower_subexp):
31804         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
31805         since the signed shift might overflow.  Use 1u<<31 instead.
31806         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
31807         Likewise.
31808         * lib/regexec.c (check_dst_limits_calc_pos_1,
31809         check_subexp_matching_top): Likewise.
31810
31811         * lib/regcomp.c (optimize_subexps, lower_subexp):
31812         Use CHAR_BIT rather than 8, for clarity.
31813         * lib/regexec.c (check_dst_limits_calc_pos_1):
31814         (check_subexp_matching_top): Likewise.
31815         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
31816         have to worry about portability issues when shifting it left.
31817         Remove no-longer-needed test for table_size > 0.
31818         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
31819         in a word, as the resulting behavior is undefined.
31820         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
31821         in one case, a <= should have been an <, and in another case the
31822         whole test was missing.
31823         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
31824         the standard name CHAR_BIT.
31825         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
31826         this is not true on one's complement and signed-magnitude hosts.
31827
31828         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
31829         next_last_offset.
31830         (struct re_dfa_t): Remove unused member states_alloc.
31831         * lib/regcomp.c (init_dfa): Don't initialize unused members.
31832
31833 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31834
31835         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
31836         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
31837         and large-file glibc and in 32-bit large-file Solaris.
31838
31839 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31840
31841         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
31842         lengths fit in regoff_t; this isn't true if regoff_t is the same
31843         width as size_t.
31844         * lib/regex.c (re_search_internal): 5th arg is LAST_START
31845         (= START + RANGE) instead of RANGE.  This avoids overflow
31846         problems when regoff_t is the same width as size_t.
31847         All callers changed.
31848         (re_search_2_stub): Check for overflow when adding the
31849         sizes of the two strings.
31850         (re_search_stub): Check for overflow when adding START
31851         to RANGE; if it occurs, substitute the extreme value.
31852
31853 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31854
31855         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
31856
31857 2005-08-31  Jim Meyering  <jim@meyering.net>
31858
31859         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
31860         a pointer-to-const.
31861         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
31862         (register_state): Likewise.
31863         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
31864         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
31865         (group_nodes_into_DFAstates): Likewise.
31866
31867 2005-08-31  Jim Meyering  <jim@meyering.net>
31868
31869         * check-module: Add a FIXME comment.
31870
31871 2005-08-31  Eric Blake  <ebb9@byu.net>
31872
31873         * modules/unistd-safer (Files): Add unistd--.h.
31874         * modules/stdio-safer (Files): Add stdio--.h.
31875
31876 2005-08-31  Derek Price  <derek@ximbiot.com>
31877
31878         * lib/getdelim.c (getdelim): Return EOF on EOF.
31879         Reported by Larry Jones <lawrence.jones@ugs.com>.
31880
31881 2005-08-31  Bruno Haible  <bruno@clisp.org>
31882
31883         Avoid unnecessary diffs in the generated lib/Makefile.am.
31884         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
31885         the generated files.
31886         (func_import): Don't set cmd.
31887
31888 2005-08-31  Bruno Haible  <bruno@clisp.org>
31889
31890         * lib/strstr.c: Include <stddef.h>, for NULL.
31891         * lib/strcasestr.c: Likewise.
31892         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
31893
31894 2005-08-31  Bruno Haible  <bruno@clisp.org>
31895
31896         * gnulib-tool: New option --macro-prefix.
31897         (func_import): Use macro_prefix.
31898         (import): Handle option --macro-prefix.
31899
31900 2005-08-31  Bruno Haible  <bruno@clisp.org>
31901
31902         * gnulib-tool (import): Rename most ac_* variables to cached_*.
31903         Also use new variables cached_lgpl, cached_libtool.
31904
31905 2005-08-31  Bruno Haible  <bruno@clisp.org>
31906
31907         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
31908         always instantiating them.
31909
31910 2005-08-31  Bruno Haible  <bruno@clisp.org>
31911
31912         * gnulib-tool (func_import): Read the previous cached settings
31913         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
31914         earlier added by gnulib but are now dropped. Warn when a gnulib file
31915         overwrites a non-gnulib file.
31916
31917 2005-08-31  Bruno Haible  <bruno@clisp.org>
31918
31919         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
31920         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
31921         projects that don't keep autogenerated files in CVS. Put into
31922         actioncmd only the specified modules, not the transitive closure.
31923
31924 2005-08-31  Bruno Haible  <bruno@clisp.org>
31925
31926         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
31927         Create directories that shall be filled.
31928         (import): Don't look for gl_* macros in configure.ac. Recurse across
31929         all directories containing a gnulib-cache.m4 files, if meaningful.
31930
31931 2005-08-31  Bruno Haible  <bruno@clisp.org>
31932
31933         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
31934         (import): Set seen_libtool when we see gl_LIBTOOL.
31935
31936 2005-08-31  Bruno Haible  <bruno@clisp.org>
31937
31938         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
31939         declaration macro definitions from generated gnulib.m4.
31940
31941 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
31942
31943         * lib/iconvme.h: Add prototype for iconv_alloc.
31944
31945 2005-08-29  Simon Josefsson  <jas@extundo.com>
31946
31947         * lib/iconvme.c: Fix errno.
31948
31949 2005-08-29  Bruno Haible  <bruno@clisp.org>
31950
31951         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
31952         that it works when the directory contains spaces.
31953
31954 2005-08-29  Bruno Haible  <bruno@clisp.org>
31955
31956         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
31957
31958 2005-08-29  Bruno Haible  <bruno@clisp.org>
31959
31960         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
31961         Emit more advice.
31962
31963 2005-08-29  Bruno Haible  <bruno@clisp.org>
31964         and Stepan Kasal  <kasal@ucw.cz>
31965
31966         * check-module: If more parameters are given, check each of them
31967         separately; add more exceptions, as noted by Jim Meyering.
31968         (check_module): New procedure.
31969         (%exempt_header): Now contains all exceptions.
31970
31971 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
31972
31973         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
31974
31975 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
31976
31977         * lib/iconvme.c: Split iconv_string into iconv_alloc.
31978
31979 2005-08-28  Bruno Haible  <bruno@clisp.org>
31980
31981         * m4/gnulib-tool.m4: New file.
31982
31983 2005-08-27  Jim Meyering  <jim@meyering.net>
31984
31985         * modules/unistd-safer (Files): Add pipe-safer.c.
31986         * modules/fcntl-safer (Files): Add creat-safer.c.
31987
31988 2005-08-27  Jim Meyering  <jim@meyering.net>
31989
31990         * m4/stdlib-safer.m4: New file.  From coreutils.
31991         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
31992         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
31993         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
31994         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
31995         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
31996
31997 2005-08-27  Jim Meyering  <jim@meyering.net>
31998
31999         * lib/fopen-safer.c: Merge minor changes from coreutils.
32000         * lib/dup-safer.c: Likewise.
32001         * lib/fd-safer.c: Likewise.
32002
32003         Merge from coreutils.
32004         * lib/stdio--.h: New file.
32005         * lib/stdlib--.h: New file.
32006         * lib/mkstemp-safer.c: New file.
32007
32008         GNU tar needs these.
32009         * lib/pipe-safer.c: New file.
32010         * lib/creat-safer.c: New file.
32011         * lib/fcntl--.h (creat): Define to creat_safer.
32012         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
32013         * lib/unistd--.h (pipe): Define to pipe_safer.
32014         * lib/unistd-safer.h: Declare pipe_safer.
32015
32016 2005-08-26  Simon Josefsson  <jas@extundo.com>
32017
32018         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
32019         Haible <bruno@clisp.org>.
32020
32021 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
32022
32023         * lib/regex_internal.h: Remove all references to
32024         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
32025         or better.
32026         (bitset_not, bitset_merge, bitset_not_merge):
32027         (bitset_mask, re_string_allocate, re_string_construct):
32028         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
32029         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
32030         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
32031         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
32032         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32033         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32034         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
32035         (re_acquire_state_context):
32036         Remove unnecessary forward decls.
32037         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
32038         Put __attribute at function definition,
32039         now that the function decl has been removed.
32040         * lib/regex_internal.c (re_string_peek_byte_case):
32041         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
32042         Likewise.
32043
32044 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
32045
32046         * m4/regex.m4: Add AC_PREREQ(2.50).
32047         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
32048
32049 2005-08-25  Simon Josefsson  <jas@extundo.com>
32050
32051         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
32052         __fsetlocking.
32053
32054 2005-08-25  Simon Josefsson  <jas@extundo.com>
32055
32056         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
32057         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
32058         GLIBC specific code.
32059
32060 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32061
32062         Make regex safe for g++.  This fixes one real bug (an "err"
32063         that should have been "*err").  g++ problem reported by
32064         Sam Steingold.
32065         * lib/regex_internal.h (re_calloc): New macro, consistent with
32066         re_malloc etc.  All callers of calloc changed to use re_calloc.
32067         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
32068         not int.  All callers changed.
32069         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
32070         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
32071         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
32072         (find_recover_state): Change "err" to "*err"; this fixes what
32073         appears to be a real bug.
32074         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
32075         versus int.
32076
32077 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32078
32079         * modules/regex (Depends-on): Add malloc, since the code
32080         assumes that !malloc(0) means failure.
32081
32082 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32083
32084         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
32085
32086         alloca modernization/simplification for regex.
32087         * lib/regex.c: Remove portability cruft for alloca.  This no longer
32088         needs to be at the start of the file, and can be moved into
32089         regex_internal.h and simplified.
32090         * lib/regex_internal.h: Include <alloca.h>.
32091         (__libc_use_alloca) [!defined _LIBC]: New macro.
32092         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
32093         now works outside glibc.
32094
32095 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32096
32097         * config/srclist.txt: Add glibc bugs 1241, 1245.
32098
32099 2005-08-25  Jim Meyering  <jim@meyering.net>
32100
32101         * lib/open-safer.c: Include <config.h>.
32102         Otherwise, we'd lose LARGEFILE support in any file using
32103         e.g. "fcntl--.h"
32104
32105 2005-08-25  Bruno Haible  <bruno@clisp.org>
32106
32107         * m4/minmax.m4: Require autoconf 2.52.
32108         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
32109         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
32110         alternatives of translit over the alphabet.
32111         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
32112
32113 2005-08-24  Simon Josefsson  <jas@extundo.com>
32114
32115         * tests/test-getpass.c: New file.
32116
32117 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32118
32119         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
32120         for GNU regex features.
32121
32122 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32123
32124         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
32125         * lib/regex.h (regerror): Likewise.
32126
32127         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
32128         requires this.  (The code never needed it.)
32129
32130         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
32131         All uses of recently-renamed identifiers changed to use the new,
32132         POSIX-compliant names.  The code will build and run just fine
32133         without these changes, but it's better to eat our own dog food
32134         and use the standard-conforming names.
32135
32136         * lib/regex.h: Fix a multitude of POSIX name space violations.
32137         These changes have an effect only for programs that define
32138         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
32139         do not change anything for programs compiled in the normal way.
32140         Also, there is no effect on the ABI.
32141
32142         (_REGEX_SOURCE): New macro.
32143         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
32144         defined and _GNU_SOURCE is not; this fixes a name space violation.
32145
32146         Rename the following macros to obey POSIX requirements.
32147         The old names are still visible as macros if _REGEX_SOURCE is defined.
32148         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
32149         RE_BACKSLASH_ESCAPE_IN_LISTS.
32150         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
32151         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
32152         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
32153         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
32154         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
32155         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
32156         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
32157         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
32158         (REG_INTERVALS): renamed from RE_INTERVALS.
32159         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
32160         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
32161         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
32162         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
32163         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
32164         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
32165         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
32166         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
32167         RE_UNMATCHED_RIGHT_PAREN_ORD.
32168         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
32169         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
32170         (REG_DEBUG): renamed from RE_DEBUG.
32171         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
32172         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
32173         unusual, since we can't clash with the POSIX REG_ICASE.
32174         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
32175         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
32176         (REG_NO_SUB): renamed from RE_NO_SUB.
32177         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
32178         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
32179         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
32180         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
32181         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
32182         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
32183         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
32184         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
32185         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
32186         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
32187         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
32188         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
32189         RE_SYNTAX_POSIX_MINIMAL_BASIC.
32190         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
32191         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
32192         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
32193         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
32194         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
32195         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
32196         (REG_FIXED): Renamed from REGS_FIXED.
32197         (REG_NREGS): Renamed from RE_NREGS.
32198
32199         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
32200         of other REG_* macros, since POSIX says the user is allowed to
32201         #undef these macros selectively.
32202
32203         (reg_errcode_t): Update comment stating what other tables need
32204         to be consistent.
32205
32206         Rename the following enum values to obey POSIX requirements.
32207         The old names are still visible as macros.
32208         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
32209         is not defined, since GNU is supposed to be a superset of POSIX as
32210         much as possible, and since we want reg_errcode_t to be a signed
32211         type for implementation consistency.
32212         (_REG_NOERROR): Renamed from REG_NOERROR.
32213         (_REG_NOMATCH): Renamed from REG_NOMATCH.
32214         (_REG_BADPAT): Renamed from REG_BADPAT.
32215         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
32216         (_REG_ECTYPE): Renamed from REG_ECTYPE.
32217         (_REG_EESCAPE): Renamed from REG_EESCAPE.
32218         (_REG_ESUBREG): Renamed from REG_ESUBREG.
32219         (_REG_EBRACK): Renamed from REG_EBRACK.
32220         (_REG_EPAREN): Renamed from REG_EPAREN.
32221         (_REG_EBRACE): Renamed from REG_EBRACE.
32222         (_REG_BADBR): Renamed from REG_BADBR.
32223         (_REG_ERANGE): Renamed from REG_ERANGE.
32224         (_REG_ESPACE): Renamed from REG_ESPACE.
32225         (_REG_BADRPT): Renamed from REG_BADRPT.
32226         (_REG_EEND): Renamed from REG_EEND.
32227         (_REG_ESIZE): Renamed from REG_ESIZE.
32228         (_REG_ERPAREN): Renamed from REG_ERPAREN.
32229         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
32230         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
32231         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
32232         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
32233
32234         (_REG_RE_NAME, _REG_RM_NAME): New macros.
32235         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
32236         changed.  But support the old name if the new one is not defined
32237         and if _REGEX_SOURCE.
32238
32239         Change the following member names in struct re_pattern_buffer.
32240         The old names are still supported if !_REGEX_SOURCE.
32241         The new names are always supported, regardless of _REGEX_SOURCE.
32242         (re_buffer): Renamed from buffer.
32243         (re_allocated): Renamed from allocated.
32244         (re_used): Renamed from used.
32245         (re_syntax): Renamed from syntax.
32246         (re_fastmap): Renamed from fastmap.
32247         (re_translate): Renamed from translate.
32248         (re_can_be_null): Renamed from can_be_null.
32249         (re_regs_allocated): Renamed from regs_allocated.
32250         (re_fastmap_accurate): Renamed from fastmap_accurate.
32251         (re_no_sub): Renamed from no_sub.
32252         (re_not_bol): Renamed from not_bol.
32253         (re_not_eol): Renamed from not_eol.
32254         (re_newline_anchor): Renamed from newline_anchor.
32255
32256         Change the following member names in struct re_registers.
32257         The old names are still supported if !_REGEX_SOURCE.
32258         The new names are always supported, regardless of _REGEX_SOURCE.
32259         (rm_num_regs): Renamed from num_regs.
32260         (rm_start): Renamed from start.
32261         (rm_end): Renamed from end.
32262
32263         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
32264         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
32265         Prepend __ to parameter names.
32266
32267         Undo yesterday's changes.
32268
32269 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32270
32271         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
32272         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
32273         lib/regex.c.
32274
32275 2005-08-24  Jim Meyering  <jim@meyering.net>
32276
32277         Sync from coreutils.
32278         * m4/fcntl-safer.m4: New file.
32279
32280         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
32281         and object files for this module.
32282
32283 2005-08-24  Jim Meyering  <jim@meyering.net>
32284
32285         Sync from coreutils.
32286         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
32287
32288 2005-08-24  Jim Meyering  <jim@meyering.net>
32289
32290         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
32291         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
32292
32293 2005-08-24  Jim Meyering  <jim@meyering.net>
32294
32295         * modules/fcntl-safer: New module.
32296         * modules/fts (Depends-on): Add fcntl-safer.
32297         * MODULES.html.sh (File descriptor based Input/Output):
32298         Add fcntl-safer.
32299
32300 2005-08-24  Bruno Haible  <bruno@clisp.org>
32301
32302         Support for unit test modules.
32303         * modules/README: Mention tests modules.
32304         * modules/TEMPLATE-TESTS: New file.
32305         * gnulib-tool: New options --extract-tests-module, --with-tests and
32306         --tests-base (unused for the moment).
32307         (testsbase, inctests): New variables.
32308         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
32309         (func_verify_module): Exclude TEMPLATE-TESTS.
32310         (func_verify_nontests_module, func_verify_tests_module): New functions.
32311         (func_get_dependencies): Add implicit dependency for tests modules.
32312         (func_get_tests_module): New function.
32313         (func_modules_transitive_closure): When --with-tests was specified,
32314         include the unit tests as well, unless explicitly avoided.
32315         (func_emit_lib_Makefile_am): Ignore the tests modules here.
32316         (func_emit_tests_Makefile_am): New function.
32317         (func_create_testdir): When --with-tests was specified, emit a
32318         tests/ directory.
32319         * MODULES.html.sh (Future developments): Update.
32320
32321 2005-08-24  Bruno Haible  <bruno@clisp.org>
32322
32323         * modules/tls-tests: New file.
32324         * tests/test-tls.c: New file, from GNU gettext.
32325
32326 2005-08-24  Bruno Haible  <bruno@clisp.org>
32327
32328         * modules/lock-tests: New file.
32329         * tests/test-lock.c: New file, from GNU gettext.
32330
32331 2005-08-24  Bruno Haible  <bruno@clisp.org>
32332
32333         * lib/lock.h: Add multiple inclusion guard.
32334         * lib/tls.h: Add multiple inclusion guard.
32335
32336 2005-08-24  Bruno Haible  <bruno@clisp.org>
32337
32338         * gnulib-tool: Add support for the --aux-dir option to
32339         --create-testdir, --create-megatestdir, --test, --megatest.
32340         (func_create_testdir, func_create_megatestdir): Optionally emit a
32341         AC_CONFIG_AUX_DIR directive.
32342         (create-testdir, create-megatestdir, test, megatest): Provide a
32343         default value for $auxdir.
32344
32345 2005-08-24  Bruno Haible  <bruno@clisp.org>
32346
32347         * gnulib-tool (import): Use compound statement instead of subshell
32348         where possible.
32349
32350 2005-08-24  Bruno Haible  <bruno@clisp.org>
32351
32352         * gnulib-tool (import): Change --aux-dir default to "build-aux".
32353
32354 2005-08-24  Bruno Haible  <bruno@clisp.org>
32355
32356         * gnulib-tool (func_version): Update.
32357
32358 2005-08-24  Bruno Haible  <bruno@clisp.org>
32359
32360         * gnulib-tool (func_import, func_create_testdir,
32361         func_create_megatestdir): Quote all autoconf macro arguments.
32362
32363 2005-08-24  Bruno Haible  <bruno@clisp.org>
32364
32365         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
32366         option --force, because --force causes the aclocal.m4 of each
32367         subdirectory to be newer than the corresponding config.h.in.
32368
32369 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32370
32371         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
32372         All contents moved to gl_REGEX.
32373         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
32374         assume that it does.
32375
32376 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32377
32378         * lib/regex.h (REG_NOSYS)
32379         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
32380         Define, since POSIX requires it as of 2001.
32381         (_REG_ENOSYS)
32382         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
32383         New private symbol, used to keep the enum signed in all cases.
32384         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
32385         Youngman in
32386         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
32387
32388         * lib/regex_internal.c (re_string_skip_chars, register_state):
32389         (calc_state_hash):
32390         Remove forward decls; no longer needed now that we use prototypes.
32391         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
32392         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
32393         (clean_state_log_if_needed): Likewise.
32394
32395 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32396
32397         * config/srclist.txt: Add glibc bugs 1231-1233.
32398
32399 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32400
32401         Fix problems reported by Sam Steingold in
32402         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
32403         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
32404         assumed that reg_errcode_t is a signed type, which is not
32405         necessarily true if _XOPEN_SOURCE is not defined.
32406         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
32407         since some compilers warn about it otherwise.
32408
32409 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32410
32411         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
32412         (init_word_char, create_initial_state, duplicate_node_closure):
32413         (fetch_token, peek_token_bracket, build_range_exp):
32414         (build_collating_symbol): Remove forward decls; no longer needed
32415         now that we use prototypes.
32416
32417         * lib/regcomp.c:
32418         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
32419         (re_compile_fastmap_iter, regcomp, regerror, regfree):
32420         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
32421         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
32422         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
32423         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
32424         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
32425         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
32426         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
32427         (build_range_exp, build_collating_symbol, parse_bracket_exp):
32428         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
32429         (build_charclass, build_charclass_op, fetch_number, create_tree):
32430         (create_token_tree, mark_opt_subexp, duplicate_tree):
32431         Use prototypes rather than old-style definitions.
32432
32433         * lib/regex_internal.c:
32434         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
32435         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
32436         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
32437         (re_string_reconstruct, re_string_peek_byte_case):
32438         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
32439         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
32440         (re_node_set_init_copy, re_node_set_add_intersect):
32441         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32442         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32443         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
32444         (re_acquire_state, re_acquire_state_context, register_state):
32445         (create_ci_newstate, create_cd_newstate, free_state):
32446         Likewise.
32447         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
32448         re_search_2):
32449         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
32450         (re_search_internal, prune_impossible_nodes):
32451         (acquire_init_state_context, check_matching, static):
32452         (check_halt_node_context, check_halt_state_context, proceed_next_node):
32453         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
32454         (update_regs, sift_states_backward, build_sifted_states):
32455         (clean_state_log_if_needed, merge_state_array):
32456         (update_cur_sifted_state, add_epsilon_src_nodes):
32457         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
32458         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
32459         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
32460         (find_recover_state, check_subexp_matching_top, transit_state_mb):
32461         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
32462         (check_arrival, check_arrival_add_next_nodes):
32463         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
32464         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
32465         (check_node_accept_bytes, check_node_accept, extend_buffers):
32466         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
32467         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
32468         (sift_ctx_init):
32469         Likewise.
32470
32471         * lib/regex_internal.h:
32472         (re_string_allocate, re_string_construct, re_string_reconstruct):
32473         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
32474         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
32475         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
32476         (re_string_context_at, re_string_peek_byte_case):
32477         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
32478         is defined, since we now use prototypes always.
32479
32480         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
32481         C89 or better.  All uses removed.
32482
32483 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32484
32485         * config/srclist.txt: Add glibc bugs 1220-1227.
32486
32487 2005-08-20  Jim Meyering  <jim@meyering.net>
32488
32489         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
32490         of unused local, dfa.
32491
32492 2005-08-20  Bruno Haible  <bruno@clisp.org>
32493
32494         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
32495
32496 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32497
32498         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
32499         (re_node_set_insert_last, re_dfa_add_node):
32500         Rename local variables to avoid GCC shadowing warnings.
32501
32502 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32503
32504         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
32505         [defined lint]: Suppress bogus uninitialized-variable warnings.
32506
32507         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
32508         and let the caller return REG_ESPACE if out of space.  This
32509         removes an uninitialied-variable warning with GCC 4.0.1, and also
32510         avoids taking the address of a local variable.  All callers
32511         changed.
32512
32513 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32514
32515         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
32516         $LIBCSRC/posix/regexec.c.
32517         Add glibc bug 1217 for regcomp.c.
32518
32519 2005-08-19  Jim Meyering  <jim@meyering.net>
32520
32521         * lib/regexec.c (proceed_next_node): Redo local variables to
32522         avoid GCC shadowing warnings.
32523
32524 2005-08-18  Bruno Haible  <bruno@clisp.org>
32525
32526         * lib/strstr.c (strstr): Fix return value in multibyte case.
32527         * lib/strcasestr.c (strcasestr): Likewise.
32528
32529 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
32530
32531         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
32532
32533 2005-08-17  Jim Meyering  <jim@meyering.net>
32534
32535         Make the %s format (seconds since the epoch) work for a negative
32536         number and when used with a zero-padded field width, e.g. %015s.
32537
32538         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
32539         label so that it precedes the code to set `digits'.  Otherwise,
32540         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
32541         print `00-22'.  Now, it prints `-0022', as it should.
32542
32543 2005-08-17  Bruno Haible  <bruno@clisp.org>
32544
32545         * modules/strstr (Files): Add m4/mbrtowc.m4.
32546         (Depends-on): Add mbuiter.
32547
32548 2005-08-17  Bruno Haible  <bruno@clisp.org>
32549
32550         * modules/strcasestr: New file.
32551         * MODULES.html.sh (String handling, based on ANSI C 89): Add
32552         strcasestr.
32553
32554 2005-08-17  Bruno Haible  <bruno@clisp.org>
32555
32556         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
32557
32558 2005-08-17  Bruno Haible  <bruno@clisp.org>
32559
32560         * modules/mbuiter: New file.
32561         * MODULES.html.sh (Extended multibyte and wide character utilities):
32562         Add mbuiter.
32563
32564 2005-08-17  Bruno Haible  <bruno@clisp.org>
32565
32566         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
32567         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
32568
32569 2005-08-17  Bruno Haible  <bruno@clisp.org>
32570
32571         * m4/strcasestr.m4: New file.
32572
32573 2005-08-17  Bruno Haible  <bruno@clisp.org>
32574
32575         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
32576         * lib/strstr.c: Completely rewritten, with multibyte locale support.
32577
32578 2005-08-17  Bruno Haible  <bruno@clisp.org>
32579
32580         * lib/strcasestr.h: New file.
32581         * lib/strcasestr.c: New file.
32582
32583 2005-08-17  Bruno Haible  <bruno@clisp.org>
32584
32585         * lib/strcasecmp.c: Use mbuiter.h.
32586
32587 2005-08-17  Bruno Haible  <bruno@clisp.org>
32588
32589         * lib/mbuiter.h: New file.
32590
32591 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
32592
32593         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
32594         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
32595         and gl_GETOPT are both invoked via different paths (as happens
32596         with GNU tar CVS because it uses both argp and getopt), the former
32597         wins.
32598
32599 2005-08-16  Bruno Haible  <bruno@clisp.org>
32600
32601         * modules/tls: New file.
32602         * MODULES.html.sh (Multithreading): Add tls.
32603
32604 2005-08-16  Bruno Haible  <bruno@clisp.org>
32605
32606         * modules/strnlen1: New file.
32607         * MODULES.html.sh (String handling): Add strnlen1.
32608
32609 2005-08-16  Bruno Haible  <bruno@clisp.org>
32610
32611         * modules/strcase (Files): Add m4/mbrtowc.m4.
32612         (Depends-on): Add strnlen1, mbchar.
32613
32614 2005-08-16  Bruno Haible  <bruno@clisp.org>
32615
32616         * modules/mbiter: New file.
32617         * MODULES.html.sh (Extended multibyte and wide character utilities):
32618         Add mbiter.
32619
32620 2005-08-16  Bruno Haible  <bruno@clisp.org>
32621
32622         * modules/mbfile: New file.
32623         * MODULES.html.sh (Extended multibyte and wide character utilities):
32624         Add mbfile.
32625
32626 2005-08-16  Bruno Haible  <bruno@clisp.org>
32627
32628         * modules/mbchar: New file.
32629         * MODULES.html.sh (Extended multibyte and wide character utilities):
32630         New section.
32631
32632 2005-08-16  Bruno Haible  <bruno@clisp.org>
32633
32634         * m4/tls.m4: New file, from GNU gettext.
32635
32636 2005-08-16  Bruno Haible  <bruno@clisp.org>
32637
32638         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
32639         always.
32640         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
32641
32642 2005-08-16  Bruno Haible  <bruno@clisp.org>
32643
32644         * m4/mbiter.m4: New file.
32645
32646 2005-08-16  Bruno Haible  <bruno@clisp.org>
32647
32648         * m4/mbfile.m4: New file.
32649
32650 2005-08-16  Bruno Haible  <bruno@clisp.org>
32651
32652         * m4/mbchar.m4: New file.
32653
32654 2005-08-16  Bruno Haible  <bruno@clisp.org>
32655
32656         * lib/tls.h: New file, from GNU gettext.
32657         * lib/tls.c: New file, from GNU gettext.
32658
32659 2005-08-16  Bruno Haible  <bruno@clisp.org>
32660
32661         * lib/strnlen1.h: New file.
32662         * lib/strnlen1.c: New file.
32663
32664 2005-08-16  Bruno Haible  <bruno@clisp.org>
32665
32666         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
32667         (mbi_init): Update.
32668         (mbi_avail, mbi_advance): Let the iteration end before the terminating
32669         NUL byte, not after it.
32670
32671 2005-08-16  Bruno Haible  <bruno@clisp.org>
32672
32673         * lib/strcase.h (strcasecmp): Add note in comments.
32674         * lib/strncasecmp.c: Use code from strcasecmp.c.
32675         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
32676         (strcasecmp): Work correctly in multibyte locales.
32677
32678 2005-08-16  Bruno Haible  <bruno@clisp.org>
32679
32680         * lib/mbiter.h: New file.
32681
32682 2005-08-16  Bruno Haible  <bruno@clisp.org>
32683
32684         * lib/mbfile.h: New file.
32685
32686 2005-08-16  Bruno Haible  <bruno@clisp.org>
32687
32688         * lib/mbchar.h: New file.
32689         * lib/mbchar.c: New file.
32690
32691 2005-08-16  Bruno Haible  <bruno@clisp.org>
32692
32693         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
32694         the valid ones. Makes the comparison operations transitive:
32695         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
32696         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
32697
32698 2005-08-15  Simon Josefsson  <jas@extundo.com>
32699
32700         * modules/ssize_t (License): Change to 'unlimited'.
32701
32702         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
32703
32704 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32705
32706         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
32707         Add comments for each pending glibc patch.
32708
32709 2005-08-15  Bruno Haible  <bruno@clisp.org>
32710
32711         * lib/regex.h (__restrict_arr): Don't define to __restrict if
32712         __cplusplus is defined.
32713
32714 2005-08-14  Jim Meyering  <jim@meyering.net>
32715
32716         Sync from coreutils.
32717
32718         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
32719         Use the hash-table-based cycle-detection code not just when
32720         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
32721         Reported by James Youngman in
32722         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
32723         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
32724         FTS_TIGHT_CYCLE_CHECK.
32725         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
32726         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
32727         once again.
32728         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
32729         * lib/fts.c (fd_safer): Remove decl.
32730         Include fcntl--.h rather than unistd-safer.h
32731         (fts_safe_changedir): Don't call fd_safer; no longer needed
32732         now that we include fcntl--.h.
32733
32734 2005-08-12  Simon Josefsson  <jas@extundo.com>
32735
32736         * modules/getndelim2: Use ssize_t module.
32737         * modules/getnline: Likewise.
32738         * modules/safe-read: Likewise.
32739         * modules/xreadlink: Likewise.
32740
32741         * modules/ssize_t: New file.
32742
32743 2005-08-12  Simon Josefsson  <jas@extundo.com>
32744
32745         * m4/readline.m4: Look for termcap, curses or ncurses if required.
32746
32747 2005-08-12  Simon Josefsson  <jas@extundo.com>
32748
32749         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32750         ssize_t.
32751
32752 2005-08-12  Simon Josefsson  <jas@extundo.com>
32753
32754         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
32755         readline, getdelim and check_version.
32756         (Support for systems lacking ISO C 99: Sizes of integer types):
32757         Add size_max.
32758
32759 2005-08-12  Bruno Haible  <bruno@clisp.org>
32760
32761         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
32762
32763 2005-08-11  Simon Josefsson  <jas@extundo.com>
32764
32765         * modules/readline: New file.
32766
32767         * modules/strnlen (Files): Add strnlen.h.
32768
32769 2005-08-11  Simon Josefsson  <jas@extundo.com>
32770
32771         * m4/readline.m4: New file.
32772
32773 2005-08-11  Simon Josefsson  <jas@extundo.com>
32774
32775         * lib/readline.h, readline.c: New file.
32776
32777 2005-08-11  Simon Josefsson  <jas@extundo.com>
32778
32779         * doc/gnulib.texi (Initial import, Finishing touches): Mention
32780         gl_AVOID.
32781
32782 2005-08-11  Bruno Haible  <bruno@clisp.org>
32783
32784         * lib/strnlen.h (strnlen): Change parameter name to match comment.
32785
32786 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
32787
32788         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
32789
32790 2005-08-10  Simon Josefsson  <jas@extundo.com>
32791
32792         * tests/test-iconvme.c: New file.
32793
32794 2005-08-10  Simon Josefsson  <jas@extundo.com>
32795
32796         * m4/strnlen.m4: New file.
32797
32798         * m4/strndup.m4: Don't check for strnlen declaration, done in
32799         strnlen.m4.
32800
32801 2005-08-10  Simon Josefsson  <jas@extundo.com>
32802
32803         * lib/strndup.c: Use strnlen.h.
32804
32805         * lib/strnlen.h: New file.
32806
32807 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
32808
32809         * README: Typos.
32810
32811 2005-08-02  Simon Josefsson  <jas@extundo.com>
32812
32813         * modules/readline: New file.
32814
32815 2005-08-02  Simon Josefsson  <jas@extundo.com>
32816
32817         * modules/getdelim: New file.
32818
32819         * modules/getline: Rewrite, don't use getndelim2.
32820
32821 2005-08-02  Simon Josefsson  <jas@extundo.com>
32822
32823         * m4/getline.m4: Separate out getdelim stuff into separate module.
32824
32825         * m4/getdelim.m4: New file.
32826
32827 2005-08-02  Simon Josefsson  <jas@extundo.com>
32828
32829         * lib/getline.h, getline.c: Rewrite.
32830
32831         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
32832
32833 2005-07-31  Bruno Haible  <bruno@clisp.org>
32834
32835         * lib/lock.h (gl_lock_initializer): New macro.
32836         (gl_lock_define_initialized): Use it.
32837         (gl_rwlock_initializer): New macro.
32838         (gl_rwlock_define_initialized): Use it.
32839         (gl_recursive_lock_initializer): New macro.
32840         (gl_recursive_lock_define_initialized): Use it.
32841
32842 2005-07-30  Karl Berry  <karl@gnu.org>
32843
32844         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
32845         Report from Ben Pfaff, regarding getopt.
32846
32847 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
32848
32849         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
32850         normal way.
32851         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
32852         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
32853         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
32854         (gl_GETOPT): Use the new macros.  Most of the implementation
32855         is moved to the new macros.  This is for programs like Emacs
32856         that don't want all the functionality of gl_GETOPT.
32857
32858 2005-07-26  Bruno Haible  <bruno@clisp.org>
32859
32860         * m4/lock.m4: Update from GNU gettext.
32861
32862 2005-07-26  Bruno Haible  <bruno@clisp.org>
32863
32864         * lib/lock.h: Update from GNU gettext.
32865         * lib/lock.c: Update from GNU gettext.
32866
32867 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
32868
32869         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
32870         obsolescent AC_TRY_RUN.  Include the default includes files, for
32871         'exit'.
32872
32873 2005-07-24  Bruno Haible  <bruno@clisp.org>
32874
32875         * modules/visibility: New file.
32876         * MODULES.html.sh (Misc): Add visibility.
32877
32878 2005-07-24  Bruno Haible  <bruno@clisp.org>
32879
32880         * m4/visibility.m4: New file.
32881
32882 2005-07-24  Bruno Haible  <bruno@clisp.org>
32883
32884         * doc/visibility.texi: New file.
32885
32886 2005-07-22  Bruno Haible  <bruno@clisp.org>
32887
32888         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
32889         $(ALLOCA_H), redundant through BUILT_SOURCES.
32890         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
32891         redundant through BUILT_SOURCES.
32892         * modules/byteswap (Makefile.am): Remove explicit dependency on
32893         $(BYTESWAP_H), redundant through BUILT_SOURCES.
32894         * modules/fnmatch (Makefile.am): Remove explicit dependency on
32895         $(FNMATCH_H), redundant through BUILT_SOURCES.
32896         * modules/getopt (Makefile.am): Remove explicit dependency on
32897         $(GETOPT_H), redundant through BUILT_SOURCES.
32898         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
32899         redundant through BUILT_SOURCES.
32900         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
32901         redundant through BUILT_SOURCES.
32902         * modules/stdbool (Makefile.am): Remove explicit dependency on
32903         $(STDBOOL_H), redundant through BUILT_SOURCES.
32904         * modules/stdint (Makefile.am): Remove explicit dependency on
32905         $(STDINT_H), redundant through BUILT_SOURCES.
32906         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
32907         Remove explicit dependency on $(SYSEXITS_H).
32908         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
32909
32910 2005-07-18  Simon Josefsson  <jas@extundo.com>
32911
32912         * lib/check-version.c (check_version): Accept identical versions too.
32913
32914 2005-07-18  Bruno Haible  <bruno@clisp.org>
32915
32916         * modules/lock: New file.
32917         * MODULES.html.sh (Multithreading): New section.
32918
32919 2005-07-18  Bruno Haible  <bruno@clisp.org>
32920
32921         * m4/lock.m4: New file, from GNU gettext.
32922
32923 2005-07-18  Bruno Haible  <bruno@clisp.org>
32924
32925         * lib/lock.h: New file, from GNU gettext.
32926         * lib/lock.c: New file, from GNU gettext.
32927
32928 2005-07-18  Bruno Haible  <bruno@clisp.org>
32929
32930         * lib/lock.h (gl_once_t): New type.
32931         (gl_once_define, gl_once): New macros.
32932         * lib/lock.c (fresh_once): New variable.
32933         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
32934         functions.
32935
32936 2005-07-16  Simon Josefsson  <jas@extundo.com>
32937
32938         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
32939         workaround, suggested by Bruno.
32940
32941 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
32942
32943         * modules/xalloc (Depends-on): Add xalloc-die.
32944         * modules/xvasprintf (Depends-on): Add xalloc-die.
32945
32946 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
32947
32948         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
32949         with a minor change.
32950
32951 2005-07-15  Bruno Haible  <bruno@clisp.org>
32952
32953         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
32954         When using lib/poll.c, define poll as rpl_poll.
32955
32956 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
32957
32958         * modules/argp (Depends-on): Remove unlocked-io.
32959
32960 2005-07-14  Derek Price  <derek@ximbiot.com>
32961
32962         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
32963         for glob symlink bug.
32964
32965 2005-07-14  Bruno Haible  <bruno@clisp.org>
32966
32967         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
32968         Instead, test for *_unlocked function declarations directly.
32969
32970 2005-07-11  Simon Josefsson  <jas@extundo.com>
32971
32972         * modules/size_max: New file.
32973
32974         * modules/xsize: Depend on size_max module for size_max.m4.
32975
32976 2005-07-11  Simon Josefsson  <jas@extundo.com>
32977
32978         * lib/size_max.h: New file.
32979
32980 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
32981
32982         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
32983         copyright symbol and the year.
32984         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
32985         (version_etc_va): Use parameterized copyright notice.
32986         Reword to conform to the current GNU coding standards.
32987
32988 2005-07-11  Karl Berry  <karl@gnu.org>
32989
32990         * doc/gnulib.texi (Quoting): new node.
32991         (Initial import): more info, from Patrice.
32992
32993 2005-07-11  Bruno Haible  <bruno@clisp.org>
32994
32995         * gnulib-tool (func_usage): Document option --avoid.
32996         (Command line options): Handle --avoid.
32997         (func_acceptable): New function.
32998         (func_modules_transitive_closure): Use it.
32999
33000 2005-07-11  Bruno Haible  <bruno@clisp.org>
33001
33002         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
33003         Reported by Jim Meyering.
33004
33005 2005-07-10  Bruno Haible  <bruno@clisp.org>
33006
33007         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
33008         Needed when size_t is smaller than 'unsigned int'.
33009         Reported by Paul Eggert.
33010
33011 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33012
33013         * modules/argp (Depends-on): Add unlocked-io
33014
33015 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33016
33017         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
33018         block of defines.
33019
33020 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
33021
33022         * config/srclist.txt: Comment out regcomp.c, since we have a porting
33023         fix now.
33024
33025 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
33026         and Paul Eggert  <eggert@cs.ucla.edu>
33027
33028         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
33029         in wint_t, not wchar_t.  Remove now-unnecessary cast.
33030
33031 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33032
33033         * modules/regex (Files): Add lib/regex_internal.c,
33034         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
33035         (Depends-on): Add extensions.
33036         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
33037
33038 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33039
33040         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
33041         pathconf.
33042         * m4/same.m4 (gl_SAME): Likewise.
33043         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
33044
33045         * m4/regex.m4: Adjust to new libc regex implementation.
33046         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
33047         all the .c and .h parts of (the new) regex.
33048         Quote the m4 stuff better.
33049         Check for RE_ICASE bug of old gnulib.
33050         Check for REG_STARTEND of recent libc.
33051         Rename local variables from jm_* to gl_*.
33052         Quote operand of "test -f".
33053         Say "recent enough" version of libc, not "version 2".
33054         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
33055         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
33056         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
33057         Remove check for btowc, isascii.
33058         Require AM_LANGINFO_CODESET.
33059
33060 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33061
33062         * lib/regex.c, regex.h: Sync from libc.
33063         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
33064         * lib/regexec.c:
33065         New files, synced from libc, except that regex_internal.h
33066         currently has a small porting fix.
33067
33068 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33069
33070         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
33071         regex_internal.c, regexec.c.
33072         Add regex_internal.h too, but as a comment, since the libc version
33073         is currently broken in gnulib mode.
33074
33075 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
33076
33077         Support programs like Emacs that use gnulib but not gettext.
33078         * MODULES.html.sh (Internationalization functions): Add gettext-h.
33079         * modules/gettext-h: New file.
33080         * modules/gettext (Files): Remove lib/gettext.h.
33081         (Depends-on): Add gettext-h.
33082         (Makefile.am): Remove lib_SOURCES.
33083         * modules/argmatch, modules/c-stack, modules/closeout:
33084         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
33085         * modules/execute, modules/file-type, modules/getaddrinfo:
33086         * modules/getopt, modules/human, modules/javacomp:
33087         * modules/javaexec, modules/mkdir-p, modules/obstack:
33088         * modules/openat, modules/pagealign_alloc, modules/pipe:
33089         * modules/quotearg, modules/regex, modules/rpmatch:
33090         * modules/unicodeio, modules/userspec, modules/version-etc:
33091         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
33092         * modules/xsetenv:
33093         Depend on gettext-h, not gettext.
33094
33095 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
33096
33097         * gnulib-tool (func_import): Add support for 'public domain' license.
33098         * modules/alloca, modules/atexit, modules/memmove:
33099         Now public domain, not GPL.
33100         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
33101         * modules/realloc, modules/strerror, modules/strtod:
33102         Now LGPL, not GPL.
33103
33104 2005-07-05  Bruno Haible  <bruno@clisp.org>
33105
33106         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
33107         autoconf CVS. Needed for mingw.
33108
33109 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33110
33111         Remove the dependency of the strftime module on the tzset module.
33112         * modules/strftime (Depends-on): Remove dependency on tzset.
33113
33114 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33115
33116         Remove the dependency of the strftime module on the tzset module.
33117         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
33118         gl_FUNC_TZSET_CLOBBER.
33119
33120 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33121
33122         Remove the dependency of the strftime module on the tzset module.
33123         * lib/strftime.c (my_strftime)
33124         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
33125         Copy the input structure, to work around some of the bug with
33126         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
33127         Solaris releases, you should also use the tzset module, but we won't
33128         require it as a dependency any more since we don't want LGPLed code
33129         to depend on GPLed code.
33130
33131 2005-07-02  Jim Meyering  <jim@meyering.net>
33132
33133         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
33134         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
33135         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
33136         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
33137
33138 2005-07-02  Jim Meyering  <jim@meyering.net>
33139
33140         * lib/backupfile.c (backup_args): Change a `0' to NULL.
33141
33142 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33143
33144         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
33145         declares only 'struct timespec;' (!).
33146
33147 2005-07-01  Jim Meyering  <jim@meyering.net>
33148
33149         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
33150         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
33151         * lib/save-cwd.c, tempname.c:
33152         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
33153         and don't include <sys/file.h>).
33154
33155 2005-06-29  Jim Meyering  <jim@meyering.net>
33156
33157         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
33158         type name.  Use the variable name instead.
33159         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
33160         Likewise.
33161
33162 2005-06-28  Simon Josefsson  <jas@extundo.com>
33163
33164         * modules/check-version (Files): Add check-version.m4.
33165
33166 2005-06-28  Simon Josefsson  <jas@extundo.com>
33167
33168         * m4/check-version.m4: New file, suggested by Jim Meyering
33169         <jim@meyering.net>.
33170
33171 2005-06-28  Simon Josefsson  <jas@extundo.com>
33172
33173         * lib/check-version.h, lib/check-version.c: New files.
33174
33175 2005-06-28  Simon Josefsson  <jas@extundo.com>
33176
33177         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
33178         collision with global variable.  Better indentation.  Don't
33179         increment buffer pointer beyond buffer end.  Based on comments
33180         from Paul Eggert <eggert@cs.ucla.edu>.
33181
33182         * lib/base64.h: Indent.
33183
33184 2005-06-28  Simon Josefsson  <jas@extundo.com>
33185
33186         * doc/gnulib.texi (Library version handling): New section.
33187
33188 2005-06-28  Jim Meyering  <jim@meyering.net>
33189
33190         * check-module (find_included_lib_files): Hard-code another
33191         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
33192         but modules/fts-lgpl (correctly) does not list those files.
33193
33194         * modules/canonicalize (Files): Add lib/pathmax.h.
33195
33196 2005-06-25  Simon Josefsson  <jas@extundo.com>
33197
33198         * modules/check-version: New file.
33199
33200 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
33201
33202         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
33203         initializer of struct addrinfo, as an indication that we don't
33204         care how many members the structure has.
33205
33206 2005-06-24  Derek Price  <derek@ximbiot.com>
33207         and Bruno Haible  <bruno@clisp.org>
33208
33209         Remove stat module & update lstat.
33210         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
33211         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33212         * m4/stat.m4: Remove this file.
33213
33214 2005-06-24  Derek Price  <derek@ximbiot.com>
33215         and Bruno Haible  <bruno@clisp.org>
33216
33217         Remove stat module & update lstat.
33218         * lib/stat.c: Remove this file...
33219         (slash_aware_lstat): ...moving this content and its support...
33220         * lib/lstat.c (rpl_lstat): ...into here.
33221         * lib/lstat.h: New file.
33222
33223 2005-06-24  Derek Price  <derek@ximbiot.com>
33224         and Bruno Haible  <bruno@clisp.org>
33225
33226         Remove stat module & update lstat.
33227         * config/srclist.txt (libc sources): Remove stat.
33228
33229 2005-06-24  Derek Price  <derek@ximbiot.com>
33230         and Bruno Haible  <bruno@clisp.org>
33231
33232         Remove stat module & update lstat.
33233         * MODULES.html.sh (stat): Remove.
33234         * MODULES.html: Regenerated.
33235         * modules/lstat (Description): Correct function name.
33236         (Files): Add "lstat.h".
33237         (Depends-on): Remove stat, add xalloc, stat-macros.
33238         * modules/stat: Remove this file.
33239         (Include): Add "lstat.h", remove <sys/stat.h>.
33240
33241 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33242
33243         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
33244         (ranged_convert): Don't save conversion in a temporary struct.
33245         This causes a warning with GCC 4.0.0, and anyway in the typical
33246         case it's not worth the extra 100 bytes or so of code.
33247         (ranged_convert, __mktime_internal): When calling a function via a
33248         pointer P, use P () rather than (*P) (), as we now assume C89 or
33249         better.
33250
33251 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33252
33253         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
33254         "who -r" failed to give output.  Problem reported by Tim Waugh.
33255
33256         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
33257         (xcalloc): Use it to avoid needless tests.
33258         Problem reported by Jim Meyering.
33259
33260 2005-06-20  Derek Price  <derek@ximbiot.com>
33261
33262         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
33263         unnecessary for Autoconfs > 2.59c.
33264
33265 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33266
33267         * lib/argp.h (__option_is_short): Check upper limit of
33268         __key. Isprint() requires its argument to have the value
33269         of an unsigned char or EOF.
33270
33271 2005-06-16  Jim Meyering  <jim@meyering.net>
33272
33273         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
33274         when either N or S is zero.
33275
33276 2005-06-16  Derek Price  <derek@ximbiot.com>
33277
33278         * m4/bison.m4: Declare YACC & YFLAGS precious.
33279
33280 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
33281
33282         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
33283         multibyte string or pattern, fall back on unibyte matching.
33284         Problem reported by James Youngman.
33285
33286 2005-06-08  Bruno Haible  <bruno@clisp.org>
33287
33288         * modules/csharpcomp: New file.
33289         * MODULES.html.sh (C#): Add csharpcomp.
33290
33291 2005-06-08  Bruno Haible  <bruno@clisp.org>
33292
33293         * m4/csharpcomp.m4: New file, from GNU gettext.
33294
33295 2005-06-08  Bruno Haible  <bruno@clisp.org>
33296
33297         * lib/csharpcomp.h: New file, from GNU gettext.
33298         * lib/csharpcomp.c: New file, from GNU gettext.
33299         * lib/csharpcomp.sh.in: New file, from GNU gettext.
33300
33301 2005-06-08  Bruno Haible  <bruno@clisp.org>
33302
33303         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
33304         warning on mingw.
33305
33306 2005-06-07  Derek Price  <derek@ximbiot.com>
33307
33308         Sync from CVS.
33309         * lib/glob_.h: Indent nested #ifdef.
33310
33311 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33312
33313         Sync from coreutils.
33314         Use "file name" when talking about file names, instead of "filename"
33315         or "path", as per the GNU coding standards.
33316         * lib/mkdir-p.c: Renamed from makepath.c.
33317         (make_dir_parents): Renamed from make_path.  All callers changed.
33318         * lib/mkdir-p.h: Likewise.  All includers changed.
33319         * lib/filenamecat.c: Renamed from path-concat.c.
33320         (file_name_concat): Renamed from path_concat.  All callers changed.
33321         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
33322         * lib/filenamecat.h: Likewise.  All includers changed.
33323         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
33324         in comments or local variable names.
33325         * lib/basename.c: Likewise.
33326         * lib/canonicalize.c, canonicalize.h: Likewise.
33327         * lib/dirname.c, dirname.h: Likewise.
33328         * lib/euidaccess.c: Likewise.
33329         * lib/exclude.c: Likewise
33330         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
33331         * lib/fsusage.c, fsuage.h: Likewise.
33332         * lib/fts.c, fts_.h: Likewise.
33333         * lib/getcwd.c: Likewise.
33334         * lib/getloadavg.c: Likewise.
33335         * lib/mkstemp.c: Likewise.
33336         * lib/mountlist.c, mountlist.h: Likewise.
33337         * lib/openat.c, openat.h: Likewise.
33338         * lib/readlink-stub.c: Likewise.
33339         * lib/readutmp.c, readutmp.h: Likewise.
33340         * lib/rename.c: Likewise.
33341         * lib/rmdir.c: Likewise.
33342         * lib/same.c: Likewise.
33343         * lib/savedir.c: Likewise.
33344         * lib/stripslash.c: Likewise.
33345         * lib/tempname.c: Likewise.
33346         * lib/xreadlink.c: Likewise.
33347         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
33348         All uses changed.
33349         * lib/exclude.h: Likewise.
33350
33351         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
33352         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33353         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
33354         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33355         * lib/pathmax.h: Include <limits.h> unconditionally, since other
33356         files have been getting away with it for years (MORE/BSD 4.3
33357         is extinct now).
33358         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
33359         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33360
33361         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
33362         Define to 256, not 255, as per modern POSIX.
33363
33364 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33365
33366         Sync from coreutils.
33367         Use "file name" when talking about file names, instead of "filename"
33368         or "path", as per the GNU coding standards.
33369         * MODULES.html.sh: mkdir-p renamed from makepath.
33370         filenamecat renamed from path-concat.
33371         * modules/filenamecat: Renamed from modules/path-concat.
33372         (Files): filenamecat.h and filenamecat.c renamed from
33373         path-concat.h and path-concat.c.
33374         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
33375         (Include): filenamecat.h, not path-concat.h.
33376         * modules/mkdir-p: Renamed from modules/makepath.
33377         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
33378         makepath.c.
33379         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
33380         (Include): mkdir-p.h, not makepath.h.
33381
33382 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33383
33384         Sync from coreutils.
33385         * m4/mkdir-p.m4: Renamed from makepath.m4.
33386         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
33387         Rename files from makepath.c to mkdir-p.c, and from
33388         makepath.h to mkdir-p.h.
33389         * m4/filenamecat.m4: Renamed from path-concat.m4.
33390         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
33391         Rename files from path-concat.c to filenamecat.c,
33392         and from path-concat.h to filenamecat.h.
33393         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
33394         "file name" in local variables or comments.
33395         * m4/rename.m4: Likewise.
33396
33397 2005-06-01  Bruno Haible  <bruno@clisp.org>
33398
33399         * modules/csharpexec: New file.
33400         * MODULES.html.sh (C#): New section.
33401
33402 2005-06-01  Bruno Haible  <bruno@clisp.org>
33403
33404         * m4/csharp.m4: New file, from GNU gettext.
33405         * m4/csharpexec.m4: New file, from GNU gettext.
33406
33407 2005-06-01  Bruno Haible  <bruno@clisp.org>
33408
33409         * lib/csharpexec.h: New file, from GNU gettext.
33410         * lib/csharpexec.c: New file, from GNU gettext.
33411         * lib/csharpexec.sh.in: New file, from GNU gettext.
33412
33413 2005-05-31  Derek Price  <derek@ximbiot.com>
33414             Paul Eggert  <eggert@cs.ucla.edu>
33415
33416         Sync from cvs.
33417         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
33418
33419 2005-05-31  Derek Price  <derek@ximbiot.com>
33420             Paul Eggert  <eggert@cs.ucla.edu>
33421
33422         Sync from cvs.
33423         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
33424
33425 2005-05-29  Derek Price  <derek@ximbiot.com>
33426
33427         * config/srclist.txt (glob_.h, glob.c): Add these files.
33428
33429 2005-05-29  Derek Price  <derek@ximbiot.com>
33430
33431         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
33432         * modules/glob: New file.
33433         * modules/getlogin_r: Add link to POSIX spec in description.
33434
33435 2005-05-29  Derek Price  <derek@ximbiot.com>
33436             Paul Eggert  <eggert@cs.ucla.edu>
33437
33438         * m4/glob.m4: New file.
33439
33440 2005-05-29  Derek Price  <derek@ximbiot.com>
33441             Paul Eggert  <eggert@cs.ucla.edu>
33442
33443         * lib/glob_.h, lib/glob.c: New files.
33444
33445 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33446
33447         * modules/fts (Files): Remove m4/inttypes-pri.m4.
33448         * modules/fts-lgpl (Depends-on): Remove gettext.
33449
33450 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33451
33452         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
33453         and don't require gt_INTTYPES_PRI.
33454
33455 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33456
33457         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
33458
33459         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
33460         the configuration hassle isn't worth it.
33461         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
33462         (LONGEST_MODIFIER, PRIuMAX): Remove.
33463
33464 2005-05-27  Bruno Haible  <bruno@clisp.org>
33465
33466         * lib/getlogin_r.h: Remove second include of <stddef.h>.
33467
33468 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
33469
33470         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
33471         _POSIX_PTHREAD_SEMANTICS for Solaris.
33472
33473 2005-05-25  Derek Price  <derek@ximbiot.com>
33474
33475         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
33476
33477 2005-05-25  Derek Price  <derek@ximbiot.com>
33478             Paul Eggert  <eggert@cs.ucla.edu>
33479
33480         * modules/getlogin_r, m4/getlogin_r.m4: New files.
33481         * lib/getlogin_r.c, getlogin_r.h: New files.
33482
33483 2005-05-25  Bruno Haible  <bruno@clisp.org>
33484             Derek Price  <derek@ximbiot.com>
33485
33486         * lib/getlogin_r.h: Simplify API documentation.
33487
33488 2005-05-23  Derek Price  <derek@ximbiot.com>
33489
33490         * modules/minmax (Files): Add m4/minmax.m4.
33491         (configure.ac): Add gl_MINMAX.
33492
33493 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
33494
33495         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
33496         so that unistd-safer.h (GPL'ed code) need not be included.
33497
33498 2005-05-22  Bruno Haible  <bruno@clisp.org>
33499
33500         * m4/minmax.m4: New file.
33501         Based on a patch by Derek Price <derek@ximbiot.com>.
33502
33503 2005-05-22  Bruno Haible  <bruno@clisp.org>
33504
33505         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
33506         (INT64_MIN): Fix definition.
33507         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
33508
33509         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
33510         NEED_SIGNED_INT_TYPES.
33511
33512         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
33513         HAVE_SYSTEM_INTTYPES.
33514
33515 2005-05-22  Bruno Haible  <bruno@clisp.org>
33516
33517         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
33518         Also include <sys/param.h> if it defines MIN, MAX.
33519         Based on a patch by Derek Price <derek@ximbiot.com>.
33520
33521 2005-05-21  Jim Meyering  <jim@meyering.net>
33522
33523         * modules/fts (Files): Add m4/inttypes-pri.m4.
33524         (Depends-on): Add lstat and remove gettext.  Alphabetize.
33525
33526 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33527
33528         New fts module.
33529         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
33530         (setup_dir, free_dir): New functions.
33531         (enter_dir, leave_dir): Define trivial
33532         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
33533         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
33534         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
33535         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
33536         Move to fts-cycle.c.
33537         (fts_open): Use setup_dir.
33538         (fts_close): Use free_dir.
33539         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
33540         This adds a label and some gotos, but the alternatives were messier.
33541         Check for memory allocation failure when entering a dir.
33542         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
33543         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
33544         (FTS): New member fts_cycle, that is a union that contains the
33545         old active_dir_ht and cycle_state.  All uses changed to mention
33546         fts_cycle.ht and fts_cycle.state.
33547         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
33548         fts.c, with the following changes:
33549         (setup_dir, free_dir): New functions.
33550         (enter_dir): Now returns bool.  Return true if successful, false
33551         if memory exhausted.  All callers changed.
33552         Do not bother partly cleaning up on
33553         memory allocation failure; that is free_dir's job.
33554         However, free ad if hash_insert fails, to avoid memory leak.
33555         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
33556         fts->fts_options to see which union member to use.
33557
33558 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33559
33560         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
33561         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
33562
33563 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33564
33565         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
33566
33567 2005-05-20  Jim Meyering  <jim@meyering.net>
33568
33569         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
33570         Now a macro, to pacify GCC.
33571
33572 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
33573
33574         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
33575         of -1.
33576
33577 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
33578
33579         * lib/chown.c (rpl_chown): Return -1 on failure.
33580
33581 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
33582
33583         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
33584         Don't check for stddef.h.
33585         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
33586         don't use its results.
33587         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
33588         since we include them unconditionally.  Don't require
33589         AM_STDBOOL_H, since stdbool is a prerequisite.
33590         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
33591         since we assume C89 or better.
33592         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
33593         as we don't use their results.
33594         Don't check for fchdir, memmove, memset, strrchr, as we use
33595         them unconditionally.
33596         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
33597         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
33598
33599 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
33600
33601         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
33602         Include <stddef.h> unconditionally, since we assume C89 now.
33603         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
33604         * lib/fts.c: Include fts_.h first, to check interface.
33605         Do not include intprops.h; no longer needed.
33606         Include cycle-check.h and hash.h, since fts_.h no longer does.
33607         Remove unnecessary casts of closedir to void.
33608         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
33609         decide whether to decrement nlinks.
33610         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
33611         (FTS): Use struct hash_table * instead of Hash_table, so that
33612         we no longer need to include hash.h here.
33613
33614 2005-05-18  Jim Meyering  <jim@meyering.net>
33615
33616         * modules/dirfd (License): Change to LGPL.  Most of the code
33617         is already in the public domain.
33618
33619 2005-05-18  Jim Meyering  <jim@meyering.net>
33620
33621         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
33622         Reported by Yoann Vandoorselaere.
33623
33624 2005-05-17  Jim Meyering  <jim@meyering.net>
33625
33626         * m4/fts.m4: New file, from coreutils.
33627
33628 2005-05-17  Jim Meyering  <jim@meyering.net>
33629
33630         * lib/fts.c, lib/fts_.h: New files, from coreutils.
33631
33632 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33633
33634         Sync from coreutils.
33635         * m4/unlinkdir.m4: New file.
33636
33637 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33638
33639         Sync from coreutils.
33640         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
33641         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
33642         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
33643         White space changes only.
33644         * lib/makepath.c (make_path): Port to hosts where leading "//" is
33645         special.
33646         * lib/yesno.c: Include getline.h, not ctype.h.
33647         (yesno): Don't remove leading white space; POSIX doesn't allow it.
33648         Use getline to remove arbitrary restriction on response length.
33649
33650 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33651
33652         * config/srclist-update: Spell out "Street" in FSF postal
33653         mail address; this is the style the FSF seems to prefer.
33654
33655         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
33656         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
33657         this updates FSF postal mail address.
33658
33659         Sync from coreutils.
33660         * modules/unlinkdir: New file.
33661         * modules/yesno (Depends-on): Add getline.
33662         * MODULES.html.sh (File system functions): Add unlinkdir.
33663
33664 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33665
33666         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
33667         lib/strsep.h:
33668         Change the initial comment to refer to GPL, not LGPL.
33669         gnulib-tool will change it to LGPL as needed.
33670
33671         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
33672         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
33673         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
33674         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
33675         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
33676         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
33677         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
33678         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
33679         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
33680         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
33681         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
33682         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
33683         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
33684         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
33685         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
33686         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
33687         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
33688         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
33689         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
33690         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
33691         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
33692         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
33693         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
33694         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
33695         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
33696         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
33697         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
33698         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
33699         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
33700         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
33701         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
33702         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
33703         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
33704         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
33705         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
33706         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
33707         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
33708         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
33709         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
33710         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
33711         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
33712         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
33713         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
33714         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
33715         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
33716         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
33717         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
33718         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
33719         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
33720         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
33721         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
33722         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
33723         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
33724         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
33725         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
33726         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
33727         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
33728         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
33729         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
33730         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
33731         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
33732         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
33733         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
33734         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
33735         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
33736         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
33737         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
33738         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
33739         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
33740         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
33741         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
33742         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
33743         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
33744         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
33745         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
33746         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
33747         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
33748         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
33749         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
33750         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
33751         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
33752         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
33753         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
33754         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
33755         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
33756         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
33757         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
33758         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
33759         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
33760         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
33761         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
33762         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
33763         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
33764         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
33765         lib/yesno.c, lib/yesno.h:
33766         Update FSF postal mail address.
33767
33768 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33769
33770         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
33771         tests/test-memmem.c, tests/test-stpncpy.c:
33772         Update FSF postal mail address.
33773
33774 2005-05-13  Bruno Haible  <bruno@clisp.org>
33775
33776         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
33777         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
33778         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
33779         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
33780         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
33781         Add support for 64-bit integers in the MSVC compiler.
33782
33783 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33784
33785         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
33786
33787 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
33788
33789         * gnulib-tool (func_import): Sort and uniquify recommended includes.
33790
33791 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
33792
33793         * doc/getdate.texi (General date syntax): Don't say that date
33794         date --iso-8601=ns generates acceptable dates; it doesn't yet.
33795         Problem reported by Nic Ferrier.
33796
33797 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33798
33799         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
33800         specified in ai_socktype. Fix invalid ai_protocol
33801         check. ai_protocol is usually set to 0 or depending on
33802         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
33803         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
33804         ai_socktype / ai_protocol in the returned addrinfo structure.
33805
33806 2005-05-10  Simon Josefsson  <jas@extundo.com>
33807
33808         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
33809         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
33810
33811 2005-05-10  Karl Berry  <karl@gnu.org>
33812
33813         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
33814         (from http://www.gnu.org/licenses).
33815         * doc/COPYING.LIB: also rename to COPYING.LESSER.
33816         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
33817         fdl.texi suffices.
33818
33819 2005-05-10  Karl Berry  <karl@gnu.org>
33820
33821         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
33822         (COPYING.DOC): remove.
33823
33824         * config/srclist-update: new FSF address.
33825
33826 2005-05-10  Derek Price  <derek@ximbiot.com>
33827
33828         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
33829         possible.
33830
33831 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33832             Bruno Haible  <bruno@clisp.org>
33833
33834         * modules/inet_ntop: New file.
33835         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33836         inet_ntop.
33837
33838 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33839             Bruno Haible  <bruno@clisp.org>
33840
33841         * m4/inet_ntop.m4: New file.
33842
33843 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33844             Bruno Haible  <bruno@clisp.org>
33845
33846         * lib/inet_ntop.h: New file.
33847         * lib/inet_ntop.c: New file, from glibc with modifications.
33848
33849 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
33850
33851         * modules/time_r (License): Change to LGPL.
33852         * modules/extensions (License): Change to LGPL.  Actually,
33853         the license is more permissive than that, but currently gnulib-tool
33854         doesn't know how to handle more-permissive licenses.
33855
33856         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
33857         Problem reported by Dave Love.
33858
33859 2005-05-08  Jim Meyering  <jim@meyering.net>
33860
33861         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
33862         blank.
33863
33864 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
33865
33866         * modules/argmatch (Depends-on): Add stdbool.
33867         * modules/backupfile (Depends-on): Likewise.
33868         * modules/chdir-long (Depends-on): Likewise.
33869         * modules/closeout (Depends-on): Likewise.
33870         * modules/cycle-check (Depends-on): Likewise.
33871         * modules/dirname (Depends-on): Likewise.
33872         * modules/fnmatch (Depends-on): Likewise.
33873         * modules/fsusage (Depends-on): Likewise.
33874         * modules/fwriteerror (Depends-on): Likewise.
33875         * modules/getcwd (Depends-on): Likewise.
33876         * modules/getloadavg (Depends-on): Likewise.
33877         * modules/hard-locale (Depends-on): Likewise.
33878         * modules/makepath (Depends-on): Likewise.
33879         * modules/mountlist (Depends-on): Likewise.
33880         * modules/nanosleep (Depends-on): Likewise.
33881         * modules/posixtm (Depends-on): Likewise.
33882         * modules/quotearg (Depends-on): Likewise.
33883         * modules/readtokens (Depends-on): Likewise.
33884         * modules/readtokens0 (Depends-on): Likewise.
33885         * modules/readutmp (Depends-on): Likewise.
33886         * modules/save-cwd (Depends-on): Likewise.
33887         * modules/strftime (Depends-on): Likewise.
33888         * modules/userspec (Depends-on): Likewise.
33889         * modules/utimecmp (Depends-on): Likewise.
33890         * modules/xgetcwd (Depends-on): Likewise.
33891         * modules/xnanosleep (Depends-on): Likewise.
33892         * modules/xstrtod (Depends-on): Likewise.
33893         * modules/yesno (Depends-on): Likewise.
33894
33895 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
33896
33897         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
33898         needless checks.
33899
33900 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33901
33902         Merge from coreutils.  Among other things,
33903         add bulletproofing for cases where stdin, stdout, or stderr are closed.
33904         * lib/fd-safer.c: New file.
33905         * lib/fcntl-safer.h, open-safer.c: Remove.
33906         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
33907         * lib/dup-safer.c: Include unistd-safer.h first.
33908         Don't include errno.h.
33909         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
33910         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
33911         * lib/file-type.c: Rely on file-type.h change.
33912         * lib/getloadavg.c: Include unistd-safer.h.
33913         (getloadavg): Use safer open.
33914         * lib/getusershell.c: Include "stdio-safer.h".
33915         (getusershell): Use safer fopen.
33916         * lib/long-options.c (long_options): Use NULL rather than 0.
33917         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
33918         'free'.
33919         * lib/modechange.c: Likewise.
33920         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
33921         (MODE_DONE): New constant.
33922         (struct mode_change): Remove 'next' member.
33923         (make_node_op_equals): New function; like the old one of the
33924         same name, except it allocates an array.
33925         (mode_compile, mode_create_from_ref): Use it.
33926         (mode_compile): Allocate result as an array, not a linked list.
33927         Parse octal string ourself, so that we catch mistakes like "+0".
33928         (mode_adjust): Arg is an array, not a linked list.
33929         * lib/modechange.c: Include stat-macros.h, xalloc.h.
33930         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
33931         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
33932         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
33933         Remove.  This is now stat-macros.h's job.
33934         (talloc): Remove.  All callers replaced by xalloc, so that
33935         our invokers don't have to worry about reporting memory failures.
33936         (make_node_op_equals): Remove.
33937         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
33938         New constants.
33939         (struct mode_change): Moved here from modechange.h.
33940         (mode_append_entry): Remove.
33941         (mode_compile): Remove MASKED_OPS arg, since it encouraged
33942         apps to have incorrect behavior.  Use simpler algorithm for head
33943         and tail.  Don't futz with umask; that's now the job of mode_adjust.
33944         Detect more invalid usages rather than having somewhat-random behavior.
33945         Don't insert an "a=" action, as that leads to incorrect behavior.
33946         (mode_compile, mode_create_from_ref): Return NULL on error instead
33947         of an enum, since now there's only one way to have an error.  All
33948         callers changed.
33949         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
33950         at the correct time.  Simplify calculation of "+u" and its ilk.
33951         Don't mishandle "+X".
33952         (mode_free): Remove "register" and localize decls.
33953         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
33954         (struct mode_change): Move to modechange.c; callers don't
33955         need to see this stuff.
33956         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
33957         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
33958         (mode_change, mode_adjust): Reflect the new signatures noted above.
33959         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
33960         that might redefine system include files.
33961         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
33962         (my_usleep): Use NULL rather than (void *) 0.
33963         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
33964         Use siginterrupt to specify that system calls should be interrupted.
33965         (rpl_nanosleep): Move initialization of suspended closer to call of
33966         my_usleep.
33967         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
33968         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
33969         (desirable_utmp_entry): New function.
33970         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
33971         using x2nrealloc, to simplify logic.
33972         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
33973         size calculation.  Do not assume utmp file is a regular file.
33974         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
33975         (READ_UTMP_CHECK_PIDS): New constant.
33976         * lib/save-cwd.c: Include unistd-safer.h.
33977         (save_cwd): Use fd_safer.
33978         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
33979         [!_LIBC] Include "stat-macros.h" instead.
33980         * lib/unistd-safer.h (fd_safer): New decl.
33981
33982 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33983
33984         * modules/getloadavg (Depends-on): Add unistd-safer.
33985         * modules/getusershell (Depends-on): Add stdio-safer.
33986         * modules/lstat (Depends-on): Remove xalloc.
33987         * modules/mkstemp (Depends-on): Add stat-macros.
33988         * modules/modechange (Depends-on): Remove xstrtol.
33989         Add stat-macros, xalloc.
33990         * modules/save-cwd (Depends-on): Add unistd-safer.
33991         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
33992         * modules/unistd-safer (Files): Add lib/fd-safer.c
33993         (Makefile.am): Remove lib_SOURCES.
33994
33995         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
33996         Remove fcntl-safer; unistd-safer supersedes it.
33997
33998 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33999
34000         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
34001         AC_HEADER_STAT.
34002         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
34003         (gl_PREREQ_CHOWN): Remove.
34004         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
34005         it.  Don't require AC_HEADER_STAT.
34006         (gl_PREREQ_LSTAT): Remove.
34007         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
34008         Don't require AC_HEADER_STAT.
34009         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
34010         (gl_PREREQ_RMDIR): Remove.
34011         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
34012         mention stat-macros.h or AC_HEADER_STAT, since we'll make
34013         the stat-macros module a prerequisite.
34014         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
34015         * m4/filemode.m4 (gl_FILEMODE): Likewise.
34016         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
34017         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
34018         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
34019         variable names.
34020         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
34021         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
34022         variable prefixes.
34023         * m4/fcntl-safer.m4: Remove.
34024         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
34025         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
34026         Invoke gl_PREREQ_FD_SAFER.
34027         (gl_PREREQ_FD_SAFER): New macro.
34028         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
34029         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
34030         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
34031         Remove duplicate call to AC_LIBOBJ(readutmp).
34032         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
34033
34034         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
34035         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
34036
34037 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34038
34039         * MODULES.html.sh (Misc): Add byteswap.
34040
34041 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34042
34043         * modules/getcwd (Depends-on): Add extensions.
34044         * modules/openat (Depends-on): Likewise.
34045
34046 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34047
34048         * modules/byteswap: New file.
34049
34050 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34051
34052         * m4/byteswap.m4: New file.
34053
34054 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34055
34056         * lib/byteswap_.h: New file.
34057
34058 2005-04-25  Karl Berry  <karl@gnu.org>
34059
34060         * m4/gettext.m4: Update from GNU gettext 0.14.4.
34061
34062 2005-04-25  Albert Chin  <china@thewrittenword.com>
34063
34064         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
34065         Toolkit C bug.
34066
34067 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
34068
34069         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
34070         (func_ln_if_changed) Remove forcibly for no error message
34071         in case file does not exist.
34072
34073 2005-04-19  Simon Josefsson  <jas@extundo.com>
34074
34075         * gnulib-tool (Options): Make --symlink mean --symbolic.
34076
34077 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
34078
34079         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
34080
34081 2005-04-16  Simon Josefsson  <jas@extundo.com>
34082
34083         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
34084
34085 2005-04-15  Simon Josefsson  <jas@extundo.com>
34086
34087         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
34088
34089 2005-04-15  Simon Josefsson  <jas@extundo.com>
34090
34091         * gnulib-tool: Rename --symlink to --symbolic.
34092
34093 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
34094
34095         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
34096         symbolic links to files instead of copying/moving.  Add --aux-dir,
34097         specifying directory relative --dir where auxiliary build tools
34098         are placed.
34099
34100 2005-04-14  Bruno Haible  <bruno@clisp.org>
34101
34102         * modules/allocsa (License): Change to LGPL.
34103         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
34104
34105 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
34106
34107         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
34108         that "UTC +1 second" continues to work.  Problem reported
34109         by Dmitry V. Levin.
34110         (relunit_snumber): New rule.
34111         (relunit): Use it.
34112
34113 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
34114
34115         * lib/getdate.y (universal_time_zone_table): New constant.
34116         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
34117         universal_time_zone_table.
34118         (lookup_zone): Prefer universal_time_zone_table to
34119         local_time_zone_table, so that "GMT" time stamps are allowed in
34120         London during the summer.  Problem reported by Ian Abbott.
34121
34122 2005-04-12  Jim Meyering  <jim@meyering.net>
34123
34124         * lib/human.c (humblock): Set *options even when returning due to
34125         xstrtoumax conversion failure.  Thanks to a used-uninitialized
34126         warning from gcc-4.
34127
34128 2005-04-09  Jim Meyering  <jim@meyering.net>
34129
34130         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
34131         -Wuninitialized: initialize tm0.tm_year.
34132
34133 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
34134
34135         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
34136         count, since there's no maximum.  All uses changed.
34137         Add member dsts_seen.
34138         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
34139         not being INT_MAX.
34140         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
34141         Use pc_rels_seen to decide whther a date is absolute.
34142
34143         * lib/getdate.y (number): Don't overwrite year.
34144         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
34145         check.
34146
34147 2005-04-02  Simon Josefsson  <jas@extundo.com>
34148
34149         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
34150         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
34151
34152 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
34153
34154         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
34155         where no absolute path name can be longer than PATH_MAX.
34156
34157 2005-03-27  Jim Meyering  <jim@meyering.net>
34158
34159         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
34160
34161 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
34162
34163         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
34164         "one's complement" -> "ones' complement" in comment, as per Knuth.
34165         "value of type" -> "type or expression" in comment.
34166         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
34167
34168 2005-03-26  Jim Meyering  <jim@meyering.net>
34169
34170         Comment nits.
34171         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
34172         Correct typos: s/or/of/.
34173
34174 2005-03-26  Jim Meyering  <jim@meyering.net>
34175
34176         * modules/check-include-files: Move to ../ and rename to...
34177         * check-module: ...this.
34178
34179 2005-03-25  Jim Meyering  <jim@meyering.net>
34180
34181         * modules/xvasprintf (Files): Add xalloc.h.
34182
34183 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
34184
34185         * modules/gettext (Files): config/config.rpath ->
34186         build-aux/config.rpath
34187         * modules/iconv (Files): Likewise.
34188         Problem reported by Oskar Liljeblad.
34189
34190 2005-03-23  Jim Meyering  <jim@meyering.net>
34191
34192         * modules/check-include-files: New script to check for
34193         missing dependencies, multiple includes, etc.
34194
34195         * modules/c-strtold (Depends-on): Add xalloc.
34196         * modules/c-strtod (Depends-on): Add xalloc.
34197         * modules/hash (Depends-on): Add xalloc.
34198         (Files): Remove lib/xalloc.h.
34199
34200         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
34201         * modules/userspec (Files): Add lib/inttostr.h.
34202
34203 2005-03-23  Jim Meyering  <jim@meyering.net>
34204
34205         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
34206
34207 2005-03-22  Jim Meyering  <jim@meyering.net>
34208
34209         * modules/stat-macros: New module.
34210         * modules/canonicalize, modules/euidaccess, modules/file-type,
34211         * modules/filemode, modules/lchown, modules/makepath,
34212         * modules/rmdir, modules/stat: Depend on new stat-macros module
34213         rather than listing lib/stat-macros.h manually.
34214         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
34215
34216 2005-03-22  Jim Meyering  <jim@meyering.net>
34217
34218         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
34219
34220 2005-03-22  Bruno Haible  <bruno@clisp.org>
34221
34222         * config/srclist.txt: Replace target directory 'config' with
34223         'build-aux'.
34224         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
34225         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
34226         ../build-aux/.
34227
34228 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
34229
34230         * modules/chdir-long (Depends-on): Add mempcpy.
34231
34232         * modules/acl, modules/backupfile, modules/c-strtod,
34233         modules/c-strtold, modules/canon-host, modules/canonicalize,
34234         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
34235         modules/exclude, modules/exitfail, modules/file-type,
34236         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
34237         modules/getdate, modules/getline, modules/getpagesize,
34238         modules/getpass, modules/getugroups, modules/group-member,
34239         modules/hard-locale, modules/hash, modules/human, modules/idcache,
34240         modules/inttostr, modules/long-options, modules/makepath,
34241         modules/md5, modules/memcasecmp, modules/memcoll,
34242         modules/modechange, modules/mountlist, modules/path-concat,
34243         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
34244         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
34245         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
34246         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
34247         modules/strftime, modules/strndup, modules/strverscmp,
34248         modules/timespec, modules/unlocked-io, modules/userspec,
34249         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
34250         modules/yesno:
34251         Remove lib_SOURCES line from Makefile.am section, as this is now
34252         done automatically by the corresponding Autoconf macro.
34253
34254 2005-03-21  Jim Meyering  <jim@meyering.net>
34255
34256         Changes imported from coreutils.
34257
34258         * lib/cycle-check.c: Don't include xalloc.h.
34259
34260         * lib/path-concat.c: Don't include assert.h.
34261         (path_concat): Remove assertion that would have triggered
34262         for ABASE starting with more than one slash.
34263         Reported by Andreas Schwab.
34264
34265         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
34266         properly when ABASE is an absolute file name.
34267         Correct the description of this function.
34268         Include <assert.h>.
34269         Add an assertion and a test driver.
34270         This fixes a bug introduced on 2004-07-02.
34271         Andreas Schwab reported the resulting failure of cp --parents:
34272         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
34273
34274 2005-03-21  Jim Meyering  <jim@meyering.net>
34275
34276         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
34277         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
34278
34279 2005-03-21  Jim Meyering  <jim@meyering.net>
34280         and  Paul Eggert  <eggert@cs.ucla.edu>
34281
34282         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
34283         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
34284         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
34285         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
34286         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
34287         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
34288         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
34289         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
34290         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
34291         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
34292         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
34293         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
34294         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
34295         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
34296         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
34297         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
34298         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
34299         for these modules.
34300
34301 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
34302
34303         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
34304         (which shouldn't happen), generate nothing instead of returning 0
34305         immediately, so that nstrftime (NULL, ...) doesn't return 0.
34306
34307 2005-03-16  Bruno Haible  <bruno@clisp.org>
34308
34309         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
34310         HAVE_LONGLONG_64BIT.
34311
34312 2005-03-16  Bruno Haible  <bruno@clisp.org>
34313
34314         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
34315         HAVE_LONGLONG_64BIT.
34316
34317 2005-03-16  Bruno Haible  <bruno@clisp.org>
34318
34319         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
34320         HAVE_LONGLONG_64BIT.
34321
34322 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34323
34324         * lib/strftime.c (my_strftime): Prepend space to format so that we can
34325         reliably distinguish strftime failure from empty output on POSIX
34326         hosts.
34327
34328 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34329
34330         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
34331         (iconv_string): Don't guess a size-zero buffer, as that might cause
34332         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
34333         result would be 'too large', where 'too large' is (heuristically)
34334         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
34335         overflow concerns.  This will prevent some unwanted malloc failures
34336         when the inputs are very large.
34337
34338 2005-03-15  Karl Berry  <karl@gnu.org>
34339
34340         * config/srclist.txt (config.rpath): from gettext.
34341         * config/config.rpath: update.
34342
34343 2005-03-15  Bruno Haible  <bruno@clisp.org>
34344
34345         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
34346         to 'negate'.
34347
34348         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
34349         variable.
34350
34351         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
34352         results.
34353
34354 2005-03-14  Simon Josefsson  <jas@extundo.com>
34355
34356         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
34357         <fx@gnu.org>.
34358
34359 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
34360
34361         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
34362         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
34363         intprops.h.
34364         * lib/strtol.c: Likewise.
34365
34366 2005-03-14  Jim Meyering  <jim@meyering.net>
34367
34368         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
34369         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
34370         to be nonzero so that we (and caller) can detect the difference
34371         between a valid zero-length expansion and an error return, even
34372         when the underlying strftime fails before writing anything into
34373         that location.
34374
34375 2005-03-14  Bruno Haible  <bruno@clisp.org>
34376
34377         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
34378         Update from GNU gettext 0.14.3.
34379
34380 2005-03-10  Jim Meyering  <jim@meyering.net>
34381
34382         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
34383
34384 2005-03-10  Jim Meyering  <jim@meyering.net>
34385
34386         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
34387         so that this module works on systems without fchdir.
34388
34389 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
34390
34391         Factor int-properties macros into a single file, except for
34392         glibc-related files.
34393         * lib/intprops.h: New file.
34394         * lib/getloadavg.c: Include it instead of limits.h.
34395         (INT_STRLEN_BOUND): Remove.
34396         * lib/human.c: Include intprops.h.
34397         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
34398         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
34399         302/1000.
34400         * lib/inttostr.h: Include intprops.h instead of limits.h.
34401         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
34402         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
34403         for consistency with intprops.h.
34404         (time_t_is_integer, twos_complement_arithmetic): Use them.
34405         * lib/sig2str.h: Include <signal.h>, intprops.h.
34406         (INT_STRLEN_BOUND): Remove.
34407         * lib/strftime.c (TYPE_SIGNED): Remove.
34408         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
34409         * lib/strtol.c: Adjust comments to match intprops.h.
34410         * lib/userspec.c: Include intprops.h.
34411         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
34412         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
34413         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
34414         instead of rolling our own expressions.
34415         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
34416
34417         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
34418         instead of int.
34419         (my_strftime): Do not mishandle years close to INT_MAX, by doing
34420         the right thing even if adding 1900 would overflow.  Similarly
34421         for tm_mon + 1 and tm_yday + 1.
34422         Make %Y always equivalent to %C%y, and similarly for %G and %g.
34423         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
34424         (DO_SIGNED_NUMBER): New macro.
34425         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
34426
34427 2005-03-07  Bruno Haible  <bruno@clisp.org>
34428
34429         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
34430
34431 2005-03-07  Bruno Haible  <bruno@clisp.org>
34432
34433         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
34434
34435 2005-03-04  Derek R. Price  <derek@ximbiot.com>
34436
34437         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
34438         (func_import): Only replace files via --import when they have actually
34439         changed.
34440
34441 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34442
34443         * m4/mmap-anon.m4: New file.
34444         * m4/pagealign_alloc.m4: New file.
34445
34446 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34447             Bruno Haible  <bruno@clisp.org>
34448
34449         * modules/pagealign_alloc: New file.
34450         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
34451
34452 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34453             Bruno Haible  <bruno@clisp.org>
34454
34455         * lib/pagealign_alloc.h: New file.
34456         * lib/pagealign_alloc.c: New file.
34457
34458 2005-03-03  Bruno Haible  <bruno@clisp.org>
34459
34460         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
34461         Use an all-permissive copyright notice, recommended by RMS.
34462
34463 2005-03-02  Bruno Haible  <bruno@clisp.org>
34464
34465         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
34466         of AIX, the replacement has to be done only after <string.h> is
34467         included, therefore not in config.h. stpncpy.h does the replacement,
34468         and stpncpy.c uses it.
34469
34470 2005-03-02  Bruno Haible  <bruno@clisp.org>
34471
34472         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
34473         stpncpy.c uses it.
34474
34475 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34476
34477         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
34478         The workaround isn't strictly needed for POSIX conformance, and
34479         it's too much of a pain to configure and maintain.  We'll ask
34480         people to fix their kernels instead.
34481         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
34482         (NANOSLEEP_BUG_WORKAROUND): Remove.
34483         (xnanosleep): Remove the workaround.
34484
34485 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34486
34487         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
34488         Reported by Derek Price.
34489         (Include): Add "timespec.h".
34490
34491         * modules/xnanosleep (Depends-on): Remove gethrxtime.
34492
34493 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34494
34495         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
34496         to detect nanosleep bug.
34497
34498 2005-03-01  Bruno Haible  <bruno@clisp.org>
34499
34500         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
34501
34502 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
34503
34504         * modules/gethrxtime: New file.
34505         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
34506         (Depends-on): Add gethrxtime.
34507         (configure.ac): Add gl_XNANOSLEEP.
34508         (Makefile.am): Remove lib_SOURCES line.
34509
34510 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34511
34512         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
34513         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
34514
34515 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34516
34517         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
34518         * lib/timespec.h (gettime): Return void, since it always
34519         succeeds now.  All uses changed.
34520         * lib/gettime.c (gettime) Likewise.
34521         [HAVE_NANOTIME]: Prefer nanotime.
34522         Assume gettimeofday succeeds, as POSIX requires.
34523         Assime time () succeeds, since other code already does.
34524         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
34525         (timespec_subtract): Remove.
34526         (NANOSLEEP_BUG_WORKAROUND): New constant.
34527         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
34528         things considerably.  Use it only on GNU/Linux hosts, since the
34529         workaround shouldn't be needed elsewhere.
34530
34531 2005-02-24  Bruno Haible  <bruno@clisp.org>
34532
34533         * modules/gettext (Files): Add m4/glibc2.m4.
34534
34535 2005-02-24  Bruno Haible  <bruno@clisp.org>
34536
34537         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
34538         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
34539         * m4/progtest.m4:
34540         Update from GNU gettext 0.14.2.
34541         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
34542
34543 2005-02-24  Bruno Haible  <bruno@clisp.org>
34544
34545         * lib/localcharset.c: Update from GNU gettext 0.14.2.
34546         * lib/config.charset: Update from GNU gettext 0.14.2.
34547
34548 2005-02-24  Bruno Haible  <bruno@clisp.org>
34549
34550         * lib/gettext.h: Update from GNU gettext 0.14.2.
34551
34552 2005-02-23  Simon Josefsson  <jas@extundo.com>
34553
34554         * m4/iconvme.m4: New file.
34555
34556 2005-02-23  Jim Meyering  <jim@meyering.net>
34557
34558         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
34559         change.
34560         Thanks to Bruno Haible for catching it.
34561
34562 2005-02-22  Simon Josefsson  <jas@extundo.com>
34563
34564         * modules/iconvme: New file.
34565
34566         * MODULES.html.sh: Add iconvme.
34567
34568 2005-02-22  Simon Josefsson  <jas@extundo.com>
34569
34570         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
34571
34572 2005-02-22  Simon Josefsson  <jas@extundo.com>
34573
34574         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
34575
34576 2005-02-22  Jim Meyering  <jim@meyering.net>
34577
34578         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
34579         s/ifndef/ifdef/.
34580
34581 2005-02-20  Neil Conway  <neilc@samurai.com>
34582
34583         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
34584         returned by OSX/Darwin if the specified buffer is not large
34585         enough for the hostname.
34586
34587 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34588
34589         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
34590         pass it to _help, otherwise the latter coredumps trying to
34591         dereference state.root_argp.
34592
34593 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34594
34595         * modules/chdir-long (Depends-on): Add memrchr.
34596         * modules/memrchr (Files): Add lib/memrchr.h.
34597         (Include): "memrchr.h".
34598
34599 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34600
34601         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
34602
34603 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34604
34605         * lib/memrchr.h: New file.
34606         * lib/chdir-long.c: Include it.
34607         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
34608         Don't bother including stddef.h.
34609
34610 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
34611
34612         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
34613         inclusion.
34614         Include <sys/types.h>, for dev_t.
34615         (ME_DUMMY, ME_REMOTE): Move from here....
34616         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
34617         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
34618         Dmitry V. Levin.
34619         Include mountlist.h first, to test the interface.
34620
34621 2005-01-29  Bruno Haible  <bruno@clisp.org>
34622
34623         * lib/progname.c (program_name): Initialize.
34624         Needed when linking statically on MacOS X.
34625
34626 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34627
34628         Sync from coreutils.
34629         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
34630         (Depends-on): Add c-strtod.
34631         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
34632
34633 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34634
34635         Sync from coreutils.
34636         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
34637
34638         Remove files that are specific to coreutils.
34639         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
34640
34641 2005-01-28  Bruno Haible  <bruno@clisp.org>
34642
34643         * modules/javacomp: New file.
34644         * MODULES.html.sh (Java): Add javacomp.
34645
34646 2005-01-28  Bruno Haible  <bruno@clisp.org>
34647
34648         * m4/javacomp.m4: New file, from GNU gettext.
34649
34650 2005-01-28  Bruno Haible  <bruno@clisp.org>
34651
34652         * lib/javacomp.sh.in: New file, from GNU gettext.
34653         * lib/javacomp.h: New file, from GNU gettext.
34654         * lib/javacomp.c: New file, from GNU gettext.
34655
34656 2005-01-26  Simon Josefsson  <jas@extundo.com>
34657
34658         * lib/gai_strerror.c: Use GPL in header.
34659
34660 2005-01-26  Bruno Haible  <bruno@clisp.org>
34661
34662         * modules/javaexec: New file.
34663         * MODULES.html.sh (Java): Add javaexec.
34664
34665 2005-01-26  Bruno Haible  <bruno@clisp.org>
34666
34667         * m4/javaexec.m4: New file, from GNU gettext.
34668
34669 2005-01-26  Bruno Haible  <bruno@clisp.org>
34670
34671         * lib/javaexec.sh.in: New file, from GNU gettext.
34672         * lib/javaexec.h: New file, from GNU gettext.
34673         * lib/javaexec.c: New file, from GNU gettext.
34674
34675 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34676
34677         * modules/lchown (Depends-on): Remove lchown.h
34678
34679 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34680
34681         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
34682         must be defined if the header file was not found, in order
34683         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
34684
34685 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34686
34687         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
34688         initializers for struct pentry_state.
34689         (__argp_error): Check return value of __asprintf
34690         (__argp_failure): Translate error message
34691
34692         * lib/argp-parse.c: Removed braces around the expansion of N_()
34693
34694 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34695
34696         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
34697         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
34698         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
34699         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
34700         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
34701         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
34702         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
34703         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
34704         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
34705         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
34706         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
34707         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
34708         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
34709         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
34710         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
34711         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
34712         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
34713         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
34714         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
34715         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
34716         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
34717         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
34718         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
34719         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
34720         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
34721         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
34722         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
34723         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
34724         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
34725         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
34726         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
34727         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
34728         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
34729         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
34730         xstrtol.m4, xstrtoumax.m4, yesno.m4:
34731         Use an all-permissive copyright notice, recommended by RMS.
34732
34733 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
34734
34735         * modules/chdir-long (Depends-on): Remove mempcpy.
34736
34737 2005-01-21  Jim Meyering  <jim@meyering.net>
34738
34739         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
34740         same value as for Solaris 9.
34741
34742         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
34743         component length.  This included changing the parameter to be
34744         of type `char *' rather than `char const *'.
34745         * lib/chdir-long.h (chdir_long): Update prototype.
34746
34747         * lib/openat.c (fdopendir, fstatat): New functions.
34748         * lib/openat.h: Include headers required for use of DIR and struct
34749         stat.
34750         [AT_SYMLINK_NOFOLLOW]: Define.
34751         (fdopendir, fstatat): Add prototypes.
34752
34753 2005-01-21  Bruno Haible  <bruno@clisp.org>
34754
34755         * modules/classpath: New file.
34756         * MODULES.html.sh (Java): Add classpath.
34757
34758 2005-01-21  Bruno Haible  <bruno@clisp.org>
34759
34760         * lib/classpath.h: New file, from GNU gettext.
34761         * lib/classpath.c: New file, from GNU gettext.
34762
34763 2005-01-20  Simon Josefsson  <jas@extundo.com>
34764
34765         * modules/version-etc-fsf: New file.
34766
34767 2005-01-20  Simon Josefsson  <jas@extundo.com>
34768
34769         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
34770         * lib/version-etc.c: Remove version_etc_copyright.
34771         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
34772         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
34773
34774 2005-01-20  Simon Josefsson  <jas@extundo.com>
34775
34776         * lib/base64.h (isbase64): Add.
34777
34778         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
34779         using a unsigned prototype, don't inline.
34780         (base64_decode): Use it.
34781
34782 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34783
34784         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
34785         it.
34786
34787 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34788
34789         * lib/save-cwd.c (save_cwd): Remove code to support the case
34790         where fchdir is missing or flaky.
34791
34792 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34793
34794         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
34795
34796 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
34797
34798         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
34799         AC_LIBSOURCES now does this.
34800         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
34801         with new ullong_max module.
34802
34803 2005-01-19  Bruno Haible  <bruno@clisp.org>
34804
34805         * modules/sh-quote: New file.
34806         * MODULES.html.sh (Executing programs): Add sh-quote.
34807
34808 2005-01-19  Bruno Haible  <bruno@clisp.org>
34809
34810         * lib/sh-quote.h: New file, from GNU gettext.
34811         * lib/sh-quote.c: New file, from GNU gettext.
34812
34813 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34814
34815         Merge from coreutils.
34816         * m4/ullong_max.m4: New file.
34817         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
34818         (gl_MACROS): Assume localeconv exists.
34819
34820 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34821
34822         Merge changes from coreutils, as described below in several
34823         changelogs dated today.
34824
34825         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
34826         (O_DIRECTORY): Remove; not needed here, since "." must be
34827         a directory.  All uses removed.
34828         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
34829         universal on Suns, and we also need to test for IRIX.
34830         Revamp code to use 'if' rather than '#if'.
34831         Avoid unnecessary comparison of cwd->desc to 0.
34832
34833         * lib/utimens.c (futimens): Robustify the previous patch, by checking
34834         for known valid error numbers rather than observed invalid ones.
34835
34836 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34837
34838         * modules/ullong_max: New file.
34839
34840         * modules/chdir-long, modules/openat: New files.
34841         * modules/save-cwd (Depends-on): Depend on chdir-long.
34842         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
34843
34844 2005-01-18  Jim Meyering  <jim@meyering.net>
34845
34846         Merge from coreutils.
34847         * m4/chdir-long.m4, m4/openat.m4: New files.
34848         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
34849         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
34850         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
34851         is sane and DOES follow symlinks.  Besides, testing 20 different
34852         systems found no broken chown implementations.
34853         Prompted by a change in rsync's copy of this macro.
34854         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
34855
34856         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
34857
34858         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
34859         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
34860         NULL-means-set-to-current-time semantics.
34861         Remove temporary file immediately, rather than waiting
34862         for configure's at-exit trap code to do it.
34863
34864 2005-01-18  Jim Meyering  <jim@meyering.net>
34865
34866         * lib/version-etc.c (version_etc_copyright): Update copyright date.
34867
34868         * lib/utimens.c (futimens): Account for the fact that futimes
34869         can also fail with errno == ENOSYS or errno == ENOENT.
34870         Patch from Dmitry V. Levin.
34871
34872         Change the name of the robust chdir function from chdir to chdir_long.
34873         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
34874         (restore_cwd): Use chdir_long, not chdir.
34875         * lib/chdir-long.c: Renamed from chdir.c.
34876         * lib/chdir-long.h: Renamed from chdir.h.
34877         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
34878         Hurd.
34879
34880 2005-01-18  Bruno Haible  <bruno@clisp.org>
34881
34882         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
34883         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
34884         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
34885         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
34886         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
34887         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
34888         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
34889         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
34890         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
34891         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
34892         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
34893         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
34894         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
34895         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
34896         Use an all-permissive copyright notice, recommended by RMS.
34897
34898 2005-01-18  Bob Proulx  <bob@proulx.com>
34899
34900         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
34901         simplify offsetof() macro construct to avoid compile failure with
34902         native HP-UX 11.0 ANSI C compiler.
34903
34904 2005-01-17  Bruno Haible  <bruno@clisp.org>
34905
34906         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
34907         redundant because stpncpy.m4 takes care of it.
34908
34909 2005-01-17  Bruno Haible  <bruno@clisp.org>
34910
34911         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
34912
34913 2005-01-17  Bruno Haible  <bruno@clisp.org>
34914
34915         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
34916         used.
34917
34918 2005-01-17  Bruno Haible  <bruno@clisp.org>
34919
34920         * lib/fwriteerror.h (fwriteerror): Change specification to include
34921         fclose.
34922         * lib/fwriteerror.c: Include <stdbool.h>.
34923         (fwriteerror): At the end, close the file stream. Record whether
34924         stdout was already closed.
34925
34926 2005-01-17  Bruno Haible  <bruno@clisp.org>
34927
34928         * lib/execute.c (environ): Declare if needed.
34929         * lib/pipe.c (environ): Likewise.
34930         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
34931
34932 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34933
34934         * modules/argp: Depend on vsnprintf
34935
34936 2005-01-10  Jim Meyering  <jim@meyering.net>
34937
34938         * modules/closeout (Depends-on): Add atexit.
34939
34940 2005-01-06  Bruno Haible  <bruno@clisp.org>
34941
34942         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
34943
34944 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
34945
34946         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
34947         definitions to be after all include files, to avoid collisions.
34948         Problem reported by Bob Proulx.
34949
34950 2005-01-04  Jim Meyering  <jim@meyering.net>
34951
34952         Changes imported from coreutils.
34953         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
34954         as the mkstemp template, use a temporary directory and an
34955         8.3-friendly template to avoid trouble on systems like DJGPP.
34956         Reported by Juan M. Guerrero via Stepan Kasal.
34957         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
34958         close. Remove the temporary directory right away, rather than waiting
34959         for configure's at-exit trap code to do it.
34960         Suggestion from Stepan Kasal.
34961
34962 2005-01-01  Simon Josefsson  <jas@extundo.com>
34963
34964         * gnulib-tool: Print #include directives when --import'ing.
34965
34966 2004-12-28  Simon Josefsson  <jas@extundo.com>
34967
34968         * tests/test-base64.c: Include required header files.  Remove
34969         unused variables.
34970
34971 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
34972
34973         * modules/error (Depends-on): Remove gettext.
34974
34975 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
34976
34977         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
34978         not needed.  This removes a dependency on the gettext module.
34979         [defined _LIBC]: Do not include <libintl.h>; not needed.
34980
34981 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
34982
34983         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
34984         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
34985
34986 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
34987
34988         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
34989         HAVE_DECL_STRTOLD.
34990
34991 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34992
34993         * modules/getdate (Depends-on): Remove alloca-opt.
34994
34995 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34996
34997         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
34998
34999 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35000
35001         * lib/argp-parse.c: Include <stddef.h>.
35002         (alignof, alignto): New macros.
35003         (parser_init): Don't assume that void * is aligned sufficiently
35004         for struct option.
35005
35006         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
35007         need to extend the stack.
35008         (YYINITDEPTH): New macro, so that the initial stack isn't overly
35009         large.
35010
35011 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35012
35013         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
35014
35015 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
35016
35017         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
35018         (2004-10-24) change.  Apparently this was a false alarm.
35019
35020         * modules/getdate: Depend on alloca-opt, not alloca.
35021
35022 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
35023
35024         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
35025         Remove now-obsolete comment about AIX.
35026         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
35027         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
35028         (YYMAXDEPTH): New macro.
35029
35030 2004-12-18  Simon Josefsson  <jas@extundo.com>
35031
35032         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
35033
35034 2004-12-18  Bruno Haible  <bruno@clisp.org>
35035
35036         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
35037
35038 2004-12-18  Bruno Haible  <bruno@clisp.org>
35039
35040         * lib/fatal-signal.c (fatal_signals): Make non-const.
35041         (init_fatal_signals): New function.
35042         (uninstall_handlers, install_handlers): Ignore signals that were set to
35043         SIG_IGN.
35044         (at_fatal_signal): Call init_fatal_signals.
35045         (init_fatal_signal_set): Likewise. Ignore signals that were set to
35046         SIG_IGN.
35047         Reported by Paul Eggert.
35048
35049 2004-12-18  Bruno Haible  <bruno@clisp.org>
35050
35051         * doc/alloca.texi: New file.
35052         * doc/alloca-opt.texi: New file.
35053
35054 2004-12-17  Jim Meyering  <jim@meyering.net>
35055
35056         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
35057         Otherwise, install-sh could exit with improper exit status when
35058         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
35059
35060 2004-12-16  Simon Josefsson  <jas@extundo.com>
35061
35062         * tests/test-base64.c: Add license.
35063
35064 2004-12-15  Stepan Kasal  <address@hidden>
35065
35066         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
35067
35068 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
35069
35070         * modules/getcwd (Files): Add m4/d-ino.m4.
35071         Suggested by Mark D. Baushke.
35072
35073 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
35074
35075         * lib/getdate.y (textint): New member "negative".
35076         (time_zone_hhmm): New function.
35077         Expect 14 shift-reduce conflicts, not 13.
35078         (o_colon_minutes): New rule.
35079         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
35080         (yylex): Set the "negative" member of signed numbers.
35081
35082 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
35083
35084         * doc/getdate.texi (Time of day items, Time zone items):
35085         Describe new formats +00:00, UTC+00:00.
35086
35087 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
35088
35089         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
35090         spurious "-l"s.  Problem reported by Stepan Kasal.
35091
35092 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
35093
35094         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
35095         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
35096
35097 2004-12-04  Simon Josefsson  <jas@extundo.com>
35098
35099         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
35100         Vandoorselaere <yoann@prelude-ids.org>.
35101
35102 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35103
35104         Changes imported from coreutils.
35105         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
35106         exist.
35107         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
35108
35109 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35110
35111         Changes imported from coreutils.
35112         * lib/hard-locale.c: Assume <locale.h> exists.
35113         Include "strdup.h".
35114         (GLIBC_VERSION): New macro.
35115         (hard_locale): Assume setlocale exists.
35116         Rewrite to avoid #ifdef.
35117         Use strdup rather than malloc + strcpy.
35118         * lib/human.c: Assume <locale.h> exists.
35119         (human_readable): Assume localeconv exists.
35120
35121 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35122
35123         * modules/hard-locale (Depends-on): Add strdup.
35124
35125 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
35126
35127         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
35128         convert T2, not T.  (Imported from libc.)
35129
35130 2004-11-30  Simon Josefsson  <jas@extundo.com>
35131
35132         * modules/restrict (License): Change to LGPL.
35133
35134 2004-11-30  Simon Josefsson  <jas@extundo.com>
35135
35136         * m4/restrict.m4: Add copyright and copying conditions.
35137
35138 2004-11-30  Simon Josefsson  <jas@extundo.com>
35139
35140         * m4/base64.m4: New file.
35141
35142 2004-11-30  Simon Josefsson  <jas@extundo.com>
35143
35144         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
35145         base64.
35146
35147         * tests/test-base64.c: New file.
35148
35149         * modules/base64: New file.
35150
35151 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
35152
35153         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
35154         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
35155
35156         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
35157
35158 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
35159
35160         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
35161         (__getcwd.c): Don't restore errno; glibc doesn't.
35162         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
35163         first, falling back to our code only if its results look suspicious.
35164         Ensure that the resulting buffer is only as large as necessary.
35165
35166         * lib/readutmp.c: Include readutmp.h first.
35167         Include <errno.h>, since readutmp.h no longer does that.
35168         * lib/readutmp.h: Don't include <errno.h>,
35169         <sys/param.h>, <time.h>; not needed to establish interface.
35170         (errno): Remove decl.
35171         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
35172         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
35173         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
35174
35175 2004-11-28  Simon Josefsson  <jas@extundo.com>
35176
35177         * lib/base64.h, base64.c: New file.
35178
35179 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
35180
35181         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
35182
35183 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
35184
35185         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
35186         (Depends-on): Remove pathmax, same.  Add mempcpy.
35187         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
35188         (Makefile.am): Append getcwd.h to lib_SOURCES.
35189         (Include): Add getcwd.h.
35190         (Maintainer): Change from Jim Meyering to "all, glibc",
35191         since getdate now uses intended-for-glibc code.
35192         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
35193         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
35194
35195 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35196
35197         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
35198         HP's ANSI C compiler.
35199         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
35200         Declaring int functions causes warnings on some modern systems and
35201         shouldn't be needed to compile on ancient ones.
35202         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
35203         defined.
35204
35205         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
35206         with the following changes.
35207         (__set_errno): Parenthesize properly.
35208         Include <stdbool.h>.
35209         (MIN, MAX, MATCHING_INO): New macros.
35210         (__getcwd): Define with prototype, not K&R form.
35211         Use heuristics to allocate default buffer on stack if possible.
35212         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
35213         behavior, and to avoid the PATH_MAX limit when computing
35214         ../../../../...
35215         Use MATCHING_INO to compare inode number to file.
35216         Check for arithmetic overflow in size calculations.
35217         Fix bug in reallocation of dot array that caused getcwd to fail
35218         on directories nested deeper than 75.
35219         Be more careful about saving errno on error.
35220         Do not use realloc; use only free+malloc, as this is a bit
35221         more flexible and avoids a needless copy operation.
35222         Do not inspect st_dev and st_ino for symbolic links; POSIX
35223         doesn't specify the latter.
35224         Check for closedir errors.
35225         Avoid needless casts.
35226         Use "#ifdef weak_alias" around weak_alias, to be like other
35227         glibc code.
35228         The following changes to getcwd.c have effect only when used in
35229         gnulib; they have no effect inside glibc proper.
35230         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
35231         as alloca isn't used.
35232         (alloca, __alloca): Likewise.
35233         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
35234         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
35235         unconditionally, as gnulib assumes C89 or better.
35236         Do not include <sys/param.h>.
35237         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
35238         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
35239         better.
35240         (NULL) [!defined NULL]: Remove; we assume C89 or better.
35241         Include <dirent.h> in a way that is compatible with modern Autoconf.
35242         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
35243         New macros, if not already defined.
35244         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
35245         Use "_LIBC", not "defined _LIBC", for consistency.
35246         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
35247         a mempcpy module.
35248         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
35249         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
35250         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
35251         credit only to Jim Meyering and adjust the copyright dates.
35252         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
35253         <stdlib.h>, <unistd.h>, "pathmax.h".
35254         Instead, include "xgetcwd.h" (first) and "getcwd.h".
35255         (INITIAL_BUFFER_SIZE): Remove.
35256         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
35257
35258 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35259
35260         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
35261         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
35262         Use the _ONCE methods, for efficiency.
35263         Check for fcntl.h.  In test program, include <errno.h>
35264         and <fcntl.h> if available.  Remove old K&R cruft from
35265         test program.  Check for common errors in GNU/Linux,
35266         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
35267         don't do AC_LIBOBJ, as that's getcwd.m4's job.
35268         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
35269         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
35270         name accordingly.
35271         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
35272         accommodate new getcwd.c.
35273         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
35274         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
35275         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
35276         that's all we need now.
35277
35278 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35279
35280         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
35281         argp-parse.c depends on getopt internals, that means we should
35282         always use our getopt, to be on the safe side.
35283         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
35284         order not to spoil the result of an eventual previous invocation
35285         of gl_GETOPT_SUBSTITUTE.
35286
35287 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35288
35289         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
35290         redefinition warnings. To avoid them, include the defines
35291         in `#if !defined __need_getopt ... #endif'. The only place
35292         where __getopt_argv_const is used is in definitions
35293         of getopt_long and getopt_long_only below, which are as well
35294         protected by `#ifndef __need_getopt'.
35295         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
35296         __need_getopt after including <stdio.h> and <unistd.h> These
35297         headers might have defined it.
35298
35299 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
35300
35301         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
35302
35303 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
35304
35305         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
35306         (futimens): New function, which uses futimes if available.
35307         (futimens, utimens): Support timespec==NULL, with same semantics
35308         as utime and utimens.
35309         * lib/utimens.h (futimens): New decl.
35310
35311 2004-11-23  Jim Meyering  <jim@meyering.net>
35312
35313         * lib/getopt_.h: Remove trailing blanks.
35314
35315 2004-11-23  Jim Meyering  <jim@meyering.net>
35316
35317         * lib/__fpending.c: Add comment.
35318
35319 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
35320
35321         * modules/canonicalize (Depends-on): Add xreadlink.
35322         Problem reported by James Youngman.
35323
35324 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
35325
35326         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
35327         New macros.
35328         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
35329         optopt): Use them instead of invoking ## directly; otherwise, the
35330         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
35331
35332 2004-11-19  Bruno Haible  <bruno@clisp.org>
35333
35334         * lib/strtok_r.c: Move comments from here...
35335         * lib/strtok_r.h: ... to here.
35336
35337 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35338
35339         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
35340         implementations that mishandle size_t overflow.
35341
35342 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35343
35344         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
35345         might fail.  Problem reported by Yoann Vandoorselaere.
35346         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
35347         implementations that mishandle size_t overflow.
35348
35349 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35350
35351         * modules/canon-host (Depends-on): Add strdup.
35352
35353 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35354
35355         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
35356
35357 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35358
35359         * lib/canon-host.c: Include "strdup.h".
35360         (canon_host): Use getaddrinfo if available, so that IPv6 works.
35361         Use strdup instead of malloc/strcpy to duplicate strings.
35362
35363         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
35364         (human_space_before_unit): New constant.
35365         * lib/human.c (human_readable): Support it.
35366
35367         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
35368         (xgetcwd): Set errno correctly when failing.
35369         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
35370         the failure is actually due to a PATH_MAX problem.
35371
35372         Further getopt changes to make it more likely that glibc will
35373         buy the changes back.
35374         * lib/getopt.c (POSIXLY_CORRECT): New constant.
35375         (getopt): Use it, so to preserve glibc semantic
35376         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
35377         when compiling for libc.
35378         * lib/getopt_.h (__getopt_argv_const): Bring it back.
35379         (getopt_long, getopt_long_only): Use it.
35380
35381         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
35382         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
35383         (getopt): Argv is now char * const *, as per standard.
35384         (_getopt_internal_r, _getopt_internal): Argv is now char **,
35385         not char *__getopt_argv_const *.
35386         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
35387         _getopt_long_only_r): Likewise.
35388         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
35389         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
35390         _getopt_long_r, _getopt_long_only_r): Likewise.
35391         * lib/getopt_.h (__getopt_argv_const): Remove.
35392         (getopt): Argv is now char * const *, as per standard.
35393
35394         * lib/getdate.y (tORDINAL): New token.
35395         (day, relunit): Allow it for relative times.
35396         (relative_time_table): Use tORDINAL for ordinals.
35397
35398 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35399
35400         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
35401         Document that "second" isn't allowed as an ordinal number.
35402
35403 2004-11-16  Jim Meyering  <jim@meyering.net>
35404
35405         * modules/closeout (Depends-on): Add fpending.
35406
35407 2004-11-15  Jim Meyering  <jim@meyering.net>
35408
35409         * lib/closeout.c: Include "__fpending.h" once again.
35410         Include <stdbool.h>.
35411         (close_stdout): Don't fail just because stdout was closed initially,
35412         since some programs don't write to stdout in the normal course of
35413         operation (other than --version and --help), and we don't want this
35414         function to make e.g. `touch file >&-' fail.
35415         But do fail if it was closed and someone has tried to write to it.
35416         E.g., `printf foo >&-' must fail.
35417
35418 2004-11-13  Jim Meyering  <jim@meyering.net>
35419
35420         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
35421
35422 2004-11-12  Simon Josefsson  <jas@extundo.com>
35423
35424         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
35425         small doc fix is still pending.
35426
35427 2004-11-11  Simon Josefsson  <jas@extundo.com>
35428
35429         * modules/strtok_r: New file.
35430
35431         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35432         strtok_r.
35433
35434 2004-11-11  Simon Josefsson  <jas@extundo.com>
35435
35436         * m4/strtok_r.m4: New file.
35437
35438         * m4/getopt.m4: Replace opterr.
35439
35440 2004-11-11  Simon Josefsson  <jas@extundo.com>
35441
35442         * lib/strtok_r.h, strtok_r.c: New file.
35443
35444 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
35445
35446         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
35447         of replacing opterr, getopt, etc.  This should handle the
35448         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
35449
35450 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
35451
35452         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
35453         we can stop lying to compilers about the constness of argv when we
35454         are compiled outside glibc.
35455         (getopt, getopt_long, getopt_long_only): Use it.
35456         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
35457         _getopt_internal, getopt): Likewise.
35458         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
35459         _getopt_long_only_r): Likewise.
35460         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
35461         _getopt_long_r, _getopt_long_only_r): Likewise.
35462
35463         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
35464         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
35465         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
35466         the other external symbols.
35467         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
35468         declaration, since the above renaming now works around collisions.
35469
35470 2004-11-11  Jim Meyering  <jim@meyering.net>
35471
35472         * lib/linebreak.c: Remove trailing blanks.
35473         * lib/alloca_.h: Likewise.
35474         * lib/acosl.c: Likewise.
35475         * lib/euidaccess.c: Likewise.
35476         * lib/allocsa.h: Likewise.
35477
35478 2004-11-10  Simon Josefsson  <jas@extundo.com>
35479
35480         * m4/getaddrinfo.m4: New file.
35481
35482 2004-11-10  Simon Josefsson  <jas@extundo.com>
35483
35484         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
35485
35486 2004-11-10  Simon Josefsson  <jas@extundo.com>
35487
35488         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35489         getaddrinfo.
35490
35491         * modules/getaddrinfo: New file.
35492
35493 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35494
35495         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
35496
35497 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35498
35499         * lib/mktime.c (SHR): New macro, which is a portable
35500         substitute for >> that should work even on Crays.
35501         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
35502         Problem reported by Mark D. Baushke in
35503         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
35504         * lib/getdate.y (SHR): Likewise.
35505         (tm_diff): Use it.
35506         * lib/strftime.c (SHR): Likewise.
35507         (tm_diff): Use it.
35508         * lib/quotearg.c (struct quoting_options): Use unsigned int for
35509         quote_these_too, so that right shifts are well defined.  All uses
35510         changed.
35511
35512 2004-11-10  Jim Meyering  <jim@meyering.net>
35513
35514         Ensure that no close failure goes unreported.
35515         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
35516         return early when it seems there's nothing to flush.
35517         Don't include __fpending.h.
35518
35519 2004-11-10  Jim Meyering  <jim@meyering.net>
35520
35521         * modules/closeout (Depends-on): Remove fpending.
35522
35523 2004-11-10  Jim Meyering  <jim@meyering.net>
35524
35525         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
35526
35527 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35528
35529         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
35530         gl_FUNC_STRFTIME.
35531         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
35532         and AC_REQUIRE when possible, to avoid duplicate checks.
35533         Check for <wchar.h>.
35534
35535 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35536
35537         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
35538
35539 2004-11-09  Bruno Haible  <bruno@clisp.org>
35540
35541         * m4/sockpfaf.m4: New file.
35542
35543 2004-11-05  Bruno Haible  <bruno@clisp.org>
35544
35545         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
35546         Reported by Mark D. Baushke <mdb@cvshome.org>.
35547
35548 2004-11-04  Bruno Haible  <bruno@clisp.org>
35549
35550         2004-09-11  Bruno Haible  <bruno@clisp.org>
35551                 * allocsa.valgrind: New file.
35552         2004-02-06  Bruno Haible  <bruno@clisp.org>
35553                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
35554                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
35555                 Reported by Christopher Seip <chris.seip@hp.com>.
35556
35557 2004-11-04  Bruno Haible  <bruno@clisp.org>
35558
35559         * modules/allocsa (Files): Add lib/allocsa.valgrind.
35560         (Makefile.am): Distribute it.
35561
35562 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
35563
35564         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
35565         with errno == ERANGE if the buffer is too small.
35566         Problem reported by Mark D. Baushke.
35567
35568 2004-11-03  Albert Chin  <china@thewrittenword.com>
35569             Paul Eggert  <eggert@cs.ucla.edu>
35570
35571         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
35572         equivalent, substitute $ac_type for equivalent type rather than
35573         blindly using uint32_t *always* which won't work if uint32_t is not
35574         available.  Define _UINT32_T to work around typedef of uint32_t if
35575         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
35576         2.5.1.
35577
35578 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35579
35580         * m4/jm-macros.m4: Sync from coreutils.
35581         (gl_MACROS): Check for mbrlen, for pathchk.
35582         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
35583
35584 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35585
35586         * lib/xreadlink.c (MAXSIZE): New macro.
35587         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
35588         size does not exceed MAXSIZE.  Avoid cast.
35589         As suggested by Mark D. Baushke in
35590         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
35591         if readlink fails with buffer size just under MAXSIZE, try again
35592         with MAXSIZE.
35593
35594 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35595
35596         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
35597
35598 2004-11-02  Derek R. Price  <derek@ximbiot.com>
35599         and  Paul Eggert  <eggert@cs.ucla.edu>
35600
35601         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
35602         (get_date): Overparenthesize to avoid GCC warning.
35603
35604 2004-11-02  Bruno Haible  <bruno@clisp.org>
35605
35606         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
35607         returns void.
35608
35609 2004-11-02  Bruno Haible  <bruno@clisp.org>
35610
35611         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
35612         function returns void.
35613
35614 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
35615
35616         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
35617         fflush_unlocked, flockfile, funlockfile, funlockfile,
35618         fputs_unlocked, putc_unlocked.
35619
35620 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
35621
35622         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
35623         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
35624         already declared.
35625
35626 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35627
35628         * modules/getdate (Files): Add doc/getdate.texi.
35629         (Depends-on): Add setenv, xalloc.
35630
35631 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35632
35633         * lib/getdate.y: Add support for TZ="foo" within a date string.
35634         Fix some bugs near time_t boundaries.  Reject dates with
35635         out-of-range components, e.g., "Sept 31".
35636         Include <stdlib.h>, "setenv.h", "xalloc.h".
35637         (ISDIGIT_LOCALE): Remove; unused.
35638         Note that the TZ and time functions used here are not reentrant.
35639         (mktime_ok, get_tz): New functions.
35640         (TZBUFSIZE): New constant.
35641         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
35642         This requires that we sometimes generate our own TZ="XXX..." setting.
35643
35644 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35645
35646         * doc/getdate.texi: New file, from coreutils with modifications for
35647         the new TZ parsing.
35648
35649 2004-10-27  Derek R. Price  <derek@ximbiot.com>
35650
35651         * lib/mktime.c (not_equal_tm): Remove redundant check.
35652
35653 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35654
35655         * modules/regex (lib_SOURCES): Add regex.c.
35656         Reported by James Youngman in
35657         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
35658
35659 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35660
35661         * lib/getdate.y: Use Bison 1.875 features, and some minor
35662         code cleanups.  This change does not affect semantics.
35663         Don't include <stdlib.h>; no longer needed.
35664         Don't include unlocked-io.h; only the "#if TEST" code uses
35665         stdio, and performance isn't crucial there.
35666         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
35667         Bison 1.875 features as described below.
35668         All uses of "PC." replaced by "pc->".
35669         (YYSTYPE): Add a forward declaration.
35670         (yylex, yyerror): Use full prototypes in forward decls.
35671         Use "%pure-parser" rather than obsolescent "%pure_parser".
35672         Use %parse-param and %lex-param instead of obsolescent
35673         YYPARSE_PARAM and YYLEX_PARAM.
35674         (meridian_table, month_and_day_table, time_units_table,
35675         relative_time_table, time_zone_table, military_table,
35676         lookup_zone, lookup_word, get_date):
35677         Use NULL instead of 0 where appropriate.
35678         (to_hour): Avoid abort (), to avoid a dependency on
35679         stdlib.h.
35680         (yyerror, yylex): Now accepts parser_control * arg.
35681         (main) [TEST]: Use '\0' rather than 0 for char.
35682
35683 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
35684
35685         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
35686
35687 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
35688
35689         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
35690         It's now the caller's responsibility to handle the case where
35691         !HAVE_GETPAGESIZE && !defined getpagesize.
35692
35693         * lib/mktime.c (leapyear): Arg is long int, not int.
35694
35695 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
35696
35697         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
35698
35699 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
35700
35701         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
35702         missing.  Problem reported by James Youngman.
35703
35704 2004-10-16  Simon Josefsson  <jas@extundo.com>
35705
35706         * gnulib-tool: Fix comments.  Fix parse problem.
35707         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
35708
35709 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
35710
35711         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
35712         implementation of getopt_long.  Problem reported by Alexander Taler in:
35713         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
35714
35715 2004-10-15  Bruno Haible  <bruno@clisp.org>
35716
35717         * gnulib-tool: Untabify. Initialize supplied_libname.
35718         (func_usage): More homogenous output.
35719         (func_modules_transitive_closure, func_modules_to_filelist,
35720         func_emit_lib_Makefile_am): New functions.
35721         (func_import): New function, extracted from big case statement. Use
35722         func_get_license, func_modules_transitive_closure,
35723         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
35724         opt_lgpl. Don't use test -a, as it's not portable.
35725         (func_create_testdir): Use func_modules_transitive_closure,
35726         func_modules_to_filelist, func_emit_lib_Makefile_am.
35727
35728 2004-10-15  Bruno Haible  <bruno@clisp.org>
35729
35730         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
35731
35732 2004-10-15  Bruno Haible  <bruno@clisp.org>
35733
35734         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
35735         the portions belonging to each module.
35736         Suggested by Derek Robert Price <derek@ximbiot.com>.
35737
35738 2004-10-12  Simon Josefsson  <jas@extundo.com>
35739
35740         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
35741         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
35742         to real functions.
35743
35744 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35745
35746         * modules/vsnprintf: New file.
35747
35748 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35749
35750         * m4/vsnprintf.m4: New file.
35751
35752 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35753
35754         * lib/vsnprintf.h: New file.
35755         * lib/vsnprintf.c: New file.
35756
35757 2004-10-11  Bruno Haible  <bruno@clisp.org>
35758
35759         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
35760         vsnprintf.
35761
35762 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
35763
35764         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
35765
35766 2004-10-07  Bruno Haible  <bruno@clisp.org>
35767
35768         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
35769         fits into the provided buffer.
35770
35771 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
35772
35773         * lib/diacrit.c, diacrit.h: Add GPL notice.
35774
35775         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
35776         notice.
35777         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
35778         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
35779         This avoids a potential constant-folding bug.
35780
35781 2004-10-05  Bruno Haible  <bruno@clisp.org>
35782
35783         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
35784         for the declaration of strsep.
35785
35786 2004-10-05  Bruno Haible  <bruno@clisp.org>
35787
35788         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
35789
35790 2004-10-04  Simon Josefsson  <jas@extundo.com>
35791
35792         * modules/memmem: New file.
35793         * tests/test-memmem.c: New file.
35794         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
35795
35796 2004-10-04  Simon Josefsson  <jas@extundo.com>
35797
35798         * m4/memmem.m4: New file.
35799
35800 2004-10-04  Simon Josefsson  <jas@extundo.com>
35801
35802         * lib/memmem.h: New file.
35803         * lib/memmem.c: New file, taken from glibc.
35804
35805 2004-10-04  Simon Josefsson  <jas@extundo.com>
35806
35807         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
35808         '#ifdef USE_UNLOCKED_IO'.
35809
35810 2004-10-04  Simon Josefsson  <jas@extundo.com>
35811
35812         * config/srclist.txt: Add memmem from glibc.
35813
35814 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35815
35816         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
35817
35818         * modules/argmatch, modules/argp, modules/closeout, modules/error,
35819         modules/exclude, modules/getdate, modules/getline,
35820         modules/getndelim2, modules/getpass, modules/getpass-gnu,
35821         modules/getusershell, modules/linebuffer, modules/md5,
35822         modules/mountlist, modules/posixtm, modules/readtokens,
35823         modules/readutmp, modules/regex, modules/sha1,
35824         modules/version-etc, modules/yesno:
35825         Remove dependency on unlocked-io.
35826
35827 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35828
35829         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
35830
35831         * m4/unlocked-io.m4: Add copyright notice.
35832         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
35833
35834 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35835
35836         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
35837         * lib/xmalloc.c (xmemdup): Likewise.
35838         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
35839         XFREE): Remove these long-obsolescent macros.
35840         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
35841         * lib/xstrdup.c: Remove.
35842
35843         * lib/regex.c (re_comp): Cast gettext return value to char *,
35844         Problem reported by Martin Neitzel via Mark D. Baushke.
35845
35846 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35847
35848         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
35849         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
35850         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
35851         regex.c, sha1.c, version-etc.c, yesno.c:
35852         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
35853         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
35854         the includer's responsibility.
35855
35856         Sync from coreutils.
35857
35858         * lib/modechange.c (mode_compile): Don't decrement a pointer that
35859         points to the start of a string, as the C Standard says the
35860         resulting behavior is undefined.
35861
35862         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
35863         simple -> simple_backups, numbered_existing ->
35864         numbered_existing_backups, numbered -> numbered_backups
35865         to avoid shadowing problems.  All uses changed.
35866         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
35867         * lib/backupfile.c (check_extension, numbered_backup):
35868         Rename locals to avoid shadowing 'basename'.
35869         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
35870         once.
35871
35872         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
35873         * lib/.cvsignore: Add getopt.h.
35874
35875 2004-10-04  Bruno Haible  <bruno@clisp.org>
35876
35877         * modules/README: New file.
35878         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
35879         not a module.
35880
35881 2004-10-02  Jim Meyering  <jim@meyering.net>
35882
35883         * lib/dirfd.h, getpagesize.h: Add copyright notice.
35884
35885 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35886
35887         * modules/strsep: New file.
35888
35889 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35890
35891         * m4/strsep.m4: New file.
35892
35893 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35894
35895         * lib/strsep.h: New file.
35896         * lib/strsep.c: New file.
35897
35898 2004-10-01  Simon Josefsson  <jas@extundo.com>
35899
35900         * lib/snprintf.c (snprintf): Handle size==0.
35901
35902 2004-10-01  Simon Josefsson  <jas@extundo.com>
35903             Bruno Haible  <bruno@clisp.org>
35904
35905         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
35906         (snprintf): Declare 'args'.
35907
35908 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
35909
35910         * lib/snprintf.c: Remove comments as to why each header is needed.
35911
35912 2004-10-01  Bruno Haible  <bruno@clisp.org>
35913
35914         * MODULES.html.sh: Add strsep.
35915
35916 2004-09-30  Simon Josefsson  <jas@extundo.com>
35917
35918         * modules/snprintf: New file.
35919
35920 2004-09-30  Simon Josefsson  <jas@extundo.com>
35921
35922         * m4/snprintf.m4: New file.
35923
35924 2004-09-30  Simon Josefsson  <jas@extundo.com>
35925
35926         * lib/snprintf.h, lib/snprintf.c: New files.
35927
35928 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35929
35930         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
35931         (hol_entry_help): Never translate an empty string.
35932         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
35933         * lib/argp.h (OPTION_NO_TRANS): New option.
35934
35935 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35936
35937         * modules/argp (Maintainer): Replace Simon Josefsson
35938         by Sergey Poznyakoff.
35939
35940 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35941
35942         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
35943         changes merged back into glibc.
35944
35945 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35946
35947         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
35948
35949 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
35950
35951         * lib/xvasprintf.c: Include xalloc.h.
35952         (xvasprintf): Use xalloc_die, not xmalloc_die.
35953
35954 2004-09-29  Bruno Haible  <bruno@clisp.org>
35955
35956         * modules/alloca-opt: New file, derived from modules/alloca.
35957         * modules/allocsa: Depend on alloca-opt instead of alloca.
35958         * modules/setenv: Likewise.
35959         * modules/vasnprintf: Likewise.
35960         * MODULES.html.sh: Add alloca-opt.
35961
35962 2004-09-28  Simon Josefsson  <jas@extundo.com>
35963
35964         * gnulib-tool: New parameter --lgpl, to asseert that modules are
35965         LGPL, and to replace license template from GPL to LGPL.
35966
35967 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
35968
35969         * modules/dummy: Change license to LGPL.
35970
35971 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
35972
35973         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
35974
35975 2004-09-24  Simon Josefsson  <jas@extundo.com>
35976
35977         * modules/minmax (License): Change from GPL to LGPL.
35978
35979 2004-09-23  Simon Josefsson  <jas@extundo.com>
35980
35981         * gnulib-tool (--import): Typo.
35982
35983 2004-09-23  Simon Josefsson  <jas@extundo.com>
35984
35985         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
35986
35987 2004-09-22  Bruno Haible  <bruno@clisp.org>
35988
35989         * modules/*: Add 'License' field.
35990         * gnulib-tool: Accept --extract-license option.
35991         (func_get_license): New function.
35992
35993 2004-09-21  Bruno Haible  <bruno@clisp.org>
35994
35995         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
35996         Reported by Simon Josefsson.
35997
35998 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
35999
36000         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
36001         gl_AC_TYPE_LONG_LONG.
36002
36003 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
36004
36005         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
36006
36007 2004-09-18  Simon Josefsson  <jas@extundo.com>
36008         and  Paul Eggert  <eggert@cs.ucla.edu>
36009
36010         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
36011         calls with autoreconf.  Define GL_LIB.
36012
36013 2004-09-14  Karl Berry  <karl@gnu.org>
36014
36015         * config/srclist.txt: unsync setenv.c, sigh.
36016
36017 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
36018
36019         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
36020         Problem reported by Bruno Haible in:
36021         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
36022
36023 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
36024
36025         * config/srclist.txt: Comment out argp-pvh.c.
36026
36027 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
36028
36029         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
36030         in case some system header has #define'd it.  Problem reported by
36031         Soeren D. Schulze in
36032         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
36033
36034 2004-09-09  Karl Berry  <karl@gnu.org>
36035
36036         * regex.[ch]: delete from the root.  These were supposed to be
36037                 synced with emacs cvs, but this has not happened for about
36038                 a year, and anyway nothing else uses emacs regex.[ch].
36039                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
36040                 lib/regex[.ch] is untouched.
36041
36042 2004-09-09  Bruno Haible  <bruno@clisp.org>
36043
36044         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
36045
36046 2004-09-09  Bruno Haible  <bruno@clisp.org>
36047
36048         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
36049         modifications.
36050         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
36051
36052 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
36053
36054         * modules/xvasprintf: New file.
36055         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
36056
36057 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
36058
36059         * lib/xvasprintf.h: New file.
36060         * lib/xvasprintf.c: New file.
36061         * lib/xasprintf.c: New file.
36062
36063 2004-09-08  Bruno Haible  <bruno@clisp.org>
36064
36065         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
36066
36067 2004-09-08  Bruno Haible  <bruno@clisp.org>
36068
36069         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
36070         length is > INT_MAX.
36071         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
36072         more.
36073
36074 2004-09-08  Bruno Haible  <bruno@clisp.org>
36075
36076         * lib/stdint_.h: New file, taken from GNU clisp.
36077
36078 2004-09-08  Bruno Haible  <bruno@clisp.org>
36079             Oskar Liljeblad  <oskar@osk.mine.nu>
36080
36081         * modules/stdint: New file.
36082         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
36083
36084 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36085
36086         Import from coreutils.
36087         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
36088         strings on unbounded length.  alloca's performance benefits aren't
36089         that important here.
36090         (V_STRDUP): Remove.
36091         (parse_with_separator): New function, with most of the internals
36092         of the old parse_user_spec.  Allow user to omit both user and group,
36093         for compatibility with FreeBSD.
36094         Clone only the user name, not the entire spec.
36095         Do not set *uid, *gid unless entirely successful.
36096         Avoid memory leak in some failing cases.
36097         Fix regression for USER.GROUP reported by Dmitry V. Levin in
36098         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
36099         (parse_user_spec): Rewrite to use parse_with_separator.
36100
36101 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36102
36103         * modules/userspec: Don't depend on alloca.
36104
36105 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36106
36107         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
36108
36109 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
36110
36111         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
36112         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
36113         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
36114
36115 2004-08-16  Simon Josefsson  <jas@extundo.com>
36116
36117         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
36118         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
36119         Add --dry-run for --import.
36120         Let user provided command line parameters override configure.ac
36121         settings.
36122
36123 2004-08-12  Simon Josefsson  <jas@extundo.com>
36124
36125         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
36126         as discussed with Paul Eggert in threads rooted at
36127         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
36128         and
36129         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
36130         Before, the test was empty, and relied on ELIDE_CODE in source
36131         code.)
36132         (gl_PREREQ_GETOPT): New macro.
36133         (gl_GETOPT): Use them.
36134
36135 2004-08-12  Simon Josefsson  <jas@extundo.com>
36136
36137         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
36138         * lib/getopt_.h: Renamed from getopt.h.
36139
36140 2004-08-12  Simon Josefsson  <jas@extundo.com>
36141
36142         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
36143         Change default library name from libfoo to libgnu.
36144         Now, if you have a configure.ac that says:
36145                 gl_SOURCE_BASE(gl)
36146                 gl_M4_BASE(gl/m4)
36147                 gl_MODULES(error getopt etcetera)
36148                 gl_INIT
36149         you can import all you need by running:
36150                 ../gnulib/gnulib-tool --import
36151
36152         * modules/getopt (Files): Rename getopt.h to getopt_.h.
36153         (Makefile.am): Rewrite, use logic from argz.
36154         (Include): Use <getopt.h> instead of "getopt.h".
36155
36156 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36157
36158         * modules/argp (Files): Add m4/unlocked-io.m4.
36159         (Depends-on): Add extensions.
36160
36161 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36162
36163         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
36164         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
36165         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
36166         Check for program_invocation_name, program_invocation_short_name,
36167         flockfile, funlockfile, features.h, _getopt_long_only_r.
36168
36169 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36170
36171         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
36172         its complicated substitute.
36173         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
36174         and program_invocation_name.
36175         (__argp_basename) [!_LIBC]: Remove; the only use was
36176         replaced by its body.
36177         (__argp_short_program_name): Change condition from
36178         !defined __argp_short_program_name to
36179         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
36180         to match argp-namefrob.h.
36181         (__argp_failure): Don't assume strerror_r returns char *.
36182         * lib/argp-parse.c (N_): Define unconditionally.
36183         (argp_default_options): Fill out initializers with 0 to avoid
36184         gcc warnings.
36185
36186 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36187
36188         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
36189         getopt1.c.
36190
36191 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36192
36193         Merge from coreutils.
36194
36195         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
36196
36197         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
36198         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
36199
36200 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36201
36202         Merge from coreutils.
36203
36204         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
36205         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
36206         for Reliant Unix 5.43.
36207
36208         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
36209         (union fooround): Use uintmax_t, not long int.
36210         The rest is a merge from libc:
36211         [defined _LIBC]: Include <shlib-compat.h>.
36212         (_obstack) [defined _LIBC]: Remove after 2.3.4.
36213
36214         * lib/settime.c (settime): Recode to avoid warning with
36215         Sun Forte C 6U2.
36216
36217         * lib/strverscmp.c: Convert to UTF-8.
36218
36219 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36220
36221         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
36222         m4/uintmax_t.m4.
36223
36224 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36225
36226         * modules/xalloc-die: New file.
36227         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
36228
36229         * modules/md5 (Files): Add m4/uint32_t.m4.
36230         * modules/sha1: Renamed from modules/sha.
36231         (Files):
36232         Rename lib/sha.h to lib/sha1.h.
36233         Rename lib/sha.c to lib/sha1.c.
36234         Rename m4/sha.m4 to m4/sha1.m4.
36235         (lib_SOURCES): Likewise.
36236         (configure.ac): Rename gl_SHA to gl_SHA1.
36237         (Include): sha.h -> sha1.h.
36238
36239 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36240
36241         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
36242         * m4/sha1.m4: Renamed from sha.m4.
36243         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
36244
36245 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36246
36247         * lib/obstack.h (obstack_empty_p):
36248         Don't assume that chunk->contents is suitably aligned.
36249         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
36250         Likewise. Problem reported by Benno in
36251         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
36252
36253         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
36254         readable.  This could be improved further but it'd take some work.
36255
36256 2004-08-08  Simon Josefsson  <jas@extundo.com>
36257
36258         * modules/xgethostname (Depends-on): Remove exit and error (not
36259         used).
36260
36261         * modules/getpass-gnu: Add getpass.h.
36262         (Depends-on): Add stdbool.
36263         * modules/getpass: Add getpass.h.
36264
36265 2004-08-08  Simon Josefsson  <jas@extundo.com>
36266
36267         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
36268         Check getpass declaration.
36269
36270 2004-08-08  Simon Josefsson  <jas@extundo.com>
36271
36272         * lib/xgethostname.c: Don't include error.h (not used).
36273
36274         * lib/getpass.h: Add.
36275         * lib/getpass.c: Include getpass.h first.
36276
36277 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
36278
36279         * lib/xalloc-die.c: New file.
36280         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
36281         All uses removed.
36282         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
36283         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
36284         xalloc-die.c.
36285         (_, N_, xalloc_die): Move to xalloc-die.c.
36286         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
36287         so that we needn't mess with xalloc_msg_memory_exhausted.
36288
36289         * lib/sha1.h: Renamed from sha.h.
36290         (SHA1_H): Renamed from _SHA_H.
36291         (sha1_ctx): Renamed from sha_ctx.
36292         (sha1_init_ctx): Renamed from sha_init_ctx.
36293         (sha1_process_block): Renamed from sha_process_block.
36294         (sha1_process_bytes): Renamed from sha_process_bytes.
36295         (sha1_finish_ctx): Renamed from sha_finish_ctx.
36296         (sha1_read_ctx): Renamed from sha_read_ctx.
36297         (sha1_stream): Renamed from sha_stream.
36298         (sha1_buffer): Renamed from sha_buffer.
36299         * lib/sha1.c: Likewise; renamed from sha.c.
36300         Do not include <sys/types.h>.
36301         Include <stddef.h> rather than <stdlib.h>.
36302
36303 2004-08-08  Bruno Haible  <bruno@clisp.org>
36304
36305         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
36306         FILESYSTEM_PREFIX_LEN.
36307         * lib/progreloc.c: Likewise.
36308         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
36309
36310 2004-08-06  Simon Josefsson  <jas@extundo.com>
36311
36312         * modules/progname (Depends-on): Don't depend on stdbool.
36313
36314 2004-08-06  Simon Josefsson  <jas@extundo.com>
36315
36316         * modules/getsubopt: New file.
36317         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36318         getsubopt.
36319
36320 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36321
36322         More merge from coreutils.
36323
36324         * m4/utimens.m4, m4/utimecmp.m4: New files.
36325         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
36326         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
36327         prereq.m4, sha.m4: Import changes from coreutils.
36328
36329 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36330
36331         More merge from coreutils.
36332         * modules/raise, modules/readtokens0, modules/utimens:
36333         * modules/utimecmp, module/xnanosleep: New files.
36334         * modules/strftime: Add lib/strftime.h.
36335         Change include from <time.h> to "strftime.h".
36336         * modules/yesno: Add lib/yesno.h.
36337         * modules/backupfile: Remove lib/addext.c.
36338         * modules/euidaccess: Add stat-macros.h.
36339         * modules/canonicalize, modules/euidaccess,
36340         modules/filemode, modules/lchown, modules/makepath,
36341         modules/rmdir, modules/stat: Likewise.
36342
36343 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36344
36345         Merge from tar.
36346         * lib/argp-help.c (make_hol, hol_append): Don't assume that
36347         SIZE_MAX is a valid preprocessor constant.
36348         (__argp_basename): Change from "#ifndef _LIBC"
36349         to "#ifndef __argp_short_program_name", so that
36350         we don't compile these functions for tar.
36351
36352         More merges from coreutils.
36353         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
36354         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
36355         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
36356         * lib/addext.c: Remove; no longer needed.
36357         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
36358         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
36359         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
36360         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
36361         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
36362         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
36363         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
36364         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
36365         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
36366         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
36367         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
36368         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
36369         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
36370         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
36371         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
36372         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
36373         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
36374         Import changes from coreutils.
36375
36376 2004-08-05  Simon Josefsson  <jas@extundo.com>
36377
36378         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
36379
36380 2004-08-05  Simon Josefsson  <jas@extundo.com>
36381
36382         * m4/getsubopt.m4: New file.
36383
36384 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36385
36386         Merge from coreutils.
36387
36388         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
36389         * m4/getcwd-path-max.m4: New files.
36390
36391         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
36392         FILESYSTEM_PREFIX_LEN ->
36393         FILE_SYSTEM_PREFIX_LEN.
36394         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
36395         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
36396         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
36397         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
36398
36399         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
36400         prerequisite modules now handle the DOS stuff.
36401         Don't check for unistd.h.
36402
36403 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36404
36405         Merge from coreutils.
36406
36407         * lib/.gdb-history: Remove; this doesn't belong here.
36408
36409         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
36410         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
36411         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
36412         * lib/getcwd.c: New files.
36413
36414         * lib/dirname.h: Include <stdbool.h>.
36415         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
36416         for consistency with POSIX terminology.  All uses changed.
36417         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
36418         (strip_trailing_slashes): Use bool for booleans.
36419         * lib/stripslash.c (strip_trailing_slashes): Likewise.
36420
36421         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
36422         sometimes returns a positive errno value even when it succeeds.
36423         (print_errno_message) [!LIBC]: Fall back on strerror if
36424         __strerror_r fails.
36425
36426         * lib/path-concat.c (mempcpy): Don't define if a system header defines
36427         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
36428         (longest_relative_suffix): New function.
36429         (path_concat): Use it.  Assume first argument is not NULL.
36430         Port to DOS.  Omit redundant separators.
36431         Report an error instead of returning NULL.
36432         Use mempcpy instead of memcpy.
36433         (xpath_concat): Remove: not declared or used.
36434
36435         * lib/same.h: Include <stdbool.h>
36436         (same_name): Return bool, not int.
36437         * lib/same.c (same_name): Likewise.
36438         (errno): Don't declare; we assume C89 or better now.
36439
36440         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
36441         if not already defined.
36442
36443         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
36444         * lib/dup-safer.c (errno): Likewise.
36445
36446 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36447
36448         Merge from coreutils.
36449         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
36450         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
36451         * modules/path-concat: Don't depend on strdup.
36452
36453 2004-08-03  Simon Josefsson  <jas@extundo.com>
36454
36455         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
36456         * lib/progname.h: Don't include stdbool.h.
36457
36458 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36459
36460         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
36461         * MODULES.html.sh (func_all_modules): Remove fatal.
36462
36463 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36464
36465         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
36466
36467 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36468
36469         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
36470         working.
36471
36472 2004-08-02  Simon Josefsson  <jas@extundo.com>
36473
36474         * lib/getsubopt.h: New file, with comments from Bruno Haible.
36475         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
36476         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
36477
36478 2004-08-01  Simon Josefsson  <jas@extundo.com>
36479
36480         * lib/xgetdomainname.c: Include stdlib.h, for free().
36481
36482 2004-07-19  Bruno Haible  <bruno@clisp.org>
36483
36484         * MODULES.html.sh (func_all_modules): Add dummy.
36485
36486 2004-07-16  Simon Josefsson  <jas@extundo.com>
36487
36488         * modules/dummy: New file.
36489
36490 2004-07-16  Simon Josefsson  <jas@extundo.com>
36491
36492         * lib/dummy.c: New file.
36493
36494 2004-07-16  Bruno Haible  <bruno@clisp.org>
36495
36496         * lib/backupfile.h: Add extern "C" for C++.
36497         * lib/closeout.h: Likewise.
36498         * lib/copy-file.h: Likewise.
36499         * lib/findprog.h: Likewise.
36500         * lib/full-write.h: Likewise.
36501         * lib/pathname.h: Likewise.
36502         * lib/progname.h: Likewise.
36503         * lib/stpcpy.h: Likewise.
36504         * lib/stpncpy.h: Likewise.
36505         * lib/strcase.h: Likewise.
36506         * lib/strstr.h: Likewise.
36507         * lib/xalloc.h: Likewise.
36508
36509         * lib/mbswidth.h: Add extern "C" for C++.
36510         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
36511
36512 2004-07-13  Robert Millan  <robertmh@gnu.org>
36513
36514         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
36515
36516 2004-07-09  Simon Josefsson  <jas@extundo.com>
36517
36518         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
36519         failed without this.)
36520
36521 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36522
36523         * modules/chown (Files): Add lib/fchown-stub.c, since
36524         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
36525
36526 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36527
36528         * lib/fchown-stub.c: New file.
36529
36530 2004-06-24  Jim Meyering  <jim@meyering.net>
36531
36532         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
36533
36534 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36535
36536         * modules/argz: Omit "#include".
36537
36538         * MODULES.html.sh (func_all_modules): Add calloc, to match
36539         2004-06-01 addition of calloc module.
36540
36541 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36542
36543         * m4/argz.m4: New file, which is autoupdated from libtool.
36544
36545 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36546
36547         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
36548         libtool.
36549
36550 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36551
36552         * config/srclist-update: Don't insist on "USA." before the
36553         close-comment, as libtool omits the period and puts the */ on a
36554         separate line.
36555         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
36556         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
36557
36558 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
36559
36560         * modules/argz: New file.
36561         * MODULES.html.sh (func_all_modules): Add argz.
36562
36563 2004-06-12  Jim Meyering  <jim@meyering.net>
36564         and  Paul Eggert  <eggert@cs.ucla.edu>
36565
36566         * modules/hash (Files): Add lib/xalloc.h.
36567         * modules/pipe (Depends-on): Add wait-process.
36568         * modules/stat (Depends-on): Add xalloc.
36569         * modules/userspec (Files): Add lib/userspec.h.
36570         * modules/xstrto
36571
36572         Upgrade from gettext-0.13.
36573         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
36574         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
36575         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
36576
36577 2004-06-10  Jim Meyering  <jim@meyering.net>
36578
36579         * lib/calloc.c: New file.
36580
36581 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
36582
36583         * lib/getdate.y (yylex): Allow space between sign and number.
36584         Problem reported by Dan Jacobson.
36585
36586 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
36587
36588         Merge from coreutils CVS.
36589
36590         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
36591         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
36592         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
36593         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
36594         xstrtol.m4: Fix copyright date and/or serial number.
36595
36596         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
36597         See if we need an fchown replacement.
36598         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
36599         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
36600         and use the replacement function if we detect either defect.
36601
36602         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
36603         gl_UTIMECMP.
36604
36605 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
36606         and  Jim Meyering  <jim@meyering.net>
36607
36608         Merge from coreutils CVS.
36609
36610         * lib/stat-macros.h: New file, with contents from file-type.h
36611         and coreutils' system.h.
36612         * lib/file-type.c: Include "stat-macros.h".
36613         * lib/file-type.h (file_type): Move all macro definitions to new file,
36614         stat-macros.h.
36615
36616         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
36617         Wrap old code with this conditional.
36618         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
36619         function that does not dereference symlinks.
36620         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
36621
36622         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
36623         dependency problems.
36624         (xreadlink): Accept new arg SIZE, for efficiency.
36625         All decls and uses changed.
36626         * lib/xreadlink.h: Include <stddef.h>, for size_t.
36627
36628         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
36629         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
36630
36631         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
36632         sysexits.h.
36633
36634 2004-06-01  Jim Meyering  <jim@meyering.net>
36635
36636         * m4/calloc.m4: New file.
36637
36638 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
36639
36640         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
36641         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
36642         Also, fix a typo in a diagnostic.
36643
36644 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
36645
36646         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
36647         or AC_FUNC_REALLOC.
36648
36649 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
36650
36651         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
36652         macros to be defined.
36653         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
36654         the allocator returns NULL because the requested size is zero.
36655
36656 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36657
36658         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
36659         var.  Add comment explaining why libc still defines it.  This
36660         merges the following patch from glibc:
36661         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
36662
36663 2004-05-20  Andreas Schwab  <schwab@suse.de>
36664
36665         * m4/free.m4: Replace free if it not known to work, not the other
36666         way round.
36667
36668 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
36669
36670         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
36671         present in glibc since revision 1.1 of this file.
36672         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
36673         obstack_alignment_mask, obstack_alloc, obstack_base,
36674         obstack_blank, obstack_blank_fast, obstack_chunk_size,
36675         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
36676         obstack_grow0, obstack_init, obstack_int_grow,
36677         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
36678         obstack_next_free, obstack_object_size, obstack_ptr_grow,
36679         obstack_ptr_grow_fast, obstack_room): Remove declarations of
36680         nonexistent functions.
36681
36682 2004-05-18  Karl Berry  <karl@gnu.org>
36683
36684         * config/srclist.txt: break link for vasnprintf.c.
36685
36686 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
36687
36688         Port obstack to the AS/400, where pointers are 16 bytes wide and
36689         you cannot cast an integer to a valid pointer.  This patch is
36690         currently waiting to be integrated into glibc; see
36691         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
36692
36693         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
36694         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
36695         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
36696         (struct obstack): temp member is now a union of a pointer and
36697         an integer, instead of an integer.  All integer uses changed.
36698         This does not affect the physical layout of struct obstack,
36699         except on hosts (like the AS/400) where the size or alignment of
36700         void * is greater than that of ptrdiff_t.
36701         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
36702         __STDC__)]: Store temporary in pointer member of union, not
36703         integer member.
36704         * lib/obstack.c: Include <stddef.h>, for offsetof.
36705         (struct fooalign): Remove; it doesn't need a name.
36706         (union fooround): Change double to long double, and add void *.
36707         (DEFAULT_ALIGNMENT): Use offsetof to compute.
36708         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
36709         not a macro.  Hence the values are always int; so remove all
36710         casts-to-int in uses.
36711
36712 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
36713
36714         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
36715         we can get this patch merged into glibc.
36716
36717 2004-05-17  Derek R. Price  <derek@ximbiot.com>
36718             Paul Eggert  <eggert@cs.ucla.edu>
36719
36720         * m4/argp: Depend on alloca.
36721
36722 2004-05-17  Derek R. Price  <derek@ximbiot.com>
36723             Paul Eggert  <eggert@cs.ucla.edu>
36724
36725         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
36726         freecoding.
36727
36728 2004-05-17  Bruno Haible  <bruno@clisp.org>
36729
36730         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
36731         precision that consists of a '.' followed by an empty digit string.
36732         Patch by Tor Lillqvist <tml@iki.fi>.
36733
36734 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
36735
36736         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
36737         for backward compatibility with older code.  We need our own
36738         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
36739         it under some other name, and our alloca.h will define it.
36740
36741 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
36742             Derek Price  <derek@ximbiot.com>
36743
36744         * lib/alloca.c: Include <alloca.h>, to get our interface.
36745         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
36746         include <alloca.h> first.  Use C89 prototype for alloca; this
36747         requires including <stddef.h> for size_t.  Use extern "C" if C++.
36748         Use #elif for simplicity, since we can assume C89 now.
36749         Don't try to source the system alloca.h since it will not be found
36750         and to prevent recursively including its replacement.
36751         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
36752         * lib/regex.c: Likewise.
36753
36754 2004-05-16  Derek Price  <derek@ximbiot.com>
36755             Paul Eggert  <eggert@cs.ucla.edu>
36756
36757         getline cleanup.  This changes the getndelim2 API: both order of
36758         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
36759         no delimiter).
36760
36761         * lib/getline.c: Don't include stddef.h or stdio.h, since our
36762         interface does that.
36763         (getline): Always use getdelim, so that we don't have two
36764         copies of this code.
36765         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
36766         if available.
36767         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
36768         (GETNDELIM2_MAXIMUM): New macro.
36769         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
36770         instead of the old practice of delim2==0.  All callers changed.
36771         Return -1 on overflow, instead of returning junk.
36772         Do not set *linesize unless allocation succeeds.
36773         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
36774         that we include sys/types.h.
36775         * lib/getnline.h: Likewise.
36776         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
36777         (getndelim2): Reorder arguments.
36778         * lib/getnline.c (getnline, getndelim):
36779         Don't discard the NMAX argument.
36780         (getnline): Invoke getndelim, to avoid code duplication.
36781         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
36782         of (size_t) -1 by callers of the getnline family.
36783
36784 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36785
36786         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
36787         Check for gettimeofday.
36788         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
36789         Check for settimeofday, stime.
36790
36791 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36792
36793         * lib/nanosleep.c (suspended): Change its type from int to
36794         sig_atomic_t volatile.
36795         (first_call): Make it private to rpl_nanosleep, and have it
36796         be zero initially as that's a bit faster.
36797         (my_usleep): Round up fractional times instead of truncating them,
36798         as this is the usual meaning for 'sleep'.
36799
36800         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
36801         doesn't work.
36802         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
36803         (ENOSYS): Define if not defined.
36804         (settime): Fall back on stime if it exists and settimeofday fails.
36805         But don't bother with fallbacks if a method fails with errno == EPERM.
36806
36807 2004-05-11  Jim Meyering  <jim@meyering.net>
36808
36809         Prior to this change, the save_cwd caller required read access to the
36810         current directory on most systems (ones with the fchdir function).
36811
36812         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
36813         fails, try write-only, and finally, resort to using xgetcwd.
36814
36815 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
36816
36817         * lib/obstack.c, obstack.h: Import changes from libc.
36818
36819 2004-04-28  Bruno Haible  <bruno@clisp.org>
36820
36821         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
36822         also implicitly appends .exe to executables.
36823         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
36824         accepts Windows pathnames.
36825         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
36826         Treat Cygwin like Windows, since it now accepts Windows pathnames.
36827         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
36828         Treat Cygwin like Windows, since it now accepts Windows pathnames.
36829         Reported by Derek Robert Price <derek@ximbiot.com>.
36830
36831 2004-04-21  Karl Berry  <karl@gnu.org>
36832
36833         * config/srclist.txt (localcharset.c): break sync.
36834
36835 2004-04-20  Paul Eggert  <eggert@twinsun.com>
36836
36837         * m4/host-os.m4: Add a copyright notice.
36838
36839 2004-04-20  Jim Meyering  <jim@meyering.net>
36840
36841         Change UTILS_ to gl_ in AC_DEFINE'd names.
36842         Change utils_- and jm_-prefixed variables, too.
36843         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
36844         UTILS_FUNC_MKDIR_TRAILING_SLASH.
36845         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
36846
36847         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
36848         Don't emit trailing blanks.
36849         Also rename jm_-prefixed variables to have gl_ prefix.
36850
36851         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
36852         Also rename jm_-prefixed variables to have gl_ prefix.
36853
36854         * m4/jm-macros.m4: Reflect the renamings.
36855         * m4/prereq.m4: Likewise.
36856
36857 2004-04-20  Jim Meyering  <jim@meyering.net>
36858
36859         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
36860         memory.
36861
36862 2004-04-20  Jim Meyering  <jim@meyering.net>
36863             Bruno Haible  <bruno@clisp.org>
36864
36865         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
36866         memory when realloc fails.
36867
36868 2004-04-19  Jim Meyering  <jim@meyering.net>
36869
36870         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
36871         now that readutmp.c may call `free (0)'.
36872
36873 2004-04-19  Bruno Haible  <bruno@clisp.org>
36874
36875         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
36876         * m4/inttypes_h.m4: Likewise.
36877         * m4/stdint_h.m4: Likewise.
36878         * m4/intmax_t.m4: Likewise.
36879         * m4/uintmax_t.m4: Likewise.
36880
36881 2004-04-18  Jim Meyering  <jim@meyering.net>
36882
36883         * m4/prereq.m4: Don't forbid jm_ prefix.
36884
36885         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
36886         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
36887         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
36888         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
36889         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
36890         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
36891         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
36892         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
36893         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
36894         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
36895         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
36896         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
36897         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
36898         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
36899         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
36900         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
36901         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
36902         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
36903         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
36904
36905 2004-04-18  Jim Meyering  <jim@meyering.net>
36906
36907         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
36908         failure, don't leak memory and do call END_UTMP_ENT.
36909
36910 2004-04-16  Jim Meyering  <jim@meyering.net>
36911
36912         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
36913         coreutils' stat program.
36914         (gl_PREREQ): Don't require jm_PREREQ_STAT.
36915
36916 2004-04-11  Paul Eggert  <eggert@twinsun.com>
36917
36918         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
36919         C89.
36920         (CHAR_BIT): Remove, since we assume C89.
36921         Include <stdint.h> if available, as per current Autoconf CVS advice.
36922
36923 2004-03-31  Jim Meyering  <jim@meyering.net>
36924
36925         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
36926         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
36927         * m4/xalloc.m4: Likewise.
36928
36929 2004-03-30  Paul Eggert  <eggert@twinsun.com>
36930
36931         Merge from coreutils.
36932
36933         * m4/inttostr.m4: New file.
36934         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
36935         Require AM_STDBOOL_H and gl_TIMESPEC instead.
36936         Require gl_CLOCK_TIME.
36937         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
36938
36939 2004-03-30  Paul Eggert  <eggert@twinsun.com>
36940
36941         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
36942         not bool, to be more consistent with Unix conventions.
36943         Suggested by Bruno Haible.
36944
36945         Merge from coreutils.
36946
36947         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
36948         * lib/umaxtostr.c: New files.
36949
36950         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
36951         the usual <time.h> dance.
36952         (get_date): Change signature to support fractional time stamps.
36953         All callers changed.
36954         * lib/getdate.y: Include "getdate.h" first, as we can now
36955         assume C89 and don't need to worry about 'const'.
36956         Similarly, include "unlocked-io.h" near start, not in middle.
36957         Include <limits.h>.
36958         (textint.value): Use long int rather than int.
36959         (textint.digits): Use size_t rather than int.
36960         (BILLION, LOG10_BILLION): New constants.
36961         (parser_control): New member rel_ns.  Members day_ordinal,
36962         time_zone, month, day, hour, minutes, rel_year, rel_month,
36963         rel_day, rel_hour, rel_minutes, rel_seconds
36964         are now long int, not int.  Member seconds is now struct timespec,
36965         not int.  New member timespec_seen.  Members dates_seen, days_seen,
36966         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
36967         not int.
36968         (%union.intval): Now long int, not int.
36969         New member timespec.
36970         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
36971         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
36972         (spec): Now is a timespec or an item list.
36973         (timespec, items): New nonterminals.
36974         (time, rel, relunit, number, get_date):
36975         Add support for fractional seconds.
36976         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
36977         (gmtime, localtime, mktime): Remove decls; not needed with C89.
36978         (to_hour): First arg is now long int, not int.
36979         (to_year): Returns long int, not int.
36980         Don't treat year -70 like 70.
36981         (tm_diff): Returns long int, not int.
36982         (lookup_word): Use bool instead of int when appropriate.
36983         (yylex): Use size_t for count, not int.
36984         Detect overflow when parsing large integer constants.
36985         Add support for fractions.
36986         (get_date): Make pointers 'const' if possible.
36987         Use more-portable code to detect integer overflow.
36988         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
36989         Don't use ctime; it's not reliable if the year has >4 digits.
36990
36991         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
36992         This is for compatibility with BSD.
36993
36994         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
36995         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
36996         From coreutils' system.h.
36997
36998         * lib/userspec.c: Don't include "posixver.h".
36999         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
37000         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
37001         compatible extension.  Simplify code by removing a boolean int
37002         that was always nonzero if a string was nonnull.
37003
37004 2004-03-30  Jim Meyering  <jim@meyering.net>
37005
37006         Merge from coreutils.
37007
37008         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
37009         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
37010         on some systems one must include <grp.h> before it.
37011         Reported by Christian Krackowizer.
37012
37013 2004-03-30  Jim Meyering  <jim@meyering.net>
37014
37015         Merge from coreutils.
37016
37017         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
37018
37019         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
37020         an empty input stream.
37021
37022         * lib/readtokens.c: Include <stdbool.h>.
37023         (readtoken): Use `size_t' rather than int/long.
37024         All callers adjusted.
37025         Use `bool' rather than `int' where appropriate.
37026         Use memset rather than an explicit loop.
37027         Use x2nrealloc rather than xrealloc.
37028         Allow the use of `\0' as a delimiter.
37029         (readtokens): Likewise.
37030         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
37031
37032 2004-03-30  Jim Meyering  <jim@meyering.net>
37033
37034         * m4/realloc.m4: Remove file, since now it does no more than
37035         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
37036         the `configure.ac' section of module/realloc.
37037         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
37038
37039 2004-03-30  Bruno Haible  <bruno@clisp.org>
37040
37041         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
37042         nonnull.
37043
37044 2004-03-29  Paul Eggert  <eggert@twinsun.com>
37045
37046         Merge changes to getloadavg.c from coreutils and Emacs.
37047
37048         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
37049         Define to an expression, not to the empty string.
37050         Include cloexec.h and xalloc.h.
37051         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
37052         Use set_cloexec_flag rather than rolling our own.
37053         * lib/cloexec.c, lib/cloexec.h: New files.
37054
37055 2004-03-29  Paul Eggert  <eggert@twinsun.com>
37056
37057         * m4/cloexec.m4: New file.
37058
37059 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37060
37061         * lib/getopt.h: Sync with libc CVS.
37062
37063 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37064             Bruno Haible  <bruno@clisp.org>
37065
37066         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
37067         mbswidth.
37068
37069 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37070             Bruno Haible  <bruno@clisp.org>
37071
37072         * lib/mbswidth.h: Include <wchar.h> only if
37073         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
37074         <wchar.h>.
37075         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
37076
37077 2004-03-09  Paul Eggert  <eggert@twinsun.com>
37078
37079         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
37080         Sync with libc CVS.
37081         * lib/getopt_int.h: New file, also synced from libc.
37082
37083 2004-03-09  Paul Eggert  <eggert@twinsun.com>
37084
37085         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
37086         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
37087         Bring back getopt.c, getopt.h, getopt1.c.
37088
37089 2004-03-07  Paul Eggert  <eggert@twinsun.com>
37090
37091         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
37092         All uses changed.  Check for sa_sigaction member; this fixes
37093         a bug first reported by Jason Andrade in
37094         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
37095
37096 2004-03-07  Paul Eggert  <eggert@twinsun.com>
37097
37098         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
37099         '#if' expressions.  Unlike the code it replaces, it does not
37100         depend on (defined _SC_PAGESIZE).  However, it does depend on
37101         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
37102         first reported by Jason Andrade in
37103         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
37104
37105 2004-02-25  Simon Josefsson  <jas@extundo.com>
37106
37107         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
37108
37109 2004-02-25  Simon Josefsson  <jas@extundo.com>
37110
37111         * lib/strdup.h: New file.
37112         * lib/strdup.c: Include it.
37113         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
37114         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
37115
37116 2004-02-23  Karl Berry  <karl@gnu.org>
37117
37118         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
37119         (from fencepost.gnu.org:/gd/gnuorg).
37120
37121 2004-02-23  Karl Berry  <karl@gnu.org>
37122
37123         * config/srclistvars.sh (GNUORG) [karl]: redefine.
37124         * config/srclist.txt: add maintain/standards documents.
37125
37126 2004-02-18  Bruno Haible  <bruno@clisp.org>
37127
37128         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
37129         Reported by Derek Robert Price <derek@ximbiot.com>.
37130
37131 2004-02-16  Karl Berry  <karl@gnu.org>
37132
37133         * config/mkinstalldirs, install-sh: update from automake.
37134
37135 2004-02-06  Karl Berry  <karl@gnu.org>
37136
37137         * m4/po.m4: update from gettext 0.14.1.
37138
37139 2004-02-06  Karl Berry  <karl@gnu.org>
37140
37141         * lib/config.charset: update from gettext 0.14.1.
37142
37143 2004-02-05  Paul Eggert  <eggert@twinsun.com>
37144
37145         Add comments and code, prompted by suggestions from Bruno Haible
37146         for sh-quote.
37147         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
37148         describing the enum quoting_style values.
37149         * lib/quotearg.c (quotearg_alloc): New function.
37150         (quotearg_buffer_restyled): Treat lone { and } as special.
37151         Treat = as special.  Work around bug with older shells
37152         that "see" a '\' that is really the 2nd byte of a multibyte char.
37153         Quote empty string with shell_quoting_style.
37154
37155 2004-02-03  Bruno Haible  <bruno@clisp.org>
37156
37157         * m4/pipe.m4: New file, from GNU gettext.
37158
37159 2004-02-03  Bruno Haible  <bruno@clisp.org>
37160
37161         * lib/pipe.h: New file, from GNU gettext.
37162         * lib/pipe.c: New file, from GNU gettext.
37163
37164 2004-01-27  Bruno Haible  <bruno@clisp.org>
37165
37166         * m4/execute.m4: New file, from GNU gettext.
37167
37168 2004-01-27  Bruno Haible  <bruno@clisp.org>
37169
37170         * lib/execute.h: New file, from GNU gettext.
37171         * lib/execute.c: New file, from GNU gettext.
37172         * lib/w32spawn.h: New file, from GNU gettext.
37173
37174 2004-01-24  Paul Eggert  <eggert@twinsun.com>
37175
37176         Merge from diffutils.
37177
37178         * lib/file-type.c (file_type): Add typed memory objects.
37179         * lib/file-type.h (S_TYPEISTMO): New macro.
37180
37181         * lib/c-stack.h (c_stack_action): Remove argv argument.
37182         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
37183         (die): Don't calculate message unless segv_action returns.
37184         (get_stack_location, min_address_from_argv, max_address_from_argv,
37185         volatile stack_base, volatile_stack_size): Remove.
37186         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
37187         that every segmentation violation is a stack overflow.  (Ouch!)
37188         See Debian bug 136249 (still outstanding) for more info about why
37189         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
37190
37191 2004-01-24  Paul Eggert  <eggert@twinsun.com>
37192
37193         Exit-status fix from coreutils.
37194
37195         Use exit_failure consistently in place of EXIT_FAILURE,
37196         so that program exit statuses are consistent on failure.
37197
37198         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
37199         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
37200         * lib/argmatch.h: Comment fix to match the above.
37201         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
37202         Now a macro referring to exit_failure, instead of a separate
37203         variable.  Include "exitfail.h" to get it.
37204         * lib/xstrtol.h: Include "exitfail.h".
37205         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
37206
37207         * lib/long-options.c (parse_long_options): Use prototype
37208         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
37209         for clarity.
37210
37211 2004-01-21  Jim Meyering  <jim@meyering.net>
37212
37213         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
37214         so as not to conflict with a different-sized __mktime_internal
37215         function in GNU libc.
37216         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
37217         Problem building statically-linked `ls' reported by Michael Brunnbauer.
37218
37219 2004-01-20  Karl Berry  <karl@gnu.org>
37220
37221         * config/config.guess: update from config.
37222
37223         * config/srclistvars.sh: GNUWWWLICENSES for karl.
37224
37225 2004-01-20  Bruno Haible  <bruno@clisp.org>
37226
37227         Safer stack allocation.
37228         * lib/setenv.c: Include allocsa.h.
37229         (alloca): Remove fallback definition.
37230         (freea): Remove macro.
37231         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
37232         instead of freea.
37233
37234 2004-01-20  Bruno Haible  <bruno@clisp.org>
37235
37236         * m4/eealloc.m4: New file, from GNU gettext.
37237
37238 2004-01-20  Bruno Haible  <bruno@clisp.org>
37239
37240         * m4/allocsa.m4: New file, from GNU gettext.
37241
37242 2004-01-20  Bruno Haible  <bruno@clisp.org>
37243
37244         * lib/xallocsa.h: New file, from GNU gettext.
37245         * lib/xallocsa.c: New file, from GNU gettext.
37246
37247 2004-01-20  Bruno Haible  <bruno@clisp.org>
37248
37249         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
37250
37251 2004-01-20  Bruno Haible  <bruno@clisp.org>
37252
37253         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
37254         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
37255         specially.
37256
37257 2004-01-20  Bruno Haible  <bruno@clisp.org>
37258
37259         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
37260         patch.
37261
37262 2004-01-20  Bruno Haible  <bruno@clisp.org>
37263
37264         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
37265
37266 2004-01-20  Bruno Haible  <bruno@clisp.org>
37267
37268         * lib/eealloc.h: New file.
37269
37270 2004-01-20  Bruno Haible  <bruno@clisp.org>
37271
37272         * lib/binary-io.h: Avoid warnings on Cygwin.
37273
37274 2004-01-20  Bruno Haible  <bruno@clisp.org>
37275
37276         * lib/allocsa.h: New file, from GNU gettext.
37277         * lib/allocsa.c: New file, from GNU gettext.
37278
37279 2004-01-18  Karl Berry  <karl@gnu.org>
37280
37281         * doc/gpl.texi, doc/lgpl.texi: new files.
37282
37283 2004-01-18  Karl Berry  <karl@gnu.org>
37284
37285         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
37286         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
37287
37288 2004-01-15  Paul Eggert  <eggert@twinsun.com>
37289
37290         Merge from coreutils.
37291
37292         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
37293         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
37294         (gl_DEFAULT_POSIX2_VERSION): Move
37295         the documentation from 'configure' into 'config.hin',
37296         so that 'configure --help' isn't burdened by it and
37297         we don't have to worry about its formatting there.
37298         Reword the documentation so that it's more succinct
37299         and can be run together into a single paragraph.
37300         * m4/same.m4 (gl_SAME): Check for pathconf.
37301
37302 2004-01-15  Paul Eggert  <eggert@twinsun.com>
37303
37304         Merge from coreutils.
37305
37306         * lib/posixver.c: Include posixver.h.
37307
37308         * lib/same.c: Include <stdbool.h>, <limits.h>.
37309         (_POSIX_NAME_MAX): Define if not defined.
37310         (MIN): New macro.
37311         (same_name): If file names are silently truncated, report
37312         that the file names are the same if they are the same after
37313         the silent truncation.
37314
37315         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
37316         conversion function.
37317         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
37318         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
37319         longer needed.
37320
37321 2004-01-15  Jim Meyering  <jim@meyering.net>
37322
37323         Merge from coreutils.
37324
37325         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
37326         if no library is required.
37327         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
37328         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
37329         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
37330         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
37331         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
37332         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
37333         value, $ac_cv_search_crypt, if it's "none required".
37334         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
37335         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
37336         not gl_FUNC_GETLOADAVG.
37337         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
37338         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
37339
37340 2004-01-15  Jim Meyering  <jim@meyering.net>
37341
37342         Merge from coreutils.
37343
37344         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
37345         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
37346         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
37347
37348         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
37349         optional configure-time default.
37350
37351         * lib/version-etc.c (version_etc_copyright): Update copyright date.
37352
37353         * lib/xreadlink.c (xreadlink): Correct outdated comment.
37354
37355 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
37356
37357         Merge from coreutils.
37358
37359         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
37360         value, $ac_cv_search_nanosleep, if it's "none required".
37361
37362 2004-01-14  Paul Eggert  <eggert@twinsun.com>
37363
37364         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
37365         with like-named macro in fnmatch.c.
37366         (EXT): Use an internal constant instead.
37367
37368         Merge fnmatch patches from glibc.
37369         * lib/fnmatch.c (mbsinit): Remove define.
37370         Add libc_hidden_ver (__fnmatch, fnmatch).
37371         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
37372         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
37373
37374 2004-01-14  Karl Berry  <karl@gnu.org>
37375
37376         * config/install-sh: update from automake.
37377
37378 2004-01-13  Karl Berry  <karl@gnu.org>
37379
37380         * config/install-sh: update from automake.
37381
37382 2004-01-09  Karl Berry  <karl@gnu.org>
37383
37384         * config/install-sh: update from automake.
37385
37386 2004-01-05  Karl Berry  <karl@gnu.org>
37387
37388         * config/config.{sub,guess}: update from config.
37389
37390 2003-12-31  Karl Berry  <karl@gnu.org>
37391
37392         * config/depcomp: update from automake.
37393
37394 2003-12-14  Karl Berry  <karl@gnu.org>
37395
37396         * lib/config.charset: update from gettext-runtime.
37397
37398 2003-12-03  Paul Eggert  <eggert@twinsun.com>
37399
37400         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
37401         Bug reported by Alfred M. Szmidt.
37402
37403 2003-12-03  Bruno Haible  <bruno@clisp.org>
37404
37405         * m4/gettext.m4: Upgrade from gettext-0.13.
37406         * m4/po.m4: Upgrade from gettext-0.13.
37407         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
37408         * m4/intmax.m4: New file, from gettext-0.13.
37409         * m4/printf-posix.m4: New file, from gettext-0.13.
37410
37411 2003-11-29  Karl Berry  <karl@gnu.org>
37412
37413         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
37414
37415 2003-11-25  Paul Eggert  <eggert@twinsun.com>
37416             Bruno Haible  <bruno@clisp.org>
37417
37418         * lib/printf-parse.h: Don't include sys/types.h.
37419         (ARG_NONE): New macro.
37420         (char_directive): Change type of *arg_index fields to size_t.
37421         * lib/printf-parse.c: Don't include sys/types.h.
37422         (SSIZE_MAX): Remove macro.
37423         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
37424         Remove unnecessary overflow check.
37425         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
37426         fields.
37427
37428 2003-11-25  Bruno Haible  <bruno@clisp.org>
37429
37430         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
37431
37432 2003-11-25  Bruno Haible  <bruno@clisp.org>
37433
37434         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
37435         gt_TYPE_SSIZE_T.
37436
37437 2003-11-24  Paul Eggert  <eggert@twinsun.com>
37438
37439         * modules/alloca: Remove dependency on xalloc.
37440
37441 2003-11-24  Paul Eggert  <eggert@twinsun.com>
37442
37443         * lib/alloca.c: Remove dependency on xalloc module.
37444         (xalloc_die): Remove.
37445         (memory_full) [!defined emacs]: New macro.
37446         [!defined emacs]: Don't include xalloc.h.
37447         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
37448         address arithmetic overflows.  Change datatypes a bit to avoid
37449         unnecessary casts.
37450
37451 2003-11-22  Jim Meyering  <jim@meyering.net>
37452
37453         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
37454         s/size/size_t/.
37455
37456 2003-11-21  Karl Berry  <karl@gnu.org>
37457
37458         * config/config.{sub,guess}: update from config.
37459
37460 2003-11-18  Karl Berry  <karl@gnu.org>
37461
37462         * config/config.{sub,guess}: update from config.
37463
37464         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
37465
37466 2003-11-17  Paul Eggert  <eggert@twinsun.com>
37467
37468         * README: Mention that S+T cannot overflow if S is the size of
37469         an existing object and T is sufficiently small.
37470
37471 2003-11-17  Jim Meyering  <jim@meyering.net>
37472
37473         On systems without utime and without a utimes function capable of
37474         dealing with a NULL struct utimbuf* argument, this utime replacement
37475         could -- in unusual circumstances -- leak a file descriptor.
37476         * lib/utime.c: Include <unistd.h> and <errno.h>.
37477         (utime_null): Be sure to close `fd' and to preserve errno.
37478         Reported by Geoff Collyer via Arnold Robbins.
37479
37480 2003-11-17  Bruno Haible  <bruno@clisp.org>
37481
37482         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
37483         (Depends-on): Add xsize.
37484
37485 2003-11-17  Bruno Haible  <bruno@clisp.org>
37486
37487         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
37488
37489 2003-11-17  Bruno Haible  <bruno@clisp.org>
37490
37491         * lib/vasnprintf.c (alloca): Remove fallback definition.
37492         (freea): Remove definition.
37493         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
37494         Reported by Paul Eggert.
37495
37496 2003-11-16  Paul Eggert  <eggert@twinsun.com>
37497             Bruno Haible  <bruno@clisp.org>
37498
37499         Protect against address arithmetic overflow.
37500         * lib/printf-args.h: Include stddef.h.
37501         (arguments): Change type of field 'count' to size_t.
37502         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
37503         'unsigned int' where appropriate.
37504         * lib/printf-parse.h: Include sys/types.h.
37505         (char_directive): Change type of *arg_index fields to ssize_t.
37506         (char_directives): Change type of fields 'count', max_*_length to
37507         size_t.
37508         * lib/printf-parse.c: Include sys/types.h and xsize.h.
37509         (SSIZE_MAX): Define fallback value.
37510         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
37511         instead of 'int' where appropriate. Check a_allocated, d_allocated
37512         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
37513         * lib/vasnprintf.c: Include xsize.h.
37514         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
37515         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
37516         overflow. Avoid wraparound when converting a width or precision from
37517         decimal to binary.
37518
37519 2003-11-16  Bruno Haible  <bruno@clisp.org>
37520
37521         Update from GNU gettext.
37522         * lib/printf-parse.c: Generalize to it can be compiled for wide
37523         strings.
37524         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
37525         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
37526         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
37527         SNPRINTF): New macros.
37528         Don't include <alloca.h> if the file is used inside libintl.
37529         (local_wcslen): New function, for Solaris 2.5.1.
37530         (VASNPRINTF): Use it instead of wcslen.
37531
37532 2003-11-16  Bruno Haible  <bruno@clisp.org>
37533
37534         * lib/xsize.h (xmax): New function.
37535         (xsum, xsum3, xsum4): Declare as "pure" functions.
37536
37537 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37538
37539         * modules/xalloc (Files): Undo latest change, since xalloc.h
37540         no longer needs SIZE_MAX or PTRDIFF_MAX.
37541
37542 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37543
37544         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
37545         gl_PTRDIFF_MAX.
37546
37547 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37548
37549         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
37550         "return", to pacify some unknown compiler.  Problem reported
37551         by Joerg Schilling.
37552
37553 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37554
37555         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
37556         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
37557         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
37558         heuristic is just as accurate as far as we know, and it removes a
37559         dependency on size_max.m4 and ptrdiff_max.m4.
37560
37561 2003-11-11  Bruno Haible  <bruno@clisp.org>
37562
37563         * modules/xsize (Files): Add m4/size_max.m4.
37564         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
37565
37566 2003-11-11  Bruno Haible  <bruno@clisp.org>
37567
37568         * m4/size_max.m4: New file.
37569         * m4/ptrdiff_max.m4: New file.
37570         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
37571         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
37572         (gl_XALLOC): Invoke it.
37573
37574 2003-11-11  Bruno Haible  <bruno@clisp.org>
37575
37576         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
37577         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
37578         defined.
37579
37580 2003-11-10  Paul Eggert  <eggert@twinsun.com>
37581
37582         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
37583         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
37584         rejected some allocations of exactly SIZE_MAX - 2 bytes.
37585         From Bruno Haible.
37586         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
37587         not (size_t) -1, since it's defined here.
37588
37589 2003-11-09  Karl Berry  <karl@gnu.org>
37590
37591         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
37592
37593 2003-11-06  Paul Eggert  <eggert@twinsun.com>
37594
37595         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
37596         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
37597         Reject sizes of exactly SIZE_MAX bytes.
37598         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
37599         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
37600
37601 2003-11-05  Bruno Haible  <bruno@clisp.org>
37602
37603         * lib/xsize.h: Include limits.h, to avoid a possible collision with
37604         SIZE_MAX defined in <limits.h> on Solaris.
37605
37606 2003-11-04  Jim Meyering  <jim@meyering.net>
37607
37608         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
37609         variable names, rather than @VAR@.
37610         * modules/poll: Likewise.
37611
37612 2003-11-04  Bruno Haible  <bruno@clisp.org>
37613
37614         * modules/xsize: New file.
37615         * modules/linebreak: Depend on xsize.
37616         * MODULES.html.sh (func_all_modules): Add xsize.
37617
37618 2003-11-04  Bruno Haible  <bruno@clisp.org>
37619
37620         * m4/xsize.m4: New file.
37621
37622 2003-11-04  Bruno Haible  <bruno@clisp.org>
37623
37624         * lib/xsize.h: New file.
37625         * lib/linebreak.c: Include xsize.h.
37626         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
37627         argument for overflow.
37628         Suggested by Paul Eggert.
37629
37630 2003-11-03  Karl Berry  <karl@gnu.org>
37631
37632         * config/config.{guess,sub}: update from config.
37633
37634 2003-11-03  Jim Meyering  <jim@meyering.net>
37635
37636         * modules/userspec (lib_SOURCES): Add userspec.h.
37637         (Include): Add "userspec.h".
37638         Improve description.
37639
37640 2003-11-03  Jim Meyering  <jim@meyering.net>
37641
37642         * lib/userspec.c: Include "userspec.h".
37643         * lib/userspec.h: New file.
37644
37645 2003-11-03  Bruno Haible  <bruno@clisp.org>
37646
37647         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
37648
37649 2003-11-03  Bruno Haible  <bruno@clisp.org>
37650
37651         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
37652         available, to avoid (extremely rare) race condition.
37653         Suggested by Paul Eggert.
37654
37655 2003-11-02  Karl Berry  <karl@gnu.org>
37656
37657         * config/srclist.txt (vasprintf.c): sync broken, sigh.
37658
37659 2003-10-31  Paul Eggert  <eggert@twinsun.com>
37660
37661         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
37662         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
37663         (read_filesystem_list): Set and use me_type_malloced.
37664         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
37665         whatever the type happens to be), for brevity and consistency.
37666         Check for size calculation overflow on Alphas running OSF/1.
37667
37668 2003-10-31  Jim Meyering  <jim@meyering.net>
37669
37670         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
37671
37672         * lib/linebuffer.c: Include <string.h> for declaration of memset.
37673
37674 2003-10-30  Paul Eggert  <eggert@twinsun.com>
37675             Bruno Haible  <bruno@clisp.org>
37676
37677         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
37678         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
37679
37680 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
37681
37682         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
37683         netbsd*-gnu*.  Suggested by Robert Millan.
37684
37685 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37686
37687         * modules/group-member: Depend on stdbool.
37688
37689 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37690
37691         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
37692
37693 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37694
37695         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
37696         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
37697         after the 'gnu' in these cases.  This fixes some bugs in the
37698         previous change, and is based on suggestions by Robert Millan.
37699
37700 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37701
37702         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
37703         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
37704         no longer needed.
37705         * lib/quotearg.c (quotearg_n_options): Use it.
37706         * lib/group-member.c: Include <stdbool.h>.
37707         (free_group_info): Arg is now const *; don't free arg.
37708         (get_group_info): Now returns bool and accepts struct group_info *,
37709         rather than returning a malloc'ed struct group_info *.
37710         All uses changed.  Check for overflow in internal size calculation.
37711
37712         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
37713         rather than xmalloc/xrealloc.
37714         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
37715         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
37716         conformance bug: the old code used a pointer after freeing the
37717         storage that it addressed.
37718         * lib/hash.c (hash_initialize): Simplify the code by using
37719         xalloc_oversized rather than doing it by hand.
37720         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
37721         the buffer preserved.  Use free and xmalloc instead.
37722         * lib/quotearg.c (quotearg_n_options): Likewise.
37723         Use a simpler test for size overflow.  Don't use xalloc_oversized
37724         because unsigned int might be wider than size_t (!); this suggests
37725         that we should switch from unsigned int to size_t for slot numbers.
37726
37727 2003-10-28  Paul Eggert  <eggert@twinsun.com>
37728
37729         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
37730         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
37731         NetBSD kernels.  Requested by Richard Stallman.
37732
37733 2003-10-27  Paul Eggert  <eggert@twinsun.com>
37734
37735         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
37736         to allocate the returned structure.  Do not allocate a subarray,
37737         as x2nrealloc will do that.
37738         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
37739         instead of xnrealloc.
37740         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
37741
37742 2003-10-27  Bruno Haible  <bruno@clisp.org>
37743
37744         * lib/stdbool_.h: Better support for BeOS.
37745
37746 2003-10-26  Paul Eggert  <eggert@twinsun.com>
37747
37748         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
37749         now uses inline.
37750
37751 2003-10-26  Paul Eggert  <eggert@twinsun.com>
37752
37753         * lib/xalloc.h (xalloc_oversized): New static inline function, for
37754         callers that want to do their own size-overflow checking.  Include
37755         <stdbool.h>, since xalloc_oversized returns bool.
37756         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
37757         to use xalloc_oversized.
37758
37759         Add two functions x2realloc, x2nrealloc, for programs that grow
37760         arrays dynamically by doubling their sizes.
37761         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
37762         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
37763         New functions.
37764
37765         Port to C99 semantics for 'inline' of external functions.
37766         Bug reported by Bruno Haible.
37767         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
37768         with the old contents of xnmalloc.
37769         (xnmalloc, xmalloc): Use it.
37770         (xnrealloc_inline): New static inline function,
37771         with the old contents of xnrealloc.
37772         (xnrealloc, xrealloc): Use it.
37773
37774         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
37775         that.
37776
37777 2003-10-26  Karl Berry  <karl@gnu.org>
37778
37779         * config/srclist.txt (COPYING.DOC): no longer available from
37780         /gd/gnuorg; don't know where the ultimate source is.
37781
37782 2003-10-25  Paul Eggert  <eggert@twinsun.com>
37783
37784         Fix several address-calculation bugs in the hash modules,
37785         plus some minor code cleanup.
37786
37787         * lib/hash.h: Include <stdbool.h>, for bool.
37788         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
37789         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
37790         hash_get_n_entries, hash_get_max_bucket_length,
37791         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
37792         hash_rehash): Use size_t rather than unsigned.
37793         * lib/hash.c (struct hash_table, hash_get_n_buckets,
37794         hash_get_n_buckets_used, hash_get_n_entries,
37795         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
37796         hash_get_entries, hash_do_for_each, hash_string, is_prime,
37797         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
37798         Likewise.
37799         (SIZE_MAX): Define if not defined.
37800         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
37801         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
37802         hash_print):
37803         Use const * when possible.
37804         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
37805         (check_tuning): Fix bug: if tuning parameters were very close to
37806         0 or 1, rounding errors could have caused subscript violations.
37807         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
37808         (hash_initialize): Add 'fail:' label
37809         to free table and return NULL, and use it to simplify code.
37810         Use calloc rather than clearing the storage ourself.
37811         (hash_initialize, hash_rehash): Check for arithmetic overflow in
37812         buffer size calculations.
37813         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
37814         Include <stddef.h>, for size_t.
37815         * lib/hash-pjw.c (hash_pjw): Likewise.
37816         Switch to method described by Bruno Haible.
37817         Include <limits.h>, for CHAR_BIT.
37818         (SIZE_BITS): New macro.
37819
37820 2003-10-23  Paul Eggert  <eggert@twinsun.com>
37821
37822         * m4/getline.m4 (AM_FUNC_GETLINE):
37823         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
37824         hosts.  Problem reported by Derek Robert Price in
37825         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
37826         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
37827         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
37828
37829 2003-10-21  Paul Eggert  <eggert@twinsun.com>
37830
37831         * lib/getndelim2.c (getndelim2): When size calculation overflows,
37832         ceiling the allocation at NMAX bytes rather than silently
37833         discarding input bytes before NMAX is reached.  This makes
37834         a difference only if NMAX exceeds SIZE_MAX / 2.
37835
37836         * lib/obstack.c: Merge from glibc.
37837         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
37838         Add libc_hidden_def (_obstack_newchunk).
37839         (_obstack_free) [! defined _LIBC]: Remove.
37840         [defined _LIBC]: Make a strong alias from obstack_free, rather than
37841         a clone of the function body.
37842         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
37843         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
37844
37845         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
37846         glibc.
37847         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
37848         arg to memcpy.
37849
37850         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
37851         (obstack_ptr_grow_fast, obstack_int_grow_fast):
37852         Don't use lvalue casts, as GCC plans to remove support for them
37853         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
37854         was also present in the non-GCC version, indicating that this
37855         code had always been buggy and had never been widely used.
37856         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
37857         Use the fast variant of each macro, rather than copying the
37858         definiens of the fast variant; that way, we'll be more likely to
37859         catch future bugs in the fast variants.
37860
37861 2003-10-20  Bruno Haible  <bruno@clisp.org>
37862
37863         * modules/wait-process: New file.
37864         * MODULES.html.sh (func_all_modules): Add wait-process.
37865
37866 2003-10-20  Bruno Haible  <bruno@clisp.org>
37867
37868         * m4/wait-process.m4: New file.
37869
37870 2003-10-20  Bruno Haible  <bruno@clisp.org>
37871
37872         * lib/wait-process.h: New file, from GNU gettext.
37873         * lib/wait-process.c: New file, from GNU gettext.
37874
37875 2003-10-19  Jim Meyering  <jim@meyering.net>
37876
37877         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
37878         HPUX 10.20.
37879
37880 2003-10-18  Karl Berry  <karl@gnu.org>
37881
37882         * config/config.guess: update from config.
37883
37884 2003-10-16  Paul Eggert  <eggert@twinsun.com>
37885
37886         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
37887         (getgroups): First arg is int, not size_t.
37888         Don't let 'free' mangle errno.
37889
37890 2003-10-16  Paul Eggert  <eggert@twinsun.com>
37891
37892         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
37893
37894 2003-10-16  Karl Berry  <karl@gnu.org>
37895
37896         * config/config.{guess,sub}: update from config.
37897
37898 2003-10-16  Jim Meyering  <jim@meyering.net>
37899
37900         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
37901         memcpy.
37902
37903 2003-10-15  Paul Eggert  <eggert@twinsun.com>
37904
37905         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
37906         (SIZE_MAX): Remove.
37907         (new_exclude, add_exclude_file): Initial size no longer needs to
37908         be a power of 2.
37909         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
37910         our own address arithmetic overflow checking.
37911
37912         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
37913         (fnmatch): Do not alloca more than 2000 wide characters;
37914         instead, use malloc for large buffers.
37915         Check for address arithmetic overflow, and return -1
37916         with errno set to ENOMEM in that case.
37917         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
37918         (NEW_PATTERN): Do not alloca more than 8000 bytes;
37919         instead, return -1.  Check for address arithmetic overflow.
37920
37921 2003-10-14  Paul Eggert  <eggert@twinsun.com>
37922
37923         Handle invalid suffixes and overflow independently, so that
37924         callers can treat them independently as needed.  Fix some bugs in
37925         suffix handling, e.g., "100k@" was not diagnosed as an invalid
37926         suffix for a human-readable blocksize.  The major caller-visible
37927         change is the addition of a new
37928         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
37929         that both overflow and suffix chars were found.
37930
37931         * lib/human.c (humblock): Don't check separately for invalid suffix
37932         char; that is xstrtoumax's job (now that its bug is fixed).
37933         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
37934         INTMAX_MAX]: New macros.
37935         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
37936         TYPE_MAXIMUM): New macros.
37937         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
37938         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
37939         if overflow occurs, as it's what __strtol does and it's more useful
37940         in practice.
37941         (__xstrtol): If __strtol reports some error other than ERANGE,
37942         reflect it to the caller as LONGINT_INVALID.  If it reports
37943         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
37944         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
37945         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
37946         value.
37947         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
37948         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
37949         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
37950         [defined UINTMAX_MAX]: New macros.
37951
37952 2003-10-14  Bruno Haible  <bruno@clisp.org>
37953
37954         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
37955
37956 2003-10-14  Bruno Haible  <bruno@clisp.org>
37957
37958         * m4/sig_atomic_t: New file, from GNU gettext.
37959         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
37960
37961 2003-10-14  Bruno Haible  <bruno@clisp.org>
37962
37963         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
37964         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
37965         Also use volatile where needed.
37966
37967 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37968
37969         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
37970         Change maintainer from Bruno Haible to 'all'.
37971
37972 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37973
37974         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
37975
37976 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37977
37978         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
37979         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
37980         and define in terms of the other primitives.
37981         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
37982         (SIZE_MAX): Define if not already defined.
37983         (array_size_overflow): New function.
37984         (xalloc_die): Abort instead of exiting if 'error' returns.
37985         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
37986         (xmalloc, xrealloc): Use them.
37987         (xcalloc): Check for address arithmetic overflow.
37988         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
37989         a bit faster than strcpy.
37990
37991 2003-10-10  Simon Josefsson  <jas@extundo.com>
37992
37993         * modules/argp (Depends-on): Add restrict and strcase.
37994
37995 2003-10-10  Simon Josefsson  <jas@extundo.com>
37996
37997         * m4/argp.m4: Add AC_C_INLINE.
37998
37999 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38000
38001         Merge getpass from libc, plus a few fixes.
38002
38003         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
38004         Include <stdbool.h>.
38005         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
38006         __fsetlocking to empty.
38007         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
38008         do include <bits/libc-lock.h>.
38009         Do not include <fcntl.h>; not needed.
38010         [_LIBC]: Include <wchar.h>.
38011         (NOTCANCEL_MODE): New macro.
38012         (flockfile, funlockfile) [_LIBC]: New macros.
38013         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
38014         [!_LIBC]: New macros.
38015         (call_fclose): New function.
38016         (getpass): Use it.  Save tty stream separately; this simplifies the
38017         code and makes it more reliable if stdin happens to equal stdout.
38018         Invoke __fsetlocking on tty.
38019         Handle thread cancellation if needed.
38020         Namespace cleanup (use __tcgetattr, __getline).
38021         Use bool for Booleans.
38022         [USE_IN_LIBIO]: Handle wide streams.
38023         [!_LIBC]: Unconditionally do the fseek, since we don't know what
38024         stream might go where.
38025
38026         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
38027         doesn't have to include <stdio.h> before us.
38028         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
38029         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
38030         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
38031         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
38032         if not declared, so that we can use getpass.c code from libc without
38033         rewriting it.
38034         (flockfile, ftrylockfile, funlockfile): New macros.
38035
38036 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38037
38038         * modules/getpass: Depend on stdbool.
38039
38040 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38041
38042         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
38043
38044 2003-10-07  Karl Berry  <karl@gnu.org>
38045
38046         * config/config.{guess,sub}: update from config.
38047
38048 2003-10-06  Jim Meyering  <jim@meyering.net>
38049             Bruno Haible  <bruno@clisp.org>
38050
38051         This lets translators provide better translations for the
38052         "Written by ..." part of --version output.
38053         * lib/version-etc.h: Include stdarg.h.
38054         (version_etc_copyright): Declare as readonly.
38055         (version_etc): Make this function variadic with a NULL-terminated list
38056         of author name strings.
38057         (version_etc_va): New declaration.
38058         * lib/version-etc.c: Include stdarg.h, stdlib.h.
38059         (version_etc_copyright): Declare as readonly.
38060         (version_etc_va): New function. Provide a different translatable string
38061         for each possible number of authors < 10. Abbreviate when there are 10
38062         authors or more.
38063         (version_etc): Make this function variadic. Call version_etc_va.
38064         Suggestion from Gary V. Vaughan.
38065
38066         * lib/long-options.h (parse_long_options): Change prototype: the
38067         authors string is moved to the end and becomes variadic.
38068         * lib/long-options.c: Include stdarg.h.
38069         (parse_long_options): Make this function variadic, too.
38070         Call version_etc_va, not version_etc.
38071
38072 2003-10-06  Bruno Haible  <bruno@clisp.org>
38073
38074         * modules/version-etc-2: Remove file.
38075         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
38076
38077 2003-10-06  Bruno Haible  <bruno@clisp.org>
38078
38079         * modules/fatal-signal: New file.
38080         * MODULES.html.sh (func_all_modules): Add fatal-signal.
38081
38082 2003-10-06  Bruno Haible  <bruno@clisp.org>
38083
38084         * m4/fatal-signal.m4: New file.
38085         * m4/signalblocking.m4: New file, from GNU gettext.
38086
38087 2003-10-06  Bruno Haible  <bruno@clisp.org>
38088
38089         * lib/version-etc-2.h: Remove file.
38090         * lib/version-etc-2.c: Remove file.
38091
38092 2003-10-06  Bruno Haible  <bruno@clisp.org>
38093
38094         * lib/fatal-signal.h: New file, from GNU gettext.
38095         * lib/fatal-signal.c: New file, from GNU gettext.
38096
38097 2003-10-05  Paul Eggert  <eggert@twinsun.com>
38098
38099         * README: Rework advice for preventing empty .o files.
38100         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
38101         not <sys/types.h>.
38102
38103 2003-10-04  Karl Berry  <karl@gnu.org>
38104
38105         * lib/argp*: update from libc.
38106
38107 2003-10-04  Karl Berry  <karl@gnu.org>
38108
38109         * config/config.{guess,sub}: update from config.
38110
38111 2003-10-02  Bruno Haible  <bruno@clisp.org>
38112
38113         * modules/lchown (Include): Add lchown.h.
38114         * modules/time_r (Include): Use "..." syntax.
38115         * modules/xgetdomainname (Include): Add xgetdomainname.h.
38116
38117 2003-10-01  Simon Josefsson  <jas@extundo.com>
38118
38119         * MODULES.html.sh (func_all_modules): Move gethostname from section
38120         'based on' to section 'lacking' POSIX:2001.
38121
38122 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
38123
38124         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
38125         to output mode on the same stream.
38126
38127 2003-09-29  Paul Eggert  <eggert@twinsun.com>
38128
38129         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
38130         Fix arg typo in previous patch.
38131
38132 2003-09-28  Jim Meyering  <jim@meyering.net>
38133
38134         * lib/error.c: Correct cpp indentation.
38135
38136 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38137
38138         * modules/free: New file.
38139
38140 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38141
38142         * m4/free.m4: New file.
38143
38144 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38145
38146         * lib/minmax.h (MIN, MAX)
38147         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
38148         Omit the special code that used __typeof__, since we worry that
38149         it could be more trouble than it's worth.  See:
38150         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
38151         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
38152
38153         * lib/free.c: New file.
38154
38155 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
38156
38157         Trivial fixes to Makefile.am parts of module listings.
38158         * modules/strstr: Append strstr.h to lib_SOURCES.
38159         * modules/strcase: Likewise, for strcase.h.
38160
38161 2003-09-27  Karl Berry  <karl@gnu.org>
38162
38163         * config/mkinstalldirs: update from automake.
38164
38165 2003-09-26  Paul Eggert  <eggert@twinsun.com>
38166
38167         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
38168         (error_tail): Do not loop, reallocating temporary buffer, since
38169         the output cannot contain more wide characters than the input
38170         contains bytes, the size must be big enough already.  This avoids
38171         one potential size overflow calculation.  Check for size overflow
38172         when calculating temporary buffer size.  Free temporary buffer
38173         when done, if it was allocated with malloc; this plugs a memory
38174         leak.  Remove casts from void * to pointers, that are no longer
38175         needed now that we're assuming C89 or better.
38176
38177         Merge error changes from glibc.
38178
38179         * lib/error.c, error.h: Update copyright notice header to match glibc.
38180         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
38181         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
38182         Disable cancellation while printing error.
38183         * lib/error.h: Prepend __ to parameter names.
38184
38185 2003-09-26  Jim Meyering  <jim@meyering.net>
38186
38187         * lib/error.c (error_tail): Move some declarations
38188         into inner scope where the local variables are used.
38189
38190 2003-09-26  Bruno Haible  <bruno@clisp.org>
38191
38192         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
38193         stpncpy().
38194         Don't define stpncpy through config.h; it's now done through stpncpy.h.
38195
38196 2003-09-26  Bruno Haible  <bruno@clisp.org>
38197
38198         * lib/stpncpy.h (gnu_stpncpy): New declaration.
38199         (stpncpy): Define as alias for gnu_stpncpy.
38200         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
38201
38202 2003-09-25  Simon Josefsson  <jas@extundo.com>
38203
38204         * lib/xgetdomainname.h: New file.
38205         * lib/xgetdomainname.c: New file.
38206
38207 2003-09-25  Simon Josefsson  <jas@extundo.com>
38208             Bruno Haible  <bruno@clisp.org>
38209
38210         * modules/getdomainname: New file.
38211         * modules/xgetdomainname: New file.
38212         * MODULES.html.sh (func_all_modules): Add getdomainname,
38213         xgetdomainname.
38214
38215 2003-09-25  Simon Josefsson  <jas@extundo.com>
38216             Bruno Haible  <bruno@clisp.org>
38217
38218         * m4/getdomainname.m4: New file.
38219
38220 2003-09-25  Simon Josefsson  <jas@extundo.com>
38221             Bruno Haible  <bruno@clisp.org>
38222
38223         * lib/getdomainname.h: New file.
38224         * lib/getdomainname.c: New file.
38225
38226 2003-09-25  Karl Berry  <karl@gnu.org>
38227
38228         * lib/argp-fmtstream.c, argp-help.c: update from libc.
38229
38230 2003-09-25  Karl Berry  <karl@gnu.org>
38231
38232         * config/install-sh: update from automake.
38233
38234 2003-09-25  Bruno Haible  <bruno@clisp.org>
38235
38236         * modules/version-etc-2: New file, from modules/version-etc with
38237         modifications.
38238         * MODULES.html.sh (func_all_modules): Add version-etc-2.
38239
38240 2003-09-25  Bruno Haible  <bruno@clisp.org>
38241
38242         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
38243         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
38244
38245 2003-09-24  Simon Josefsson  <jas@extundo.com>
38246
38247         * modules/xgethostname: Add xgethostname.h.
38248
38249 2003-09-24  Paul Eggert  <eggert@twinsun.com>
38250
38251         * lib/linebuffer.c (freebuffer): Don't free the argument, just
38252         the buffer associated with the argument.  Bug reported by
38253         Simon Josefsson.
38254
38255 2003-09-24  Paul Eggert  <eggert@twinsun.com>
38256
38257         * README: Document assumptions that 'int' is at least 32 bits
38258         wide, that integer arithmetic is 2's complement without overflow,
38259         that there are no holes in integer values, that adding sizes of
38260         two nonoverlapping objects can't overflow, and that all-bits-zero
38261         yields scalar zero.  Fix spelling and capitalization typos.
38262
38263 2003-09-19  Karl Berry  <karl@gnu.org>
38264
38265         * lib/argp.h: update from libc.
38266
38267 2003-09-17  Paul Eggert  <eggert@twinsun.com>
38268
38269         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
38270         to avoid spurious warnings like "AC_RUN_IFELSE was called before
38271         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
38272
38273 2003-09-17  Paul Eggert  <eggert@twinsun.com>
38274
38275         * gnulib-tool: Use "test -h", not "test -L", for portability
38276         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
38277         (tags_regexp): Remove, since \| doesn't conform to POSIX.
38278         (sed_extract_prog): Issue s commands one-by-one, rather than
38279         using \| in one s command.
38280
38281 2003-09-16  Paul Eggert  <eggert@twinsun.com>
38282
38283         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
38284         input error, instead of returning NULL the next time we are called
38285         (and therefore losing track of errno).
38286
38287 2003-09-16  Bruno Haible  <bruno@clisp.org>
38288
38289         * gnulib-tool (func_create_testdir): Warn about duplicated
38290         dependencies.
38291
38292 2003-09-15  Paul Eggert  <eggert@twinsun.com>
38293
38294         * modules/argmatch, modules/fatal, modules/obstack,
38295         modules/xalloc, modules/xgethostname: Sort dependencies by
38296         importance, not alphabetically.
38297
38298 2003-09-15  Paul Eggert  <eggert@twinsun.com>
38299
38300         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
38301         fails, so that the caller gets the proper errno.
38302
38303         * lib/readutmp.c (read_utmp): Likewise.
38304         Check for fstat error.  Close stream and free storage
38305         when failing.
38306
38307 2003-09-14  Karl Berry  <karl@gnu.org>
38308
38309         * config/srclist.txt (strdup.c): disable for c89 changes.
38310
38311 2003-09-14  Jim Meyering  <jim@meyering.net>
38312
38313         * lib/getloadavg.c: Correct cpp indentation.
38314         * lib/strdup.c: Likewise.
38315         * lib/vasnprintf.c: Likewise.
38316
38317 2003-09-14  Bruno Haible  <bruno@clisp.org>
38318
38319         * modules/fwriteerror: New file.
38320         * MODULES.html.sh (func_all_modules): Add fwriteerror.
38321
38322 2003-09-14  Bruno Haible  <bruno@clisp.org>
38323
38324         * lib/fwriteerror.h: New file.
38325         * lib/fwriteerror.c: New file.
38326
38327 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38328
38329         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
38330         modules/xgethostname, modules/xalloc: Depend on exit.
38331
38332 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38333
38334         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
38335
38336         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
38337         and AC_MINIX, too, so that their extensions are available.
38338
38339         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
38340         This macro has been superseded by gl_BACKUPFILE.
38341
38342         More patches to assume C89 or better.
38343
38344         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
38345
38346         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
38347         unconditionally.
38348         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
38349         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
38350         Include <string.h>, <stdlib.h> unconditionally.
38351         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
38352         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
38353         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
38354         headers or for string.h.
38355         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
38356         or strtoul.
38357
38358         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
38359         headers.
38360         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
38361         * m4/userspec.m4 (gl_USERSPEC): Likewise.
38362         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
38363         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
38364         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
38365         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
38366         memcpy, memset.
38367         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
38368         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
38369         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
38370         strtol.
38371         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
38372         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
38373         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
38374         strtoul.
38375
38376 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38377
38378         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
38379         * lib/obstack.c [!defined _LIBC]: Likewise.
38380         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
38381         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
38382         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
38383
38384         More changes to assume C89 or better.
38385
38386         * lib/error.c (error_tail): Assume vprintf.
38387
38388         * lib/argmatch.c (getenv): Remove decl.
38389         * lib/progreloc.c (get_full_program_name): Define via prototype.
38390         * lib/setenv.c (clearenv): Likewise.
38391         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
38392         needed.
38393         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
38394         (malloc, memcpy): Remove decls.
38395         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
38396         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
38397         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
38398         (memcpy): Remove macro.
38399         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
38400         (__P): Remove.  All uses removed.
38401         (PTR): Remove.  All uses changed to void *.
38402         (CHAR_BIT, NULL): Remove.
38403         (spaces, zeros, memset_space, memset_zero)
38404         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
38405         Remove.
38406         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
38407         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
38408         Define with prototype.
38409         Remove now-unnecessary prototype decl.
38410         (extra_args_spec): Assume ANSI C.  All uses changed.
38411         (extra_args_spec_iso): Remove.
38412         (my_strftime, emacs_strftimeu): Define via prototype.
38413         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
38414         unconditionally.
38415         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
38416         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
38417         (strtoul, strtol): Remove decls.
38418         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
38419         LONG_MAX): Remove.
38420         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
38421         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
38422         (LOCALE_PARAM_PROTO): New macro.
38423         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
38424         (INTERNAL (strtol), strtol): Define with a prototype.
38425         (PARAMS): Remove.  All uses removed.
38426         * lib/tempname.c: Include <string.h> unconditionally.
38427         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
38428         * lib/xgethostname.c (main): Define with a prototype.
38429         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
38430         Include <stdlib.h> unconditionally.
38431         (calloc, malloc, realloc, free): Remove decls.
38432         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
38433         Include <stdlib.h> unconditionally.  Sort include file names.
38434         (strtod): Remove.
38435         (xstrtod): Define with a prototype.
38436         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
38437         (strtol, strtoul): Remove decls.
38438
38439 2003-09-11  Paul Eggert  <eggert@twinsun.com>
38440
38441         More patches to assume C89 or better.
38442         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
38443         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
38444         string.h, memchr, STDC_HEADERS.
38445
38446 2003-09-11  Paul Eggert  <eggert@twinsun.com>
38447
38448         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
38449         Include <stdlib.h>, <string.h> unconditionally.
38450         Remove now-unnecessary cast to char *.
38451         * lib/strnlen.c: Include <string.h> unconditionally.
38452         * lib/yesno.c (yesno): Define with a prototype.
38453
38454 2003-09-11  Bruno Haible  <bruno@clisp.org>
38455
38456         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
38457
38458 2003-09-10  Jim Meyering  <jim@meyering.net>
38459
38460         * lib/error.c: Correct indentation of cpp directives.
38461
38462 2003-09-10  Bruno Haible  <bruno@clisp.org>
38463
38464         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
38465         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
38466         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
38467         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
38468         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
38469         <stdlib.h> and <string.h> checks.
38470         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
38471         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
38472
38473 2003-09-10  Bruno Haible  <bruno@clisp.org>
38474
38475         * lib/strcspn.c: Include <string.h> unconditionally.
38476         * lib/strpbrk.c: Include <string.h> unconditionally.
38477         * lib/strstr.c: Include <string.h> unconditionally.
38478         * lib/unicodeio.c: Include <string.h> unconditionally.
38479         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
38480         * lib/unsetenv.c: Likewise.
38481         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
38482         * lib/yesno.c: Include <stdlib.h> unconditionally.
38483         (rpmatch): Add prototype.
38484
38485 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38486
38487         More patches to assume C89 or better.
38488         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
38489         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
38490         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
38491         or for string.h.
38492         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
38493         stdlib.h.
38494         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
38495         C headers.
38496         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
38497         string.h.
38498         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
38499         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
38500         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
38501         or for string.h.
38502         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
38503         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
38504         C headers.
38505         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
38506         memcpy.
38507         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
38508         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
38509         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
38510         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
38511         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
38512         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
38513         string.h, free.
38514         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
38515         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
38516         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
38517         C headers, or for string.h.
38518         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
38519         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
38520         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
38521         headers, memory.h, stdlib.h, string.h, strings.h.
38522         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
38523         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
38524         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
38525         strchr.
38526         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
38527         headers, memory.h, string.h.
38528         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
38529         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
38530         free.
38531         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
38532         headers.
38533         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
38534         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
38535         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
38536         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
38537         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
38538
38539 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38540
38541         More K&R removal.
38542
38543         * lib/acosl.c (main): Use a prototype.
38544         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
38545         tanl.c: Likewise.
38546
38547         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
38548
38549         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
38550         (getopt, etopt_long, getopt_long_only, _getopt_internal)
38551         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
38552         with a prototype.
38553         * lib/getopt.c (const): Remove macro.
38554         Include <string.h> unconditionally.
38555         (my_index): Remove; all uses changed to strchr.
38556         (strlen): Remove decl.
38557         (exchange): Remove forward decl; no longer needed.
38558         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
38559         Define with prototype.
38560         * lib/getopt1.c (const): Remove macro.
38561         (getopt_long, getopt_long_only, main): Define with prototype.
38562
38563         * lib/getugroups.c: Include <string.h> unconditionally.
38564
38565         * lib/getusershell.c: Include <stdlib.h> unconditionally.
38566         (getusershell, setusershell, endusershell, readname, main):
38567         Define with prototypes.
38568
38569         * lib/group-member.c: Include group-member.h first.
38570         Include <stdlib.h> unconditionally.
38571
38572         * lib/hard-locale.c: Include hard-locale.h first.
38573         Include <stdlib.h>, <string.h> unconditionally.
38574
38575         * lib/hash.c (free, malloc): Remove decls.
38576         Include <stdlib.h> unconditionally.
38577
38578         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
38579         (getenv): Do not declare.
38580
38581         * lib/idcache.c: Include <string.h> unconditionally.
38582
38583         * lib/long-options.c: Include long-options.h first, to test interface.
38584         Include <stdlib.h> unconditionally.
38585
38586         * lib/makepath.c: Include makepath.h first, to test interface.
38587         Include <stdlib.h> and <string.h> unconditionally.
38588
38589         * lib/linebuffer.c: Include <stdlib.h>.
38590         (free): Remove decl.
38591
38592         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
38593         stddef.h. rpl_malloc returns void *, not char *.
38594         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
38595         prototype.
38596
38597         * lib/md5.h: Include <limits.h> unconditionally.
38598         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
38599         (__P): Remove; all uses removed.
38600         * lib/md5.c: Include "md5.h" first.
38601         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
38602         md5_buffer, md5_process_bytes, md5_process_block):
38603         Define with prototypes.
38604         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
38605         * lib/sha.c: Include "sha.h" first.
38606         Include <stdlib.h>, <string.h> unconditionally.
38607
38608         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
38609         * lib/memcmp.c (__ptr_t): Likewise.
38610         * lib/memrchr.c (__ptr_t): Likewise.
38611         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
38612         Include <string.h> unconditionally.
38613         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
38614         * lib/memchr.c: Include <stdlib.h> unconditionally.
38615         * lib/memchr.c (LONG_MAX): Remove.
38616         * lib/memrchr.c (LONG_MAX): Likewise.
38617         * lib/memchr.c (__memchr): Define via a prototype.
38618         * lib/memrchr.c (__memrchr): Likewise.
38619         * lib/memcmp.c (__P): Remove, and remove all uses.
38620         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
38621         Remove forward decls; no longer needed.
38622         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
38623         Use types required by C89 in prototype.
38624
38625         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
38626         * lib/savedir.c: Likewise.
38627         * lib/mkdir.c (free): Remove decl.
38628         * lib/rmdir.c (rmdir): Define with a prototype.
38629         * lib/savedir.c: Include savedir.h first, to test interface.
38630
38631         * lib/mktime.c (STDC_HEADERS): Remove.
38632         Include <stdlib.h>, <string.h> unconditionally.
38633
38634         * lib/modechange.c: Include <stdlib.h> unconditionally.
38635         (malloc): Remove decl.
38636
38637         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
38638         (free): Remove decl.
38639
38640         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
38641         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
38642         (This type really should be intptr_t, but that's a C99ism.)
38643         (_obstack_memcpy): Remove: all uses changed to memcpy.
38644         Include <string.h> unconditionally.
38645         (struct obstack): Assume __STDC__ for types of members
38646         chunkfun, freefun, extra_arg.
38647         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
38648         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
38649         obstack_begin, obstack_specify_allocation,
38650         obstack_specify_allocation_with_arg, obstack_chunkfun,
38651         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
38652         Remove unprototyped decls and the macros that use them.
38653         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
38654         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
38655         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
38656         (defined __STDC__ && __STDC__)]:
38657         Remove nonprototyped code.
38658         Include <stdlib.h> unconditionally.
38659         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
38660         _obstack_allocated_p, _obstack_free, obstack_free,
38661         _obstack_memory_used, print_and_abort):
38662         Define using prototypes.
38663         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
38664         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
38665         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
38666         obstack_next_free, obstack_object_size, obstack_room) [0]:
38667         Remove unused, unprototyped code.
38668
38669         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
38670
38671         * lib/physmem.c (physmem_total, physmem_available, main): Define
38672         with prototypes.
38673
38674         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
38675         (main): Define with a prototype.
38676
38677         * lib/posixver.c (getenv): Remove decl.
38678
38679         * lib/putenv.c (malloc): Returns void *, not char *.
38680         Include <string.h> unconditionally.
38681         (strchr, memcpy, NULL): Do not define.
38682
38683         * lib/readtokens.c: Include readtokens.h first, to test interface.
38684         Include <stdlib.h>, <string.h> unconditionally.
38685         (init_tokenbuffer): Define with a prototype.
38686
38687         * lib/regex.c (PARAMS): Remove.  All uses removed.
38688         All uses of _RE_ARGS removed, too.
38689         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
38690         unconditionally.
38691         (bzero): Assume memset exists.
38692         (memcmp, memcpy, NULL): Remove.
38693         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
38694         char, or assignments to local vars of type signed char.
38695         (init_syntax_once, PREFIX(extract_number_and_incr),
38696         PREFIX(print_partial_compiled_pattern),
38697         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
38698         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
38699         PREFIX(regex_grow_registers), PREFIX(regex_compile),
38700         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
38701         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
38702         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
38703         wcs_compile_range, byte_compile_range, truncate_wchar,
38704         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
38705         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
38706         count_mbs_length, wcs_re_match_2_internal,
38707         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
38708         PREFIX(alt_match_null_string_p),
38709         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
38710         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
38711         regfree, PREFIX(extract_number)): Define with prototype.  Remove
38712         now-unnecessary declaration, if any.
38713         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
38714         regcomp, regexec):
38715         Remove now-unnecessary casts among pointer types.
38716         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
38717
38718         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
38719         (free): Remove decl.
38720
38721         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
38722
38723         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
38724         (free): Remove decl.
38725
38726         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
38727         * lib/xgetcwd.c: Likewise.
38728
38729         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
38730         (free): Remove decl.
38731
38732         * lib/strchrnul.c (strchrnul): Define with a prototype.
38733         Fix bug: c_in was not converted to char before searching.
38734
38735         The following changes are not K&R related:
38736
38737         * lib/group-member.h: Include <sys/types.h>, so that this file is
38738         self-contained.
38739         * lib/makepath.h: Likewise.
38740
38741         * lib/getusershell.c (readname, default_index, line_size, readname):
38742         Use size_t, not int, for sizes.
38743         (readname): If the size overflows, report an error instead of
38744         looping forever.
38745
38746 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38747
38748         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
38749         libc.
38750
38751 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38752
38753         * README: New section: portability guidelines.
38754
38755 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
38756
38757         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
38758         C89 spec.
38759
38760 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
38761
38762         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
38763
38764 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38765
38766         Assume C89 or better; remove K&R cruft.
38767         A few of these changes were first proposed by Derek Robert Price
38768         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
38769
38770         * lib/addext.c: Include <string.h> unconditionally.
38771         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
38772         Don't declare getenv or malloc.
38773
38774         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
38775         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
38776         (NULL): Remove.
38777         (find_stack_direction, alloca): Use prototypes.
38778
38779         * lib/atexit.c (atexit): Define using a prototype.
38780
38781         * lib/basename.c, dirname.c, stripslash.c:
38782         Include <string.h> unconditionally.
38783
38784         * lib/bcopy.c: Include <stddef.h>.
38785         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
38786
38787         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
38788
38789         * lib/error.h (error, error_at_line, error_print_progname)
38790         [! (defined (__STDC__) && __STDC__)]: Remove decls.
38791         * lib/error.c: Include error.h first, to check interface.
38792         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
38793         (VA_START): Remove; all uses changeed to va_start.
38794         (exit, strerror): Remove decls.
38795         (error_print_progname): Prototype uncondionally.
38796         Don't include <errno.h>; no longer needed.
38797         (private_strerror): Remove.
38798         (error_tail): Always define.
38799         (error, error_at_line): Assume C89 or better; always use prototypes.
38800         * lib/fatal.c: Include "fatal.h" first, to test interface.
38801         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
38802         (VA_START): Remove; all uses changed to va_start.
38803         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
38804         this case.
38805         (exit): Remove decl.
38806         (fatal): Prototype unconditionally.  Assume va_start works.
38807         Abort at end, to pacify gcc.
38808
38809         * lib/euidaccess.c (main): Define with a prototype.
38810
38811         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
38812
38813         * lib/exitfail.c: Include <stdlib.h> unconditionally.
38814
38815         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
38816         prototypes.
38817         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
38818         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
38819         (getenv): Remove decl.
38820         (fnmatch): Define using a prototype.
38821         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
38822         (FCT): Define using a prototype.
38823
38824         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
38825
38826         * lib/gethostname.c: Include <stddef.h>.
38827         (gethostname): Define with prototype.  Length is size_t, not int.
38828
38829 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38830
38831         Assume C89 or better; remove K&R cruft.
38832         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
38833         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
38834         string.h, getenv, malloc.
38835         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
38836         headers.
38837         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
38838         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
38839         do not check for strerror.
38840         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
38841         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
38842         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
38843         do not check for doprnt or vprintf.
38844         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
38845         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
38846
38847 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38848
38849         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
38850         getversion.c should have been removed then, but was accidentally
38851         preserved.
38852
38853         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
38854         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
38855
38856 2003-09-08  Karl Berry  <karl@gnu.org>
38857
38858         * config/config.sub, config.guess, srclistvars.sh: update from savannah
38859                 config, forget about prep.
38860
38861         * config/depcomp, missing: update from automake.
38862
38863 2003-09-07  Paul Eggert  <eggert@twinsun.com>
38864
38865         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
38866         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
38867
38868 2003-09-07  Paul Eggert  <eggert@twinsun.com>
38869
38870         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
38871         copy_tm_result.  Bug reported by Simon Josefsson in
38872         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
38873
38874 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38875
38876         * m4/time_r.m4: New file.
38877         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
38878         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
38879         is. Check for timegm declaration.
38880         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
38881         Do not check for gmtime_r.
38882         Replace mktime if __mktime_internal does not exist and if mktime
38883         hasn't been replaced already.
38884
38885 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38886
38887         * lib/time_r.c, lib/time_r.h: New files.
38888
38889         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
38890         __localtime_r.
38891         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
38892         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
38893
38894         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
38895         __gmtime_r.
38896         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
38897         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
38898         Include <time_r.h>.
38899
38900         * lib/timegm.c: Switch to glibc implementation, with the following
38901         changes:
38902         [defined HAVE_CONFIG_H]: Include <config.h>.
38903         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
38904         (__mktime_internal) [!defined _LIBC]: New decl.
38905         (__gmtime_r) [!defined _LIBC]: New macro and function.
38906         (timegm): Use a prototype, since gnulib assumes C89.
38907         Do not bother declaring tmp to be const, as it's not really usefu.
38908         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
38909         (timegm): Declare only if HAVE_DECL_TIMEGM.
38910
38911 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38912
38913         * MODULES.html.sh (func_all_modules): Add time_r.
38914         * modules/time_r: New file.
38915         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
38916         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
38917
38918 2003-09-03  Paul Eggert  <eggert@twinsun.com>
38919
38920         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
38921         Bug reported by Lute Kamstra in
38922         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
38923
38924         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
38925         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
38926         course with correspondingly smaller numbers for tomorrow and
38927         yesterday.  From Tadayoshi Funaba.  Originally installed into
38928         sh-utils on 1999-08-07, but the patch got lost (I guess during the
38929         coreutils merge?).
38930
38931 2003-08-31  Simon Josefsson  <jas@extundo.com>
38932
38933         * modules/timegm: New file.
38934         * MODULES.html.sh (func_all_modules): Add timegm.
38935
38936 2003-08-31  Simon Josefsson  <jas@extundo.com>
38937
38938         * m4/timegm.m4: New file.
38939
38940 2003-08-31  Simon Josefsson  <jas@extundo.com>
38941
38942         * lib/timegm.h: New file.
38943         * lib/timegm.c: New file.  Based on
38944         wget-1.8.2/src/http.c:mktime_from_utc.
38945
38946 2003-08-31  Karl Berry  <karl@gnu.org>
38947
38948         * lib/argp.h: update from libc.
38949
38950 2003-08-28  Bruno Haible  <bruno@clisp.org>
38951
38952         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
38953         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
38954         followed by '#define fnmatch fnmatch_posix' gives an error.
38955
38956 2003-08-28  Bruno Haible  <bruno@clisp.org>
38957
38958         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
38959         warning on QNX, which defines O_BINARY to 000000.
38960
38961 2003-08-27  Jim Meyering  <jim@meyering.net>
38962
38963         * m4/mkstemp.m4: Require that the system mkstemp be able to create
38964         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
38965         would fail after 32.  Reported by Danny Levinson.  Details here:
38966         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
38967
38968 2003-08-24  Bruno Haible  <bruno@clisp.org>
38969
38970         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
38971         MSVC7 <stdio.h> is included later.
38972
38973 2003-08-22  Simon Josefsson  <jas@extundo.com>
38974
38975         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
38976
38977 2003-08-20  Karl Berry  <karl@gnu.org>
38978
38979         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
38980
38981 2003-08-20  Bruno Haible  <bruno@clisp.org>
38982
38983         * modules/progname: New file.
38984         * MODULES.html.sh (func_all_modules): Add progname.
38985
38986 2003-08-20  Bruno Haible  <bruno@clisp.org>
38987
38988         * lib/progname.h: New file, from GNU gettext.
38989         * lib/progname.c: New file, from GNU gettext.
38990         * lib/progreloc.c: New file, from GNU gettext.
38991
38992 2003-08-19  Jim Meyering  <jim@meyering.net>
38993
38994         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
38995         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
38996
38997 2003-08-19  Bruno Haible  <bruno@clisp.org>
38998
38999         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
39000         more.
39001
39002 2003-08-19  Bruno Haible  <bruno@clisp.org>
39003
39004         * lib/xstrdup.c: Assume <string.h> exists.
39005
39006 2003-08-18  Paul Eggert  <eggert@twinsun.com>
39007
39008         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
39009         in makefile rules.
39010
39011 2003-08-18  Jim Meyering  <jim@meyering.net>
39012
39013         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
39014         * m4/lib-ld.m4: Likewise.
39015
39016 2003-08-18  Jim Meyering  <jim@meyering.net>
39017
39018         * lib/setenv.h: Indent nested cpp directive.
39019         * lib/vasnprintf.c: Remove trailing blanks.
39020
39021 2003-08-17  Simon Josefsson  <jas@extundo.com>
39022
39023         * modules/xstrndup: New file.
39024         * MODULES.html.sh (func_all_modules): Add xstrndup.
39025
39026 2003-08-17  Simon Josefsson  <jas@extundo.com>
39027
39028         * modules/argp: Fix autoconf macro name. Add more dependencies.
39029
39030 2003-08-17  Simon Josefsson  <jas@extundo.com>
39031
39032         * m4/xstrndup.m4: New file.
39033
39034 2003-08-17  Simon Josefsson  <jas@extundo.com>
39035
39036         * m4/argp.m4: New file.
39037
39038 2003-08-17  Simon Josefsson  <jas@extundo.com>
39039             Bruno Haible  <bruno@clisp.org>
39040
39041         * lib/xstrndup.h: New file.
39042         * lib/xstrndup.c: New file.
39043
39044 2003-08-17  Bruno Haible  <bruno@clisp.org>
39045
39046         * modules/strndup (Files, Include): Add lib/strndup.h.
39047
39048 2003-08-17  Bruno Haible  <bruno@clisp.org>
39049
39050         * modules/euidaccess (Files): Add lib/euidaccess.h.
39051
39052 2003-08-17  Bruno Haible  <bruno@clisp.org>
39053
39054         * lib/strndup.h: New file.
39055
39056 2003-08-17  Bruno Haible  <bruno@clisp.org>
39057
39058         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
39059         like AC_GNU_SOURCE.
39060         * modules/extensions (configure.ac): Comment out the invocation of
39061         gl_USE_SYSTEM_EXTENSIONS.
39062
39063 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39064
39065         Merges from coreutils, etc.
39066         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
39067         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
39068         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
39069         fixing a typo.
39070         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
39071         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
39072
39073 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39074
39075         Document merge from coreutils.
39076         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
39077         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
39078         * modules/utime: Add m4/utimes-null.m4.
39079
39080 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39081
39082         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
39083         space, undoing this 2003-08-12 change:
39084         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
39085
39086 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39087
39088         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
39089         strtoul.c from libc, undoing this 2003-08-12 change:
39090         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
39091
39092 2003-08-16  Jim Meyering  <jim@meyering.net>
39093
39094         Merges from coreutils.
39095         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
39096         prefix.  Adjust cache variables similarly.  Create 500 rather than
39097         just 300 files, to exercise bug on Darwin6.5, too.
39098         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
39099         $missing_dir.
39100         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
39101         AM_SYS_POSIX_TERMIOS.
39102         Reported by mkc@mathdogs.com.
39103         Also change use of $am_cv_sys_posix_termios
39104         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
39105         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
39106         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
39107         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
39108         in /proc/mounts until it finds one with matching device number.  This
39109         is unnecessary when the FILE argument *is* a mount point.  No stat call
39110         is necessary in that case.  So, disable the statvfs-testing code on
39111         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
39112         as RedHat bug# 84846.
39113         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
39114         to 1MB, so as not to render systems with no stack size limit (e.g.,
39115         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
39116         Include <unistd.h>.  On some systems,
39117         it is required for the definition of _SC_PAGESIZE.
39118
39119 2003-08-16  Jim Meyering  <jim@meyering.net>
39120
39121         Merge from coreutils.
39122         * lib/xstrtoimax.c: #else #if -> #elif.
39123         * lib/xstrtoumax.c: Likewise.
39124
39125 2003-08-16  Jim Meyering  <jim@meyering.net>
39126
39127         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
39128         * m4/utimes.m4: Removed.
39129         * m4/utimes-null.m4: Renamed from utimes.m4.
39130
39131         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
39132         to 1MB, so as not to render systems with no stack size limit (e.g.,
39133         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
39134         Include <unistd.h>.  On some systems,
39135         it is required for the definition of _SC_PAGESIZE.
39136
39137 2003-08-16  Jim Meyering  <jim@meyering.net>
39138         and Paul Eggert  <eggert@cs.ucla.edu>
39139
39140         Merges from coreutils, etc.
39141
39142         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
39143         using the latest version from cvs.  This avoids problems with #line
39144         directives using a vendor (Sun) compiler.
39145         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
39146         Don't set GETGROUPS_LIB here; now it's
39147         done via getgroups.m4's wrapper function.
39148         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
39149         rather than just in sh-util/configure.in, so that the
39150         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
39151         same.
39152         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
39153         AC_FUNC_GETLOADAVG where to find getloadavg.c.
39154         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
39155         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
39156         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
39157         Remove code that is now done by the newly-required macros.
39158         Append $(EXEEXT) to DF_PROG.
39159         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
39160         Do not invoke or require the following here,
39161         since prereq.m4 or some gnulib .m4 now does this for us:
39162         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
39163         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
39164         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
39165         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
39166         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
39167         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
39168         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
39169         AC_FUNC_OBSTACK.
39170         Do not replace the following functions, as this is now the job
39171         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
39172         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
39173         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
39174         atexit getpass, strdup, getpagesize.
39175         Replace 'raise'.
39176         Do not check for the following functions, as this is now the job
39177         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
39178         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
39179         setregid.
39180         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
39181         Check for sys/sysctl.h.
39182         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
39183         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
39184         of checking for ssize_t ourselves.
39185
39186         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
39187         Require every macro that gnulib/modules/* suggests for us.
39188         (jm_PREREQ_ADDEXT): New macro.
39189         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
39190         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
39191
39192         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
39193         (gl_PHYSMEM): Use it.
39194         Also check for `table' function.
39195         Check for new headers and functions.
39196         Add check for sys/sysmp.h.
39197         With suggestions from Kaveh Ghazi.
39198         Ignore headers that are present but cannot be compiled.  This
39199         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
39200         C 5.4.
39201
39202 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39203
39204         Document merge from coreutils.
39205         * modules/userspec: Depend on posixver.
39206         * modules/strftime: Depend on tzset.
39207
39208 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39209
39210         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
39211         rather than tab, after '#' in shell-script copyright notices.
39212         Suggested by Bruno Haible.
39213
39214 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39215
39216         * config/srclist-update: Use three spaces, rather than tab, after '#'
39217         in shell-script copyright notices.  Suggested by Bruno Haible.
39218         Remove unnecessary parenthesization in regular expression.
39219
39220 2003-08-15  Jim Meyering  <jim@meyering.net>
39221
39222         Merge from coreutils.
39223         * lib/xgethostname.c: Include <stdlib.h>.
39224         (xghostname): Don't exit for anything other than memory-related
39225         failure; just return NULL.
39226         * lib/userspec.c: Include "posixver.h".
39227         (parse_user_spec): Accept `.' as a separator only
39228         in pre-POSIX-200112 mode.
39229         * lib/strtoimax.c: Use #elif rather than #else #if.
39230         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
39231         Remove function, now that we can rely on a working tzset function.
39232         [!_LIBC]: Ensure that the required autoconf test has been run.
39233         [!defined _NL_CURRENT && HAVE_STRFTIME]:
39234         Use underlying_strftime for %r.
39235         * lib/sha.c: Merge in some clean-up and optimization changes from
39236         glibc.
39237         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
39238         Ensure that it is a multiple of 64.
39239         Rearrange loop exit tests so as to avoid performing an
39240         additional fread after encountering an error or EOF.
39241         * lib/realloc.c: Update copyright date.
39242
39243 2003-08-15  Jim Meyering  <jim@meyering.net>
39244         and Paul Eggert  <eggert@twinsun.com>
39245
39246         Merge from coreutils.
39247         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
39248         member but strut utmpx does not.  Needed for AIX 4.3.3.
39249         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
39250
39251 2003-08-15  Jim Meyering  <jim@meyering.net>
39252         and Paul Eggert  <eggert@cs.ucla.edu>
39253
39254         Merges from coreutils, etc.
39255         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
39256         Require gl_FUNC_TZSET_CLOBBER.
39257         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
39258         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
39259         members.
39260
39261 2003-08-14  Paul Eggert  <eggert@twinsun.com>
39262
39263         Help the merge from coreutils.
39264         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
39265         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
39266         * m4/tzset.m4: Use it too.
39267
39268 2003-08-14  Paul Eggert  <eggert@twinsun.com>
39269
39270         * modules/tzset: New file.
39271
39272 2003-08-14  Jim Meyering  <jim@meyering.net>
39273
39274         Merges from coreutils.
39275         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
39276         variable names, rather than @FNMATCH_H@.
39277         * modules/alloca: Likewise for $(ALLOCA_H).
39278
39279         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
39280         the three copies of the literal target, `fnmatch.h'.
39281         * modules/alloca (alloca.h): Likewise.
39282
39283 2003-08-14  Jim Meyering  <jim@meyering.net>
39284
39285         Merge from coreutils.
39286         * m4/tzset.m4: New file.
39287         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
39288         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
39289         otherwise, AIX 5.1 systems would end up using the latter.
39290         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
39291         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
39292         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
39293         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
39294
39295 2003-08-14  Jim Meyering  <jim@meyering.net>
39296
39297         Merge from coreutils.
39298         * lib/obstack.h: Whitespace changes.
39299         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
39300         and xcalloc return values.
39301         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
39302         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
39303         hang on OSF/1 5.1 for DIR on both local and remote file systems.
39304         Reported by (and fix confirmed by) Nelson H. F. Beebe.
39305         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
39306         error from mntctl.
39307         Use mntctl's return value to drive the entry-processing loop, since
39308         we can't rely on the value of the vmt_length member in the last
39309         entry.  On some systems doing so could result in exhausting
39310         virtual memory.  Based in part on a patch from Mike Jetzer.
39311
39312 2003-08-14  Jim Meyering  <jim@meyering.net>
39313         and Paul Eggert  <eggert@twinsun.com>
39314
39315         Merges from coreutils, plus other fixes.
39316         * lib/physmem.c: Merge in portability changes from gcc/libiberty
39317         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
39318         for credits and details.  Thanks to Kaveh Ghazi for helping
39319         to keep these files in sync.
39320         (ARRAY_SIZE): Define it.
39321         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
39322         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
39323         (memcasecmp): Don't assume size_t fits in unsigned int.
39324         Remove casts and duplicate code.
39325         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
39326         (memcpy): Remove definition.
39327         Merge in some clean-up and optimization changes from glibc.
39328         [BLOCKSIZE]: Move definition to top of file.
39329         Ensure that it is a multiple of 64.
39330         Rearrange loop exit tests so as to avoid performing an
39331         additional fread after encountering an error or EOF.
39332         * lib/md5.h (md5_uintptr): Define.
39333         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
39334         return to the initial working directory.  Preserve errno
39335         for caller.
39336         * lib/idcache.c: Include "xalloc.h".
39337         (xmalloc, xrealloc): Remove decls.
39338         (getuser): Remove casts no longer required in C89.
39339         * lib/human.c: Include stdio.h, for sprintf.
39340         * lib/group-member.c: Include "xalloc.h".
39341         (xmalloc, xrealloc): Remove decls.
39342         (get_group_info): Remove casts no longer required in C89.
39343         * lib/getusershell.c (readname): Remove casts no longer required in
39344         C89.
39345         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
39346         * lib/getline.c: Whitespace fix, from coreutils.
39347
39348 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39349
39350         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
39351         Check for isascii.
39352
39353         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
39354         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
39355         Undo previous (whitespace-only) change.
39356
39357 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39358
39359         * lib/exclude.c: Include <ctype.h>
39360         (IN_CTYPE_DOMAIN): New macro.
39361         (is_space): New fn.
39362         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
39363         and empty lines.
39364
39365         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
39366         Undo previous (whitespace-only) change.
39367
39368 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39369
39370         * config/srclist-update: Change update back to the old behavior,
39371         leaving whitespace alone.  Use one 'sed' command rather than a
39372         pipeline.
39373         (fixlicense): Now a variable, not a function.
39374         (remove_trailing_blanks): Remove.
39375         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
39376         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
39377         Undo previous (whitespace-only) change.
39378
39379 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39380
39381         Merge from coreutils.
39382         * modules/euidaccess: Add lib_SOURCES, include for new
39383         file euidaccess.h
39384
39385 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39386
39387         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
39388         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
39389         Normalize leading white space and remove trailing white space.
39390
39391         Merge from coreutils
39392         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
39393
39394         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
39395         0.12.1.  These files are now being upgraded automatically by
39396         ../config/srclist-update.
39397
39398 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39399
39400         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
39401         Normalize leading white space and remove trailing white space.
39402         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
39403         notice, as per ../config/srclist-update.
39404
39405         Merge from coreutils.
39406         * lib/euidaccess.h: New file.
39407         * lib/euidaccess.c: Include it.
39408         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
39409         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
39410         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
39411
39412 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39413
39414         * config/srclist-update: Add copyright notice.
39415         (remove_id_lines, remove_trailing_blanks): New constants.
39416         (fixfile): Use them to normalize spacing a bit in copied files.
39417         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
39418         Normalize leading white space and remove trailing white space.
39419
39420         * config/texinfo.tex: Sync with texinfo.
39421
39422         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
39423         strtoul.c from libc, to merge coreutils whitespace changes.
39424
39425         * config/srclist.txt: Get the following m4 files from gettext:
39426         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
39427         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
39428         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
39429         wint_t.m4.
39430
39431 2003-08-12  Karl Berry  <karl@gnu.org>
39432
39433         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
39434         been made.
39435
39436 2003-08-11  Paul Eggert  <eggert@twinsun.com>
39437
39438         * modules/gnu-source, m4/gnu-source.m4:
39439         Remove; we're assuming Autoconf 2.54 or later now.
39440         Suggested by Bruno Haible.
39441         * MODULES.html.sh (func_all_modules): Remove gnu-source.
39442
39443 2003-08-11  Bruno Haible  <bruno@clisp.org>
39444
39445         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
39446
39447 2003-08-11  Bruno Haible  <bruno@clisp.org>
39448
39449         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
39450         (vasnprintf): Use it instead of wcslen.
39451
39452 2003-08-11  Bruno Haible  <bruno@clisp.org>
39453
39454         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
39455         value to ensure that _Bool promotes to int. Use #define for _Bool when
39456         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
39457
39458 2003-08-10  Karl Berry  <karl@gnu.org>
39459
39460         * lib/regex.h: update from libc (whitespace fix).
39461
39462 2003-08-09  Paul Eggert  <eggert@twinsun.com>
39463
39464         Merge some files from coreutils.  These changes were
39465         originally made by Jim Meyering.
39466         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
39467         many older Unixes require this.
39468         * lib/alloca.c (alloca): Remove cast to argument of free;
39469         no longer needed in C89.
39470         * lib/alloca_.h, regex.h: Fix white space to match
39471         what GNU indent does.
39472
39473 2003-08-09  Paul Eggert  <eggert@twinsun.com>
39474
39475         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
39476         apparently Emacs's Unicode mode got confused before my 2003-08-05
39477         checkin.
39478
39479 2003-08-08  Paul Eggert  <eggert@twinsun.com>
39480
39481         * m4/extensions.m4: New file.
39482         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
39483         Require gl_USE_SYSTEM_EXTENSIONS.
39484         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
39485         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
39486
39487 2003-08-08  Paul Eggert  <eggert@twinsun.com>
39488
39489         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
39490         * modules/extensions, modules/gnu-source: New files.
39491         * modules/timespec, modules/unlocked-io: Depend on extensions.
39492
39493 2003-08-07  Paul Eggert  <eggert@twinsun.com>
39494
39495         * modules/restrict: New file.
39496         * MODULES.html.sh (func_all_modules): Add restrict.
39497         * modules/regex: Depend on restrict.
39498
39499 2003-08-07  Paul Eggert  <eggert@twinsun.com>
39500
39501         * m4/restrict.m4: New file.
39502         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
39503
39504 2003-08-07  Bruno Haible  <bruno@clisp.org>
39505
39506         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
39507         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
39508
39509 2003-08-07  Bruno Haible  <bruno@clisp.org>
39510
39511         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
39512         makes the module 'getndelim2' compatible with the module 'getline'.
39513
39514 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39515
39516         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
39517         byte with "\201" to avoid glitches when editing that source file
39518         with multi-gnome-terminal.
39519
39520 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39521
39522         * lib/bumpalloc.h: Remove.
39523
39524 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39525
39526         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
39527         * modules/bumpalloc: Remove.
39528
39529 2003-08-04  Paul Eggert  <eggert@twinsun.com>
39530
39531         * lib/getloadavg.c: Change copyright notice and spacing to conform to
39532         GNU coding style.
39533
39534         Merge from coreutils.
39535         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
39536         1. From glibc.
39537         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
39538         from Karl Berry, implemented by Jim Meyering.
39539         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
39540         from Dmitry V. Levin.
39541         Remove anachronistic cast of xrealloc.
39542         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
39543         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
39544         type. Otherwise, it wouldn't compile with at least /bin/cc on
39545         ymp-cray-unicos9.0.2.X.
39546         Combine two mostly-identical uses of alloca into one.
39547         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
39548
39549 2003-08-04  Dave Love  <d.love@dl.ac.uk>
39550
39551         [From Emacs.]
39552
39553         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
39554         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
39555         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
39556         obsolete NLIST_NAME_UNION.
39557         [__GNU__]: Undef BSD and FSCALE.
39558         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
39559
39560 2003-08-03  Paul Eggert  <eggert@twinsun.com>
39561
39562         * lib/stdbool_.h (_Bool): Make it signed char, instead of
39563         an enum type, so that it's guaranteed to promote to int.  See:
39564         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
39565
39566 2003-08-03  Karl Berry  <karl@gnu.org>
39567
39568         * config/depcomp: update from automake.
39569
39570 2003-07-31  Paul Eggert  <eggert@twinsun.com>
39571
39572         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
39573         (strerror): Don't assume that a printable int fits in 14 bytes.
39574
39575 2003-07-31  Bruno Haible  <bruno@clisp.org>
39576
39577         * modules/getpass-gnu: New file.
39578         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
39579
39580 2003-07-31  Bruno Haible  <bruno@clisp.org>
39581
39582         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
39583
39584 2003-07-24  Karl Berry  <karl@gnu.org>
39585
39586         * config/missing: update from automake.
39587
39588 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
39589             Bruno Haible  <bruno@clisp.org>
39590
39591         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
39592         * lib/getline.c (getline, getdelim): Likewise.
39593         Remove _GNU_SOURCE define; now it's defined in config.h through
39594         m4/getline.m4.
39595
39596 2003-07-23  Karl Berry  <karl@gnu.org>
39597
39598         * config/config.sub: update from prep.
39599
39600 2003-07-22  Paul Eggert  <eggert@twinsun.com>
39601
39602         * modules/xalloc (Depends-on): Add exitfail.
39603         * modules/xmemcoll: Likewise.
39604
39605 2003-07-22  Paul Eggert  <eggert@twinsun.com>
39606
39607         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
39608         over-parenthesization in macros.
39609
39610         Sync with coreutils.
39611
39612         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
39613         required by C99.
39614
39615         Use `exit_failure' for xalloc and xmemcoll instead of their own
39616         private exit-failure variables.
39617         * lib/xalloc.h (xalloc_exit_failure): Remove.
39618         * lib/xmalloc.c: Likewise.  Include exitfail.h.
39619         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
39620         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
39621         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
39622         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
39623
39624 2003-07-20  Jim Meyering  <jim@meyering.net>
39625
39626         * modules/closeout (Depends-on): Add exitfail.
39627         Suggestion from Bruno Haible.
39628
39629 2003-07-19  Karl Berry  <karl@gnu.org>
39630
39631         * config/config.sub: update from prep.
39632
39633 2003-07-18  Paul Eggert  <eggert@twinsun.com>
39634
39635         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
39636         Remove.
39637         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
39638         to test that it can stand by itself.  Include "exitfail.h".
39639         Clients should set exit_failure instead.
39640         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
39641
39642 2003-07-18  Bruno Haible  <bruno@clisp.org>
39643
39644         * modules/getndelim2: New file.
39645         * modules/getline: Share files with module getndelim2.
39646         * modules/getnline: Depend on getndelim2 instead of sharing files with
39647         it. Add getnline.c to lib_SOURCES.
39648         * MODULES.html.sh (func_all_modules): Add getndelim2.
39649
39650 2003-07-18  Bruno Haible  <bruno@clisp.org>
39651
39652         * m4/getndelim2.m4: New file.
39653         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
39654         invoke gl_PREREQ_GETNDELIM2.
39655         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
39656         gl_PREREQ_GETNDELIM2.
39657         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
39658         gl_GETNDELIM2.
39659
39660 2003-07-18  Bruno Haible  <bruno@clisp.org>
39661
39662         * lib/getndelim2.h: New file.
39663         * lib/getndelim2.c: Make into a module of its own. Include config.h,
39664         getndelim2.h.
39665         (getndelim2): Make non-static. Change return type to ssize_t.
39666         * lib/getline.h: Change argument names.
39667         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
39668         * lib/getnline.c: Include getndelim2.h.
39669
39670 2003-07-18  Andreas Schwab  <schwab@suse.de>
39671
39672         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
39673
39674 2003-07-17  Karl Berry  <karl@gnu.org>
39675
39676         * config/config.sub: update from prep.
39677
39678 2003-07-17  Bruno Haible  <bruno@clisp.org>
39679
39680         * modules/getnline: New file.
39681         * modules/getline: Add lib/getndelim2.c to source file list.
39682         * MODULES.html.sh (func_all_modules): Add getnline.
39683
39684 2003-07-17  Bruno Haible  <bruno@clisp.org>
39685
39686         * m4/getnline.m4: New file.
39687
39688 2003-07-17  Bruno Haible  <bruno@clisp.org>
39689
39690         * m4/Makefile.am.in: Remove file.
39691         * m4/Makefile.am: Remove file.
39692         * m4/Makefile.in: Remove file.
39693
39694 2003-07-17  Bruno Haible  <bruno@clisp.org>
39695
39696         * lib/getnline.h: New file.
39697         * lib/getnline.c: New file.
39698         * lib/getndelim2.c: New file, extracted from getline.c.
39699         (getndelim2): Renamed from getdelim2, with added nmax argument.
39700         * lib/getline.c: Include getndelim2.c.
39701         (getdelim2): Moved out to getndelim2.c.
39702         (getline, getdelim): Update.
39703
39704 2003-07-17  Bruno Haible  <bruno@clisp.org>
39705
39706         * lib/Makefile.am: Remove file.
39707         * lib/Makefile.in: Remove file.
39708
39709 2003-07-17  Bruno Haible  <bruno@clisp.org>
39710
39711         * configure.in: Remove file.
39712         * Makefile.in: Remove file.
39713
39714 2003-07-17  Bruno Haible  <bruno@clisp.org>
39715
39716         * MODULES.html.sh: Put the </BODY> right before </HTML>.
39717
39718 2003-07-16  Karl Berry  <karl@gnu.org>
39719
39720         * config/srclist-update: was running fixlicense twice, which caused
39721                 texinfo.tex to be nullified for some reason.  Simplify,
39722                 $gplsrc is no longer needed as far as I can see?
39723
39724 2003-07-16  Jim Meyering  <jim@meyering.net>
39725
39726         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
39727
39728 2003-07-15  Paul Eggert  <eggert@twinsun.com>
39729
39730         * config/srclist.txt: Get the following files from gettext-runtime/intl
39731         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
39732         ref-del.sin.  From Bruno Haible.
39733         * config/srclist-update (fixfile): Change grep pattern again, since the
39734         previous fix didn't work (there was another trailing $).  Use
39735         '[$]' to escape the $s.
39736
39737 2003-07-15  Karl Berry  <karl@gnu.org>
39738
39739         * lib/vasnprintf.c: update from gettext.
39740
39741 2003-07-15  Karl Berry  <karl@gnu.org>
39742
39743         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
39744         gets expanded when surrounded by '$'.
39745
39746 2003-07-15  Jim Meyering  <jim@meyering.net>
39747
39748         * modules/save-cwd: Don't depend on error.  From Derek Price.
39749
39750 2003-07-15  Jim Meyering  <jim@meyering.net>
39751
39752         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
39753
39754 2003-07-14  Simon Josefsson  <jas@extundo.com>
39755
39756         * modules/mempcpy: New file.
39757         * MODULES.html.sh (func_all_modules): Add mempcpy.
39758
39759 2003-07-14  Simon Josefsson  <jas@extundo.com>
39760
39761         * m4/mempcpy.m4: New file.
39762
39763 2003-07-14  Simon Josefsson  <jas@extundo.com>
39764
39765         * lib/mempcpy.h: New file.
39766         * lib/mempcpy.c: New file.
39767
39768 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39769
39770         * modules/getdate, modules/posixtm: Depend on mktime.
39771
39772 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39773
39774         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
39775         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
39776         unicodeio.c, unicodeio.h, unlocked-io.h:
39777         Switch from LGPL to GPL.
39778
39779 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39780
39781         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
39782         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
39783         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
39784         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
39785         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
39786         updated automatically by ../config/srclist-update.  This changes
39787         their license from LPGL to GPL.
39788
39789 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39790
39791         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
39792         assumed to refer to the root of the most recent stable gettext version.
39793         * config/srclistvars.sh: Add defaults for eggert.
39794         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
39795         Match "This program" as well as "The program".  This is needed
39796         for gettext.
39797
39798 2003-07-14  Jim Meyering  <jim@meyering.net>
39799
39800         Don't emit diagnostics.  Let callers do that.
39801         * lib/save-cwd.c: Don't include "error.h".
39802         (save_cwd): Don't call error.  Ensure that errno is valid
39803         when returning nonzero.
39804
39805         * lib/save-cwd.h (restore_cwd): Update prototype.
39806         * lib/save-cwd.c (restore_cwd): Remove two parameters.
39807         Simplify.  Don't call error upon failure.  Let callers do that.
39808         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
39809         when auditing is enabled.  But don't bother updating the #if.
39810
39811 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
39812
39813         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
39814         it breaks C++ compilation.
39815         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
39816
39817 2003-07-10  Simon Josefsson  <jas@extundo.com>
39818
39819         * modules/strchrnul (Makefile.am): Add strchrnul.h.
39820
39821 2003-07-10  Jim Meyering  <jim@meyering.net>
39822
39823         * m4/clock_time.m4: Remove trailing blank.
39824         * m4/intmax_t.m4: Likewise.
39825
39826 2003-07-10  Jim Meyering  <jim@meyering.net>
39827
39828         * lib/vasnprintf.c: Remove trailing blanks.
39829         Make cpp indentation consistent.
39830
39831 2003-07-09  Paul Eggert  <eggert@twinsun.com>
39832
39833         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
39834         posixver.c, strftime.c, strnlen.c, strverscmp.c:
39835         Switch from LGPL to GPL.
39836
39837 2003-07-09  Paul Eggert  <eggert@twinsun.com>
39838
39839         * config/srclist.txt: Sort sublists.  Add
39840         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
39841         that differ from gnulib for one reason or another; we'd like this list
39842         to be smaller but for now let's document what we have.
39843
39844 2003-07-08  Paul Eggert  <eggert@twinsun.com>
39845
39846         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
39847         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
39848         and sweeter "eval x=$x".
39849         * config/srclist.txt: Get lib/argp* from glibc.
39850
39851 2003-07-07  Paul Eggert  <eggert@twinsun.com>
39852
39853         * lib/mktime.c: Fix some boundary cases and remove need for floating
39854         point.
39855
39856         Issue a compile-time diagnostic if time_t is floating point, or if
39857         two's complement arithmetic is not in effect, or if arithmetic
39858         right shift does not propagate the sign.  These assumptions were
39859         all in the original code but they weren't checked.
39860
39861         (TIME_T_MIDPOINT, verify): New macros.
39862         (__isleap): Remove; it has integer overflow problems.
39863         (leapyear): New function, without those problems.
39864         (ydhms_tm_diff): Remove; splitting into two parts.
39865         (ydhms_diff): New function, containing the arithmetic part of
39866         the old ydhms_tm_diff function.  Issue a compile-time
39867         diagnostic if we are not using C99 integer division.
39868         Avoid casts when possible.
39869         (guess_time_tm): New function, containing the checking part of
39870         the old ydhms_tm_diff function.  Return the new value, rather than
39871         the difference between it and the old.  Accept a new argument T
39872         so that *T specifies the old value.  Check for overflow in the result.
39873
39874         (__mktime_internal): Use a time_t offset, not a long int offset.
39875         This undoes the 2003-06-04 change, which is no longer needed now
39876         that we have better overflow checking.
39877         (localtime_offset): Likewise.
39878
39879         (__mktime_internal): Avoid harmful overflow on hosts where time_t
39880         and long are 64-bit but int is only 32-bit.
39881         (ydhms_diff): Use long int to store year1 and yday1.
39882         Issue a compile-time diagnostic if long int is not wide enough.
39883
39884         (__mktime_internal): Use long int to store adjusted year and yday.
39885         Use plain C rather than preprocessor commands, if that doesn't
39886         affect efficiency.
39887         Check for overflow (and try to repair) after each probe
39888         rather than checking only at the very end.  This avoids some bugs
39889         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
39890         does not equal GMT offset at maximum time).
39891         Use integer to check for overflow rather than floating point; this
39892         is more portable to non-IEEE hosts, and is a tad faster.
39893         When we detect that we are oscillating between two values,
39894         don't check whether tm_isdst has the requested value, since
39895         we already know the answer.  When tm_isdst has the wrong value,
39896         use a different heuristic to find the right one, based on the
39897         extreme values actually observed in practice in tz2003a,
39898         rather than the (overly optimistic) "previous 3 calendar quarters".
39899
39900         (not_equal_tm, print_tm, check_result): Use "const T" rather than
39901         "T const" to accommodate glibc style.
39902         (check_result): Use less-confusing report format.  "long" -> "long int.
39903         (main): Likewise.
39904         Don't loop if the iteration overflows time_t.
39905         Allow a negative step in the iteration.
39906
39907 2003-07-06  Karl Berry  <karl@gnu.org>
39908
39909         * config/depcomp: update from automake.
39910         * config/config.sub: update from prep.
39911
39912 2003-07-03  Karl Berry  <karl@gnu.org>
39913
39914         * config/config.guess: update from prep.
39915
39916 2003-07-01  Paul Eggert  <eggert@twinsun.com>
39917
39918         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
39919         xreadlink.c now includes it unconditionally.
39920
39921 2003-07-01  Paul Eggert  <eggert@twinsun.com>
39922
39923         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
39924         having it depend on HAVE_SYS_TYPES_H.
39925
39926 2003-07-01  Bruno Haible  <bruno@clisp.org>
39927
39928         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
39929         <sys/types.h> should be sufficient.
39930         Reported by Paul Eggert.
39931
39932 2003-06-26  Karl Berry  <karl@gnu.org>
39933
39934         * config/depcomp: update from automake.
39935
39936 2003-06-26  Bruno Haible  <bruno@clisp.org>
39937
39938         * modules/human: Depend on module stdbool.
39939
39940 2003-06-25  Bruno Haible  <bruno@clisp.org>
39941
39942         * modules/readlink: New file.
39943         * modules/xreadlink: Depend on it.
39944         * MODULES.html.sh (func_all_modules): Add readlink.
39945
39946 2003-06-25  Bruno Haible  <bruno@clisp.org>
39947
39948         * m4/readlink.m4: New file.
39949
39950 2003-06-25  Bruno Haible  <bruno@clisp.org>
39951
39952         * lib/readlink.c: New file.
39953
39954 2003-06-22  Karl Berry  <karl@gnu.org>
39955
39956         * config/srclist.txt: update mkinstalldirs from automake.
39957         * config/mkinstalldirs: update.
39958
39959 2003-06-22  Bruno Haible  <bruno@clisp.org>
39960
39961         Portability to mingw32.
39962         * m4/ssize_t.m4: New file, from GNU gettext.
39963         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
39964         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
39965
39966 2003-06-22  Bruno Haible  <bruno@clisp.org>
39967
39968         * modules/safe-read: Add m4/ssize_t.m4.
39969         * modules/xreadlink: Add m4/ssize_t.m4.
39970
39971 2003-06-20  Bruno Haible  <bruno@clisp.org>
39972
39973         Assume C89, so PARAMS isn't needed.
39974         * lib/unicodeio.h (PARAMS): Remove.
39975         * lib/unicodeio.c: Don't use PARAMS.
39976
39977 2003-06-18  Karl Berry  <karl@gnu.org>
39978
39979         * config/config.{guess,sub}: update from prep.
39980
39981 2003-06-18  Jim Meyering  <jim@meyering.net>
39982
39983         Merge changes from coreutils.
39984         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
39985         Remove explicit declarations of xmalloc and realloc.
39986         Include xalloc.h.
39987         (read_utmp): Remove anachronistic cast of xmalloc.
39988
39989 2003-06-17  Paul Eggert  <eggert@twinsun.com>
39990
39991         Assume C89, so PARAMS isn't needed.
39992         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
39993         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
39994         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
39995         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
39996         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
39997         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
39998         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
39999         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
40000         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
40001         lib/xstrtod.h, lib/xstrtol.h: Likewise.
40002         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
40003         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
40004         no longer needed. Anyway, config.h should always be included before any
40005         other file.
40006
40007 2003-06-11  Simon Josefsson  <jas@extundo.com>
40008
40009         * modules/sysexits: New file.
40010         * MODULES.html.sh (func_all_modules): Add sysexits.
40011
40012 2003-06-11  Simon Josefsson  <jas@extundo.com>
40013
40014         * lib/sysexit_.h: New file.
40015
40016 2003-06-11  Derek Price  <derek@ximbiot.com>
40017
40018         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
40019         necessary.
40020
40021 2003-06-11  Bruno Haible  <bruno@clisp.org>
40022
40023         * m4/sysexits.m4: New file.
40024
40025 2003-06-10  Simon Josefsson  <jas@extundo.com>
40026
40027         * lib/argp.h: New file, from glibc.
40028         * lib/argp-ba.c: New file, from glibc.
40029         * lib/argp-eexst.c: New file, from glibc.
40030         * lib/argp-fmtstream.c: New file, from glibc.
40031         * lib/argp-fmtstream.h: New file, from glibc.
40032         * lib/argp-fs-xinl.c: New file, from glibc.
40033         * lib/argp-help.c: New file, from glibc.
40034         * lib/argp-namefrob.h: New file, from glibc.
40035         * lib/argp-parse.c: New file, from glibc.
40036         * lib/argp-pv.c: New file, from glibc.
40037         * lib/argp-pvh.c: New file, from glibc.
40038         * lib/argp-xinl.c: New file, from glibc.
40039
40040 2003-06-10  Simon Josefsson  <jas@extundo.com>
40041
40042         * modules/strchrnul: New file.
40043
40044 2003-06-10  Simon Josefsson  <jas@extundo.com>
40045
40046         * modules/argp: New file.
40047
40048 2003-06-10  Simon Josefsson  <jas@extundo.com>
40049
40050         * m4/strchrnul.m4: New file.
40051
40052 2003-06-10  Simon Josefsson  <jas@extundo.com>
40053
40054         * lib/strchrnul.h: New file.
40055         * lib/strchrnul.c: New file.
40056
40057 2003-06-10  Bruno Haible  <bruno@clisp.org>
40058
40059         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
40060
40061 2003-06-07  Karl Berry  <karl@gnu.org>
40062
40063         * config/config.{guess,sub}: update from prep.
40064
40065 2003-06-07  Jim Meyering  <jim@meyering.net>
40066
40067         * modules/strtod: Use $(...) notation, not @...@ for
40068         AC_REPLACE'd variables.
40069         * modules/localcharset: Likewise.
40070
40071 2003-06-07  Jim Meyering  <jim@meyering.net>
40072
40073         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
40074         in place of my name in the copyright comment.
40075         Remove definition and uses of __P.
40076
40077         From coreutils.
40078         * lib/stat.c: Don't declare xmalloc explicitly.
40079         Instead, include "xalloc.h".
40080         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
40081         xrealloc, and xcalloc return values.
40082         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
40083         Improve comment.
40084         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
40085
40086 2003-06-07  Bruno Haible  <bruno@clisp.org>
40087
40088         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
40089         avoid AC_CONFIG_LINKS.
40090         * modules/fnmatch (Makefile.am): Use explicit creation rule for
40091         fnmatch.h, to avoid AC_CONFIG_LINKS.
40092         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
40093
40094 2003-06-07  Bruno Haible  <bruno@clisp.org>
40095
40096         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
40097         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
40098         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
40099         directory.
40100         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
40101         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
40102         directory.
40103
40104 2003-06-06  Jim Meyering  <jim@meyering.net>
40105
40106         Merge from coreutils.
40107         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
40108         Consolidate declarations and initializations of *_base* locals.
40109
40110         Merge from coreutils.
40111         This avoids a core dump on systems without GNU putenv,
40112         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
40113         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
40114         (unsetenv): New static function, from GNU libc.
40115         (rpl_putenv): Use it.
40116
40117         * lib/modechange.c: Remove trailing blanks.
40118
40119         Merge from coreutils.
40120         * lib/fsusage.c: Remove declaration of statfs.
40121         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
40122
40123         * lib/posixtm.c: Include <stdbool.h> unconditionally.
40124
40125 2003-06-06  Jim Meyering  <jim@meyering.net>
40126
40127         * lib/stdbool_.h: Renamed from stdbool.h.in.
40128
40129 2003-06-06  Jim Meyering  <jim@meyering.net>
40130             Bruno Haible  <bruno@clisp.org>
40131
40132         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
40133         Adjust Makefile.am snippet not to redirect directly to target.
40134         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
40135
40136 2003-06-05  Paul Eggert  <eggert@twinsun.com>
40137
40138         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
40139         mismatch, look in future quarters as well as past.  This fixes a
40140         bug when processing fall-backwards gaps immediately after a long
40141         period of daylight-saving time.
40142
40143         * lib/mktime.c: Assume freestanding C89 or better.
40144         (HAVE_LIMITS_H): Remove.  Assume it's 1.
40145         (__P): Remove; not used.
40146         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
40147         (mktime, not_equal_tm, print_tm, check_result,
40148         main): Use prototypes.  Use const * where appropriate.
40149         (main): Fix typo in testing code that uncovered by above changes.
40150         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
40151
40152 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40153
40154         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
40155         locale.h, localeconv.  This merges changes from coreutils.
40156
40157         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
40158         It can be removed after the next Autoconf is released.
40159         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
40160         needed.
40161
40162 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40163
40164         * lib/mktime.c: Fix Debian bug 177940
40165         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
40166         (localtime_offset): Now long int, not time_t, because we want it
40167         to be guaranteed to be signed.  All uses changed.
40168         (__mktime_internal): If overflow would occur when adding offset,
40169         don't add it.
40170
40171         Merge 'human' changes from coreutils.  Rewrite to support
40172         locale-specific notations like thousands separators.
40173         * lib/human.c: Simplify authorship notice.
40174         Include human.h immediately after config.h.
40175         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
40176         <limits.h>: Do not include, since human.h does.
40177         (SIZE_MAX, UINTMAX_MAX): New macros.
40178         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
40179         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
40180         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
40181         (power_letter): Renamed from suffixes.
40182         (generate_suffix_backwards): Remove.
40183         (adjust_value): Now takes int style (because of human.h changes)
40184         and long double value (for greater precision on some platforms).
40185         (group_number): New function.
40186         (human_readable): Use it.  Use integer options, not enum.
40187         Put the options before the sizes in the arg list.
40188         Support all the new options.
40189         The old human_readable function has been removed;
40190         use inttostr.h instead.
40191         (human_readable, default_block_size, humblock):
40192         Use uintmax_t, not int, for block sizes.
40193         (human_readable_inexact, block_size_types): Remove.
40194         (block_size_opts): New constant.
40195         (human_options): Renamed from human_block_size, with new signature
40196         that allows block sizes up to UINTMAX_MAX.  All callers changed.
40197         * lib/human.h: Add copyright and authorship notice.
40198         Include <limits.h> and <stdbool.h> unconditionally.
40199         (PARAMS): Remove.  All uses removed.
40200         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
40201         (enum human_inexact_style): Remove tag; now a nameless enum.
40202         (human_floor, human_ceiling, human_round_to_even): Now have
40203         values 2, 0, 1 rather than -1, 1, 0.
40204         (human_group_digits, human_suppress_point_zero, human_autoscale,
40205         human_base_1024, human_SI, human_B): New constants.
40206         (human_readable_inexact, human_block_size): Remove.
40207         (human_readable): Size args are now uintmax_t, not int.
40208         (human_options): New decl.
40209
40210         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
40211         unnecessary now that we assume C89 or better.  This change
40212         imported from coreutils.
40213
40214         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
40215         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
40216         in the 2003-05-30 sync from glibc.
40217
40218         .h files should stand alone, but we shouldn't include <sys/types.h>
40219         if we can get away with just <stddef.h>.
40220
40221         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
40222         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
40223         rather than <sys/types.h>, as we merely need size_t.
40224         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
40225         to get size_t.
40226         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
40227         Include <stdio.h>, to get FILE.
40228         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
40229         memcasecmp.h has included <stddef.h> and all we need is size_t.
40230         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
40231         our interface, instead of including <sys/types.h>
40232
40233 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40234
40235         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
40236         now, as glibc mktime is buggy on non-glibc systems.
40237
40238 2003-06-03  Karl Berry  <karl@gnu.org>
40239
40240         * config/config.sub: update from prep.
40241
40242 2003-06-02  Paul Eggert  <eggert@twinsun.com>
40243
40244         [from coreutils]
40245         Fix some minor time-related bugs with POSIX time arguments.
40246         Some valid time stamps were being rejected (notably -1, and
40247         time stamps before 1900 on 64-bit hosts).  And some invalid
40248         time stamps were being accepted, e.g. September 31.
40249
40250         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
40251         that we can return (time_t) -1 successfully.
40252         * lib/posixtm.c: Likewise.
40253         [HAVE_STDBOOL_H]: Include <stdbool.h>.
40254         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
40255         (t): Remove static var.
40256         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
40257         of static var.  All uses changed.
40258         (year): Do not reject years before 1900; they can occur with
40259         64-bit time_t.
40260         (posix_time_parse): Do not check for out-of-range components;
40261         that is now the caller's responsibility, since our checks were
40262         only approximations.
40263         (posixtime): Use mktime to check for out-of-range components,
40264         since it knows them exactly.
40265         If mktime returns (time_t) -1, check whether an error actually occurred
40266         by invoking localtime on -1.
40267         (main) [TEST_POSIXTIME]: Check for input data errors, and report
40268         posixtime failures better.
40269         Improve the test data (in comments only).
40270
40271 2003-06-02  Karl Berry  <karl@gnu.org>
40272
40273         * config/mkinstalldirs (version): new variable.
40274         (--version): new option.
40275         (usage): improve message.
40276
40277 2003-05-30  Karl Berry  <karl@gnu.org>
40278
40279         * lib/mktime.c: update from libc.
40280
40281 2003-05-30  Bruno Haible  <bruno@clisp.org>
40282
40283         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
40284         * config/config.rpath: Upgrade to gettext-0.12.1.
40285
40286 2003-05-30  Bruno Haible  <bruno@clisp.org>
40287
40288         * m4/gettext.m4: Upgrade to gettext-0.12.1.
40289         * m4/nls.m4: New file, from gettext-0.12.1.
40290         * m4/po.m4: New file, from gettext-0.12.1.
40291         * m4/progtest.m4: Upgrade to gettext-0.12.1.
40292
40293 2003-05-30  Bruno Haible  <bruno@clisp.org>
40294
40295         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
40296         * lib/localcharset.h: Likewise.
40297         * lib/localcharset.c: Likewise.
40298
40299 2003-05-29  Karl Berry  <karl@gnu.org>
40300
40301         * config/config.rpath: update from gettext.
40302
40303 2003-05-28  Paul Eggert  <eggert@twinsun.com>
40304
40305         Assume the headers required for C89 freestanding compilers.
40306         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
40307         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
40308         * m4/human.m4 (gl_HUMAN): Likewise.
40309         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
40310         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
40311         * m4/userspec.m4 (gl_USERSPEC): Likewise.
40312         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
40313         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
40314         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
40315
40316 2003-05-28  Paul Eggert  <eggert@twinsun.com>
40317
40318         Assume the headers required for C89 freestanding compilers.
40319         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
40320         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
40321         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
40322         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
40323         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
40324         define, since <limits.h> is guaranteed to do that.
40325         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
40326         * lib/exclude.c: Include <stdbool.h> unconditionally.
40327         * lib/tempname.c: Include <stddef.h> unconditionally.
40328         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
40329         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
40330         <stddef.h> does that.
40331         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
40332         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
40333         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
40334         needed.
40335         * lib/xstrtol.c: Likewise.
40336         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
40337         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
40338
40339         * lib/addext.c (addext): Use assignment rather than cast, to avoid
40340         warnings on some platforms.
40341
40342         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
40343         arbitrarily.
40344
40345 2003-05-26  Jim Meyering  <jim@meyering.net>
40346
40347         Merge in a change from coreutils:
40348         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
40349         that is guaranteed to be `no'.  Use `no_such_member' to indicate
40350         that condition, rather than `-1' which is slightly misleading.
40351         Change the name of the cache variable to have the gl_ prefix.
40352         Prompted by a patch from Richard Dawe for DJGPP.
40353
40354 2003-05-24  Karl Berry  <karl@gnu.org>
40355
40356         * config/config.guess: update from prep.
40357
40358 2003-05-22  Karl Berry  <karl@gnu.org>
40359
40360         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
40361
40362 2003-05-20  Karl Berry  <karl@gnu.org>
40363
40364         * config/config.guess: update from prep.
40365
40366 2003-05-18  Karl Berry  <karl@gnu.org>
40367
40368         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
40369         might actually be set by the user.
40370
40371         * config/depcomp, install-sh, mdate-sh: update from automake.
40372
40373 2003-05-17  Bruno Haible  <bruno@clisp.org>
40374
40375         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
40376         invalid expansion for AC_EGREP_CPP.
40377         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
40378         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
40379         Suggested by Akim Demaille <akim@epita.fr> in
40380         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
40381
40382 2003-05-12  Jim Meyering  <jim@meyering.net>
40383
40384         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
40385         the space-padded-by-default conversion specifiers, %e, %k, %l.
40386
40387 2003-05-12  Bruno Haible  <bruno@clisp.org>
40388
40389         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
40390         the string is longer than 4 KB.
40391
40392 2003-05-11  Karl Berry  <karl@gnu.org>
40393
40394         * config/config.{guess,sub}: update from prep.
40395
40396 2003-05-09  Bruno Haible  <bruno@clisp.org>
40397
40398         * modules/error: Add m4/strerror_r.m4 to file list.
40399
40400 2003-05-03  Bruno Haible  <bruno@clisp.org>
40401
40402         Upgrade to Unicode-4.0.
40403         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
40404         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
40405         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
40406         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
40407         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
40408         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
40409         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
40410         Change width of U+E0100..U+E01EF from 1 to 0.
40411
40412 2003-04-25  Jim Meyering  <jim@meyering.net>
40413
40414         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
40415         of type size_t, not int.
40416
40417 2003-04-25  Bruno Haible  <bruno@clisp.org>
40418
40419         * lib/copy-file.c: Include <stddef.h>, for size_t.
40420
40421 2003-04-21  Paul Eggert  <eggert@twinsun.com>
40422
40423         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
40424         code which expansion is under static control.  Patch imported from
40425         Akim Demaille's patch to Bison; see
40426         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
40427
40428 2003-04-14  Bruno Haible  <bruno@clisp.org>
40429
40430         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
40431
40432 2003-04-11  Jim Meyering  <jim@meyering.net>
40433
40434         Merge changes from Coreutils.
40435
40436         2003-03-22  Jim Meyering  <jim@meyering.net>
40437
40438         * lib/strftime.c (widen): Cast alloca return value to proper type.
40439
40440         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
40441
40442         From GNU libc.
40443         * lib/strftime.c (my_strftime): Handle very large width
40444         specifications for numeric values correctly.  Improve checks for
40445         overflow.
40446
40447         2003-01-19  Jim Meyering  <jim@meyering.net>
40448
40449         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
40450         definitions.
40451         (nl_get_alt_digit) [! defined my_strftime]: Define.
40452         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
40453         _nl_get_alt_digit and _nl_get_walt_digit.
40454
40455         * lib/strftime.c (my_strftime): Merge in locale-related changes from
40456         libc. These changes have no effect outside of _LIBC.
40457
40458 2003-04-10  Bruno Haible  <bruno@clisp.org>
40459
40460         * modules/findprog: New file.
40461         * MODULES.html.sh (func_all_modules): Add it.
40462
40463 2003-04-10  Bruno Haible  <bruno@clisp.org>
40464
40465         * m4/findprog.m4: New file.
40466         * m4/eaccess.m4: New file.
40467
40468 2003-04-10  Bruno Haible  <bruno@clisp.org>
40469
40470         * lib/findprog.h: New file, from GNU gettext.
40471         * lib/findprog.c: New file, from GNU gettext.
40472
40473 2003-04-05  Jim Meyering  <jim@meyering.net>
40474
40475         Merge changes from Coreutils.
40476
40477         * lib/exclude.h (PARAMS): Remove definition and uses.
40478         * lib/exclude.c: Remove uses of `PARAMS'.
40479
40480         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
40481         Add test-cases for DOS filenames. Declare program_name.
40482         (main): Set up program_name.  Patch by Rich Dawe.
40483
40484         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
40485         error from mntctl.
40486         Use mntctl's return value to drive the entry-processing loop, since
40487         we can't rely on the value of the vmt_length member in the last
40488         entry.  On some systems doing so could result in exhausting
40489         virtual memory.  Based in part on a patch from Mike Jetzer.
40490
40491 2003-04-04  Bruno Haible  <bruno@clisp.org>
40492
40493         * modules/linebreak: New file.
40494         * MODULES.html.sh (func_all_modules): Add it.
40495
40496 2003-04-04  Bruno Haible  <bruno@clisp.org>
40497
40498         * m4/linebreak.m4: New file.
40499
40500 2003-04-04  Bruno Haible  <bruno@clisp.org>
40501
40502         * lib/linebreak.h: New file, from GNU gettext.
40503         * lib/linebreak.c: New file, from GNU gettext with slight
40504         modifications.
40505         * lib/lbrkprop.h: New file, from GNU gettext.
40506
40507 2003-04-03  Bruno Haible  <bruno@clisp.org>
40508
40509         * modules/utf8-ucs4: New file.
40510         * modules/utf16-ucs4: New file.
40511         * modules/ucs4-utf8: New file.
40512         * modules/ucs4-utf16: New file.
40513         * MODULES.html.sh (func_all_modules): Add them.
40514
40515 2003-04-03  Bruno Haible  <bruno@clisp.org>
40516
40517         * m4/utf-ucs4.m4: New file.
40518         * m4/ucs4-utf.m4: New file.
40519
40520 2003-04-03  Bruno Haible  <bruno@clisp.org>
40521
40522         * lib/utf8-ucs4.h: New file, from GNU gettext.
40523         * lib/utf16-ucs4.h: New file, from GNU gettext.
40524         * lib/ucs4-utf8.h: New file, from GNU gettext.
40525         * lib/ucs4-utf16.h: New file, from GNU gettext.
40526
40527 2003-04-02  Bruno Haible  <bruno@clisp.org>
40528
40529         * modules/binary-io: New file.
40530         * MODULES.html.sh (func_all_modules): Add it.
40531
40532 2003-04-02  Bruno Haible  <bruno@clisp.org>
40533
40534         * lib/binary-io.h: New file, from GNU gettext.
40535
40536 2003-04-01  Bruno Haible  <bruno@clisp.org>
40537
40538         * modules/pathname: New file.
40539         * MODULES.html.sh (func_all_modules): Add it.
40540
40541 2003-04-01  Bruno Haible  <bruno@clisp.org>
40542
40543         * lib/pathname.h: New file, from GNU gettext.
40544         * lib/concatpath.c: New file, from GNU gettext.
40545
40546 2003-03-30  Bruno Haible  <bruno@clisp.org>
40547
40548         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
40549
40550 2003-03-30  Bruno Haible  <bruno@clisp.org>
40551
40552         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
40553         function chown() doesn't exist.
40554
40555 2003-03-28  Bruno Haible  <bruno@clisp.org>
40556
40557         * modules/copy-file: New file.
40558         * MODULES.html.sh (func_all_modules): Add it.
40559
40560 2003-03-28  Bruno Haible  <bruno@clisp.org>
40561
40562         * m4/copy-file.m4: New file.
40563
40564 2003-03-28  Bruno Haible  <bruno@clisp.org>
40565
40566         * lib/copy-file.h: New file, from GNU gettext.
40567         * lib/copy-file.c: New file, from GNU gettext.
40568
40569 2003-03-18  Jim Meyering  <jim@meyering.net>
40570
40571         * lib/quote.c (quote_n): Fix typo in comment.
40572
40573 2003-03-18  Bruno Haible  <bruno@clisp.org>
40574
40575         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
40576         checking.
40577         * m4/onceonly_2_57.m4: Likewise.
40578
40579 2003-03-17  Bruno Haible  <bruno@clisp.org>
40580
40581         * m4/onceonly.m4: Require autoconf 2.54 or newer.
40582         (m4_quote): Remove macro.
40583         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
40584
40585 2003-03-14  Jim Meyering  <jim@meyering.net>
40586
40587         Merge changes from Coreutils.
40588         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
40589         to be const, in order to avoid warnings.
40590         (obstack_room): Likewise.
40591         (obstack_empty_p): Likewise.
40592
40593 2003-03-14  Bruno Haible  <bruno@clisp.org>
40594
40595         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
40596         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
40597
40598 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40599
40600         Merge changes from Bison.
40601         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
40602         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
40603         when compiling Bison 1.875's `bitset bset = obstack_alloc
40604         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
40605         * lib/hash.c: Include <stdbool.h> unconditionally.
40606
40607 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40608
40609         * m4/onceonly.m4 (m4_quote): New macro.
40610         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
40611         Quote AC_FOREACH variable-expansions properly.
40612
40613 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40614
40615         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
40616
40617 2003-03-09  Paul Eggert  <eggert@twinsun.com>
40618
40619         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
40620         Reported by Bruce Becker; see:
40621         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
40622
40623 2003-03-03  Paul Eggert  <eggert@twinsun.com>
40624             Bruno Haible  <bruno@clisp.org>
40625
40626         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
40627         Reported by John Hughes, see
40628         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
40629
40630 2003-02-20  Bruno Haible  <bruno@clisp.org>
40631
40632         * MODULES.html.sh (func_all_modules): Add poll.
40633
40634 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40635
40636         * modules/poll: New file.
40637
40638 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40639
40640         * lib/poll_.h: New file.
40641         * lib/poll.c: New file.
40642
40643 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40644
40645         * m4/poll.m4: New file.
40646
40647 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40648
40649         * modules/mathl: New file.
40650
40651 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40652
40653         * lib/mathl.h: New file.
40654         * lib/acosl.c: New file.
40655         * lib/asinl.c: New file.
40656         * lib/atanl.c: New file.
40657         * lib/ceill.c: New file.
40658         * lib/cosl.c: New file.
40659         * lib/expl.c: New file.
40660         * lib/floorl.c: New file.
40661         * lib/frexpl.c: New file.
40662         * lib/ldexpl.c: New file.
40663         * lib/logl.c: New file.
40664         * lib/sincosl.c: New file.
40665         * lib/sinl.c: New file.
40666         * lib/sqrtl.c: New file.
40667         * lib/tanl.c: New file.
40668         * lib/trigl.c: New file.
40669         * lib/trigl.h: New file.
40670
40671 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40672
40673         * m4/mathl.m4: New file.
40674
40675 2003-02-18  Bruno Haible  <bruno@clisp.org>
40676
40677         * MODULES.html.sh (func_all_modules): Add mathl.
40678
40679 2003-02-17  Bruno Haible  <bruno@clisp.org>
40680
40681         * modules/mkdtemp: New module.
40682         * MODULES.html.sh (func_all_modules): Add it.
40683
40684 2003-02-17  Bruno Haible  <bruno@clisp.org>
40685
40686         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
40687
40688 2003-02-17  Bruno Haible  <bruno@clisp.org>
40689
40690         * lib/mkdtemp.h: New file, from GNU gettext.
40691         * lib/mkdtemp.c: New file, from GNU gettext.
40692
40693 2003-02-02  Jim Meyering  <jim@meyering.net>
40694
40695         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
40696         e.g. glibc-2.2.93.
40697
40698 2003-01-31  Bruno Haible  <bruno@clisp.org>
40699
40700         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
40701         'rpl_rename'.
40702         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
40703         'rpl_strnlen'.
40704         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
40705         'rpl_strtod'.
40706         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
40707         'rpl_utime'.
40708
40709 2003-01-31  Bruno Haible  <bruno@clisp.org>
40710
40711         * lib/rename.c: #undef rename before defining rpl_rename.
40712         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
40713
40714 2003-01-30  Bruno Haible  <bruno@clisp.org>
40715
40716         * modules/vasnprintf, modules/vasprintf: New modules.
40717         * MODULES.html.sh (func_all_modules): Add them.
40718
40719 2003-01-30  Bruno Haible  <bruno@clisp.org>
40720
40721         * m4/signed.m4: New file, from GNU gettext.
40722         * m4/longdouble.m4: New file, from GNU gettext.
40723         * m4/wchar_t.m4: New file, from GNU gettext.
40724         * m4/wint_t.m4: New file, from GNU gettext.
40725         * m4/vasnprintf.m4: New file.
40726         * m4/vasprintf.m4: New file.
40727
40728 2003-01-30  Bruno Haible  <bruno@clisp.org>
40729
40730         * lib/printf-args.h: New file, from GNU gettext.
40731         * lib/printf-args.c: New file, from GNU gettext.
40732         * lib/printf-parse.h: New file, from GNU gettext.
40733         * lib/printf-parse.c: New file, from GNU gettext.
40734         * lib/vasnprintf.h: New file, from GNU gettext.
40735         * lib/vasnprintf.c: New file, from GNU gettext.
40736         * lib/asnprintf.c: New file, from GNU gettext.
40737         * lib/vasprintf.h: New file, from GNU gettext with modifications.
40738         * lib/vasprintf.c: New file, from GNU gettext.
40739         * lib/asprintf.c: New file, from GNU gettext.
40740
40741 2003-01-29  Bruno Haible  <bruno@clisp.org>
40742
40743         * modules/stpncpy: New module.
40744         * MODULES.html.sh (func_all_modules): Add it.
40745
40746 2003-01-29  Bruno Haible  <bruno@clisp.org>
40747
40748         * m4/stpncpy.m4: New file.
40749
40750 2003-01-29  Bruno Haible  <bruno@clisp.org>
40751
40752         * lib/stpncpy.h: New file, from GNU gettext with modifications.
40753         * lib/stpncpy.c: New file, from GNU gettext with modifications.
40754
40755 2003-01-28  Bruno Haible  <bruno@clisp.org>
40756
40757         * modules/c-ctype: New module.
40758         * MODULES.html.sh (func_all_modules): Add it.
40759
40760 2003-01-28  Bruno Haible  <bruno@clisp.org>
40761
40762         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
40763         Paul Eggert.
40764         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
40765         Paul Eggert.
40766
40767 2003-01-27  Bruno Haible  <bruno@clisp.org>
40768
40769         * modules/xsetenv: New module.
40770         * MODULES.html.sh (func_all_modules): Add it.
40771
40772 2003-01-27  Bruno Haible  <bruno@clisp.org>
40773
40774         * lib/xsetenv.h: New file, from GNU gettext.
40775         * lib/xsetenv.c: New file, from GNU gettext.
40776
40777 2003-01-23  Jim Meyering  <jim@meyering.net>
40778
40779         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
40780         from working on systems without dirfd (at least Irix and OSF1/Tru64).
40781
40782 2003-01-23  Bruno Haible  <bruno@clisp.org>
40783
40784         * modules/minmax: New module.
40785         * MODULES.html.sh (func_all_modules): Add it.
40786
40787 2003-01-23  Bruno Haible  <bruno@clisp.org>
40788
40789         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
40790         Eggert.
40791
40792 2003-01-22  Bruno Haible  <bruno@clisp.org>
40793
40794         * modules/exit: New module.
40795         * MODULES.html.sh (func_all_modules): Add it.
40796
40797 2003-01-22  Bruno Haible  <bruno@clisp.org>
40798
40799         * lib/exit.h: New file, from GNU gettext.
40800
40801 2003-01-19  Bruno Haible  <bruno@clisp.org>
40802
40803         * gnulib-tool: Recognize option --extract-maintainer.
40804         (func_get_maintainer): New function.
40805         * modules/*: Add Maintainer entry.
40806
40807 2003-01-16  Jim Meyering  <jim@meyering.net>
40808
40809         * m4/regex.m4: The `regex' struct is both input and output.
40810         Initialize it before each use.  Patch by Tim Waugh.
40811
40812 2003-01-16  Bruno Haible  <bruno@clisp.org>
40813
40814         * MODULES.html.sh: Add a table of contents. Add the module name as
40815         leftmost column. Add hyperlinks.
40816
40817 2003-01-15  Bruno Haible  <bruno@clisp.org>
40818
40819         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
40820
40821 2003-01-15  Bruno Haible  <bruno@clisp.org>
40822
40823         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
40824         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
40825         suffix.
40826
40827 2003-01-15  Bruno Haible  <bruno@clisp.org>
40828
40829         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
40830
40831 2003-01-15  Bruno Haible  <bruno@clisp.org>
40832
40833         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
40834         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
40835
40836 2003-01-14  Jim Meyering  <jim@meyering.net>
40837
40838         * lib/same.c (same_name): Tweak a comment.
40839
40840 2003-01-14  Bruno Haible  <bruno@clisp.org>
40841
40842         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
40843         when a string comparison is sufficient.
40844
40845 2003-01-14  Bruno Haible  <bruno@clisp.org>
40846
40847         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
40848         'unsigned int'.
40849
40850 2003-01-14  Bruno Haible  <bruno@clisp.org>
40851
40852         * lib/hash-pjw.c: Add comment about low quality of this function.
40853
40854 2003-01-13  Bruno Haible  <bruno@clisp.org>
40855
40856         * modules/stpcpy: Distribute lib/stpcpy.h.
40857         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
40858
40859 2003-01-13  Bruno Haible  <bruno@clisp.org>
40860
40861         * modules/*: Add a description.
40862         * modules/strpbrk: Fix Makefile.am snippet.
40863         * modules/strtoimax: Fix dependencies.
40864         * modules/strtoumax: Likewise.
40865
40866 2003-01-13  Bruno Haible  <bruno@clisp.org>
40867
40868         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
40869         * modules/alloca (Makefile.am): All object files depend on alloca.h.
40870         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
40871
40872 2003-01-13  Bruno Haible  <bruno@clisp.org>
40873
40874         * gnulib-tool (func_create_testdir): Store config/* files in the main
40875         directory.
40876         * config.rpath: Move to ...
40877         * config/config.rpath: ... here.
40878         * modules/gettext: Contains config/config.rpath, not config.rpath.
40879         * modules/iconv: Likewise.
40880
40881 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40882
40883         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40884         to avoid collisions with libcurses and libreadline.
40885
40886         * m4/getstr.m4: Remove.
40887         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
40888
40889 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40890
40891         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40892         to avoid collisions with libcurses and libreadline.
40893
40894         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
40895         * lib/getstr.h, getstr.c: Remove.
40896         * lib/getline.c: Include "getline.h", to check interface.
40897         Move body of old getstr.c here: this defines MIN_CHUNK and
40898         declares getdelim2, which is renamed from getstr.
40899         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
40900
40901         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
40902         All uses changed.
40903         * lib/linebuffer.h: Likewise.
40904         (readline): Remove backward-compatibility macro.
40905
40906 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40907
40908         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40909         to avoid collisions with libcurses and libreadline.
40910         * getstr: Remove.
40911         * MODULES.html.sh: Remove getstr.
40912         * modules/getline: Depend on unlocked-io, not getstr.
40913
40914 2003-01-12  Jim Meyering  <jim@meyering.net>
40915
40916         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
40917
40918 2003-01-10  Bruno Haible  <bruno@clisp.org>
40919
40920         * modules/alloca: Change Makefile.am requirements. Simplify Include
40921         requirements. Add lib/alloca_.h to file list.
40922
40923 2003-01-10  Bruno Haible  <bruno@clisp.org>
40924
40925         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
40926
40927 2003-01-10  Bruno Haible  <bruno@clisp.org>
40928
40929         * lib/alloca_.h: New file.
40930         * lib/getdate.y: Unconditionally include alloca.h.
40931         * lib/makepath.c: Likewise.
40932         * lib/setenv.c: Likewise.
40933         * lib/userspec.c: Likewise.
40934
40935 2003-01-09  Karl Berry  <karl@gnu.org>
40936
40937         * MODULES.html.sh: include `dirname $0` in PATH, to find
40938         gnulib-tool.
40939
40940 2003-01-09  Bruno Haible  <bruno@clisp.org>
40941
40942         * modules/stdbool: Change configure.ac, Makefile.am requirements.
40943         Simplify Include requirements. Add lib/stdbool.h.in to file list.
40944
40945 2003-01-09  Bruno Haible  <bruno@clisp.org>
40946
40947         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
40948
40949 2003-01-09  Bruno Haible  <bruno@clisp.org>
40950
40951         * lib/stdbool.h.in: New file.
40952
40953 2003-01-09  Bruno Haible  <bruno@clisp.org>
40954
40955         * gnulib-tool (func_all_modules): Ignore files ending in ~.
40956         * MODULES.html.sh: Likewise.
40957
40958 2003-01-08  Jim Meyering  <jim@meyering.net>
40959
40960         * lib/full-write.c: Undefine and define-away `const' after inclusion
40961         of errno.h, not before.  Suggestion from Bruno Haible.
40962
40963 2003-01-08  Bruno Haible  <bruno@clisp.org>
40964
40965         * modules/full-read: Depend on full-write.
40966
40967 2003-01-08  Bruno Haible  <bruno@clisp.org>
40968
40969         * lib/safe-read.c: Include specification header first, to ensure its
40970         selfcontainedness.
40971         * lib/full-write.c: Likewise.
40972
40973 2003-01-07  Jim Meyering  <jim@meyering.net>
40974
40975         * lib/full-write.c: Rework so that it may serve to define full_read,
40976         too.
40977         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
40978
40979 2003-01-07  Bruno Haible  <bruno@clisp.org>
40980
40981         * lib/strtoimax.c: Include <stdint.h> as an alternative to
40982         <inttypes.h>.
40983         * lib/xstrtol.h: Likewise.
40984         * lib/xstrtoimax.c: Likewise.
40985         * lib/xstrtoumax.c: Likewise.
40986         * lib/human.h: Likewise.
40987
40988         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
40989         on systems that have <inttypes.h> but not <stdint.h>.
40990
40991 2003-01-07  Bruno Haible  <bruno@clisp.org>
40992
40993         * MODULES.html.sh: Add copyright notice.
40994         (missed_files): Omit CVS directory entries.
40995         (func_module): Make it work with sed-3.02.
40996         * MODULES.txt: Remove file.
40997
40998 2003-01-06  Jim Meyering  <jim@meyering.net>
40999
41000         * lib/version-etc.c: Update year in translatable copyright string.
41001
41002 2003-01-03  Karl Berry  <karl@gnu.org>
41003
41004         * config/config.{guess,sub}: update from prep.
41005
41006 2003-01-02  Karl Berry  <karl@gnu.org>
41007
41008         * doc/COPYING.DOC: belatedly updated to 1.2.
41009
41010 2003-01-01  Karl Berry  <karl@gnu.org>
41011
41012         * gnulib-tool (func_verify_module): report module name $module in
41013         error message, not $1.
41014         * gnulib-tool (create-testdir): don't complain if destdir couldn't
41015         be created, only if it doesn't exist.
41016         * gnulib-tool (last_checkin_date): don't expand the $Date here.
41017
41018 2002-12-31  Paul Eggert  <eggert@twinsun.com>
41019
41020         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
41021
41022 2002-12-31  Paul Eggert  <eggert@twinsun.com>
41023
41024         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
41025         memcmp if strcoll doesn't work.
41026
41027 2002-12-31  Bruno Haible  <bruno@clisp.org>
41028
41029         * lib/utime.c (utime_null): No need to call ftruncate if the file was
41030         nonempty.
41031
41032 2002-12-31  Bruno Haible  <bruno@clisp.org>
41033
41034         * lib/memcoll.c (STRCOLL): New macro.
41035         (memcoll): Use it.
41036
41037 2002-12-31  Bruno Haible  <bruno@clisp.org>
41038
41039         * lib/localcharset.h: New file.
41040         * lib/localcharset.c: Include it.
41041         * lib/unicodeio.c: Likewise.
41042
41043 2002-12-31  Bruno Haible  <bruno@clisp.org>
41044
41045         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
41046         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
41047
41048 2002-12-31  Bruno Haible  <bruno@clisp.org>
41049
41050         * lib/getline.h: Include <stddef.h>, for size_t.
41051
41052         * lib/unicodeio.h: Include <stddef.h>, for size_t.
41053         * lib/unicodeio.c: Don't include <stddef.h>.
41054
41055 2002-12-31  Bruno Haible  <bruno@clisp.org>
41056
41057         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
41058         HAVE_TM_ZONE.
41059
41060 2002-12-24  Karl Berry  <karl@gnu.org>
41061
41062         * config/config.guess: update from prep.
41063
41064 2002-12-24  Bruno Haible  <bruno@clisp.org>
41065
41066         General infrasructure.
41067         * m4/README: Rewritten.
41068         * m4/onceonly.m4: New file.
41069         * m4/onceonly_2_57.m4: New file.
41070
41071         Module atexit.
41072         * m4/atexit.m4: New file.
41073
41074         Module strtod.
41075         * m4/strtod.m4: New file.
41076
41077         Module strtol.
41078         * m4/strtol.m4: New file.
41079
41080         Module strtoul.
41081         * m4/strtoul.m4: New file.
41082
41083         Module memchr.
41084         * m4/memchr.m4: New file.
41085
41086         Module memcmp.
41087         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
41088         (jm_FUNC_MEMCMP): Invoke it.
41089
41090         Module memcpy.
41091         * m4/memcpy.m4: New file.
41092
41093         Module memmove.
41094         * m4/memmove.m4: New file.
41095
41096         Module memset.
41097         * m4/memset.m4: New file.
41098
41099         Module strcspn.
41100         * m4/strcspn.m4: New file.
41101
41102         Module strpbrk.
41103         * m4/strpbrk.m4: New file.
41104
41105         Module strstr.
41106         * m4/strstr.m4: New file.
41107
41108         Module strerror.
41109         * m4/strerror.m4: New file.
41110
41111         Module mktime.
41112         * m4/mktime.m4: Renamed from jm-mktime.m4.
41113         (gl_PREREQ_MKTIME): New macro.
41114         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
41115
41116         Module malloc.
41117         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
41118         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
41119         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
41120
41121         Module realloc.
41122         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
41123         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
41124         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
41125
41126         Module strftime.
41127         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
41128         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
41129         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
41130         gl_TM_GMTOFF.
41131         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
41132
41133         Module xalloc.
41134         * m4/xalloc.m4: New file.
41135
41136         Module alloca.
41137         * m4/alloca.m4: New file.
41138
41139         Module putenv.
41140         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
41141         (jm_FUNC_PUTENV): Invoke it.
41142
41143         Module setenv.
41144         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
41145         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
41146         when invoked twice.
41147         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
41148         gt_FUNC_SETENV.
41149
41150         Module memrchr.
41151         * m4/memrchr.m4: New file.
41152
41153         Module stpcpy.
41154         * m4/stpcpy.m4: New file.
41155
41156         Module strcase.
41157         * m4/strcase.m4: New file.
41158
41159         Module strdup.
41160         * m4/strdup.m4: New file.
41161
41162         Module strnlen.
41163         * m4/strnlen.m4: New file.
41164
41165         Module strndup.
41166         * m4/strndup.m4: New file.
41167
41168         Module xstrtod.
41169         * m4/xstrtod.m4: New file.
41170
41171         Module xstrtol.
41172         * m4/xstrtol.m4: New file.
41173
41174         Module getdate.
41175         * m4/getdate.m4: New file.
41176
41177         Module unlocked-io.
41178         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
41179         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
41180         * m4/jm-glibc-io.m4n: Remove file.
41181
41182         Module long-options.
41183         * m4/long-options.m4: New file.
41184
41185         Module md5.
41186         * m4/md5.m4: New file.
41187
41188         Module sha.
41189         * m4/sha.m4: New file.
41190
41191         Module getstr.
41192         * m4/getstr.m4: New file.
41193
41194         Module getline.
41195         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
41196         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
41197         <sys/types.h>, for size_t. Use the function name gnu_getline, not
41198         simply getline. Infoke gl_PREREQ_GETLINE.
41199
41200         Module obstack.
41201         * m4/obstack.m4: New file.
41202
41203         Module hash.
41204         * m4/hash.m4: New file.
41205
41206         Module readtokens.
41207         * m4/readtokens.m4: New file.
41208
41209         Module strverscmp.
41210         * m4/strverscmp.m4: New file.
41211
41212         Module stdbool.
41213         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
41214         OSF/1.
41215
41216         Module strtoll.
41217         * m4/strtoll.m4: New file.
41218
41219         Module strtoull.
41220         * m4/strtoull.m4: New file.
41221
41222         Module strtoimax.
41223         * m4/strtoimax.m4: New file.
41224
41225         Module strtoumax.
41226         * m4/strtoumax.m4: New file.
41227
41228         Module xstrtoimax.
41229         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
41230         jm_AC_PREREQ_XSTRTOIMAX.
41231         Moved the strtol prerequisites to strtol.m4.
41232         Moved the strtoll prerequisites to strtoll.m4.
41233         Moved the strtoimax prerequisites to strtoimax.m4.
41234
41235         Module xstrtoumax.
41236         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
41237         jm_AC_PREREQ_XSTRTOUMAX.
41238         Moved the strtoul prerequisites to strtoul.m4.
41239         Moved the strtoull prerequisites to strtoull.m4.
41240         Moved the strtoumax prerequisites to strtoumax.m4.
41241
41242         Module chown.
41243         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
41244         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
41245
41246         Module dup2.
41247         * m4/dup2.m4: New file.
41248
41249         Module ftruncate.
41250         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
41251         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
41252
41253         Module getgroups.
41254         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
41255         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
41256
41257         Module gettimeofday.
41258         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
41259         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
41260         gl_PREREQ_GETTIMEOFDAY.
41261
41262         Module mkdir.
41263         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
41264         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
41265
41266         Module mkstemp.
41267         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
41268         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
41269         jm_AC_TYPE_UINTMAX_T.
41270         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
41271
41272         Module stat.
41273         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
41274         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
41275
41276         Module lstat.
41277         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
41278         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
41279
41280         Module timespec.
41281         * m4/timespec.m4 (gl_TIMESPEC): New macro.
41282         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
41283         * m4/st_mtim.m4: Indentation.
41284
41285         Module nanosleep.
41286         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
41287         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
41288         gl_PREREQ_NANOSLEEP.
41289
41290         Module regex.
41291         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
41292         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
41293         (gl_REGEX): New macro.
41294
41295         Module rename.
41296         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
41297         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
41298
41299         Module rmdir.
41300         * m4/rmdir.m4: New file.
41301
41302         Module utime.
41303         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
41304         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
41305         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
41306
41307         Module dirname.
41308         * m4/dirname.m4: New file.
41309
41310         Module getopt.
41311         * m4/getopt.m4: New file.
41312
41313         Module unistd-safer.
41314         * m4/unistd-safer.m4: New file.
41315
41316         Module fnmatch.
41317         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
41318         declaration.
41319         (gl_PREREQ_FNMATCH_EXTRA): New macro.
41320         (gl_FUNC_FNMATCH_POSIX): New macro.
41321         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
41322         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
41323         simply fnmatch.
41324
41325         Module exclude.
41326         * m4/exclude.m4: New file.
41327
41328         Module human.
41329         * m4/human.m4: New file.
41330
41331         Module acl.
41332         * m4/acl.m4: Nop.
41333
41334         Module backupfile.
41335         * m4/backupfile.m4: New file.
41336         * m4/d-ino.m4: Indentation.
41337
41338         Module fsusage.
41339         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
41340         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
41341         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
41342
41343         Module dirfd.
41344         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
41345         requirements.
41346
41347         Module euidaccess.
41348         * m4/euidaccess.m4: New file.
41349
41350         Module file-type.
41351         * m4/file-type.m4: New file.
41352
41353         Module fileblocks.
41354         * m4/fileblocks.m4: New file.
41355
41356         Module filemode.
41357         * m4/filemode.m4: New file.
41358
41359         Module isdir.
41360         * m4/isdir.m4: New file.
41361
41362         Module lchown.
41363         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
41364         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
41365
41366         Module makepath.
41367         * m4/makepath.m4: New file.
41368
41369         Module modechange.
41370         * m4/modechange.m4: New file.
41371
41372         Module mountlist.
41373         * m4/mountlist.m4: New file.
41374         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
41375         Indentation.
41376
41377         Module path-concat.
41378         * m4/path-concat.m4: New file.
41379
41380         Module pathmax.
41381         * m4/pathmax.m4: New file.
41382
41383         Module same.
41384         * m4/same.m4: New file.
41385
41386         Module save-cwd.
41387         * m4/save-cwd.m4: New file.
41388
41389         Module savedir.
41390         * m4/savedir.m4: New file.
41391
41392         Module xgetcwd.
41393         * m4/xgetcwd.m4: New file.
41394         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
41395
41396         Module xreadlink.
41397         * m4/xreadlink.m4: New file.
41398
41399         Module safe-read.
41400         * m4/safe-read.m4: New file.
41401
41402         Module safe-write.
41403         * m4/safe-write.m4: New file.
41404
41405         Module closeout.
41406         * m4/closeout.m4: New file.
41407
41408         Module stdio-safer.
41409         * m4/stdio-safer.m4: New file.
41410
41411         Module getpass.
41412         * m4/getpass.m4: New file.
41413
41414         Module getugroups.
41415         * m4/getugroups.m4: New file.
41416
41417         Module group-member.
41418         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
41419         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
41420
41421         Module idcache.
41422         * m4/idcache.m4: New file.
41423
41424         Module userspec.
41425         * m4/userspec.m4: New file.
41426
41427         Module gettime.
41428         * m4/clock_time.m4: New file.
41429         * m4/gettime.m4: New file.
41430
41431         Module settime.
41432         * m4/settime.m4: New file.
41433
41434         Module posixtm.
41435         * m4/posixtm.m4: New file.
41436
41437         Module gethostname.
41438         * m4/gethostname.m4: New file.
41439
41440         Module canon-host.
41441         * m4/canon-host.m4: New file.
41442
41443         Module gettext.
41444         * m4/codeset.m4: New file, from gettext-0.11.5.
41445         * m4/gettext.m4: New file, from gettext-0.11.5.
41446         * m4/glibc21.m4: New file, from gettext-0.11.5.
41447         * m4/iconv.m4: New file, from gettext-0.11.5.
41448         * m4/intdiv0.m4: New file, from gettext-0.11.5.
41449         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
41450         * m4/inttypes.m4: New file, from gettext-0.11.5.
41451         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
41452         * m4/isc-posix.m4: New file, from gettext-0.11.5.
41453         * m4/lcmessage.m4: New file, from gettext-0.11.5.
41454         * m4/lib-ld.m4: New file, from gettext-0.11.5.
41455         * m4/lib-link.m4: New file, from gettext-0.11.5.
41456         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
41457         * m4/progtest.m4: New file, from gettext-0.11.5.
41458         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
41459         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
41460         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
41461
41462         Module localcharset.
41463         * m4/localcharset.m4: New file.
41464
41465         Module hard-locale.
41466         * m4/hard-locale.m4: New file.
41467
41468         Module mbswidth.
41469         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
41470         onceonly macros.
41471         * m4/mbrtowc.m4: Add comment.
41472
41473         Module memcasecmp.
41474         * m4/memcasecmp.m4: New file.
41475
41476         Module memcoll.
41477         * m4/memcoll.m4: New file.
41478
41479         Module unicodeio.
41480         * m4/unicodeio.m4: New file.
41481
41482         Module rpmatch.
41483         * m4/rpmatch.m4: New file.
41484
41485         Module yesno.
41486         * m4/yesno.m4: New file.
41487
41488         Module exitfail.
41489         * m4/exitfail.m4: New file.
41490
41491         Module c-stack.
41492         * m4/c-stack.m4 (gl_C_STACK): New macro.
41493         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
41494
41495         Module error.
41496         * m4/error.m4 (gl_ERROR): New macro.
41497         (jm_PREREQ_ERROR): Use onceonly macros.
41498
41499         Module fatal.
41500         * m4/fatal.m4: New file.
41501
41502         Module getloadavg.
41503         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
41504         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
41505
41506         Module getpagesize.
41507         * m4/getpagesize.m4: New file.
41508
41509         Module getusershell.
41510         * m4/getusershell.m4: New file.
41511
41512         Module physmem.
41513         * m4/physmem.m4: New file.
41514
41515         Module posixver.
41516         * m4/posixver.m4: New file.
41517
41518         Module quotearg.
41519         * m4/quotearg.m4: New file.
41520
41521         Module quote.
41522         * m4/quote.m4: New file.
41523
41524         Module readutmp.
41525         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
41526
41527         Module sig2str.
41528         * m4/sig2str.m4: New file.
41529
41530         Other.
41531         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
41532         ulonglong.m4.
41533         * m4/intmax_t.m4: New file.
41534         * m4/d-type.m4: Indentation.
41535         * m4/jm-macros.m4: Update.
41536         * m4/prereq.m4 (jm_PREREQ): Update.
41537         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
41538         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
41539         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
41540         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
41541         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
41542         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
41543         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
41544         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
41545         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
41546         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
41547         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
41548         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
41549         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
41550         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
41551         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
41552         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
41553         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
41554         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
41555         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
41556
41557 2002-12-24  Bruno Haible  <bruno@clisp.org>
41558
41559         * MODULES.txt: Update according to m4/ changes.
41560
41561         Module gettext.
41562         * config.rpath: New file, from gettext-0.11.5.
41563
41564         * modules/*: New module descriptions.
41565         * gnulib-tool: New file.
41566         * MODULES.html.sh: New file.
41567
41568 2002-12-21  Karl Berry  <karl@gnu.org>
41569
41570         * doc/fdl.texi: update to version 1.2.
41571
41572 2002-12-19  Karl Berry  <karl@gnu.org>
41573
41574         * config/config.guess: update from prep.
41575
41576 2002-12-18  Bruno Haible  <bruno@clisp.org>
41577
41578         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
41579         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
41580
41581 2002-12-17  Bruno Haible  <bruno@clisp.org>
41582
41583         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
41584         stdlib.h, string.h.
41585
41586 2002-12-17  Bruno Haible  <bruno@clisp.org>
41587
41588         * lib/canon-host.c (strdup): Remove unused declaration.
41589
41590         * lib/fsusage.c: Include full_read.h.
41591         (get_fs_usage): Use full_read instead of safe_read.
41592
41593         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
41594
41595 2002-12-12  Karl Berry  <karl@gnu.org>
41596
41597         * config/config.guess: update from prep.
41598
41599 2002-12-11  Bruno Haible  <bruno@clisp.org>
41600
41601         * m4/setenv.m4: New file, from gettext-0.11.5.
41602
41603 2002-12-11  Bruno Haible  <bruno@clisp.org>
41604
41605         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
41606         not unsetenv().
41607         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
41608         modifications:
41609
41610         2002-12-11  Bruno Haible  <bruno@clisp.org>
41611
41612                 * setenv.c (alloca): Fall back to malloc.
41613                 (freea): New macro.
41614                 (setenv): Use freea() to free memory allocated with alloca().
41615
41616         2002-11-13  Bruno Haible  <bruno@clisp.org>
41617
41618                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
41619                 function declarations.
41620                 * unsetenv.c (unsetenv): Likewise.
41621
41622         2002-03-04  Bruno Haible  <bruno@clisp.org>
41623
41624                 Portability to AIX 4.3.3.
41625                 * unsetenv.c: New file, extracted from setenv.c.
41626                 * setenv.c: Move the unsetenv() function to unsetenv.c.
41627
41628         2001-12-20  Bruno Haible  <bruno@clisp.org>
41629
41630                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
41631                 use malloc instead. For SunOS 4.
41632
41633         2001-12-11  Bruno Haible  <bruno@clisp.org>
41634
41635                 * setenv.c: Declare alloca.
41636                 (compar_fn_t): New typedef.
41637                 (KNOWN_VALUE, STORE_VALUE): Use it.
41638
41639         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
41640         setenv.h.
41641
41642 2002-12-10  Paul Eggert  <eggert@twinsun.com>
41643
41644         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
41645         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
41646         Choose values that are less likely to collide with system fnmatch
41647         options.
41648         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
41649         defined (e.g., a pure POSIX system).
41650         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
41651         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
41652
41653 2002-12-06  Paul Eggert  <eggert@twinsun.com>
41654
41655         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
41656         a pain in practice to deal with generated m4 files.  This change
41657         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
41658
41659         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
41660         and jm-glibc-io.m4, as they are no longer a special case.
41661         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
41662         kludge and the auto-generation stuff.  Check only whether the
41663         functions are declared, not whether they exist, since older hosts
41664         that don't declare the functions can't use the optimization anyway.
41665
41666 2002-12-06  Jim Meyering  <jim@meyering.net>
41667
41668         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
41669
41670         Merge in changes from libc's misc/error.c, in preparation
41671         for the merge of gnulib's changes back into libc.
41672
41673         * lib/error.c (_): Define only if not already defined.
41674         Move definition to follow all #include directives.
41675         Include unlocked-io.h only if !_LIBC.
41676         [_LIBC]: Include <libio/libioP.h>.
41677         [USE_IN_LIBIO]: Include <libio/iolibio.h>
41678         (fflush): Tweak definition to use INTUSE.
41679         (putc): Define.
41680
41681 2002-12-05  Paul Eggert  <eggert@twinsun.com>
41682
41683         * lib/alloca.c [defined emacs]: Include "lisp.h".
41684         (xalloc_die) [defined emacs]: New macro.
41685         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
41686         [! defined emacs]: Include <xalloc.h>.
41687         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
41688         (pointer): Typedef to POINTER_TYPE *.
41689         (malloc): Remove decl; we now always use xmalloc.
41690         (alloca): Use old-style definition, since Emacs needs this.
41691         Check for arithmetic overflow when computing combined size.
41692
41693 2002-12-04  Paul Eggert  <eggert@twinsun.com>
41694
41695         Do not generate unlocked-io.h automatically, since it's easier to
41696         maintain it by hand.
41697
41698         * lib/unlocked-io.h: New file, from GNU diffutils,
41699         but with proper copyright notice and attribution.
41700         * lib/gen-uio: Remove.
41701         * lib/Makefile.am: Add copyright notice.
41702         (libfetish_a_SOURCES): Add unlocked-io.h.
41703         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
41704         (DISTCLEANFILES, io_functions): Remove macros.
41705         (EXTRA_DIST): Remove gen_uio.
41706         (unlocked-io.h): Remove rule.
41707
41708 2002-12-04  Jim Meyering  <jim@meyering.net>
41709
41710         Reflect the fact that stat.c and lstat.c are no longer generated.
41711         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
41712         (DISTCLEANFILES): Likewise.
41713         (EXTRA_DIST): Likewise.
41714         (all_local): Don't depend on stat.c or lstat.c.
41715         (stat.c, lstat.c): Remove rules.
41716         (EXTRA_DIST): Remove xstat.in.
41717
41718         * lib/xstat.in: Remove file.  Contents moved into stat.c.
41719         * lib/stat.c: New file.  Contents mostly from xstat.in.
41720         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
41721         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
41722
41723         * lib/safe-read.c: Rework so that it may serve to define safe_write,
41724         too.
41725         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
41726
41727 2002-12-03  Jim Meyering  <jim@meyering.net>
41728
41729         * lib/safe-read.c, safe-write.c: Change variable names and comments,
41730         but not semantics, to minimize the differences between these two files.
41731         (safe_read): Change comment to mention SAFE_READ_ERROR.
41732
41733         * lib/safe-read.c (IS_EINTR): Define.
41734         (safe_read): Use IS_EINTR in place of in-function cpp directives.
41735
41736 2002-12-02  Jim Meyering  <jim@meyering.net>
41737
41738         * lib/safe-read.c (EINTR): Define.
41739         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
41740         (INT_MAX): Provide fallback.
41741         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
41742
41743         * lib/safe-read.h (SAFE_READ_ERROR): Define.
41744
41745 2002-12-02  Bruno Haible  <bruno@clisp.org>
41746
41747         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
41748         Define, taken from safe-read.c.
41749         (INT_MAX): Provide fallback.
41750         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
41751         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
41752
41753         * lib/safe-read.c (EINTR): Remove definition.
41754         (safe_read): Don't use EINTR if it is absent.
41755
41756 2002-12-01  Jim Meyering  <jim@meyering.net>
41757
41758         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
41759         zero.
41760         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
41761
41762 2002-11-27  Paul Eggert  <eggert@twinsun.com>
41763
41764         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
41765         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
41766         with `if (! (value < limit)) abort ();', for readability.
41767
41768 2002-11-26  Karl Berry  <karl@gnu.org>
41769
41770         * lib/strdup.c: copy from libc again, with jim's ok.
41771         * lib/.cppi-disable: re-add strdup.c
41772
41773 2002-11-25  Karl Berry  <karl@gnu.org>
41774
41775         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
41776         instead of "strtol.c".
41777
41778 2002-11-25  Karl Berry  <karl@gnu.org>
41779
41780         * config/install-sh: update from automake for variable quoting, $0 in
41781         error msgs, etc.
41782
41783         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
41784         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
41785         entry.
41786
41787 2002-11-25  Jim Meyering  <jim@meyering.net>
41788
41789         * lib/mktime.c: Sync from libc, now that it has the latest fix.
41790
41791 2002-11-24  Karl Berry  <karl@gnu.org>
41792
41793         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
41794         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
41795
41796 2002-11-24  Jim Meyering  <jim@meyering.net>
41797
41798         Update from coreutils:
41799
41800         * lib/mktime.c: Merge in changes from libc.
41801
41802         Avoid a link-time failure on some Linux systems.
41803         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
41804         (otherwise).
41805         (__mon_yday): Declare with the STATIC attribute.
41806         (__mktime_internal): Likewise.
41807         Based on a report from Greg Schafer.
41808
41809 2002-11-23  Jim Meyering  <jim@meyering.net>
41810
41811         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
41812         Use `unsigned', not `int', as type of index.
41813
41814         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
41815
41816         * lib/fsusage.c: Remove unneeded parentheses around operands of
41817         `defined'.
41818
41819 2002-11-22  Paul Eggert  <eggert@twinsun.com>
41820
41821         * lib/quotearg.h: Allow multiple inclusion by surrounding with
41822         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
41823         so that we can be included first.
41824         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
41825         * lib/quotearg.c: Include quotearg.h immediately after config.h.
41826         No need to include stddef.h or sys/types.h any more.
41827         Surround local include files with "", not "<>".
41828         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
41829         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
41830         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
41831         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
41832         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
41833         (ISPRINT): Remove; no longer needed now that we assume C89.
41834
41835         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
41836         Preserve errno.
41837
41838         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
41839         quotearg_char): Use SIZE_MAX rather than
41840         (size_t) -1 when we are talking about "infinity".
41841
41842         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
41843
41844 2002-11-22  Paul Eggert  <eggert@twinsun.com>
41845
41846         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
41847         hint that one should use `if (! x) abort ();' rather than `assert
41848         (x);', and anyway it's one less thing to worry about configuring.
41849         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
41850         hash_rehash, hash_insert): Use abort rather than assert.
41851
41852 2002-11-22  Bruno Haible  <bruno@clisp.org>
41853
41854         * lib/safe-read.h: Assume C89. Add comments.
41855         (safe_read): Change return type to size_t.
41856         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
41857         byte counts > SSIZE_MAX correctly.
41858         * lib/safe-write.h: New file.
41859         * lib/safe-write.c: New file.
41860         * lib/full-read.h: New file.
41861         * lib/full-read.c: New file.
41862         * lib/full-write.h: Assume C89. Add comments.
41863         * lib/full-write.c: Include safe-write.h.
41864         (full_write): Rewritten to use safe_write.
41865         Suggested by Jim Meyering and Paul Eggert.
41866
41867 2002-11-21  Jim Meyering  <jim@meyering.net>
41868
41869         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
41870
41871         Merge in changes from the coreutils.
41872
41873         2002-09-25  Paul Eggert  <eggert@twinsun.com>
41874         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
41875         <stdint.h>.
41876         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
41877         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
41878         int.  Work more efficiently if X is the same width as uintmax_t.
41879         Do not compare X to -1, to avoid bogus compiler warning.
41880         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
41881         Don't assume that f_frsize and f_bsize are the same type.
41882
41883         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
41884         warning on FreeBSD.
41885
41886         * lib/makepath.c (make_path): Restore umask *before* creating the final
41887         component.
41888         (make_path): Minor reformatting.
41889
41890         * lib/xmalloc.c: Adjust to work with new autoconf macros,
41891         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
41892         HAVE_MALLOC/HAVE_REALLOC.
41893
41894         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
41895         dummy ones.  At least on GNU/Linux systems, `auto' means something
41896         else.
41897         From Michael Stone.
41898
41899 2002-11-21  Bruno Haible  <bruno@clisp.org>
41900
41901         Remove case insensitive option matching.
41902         * lib/argmatch.h (argcasematch): Remove declaration.
41903         (ARGCASEMATCH): Remove macro.
41904         (__xargmatch_internal): Remove case_sensitive argument.
41905         (XARGMATCH): Update.
41906         (XARGCASEMATCH): Remove macro.
41907         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
41908         case_sensitive argument.
41909         (argcasematch): Remove function.
41910         (__xargmatch_internal): Remove case_sensitive argument.
41911         (main): Use XARGMATCH instead of XARGCASEMATCH.
41912
41913         * lib/xmalloc.c: Change compile-time error message. Add comment about
41914         required autoconf version.
41915
41916 2002-11-20  Paul Eggert  <eggert@twinsun.com>
41917
41918         Merge argmatch cleanups from Bison.  Assume C89.
41919
41920         * lib/argmatch.c: Include config.h here, not in argmatch.h.
41921         Include stdlib.h, for EXIT_FAILURE.
41922         Always include <string.h>, since we assume C89.
41923         (EXIT_FAILURE): Remove pre-C89 bug workaround.
41924         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
41925         Include <stddef.h> instead, since it's all we need for size_t.
41926         (PARAMS): Remove.  All uses removed.
41927         (ARRAY_CARDINALITY): Do not bother to #undef.
41928         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
41929         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
41930         Remove unnecessary parentheses.
41931         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
41932         Insert necessary parentheses.
41933         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
41934         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
41935
41936 2002-11-19  Bruno Haible  <bruno@clisp.org>
41937
41938         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
41939         * lib/mbswidth.h: Include <stddef.h>, for size_t.
41940
41941         * lib/mbswidth.h (PARAMS): Remove macro.
41942         (mbswidth, mbsnwidth): Use ANSI C function declarations.
41943         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
41944
41945         * lib/gcd.h (PARAMS): Remove macro.
41946         (gcd): Use ANSI C function declarations.
41947         * lib/gcd.c (gcd): Likewise.
41948
41949 2002-11-15  Bruno Haible  <bruno@clisp.org>
41950
41951         * lib/strcspn.c: Include <stddef.h>.
41952         (strcspn): Use ANSI C function declaration. Change return type to
41953         size_t. Use NULL.
41954         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
41955         (strpbrk): Use NULL.
41956         * lib/strpbrk.h (PARAMS): Remove macro.
41957         (strpbrk): Use ANSI C function declaration.
41958         * lib/strstr.c: Don't include <sys/types.h>.
41959         * lib/strstr.h (PARAMS): Remove macro.
41960         (strstr): Use ANSI C function declarations.
41961
41962 2002-11-14  Karl Berry  <karl@gnu.org>
41963
41964         * config/mkinstalldirs: `do' on separate line, instead of
41965         `for var; do'.
41966
41967 2002-11-06  Bruno Haible  <bruno@clisp.org>
41968
41969         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
41970         * lib/gcd.c (gcd): Likewise.
41971
41972 2002-11-05  Bruno Haible  <bruno@clisp.org>
41973
41974         * lib/gcd.h: New file, from gettext-0.11.5.
41975         * lib/gcd.c: New file, from gettext-0.11.5.
41976
41977 2002-11-05  Bruno Haible  <bruno@clisp.org>
41978
41979         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41980         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41981         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41982         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41983
41984         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
41985         <libintl.h>.
41986         * lib/makepath.c: Include gettext.h instead of <locale.h> and
41987         <libintl.h>.
41988
41989         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
41990         * lib/human.c: Include gettext.h instead of <libintl.h>.
41991         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
41992         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
41993         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
41994         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
41995         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
41996         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
41997         (textdomain): Remove definition.
41998         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
41999
42000         * lib/long-options.c: Remove include of <libintl.h> and definition of
42001         _.
42002         * lib/same.c: Remove include of <libintl.h> and definition of _.
42003
42004 2002-11-04  Owen Taylor  <otaylor@redhat.com>
42005
42006         * lib/config.charset: A few additions for Solaris.
42007
42008 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
42009
42010         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
42011         * lib/localcharset.c (locale_charset): Declare as extern "C".
42012
42013 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
42014
42015         * lib/config.charset: msdos in uk_UA uses CP1125.
42016
42017 2002-11-04  Bruno Haible  <bruno@clisp.org>
42018
42019         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
42020         * lib/strcase.h: New file, from GNU gettext-0.11.5.
42021         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
42022         * lib/strstr.h: New file, from GNU gettext-0.11.5.
42023         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
42024
42025 2002-11-04  Bruno Haible  <bruno@clisp.org>
42026
42027         * lib/localcharset.c (locale_charset): Don't return an empty string.
42028
42029 2002-11-04  Bruno Haible  <bruno@clisp.org>
42030
42031         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
42032         aliases.
42033
42034 2002-11-04  Bruno Haible  <bruno@clisp.org>
42035
42036         * lib/config.charset: Update for newest glibc. Add canonical names
42037         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
42038
42039 2002-11-04  Bruno Haible  <bruno@clisp.org>
42040
42041         * lib/config.charset: Add support for NetBSD.
42042
42043 2002-11-04  Bruno Haible  <bruno@clisp.org>
42044
42045         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
42046
42047 2002-11-01  Bruno Haible  <bruno@clisp.org>
42048
42049         * configure.in: Add AC_CONFIG_AUX_DIR call.
42050         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
42051         test/Makefile.
42052         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
42053
42054 2002-09-28  Karl Berry  <karl@gnu.org>
42055
42056         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
42057         installed automake until the next release, since changes have been
42058         made.
42059
42060 2002-09-25  Karl Berry  <karl@gnu.org>
42061
42062         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
42063         * lib/getopt*: copy from libc/posix.
42064         * lib/gettext.h: copy from gettext.
42065         * lib/.cppi-disable: add strdup.c, gettext.h.
42066
42067 2002-09-25  Karl Berry  <karl@gnu.org>
42068
42069         * config/srclist.txt: enable gettext.h check.
42070         * config/config.{guess,sub}: update from prep.
42071         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
42072                 from automake 1.6.3.
42073         See srclist*.
42074
42075 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
42076
42077         * regex.c (PATFETCH): Remove the translating fetch.
42078         (PATFETCH_RAW): Rename to PATFETCH.
42079         (set_image_of_range): New fun.
42080         (SET_RANGE_TABLE_WORK_AREA): Use it.
42081         (regex_compile): Don't translate the pattern chars so eagerly.
42082         Only do it when inserting an `exactn' bytecode or when handling
42083         a char-range.
42084         (mutually_exclusive_p): Avoid empty statement.
42085
42086 2002-07-06  Jim Meyering  <meyering@lucent.com>
42087
42088         * m4/README: Don't mention Makefile.am.in.
42089         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
42090
42091 2002-07-01  Jim Meyering  <meyering@lucent.com>
42092
42093         * lib/c-stack.c: Include sys/time.h.
42094         From Volker Borchert.
42095
42096 2002-06-26  Paul Eggert  <eggert@twinsun.com>
42097
42098         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
42099
42100 2002-06-26  Paul Eggert  <eggert@twinsun.com>
42101
42102         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
42103         New macro.  Use it uniformly instead of
42104         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
42105         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
42106         reported by Vin Shelton.
42107
42108 2002-06-22  Paul Eggert  <eggert@twinsun.com>
42109
42110         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
42111         Do not assume SA_SIGINFO behavior.
42112         Bug reported by Jim Meyering on NetBSD 1.5.2.
42113
42114 2002-06-22  Jim Meyering  <meyering@lucent.com>
42115
42116         * m4/c-stack.m4: New file, from diffutils-2.8.2.
42117         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
42118
42119         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
42120         now that configure.ac uses AC_GNU_SOURCE.
42121         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
42122         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
42123
42124         Update to latest tools.  Suggestions from Paul Eggert.
42125         * m4/stdbool.m4: New file, from diffutils-2.8.2.
42126         * m4/gnu-source.m4: Update from diffutils-2.8.2.
42127         * m4/fnmatch.m4: Likewise.
42128         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
42129         to AC_HEADER_STDBOOL
42130
42131 2002-06-22  Jim Meyering  <meyering@lucent.com>
42132
42133         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
42134         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
42135
42136 2002-06-22  Jim Meyering  <meyering@lucent.com>
42137
42138         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
42139
42140         * lib/exitfail.c, exitfail.h: Likewise.
42141         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
42142
42143         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
42144         of fnmatch.h.
42145         (EXTRA_DIST): Add fnmatch_loop.c.
42146         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
42147
42148         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
42149         * lib/fnmatch.c: Update from diffutils-2.8.2.
42150         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
42151         * lib/fnmatch.h: Remove file.
42152
42153 2002-06-21  Jim Meyering  <meyering@lucent.com>
42154
42155         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
42156         * m4/mbrtowc.m4: Likewise.
42157
42158         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
42159         * m4/mbswidth.m4: Reflect name change:
42160         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
42161         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
42162
42163         * m4/lib-link.m4: Update from gettext-0.11.2.
42164         * m4/gettext.m4: Likewise.
42165
42166         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
42167         From Alfred M. Szmidt.
42168
42169 2002-06-18  Paul Eggert  <eggert@twinsun.com>
42170
42171         * lib/file-type.h: Report an error if neither S_ISREG nor
42172         S_IFREG is defined, instead of using a test specific to glibc
42173         2.2.  This should be safe, since POSIX requires S_ISREG and
42174         Unix Version 7 had S_IFREG.  We don't need to check for
42175         <sys/types.h> since we don't use any symbols that it defines.
42176
42177 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
42178
42179         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
42180         $@-t, so that each temporary file name is unique and valid in the first
42181         8 characters, for operation under DOS.
42182
42183 2002-06-15  Paul Eggert  <eggert@twinsun.com>
42184
42185         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
42186
42187 2002-06-15  Jim Meyering  <meyering@lucent.com>
42188
42189         Work even with DJGPP 2.03, which lacks support for symlinks.
42190         From Richard Dawe.
42191         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
42192         is defined.
42193         * lib/lchown.c (S_ISLNK): Likewise.
42194
42195 2002-06-15  Jim Meyering  <meyering@lucent.com>
42196
42197         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
42198         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
42199         have been included before this file.
42200
42201 2002-06-14  Jim Meyering  <meyering@lucent.com>
42202
42203         * lib/file-type.h: Use the version from diffutils-2.8.2.
42204         * lib/file-type.c: Likewise.
42205
42206 2002-06-07  Jim Meyering  <meyering@lucent.com>
42207
42208         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
42209         They're needed at least for NetBSD 1.5.2.
42210         ($statxfs_includes): Include those same headers.
42211         ($statxfs_includes): Include sys/vfs.h if available.
42212         ($statxfs_includes): Likewise for sys/statvfs.h.
42213         Check for the following members in both structs statfs and statvfs:
42214         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
42215
42216 2002-06-01  Jim Meyering  <meyering@lucent.com>
42217
42218         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
42219         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
42220
42221 2002-05-28  Jim Meyering  <meyering@lucent.com>
42222
42223         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
42224         Reported by Volker Borchert.
42225
42226 2002-05-27  Jim Meyering  <meyering@lucent.com>
42227
42228         Fix a problem seen only on nonconforming systems whereby ls.c's
42229         use of localtime, and then of gettimeofday would cause trouble:
42230         the localtime call used to initialize rpl_gettimeofday's save
42231         mechanism would clobber ls's current local time information so
42232         that in any long listing the first file would always be listed
42233         with date 1970-01-01.  Analysis by Volker Borchert.
42234
42235         * lib/gettimeofday.c (localtime): Undefine.
42236         (rpl_localtime): New function.
42237
42238 2002-05-27  Jim Meyering  <meyering@lucent.com>
42239
42240         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
42241         localtime.
42242
42243         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
42244         use the replacement function; it wouldn't resolve at link time.
42245         Reported by Volker Borchert.
42246
42247 2002-05-22  Jim Meyering  <meyering@lucent.com>
42248
42249         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
42250         file-type.h.
42251         * lib/file-type.h: New file.
42252         * lib/file-type.c (file_type): New file/function.  Extracted from
42253         diffutils.
42254
42255 2002-04-30  Jim Meyering  <meyering@lucent.com>
42256
42257         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
42258
42259 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42260
42261         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
42262
42263 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42264
42265         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
42266         Do not check for alloca.h (no longer used) or stdbool.h (was never
42267         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
42268
42269 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42270
42271         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
42272
42273 2002-04-29  Jim Meyering  <meyering@lucent.com>
42274
42275         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
42276         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
42277         Use AC_FUNC_STRNLEN here instead.
42278
42279         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
42280         With autoconf-2.53a, it's part of AC_PROG_CC.
42281
42282 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42283
42284         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
42285         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
42286
42287 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42288
42289         * lib/sig2str.h, lib/sig2str.c: New files.
42290         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
42291
42292 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42293
42294         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
42295         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
42296         of 127, since 64 is the largest conceivable number for ancient
42297         nonstandard hosts.
42298         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
42299
42300 2002-04-28  Jim Meyering  <meyering@lucent.com>
42301
42302         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
42303
42304 2002-04-24  Jim Meyering  <meyering@lucent.com>
42305
42306         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
42307         (jm_PREREQ): Use it.
42308
42309         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
42310         mach/mach.h fcntl.h.
42311         Check for this function: setlocale.
42312
42313 2002-04-24  Jim Meyering  <meyering@lucent.com>
42314
42315         * lib/gettext.h: New file, from Gettext.
42316         * lib/Makefile.am (INCLUDES): Remove -I../intl.
42317         (libfetish_a_SOURCES): Add gettext.h.
42318
42319 2002-04-16  Jim Meyering  <meyering@lucent.com>
42320
42321         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
42322         ut_pid, ut_id, ut_exit.
42323
42324 2002-04-16  Jim Meyering  <meyering@lucent.com>
42325
42326         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
42327         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
42328         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
42329
42330 2002-04-12  Jim Meyering  <meyering@lucent.com>
42331
42332         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
42333         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
42334         existence of the getmntinfo function.  Needed for Darwin 5.3.
42335
42336         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
42337         This is necessary at least on Darwin 5.3.
42338
42339         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
42340         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
42341         strnlen.o in the library, and that makes some versions of ranlib
42342         object.
42343
42344 2002-04-12  Jim Meyering  <meyering@lucent.com>
42345
42346         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
42347
42348 2002-04-09  Jim Meyering  <meyering@lucent.com>
42349
42350         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
42351         to be more precise.  Rather than saying we're checking whether the
42352         function `works', say what we're testing.
42353         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
42354         Reported by Bruno Haible.
42355
42356 2002-03-10  Jim Meyering  <meyering@lucent.com>
42357
42358         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
42359         Suggestion from Santiago Vila.
42360
42361 2002-03-08  Jim Meyering  <meyering@lucent.com>
42362
42363         * lib/rename.c: Mention that this wrapper is needed also on
42364         mips-dec-ultrix4.4 systems.
42365
42366 2002-03-02  Jim Meyering  <meyering@lucent.com>
42367
42368         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
42369         not HAVE_CLOCK_SETTIME.
42370
42371 2002-02-27  Paul Eggert  <eggert@twinsun.com>
42372
42373         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
42374         Check for clock_settime.
42375
42376 2002-02-27  Paul Eggert  <eggert@twinsun.com>
42377
42378         * lib/nanosleep.h: Rename to....
42379         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
42380
42381         * lib/gettime.c: New file.
42382         * lib/settime.c: New file.
42383         * lib/stime.c: Remove.
42384
42385         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
42386         timespec.h.  Remove nanosleep.h.
42387
42388 2002-02-25  Paul Eggert  <eggert@twinsun.com>
42389
42390         * m4/acl.m4: New file.
42391         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
42392         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
42393
42394 2002-02-25  Paul Eggert  <eggert@twinsun.com>
42395
42396         * lib/acl.c, lib/acl.h: New files.
42397         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
42398
42399 2002-02-24  Jim Meyering  <meyering@lucent.com>
42400
42401         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
42402         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
42403         cause trouble.  Reported by Nelson Beebe.
42404
42405 2002-02-23  Paul Eggert  <eggert@twinsun.com>
42406
42407         * lib/path-concat.c (xpath_concat): Reorder code to pacify
42408         compilers that don't know that xalloc_die never returns.
42409
42410 2002-02-20  Jim Meyering  <meyering@lucent.com>
42411
42412         * lib/getdate.c: Regenerate using bison-1.33.
42413
42414 2002-02-17  Jim Meyering  <meyering@lucent.com>
42415
42416         * config/config.guess (main): Don't use `head -1'; it's no longer
42417         portable. Use `sed 1q' instead.
42418
42419 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
42420
42421         * m4/codeset.m4: Upgrade to gettext-0.11.
42422         * m4/gettext.m4: Upgrade to gettext-0.11.
42423         * m4/glibc21.m4: Upgrade to gettext-0.11.
42424         * m4/iconv.m4: Upgrade to gettext-0.11.
42425         * m4/isc-posix.m4: Upgrade to gettext-0.11.
42426         * m4/lcmessage.m4: Upgrade to gettext-0.11.
42427         * m4/lib-ld.m4: New file, from gettext-0.11.
42428         * m4/lib-link.m4: New file, from gettext-0.11.
42429         * m4/lib-prefix.m4: New file, from gettext-0.11.
42430         * m4/progtest.m4: Upgrade to gettext-0.11.
42431
42432 2002-02-15  Paul Eggert  <eggert@twinsun.com>
42433
42434         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
42435         (jm_PREREQ): Use it.
42436
42437 2002-02-15  Paul Eggert  <eggert@twinsun.com>
42438
42439         * lib/posixver.c, lib/posixver.h: New files.
42440         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
42441
42442 2002-02-02  Paul Eggert  <eggert@twinsun.com>
42443             Bruno Haible  <bruno@clisp.org>
42444
42445         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
42446         (fwrite_success_callback): New declaration.
42447         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
42448         print_unicode_char. Call failure callback instead of error.
42449         (fwrite_success_callback): New function.
42450         (exit_failure_callback): New function.
42451         (fallback_failure_callback): New function.
42452         (print_unicode_char): Call unicode_to_mb.
42453
42454 2002-01-26  Jim Meyering  <meyering@lucent.com>
42455
42456         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
42457         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
42458
42459 2002-01-26  Jim Meyering  <meyering@lucent.com>
42460
42461         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
42462
42463 2002-01-22  Paul Eggert  <eggert@twinsun.com>
42464
42465         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
42466
42467 2002-01-22  Jim Meyering  <meyering@lucent.com>
42468
42469         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
42470         Otherwise, some versions of automake would omit the rule that makes
42471         Makefile from Makefile.in.
42472
42473 2002-01-21  Paul Eggert  <eggert@twinsun.com>
42474
42475         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
42476         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
42477         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
42478         (memcoll): Set errno to zero if there is no error.
42479
42480         * lib/quotearg.c (quotearg_buffer_restyled):
42481         Fix bug with quoting buffers containing NUL when backslashing escapes.
42482         This bug was exposed by the other changes in this patch.
42483         (quotearg_n_options): New arg ARGSIZE.
42484         All callers changed.
42485         (quoting_options_from_style): New function.
42486         (quotearg_n_style): Use it.
42487         (quotearg_n_style_mem): New function.
42488
42489         * lib/quotearg.h (quotearg_n_style_mem): New function.
42490
42491 2002-01-19  Jim Meyering  <meyering@lucent.com>
42492
42493         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
42494         Remove useless quotes: DF_PROG="df".
42495         * m4/strnlen.m4: New file.
42496
42497 2002-01-16  Paul Eggert  <eggert@twinsun.com>
42498
42499         * lib/backupfile.c (ISDIGIT): Comment fix.
42500         * lib/getdate.y (ISDIGIT): Likewise.
42501         * lib/posixtm.c (ISDIGIT, year): Likewise.
42502         * lib/strverscmp.c (ISDIGIT): Likewise.
42503         * lib/userspec.c (ISDIGIT): Likewise.
42504
42505 2002-01-16  Jim Meyering  <meyering@lucent.com>
42506
42507         * lib/getdate.y: Add three semicolons, each just before a closing
42508         brace. Bison (as of version 1.31) no longer papers over that mistake.
42509
42510 2002-01-05  Jim Meyering  <meyering@lucent.com>
42511
42512         * lib/version-etc.c (version_etc_copyright): Update copyright year.
42513
42514 2001-12-19  Paul Eggert  <eggert@twinsun.com>
42515
42516         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
42517         not silently exit merely because the output buffer happens to
42518         have nothing pending.
42519
42520 2001-12-18  Paul Eggert  <eggert@twinsun.com>
42521
42522         See the big note in ../ChangeLog.
42523         * lib/human.c (suffixes): Prefer K to k for 1024.
42524         (generate_suffix_backwards): New function.
42525         (human_readable_inexact): Use it.
42526         * lib/xstrtol.c (__xstrtol): If there is no number but there
42527         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
42528         Accept 'K' as well as 'k'.
42529
42530 2001-12-15  Jim Meyering  <meyering@lucent.com>
42531
42532         * lib/regex.h (__restrict_arr): Update from libc.
42533
42534         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
42535         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
42536         (STREQ): Define.
42537
42538 2001-12-14  Jim Meyering  <meyering@lucent.com>
42539
42540         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
42541         Suggestion from Bruno Haible.
42542
42543 2001-12-10  Jim Meyering  <meyering@lucent.com>
42544
42545         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
42546         xrealloc, Instead, include "xalloc.h".
42547         (initbuffer): Don't cast xmalloc return value to char*.
42548         (readline): Reword comment.
42549         Don't cast xrealloc return value to char*
42550         Return NULL, not 0.
42551
42552 2001-12-09  Jim Meyering  <meyering@lucent.com>
42553
42554         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
42555         about `signed and unsigned type in conditional expression'.
42556         * lib/posixtm.c (posix_time_parse): Likewise.
42557
42558         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
42559
42560         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
42561         to avoid a pedantic warning.
42562
42563         * lib/getstr.c: Don't include assert.h.
42564         (getstr): Remove warning-evoking assertions.
42565         Return -1 if offset parameter is out of bounds.
42566         Change the type of a local from int to size_t.
42567
42568         * lib/strftime.c (my_strftime_localtime_r): Include this function
42569         definition in the `#if ! HAVE_TM_GMTOFF' block.
42570
42571         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
42572         Include xalloc.h instead.
42573
42574 2001-12-02  Jim Meyering  <meyering@lucent.com>
42575
42576         * lib/tempname.c: Don't declare getenv, thus reverting the change of
42577         2001-11-18.  It's no longer necessary, now that stdlib.h is always
42578         included.
42579
42580         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
42581         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
42582
42583 2001-11-30  Akim Demaille  <akim@epita.fr>
42584
42585         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
42586         before being defined.
42587
42588 2001-11-27  Paul Eggert  <eggert@twinsun.com>
42589
42590         * lib/quotearg.h (quotearg_n, quotearg_n_style):
42591         First arg is int, not unsigned.
42592         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
42593         (SIZE_MAX, UINT_MAX): New macros.
42594         (quotearg_n_options): Abort if N is negative.
42595         Avoid overflow check on hosts where size_t is 64 bits and int
42596         is 32 bits, as overflow is impossible there.
42597         Fix off-by-one typo that caused unnecessary reallocation.
42598
42599 2001-11-27  Jim Meyering  <meyering@lucent.com>
42600
42601         * lib/tempname.c: Merge with version from libc.
42602         * lib/regex.c: Likewise.
42603
42604         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
42605         systems for which STDC_HEADERS is 0, it was not included, resulting in
42606         a warning about an integer-to-pointer conversion problem with getenv.
42607         Reported by Volker Borchert.
42608
42609 2001-11-26  Jim Meyering  <meyering@lucent.com>
42610
42611         * lib/gtod.h: Remove file.
42612         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
42613         * lib/gettimeofday.c: Don't include gtod.h.
42614         (GTOD_init): Remove function.
42615         (rpl_gettimeofday): Do its job here instead, rather than aborting.
42616         Suggestion from Volker Borchert.
42617
42618 2001-11-23  Jim Meyering  <meyering@lucent.com>
42619
42620         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
42621         it.
42622         * lib/hash.c (struct hash_table): Define it here instead.
42623
42624 2001-11-22  Jim Meyering  <meyering@lucent.com>
42625
42626         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
42627
42628 2001-11-20  Jim Meyering  <meyering@lucent.com>
42629
42630         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
42631         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
42632
42633 2001-11-19  Jim Meyering  <meyering@lucent.com>
42634
42635         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
42636         directory.  Use "conftestXXXXXX" as the template.
42637         Suggestion from Paul Eggert.
42638
42639         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
42640         immediately, so the test doesn't mistakenly hit the max-open-files
42641         limit.
42642
42643 2001-11-18  Paul Eggert  <eggert@twinsun.com>
42644
42645         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
42646         (TEMPORARIES): New macro.
42647         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
42648         removes an artificial limitation (e.g. HP-UX 10.20, where
42649         TMP_MAX is 17576).
42650
42651 2001-11-18  Jim Meyering  <meyering@lucent.com>
42652
42653         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
42654
42655 2001-11-18  Jim Meyering  <meyering@lucent.com>
42656
42657         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
42658         on SunOS 4.
42659
42660         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
42661         files will be created before anything else.
42662
42663 2001-11-17  Paul Eggert  <eggert@twinsun.com>
42664
42665         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
42666         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
42667
42668 2001-11-17  Jim Meyering  <meyering@lucent.com>
42669
42670         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
42671         Prompted by a report from Bob Proulx.
42672
42673         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
42674         Instead, require UTILS_FUNC_MKSTEMP.
42675
42676 2001-11-17  Jim Meyering  <meyering@lucent.com>
42677
42678         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
42679         Now, that's done as part of AC_FUNC_STRTOD.
42680
42681 2001-11-17  Jim Meyering  <meyering@lucent.com>
42682
42683         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
42684         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
42685         rather than group writable.  Patch by Juan F. Codagnone.
42686
42687         * lib/readtokens.c: Remove explicit declarations of xmalloc and
42688         xrealloc, Instead, include "xalloc.h".
42689
42690         * lib/mountlist.c: Include unlocked-io.h after all system headers.
42691         Remove explicit declarations of xmalloc, xrealloc,
42692         and xstrdup.  Instead, include "xalloc.h".
42693
42694         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
42695         unlocked-io.h.
42696         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
42697         Likewise.
42698         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
42699
42700         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
42701         Reported by Padraig Brady.
42702
42703         * lib/mkstemp.c: #undef mkstemp.
42704         Include config.h.
42705         (rpl_mkstemp): Rename from mkstemp.
42706         Protoize.
42707
42708 2001-11-16  Jim Meyering  <meyering@lucent.com>
42709
42710         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
42711         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
42712         determine the amount of total physical memory, use pstat_getstatic.
42713         HPUX-11 doesn't define _SC_PHYS_PAGES.
42714         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
42715         If sysconf couldn't be used to determine the amount of available
42716         physical memory, use both pstat_getstatic and pstat_getdynamic.
42717         Based on a patch from Bob Proulx.
42718
42719 2001-11-10  Jim Meyering  <meyering@lucent.com>
42720
42721         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
42722         (jm_PREREQ): Use it.
42723
42724 2001-11-09  Jim Meyering  <meyering@lucent.com>
42725
42726         * m4/jm-macros.m4: Require autoconf-2.52f.
42727         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
42728         Use these AC_-prefixed names, not the AM_-prefixed ones.
42729
42730         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
42731
42732 2001-11-05  Jim Meyering  <meyering@lucent.com>
42733
42734         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
42735
42736 2001-11-04  Jim Meyering  <meyering@lucent.com>
42737
42738         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
42739         $DEFS.
42740
42741 2001-11-03  Jim Meyering  <meyering@lucent.com>
42742
42743         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
42744         of AC_DEFUN.
42745
42746         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
42747         know the name of the variable in the macro definition.
42748
42749 2001-11-03  Jim Meyering  <meyering@lucent.com>
42750
42751         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
42752         in argmatch_to_argument call.
42753
42754         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
42755         argument.
42756
42757         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
42758         e.g., a fault due to an attempt to free a NULL pointer.
42759
42760 2001-11-01  Jim Meyering  <meyering@lucent.com>
42761
42762         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
42763         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
42764
42765 2001-11-01  Jim Meyering  <meyering@lucent.com>
42766
42767         * lib/dirfd.c, lib/dirfd.h: New files.
42768         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
42769
42770         * lib/hash.c (hash_print) [TESTING]: Clean up.
42771
42772 2001-10-22  Paul Eggert  <eggert@twinsun.com>
42773
42774         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
42775         to avoid a warning if -Wall.
42776
42777 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
42778
42779         * README: New file
42780         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
42781         (per RMS's instructions, this is now the canonical source)
42782         * lgpl/, gpl/: New directories.
42783
42784 2001-10-21  Paul Eggert  <eggert@twinsun.com>
42785
42786         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
42787
42788 2001-10-21  Jim Meyering  <meyering@lucent.com>
42789
42790         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
42791         this code would end up calling gettext even in packages built
42792         with --disable-nls.
42793         * lib/getopt.c (_): Likewise.
42794         * lib/regex.c (_): Likewise.
42795
42796 2001-10-20  Paul Eggert  <eggert@twinsun.com>
42797
42798         * m4/error.m4 (jm_PREREQ_ERROR):
42799         Do not invoke AC_CHECK_FUNCS with strerror_r, as
42800         AC_FUNC_STRERROR_R does that.
42801         Check for strerror declaration.
42802
42803         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
42804         are supposed to have them these days.
42805         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
42806         Merge changes from latest Autoconf CVS.
42807         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
42808         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
42809         POSIX decided to standardize on the int flavor of strerror_r.
42810
42811 2001-10-20  Paul Eggert  <eggert@twinsun.com>
42812
42813         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
42814         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
42815         Use strerror_r that is only a macro, even if it is not a function.
42816         (strerror): Check for HAVE_DECL_STRERROR before declaring.
42817         (private_strerror): Use prototypes, not old-style function definition.
42818         (print_errno_message): New function.
42819         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
42820         char*-flavored one.
42821         (error_tail, error, error_at_line): Use it.
42822
42823 2001-10-11  Jim Meyering  <meyering@lucent.com>
42824
42825         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
42826         and quote_n (1, ... to avoid clobbering a buffer.
42827
42828 2001-10-05  Jim Meyering  <meyering@lucent.com>
42829
42830         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
42831         hash-pjw.h.
42832         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
42833         * lib/hash-pjw.h: New file.
42834
42835 2001-09-30  Jim Meyering  <meyering@lucent.com>
42836
42837         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
42838         `struct fsstat' has the `f_fstypename' member.
42839         Use that to define FS_TYPE, which is now used to make
42840         the getfsstat link test tighter.
42841
42842 2001-09-30  Jim Meyering  <meyering@lucent.com>
42843
42844         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
42845         Include <sys/ucred.h>, for Apple Darwin.
42846         Include sys/mount.h and sys/fs_types.h only if available.
42847         (FS_TYPE): Define.
42848         (read_filesystem_list): Use FS_TYPE.
42849
42850 2001-09-29  Paul Eggert  <eggert@twinsun.com>
42851
42852         * lib/exclude.c (excluded_filename): 0 -> false, since it's
42853         a boolean context.
42854
42855 2001-09-29  Jim Meyering  <meyering@lucent.com>
42856
42857         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
42858         [one-argument getmntent function]): Include stdio.h before mntent.h.
42859         SunOS 4.1.x needs it for the declaration of `FILE'.
42860         Patch by Volker Borchert.
42861
42862         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
42863         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
42864         sys/fs_types.h, and make the link-test for getfsstat guard #include
42865         directives with appropriate #if HAVE_*_H tests so that we can
42866         detect getfsstat on Apple Darwin1.3.7 systems.
42867         Reported by Nelson Beebe.
42868         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
42869
42870 2001-09-28  Paul Eggert  <eggert@twinsun.com>
42871
42872         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
42873         #defines strtoimax.  Also treat the other strto* functions
42874         like strtoimax.
42875
42876         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
42877         Check for strtoul and strtoumax,
42878         as those declarations are made even in the signed case.
42879         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
42880         Likewise, for strtol and strtoimax.
42881
42882 2001-09-28  Paul Eggert  <eggert@twinsun.com>
42883
42884         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
42885         #defines strtoimax.  Also treat the other strto* functions
42886         like strtoimax.
42887
42888         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
42889         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
42890         (strtoimax, strtoumax): Do not declare if already defined as a macro.
42891
42892 2001-09-26  Jim Meyering  <meyering@lucent.com>
42893
42894         Most macros in unlocked-io.h had the wrong number of arguments.
42895         * lib/gen-uio: New script.
42896         (USE_UNLOCKED_IO): Define to 1 if not already defined.
42897         * lib/unlocked-io.hin: Remove file.
42898         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
42899         rather than trying to embed it here.
42900         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
42901         Reported by Padraig Brady.
42902
42903 2001-09-25  Volker Borchert  <bt@teknon.de>
42904
42905         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
42906         `result'.
42907
42908 2001-09-24  Jim Meyering  <meyering@lucent.com>
42909
42910         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
42911
42912 2001-09-23  Jim Meyering  <meyering@lucent.com>
42913
42914         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
42915         instead of the mere test for existence of mntent.h.  The latter
42916         would get a false-positive on AIX 3.4 systems.
42917         In the outer getmntent if-block, don't die if neither of the getmntent
42918         tests succeeds.  Instead, just fall through and continue with the
42919         remaining tests.
42920
42921 2001-09-23  Jim Meyering  <meyering@lucent.com>
42922
42923         * lib/mountlist.c: Remove useless parentheses in #if directives.
42924         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
42925         the deprecated MOUNTED symbol is no longer defined in mntent.h.
42926
42927 2001-09-22  Jim Meyering  <meyering@lucent.com>
42928
42929         * m4/gettext.m4: New file.  From gettext.
42930         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
42931         * m4/progtest.m4: Likewise
42932         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
42933         * m4/glibc21.m4: Likewise.
42934
42935         * m4/libintl.m4: Remove.  No longer used.
42936
42937 2001-09-22  Jim Meyering  <meyering@lucent.com>
42938
42939         * lib/localcharset.c: Update from latest gettext.
42940         * lib/config.charset: Likewise.
42941
42942 2001-09-20  Jim Meyering  <meyering@lucent.com>
42943
42944         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
42945         strtoimax.
42946         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
42947         strtoumax.
42948
42949 2001-09-20  Jim Meyering  <meyering@lucent.com>
42950
42951         * lib/xstrtol.c (strtoimax): Guard declaration with
42952         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
42953         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
42954         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
42955         (strtoumax): Likewise, for completeness (it wasn't necessary).
42956
42957 2001-09-17  Paul Eggert  <eggert@twinsun.com>
42958
42959         * lib/strtoimax.c (HAVE_LONG_LONG):
42960         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
42961         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
42962         to work around bug in IBM C compiler.
42963
42964 2001-09-17  Jim Meyering  <meyering@lucent.com>
42965
42966         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
42967         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
42968         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
42969         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
42970         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
42971         whenever the right hand side need not be expanded by the shell.
42972
42973 2001-09-16  Paul Eggert  <eggert@twinsun.com>
42974
42975         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
42976         library.  It's not correct, as some older glibcs are buggy.
42977         fnmatch wasn't fixed until glibc 2.2.
42978
42979         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
42980         special shell magic here.
42981
42982 2001-09-16  Jim Meyering  <meyering@lucent.com>
42983
42984         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
42985         * m4/jm-macros.m4: Require it.
42986
42987 2001-09-16  Jim Meyering  <meyering@lucent.com>
42988
42989         * lib/mkdir.c: New file.
42990
42991 2001-09-15  Jim Meyering  <meyering@lucent.com>
42992
42993         * m4/jm-macros.m4: Check for help2man.
42994
42995 2001-09-11  Jim Meyering  <meyering@lucent.com>
42996
42997         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
42998         The body, by Paul Eggert, was moved here from configure.in.
42999         * m4/jm-macros.m4: Require UTILS_HOST_OS.
43000
43001 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43002
43003         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
43004         (jm_PREREQ): Use it.
43005
43006 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43007
43008         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
43009         Use ssize_t, not int, to store result of readlink.
43010         Check for ssize_t overflow as well as size_t overflow,
43011         as POSIX says the result of readlink is implementation-defined
43012         when ssize_t overflows.
43013         Remove unnecessary cast to char*.
43014         Use free+malloc instead of realloc, as the storage doesn't need
43015         to be preserved and it's clearer and can be more efficient that way.
43016         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
43017         * lib/xreadlink.h (xreadlink): Update prototype.
43018
43019 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43020
43021         * lib/xgetcwd.c: Revert some of the previous change; intead,
43022         fix the HAVE_GETCWD_NULL code to behave more like the
43023         !HAVE_GETCWD_NULL code used to.
43024
43025         Include "xalloc.h".
43026         (xgetcwd): Do not return NULL when memory is exhausted; instead,
43027         invoke xalloc_die.
43028
43029 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43030
43031         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
43032         sys/param.h, as pathmax.h includes them.
43033
43034 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43035
43036         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
43037         (jm_PREREQ_XGETCWD): New macro.
43038
43039         * m4/getcwd.m4: New file.
43040
43041 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43042
43043         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
43044         like the HAVE_GETCWD_NULL code.
43045         Include pathmax.h if not HAVE_GETCWD.
43046         Do not include xalloc.h.
43047         (INITIAL_BUFFER_SIZE): New symbol.
43048         Do not use xmalloc / xrealloc, since the caller is responsible for
43049         handling errors.  Preserve errno around `free' during failure.
43050         Do not overrun buffer when using getwd.
43051
43052 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43053
43054         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
43055         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
43056         getcwd (NULL, 0).
43057
43058 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43059
43060         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
43061         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
43062         spotted by Jim Meyering.
43063
43064 2001-09-03  Jim Meyering  <meyering@lucent.com>
43065
43066         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
43067         failure.
43068
43069 2001-09-02  Jim Meyering  <meyering@lucent.com>
43070
43071         * lib/error.c: Update from GNU libc.
43072
43073 2001-09-01  Jim Meyering  <meyering@lucent.com>
43074
43075         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
43076         Used by df.
43077
43078 2001-09-01  Jim Meyering  <meyering@lucent.com>
43079
43080         * lib/xreadlink.c: New file.
43081         * lib/xreadlink.h: New file.
43082         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
43083         xreadlink.h.
43084
43085         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
43086         doesn't conflict with sparc Solaris 7's definition in
43087         /usr/include/sys/int_types.h.
43088
43089         * lib/exclude.c: Use `""', not `<>' to #include non-system header
43090         files.
43091         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
43092         and strncasecmp as r-values.  Unixware didn't have declarations.
43093
43094 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43095
43096         * lib/xstrtol.h: Add copyright notice.
43097         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
43098         LONGINT_INVALID_SUFFIX_CHAR.
43099
43100 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43101
43102         * lib/xstrtol.c (strtoimax): New decl.
43103
43104 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43105
43106         * lib/xgetcwd.c: Don't include pathmax.h.
43107         Include stdlib.h and unistd.h if available.
43108         Include xalloc.h.
43109         (xmalloc, xstrdup, free): Remove decls.
43110         (xgetcwd): Don't assume sizes fit in unsigned.
43111         Check for overflow when computing sizes.
43112         Simplify reallocation code.
43113
43114 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43115
43116         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
43117         a directory's st_size can have an arbitrary value, so the old
43118         usage could waste an arbitrary amount of memory.  All uses
43119         changed.
43120         * lib/savedir.h: Update prototype.
43121
43122 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43123
43124         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
43125
43126         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
43127         old strtoimax.c.
43128
43129         Also, make the following further changes to make this file's
43130         configuration more similar to that of strtol.c:
43131         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
43132         (strtoumax, uintmax_t, strtoull, strtol): Remove.
43133         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
43134         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
43135         changed to signed values.
43136
43137         And make the following changes as well:
43138         Fix copyright notice, as 1999 was missing.
43139         (verify): New macro.
43140         (strtoimax): Check sizes at compile-time, not run-time.
43141         Prefer strtol to strtoll if both work.
43142         (main): Remove; it was not that useful and was a pain to maintain.
43143
43144         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
43145
43146 2001-08-31  Jim Meyering  <meyering@lucent.com>
43147
43148         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
43149         Use an initial, malloc'd, buffer of length 128 rather than
43150         a statically allocated one of length 1024.
43151
43152 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43153
43154         Simplify code, partly by assuming autoconf 2.52 semantics.
43155
43156         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
43157
43158         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
43159         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
43160         All uses removed.
43161         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
43162         Move AC_REQUIRE to next-to-top level, to avoid confusion.
43163         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
43164         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
43165         jm_AC_HEADER_INTTYPES_H.
43166         * m4/jm-macros.m4 (jm_MACROS): Likewise.
43167
43168         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
43169
43170         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
43171         Quote first arg of AC_DEFUN.
43172         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
43173         since they are needed to parse the include file even if we need
43174         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
43175         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
43176         but with opposite signedness.
43177
43178 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43179
43180         Merge 'exclude' changes from tar 1.13.22.
43181         This fixes one or two unlikely storage allocation overflow bugs,
43182         but doesn't change user-visible behavior otherwise.
43183
43184 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43185
43186         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
43187         (jm_PREREQ_EXCLUDE): New macro.
43188
43189 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43190
43191         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
43192         tm to be declared.
43193
43194 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43195
43196         * lib/hash.c: Remove '2001' from copyright notice.
43197
43198 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43199
43200         * lib/full-write.h: New file.
43201         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
43202         * lib/full-write.c: Correct credits, as cccp.c no longer
43203         exists and anyway it was so heavily changed from the old cccp
43204         code as to be unrecognizable.  Include full-write.h.
43205         (full_write) Return size_t, with short writes meaning failure.
43206         All callers changed.  This fixes a bug with large buffers
43207         on 64-bit hosts.
43208         * lib/utime.c: Include full-write.h.
43209
43210 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43211
43212         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
43213         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
43214         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
43215         Include if available.
43216         (<xalloc.h>): Include
43217         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
43218         (verify): New macro.  Use it to verify that EXCLUDE macros do not
43219         collide with FNM macros.
43220         (struct patopts): New struct.
43221         (struct exclude): Use it, as exclude patterns now come with options.
43222         (new_exclude): Support above changes.
43223         (new_exclude, add_exclude_file):
43224         Initial size must now be a power of two to simplify overflow checking.
43225         (free_exclude, fnmatch_no_wildcards): New function.
43226         (excluded_filename): No longer requires options arg, as the options
43227         are determined by add_exclude.  Now returns bool, not int.
43228         (excluded_filename, add_exclude):
43229         Add support for the fancy new exclusion options.
43230         (add_exclude, add_exclude_file): Now takes int options arg.
43231         Check for arithmetic overflow when computing sizes.
43232         (add_exclude_file): xrealloc might modify errno, so don't
43233         realloc until after errno might be used.
43234
43235         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
43236         New macros.
43237         (free_exclude): New decl.
43238         (add_exclude, add_exclude_file): Now takes int options arg.
43239         (excluded_filename): No longer requires options arg, as the options
43240         are determined by add_exclude.  Now returns bool, not int.
43241
43242 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43243
43244         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
43245
43246 2001-08-27  Jim Meyering  <meyering@lucent.com>
43247
43248         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
43249
43250         * lib/version-etc.c (N_): Remove definition.
43251         Revert most of last change.
43252         Instead, simply don't mark the `Copyright...' string for translation.
43253         Based on advice from Paul Eggert.
43254
43255         * lib/strtoxmax.c: Tweak comment.
43256
43257 2001-08-26  Jim Meyering  <meyering@lucent.com>
43258
43259         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
43260
43261         * m4/xstrtoimax.m4: New file.
43262         * m4/xstrtoumax.m4: Add comments explaining why we
43263         AC_REPLACE_FUNCS(strtol).
43264
43265 2001-08-26  Jim Meyering  <meyering@lucent.com>
43266
43267         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
43268         of copyright with `%s' so translators don't get an untranslated
43269         message in 2002.
43270         (COPYRIGHT_YEAR): Define.
43271         (version_etc): Use fprintf rather than fputs.
43272         Suggestion from Ulrich Drepper.
43273
43274         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
43275
43276         * lib/strtoll.c: New file, from GNU libc.
43277         * lib/xstrtoimax.c: New file.
43278
43279         * lib/xstrtol.h: Add xstrtoimax.
43280         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
43281         * lib/strtoimax.c: New file.  Likewise, but first define
43282         STRTOUXMAX_SIGNED.
43283
43284         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
43285         ...
43286         * lib/strtoxmax.c: ... then renamed to this.
43287
43288 2001-08-18  Paul Eggert  <eggert@twinsun.com>
43289
43290         * m4/inttypes.m4: Add AC_PREREQ(2.13).
43291         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
43292         (jm_AC_TYPE_INTMAX_T): New macro.
43293         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
43294
43295         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
43296
43297         * m4/longlong.m4: Renamed from ulonglong.m4.
43298         * m4/inttypes.m4: Renamed from inttypes_h.m4.
43299         * m4/uintmax_t.m4: Removed.
43300
43301 2001-08-13  Paul Eggert  <eggert@twinsun.com>
43302
43303         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
43304         Port to Solaris 8, where 'sed' requires a space after the 'r'
43305         command, and where sh dislikes "$/".  Clean up the spacing a bit.
43306         Redirect output to $tmp just once.
43307
43308 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
43309
43310         * lib/addext.c (<errno.h>): Include.
43311         (errno): Declare if not defined.
43312         (addext): Work correctly when pathconf returns -1 and leaves
43313         errno alone because there is no limit.  Also, work even if
43314         pathconf returns a value greater than SIZE_MAX.
43315
43316 2001-08-12  Jim Meyering  <meyering@lucent.com>
43317
43318         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
43319         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
43320         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
43321         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
43322         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
43323         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
43324         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
43325         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
43326         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
43327         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
43328         utime.m4, utimes.m4, xstrtoumax.m4:
43329         Quote the first argument in each use of AC_DEFUN.
43330
43331 2001-08-12  Jim Meyering  <meyering@lucent.com>
43332
43333         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
43334         Simply `return getcwd (NULL, 0);'.
43335         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
43336         Use 1300 as initial value for length, not PATH_MAX.
43337
43338         * lib/pathmax.h: Clean up cpp syntax.
43339
43340 2001-08-12  Jim Meyering  <meyering@lucent.com>
43341
43342         * lib/gettimeofday.c: New file.
43343         * lib/gtod.h: New file.
43344         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
43345
43346 2001-08-05  Jim Meyering  <meyering@lucent.com>
43347
43348         * m4/jm-macros.m4: Require autoconf-2.52.
43349
43350 2001-08-04  Jim Meyering  <meyering@lucent.com>
43351
43352         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
43353         stmt, to get in sync with glibc.
43354
43355 2001-08-03  Paul Eggert  <eggert@twinsun.com>
43356
43357         The following changes are from gettext 0.10.39 as maintained by
43358         Bruno Haible.
43359
43360         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
43361         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
43362         with inverted sense.  All uses changed.
43363
43364         * lib/mbswidth.c: Don't include <limits.h>.
43365         Include <stdlib.h> and <string.h> unconditionally.
43366         (iswcntrl, mbsinit, ISCNTRL): New macros.
43367         (mbsnwidth): Use K&R style function declarations.
43368         Don't bother checking for MB_LEN_MAX == 1, since the compiler
43369         can optimize it when MB_CUR_MAX == 1.
43370         The width of control characters is zero, not 1.
43371
43372 2001-08-03  Paul Eggert  <eggert@twinsun.com>
43373
43374         The following changes are from gettext 0.10.39 as maintained by
43375         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
43376
43377         * m4/codeset.m4: Upgrade to serial AM1.
43378         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
43379         all uses changed.  Quote first arg of AC_DEFUN.
43380         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
43381
43382         * m4/iconv.m4: Upgrade to serial AM2.
43383         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
43384         Add --with-libconv-prefix.
43385         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
43386         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
43387         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
43388         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
43389         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
43390
43391         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
43392         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
43393         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
43394         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
43395         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
43396         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
43397         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
43398         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
43399         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
43400
43401         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
43402         string.h any more.
43403
43404         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
43405         not the default value.
43406
43407         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
43408         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
43409         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
43410         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
43411         Also check for iswcntrl, used for wcwidth fallback.
43412         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
43413         to Autoconf 2.13.
43414
43415 2001-08-03  Jim Meyering  <meyering@lucent.com>
43416
43417         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
43418         as it was in the original.  Reported by Paul Eggert.
43419
43420 2001-07-16  Jim Meyering  <meyering@lucent.com>
43421
43422         * m4/gettimeofday.m4: New file.
43423         Prompted by a report from Bernhard Baehr.
43424
43425 2001-07-15  Jim Meyering  <meyering@lucent.com>
43426
43427         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
43428         stuff. Now it's in ../Makefile.cfg.
43429
43430 2001-07-15  Jim Meyering  <meyering@lucent.com>
43431
43432         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
43433         (BUILT_SOURCES): Add unlocked-io.h.
43434         (io_functions): Define.
43435         (unlocked-io.h): New rule.
43436         (DISTCLEANFILES): Add unlocked-io.h.
43437         (all-local): Depend on unlocked-io.h, to ensure it is created.
43438
43439         * lib/unlocked-io.hin: New file
43440
43441         * lib/regex.c: Update from glibc.
43442
43443 2001-07-05  Jim Meyering  <meyering@lucent.com>
43444
43445         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
43446         recommendation.
43447         (libfetish_a_SOURCES): Put all .h files here instead.
43448         Remove a thus-exposed (better checks in automake) duplicate and
43449         two unnecessary .h files.
43450
43451 2001-07-04  Jim Meyering  <meyering@lucent.com>
43452
43453         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
43454         that generates jm-glibc-io.m4 so that it doesn't trigger any make
43455         distcheck failure.
43456
43457 2001-07-02  Jim Meyering  <meyering@lucent.com>
43458
43459         The following changes were prompted by suggestions from Bruno Haible.
43460
43461         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
43462         is now generated.
43463         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
43464         definition of EXTRA_DIST.
43465         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
43466         ensure that the generated file is created/updated whenever the list
43467         of $(unlocked_functions) is changed.
43468         (jm-glibc-io.m4): New rule.
43469         (unlocked-io.h): New rule -- currently unused.
43470
43471 2001-06-24  Jim Meyering  <meyering@lucent.com>
43472
43473         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
43474         unmatched right bracket, rather than kludging it with an extra,
43475         falsely-matching quote in a comment.  Patch by Akim Demaille.
43476
43477 2001-06-11  Jim Meyering  <meyering@lucent.com>
43478
43479         * lib/regex.c: Update from GNU libc.
43480
43481 2001-05-27  Jim Meyering  <meyering@lucent.com>
43482
43483         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
43484         Check for ut_type in struct utmp.
43485
43486 2001-05-27  Jim Meyering  <meyering@lucent.com>
43487
43488         * lib/readutmp.h (UT_TYPE): Define.
43489
43490 2001-05-24  Jim Meyering  <meyering@lucent.com>
43491
43492         * lib/argmatch.c: Include "quote.h".
43493         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
43494         quote function.  Reported by Göran Uddeborg.
43495
43496 2001-05-22  Jim Meyering  <meyering@lucent.com>
43497
43498         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
43499         now that we use the package-supplied version unconditionally.
43500         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
43501
43502 2001-05-21  Jim Meyering  <meyering@lucent.com>
43503
43504         * m4/regex.m4: Change a couple backticks to single quotes to avoid
43505         shell syntax errors.
43506
43507 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
43508
43509         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
43510
43511 2001-05-20  Paul Eggert  <eggert@twinsun.com>
43512
43513         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
43514         Don't bother to check library strftime, since
43515         we'll be using our own my_strftime function anyway.
43516         Define my_strftime instead of strftime.
43517
43518 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
43519
43520         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
43521         which is not yet declared.
43522
43523 2001-05-15  Jim Meyering  <meyering@lucent.com>
43524
43525         * m4/regex.m4: Use proper quoting so brackets appear in the test
43526         program.
43527         Reported by, and with help from, Bruno Haible.
43528
43529 2001-05-13  Jim Meyering  <meyering@lucent.com>
43530
43531         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
43532         undefined.
43533
43534 2001-05-11  Paul Eggert  <eggert@twinsun.com>
43535
43536         dirname code cleanup.  base_name now behaves more compatibly
43537         with POSIX basename when given file names that have trailing
43538         slashes, and similarly for dir_name.  Add new primitives
43539         base_len and dir_len.  Put the directory-name-related decls
43540         into dirname.h.
43541
43542         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
43543         * lib/backupfile.c (base_name): Likewise.
43544         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
43545         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
43546         * lib/makepath.c (strip_trailing_slashes): Likewise.
43547         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
43548         ISSLASH): Likewise.
43549         * lib/rename.c (strip_trailing_slashes): Likewise.
43550         * lib/same.c (base_name): Likewise.
43551         * lib/stripslash.c (ISSLASH): Likewise.
43552
43553         * lib/addext.c: Include <dirname.h> after size_t is defined.
43554         * lib/backupfile.c: Likewise.
43555
43556         * lib/addext.c (addext): Use base_len to trim redundant
43557         trailing slashes instead of doing it ourselves.
43558         But do not trim the last slash if it is not redundant.
43559
43560         * lib/backupfile.c (find_backup_file_name,
43561         max_backup_version): Use base_len instead of rolling it ourselves.
43562         Handle the case of "" and (on DOS) "C:" correctly.
43563
43564         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
43565         needed. Include <string.h>, <dirname.h>.
43566         (base_name): Allow file names ending in slashes, other than names
43567         that are all slashes.  In this case, return the basename followed
43568         by the slashes.  This is more general, and can be used in places
43569         where the original base_name purposely had an assertion failure.
43570         (base_len): New function.
43571
43572         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
43573         Do not include <assert.h>; no longer needed.
43574         Include xalloc.h.
43575         (memrchr): Remove decl.
43576         (dir_name_r): Remove.
43577         (dir_len): Renamed from dirlen.  All callers changed.
43578         Rewrite in terms of base_name, for simplicity and consistency.
43579         (dir_name): Never return NULL.  All callers changed.
43580         Do not include <stdlib.h> in test program; no longer needed.
43581         return 0; is fine for test program.
43582
43583         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
43584         New macros.
43585         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
43586
43587         * lib/path-concat.c (path_concat): Use base_len to compute
43588         base length, not strlen; this means we cannot rely on memcpy
43589         to null-terminate.
43590
43591         * lib/same.c (STREQ): Remove.
43592         (same_name): Handle the case where the basename ends in trailing '/'.
43593
43594         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
43595         a slash was stripped.  Do not strip the last slash after a
43596         file system prefix.
43597
43598 2001-05-11  Paul Eggert  <eggert@twinsun.com>
43599
43600         * lib/Makefile.am (libfetish_a_SOURCES):
43601         Add strftime.c, since we now compile it on all hosts.
43602
43603         * lib/strftime.c (my_strftime):
43604         Define to nstrftime if emacs, but only if my_strftime is not defined.
43605         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
43606         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
43607         Add one more extra argument: a nanoseconds value.
43608         All uses changed.
43609         (ns): New macro.
43610         (my_strftime function): Add %N format.
43611         (emacs_strftimeu): Renamed from emacs_strftime,
43612         with extra ut argument.
43613
43614 2001-05-09  Paul Eggert  <eggert@twinsun.com>
43615
43616         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
43617
43618 2001-04-21  Jim Meyering  <meyering@lucent.com>
43619
43620         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
43621         doesn't interfere.
43622
43623 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
43624
43625         * m4/ftruncate.m4: Check for chsize.
43626         Link with ftruncate.o unconditionally if ftruncate is missing.
43627         This was required when cross-compiling to i586-mingw32msvc.
43628
43629 2001-04-08  Jim Meyering  <meyering@lucent.com>
43630
43631         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
43632         recomputed; that's necessary when the offset spans a DST transition.
43633         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
43634
43635 2001-04-02  Jim Meyering  <meyering@lucent.com>
43636
43637         * lib/regex.h, regex.c: Update from GNU libc.
43638
43639 2001-03-24  Jim Meyering  <meyering@lucent.com>
43640
43641         * m4/jm-macros.m4: Require autoconf-2.49d.
43642
43643 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
43644
43645         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
43646
43647 2001-03-19  Paul Eggert  <eggert@twinsun.com>
43648
43649         * lib/version-etc.c (version_etc_copyright): Update to 2001.
43650
43651 2001-03-17  Jim Meyering  <meyering@lucent.com>
43652
43653         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
43654         now that the version in autoconf is equivalent.
43655         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
43656
43657         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
43658         Suggestion from Akim Demaille.
43659
43660         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
43661         (jm_PREREQ_TEMPNAME): New function.
43662
43663 2001-03-16  Paul Eggert  <eggert@twinsun.com>
43664
43665         * lib/tempname.c (uint64_t): Define to uintmax_t if
43666         not defined, and if UINT64_MAX is not defined.
43667         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
43668         Reported by John David Anglin.
43669
43670 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
43671
43672         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
43673         resolve alias if codeset is empty.
43674         * lib/config.charset (BeOS): Use wildcard syntax.
43675
43676 2001-03-13  Jim Meyering  <meyering@lucent.com>
43677
43678         * lib/path-concat.c (path_concat)
43679         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
43680         concatenating e.g., `C:' and `foo'.
43681         From Bruno Haible.
43682
43683 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
43684
43685         * lib/localcharset.c (locale_charset): Don't use
43686         setlocale(LC_CTYPE,NULL). Don't return NULL.
43687         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
43688
43689 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
43690
43691         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
43692         support for DOS/DJGPP.
43693
43694 2001-03-01  Paul Eggert  <eggert@twinsun.com>
43695
43696         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
43697         lacks mkstemp.  Compile our own tempname.c if we compile our own
43698         mkstemp.c, as mkstemp relies on tempname.
43699
43700 2001-03-01  Jim Meyering  <meyering@lucent.com>
43701
43702         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
43703         AH_VERBATIM really does output its argument verbatim.
43704
43705 2001-02-28  Paul Eggert  <eggert@twinsun.com>
43706
43707         * lib/Makefile.am (libfetish_a_SOURCES):
43708         Add dup-safer.c, fopen-safer.c.
43709         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
43710
43711         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
43712         * lib/unistd-safer.h: New files.
43713
43714 2001-02-25  Paul Eggert  <eggert@twinsun.com>
43715
43716         The mkstemp replacement is taken from glibc 2.2.2, with some
43717         portability fixes for use outside glibc, as follows:
43718
43719         * lib/tempname.c (struct_stat64): New macro.
43720         (direxists, __gen_tempname): Use it.
43721         This avoids a portability problem with Solaris 8.
43722
43723         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
43724         (<stddef.h>, <stdint.h>, <string.h>):
43725         Include only if STDC_HEADERS || _LIBC.
43726         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
43727         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
43728         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
43729         (__set_errno): Define this macro if <errno.h> doesn't.
43730         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
43731         Define these macros if <stdio.h> doesn't.
43732         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
43733         Define these macros if <sys/stat.h>
43734         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
43735         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
43736         __xstat64): Define if not _LIBC.
43737         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
43738         (__gen_tempname): Invoke gettimeofday only if
43739         HAVE_GETTIMEOFDAY || _LIBC;
43740         otherwise, fall back on plain "time".
43741         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
43742
43743         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
43744
43745         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
43746
43747 2001-02-18  Paul Eggert  <eggert@twinsun.com>
43748
43749         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
43750
43751 2001-02-17  Paul Eggert  <eggert@twinsun.com>
43752
43753         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
43754         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
43755         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
43756         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
43757
43758 2001-02-17  Paul Eggert  <eggert@twinsun.com>
43759
43760         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
43761         Remove workaround macros for hosts that have mbrtowc but not
43762         mbstate_t, as we now insist on proper declarations for both
43763         before using mbrtowc.
43764
43765 2001-02-17  Jim Meyering  <meyering@lucent.com>
43766
43767         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
43768         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
43769         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
43770         UnixWare 7.1.1.
43771
43772         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
43773         rather than AC_CACHE_VAL.
43774
43775 2001-02-17  Jim Meyering  <meyering@lucent.com>
43776
43777         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
43778         around included file name.
43779
43780         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
43781
43782         * lib/strftime.c: Update from GNU libc (the only changes were to
43783         comments).
43784
43785 2001-02-17  Jim Meyering  <meyering@lucent.com>
43786
43787         * lib/regex.c: Update from libc.
43788
43789 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
43790
43791         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
43792         clash.
43793
43794 2001-02-16  Paul Eggert  <eggert@twinsun.com>
43795
43796         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
43797         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
43798         Reported by Mark Hounschell via Paul Eggert.
43799
43800 2001-02-07  Jim Meyering  <meyering@lucent.com>
43801
43802         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
43803
43804 2001-02-05  Jim Meyering  <meyering@lucent.com>
43805
43806         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
43807         it includes the patch required for `large file' support with at least
43808         HP-UX's 10.20 /bin/cc.
43809
43810 2001-02-03  Jim Meyering  <meyering@lucent.com>
43811
43812         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
43813         AS_IF, now that it works once again (mysteriously).
43814         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
43815
43816 2001-01-30  Jim Meyering  <meyering@lucent.com>
43817
43818         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
43819         * m4/chown.m4: Rename conftestchown to conftest.chown.
43820         * m4/rename.m4: s/conftestdir/conftest.d1/ and
43821         s/conftestdir2/conftest.d2/.
43822         * m4/utimes.m4: s/conftestdata/conftest.data/
43823         Inspired by Pavel Roskin's change in autoconf.
43824
43825 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
43826
43827         * lib/config.charset: Update for FreeBSD 4.2.
43828
43829 2001-01-27  Jim Meyering  <meyering@lucent.com>
43830
43831         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
43832         a use of AS_IF.
43833         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
43834
43835 2001-01-26  Jim Meyering  <meyering@lucent.com>
43836
43837         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
43838         quotearg.c includes it.
43839
43840 2001-01-26  Jim Meyering  <meyering@lucent.com>
43841
43842         * lib/quotearg.c: Include stddef.h.
43843         * lib/quote.c: Include stddef.h.
43844         Reported by Axel Kittenberger.
43845
43846         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
43847         line in double quotes so that it evokes a better diagnostic.
43848         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
43849         Reported by Axel Kittenberger.
43850
43851 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
43852
43853         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
43854         as if it was a `charset'.
43855
43856 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
43857
43858         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
43859         has const.
43860
43861 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
43862
43863         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
43864         to avoid a warning.  Add back 'const' to inptr.
43865
43866 2001-01-20  Jim Meyering  <meyering@lucent.com>
43867
43868         Be sure that headers are checked before used in code compiled
43869         for the type checks.
43870         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
43871         In place of that, invoke jm_CHECK_ALL_TYPES.
43872         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
43873         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
43874         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
43875         The check for ssize_t was mistakenly run before the test for unistd.h.
43876
43877         The configure-time check for stdbool.h was missing.
43878         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
43879         (jm_PREREQ_HASH): New function.
43880
43881 2001-01-17  Jim Meyering  <meyering@lucent.com>
43882
43883         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
43884         for autoconf-2.49c.
43885         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
43886
43887 2001-01-16  Jim Meyering  <meyering@lucent.com>
43888
43889         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
43890         From Bruno Haible.
43891
43892 2001-01-14  Jim Meyering  <meyering@lucent.com>
43893
43894         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
43895         foo and bar.  Create conftestdir/ in the script, not in the C code.
43896         Remove directories in the script, not in the C code.
43897         Remove conftestdir{,2} before trying to create the directory.
43898         Make the entire configure script fail if the mkdir fails.
43899
43900 2001-01-14  Jim Meyering  <meyering@lucent.com>
43901
43902         * lib/rename.c: New file.  From Volker Borchert.
43903         Include stdlib.h, string.h or strings.h, and xalloc.h.
43904         Use strip_trailing_slashes rather than open-coding it.
43905
43906 2001-01-03  Paul Eggert  <eggert@twinsun.com>
43907
43908         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
43909
43910 2001-01-03  Jim Meyering  <meyering@lucent.com>
43911
43912         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
43913         of local `inptr' to avoid warning with some system declarations of
43914         iconv.
43915
43916 2001-01-02  Volker Borchert  <bt@teknon.de>
43917
43918         * m4/rename.m4: New file.
43919         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
43920
43921 2001-01-01  Jim Meyering  <meyering@lucent.com>
43922
43923         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
43924         even on systems with utmpx.h.  It's necessary for the declaration of
43925         utmp's ut_user member.  Reported by Andreas Jaeger.
43926
43927         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
43928         available. They are required for the declarations of getgrgid and
43929         getpwuid resp.
43930         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
43931         Reported by Andreas Jaeger.
43932
43933 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
43934
43935         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
43936         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
43937         so `make install' also works in VPATH builds.
43938
43939 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
43940
43941         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
43942         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
43943         can be used in subdirectories.
43944
43945 2000-12-29  Paul Eggert  <eggert@twinsun.com>
43946
43947         * lib/modechange.c: Do not assume that mode_t uses the
43948         traditional octal encoding.  E.g. "chmod 1 FOO" should set
43949         the other-execute bit of FOO even if S_IXOTH != 1.
43950
43951         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
43952         WOTH, XOTH, ALLM): New macros.
43953         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
43954          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
43955         Use them.
43956         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
43957         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
43958         (mode_compile):
43959         No need to use uintmax_t; unsigned long is long enough.
43960         Don't bother to get suffix since we don't use it.
43961
43962 2000-12-26  Jim Meyering  <meyering@lucent.com>
43963
43964         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
43965         better with autoheader.
43966
43967 2000-12-24  Jim Meyering  <meyering@lucent.com>
43968
43969         * lib/hash.c (is_prime): Return explicit boolean values.
43970         (hash_get_first): Return NULL to appease Irix5.6's 89.
43971         Reported by Nelson Beebe.
43972
43973 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
43974
43975         * lib/localcharset.c (locale_charset): Add support for Win32.
43976
43977 2000-12-18  Paul Eggert  <eggert@twinsun.com>
43978
43979         * lib/physmem.h, lib/physmem.c: New files.
43980
43981         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
43982         (noinst_HEADERS): Add physmem.h.
43983
43984         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
43985         't' for compatibility with Solaris 8 sort.
43986
43987 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
43988
43989         * lib/config.charset: Add support for BeOS.
43990
43991 2000-12-17  Jim Meyering  <meyering@lucent.com>
43992
43993         * m4/dos.m4 (jm_AC_DOS): New file and macro.
43994         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
43995
43996 2000-12-16  Jim Meyering  <meyering@lucent.com>
43997
43998         This bug had a serious impact on chown: `chown N:M FILE' (for integer
43999         N and M) would have treated it like `chown N:N FILE'.
44000
44001         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
44002
44003 2000-12-16  Jim Meyering  <meyering@lucent.com>
44004
44005         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
44006         SHELLS_FILE to a file name that's useful on djgpp systems.
44007         Include stdlib.h.
44008         (ADDITIONAL_DEFAULT_SHELLS): Define.
44009         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
44010         Based mostly on a patch from Prashant TR.
44011
44012 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
44013
44014         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
44015         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
44016         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
44017
44018 2000-12-08  Andreas Schwab  <schwab@suse.de>
44019
44020         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
44021         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
44022
44023 2000-12-07  Jim Meyering  <meyering@lucent.com>
44024
44025         * lib/stripslash.c (ISSLASH): Define.
44026         (strip_trailing_slashes): Use ISSLASH rather than comparing against
44027         `/'.
44028         From Prashant TR.
44029
44030         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
44031         (dir_name_r): Declare this function as static.
44032         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
44033         manifest itself on a name containing a mix of slashes and
44034         backslashes.
44035         Make this function work with names starting with a DOS-style
44036         drive letter and colon prefix.
44037         (dir_name): Append `.' if necessary.
44038         Based mostly on patches from Prashant TR and Eli Zaretskii.
44039
44040         * lib/dirname.h (dir_name_r): Remove prototype.
44041
44042 2000-12-06  Paul Eggert  <eggert@twinsun.com>
44043
44044         * m4/off_t-format.m4: Remove this file.
44045         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
44046
44047 2000-12-06  Jim Meyering  <meyering@lucent.com>
44048
44049         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
44050         replacement strtoull, we may well need the replacement strtoul, too.
44051         Check for declarations of strtoul and strtoull.
44052         Check for strtol.  Mainly as a cue to cause automake to include
44053         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
44054         Check for limits.h -- strtol.c needs it.
44055
44056 2000-12-05  Jim Meyering  <meyering@lucent.com>
44057
44058         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
44059
44060 2000-12-04  Jim Meyering  <meyering@lucent.com>
44061
44062         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
44063         Also include memory.h, stdlib.h, unistd.h if appropriate.
44064         Reported by Andreas Jaeger (conflicting declaration of malloc).
44065
44066 2000-12-02  Jim Meyering  <meyering@lucent.com>
44067
44068         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
44069         * m4/jm-macros.m4 (jm_MACROS): require it.
44070
44071 2000-12-02  Jim Meyering  <meyering@lucent.com>
44072
44073         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
44074
44075 2000-12-01  Paul Eggert  <eggert@twinsun.com>
44076
44077         * lib/memrchr.c: Include <config.h> before any system include file.
44078
44079 2000-11-30  Jim Meyering  <meyering@lucent.com>
44080
44081         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
44082
44083 2000-11-30  Jim Meyering  <meyering@lucent.com>
44084
44085         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
44086
44087 2000-11-29  Paul Eggert  <eggert@twinsun.com>
44088
44089         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
44090
44091 2000-11-26  Jim Meyering  <meyering@lucent.com>
44092
44093         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
44094
44095 2000-11-22  Paul Eggert  <eggert@twinsun.com>
44096
44097         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
44098         size of (size_t) -1; it's not portable.
44099
44100 2000-11-17  Jim Meyering  <meyering@lucent.com>
44101
44102         * lib/strstr.c: Update from GNU libc.
44103
44104 2000-11-17  Akim Demaille  <akim@epita.fr>
44105
44106         * lib/obstack.h: Formatting changes.
44107         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
44108         prevent type checking.
44109         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
44110         cast the value to (void *): assigning a `foo *' to a `void *'
44111         variable is valid.
44112         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
44113
44114 2000-11-16  Jim Meyering  <meyering@lucent.com>
44115
44116         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
44117
44118 2000-11-11  Jim Meyering  <meyering@lucent.com>
44119
44120         * lib/error.c: Add a couple #includes, merging from GNU libc version.
44121
44122 2000-11-10  Jim Meyering  <meyering@lucent.com>
44123
44124         * lib/obstack.h: Update from GNU libc.
44125         * lib/obstack.c: Likewise.
44126
44127 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
44128
44129         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
44130
44131 2000-11-06  Paul Eggert  <eggert@twinsun.com>
44132
44133         * lib/getusershell.c (setusershell): Use rewind rather than
44134         fseek/fseeko, to avoid configuration hassles with fseeko.
44135         Don't bother opening SHELLS_FILE if shellstream is NULL;
44136         it's not necessary.
44137
44138 2000-11-05  Jim Meyering  <meyering@lucent.com>
44139
44140         * lib/makepath.h (make_dir): Declare.
44141         * lib/makepath.c (make_dir): Remove `static' attribute.
44142         Tweak a comment.
44143
44144 2000-11-04  Jim Meyering  <meyering@lucent.com>
44145
44146         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
44147
44148 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
44149
44150         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
44151         last one in a bucket, advance to the next bucket.
44152
44153 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
44154
44155         * lib/fnmatch.c: Do not comment out all the code if we are using
44156         the GNU C library, because in some cases we are replacing buggy
44157         code in the GNU C library itself.
44158
44159 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
44160
44161         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
44162         (regex_compile): Catch bogus \(\1\).
44163
44164 2000-10-30  Paul Eggert  <eggert@twinsun.com>
44165
44166         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
44167         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
44168         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
44169
44170 2000-10-30  Paul Eggert  <eggert@twinsun.com>
44171
44172         * lib/error.h, getline.h, modechange.h:
44173         Remove "2000" from Copyright line, as the file hasn't been
44174         changed this year other than in the copyright notice.
44175
44176         * lib/xalloc.h: Add "2000" to Copyright line, as this file
44177         was changed this year.
44178
44179 2000-10-29  Jim Meyering  <meyering@lucent.com>
44180
44181         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
44182         renaming.
44183         * m4/ls-mntd-fs.m4: Likewise
44184
44185 2000-10-29  Jim Meyering  <meyering@lucent.com>
44186
44187         * lib/xstat.in: Fix grammar in comment.
44188
44189 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
44190
44191         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
44192         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
44193         doesn't define __restrict_arr.
44194
44195 2000-10-28  Jim Meyering  <meyering@lucent.com>
44196
44197         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
44198         (jm_PREREQ_MEMCHR): New function.
44199
44200 2000-10-28  Jim Meyering  <meyering@lucent.com>
44201
44202         * lib/memchr.c: Update from libc.
44203         Adjust for portability:
44204         [HAVE_STDLIB_H]: Include stdlib.h.
44205         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
44206         Undef __memchr, too.
44207         [!weak_alias]: Define __memchr to memchr.
44208
44209         * lib/regex.c: Update from libc.
44210         * lib/regex.h: Likewise.
44211         * lib/getopt1.c: Likewise.
44212         * lib/memcmp.c: Likewise.
44213
44214         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
44215         Avoid using fseek, when possible -- it's broken by design.
44216         Patch by Ulrich Drepper.
44217
44218 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
44219
44220         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
44221         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
44222         Giving in to popular pressure to shut up the compiler with casts.
44223
44224 2000-10-26  Jim Meyering  <meyering@lucent.com>
44225
44226         * lib/strftime.c: Update from libc.
44227
44228 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
44229
44230         * regex.c: More `unsigned char' -> `re_char' changes.
44231         Also change several `int' into `re_wchar_t'.
44232         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
44233         (PUSH_FAILURE_POINTER): Don't cast any more.
44234         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
44235         We want GCC to complain, since this piece of code makes
44236         re_match non-reentrant, which *should* be fixed.
44237         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
44238         (EXTEND_BUFFER): Use RETALLOC.
44239         (SET_LIST_BIT): Don't cast.
44240         (re_wchar_t): New type.
44241         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
44242         that those two functions will always properly return.
44243         (IMMEDIATE_QUIT_CHECK): Cast to void.
44244         (analyse_first): Use recursion rather than an explicit stack.
44245         (re_compile_fastmap): Can't fail anymore.
44246         (re_search_2): Don't check re_compile_fastmap for failure.
44247         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
44248         Now also sets the new value (passed in a new argument).
44249         (re_match_2_internal): Use it.
44250         Also, use a new var `reg' of type size_t when looping through regs
44251         rather than reuse the inappropriate `mcnt'.
44252
44253 2000-10-25  Jim Meyering  <meyering@lucent.com>
44254
44255         * lib/obstack.c: Update from libc.
44256
44257 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
44258
44259         * regex.c (regex_compile): Change the way of handling a range from
44260         a char less than 256 to a char not less than 256.
44261
44262 2000-10-24  Andrew Innes  <andrewi@gnu.org>
44263
44264         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
44265         NT-Emacs only.
44266         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
44267         so that re_search functions only quit when callers expect them to.
44268
44269 2000-10-23  Jim Meyering  <meyering@lucent.com>
44270
44271         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
44272         wrong.  That set_locale call must not have any side effects.
44273         From Paul Eggert.
44274
44275 2000-10-22  Jim Meyering  <meyering@lucent.com>
44276
44277         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
44278         [CYCLIC]: Remove now-unused definition.
44279
44280         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
44281         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
44282         Suggestion from Ulrich Drepper.
44283
44284 2000-10-21  Jim Meyering  <meyering@lucent.com>
44285
44286         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
44287         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
44288         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
44289
44290 2000-10-21  Jim Meyering  <meyering@lucent.com>
44291
44292         * lib/dirname.c (memrchr): Declare if necessary.
44293         (dir_name): Remove the restriction that there be no
44294         trailing slashes.  Now, this code skips past them, effectively
44295         ignoring them.
44296         [TEST_DIRNAME] (main): New unit tests.
44297
44298         * lib/memrchr.c: New file from GNU libc.
44299         Undef __memrchr, too.
44300         [!weak_alias]: Define __memrchr to memrchr.
44301         Guard weak_alias use with `#ifdef weak_alias'.
44302
44303 2000-10-21  Jim Meyering  <meyering@lucent.com>
44304
44305         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
44306         (dir_name): Use dir_name_r.
44307         * lib/dirname.h (dir_name_r): Declare it.
44308
44309 2000-10-17  Jim Meyering  <meyering@lucent.com>
44310
44311         * lib/quote.h (PARAMS): Define and use.
44312         Reported by Akim Demaille.
44313
44314         * lib/getopt.c: Update from libc.
44315
44316 2000-10-16  Jim Meyering  <meyering@lucent.com>
44317
44318         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
44319         setlocale.
44320         From Jan Fedak.
44321
44322 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
44323
44324         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
44325
44326 2000-09-25  Jim Meyering  <meyering@lucent.com>
44327
44328         * lib/md5.h (rol): Define (from GnuPG).
44329
44330         * lib/sha.c: Give credit (GnuPG) where due.
44331         (M): Use rol rather than open-coding it.
44332         Add a FIXME comment.
44333
44334 2000-09-21  Jim Meyering  <meyering@lucent.com>
44335
44336         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
44337         Reported by Michael Stone.
44338
44339 2000-09-20  Jim Meyering  <meyering@lucent.com>
44340
44341         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
44342         (noinst_HEADERS): Add sha.h.
44343         Based on code from Scott G. Miller and from GnuPG.
44344
44345 2000-09-18  Jim Meyering  <meyering@lucent.com>
44346
44347         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
44348         LIBS. Otherwise, everyone ends up linking with -lelf for some
44349         configurations.
44350         Reported by Mike Stone.
44351
44352 2000-09-15  Jim Meyering  <meyering@lucent.com>
44353
44354         * lib/regex.c: Update from libc.
44355
44356 2000-09-10  Jim Meyering  <meyering@lucent.com>
44357
44358         * lib/getopt.c (_getopt_internal): Update from glibc.
44359
44360 2000-09-09  Jim Meyering  <meyering@lucent.com>
44361
44362         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
44363         think it should be used as a general replacement for isascii.
44364         * lib/fnmatch.c: Likewise.
44365         * lib/mbswidth.c: Likewise
44366         * lib/regex.c: Likewise.
44367
44368         Don't use atoi.
44369         * lib/userspec.c: Include sys/param.h and limits.h.
44370         Include xstrtol.h.
44371         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
44372         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
44373         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
44374         UID, GID.  Check range.
44375
44376 2000-09-06  Jim Meyering  <meyering@lucent.com>
44377
44378         * lib/getopt.c (_getopt_internal): Update from glibc.
44379
44380 2000-08-30  Jim Meyering  <meyering@lucent.com>
44381
44382         * lib/strftime.c: Merge in changes from GNU libc.
44383
44384 2000-08-26  Jim Meyering  <meyering@lucent.com>
44385
44386         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
44387         * m4/fpending.m4: New file.
44388
44389 2000-08-26  Jim Meyering  <meyering@lucent.com>
44390
44391         * lib/closeout.c: Include "__fpending.h".
44392         (close_stdout_status): Return right away if there's nothing to flush.
44393
44394         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
44395         * lib/__fpending.c: New file.
44396         * lib/__fpending.h: New file.
44397
44398 2000-08-20  Jim Meyering  <meyering@lucent.com>
44399
44400         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
44401         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
44402         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
44403
44404 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
44405
44406         Improve fileutils installation on systems where running
44407         programs (like install) can't be unlinked.
44408         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
44409         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
44410
44411 2000-08-07  Paul Eggert  <eggert@twinsun.com>
44412
44413         Standardize on "memory exhausted" instead of "Memory exhausted"
44414         or "virtual memory exhausted".
44415         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
44416         "virtual memory exhausted".
44417         * lib/same.c (same_name): Invoke xalloc_die instead of printing
44418         our own message.
44419         * lib/userspec.c (parse_user_spec): Likewise.
44420         * lib/bumpalloc.h: comment fix
44421         * lib/same.c, userspec.c: Include xalloc.h.
44422
44423         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
44424         not char *const and pointing to a constant array.
44425         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
44426         (xrealloc): Comment fix.
44427
44428         * lib/userspec.c (parse_user_spec):
44429         Don't translate a message until just before returning,
44430         to avoid unnecessary translation.
44431
44432 2000-08-07  Jim Meyering  <meyering@lucent.com>
44433
44434         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
44435         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
44436         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
44437         getgroups.c, gethostname.c, getopt.h, group-member.c,
44438         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
44439         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
44440         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
44441         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
44442         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
44443         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
44444         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
44445         yesno.c: Back out Copyright date changes for each file with no change
44446         this year.  This eases coordination with other programs using the same
44447         source code modules.  From Paul Eggert.
44448
44449 2000-08-06  Paul Eggert  <eggert@twinsun.com>
44450
44451         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
44452         not char, for compatibility with glibc 2.1.3 strftime.c.
44453
44454 2000-08-03  Greg McGary  <greg@mcgary.org>
44455
44456         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
44457         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
44458         (EXTEND_BUFFER): Use them.
44459
44460 2000-08-01  Jim Meyering  <meyering@lucent.com>
44461
44462         * lib/dirname.c (ISSLASH): Define.
44463         (BACKSLASH_IS_PATH_SEPARATOR): Define.
44464         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
44465         both `\' and `/' may be use as path separators.
44466         Based on a patch from Prashant TR.
44467
44468 2000-07-31  Paul Eggert  <eggert@twinsun.com>
44469
44470         * lib/quotearg.c (quotearg_n_options): Don't make the initial
44471         slot vector a constant, since it might get modified.
44472
44473 2000-07-31  Jim Meyering  <meyering@lucent.com>
44474
44475         * lib/xmalloc.c: Use `virtual memory exhausted', not
44476         `Memory exhausted'.
44477         * lib/obstack.c (print_and_abort): Likewise.
44478
44479 2000-07-30  Paul Eggert  <eggert@twinsun.com>
44480
44481         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
44482         buffer, so that the caller can always quote one small
44483         component of a "memory exhausted" message in slot 0.
44484         From a suggestion by Jim Meyering.
44485
44486 2000-07-30  Jim Meyering  <meyering@lucent.com>
44487
44488         * lib/makepath.c (make_path): Quote the other instance, too.
44489
44490         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
44491         (STATIC_BUF_SIZE): Define.
44492         (quotearg_n_options): Use only statically allocated storage when
44493         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
44494         than STATIC_BUF_SIZE.
44495
44496 2000-07-29  Jim Meyering  <meyering@lucent.com>
44497
44498         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
44499         * lib/dirname.c (dir_name): Likewise.
44500
44501         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
44502         `/'.
44503
44504         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
44505         (dir_name): Assert that there are no trailing slashes.
44506
44507 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
44508
44509         * lib/mbswidth.h (mbswidth): Add a flags argument.
44510         (mbswidth): New declaration.
44511         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
44512         * lib/mbswidth.c (mbswidth): Add a flags argument.
44513         (mbsnwidth): New function.
44514
44515 2000-07-24  Jim Meyering  <meyering@lucent.com>
44516
44517         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
44518
44519 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44520
44521         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
44522
44523 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44524
44525         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
44526         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
44527         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
44528         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
44529         invoke multibyte primitives.
44530
44531 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44532
44533         * lib/quotearg.c:
44534         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
44535         so that mbstate_t is always defined.
44536
44537         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
44538         be 1 in at least one GCC installation, and this configuration
44539         error is likely to be common.  Ignoring MB_LEN_MAX hurts
44540         performance on hosts that have mbrtowc but have only unibyte
44541         locales, but I assume these hosts are rare.
44542
44543 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44544
44545         * lib/mbswidth.c (_XOPEN_SOURCE):
44546         Don't define; this causes problems on Solaris 7.
44547         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
44548
44549 2000-07-23  Jim Meyering  <meyering@lucent.com>
44550
44551         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
44552         too: getgrgid, getpwuid, getuid.
44553
44554 2000-07-23  Jim Meyering  <meyering@lucent.com>
44555
44556         * lib/basename.c (base_name): Add an assertion.
44557
44558 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
44559
44560         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
44561         shadow its mbsinit function.
44562
44563 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
44564
44565         * lib/mbswidth.h: New file.
44566         * lib/mbswidth.c: New file.
44567         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
44568         (noinst_HEADERS): Add mbswidth.h.
44569
44570 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
44571
44572         * lib/config.charset: Add support for FreeBSD. Improve support for
44573         HP-UX and IRIX 6.
44574
44575 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
44576
44577         * m4/mbswidth.m4: New file.
44578         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
44579
44580 2000-07-15  Jim Meyering  <meyering@lucent.com>
44581
44582         * lib/makepath.c: Include quote.h.
44583         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
44584         corresponding argument in a `quote (...)' call.
44585         Give better diagnostics.
44586
44587         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
44588         (noinst_HEADERS): Add quote.h.
44589
44590         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
44591         from tar's src/misc.c.
44592         * lib/quote.h: New file.  Prototypes for same.
44593
44594 2000-07-14  Paul Eggert  <eggert@twinsun.com>
44595
44596         From a suggestion by Bruno Haible.
44597         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
44598         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
44599         to decide whether to define the BeOS workaround macro;
44600         this adjusts to the change to AC_MBSTATE_T.
44601
44602 2000-07-14  Jim Meyering  <meyering@lucent.com>
44603
44604         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
44605         jm_AC_TYPE_UINTMAX_T.
44606
44607 2000-07-13  Paul Eggert  <eggert@twinsun.com>
44608
44609         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
44610
44611         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
44612         quotearg_buffer_restyled): Add support for
44613         clocale_quoting_style.  Undo previous change to
44614         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
44615         and "{RIGHT QUOTATION MARK}" msgids.
44616
44617 2000-07-10  Paul Eggert  <eggert@twinsun.com>
44618
44619         From a suggestion by Bruno Haible.
44620         * m4/mbstate_t.m4 (AC_MBSTATE_T):
44621         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
44622         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
44623         and mbstate_t, to a single-part test that simply defines mbstate_t.
44624         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
44625         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
44626
44627 2000-07-10  Jim Meyering  <meyering@lucent.com>
44628
44629         * m4/strerror_r.m4: Mirror the correction made in autoconf.
44630
44631         * m4/gnu-source.m4: Output to confdefs.h directly.
44632         Suggestion from Akim Demaille.
44633
44634 2000-07-09  Paul Eggert  <eggert@twinsun.com>
44635
44636         The old behavior of quoting `like this' doesn't look good with
44637         newer, ISO-style fonts.  See:
44638         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
44639
44640         Instead, quote "like this" by default.  Let the translator
44641         tailor the locale-specific quoting behavior by providing
44642         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
44643
44644         * lib/quotearg.c (N_): New macro.
44645         (gettext_default): New function.
44646         (quotearg_buffer_restyled): Use
44647         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
44648         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
44649
44650 2000-07-09  Jim Meyering  <meyering@lucent.com>
44651
44652         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
44653         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
44654
44655         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
44656         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
44657
44658 2000-07-09  Jim Meyering  <meyering@lucent.com>
44659
44660         * lib/Most files: Update copyright dates to include 2000.
44661
44662 2000-07-08  Jim Meyering  <meyering@lucent.com>
44663
44664         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
44665         if not defined.
44666         (xgethostname): Remove now-unnecessary #ifdef.
44667         Move declaration of `err' into loop where it's used.
44668
44669 2000-07-05  Paul Eggert  <eggert@twinsun.com>
44670         and Bruno Haible  <haible@clisp.cons.org>
44671
44672         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
44673         only if the test for an object-type mbstate_t fails.  This
44674         prevents us from mistakenly reporting that mbstate_t is a
44675         system object type after we "#define mbstate_t int" to work
44676         around its lack.
44677
44678 2000-07-05  Paul Eggert  <eggert@twinsun.com>
44679         and Bruno Haible  <haible@clisp.cons.org>
44680
44681         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
44682
44683 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44684
44685         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
44686         to strerror_r.
44687         Include <ctype.h> for use of isalpha.
44688
44689 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44690
44691         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
44692         by allocating a larger buffer. Test the gethostname return value for
44693         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
44694         returns an error and ENAMETOOLONG isn't defined.
44695
44696 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44697
44698         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
44699         dimension.
44700
44701 2000-07-04  Jim Meyering  <meyering@lucent.com>
44702
44703         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
44704         of the deprecated AC_CHECKING.
44705
44706 2000-07-04  Jim Meyering  <meyering@lucent.com>
44707
44708         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
44709         Reported by Bruno Haible.
44710
44711 2000-07-04  Jim Meyering  <meyering@lucent.com>
44712
44713         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
44714         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
44715         lacks mbrtowc.
44716
44717 2000-07-03  Paul Eggert  <eggert@twinsun.com>
44718
44719         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
44720         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
44721
44722 2000-07-03  Paul Eggert  <eggert@twinsun.com>
44723         and Bruno Haible  <haible@clisp.cons.org>
44724
44725         * lib/quotearg.c (mbrtowc):
44726         Assign to *pwc, and return 1 only if result is nonzero.
44727         (iswprint): Use ISPRINT when substituting our own mbrtowc.
44728
44729 2000-07-03  Jim Meyering  <meyering@lucent.com>
44730
44731         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
44732
44733 2000-07-03  Jim Meyering  <meyering@lucent.com>
44734
44735         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
44736         This is necessary to get a definition of e.g., UTMP_FILE on
44737         HP-UX 10.20.
44738         From Bob Proulx.
44739
44740 2000-07-02  Jim Meyering  <meyering@lucent.com>
44741
44742         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
44743
44744         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
44745         AC_LIBOBJ(function_name).
44746         * m4/chown.m4: Likewise.
44747         * m4/fnmatch.m4: Likewise.
44748         * m4/ftruncate.m4: Likewise.
44749         * m4/getgroups.m4: Likewise.
44750         * m4/getline.m4: Likewise.
44751         * m4/group-member.m4: Likewise.
44752         * m4/jm-macros.m4: Likewise.
44753         * m4/lstat.m4: Likewise.
44754         * m4/malloc.m4: Likewise.
44755         * m4/memcmp.m4: Likewise.
44756         * m4/nanosleep.m4: Likewise.
44757         * m4/putenv.m4: Likewise.
44758         * m4/realloc.m4: Likewise.
44759         * m4/regex.m4: Likewise.
44760         * m4/stat.m4: Likewise.
44761         * m4/strftime.m4: Likewise.
44762
44763 2000-07-02  Jim Meyering  <meyering@lucent.com>
44764
44765         * lib/quotearg.c (mbstate_t): Don't define here.
44766
44767 2000-07-02  Jim Meyering  <meyering@lucent.com>
44768
44769         * lib/nanosleep.c (SIGCONT): Define if not already defined.
44770
44771 2000-07-01  Jim Meyering  <meyering@lucent.com>
44772
44773         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
44774
44775 2000-07-01  Jim Meyering  <meyering@lucent.com>
44776
44777         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
44778         problem.
44779
44780 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
44781
44782         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
44783         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
44784
44785 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
44786
44787         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
44788         per change in ../m4/ls-mntd-fs.m4.
44789         (read_filesystem_list): Ignore symbolic links.
44790
44791 2000-06-29  Jim Meyering  <meyering@lucent.com>
44792
44793         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
44794         for declaration of strcmp.
44795
44796         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
44797
44798         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
44799         Avoid warning by casting result to `char *' to remove `const'.
44800
44801 2000-06-28  Jim Meyering  <meyering@lucent.com>
44802
44803         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
44804         included by quotearg.c, for which we perform this test.  From
44805         Bruno Haible.
44806
44807 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
44808
44809         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
44810         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
44811         <utmpx.h> exists, put readutmp.o into LIBOBJS.
44812
44813 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
44814
44815         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
44816
44817 2000-06-26  Paul Eggert  <eggert@twinsun.com>
44818
44819         savedir now sets errno on failure and invokes xmalloc to get memory.
44820         Fix a couple of other minor bugs while we're at it.
44821
44822         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
44823         (NAMLEN): Remove macro.
44824         (malloc, realloc): Remove decls.
44825         (stpcpy): Likewise.
44826         ("xalloc.h"): Include.
44827         (NAME_SIZE_DEFAULT): New macro.
44828         (savedir): Use xmalloc / xrealloc to allocate memory.
44829         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
44830         Skip "" directory entries.
44831         Use strlen to calculate directory entry length, since the old method
44832         is rarely used these days and isn't worth supporting.
44833         Don't use a pointer after freeing it.
44834         Check for integer overflow when calculating allocation size.
44835         Use memcpy to copy entries, instead of stpcpy.
44836         Set errno properly when returning NULL.
44837         Check for readdir error.
44838
44839 2000-06-26  Jim Meyering  <meyering@lucent.com>
44840
44841         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
44842
44843 2000-06-25  Jim Meyering  <meyering@lucent.com>
44844
44845         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
44846         Linux header bug when _XOPEN_SOURCE is defined to 500.
44847
44848 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
44849
44850         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
44851         deficiency.
44852
44853 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
44854
44855         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
44856         Include xalloc.h.
44857         Don't include <stdlib.h>.  Don't declare malloc, realloc.
44858
44859 2000-06-24  Jim Meyering  <meyering@lucent.com>
44860
44861         * m4/strerror_r.m4: Revive this file -- to try out an experimental
44862         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
44863         for which strerror does return char*, but which lacks a conveniently
44864         accessible declaration of the function.  If the compile-test says
44865         strerror_r doesn't work, then resort to a `run'-test that works on
44866         BeOS and segfaults on DEC Unix.
44867
44868 2000-06-24  Jim Meyering  <meyering@lucent.com>
44869
44870         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
44871
44872 2000-06-23  Paul Eggert  <eggert@twinsun.com>
44873
44874         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
44875         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
44876
44877 2000-06-23  Paul Eggert  <eggert@twinsun.com>
44878
44879         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
44880         (mbrtowc, mbstate_t): Define substitutes if
44881         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
44882         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
44883         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
44884
44885 2000-06-23  Jim Meyering  <meyering@lucent.com>
44886
44887         * m4/afs.m4: Add missing AC_MSG_RESULT.
44888         Reported by Bruno Haible.
44889
44890         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
44891         Suggestion from Bruno Haible.
44892
44893 2000-06-23  Jim Meyering  <meyering@lucent.com>
44894
44895         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
44896
44897 2000-06-21  Jim Meyering  <meyering@lucent.com>
44898
44899         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
44900
44901 2000-06-21  Jim Meyering  <meyering@lucent.com>
44902
44903         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
44904         (noinst_HEADERS): Add getstr.h.
44905
44906         * lib/getline.c (getstr): Move into a separate file.
44907         * lib/getstr.c (getstr): New file, extracted from getline.c, with
44908         the following changes: new parameter, delim2; both delim[12]
44909         parameters have type `int', not `char'.  The latter would lose
44910         with 8-bit delimiters.
44911         * lib/getstr.h: New file.
44912
44913 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44914
44915         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
44916         than 1024, return a memory chunk of least possible size, instead
44917         of size PATH_MAX + 2. In the loop, increment the size proportionally.
44918         Use free/xmalloc instead of xrealloc to avoid copying for very long
44919         paths.
44920
44921 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44922
44923         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
44924         the empty string.
44925
44926 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44927
44928         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
44929         address, not strdup.  Include <stdlib.h> and don't declare free().
44930
44931 2000-06-19  Jim Meyering  <meyering@lucent.com>
44932
44933         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
44934
44935 2000-06-18  Jim Meyering  <meyering@lucent.com>
44936
44937         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
44938
44939         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
44940         `checking whether...' message to be consistent with that of the
44941         lstat test.
44942
44943 2000-06-18  Jim Meyering  <meyering@lucent.com>
44944
44945         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
44946         Besides, these days every porting target provides a mkdir function.
44947
44948         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
44949         needed. (this snippet comes from src/system.h).
44950
44951 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
44952
44953         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
44954
44955 2000-06-15  Paul Eggert  <eggert@twinsun.com>
44956
44957         * lib/human.c (adjust_value): New function.
44958         (human_readable_inexact): Apply rounding style even when
44959         printing approximate values.
44960
44961 2000-06-14  Paul Eggert  <eggert@twinsun.com>
44962
44963         * lib/human.c (human_readable_inexact): Allow an input block
44964         size that is not a multiple of the output block size, and vice versa.
44965         Reported by Piergiorgio Sartor.
44966
44967 2000-06-14  Paul Eggert  <eggert@twinsun.com>
44968
44969         * lib/getdate.y (get_date): Apply relative times after time
44970         zone indicator, not before.  Reported by Todd A. Jacobs.
44971
44972 2000-06-13  Jim Meyering  <meyering@lucent.com>
44973
44974         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
44975
44976         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
44977
44978 2000-06-12  Paul Eggert  <eggert@twinsun.com>
44979
44980         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
44981
44982 2000-06-12  Jim Meyering  <meyering@lucent.com>
44983
44984         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
44985         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
44986         optional argument.
44987         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
44988         the optional argument, `lib'.
44989
44990 2000-06-08  Jim Meyering  <meyering@lucent.com>
44991
44992         * m4/largefile.m4: Remove file (now that it's part of autoconf).
44993
44994 2000-06-04  Paul Eggert  <eggert@twinsun.com>
44995
44996         Rewrite largefile configuration so that we don't need to run
44997         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
44998         AC_CANONICAL_HOST in configure.in -- jmm]
44999
45000         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
45001         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
45002         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
45003         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
45004         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
45005         All uses changed.
45006         Instead of inspecting the output of getconf, try to compile the
45007         test program without and with the macro definition.
45008         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
45009         for getconf.  Instead, check for the needed flags by compiling
45010         test programs.
45011
45012 2000-06-04  Paul Eggert  <eggert@twinsun.com>
45013
45014         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
45015
45016 2000-06-04  Jim Meyering  <meyering@lucent.com>
45017
45018         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
45019         SunOS 4.1.4 for which gid_t is an unsigned type.
45020
45021 2000-06-03  Jim Meyering  <meyering@lucent.com>
45022
45023         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
45024         now that autoconf requires that.
45025
45026         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
45027         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
45028         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
45029
45030 2000-06-03  Jim Meyering  <meyering@lucent.com>
45031
45032         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
45033
45034 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
45035
45036         * m4/glibc21.m4: New file.
45037         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
45038
45039 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
45040
45041         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
45042         newer, don't install charset.alias.
45043         * lib/config.charset: Change the Linux/glibc rules so they become empty
45044         on glibc-2.1 or newer.
45045
45046 2000-06-02  Jim Meyering  <meyering@lucent.com>
45047
45048         * lib/mountlist.c: Back out last change.  Instead, do this...
45049         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
45050         me_dummy member using the same `ignore'-testing code.
45051         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
45052         fs_type strings.
45053         From Mark D. Roth.
45054
45055 2000-05-29  Jim Meyering  <meyering@lucent.com>
45056
45057         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
45058         mounts with the `ignore' attribute.  Based on a patch from
45059         Mark D. Roth.
45060
45061 2000-05-28  Jim Meyering  <meyering@lucent.com>
45062
45063         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
45064         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45065         * m4/stat.m4: Likewise.
45066         * m4/lstat.m4: Likewise.
45067         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
45068
45069         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
45070         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
45071
45072 2000-05-26  Jim Meyering  <meyering@lucent.com>
45073
45074         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
45075
45076 2000-05-24  Jim Meyering  <meyering@lucent.com>
45077
45078         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
45079         autoconf requires that.
45080         * m4/lib-check.m4: Likewise.
45081         * m4/jm-macros.m4: Likewise.
45082         * m4/strftime.m4: Likewise.
45083
45084         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
45085         AC_CHECK_DECLS, now that autoconf requires that.
45086
45087 2000-05-22  Jim Meyering  <meyering@lucent.com>
45088
45089         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45090         * m4/lstat.m4: Likewise.
45091
45092 2000-05-22  Jim Meyering  <meyering@lucent.com>
45093
45094         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
45095
45096 2000-05-20  Jim Meyering  <meyering@lucent.com>
45097
45098         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
45099         (jm_PREREQ): Use it.
45100
45101 2000-05-18  Jim Meyering  <meyering@lucent.com>
45102
45103         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
45104         back, too, since it may have been modified by allocate_entry.
45105         (hash_delete): Rewrite to use neither the assignment operator
45106         nor the comma operator in an if-expression.
45107
45108 2000-05-15  Paul Eggert  <eggert@twinsun.com>
45109
45110         * lib/closeout.c:
45111         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
45112         Remove; no longer needed.
45113         "quotearg.h": Add include.
45114         (file_name): Do not bother to explicitly initialize to NULL; it's less
45115         efficient on some hosts.
45116         (close_stdout_status): Remove test as to whether stdout was already
45117         closed; it breaks for the case "echo x | sort >&-".
45118         Quote file name colons.
45119         Do not assume that _("write error") lacks format strings.
45120
45121 2000-05-15  Jim Meyering  <meyering@lucent.com>
45122
45123         * lib/version-etc.c (version_etc_copyright): Update the copyright
45124         string used in all --version output.
45125
45126 2000-05-14  Jim Meyering  <meyering@lucent.com>
45127
45128         * lib/closeout.c (close_stdout_set_file_name): New function.
45129         (close_stdout_status): Use new file-scoped global.
45130         Return right away if fstat says the stdout file descriptor is invalid.
45131         * lib/closeout.h (close_stdout_set_file_name): Declare.
45132
45133 2000-05-10  Jim Meyering  <meyering@lucent.com>
45134
45135         * lib/closeout.c [default_exit_status]: New file-scoped variable.
45136         (close_stdout_set_status): New function.
45137         * lib/closeout.h (close_stdout_set_status): Declare.
45138
45139 2000-05-09  Jim Meyering  <meyering@lucent.com>
45140
45141         * m4/gettext.m4: Rename this...
45142         * m4/libintl.m4: ...to this.
45143
45144 2000-05-08  Jim Meyering  <meyering@lucent.com>
45145
45146         * lib/long-options.c: Don't include closeout.h.
45147         (parse_long_options): Don't call close_stdout for --version.
45148
45149 2000-05-06  Paul Eggert  <eggert@twinsun.com>
45150
45151         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
45152         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
45153         2.1.3 bug.  This avoids a clash when files like regex.c define
45154         _GNU_SOURCE.
45155
45156 2000-05-06  Jim Meyering  <meyering@lucent.com>
45157
45158         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
45159         (AC_REPLACE_FUNCS): Add strnlen.
45160
45161         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
45162         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
45163
45164         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
45165         AC_SEARCH_LIBS call for nanosleep.
45166         (LIB_NANOSLEEP): Set and AC_SUBST.
45167
45168 2000-05-06  Jim Meyering  <meyering@lucent.com>
45169
45170         * lib/strnlen.c: Undefine __strnlen and strnlen.
45171         [!weak_alias]: Define __strnlen to strnlen.
45172
45173         * lib/atexit.c: New file, from libiberty.
45174
45175 2000-05-06  Jim Meyering  <meyering@lucent.com>
45176
45177         * lib/closeout.c (close_stdout_status): Also check for errors on the
45178         stderr stream.
45179
45180 2000-05-05  Jim Meyering  <meyering@lucent.com>
45181
45182         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
45183         AC_SEARCH_LIBS call for clock_gettime.
45184         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
45185
45186         * m4/search-libs.m4: Update from autoconf.
45187
45188         su doesn't work on Solaris 2.6.
45189         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
45190         <shadow.h>.  Reported by Dragos Harabor.
45191
45192 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
45193
45194         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
45195         memcpy instead of xmalloc, xrealloc, path_concat.
45196         (locale_charset): Treat empty environment variables as absent.
45197         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
45198
45199 2000-05-04  Jim Meyering  <meyering@lucent.com>
45200
45201         * lib/getopt.c: Update from glibc.
45202         * lib/obstack.c: Likewise.
45203         * lib/obstack.h: Likewise.
45204         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
45205         file
45206
45207         * lib/regex.h: Likewise.
45208         * lib/strndup.c: Likewise.
45209         * lib/strnlen.c: New file, from glibc.
45210
45211 2000-05-03  Jim Meyering  <meyering@lucent.com>
45212
45213         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
45214
45215 2000-05-02  Paul Eggert  <eggert@twinsun.com>
45216
45217         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
45218         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
45219         compile-time test, rather than inspecting host and OS, to
45220         decide whether to define _LARGEFILE_SOURCE.
45221
45222 2000-05-01  Jim Meyering  <meyering@lucent.com>
45223
45224         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
45225
45226         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
45227         Based on a patch from Bruno Haible.
45228
45229 2000-05-01  Jim Meyering  <meyering@lucent.com>
45230
45231         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
45232
45233 2000-04-29  Jim Meyering  <meyering@lucent.com>
45234
45235         * lib/path-concat.c: Declare strdup only if it's not defined.
45236         * lib/canon-host.c: Likewise.
45237
45238 2000-04-28  Jim Meyering  <meyering@lucent.com>
45239
45240         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
45241         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
45242         is included first, then limits.h is included by locale.h by libintl.h.
45243         From John David Anglin.
45244
45245 2000-04-25  Jim Meyering  <meyering@lucent.com>
45246
45247         * lib/makepath.c (S_IRWXUGO): Define.
45248         (make_path): Always perform explicit chmod if MODE specifies any
45249         of the `special' permission bits.  Prompted by a bug report against
45250         install from Mate Wierdl and Joost van Baal.
45251
45252 2000-04-18  Jim Meyering  <meyering@lucent.com>
45253
45254         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
45255         (jm_PREREQ): Use it.
45256
45257 2000-04-18  Jim Meyering  <meyering@lucent.com>
45258
45259         * lib/README: New file.
45260
45261         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
45262         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
45263
45264 2000-04-17  Jim Meyering  <meyering@lucent.com>
45265
45266         Get it right :-)
45267         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
45268         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
45269         Suggestion from Akim Demaille.
45270
45271 2000-04-17  Jim Meyering  <meyering@lucent.com>
45272
45273         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
45274         the definition of it to rpl_strftime also defined-away the system's
45275         declaration.
45276
45277 2000-04-15  Jim Meyering  <meyering@lucent.com>
45278
45279         Use `C' to denote so-called `contiguous' files, the same way
45280         that tar does.
45281         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
45282         (ftypelet): Use S_ISCTG.
45283         From Michael Deutschmann.
45284
45285 2000-04-14  Jim Meyering  <meyering@lucent.com>
45286
45287         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
45288         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
45289         clobbered.
45290
45291 2000-04-14  Jim Meyering  <meyering@lucent.com>
45292
45293         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
45294
45295 2000-04-13  Jim Meyering  <meyering@lucent.com>
45296
45297         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
45298         AH_VERBATIM to insert required #ifndef into config.h.in.
45299         Suggestion from Akim Demaille.
45300
45301 2000-04-12  Jim Meyering  <meyering@lucent.com>
45302
45303         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
45304         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
45305         Christian Krackowizer.
45306
45307         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
45308         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
45309         (AC_SYS_LARGEFILE): Require.
45310         (AM_C_PROTOTYPES): Require.
45311
45312 2000-04-08  Jim Meyering  <meyering@lucent.com>
45313
45314         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
45315         names don't conflict.  Reported by Eli Zaretskii.
45316
45317 2000-04-07  Jim Meyering  <meyering@lucent.com>
45318
45319         * lib/putenv.c: Move inclusion of errno.h so it follows that of
45320         sys/types.h, to work around system header problems on AIX 3.2.5.
45321         From Bruno Haible.
45322
45323 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
45324
45325         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
45326         bug.  Deal with the different error behavior of Irix iconv.
45327
45328 2000-04-05  Paul Eggert  <eggert@twinsun.com>
45329
45330         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
45331         IRIX if the installer said otherwise.
45332
45333 2000-04-05  Jim Meyering  <meyering@lucent.com>
45334
45335         Portability tweaks required for ultrix4.3.
45336         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
45337         (jm_CHECK_DECLS): Add getutent to the list of functions.
45338         (_jm_DECL_HEADERS): Add utmpx.h.
45339         From John David Anglin.
45340
45341         * m4/strftime.m4: Back out the 2000-04-02 change.
45342         Instead of that change, simply undefine putenv in the test program.
45343
45344 2000-04-05  Jim Meyering  <meyering@lucent.com>
45345
45346         Portability tweaks required for ultrix4.3.
45347         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
45348         getutent.
45349         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
45350         * lib/canon-host.c: Declare strdup.
45351         * lib/path-concat.c: Likewise.
45352         From John David Anglin.
45353
45354 2000-04-04  Jim Meyering  <meyering@lucent.com>
45355
45356         Be more DOS 8.3-friendly.
45357         * lib/ref-add.sin: Renamed from ref-add.sed.in.
45358         * lib/ref-del.sin: Renamed from ref-del.sed.in.
45359         * lib/Makefile.am: Reflect renaming.
45360         Reported by Eli Zaretskii.
45361
45362         Use a temporary file name that won't clash with `charset.alias'
45363         in the DOS 8.3 name space.
45364         * lib/Makefile.am (charset_tmp): Define.
45365         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
45366         (uninstall-local): Likewise.
45367         Reported by Eli Zaretskii.
45368
45369 2000-04-03  Jim Meyering  <meyering@lucent.com>
45370
45371         * m4/gettext.m4: Fix typo in comment.
45372
45373         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
45374         textutils/configure.in).  Suggestion from Paul Eggert.
45375         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
45376
45377 2000-04-02  Paul Eggert  <eggert@twinsun.com>
45378
45379         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
45380         variable in the shell rather than using putenv, which isn't
45381         portable.  This avoids the configure-time inter-test dependency
45382         on the potentially-renamed putenv function.
45383
45384 2000-03-30  Paul Eggert  <eggert@twinsun.com>
45385
45386         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
45387         before checking struct stat.st_blksize, so that
45388         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
45389
45390 2000-03-29  Paul Eggert  <eggert@twinsun.com>
45391
45392         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
45393         since strftime.c uses HAVE_STRFTIME to decide whether to use
45394         the underlying strftime.
45395
45396 2000-03-29  Paul Eggert  <eggert@twinsun.com>
45397
45398         * lib/time/strftime.c (my_strftime): Make sure we call the system
45399         strftime, not ourselves, when invoking the underlying strftime.
45400
45401 2000-03-24  Jim Meyering  <meyering@lucent.com>
45402
45403         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
45404         (charset_alias): Define.
45405         (install-exec-local): Factor out common code.
45406         (uninstall-local): Split lines longer than 80.
45407         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
45408         (SUFFIXES): Define.
45409         (.sed.in.sed): New rule.  Don't redirect directly to $@.
45410         (CLEANFILES): Add ref-add.sed and ref-del.sed.
45411
45412 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
45413
45414         * lib/config.charset: Output a line containing "Packages using this
45415         file".
45416         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
45417         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
45418         ref-del.sed): New rules.
45419
45420 2000-03-17  Jim Meyering  <meyering@lucent.com>
45421
45422         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
45423         Otherwise, include <strings.h>
45424
45425 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
45426
45427         * lib/unicodeio.c (utf8_wctomb): New function.
45428         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
45429         format instead of in UCS-4 with platform dependent endianness.
45430
45431 2000-03-10  Jim Meyering  <meyering@lucent.com>
45432
45433         * m4/lib-check.m4: Look for getspnam in -lgen, too.
45434         From Marco Franzen.
45435
45436 2000-03-07  Paul Eggert  <eggert@twinsun.com>
45437
45438         * lib/savedir.c (savedir): Work even if directory size is
45439         negative; this can happen with some screwy NFS configurations.
45440
45441 2000-03-06  Jim Meyering  <meyering@lucent.com>
45442
45443         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
45444         if it's NULL (because we ran out of memory).  From Bruno Haible.
45445
45446 2000-03-05  Jim Meyering  <meyering@lucent.com>
45447
45448         * lib/localcharset.c ("path-concat.h"): Include.
45449         (get_charset_aliases): Use path_concat instead of ANSI string
45450         concatenation.
45451
45452         * lib/unicodeio.h (PARAMS): Define.
45453         Use it to guard prototype.
45454
45455 2000-03-04  Jim Meyering  <meyering@lucent.com>
45456
45457         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
45458         for lib/localcharset.c.
45459
45460 2000-03-04  Jim Meyering  <meyering@lucent.com>
45461
45462         * lib/Makefile.am (install-exec-local): Create $(libdir) before
45463         installing into it.
45464         (uninstall-local): Uncomment this rule so `make distcheck' works
45465         once again.
45466
45467         * lib/unicodeio.c (<errno.h>): Include it.
45468         (errno): Declare if not defined.
45469
45470         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
45471
45472         * lib/config.charset: New version, incorporating remarks from a linux
45473         i18n mailing list.  From Bruno Haible.
45474
45475 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
45476
45477         * m4/codeset.m4: New file.
45478         * m4/iconv.m4: New file.
45479         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
45480
45481 2000-03-03  Jim Meyering  <meyering@lucent.com>
45482
45483         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
45484
45485 2000-03-02  Jim Meyering  <meyering@lucent.com>
45486
45487         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
45488         the messages come out on separate lines.
45489
45490         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
45491         rather than jm_CHECK_DECLARATIONS.
45492         * m4/decl.m4: Remove now-unused file.
45493
45494         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
45495         geteuid.
45496
45497 2000-03-02  Jim Meyering  <meyering@lucent.com>
45498
45499         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
45500
45501 2000-03-01  Jim Meyering  <meyering@lucent.com>
45502
45503         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
45504         * lib/unicodeio.c: Likewise.
45505
45506 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
45507
45508         * lib/config.charset: New file.
45509         * lib/localcharset.c: New file.
45510         * lib/unicodeio.h, lib/unicodeio.c: New files.
45511         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
45512         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
45513         (noinst_HEADERS): Add unicodeio.h.
45514         (all-local, install-exec-local, charset.alias): New targets.
45515
45516 2000-02-28  Paul Eggert  <eggert@twinsun.com>
45517
45518         * lib/quotearg.c (ALERT_CHAR): New macro.
45519         (quotearg_buffer_restyled): Use it.
45520
45521 2000-02-27  Jim Meyering  <meyering@lucent.com>
45522
45523         * m4/check-decl.m4: Add getenv to the list.
45524
45525 2000-02-27  Jim Meyering  <meyering@lucent.com>
45526
45527         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
45528         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
45529
45530         * lib/backupfile.c: Guard inclusion of stdlib.h with
45531         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
45532         Declare malloc if needed.
45533
45534         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
45535         `#ifndef HAVE_DECL..'
45536         now that autoconf always defines the HAVE_DECL_ symbols.
45537         * lib/human.c: Likewise.
45538         * lib/same.c: Likewise.
45539         * lib/strtoumax.c: Likewise.
45540
45541         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
45542         declaration check was not run.
45543         * lib/hash.c: Likewise.
45544         * lib/human.c: Likewise.
45545         * lib/same.c: Likewise.
45546         * lib/strtoumax.c: Likewise.
45547
45548         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
45549         `.', then first look up the entire `.'-containing string as a login
45550         name.
45551
45552 2000-02-23  Jim Meyering  <meyering@lucent.com>
45553
45554         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
45555         in place of my hack.
45556
45557 2000-02-18  Paul Eggert  <eggert@twinsun.com>
45558
45559         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
45560         (textint): New typedef.
45561         (parser_control): Member year changed from int to textint.
45562         All uses changed.
45563         (YYSTYPE): Removed; replaced by %union with int and textint members.
45564         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
45565         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
45566         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
45567         (tSNUMBER, tUNUMBER): Now of type <textintval>.
45568         (date, number, to_year): Use width of number in digits, not its value,
45569         to determine whether it's a 2-digit year, or a 2-digit time.
45570         (yylex): Store number of digits of numeric tokens.
45571         Reported by John Kendall.
45572
45573         (parser_control): Changed from struct parser_control to typedef (for
45574         consistency).  All uses changed.
45575
45576         (tID): Removed; not used.
45577         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
45578
45579 2000-02-14  Paul Eggert  <eggert@twinsun.com>
45580
45581         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
45582         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
45583
45584 2000-02-12  Jim Meyering  <meyering@lucent.com>
45585
45586         * lib/userspec.c (ISDIGIT): Define it.
45587         (isdigit): Remove definition.
45588         (is_number): Use ISDIGIT, not isdigit.
45589         <libintl.h>: Include.
45590         (_ and N_): Define.
45591         (parse_user_spec): Mark translatable strings.
45592
45593 2000-02-10  Jim Meyering  <meyering@lucent.com>
45594
45595         With these changes, nanosleep.[ch] are finally enough like the other
45596         lib/* replacement files to compile on a few more losing systems.
45597
45598         * lib/nanosleep.h: Don't include config.h.
45599         Remove prototype from declaration of nanosleep.
45600         (PARAMS): Remove now-unneeded definition.
45601         * lib/nanosleep.c: #undef nanosleep.
45602         (rpl_nanosleep): Rename from nanosleep.
45603
45604 2000-02-10  Jim Meyering  <meyering@lucent.com>
45605
45606         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
45607         gnu_nanosleep to rpl_nanosleep.
45608
45609 2000-02-09  Jim Meyering  <meyering@lucent.com>
45610
45611         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
45612         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
45613
45614 2000-02-08  Akim Demaille  <akim@epita.fr>
45615
45616         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
45617         `[' and `]' and remove uses of `changequote'.
45618         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
45619         (AC_SYS_LARGEFILE): Likewise.
45620         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
45621         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
45622         of changequote.
45623         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
45624         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
45625         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
45626         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
45627
45628 2000-02-05  Jim Meyering  <meyering@lucent.com>
45629
45630         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
45631         Remove explicit use of AC_HEADER_TIME.  It is required by
45632         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
45633         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
45634         in autoconf whereby the expansion of the latter ended up preceding
45635         the expansion of its prerequisite, AC_HEADER_TIME.
45636         Reported by Volker Borchert.
45637
45638 2000-02-03  Jim Meyering  <meyering@lucent.com>
45639
45640         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
45641
45642 2000-02-03  Jim Meyering  <meyering@lucent.com>
45643
45644         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
45645         rather than with `#if HAVE_UTMPNAME'.
45646
45647 2000-02-02  Jim Meyering  <meyering@lucent.com>
45648
45649         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
45650         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
45651         Reported by Eli Zaretskii.
45652
45653 2000-02-01  Jim Meyering  <meyering@lucent.com>
45654
45655         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
45656
45657 2000-01-31  Jim Meyering  <meyering@lucent.com>
45658
45659         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
45660         functions.  Add the time.h and sys/time.h headers along with the
45661         AC_REQUIRE'ment of AC_HEADER_TIME.
45662
45663 2000-01-31  Jim Meyering  <meyering@lucent.com>
45664
45665         * lib/nanosleep.h (nanosleep): Guard declaration with
45666         `#if ! HAVE_DECL_NANOSLEEP'.
45667         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
45668         the declaration in that vendor's sys/timers.h.
45669         Reported by Christian Krackowizer.
45670
45671         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
45672         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
45673         (ISPRINT): Likewise.
45674         Reported by Tom Tromey.
45675
45676 2000-01-30  Jim Meyering  <meyering@lucent.com>
45677
45678         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
45679
45680         * m4/prereq.m4 (utmp_includes): Define.
45681         Check for ut_user and ut_name members in both struct utmpx
45682         and struct utmp.
45683
45684 2000-01-30  Jim Meyering  <meyering@lucent.com>
45685
45686         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
45687         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
45688         header files where only utmpx.ut_user is declared.
45689
45690         * lib/readutmp.h (UT_USER): Define.
45691
45692 2000-01-29  Jim Meyering  <meyering@lucent.com>
45693
45694         * m4/lib-check.m4: New file containing library-related checks from
45695         fileutils and sh-utils (textutils had none).
45696
45697 2000-01-28  Jim Meyering  <meyering@lucent.com>
45698
45699         * m4/perl.m4: Change format of warning message to look more like that
45700         from the missing script.  Suggestion from François Pinard.
45701
45702 2000-01-25  Jim Meyering  <meyering@lucent.com>
45703
45704         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
45705         well as time.h in the compile check.
45706         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
45707         Fix typo in cross-compiling case: s/yes/no/.
45708
45709 2000-01-23  Jim Meyering  <meyering@lucent.com>
45710
45711         * m4/jm-macros.m4: Move df-related tests here from
45712         fileutils/configure.in
45713
45714         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
45715         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
45716
45717         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
45718         s/space/ac_fsusage_space/.
45719         (jm_FILE_SYSTEM_USAGE): Take two parameters.
45720
45721         * m4/ftruncate.m4: New file (derived from part of
45722         fileutils/configure.in).
45723         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
45724         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
45725
45726         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
45727         AC_SUBST these here, rather than just in sh-util/configure.in, so
45728         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
45729         all the same.
45730         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
45731         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
45732         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
45733         (AC_SUBST(POW_LIBM)): Likewise.
45734         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
45735
45736 2000-01-23  Jim Meyering  <meyering@lucent.com>
45737
45738         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
45739         obstack.c.
45740
45741 2000-01-22  Jim Meyering  <meyering@lucent.com>
45742
45743         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
45744
45745         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
45746
45747         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
45748         configure.in
45749         (AC_CHECK_HEADERS): Likewise for sh-utils.
45750         (AC_CHECK_HEADERS): Likewise for textutils.
45751         Merge the three lists of headers.
45752
45753         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
45754         from fileutils' configure.in.
45755
45756         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
45757         code. Moved tests into their own function (_jm_DECL_HEADERS) in
45758         check-decl.m4.
45759
45760         * m4/check-decl.m4: Use #if rather than #ifdef.
45761         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
45762         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
45763         (_jm_DECL_HEADERS): Define new function.
45764         (jm_CHECK_DECLARATIONS): Require it.
45765
45766 2000-01-22  Jim Meyering  <meyering@lucent.com>
45767
45768         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
45769         [! HAVE_DECL_STRTOULL]: Declare strtoull.
45770         Required for some AIX systems.  Reported by Christian Krackowizer.
45771         [TESTING] (main): New function.
45772
45773         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
45774         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
45775         letters.
45776
45777         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
45778         iswprint.
45779
45780         * lib/strverscmp.c (ISDIGIT): Define.
45781         (strverscmp): Use ISDIGIT, not isdigit.
45782
45783 2000-01-19  Jim Meyering  <meyering@lucent.com>
45784
45785         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
45786         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
45787         defines `struct timespec' in <sys/time.h>
45788
45789         * m4/c-bs-a.m4: Remove uses of changequote altogether.
45790         Thanks to Akim for explaining.
45791
45792 2000-01-17  Paul Eggert  <eggert@twinsun.com>
45793
45794         * lib/nanosleep.c (nanosleep):
45795         Don't use SA_INTERRUPT to decide whether to call sigaction, as
45796         POSIX.1 doesn't require SA_INTERRUPT and some systems
45797         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
45798         it's been part of POSIX.1 since day 1 (in 1988).
45799
45800 2000-01-17  Jim Meyering  <meyering@lucent.com>
45801
45802         * lib/interlock: Remove unused file.  Reported by François Pinard.
45803
45804 2000-01-16  Paul Eggert  <eggert@twinsun.com>
45805
45806         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
45807         alert, backslash, formfeed, and vertical tab unnecessarily in
45808         shell quoting style.
45809
45810 2000-01-16  Jim Meyering  <meyering@lucent.com>
45811
45812         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
45813         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
45814         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
45815         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
45816
45817 2000-01-16  Jim Meyering  <meyering@lucent.com>
45818
45819         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
45820         because the latter didn't work.
45821
45822 2000-01-15  Jim Meyering  <meyering@lucent.com>
45823
45824         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
45825         (AC_REPLACE_FUNCS): Add memcpy and memset.
45826         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
45827         Add strpbrk.
45828         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
45829
45830 2000-01-12  Jim Meyering  <meyering@lucent.com>
45831
45832         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
45833         (jm_PREREQ): Use it.
45834         (jm_PREREQ_READUTMP): New macro.
45835         (jm_PREREQ): Use it.
45836
45837 2000-01-11  Paul Eggert  <eggert@twinsun.com>
45838
45839         Quote multibyte characters correctly.
45840         * m4/c-bs-a.m4: New file.
45841         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
45842         (jm_PREREQ): Use it.
45843
45844 2000-01-11  Paul Eggert  <eggert@twinsun.com>
45845
45846         * m4/uintmax_t.m4: Port to autoconf 2.13.
45847
45848 2000-01-08  Jim Meyering  <meyering@ascend.com>
45849
45850         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
45851         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
45852
45853 2000-01-04  Jim Meyering  <meyering@ascend.com>
45854
45855         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
45856         jm_STRUCT_DIRENT_D_TYPE.
45857         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
45858         jm_STRUCT_DIRENT_D_INO.
45859         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
45860         jm_STRUCT_UTIMBUF.
45861         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
45862         renamings.
45863         * m4/utime.m4: Likewise.
45864
45865         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
45866         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
45867
45868 2000-01-03  Paul Eggert  <eggert@twinsun.com>
45869
45870         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
45871         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
45872
45873 2000-01-02  Jim Meyering  <meyering@ascend.com>
45874
45875         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
45876         remember if this is necessary.
45877
45878 1999-12-26  Jim Meyering  <meyering@ascend.com>
45879
45880         * m4/jm-macros.m4: Use it here.
45881         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
45882
45883 1999-12-23  Jim Meyering  <meyering@ascend.com>
45884
45885         * m4/jm-macros.m4: Check for clock_gettime (moved from
45886         fileutils/configure.in)
45887         Check for gettimeofday.
45888
45889 1999-12-20  Jim Meyering  <meyering@ascend.com>
45890
45891         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
45892         autoconf-2.14a-1999-12-20.
45893
45894 1999-12-19  Jim Meyering  <meyering@ascend.com>
45895
45896         * m4/lstat-slash.m4: New file.
45897         * m4/jm-macros.m4: Use the new macro:
45898         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45899
45900 1999-12-07  Jim Meyering  <meyering@ascend.com>
45901
45902         * m4/perl.m4: Require that File::Compare be available, too.
45903         Too many systems seem to lack it.
45904
45905         * m4/strftime.m4: Add checks for most of the cpp macros tested in
45906         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
45907
45908 1999-11-18  Paul Eggert  <eggert@twinsun.com>
45909
45910         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
45911         problem with the QNX 4.25 shell, which doesn't propagate exit
45912         status of failed commands inside shell assignments.
45913
45914 1999-11-17  Jim Meyering  <meyering@ascend.com>
45915
45916         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
45917
45918 1999-11-07  Jim Meyering  <meyering@ascend.com>
45919
45920         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
45921
45922 1999-11-06  Jim Meyering  <meyering@ascend.com>
45923
45924         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
45925         * m4/jm-macros.m4 (jm_MACROS): Use it here.
45926
45927 1999-11-05  Jim Meyering  <meyering@ascend.com>
45928
45929         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
45930         configure.in of textutils, fileutils, and sh-utils into this one
45931         (shared between those packages) file.
45932         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
45933         AC_STRUCT_ST_BLKSIZE.
45934
45935 1999-11-03  Jim Meyering  <meyering@ascend.com>
45936
45937         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
45938         of AC_CHECK_TYPE checks includes unistd.h.
45939         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
45940         Suggestion from Akim Demaille.
45941
45942 1999-10-30  Jim Meyering  <meyering@ascend.com>
45943
45944         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
45945         m4-quoted string.
45946         * m4/ls-mntd-fs.m4: Likewise.
45947         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
45948         * m4/jm-winsz1.m4: Likewise.
45949
45950         * m4/const.m4: Remove file, since the fix made it into the experimental
45951         version of autoconf.
45952         * m4/mktime.m4: Likewise.
45953
45954         * m4/check-type.m4: Remove file, now that the latest version of
45955         AC_CHECK_TYPE takes a third arg to specify additional #includes.
45956
45957         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
45958         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
45959         AC_CHECK_TYPE.
45960
45961 1999-10-04  Jim Meyering  <meyering@ascend.com>
45962
45963         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
45964
45965 1999-09-22  Paul Eggert  <eggert@twinsun.com>
45966
45967         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
45968         2.95.1 bug with HP-UX 10.20.
45969
45970 1999-09-17  Jim Meyering  <meyering@ascend.com>
45971
45972         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
45973         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
45974         due to missing strdup (against sh-utils-2.0).
45975
45976 1999-08-29  Jim Meyering  <meyering@ascend.com>
45977
45978         * m4/jm-macros.m4: Require jm_BISON.
45979         * m4/bison.m4: New file.
45980
45981 1999-08-17  Paul Eggert  <eggert@twinsun.com>
45982
45983         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
45984         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
45985
45986 1999-08-05  Jim Meyering  <meyering@ascend.com>
45987
45988         * m4/getline.m4: Rename test file from conftestdata to conftest.data
45989         to avoid conflicts with `conftest' on 8+3 filesystems.
45990         Suggestion from Eli Zaretskii.
45991
45992 1999-08-04  Jim Meyering  <meyering@ascend.com>
45993
45994         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
45995         fileutils and sh-utils (textutils's getline test was inadequate).
45996         (AM_FUNC_GETLINE): Run this test.
45997         (AC_CHECK_FUNCS): Check for getdelim.
45998         Reported by Bob Proulx.
45999
46000 1999-08-02  Jim Meyering  <meyering@ascend.com>
46001
46002         * m4/jm-macros.m4: Add a comment.
46003
46004 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46005
46006         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
46007         <inttypes.h> defines strtoumax as a macro (and not as a
46008         function).
46009
46010 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46011
46012         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
46013         that we can shift, multiply and divide unsigned long long
46014         values; Ultrix cc can't do it.
46015
46016 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46017
46018         * m4/mktime.m4: New file, which is a preview of what should appear
46019         in the next public autoconf release.
46020
46021 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46022
46023         * m4/lfs.m4: Remove this file.
46024         * m4/largefile.m4: New file.  It contains the old contents of
46025         lfs.m4, except that all names with prefix AC_LFS have been
46026         changed to use the prefix AC_SYS_LARGEFILE instead, to be
46027         compatible with future autoconf versions.  Also, some minor m4
46028         quoting problems have been fixed.
46029
46030 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46031
46032         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
46033         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
46034         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
46035         and simplify the shell code.
46036
46037 1999-08-01  Jim Meyering  <meyering@ascend.com>
46038
46039         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
46040         m4.
46041
46042 1999-07-20  Jim Meyering  <meyering@ascend.com>
46043
46044         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
46045
46046 1999-07-15  Jim Meyering  <meyering@ascend.com>
46047
46048         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
46049
46050 1999-05-22  Jim Meyering  <meyering@ascend.com>
46051
46052         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
46053
46054 1999-05-20  Jim Meyering  <meyering@ascend.com>
46055
46056         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
46057         Add a colon after each `then' in case $4 is empty.
46058
46059 1999-05-16  Jim Meyering  <meyering@ascend.com>
46060
46061         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
46062
46063 1999-05-10  Jim Meyering  <meyering@ascend.com>
46064
46065         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
46066
46067         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
46068         AC_FUNC_MKTIME.
46069
46070 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
46071
46072         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
46073
46074 1999-05-04  Paul Eggert  <eggert@twinsun.com>
46075
46076         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
46077         not CPPFLAGS, so that linking works correctly in IRIX.
46078
46079 1999-04-30  Paul Eggert  <eggert@twinsun.com>
46080
46081         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
46082
46083 1999-04-20  Paul Eggert  <eggert@twinsun.com>
46084
46085         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
46086         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
46087         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
46088         jm_AC_TYPE_UNSIGNED_LONG_LONG.
46089         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
46090
46091         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
46092
46093 1999-04-20  Jim Meyering  <meyering@ascend.com>
46094
46095         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
46096         AC_REPLACE xstroull if necessary.  From Paul Eggert.
46097         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
46098
46099 1999-04-18  Jim Meyering  <meyering@ascend.com>
46100
46101         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
46102         * m4/jm-macros.m4: Use it.
46103
46104 1999-04-06  Jim Meyering  <meyering@ascend.com>
46105
46106         * m4/strftime.m4: Remove test for %f.
46107
46108 1999-03-29  Jim Meyering  <meyering@ascend.com>
46109
46110         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
46111         superset of the AC_TYPE_* checks in the textutils, fileutils,
46112         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
46113         AC_TYPE_PID_T.
46114
46115 1999-03-28  Jim Meyering  <meyering@ascend.com>
46116
46117         * m4/jm-macros.m4: Define GNU_PACKAGE here.
46118         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
46119         replaced e.g., in the *.sh files of the sh-utils.
46120
46121 1999-03-20  Jim Meyering  <meyering@ascend.com>
46122
46123         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
46124         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
46125         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
46126
46127 1999-03-19  Jim Meyering  <meyering@ascend.com>
46128
46129         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
46130
46131 1999-03-12  Jim Meyering  <meyering@ascend.com>
46132
46133         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
46134
46135 1999-03-07  Jim Meyering  <meyering@ascend.com>
46136
46137         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
46138         declared.
46139
46140 1999-02-17  Jim Meyering  <meyering@ascend.com>
46141
46142         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
46143         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
46144
46145 1999-02-07  Jim Meyering  <meyering@ascend.com>
46146
46147         * m4/group-member.m4: New file -- extracted from sh-utils'
46148         configure.in.
46149
46150         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
46151         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
46152
46153 1999-02-06  Jim Meyering  <meyering@ascend.com>
46154
46155         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
46156         * m4/fnmatch.m4: Likewise.
46157         * m4/getgroups.m4: Likewise.
46158         * m4/lstat.m4: Likewise.
46159         * m4/malloc.m4: Likewise.
46160         * m4/putenv.m4: Likewise.
46161         * m4/realloc.m4: Likewise.
46162         * m4/regex.m4: Likewise.
46163         * m4/stat.m4: Likewise.
46164         * m4/strftime.m4: Likewise.
46165         Suggestion from Alain Magloire.
46166
46167         * m4/chown.m4: Use `.$ac_objext', not `.o'.
46168         * m4/fnmatch.m4: Likewise.
46169         * m4/getgroups.m4: Likewise.
46170         * m4/getline.m4: Likewise.
46171         * m4/lstat.m4: Likewise.
46172         * m4/malloc.m4: Likewise.
46173         * m4/memcmp.m4: Likewise.
46174         * m4/putenv.m4: Likewise.
46175         * m4/realloc.m4: Likewise.
46176         * m4/regex.m4: Likewise.
46177         * m4/stat.m4: Likewise.
46178         * m4/strftime.m4: Likewise.
46179         Suggestion from Alain Magloire.
46180
46181         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
46182         an argument.
46183
46184         * m4/regex.m4: Add a run-time Test for proper operation of
46185         re_compile_pattern.
46186
46187 1999-01-31  Jim Meyering  <meyering@ascend.com>
46188
46189         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
46190
46191 1999-01-30  Jim Meyering  <meyering@ascend.com>
46192
46193         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
46194
46195         * m4/jm-mktime.m4: Make this a wrapper around the official
46196         AM_FUNC_MKTIME rather than my private copy, now that the official one
46197         is up to date.
46198         * m4/mktime.m4: Remove file.
46199
46200         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
46201         * m4/uptime.m4: Likewise.
46202         * m4/uintmax_t.m4: Likewise.
46203
46204 1999-01-28  Jim Meyering  <meyering@ascend.com>
46205
46206         * m4/jm-macros.m4: Use jm_AFS.
46207         * m4/afs.m4: New file (from fileutils' configure.in).
46208
46209         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
46210         * m4/chown.m4: Likewise.
46211         * m4/d-ino.m4: Likewise.
46212         * m4/d-type.m4: Likewise.
46213         * m4/fnmatch.m4: Likewise.
46214         * m4/getgroups.m4: Likewise.
46215         * m4/gettext.m4: Likewise.
46216         * m4/jm-mktime.m4: Likewise.
46217         * m4/jm-winsz2.m4: Likewise.
46218         * m4/lcmessage.m4: Likewise.
46219         * m4/ls-mntd-fs.m4: Likewise.
46220         * m4/malloc.m4: Likewise.
46221         * m4/memcmp.m4: Likewise.
46222         * m4/putenv.m4: Likewise.
46223         * m4/realloc.m4: Likewise.
46224         * m4/st_mtim.m4: Likewise.
46225         * m4/strftime.m4: Likewise.
46226
46227 1999-01-16  Jim Meyering  <meyering@ascend.com>
46228
46229         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
46230         (ARGMATCH_DIE_DECL): Define.
46231
46232 1999-01-12  Jim Meyering  <meyering@ascend.com>
46233
46234         * m4/Makefile.am.in: Rewrite to avoid using fmt.
46235         Reported by Lars Hecking.
46236
46237 1999-01-10  Jim Meyering  <meyering@ascend.com>
46238
46239         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
46240         gross kludge.
46241         * m4/inttypes_h.m4: Likewise.
46242         * m4/lstat.m4: Likewise.
46243         * m4/malloc.m4: Likewise.
46244         * m4/readdir.m4: Likewise.
46245         * m4/realloc.m4: Likewise.
46246         * m4/st_dm_mode.m4: Likewise.
46247         * m4/stat.m4: Likewise.
46248         * m4/utimbuf.m4: Likewise.
46249         * m4/utimes.m4: Likewise.
46250
46251         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
46252         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
46253         comments in config.h.in are meaningful.
46254
46255         * m4/jm-macros.m4: Require autoconf-2.13 here.
46256
46257         * m4/regex.m4: By default, don't use the included regex.c on systems
46258         with glibc 2.  Suggestion from Uli Drepper.
46259
46260 1999-01-02  Jim Meyering  <meyering@ascend.com>
46261
46262         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
46263
46264 1998-12-18  Jim Meyering  <meyering@ascend.com>
46265
46266         * m4/Makefile.am.in (Makefile.am): Simplify rule.
46267         Based on a suggestion from Lars Hecking.
46268
46269 1998-11-16  Paul Eggert  <eggert@twinsun.com>
46270
46271         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
46272
46273 1998-11-16  Jim Meyering  <meyering@ascend.com>
46274
46275         * m4/lfs.m4: Double-quote the `uname...` expression.
46276
46277 1998-11-14  Jim Meyering  <meyering@ascend.com>
46278
46279         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
46280         * m4/stat.m4: Likewise.
46281
46282 1998-11-03  Jim Meyering  <meyering@ascend.com>
46283
46284         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
46285         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
46286
46287 1998-10-18  Jim Meyering  <meyering@ascend.com>
46288
46289         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
46290
46291 1998-10-17  Jim Meyering  <meyering@ascend.com>
46292
46293         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
46294         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
46295         calls for those previously hard-coded headers.  Instead, take a new
46296         parameter.
46297         (jm_CHECK_DECLARATIONS): Reflect interface change.
46298         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
46299         (jm_CHECK_DECL_LOCALTIME_R): New macro.
46300
46301         * m4/mktime.m4: Test for spring-forward gap before long-running test.
46302
46303 1998-10-14  Jim Meyering  <meyering@ascend.com>
46304
46305         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
46306         instead of "TZ=America/Vancouver".  From Paul Eggert.
46307
46308 1998-10-11  Jim Meyering  <meyering@ascend.com>
46309
46310         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
46311         This adds a test for a recently added compatibility fix for mktime.c.
46312         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
46313
46314 1998-09-27  Jim Meyering  <meyering@ascend.com>
46315
46316         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
46317
46318         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
46319         ../configure.in, including a change from Gordon Matzigkeit to allow
46320         cross-compiling for the Hurd.
46321
46322         * m4/glibc.m4: New file/macro to test for the GNU C Library
46323         versions 1 and 2.  From Gordon Matzigkeit.
46324         Indent.
46325
46326 1998-09-21  Jim Meyering  <meyering@ascend.com>
46327
46328         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
46329
46330 1998-08-18  Paul Eggert  <eggert@twinsun.com>
46331
46332         Port nanosecond-resolution times to UnixWare 2.1.2 and
46333         pedantic Solaris 2.6.
46334
46335         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
46336         AC_STRUCT_ST_MTIM.
46337         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
46338         Generate name of ns member, instead of just 1 or undef.
46339         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
46340
46341 1998-08-15  Jim Meyering  <meyering@ascend.com>
46342
46343         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
46344         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
46345         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
46346         instead of jm_TYPE_SSIZE_T.
46347
46348 1998-08-12  Jim Meyering  <meyering@ascend.com>
46349
46350         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
46351
46352 1998-08-02  Jim Meyering  <meyering@ascend.com>
46353
46354         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
46355         in acconfig.h manually.
46356
46357 1998-07-31  Paul Eggert  <eggert@twinsun.com>
46358
46359         * m4/st_mtim.m4: New file.
46360
46361 1998-07-28  Jim Meyering  <meyering@ascend.com>
46362
46363         * m4/utimes.m4: Undef stat.
46364
46365 1998-07-25  Jim Meyering  <meyering@ascend.com>
46366
46367         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
46368         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
46369
46370 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
46371
46372         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
46373         uid and gid actually remain unchanged.
46374
46375 1998-07-07  Jim Meyering  <meyering@ascend.com>
46376
46377         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
46378
46379 1998-07-04  Jim Meyering  <meyering@ascend.com>
46380
46381         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
46382         to prove that this macro can be used in packages without regex.c.
46383
46384 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
46385
46386         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
46387         is to be used.
46388
46389 1998-07-03  Jim Meyering  <meyering@ascend.com>
46390
46391         * m4/gettext.m4: Add -lintl if it's found to be necessary.
46392
46393         * m4/gettext.m4: New file -- from gettext-0.10.35.
46394         * m4/lcmessage.m4: Likewise.
46395         * m4/progtest.m4: Likewise.
46396
46397         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
46398         * m4/jm-macros.m4: Require the new macro.
46399
46400 1998-06-29  Jim Meyering  <meyering@ascend.com>
46401
46402         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
46403         for the definition of NGROUPS (used in a system header included
46404         by sys/mount.h).
46405
46406 1998-06-28  Jim Meyering  <meyering@ascend.com>
46407
46408         * m4/ls-mntd-fs.m4: New file.
46409         * m4/fstypename.m4: New file.
46410
46411         * m4/jm-macros.m4: Require the new macro.
46412         * m4/jm-glibc-io.m4: New file.
46413
46414 1998-05-19  Jim Meyering  <meyering@ascend.com>
46415
46416         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
46417         * m4/lchown.m4: New file.
46418
46419         * m4/Makefile.am.in: New file.
46420         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
46421
46422 1998-05-14  Jim Meyering  <meyering@ascend.com>
46423
46424         * m4/Makefile.am (EXTRA_DIST): Add them.
46425         * m4/jm-macros.m4: New file.
46426         * m4/utimbuf.m4: New file.
46427
46428 1998-05-12  Jim Meyering  <meyering@ascend.com>
46429
46430         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
46431
46432 1998-05-11  Jim Meyering  <meyering@ascend.com>
46433
46434         * m4/isc-posix.m4: New file.
46435
46436 1998-05-10  Jim Meyering  <meyering@ascend.com>
46437
46438         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
46439
46440 1998-05-09  Jim Meyering  <meyering@ascend.com>
46441
46442         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
46443         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
46444         with automake.
46445
46446         * m4/ssize_t.m4: New file.
46447         * m4/mktime.m4: Remove file -- the new automake has this now.
46448
46449 1998-04-26  Jim Meyering  <meyering@ascend.com>
46450
46451         * m4/assert.m4: New file.
46452         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
46453
46454 1998-04-05  Jim Meyering  <meyering@ascend.com>
46455
46456         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
46457         (jm_PREREQ): Use it here.
46458
46459 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
46460
46461         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
46462         in acconfig.h.
46463
46464 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
46465
46466         * m4/prereq.m4: New file.
46467         * m4/error.m4: New file.
46468         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
46469
46470 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
46471
46472         * m4/getline.m4: Don't set am_cv_func_working_getline before the
46473         cache-check for the same variable -- that defeated the purpose of
46474         the test; the test program was never run.  This was a problem only
46475         on systems with losing getline functions -- HP-UX 10.20 is one.
46476         Reported by Bjorn Helgaas.
46477
46478 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
46479
46480         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
46481
46482 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
46483
46484         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
46485
46486         * m4/const.m4: New file.  Use an initializer in this declaration
46487         typedef int charset[2]; const charset x;
46488         Reported by Bob Glickstein.
46489
46490 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
46491
46492         * m4/chown.m4: Fix reversed types on -1 args to chown.
46493         From Kaveh Ghazi.
46494
46495 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
46496
46497         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
46498         Add lseek and memchr.
46499
46500         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
46501         T.E.Dickey <dickey@clark.net> said that some older preprocessors
46502         have a 20-character limit on names.
46503
46504 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
46505
46506         * m4/inttypes_h.m4: New file.
46507         * m4/uintmax_t.m4: New file.
46508         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
46509
46510
46511         -----
46512
46513         Local Variables:
46514         coding: utf-8
46515         End:
46516
46517         Copyright (C) 1997-2008 Free Software Foundation, Inc.
46518
46519         Copying and distribution of this file, with or without
46520         modification, are permitted provided the copyright notice
46521         and this notice are preserved.