c6eee153e3c8fab17366a393ec4534aa52cd0621
[gnulib.git] / ChangeLog
1 2008-12-17  Bruno Haible  <bruno@clisp.org>
2
3         * modules/btowc-tests: New file.
4         * tests/test-btowc1.sh: New file.
5         * tests/test-btowc2.sh: New file.
6         * tests/test-btowc.c: New file.
7
8         New module 'btowc'.
9         * lib/wchar.in.h (btowc): New declaration.
10         * lib/btowc.c: New file.
11         * m4/btowc.m4: New file.
12         * modules/btowc: New file.
13         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
14         HAVE_BTOWC.
15         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
16         * doc/posix-functions/btowc.texi: Document the new module.
17
18 2008-12-17  Bruno Haible  <bruno@clisp.org>
19
20         New module 'mbsinit'.
21         * lib/wchar.in.h (mbsinit): New declaration.
22         * lib/mbsinit.c: New file.
23         * m4/mbsinit.m4: New file.
24         * modules/mbsinit: New file.
25         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
26         HAVE_MBSINIT.
27         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
28         HAVE_MBSINIT.
29         * doc/posix-functions/mbsinit.texi: Document the new module.
30
31 2008-12-16  Bruno Haible  <bruno@clisp.org>
32
33         * lib/unistd.in.h: Add comment.
34         * tests/test-environ.c: Don't include <stdlib.h>.
35
36 2008-12-16  Bruno Haible  <bruno@clisp.org>
37
38         * lib/parse-duration.h (parse_duration): Document return value
39         convention.
40         * lib/parse-duration.c: Include specification header first. Add
41         comments.
42         (_): Remove macro.
43         (parse_year_month_day, parse_hour_minute_second): Move side effects
44         outside of strchr call.
45         (parse_non_iso8601): Move side effects outside of isspace call.
46         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
47         call.
48
49 2008-12-16  Bruno Haible  <bruno@clisp.org>
50
51         * tests/test-parse-duration.sh: Produce no output when the test
52         succeeds.
53
54 2008-12-16  Bruno Haible  <bruno@clisp.org>
55
56         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
57         expressions.
58
59 2008-12-15  Bruno Haible  <bruno@clisp.org>
60
61         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
62         * doc/glibc-functions/flistxattr.texi: Likewise.
63         * doc/glibc-functions/fopencookie.texi: Likewise.
64         * doc/glibc-functions/fremovexattr.texi: Likewise.
65         * doc/glibc-functions/fsetxattr.texi: Likewise.
66         * doc/glibc-functions/getxattr.texi: Likewise.
67         * doc/glibc-functions/lgetxattr.texi: Likewise.
68         * doc/glibc-functions/listxattr.texi: Likewise.
69         * doc/glibc-functions/llistxattr.texi: Likewise.
70         * doc/glibc-functions/lremovexattr.texi: Likewise.
71         * doc/glibc-functions/lsetxattr.texi: Likewise.
72         * doc/glibc-functions/removexattr.texi: Likewise.
73         * doc/glibc-functions/setxattr.texi: Likewise.
74         * doc/posix-functions/open_memstream.texi: Likewise.
75
76 2008-12-15  Eric Blake  <ebb9@byu.net>
77
78         Update doc for cygwin 1.7.
79         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
80         functions.
81         * doc/posix-functions/fchmodat.texi: Likewise.
82         * doc/posix-functions/fchownat.texi: Likewise.
83         * doc/posix-functions/fdopendir.texi: Likewise.
84         * doc/posix-functions/fmemopen.texi: Likewise.
85         * doc/posix-functions/freeaddrinfo.texi: Likewise.
86         * doc/posix-functions/fstatat.texi: Likewise.
87         * doc/posix-functions/futimens.texi: Likewise.
88         * doc/posix-functions/gai_strerror.texi: Likewise.
89         * doc/posix-functions/getaddrinfo.texi: Likewise.
90         * doc/posix-functions/getnameinfo.texi: Likewise.
91         * doc/posix-functions/if_freenameindex.texi: Likewise.
92         * doc/posix-functions/if_indextoname.texi: Likewise.
93         * doc/posix-functions/if_nameindex.texi: Likewise.
94         * doc/posix-functions/if_nametoindex.texi: Likewise.
95         * doc/posix-functions/insque.texi: Likewise.
96         * doc/posix-functions/linkat.texi: Likewise.
97         * doc/posix-functions/llrint.texi: Likewise.
98         * doc/posix-functions/llrintf.texi: Likewise.
99         * doc/posix-functions/llrintl.texi: Likewise.
100         * doc/posix-functions/lockf.texi: Likewise.
101         * doc/posix-functions/lrintl.texi: Likewise.
102         * doc/posix-functions/mkdirat.texi: Likewise.
103         * doc/posix-functions/mkfifoat.texi: Likewise.
104         * doc/posix-functions/mknodat.texi: Likewise.
105         * doc/posix-functions/mq_close.texi: Likewise.
106         * doc/posix-functions/mq_getattr.texi: Likewise.
107         * doc/posix-functions/mq_notify.texi: Likewise.
108         * doc/posix-functions/mq_open.texi: Likewise.
109         * doc/posix-functions/mq_receive.texi: Likewise.
110         * doc/posix-functions/mq_send.texi: Likewise.
111         * doc/posix-functions/mq_setattr.texi: Likewise.
112         * doc/posix-functions/mq_timedreceive.texi: Likewise.
113         * doc/posix-functions/mq_timedsend.texi: Likewise.
114         * doc/posix-functions/mq_unlink.texi: Likewise.
115         * doc/posix-functions/open_memstream.texi: Likewise.
116         * doc/posix-functions/openat.texi: Likewise.
117         * doc/posix-functions/posix_fadvise.texi: Likewise.
118         * doc/posix-functions/posix_fallocate.texi: Likewise.
119         * doc/posix-functions/posix_madvise.texi: Likewise.
120         * doc/posix-functions/posix_memalign.texi: Likewise.
121         * doc/posix-functions/posix_openpt.texi: Likewise.
122         * doc/posix-functions/readlinkat.texi: Likewise.
123         * doc/posix-functions/remque.texi: Likewise.
124         * doc/posix-functions/renameat.texi: Likewise.
125         * doc/posix-functions/rintl.texi: Likewise.
126         * doc/posix-functions/sem_unlink.texi: Likewise.
127         * doc/posix-functions/shm_open.texi: Likewise.
128         * doc/posix-functions/shm_unlink.texi: Likewise.
129         * doc/posix-functions/signgam.texi: Likewise.
130         * doc/posix-functions/sigset.texi: Likewise.
131         * doc/posix-functions/stpcpy.texi: Likewise.
132         * doc/posix-functions/stpncpy.texi: Likewise.
133         * doc/posix-functions/strerror.texi: Likewise.
134         * doc/posix-functions/strtod.texi: Likewise.
135         * doc/posix-functions/symlinkat.texi: Likewise.
136         * doc/posix-functions/unlinkat.texi: Likewise.
137         * doc/posix-functions/utimensat.texi: Likewise.
138         * doc/glibc-functions/bindresvport.texi: Likewise.
139         * doc/glibc-functions/dn_expand.texi: Likewise.
140         * doc/glibc-functions/exp10.texi: Likewise.
141         * doc/glibc-functions/exp10f.texi: Likewise.
142         * doc/glibc-functions/fgetxattr.texi: Likewise.
143         * doc/glibc-functions/flistxattr.texi: Likewise.
144         * doc/glibc-functions/fopencookie.texi: Likewise.
145         * doc/glibc-functions/freeifaddrs.texi: Likewise.
146         * doc/glibc-functions/fremovexattr.texi: Likewise.
147         * doc/glibc-functions/fsetxattr.texi: Likewise.
148         * doc/glibc-functions/getifaddrs.texi: Likewise.
149         * doc/glibc-functions/getxattr.texi: Likewise.
150         * doc/glibc-functions/lgetxattr.texi: Likewise.
151         * doc/glibc-functions/listxattr.texi: Likewise.
152         * doc/glibc-functions/llistxattr.texi: Likewise.
153         * doc/glibc-functions/lremovexattr.texi: Likewise.
154         * doc/glibc-functions/lsetxattr.texi: Likewise.
155         * doc/glibc-functions/pow10.texi: Likewise.
156         * doc/glibc-functions/pow10f.texi: Likewise.
157         * doc/glibc-functions/rcmd_af.texi: Likewise.
158         * doc/glibc-functions/removexattr.texi: Likewise.
159         * doc/glibc-functions/res_init.texi: Likewise.
160         * doc/glibc-functions/res_mkquery.texi: Likewise.
161         * doc/glibc-functions/res_query.texi: Likewise.
162         * doc/glibc-functions/res_querydomain.texi: Likewise.
163         * doc/glibc-functions/res_send.texi: Likewise.
164         * doc/glibc-functions/rresvport_af.texi: Likewise.
165         * doc/glibc-functions/setxattr.texi: Likewise.
166         * doc/glibc-functions/strcasestr.texi: Likewise.
167
168 2008-12-15  Bruno Haible  <bruno@clisp.org>
169
170         Fix compilation error on OSF/1 4.0.
171         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
172         <sys/time.h>, simply delegate to the system header.
173         Reported by Daniel Richard G. <oss@teragram.com>.
174
175 2008-12-15  Bruno Haible  <bruno@clisp.org>
176
177         * doc/posix-functions/openat.texi: Mention the 'openat' module.
178         * doc/posix-functions/fchmodat.texi: Likewise.
179         * doc/posix-functions/fchownat.texi: Likewise.
180         * doc/posix-functions/fdopendir.texi: Likewise.
181         * doc/posix-functions/fstatat.texi: Likewise.
182         * doc/posix-functions/mkdirat.texi: Likewise.
183         * doc/posix-functions/unlinkat.texi: Likewise.
184
185 2008-12-14  Bruno Haible  <bruno@clisp.org>
186
187         Update doc for POSIX:2008.
188         * doc/posix-functions/faccessat.texi: New file.
189         * doc/posix-functions/fchmodat.texi: New file.
190         * doc/posix-functions/fchownat.texi: New file.
191         * doc/posix-functions/fdopendir.texi: New file.
192         * doc/posix-functions/fstatat.texi: New file.
193         * doc/posix-functions/futimens.texi: New file.
194         * doc/posix-functions/linkat.texi: New file.
195         * doc/posix-functions/mkdirat.texi: New file.
196         * doc/posix-functions/mkfifoat.texi: New file.
197         * doc/posix-functions/mknodat.texi: New file.
198         * doc/posix-functions/open_wmemstream.texi: New file.
199         * doc/posix-functions/openat.texi: New file.
200         * doc/posix-functions/psiginfo.texi: New file.
201         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
202         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
203         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
204         * doc/posix-functions/readlinkat.texi: New file.
205         * doc/posix-functions/renameat.texi: New file.
206         * doc/posix-functions/strerror_l.texi: New file.
207         * doc/posix-functions/symlinkat.texi: New file.
208         * doc/posix-functions/unlinkat.texi: New file.
209         * doc/posix-functions/utimensat.texi: New file.
210         * doc/gnulib.texi (Function Substitutes): Add these subsections.
211
212 2008-12-14  Bruno Haible  <bruno@clisp.org>
213
214         Update doc for POSIX:2008.
215         * doc/posix-functions/alphasort.texi: Renamed from
216         doc/glibc-functions/alphasort.texi.
217         * doc/posix-functions/dirfd.texi: Renamed from
218         doc/glibc-functions/dirfd.texi.
219         * doc/posix-functions/dprintf.texi: Renamed from
220         doc/glibc-functions/dprintf.texi.
221         * doc/posix-functions/duplocale.texi: Renamed from
222         doc/glibc-functions/duplocale.texi.
223         * doc/posix-functions/fexecve.texi: Renamed from
224         doc/glibc-functions/fexecve.texi.
225         * doc/posix-functions/fmemopen.texi: Renamed from
226         doc/glibc-functions/fmemopen.texi.
227         * doc/posix-functions/freelocale.texi: Renamed from
228         doc/glibc-functions/freelocale.texi.
229         * doc/posix-functions/getdate_err.texi: Renamed from
230         doc/glibc-functions/getdate_err.texi.
231         * doc/posix-functions/isalnum_l.texi: Renamed from
232         doc/glibc-functions/isalnum_l.texi.
233         * doc/posix-functions/isalpha_l.texi: Renamed from
234         doc/glibc-functions/isalpha_l.texi.
235         * doc/posix-functions/isblank_l.texi: Renamed from
236         doc/glibc-functions/isblank_l.texi.
237         * doc/posix-functions/iscntrl_l.texi: Renamed from
238         doc/glibc-functions/iscntrl_l.texi.
239         * doc/posix-functions/isdigit_l.texi: Renamed from
240         doc/glibc-functions/isdigit_l.texi.
241         * doc/posix-functions/isgraph_l.texi: Renamed from
242         doc/glibc-functions/isgraph_l.texi.
243         * doc/posix-functions/islower_l.texi: Renamed from
244         doc/glibc-functions/islower_l.texi.
245         * doc/posix-functions/isprint_l.texi: Renamed from
246         doc/glibc-functions/isprint_l.texi.
247         * doc/posix-functions/ispunct_l.texi: Renamed from
248         doc/glibc-functions/ispunct_l.texi.
249         * doc/posix-functions/isspace_l.texi: Renamed from
250         doc/glibc-functions/isspace_l.texi.
251         * doc/posix-functions/isupper_l.texi: Renamed from
252         doc/glibc-functions/isupper_l.texi.
253         * doc/posix-functions/iswalnum_l.texi: Renamed from
254         doc/glibc-functions/iswalnum_l.texi.
255         * doc/posix-functions/iswalpha_l.texi: Renamed from
256         doc/glibc-functions/iswalpha_l.texi.
257         * doc/posix-functions/iswblank_l.texi: Renamed from
258         doc/glibc-functions/iswblank_l.texi.
259         * doc/posix-functions/iswcntrl_l.texi: Renamed from
260         doc/glibc-functions/iswcntrl_l.texi.
261         * doc/posix-functions/iswctype_l.texi: Renamed from
262         doc/glibc-functions/iswctype_l.texi.
263         * doc/posix-functions/iswdigit_l.texi: Renamed from
264         doc/glibc-functions/iswdigit_l.texi.
265         * doc/posix-functions/iswgraph_l.texi: Renamed from
266         doc/glibc-functions/iswgraph_l.texi.
267         * doc/posix-functions/iswlower_l.texi: Renamed from
268         doc/glibc-functions/iswlower_l.texi.
269         * doc/posix-functions/iswprint_l.texi: Renamed from
270         doc/glibc-functions/iswprint_l.texi.
271         * doc/posix-functions/iswpunct_l.texi: Renamed from
272         doc/glibc-functions/iswpunct_l.texi.
273         * doc/posix-functions/iswspace_l.texi: Renamed from
274         doc/glibc-functions/iswspace_l.texi.
275         * doc/posix-functions/iswupper_l.texi: Renamed from
276         doc/glibc-functions/iswupper_l.texi.
277         * doc/posix-functions/iswxdigit_l.texi: Renamed from
278         doc/glibc-functions/iswxdigit_l.texi.
279         * doc/posix-functions/isxdigit_l.texi: Renamed from
280         doc/glibc-functions/isxdigit_l.texi.
281         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
282         doc/glibc-functions/mbsnrtowcs.texi.
283         * doc/posix-functions/mkdtemp.texi: Renamed from
284         doc/glibc-functions/mkdtemp.texi.
285         * doc/posix-functions/newlocale.texi: Renamed from
286         doc/glibc-functions/newlocale.texi.
287         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
288         doc/glibc-functions/nl_langinfo_l.texi.
289         * doc/posix-functions/open_memstream.texi: Renamed from
290         doc/glibc-functions/open_memstream.texi.
291         * doc/posix-functions/opterr.texi: Renamed from
292         doc/glibc-functions/opterr.texi.
293         * doc/posix-functions/optind.texi: Renamed from
294         doc/glibc-functions/optind.texi.
295         * doc/posix-functions/optopt.texi: Renamed from
296         doc/glibc-functions/optopt.texi.
297         * doc/posix-functions/psignal.texi: Renamed from
298         doc/glibc-functions/psignal.texi.
299         * doc/posix-functions/scandir.texi: Renamed from
300         doc/glibc-functions/scandir.texi.
301         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
302         doc/glibc-functions/sched_get_priority_min.texi.
303         * doc/posix-functions/signgam.texi: Renamed from
304         doc/glibc-functions/signgam.texi.
305         * doc/posix-functions/stpcpy.texi: Renamed from
306         doc/glibc-functions/stpcpy.texi.
307         * doc/posix-functions/stpncpy.texi: Renamed from
308         doc/glibc-functions/stpncpy.texi.
309         * doc/posix-functions/strcasecmp_l.texi: Renamed from
310         doc/glibc-functions/strcasecmp_l.texi.
311         * doc/posix-functions/strcoll_l.texi: Renamed from
312         doc/glibc-functions/strcoll_l.texi.
313         * doc/posix-functions/strfmon_l.texi: Renamed from
314         doc/glibc-functions/strfmon_l.texi.
315         * doc/posix-functions/strftime_l.texi: Renamed from
316         doc/glibc-functions/strftime_l.texi.
317         * doc/posix-functions/strncasecmp_l.texi: Renamed from
318         doc/glibc-functions/strncasecmp_l.texi.
319         * doc/posix-functions/strndup.texi: Renamed from
320         doc/glibc-functions/strndup.texi.
321         * doc/posix-functions/strnlen.texi: Renamed from
322         doc/glibc-functions/strnlen.texi.
323         * doc/posix-functions/strsignal.texi: Renamed from
324         doc/glibc-functions/strsignal.texi.
325         * doc/posix-functions/strxfrm_l.texi: Renamed from
326         doc/glibc-functions/strxfrm_l.texi.
327         * doc/posix-functions/timer_gettime.texi: Renamed from
328         doc/glibc-functions/timer_gettime.texi.
329         * doc/posix-functions/tolower_l.texi: Renamed from
330         doc/glibc-functions/tolower_l.texi.
331         * doc/posix-functions/toupper_l.texi: Renamed from
332         doc/glibc-functions/toupper_l.texi.
333         * doc/posix-functions/towctrans_l.texi: Renamed from
334         doc/glibc-functions/towctrans_l.texi.
335         * doc/posix-functions/towlower_l.texi: Renamed from
336         doc/glibc-functions/towlower_l.texi.
337         * doc/posix-functions/towupper_l.texi: Renamed from
338         doc/glibc-functions/towupper_l.texi.
339         * doc/posix-functions/uselocale.texi: Renamed from
340         doc/glibc-functions/uselocale.texi.
341         * doc/posix-functions/vdprintf.texi: Renamed from
342         doc/glibc-functions/vdprintf.texi.
343         * doc/posix-functions/wcpcpy.texi:
344         Renamed from doc/glibc-functions/wcpcpy.texi.
345         * doc/posix-functions/wcpncpy.texi: Renamed from
346         doc/glibc-functions/wcpncpy.texi.
347         * doc/posix-functions/wcscasecmp.texi: Renamed from
348         doc/glibc-functions/wcscasecmp.texi.
349         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
350         doc/glibc-functions/wcscasecmp_l.texi.
351         * doc/posix-functions/wcscoll_l.texi: Renamed from
352         doc/glibc-functions/wcscoll_l.texi.
353         * doc/posix-functions/wcsdup.texi: Renamed from
354         doc/glibc-functions/wcsdup.texi.
355         * doc/posix-functions/wcsncasecmp.texi: Renamed from
356         doc/glibc-functions/wcsncasecmp.texi.
357         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
358         doc/glibc-functions/wcsncasecmp_l.texi.
359         * doc/posix-functions/wcsnlen.texi: Renamed from
360         doc/glibc-functions/wcsnlen.texi.
361         * doc/posix-functions/wcsnrtombs.texi: Renamed from
362         doc/glibc-functions/wcsnrtombs.texi.
363         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
364         doc/glibc-functions/wcsxfrm_l.texi.
365         * doc/posix-functions/wctrans_l.texi: Renamed from
366         doc/glibc-functions/wctrans_l.texi.
367         * doc/posix-functions/wctype_l.texi: Renamed from
368         doc/glibc-functions/wctype_l.texi.
369         * doc/gnulib.texi (Function Substitutes): Add these subsections.
370         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
371         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
372         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
373         these subsections.
374         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
375         Remove sections.
376
377 2008-12-14  Bruno Haible  <bruno@clisp.org>
378
379         Update doc for POSIX:2008.
380         * doc/posix-functions/*.texi: Update URL of POSIX specification.
381
382 2008-12-14  Bruno Haible  <bruno@clisp.org>
383
384         Update doc for POSIX:2008.
385         * doc/pastposix-functions/bcmp.texi: Renamed from
386         doc/posix-functions/bcmp.texi.
387         * doc/pastposix-functions/bcopy.texi: Renamed from
388         doc/posix-functions/bcopy.texi.
389         * doc/pastposix-functions/bsd_signal.texi: Renamed from
390         doc/posix-functions/bsd_signal.texi.
391         * doc/pastposix-functions/bzero.texi: Renamed from
392         doc/posix-functions/bzero.texi.
393         * doc/pastposix-functions/ecvt.texi: Renamed from
394         doc/posix-functions/ecvt.texi.
395         * doc/pastposix-functions/fcvt.texi: Renamed from
396         doc/posix-functions/fcvt.texi.
397         * doc/pastposix-functions/ftime.texi: Renamed from
398         doc/posix-functions/ftime.texi.
399         * doc/pastposix-functions/gcvt.texi: Renamed from
400         doc/posix-functions/gcvt.texi.
401         * doc/pastposix-functions/getcontext.texi: Renamed from
402         doc/posix-functions/getcontext.texi.
403         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
404         doc/posix-functions/gethostbyaddr.texi.
405         * doc/pastposix-functions/gethostbyname.texi: Renamed from
406         doc/posix-functions/gethostbyname.texi.
407         * doc/pastposix-functions/getwd.texi: Renamed from
408         doc/posix-functions/getwd.texi.
409         * doc/pastposix-functions/h_errno.texi: Renamed from
410         doc/posix-functions/h_errno.texi.
411         * doc/pastposix-functions/index.texi: Renamed from
412         doc/posix-functions/index.texi.
413         * doc/pastposix-functions/makecontext.texi: Renamed from
414         doc/posix-functions/makecontext.texi.
415         * doc/pastposix-functions/mktemp.texi: Renamed from
416         doc/posix-functions/mktemp.texi.
417         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
418         doc/posix-functions/pthread_attr_getstackaddr.texi.
419         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
420         doc/posix-functions/pthread_attr_setstackaddr.texi.
421         * doc/pastposix-functions/rindex.texi: Renamed from
422         doc/posix-functions/rindex.texi.
423         * doc/pastposix-functions/scalb.texi: Renamed from
424         doc/posix-functions/scalb.texi.
425         * doc/pastposix-functions/setcontext.texi: Renamed from
426         doc/posix-functions/setcontext.texi.
427         * doc/pastposix-functions/swapcontext.texi: Renamed from
428         doc/posix-functions/swapcontext.texi.
429         * doc/pastposix-functions/ualarm.texi: Renamed from
430         doc/posix-functions/ualarm.texi.
431         * doc/pastposix-functions/usleep.texi: Renamed from
432         doc/posix-functions/usleep.texi.
433         * doc/pastposix-functions/vfork.texi: Renamed from
434         doc/posix-functions/vfork.texi.
435         * doc/pastposix-functions/wcswcs.texi: Renamed from
436         doc/posix-functions/wcswcs.texi.
437         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
438         (Function Substitutes): Update.
439
440 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
441
442         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
443         m4/strerror.m4.
444
445 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
446             Bruno Haible  <bruno@clisp.org>
447
448         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
449
450 2008-12-13  Bruno Haible  <bruno@clisp.org>
451
452         * modules/strtoull (Depends-on): Remove unistd.
453
454 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
455
456         * modules/strtoull (Depends-on): Add stdlib.
457
458 2008-12-11  Simon Josefsson  <simon@josefsson.org>
459
460         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
461
462 2008-12-10  Jim Meyering  <meyering@redhat.com>
463
464         gl_ASSERT: don't say assertions are disabled when they're not
465         * m4/assert.m4 (gl_ASSERT): Do not make configure report
466         "checking whether to enable assertions... no", when they are in
467         fact enabled.  This is solely a bug in the output of configure.
468         In spite of saying "no", NDEBUG was not defined in that case.
469         Also, as noted by Eric Blake, leave assertions enabled upon
470         --enable-assert=INVALID.
471
472 2008-12-10  Bruno Haible  <bruno@clisp.org>
473
474         Change MODULES.html to refer to POSIX:2008 where possible.
475         * MODULES.html.sh (POSIX2008_URL): New variable.
476         (posix_headers): Remove sys/timeb, ucontext.
477         (posix2001_headers): New variable.
478         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
479         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
480         index, makecontext, mktemp, pthread_attr_getstackaddr,
481         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
482         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
483         (posix2001_functions): New variable.
484         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
485         otherwise.
486
487 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
488
489         add missing include to parse-duration.c
490         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
491         * modules/parse-duration (Depends-on): Add xalloc.
492
493         fix sed script reading maint.mk
494         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
495         (syntax-check-rules): Use it.
496
497 2008-12-09  Bruno Haible  <bruno@clisp.org>
498
499         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
500         MacOS X 10.4/PowerPC.
501         Reported by Simon Josefsson.
502
503 2008-12-08  Jim Meyering  <meyering@redhat.com>
504
505         work around mingw's lack of some S_IF definitions
506         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
507         Reported by Simon Josefsson.
508
509 2008-12-08  Bruno Haible  <bruno@clisp.org>
510
511         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
512         applied to variables. Needed on MacOS X 10.4/PowerPC.
513         Reported by Simon Josefsson.
514
515 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
516         and Eric Blake  <ebb9@byu.net>
517
518         assert: honor --enable-assert
519         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
520         order to honor --enable-assert, rather than treating it as a
521         synonym for --disable-assert.
522
523 2008-12-08  Jim Meyering  <meyering@redhat.com>
524
525         * lib/posixtm.c: Remove now-useless declaration of mktime.
526
527         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
528
529 2008-12-07  Bruno Haible  <bruno@clisp.org>
530
531         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
532         test_once): Mark functions as static.
533         * tests/test-tls.c (test_tls): Likewise.
534
535 2008-12-07  Bruno Haible  <bruno@clisp.org>
536
537         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
538         iconv_register_autodetect.
539
540 2008-12-07  Jim Meyering  <meyering@redhat.com>
541
542         posixtm.c: avoid a warning
543         * lib/posixtm.c (posixtime): Don't initialize tm0.
544         It's no longer needed to placate gcc4's -Wuninitialized,
545         and the attempt to placate would elicit a new warning.
546
547         unicodeio.c: mark unused parameters
548         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
549         (fallback_failure_callback): Likewise.
550
551 2008-12-07  Bruno Haible  <bruno@clisp.org>
552
553         * gnulib-tool (func_create_testdir): When building the tests
554         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
555         Reported by Simon Josefsson.
556
557 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
558
559         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
560
561 2008-12-06  Bruno Haible  <bruno@clisp.org>
562
563         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
564         Suggested by Eric Blake.
565
566 2008-12-06  Bruno Haible  <bruno@clisp.org>
567
568         Fix a c-stack test failure on MacOS X.
569         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
570         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
571         handler for SIGBUS as well.
572         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
573         install a signal handler for SIGBUS as well.
574         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
575
576 2008-12-06  Bruno Haible  <bruno@clisp.org>
577
578         Advocacy documentation.
579         * doc/gnulib-intro.texi (Benefits): New section.
580         * doc/gnulib.texi: Update.
581
582 2008-12-06  Bruno Haible  <bruno@clisp.org>
583
584         Document the 'manywarnings' module.
585         * doc/manywarnings.texi: New file.
586         * doc/gnulib.texi: Include it.
587
588 2008-12-05  Eric Blake  <ebb9@byu.net>
589
590         tests: silence some gcc warnings
591         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
592         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
593         type mismatches.
594
595 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
596             Bruno Haible  <bruno@clisp.org>
597
598         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
599
600 2008-11-29  Jim Meyering  <meyering@redhat.com>
601
602         unicodeio.c: mark unused parameters
603         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
604         (fallback_failure_callback): Likewise.
605
606         fts: fix a thinko
607         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
608         (set_stat_type): Return S_IF*-valued "type" directly.
609         Prompted by James Youngman's spotting a related bug.
610         Confirmed by further testing through find.
611
612         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
613         * lib/fts.c (D_TYPE): Define.
614         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
615         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
616         (s_ifmt_shift_bits): New function.
617         (set_stat_type): New function.
618         (fts_build): When not calling fts_stat, call set_stat_type
619         to propagate dirent.d_type info to fts_read caller.
620         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
621         fts_statp->st_mode type information may be valid.
622
623 2008-11-28  Simon Josefsson  <simon@josefsson.org>
624
625         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
626         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
627         <sds@gnu.org>.
628
629 2008-11-20  Bruno Haible  <bruno@clisp.org>
630
631         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
632         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
633         INCLUDE_NEXT.
634         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
635         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
636         * modules/math (Makefile.am): Substitute
637         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
638         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
639
640 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
641             Bruno Haible  <bruno@clisp.org>
642
643         * lib/stdint.in.h: Define all type macros so that their expansion is
644         a single typedef'ed token. Fixes a compilation failure in Boost which
645         does "using ::int8_t;".
646
647 2008-11-18  Simon Josefsson  <simon@josefsson.org>
648
649         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
650         gl_MANYWARN_ALL_GCC.
651         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
652         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
653         * modules/manywarnings: New file.
654         * MODULES.html.sh: Mention manywarnings module.
655
656 2008-11-18  Bruno Haible  <bruno@clisp.org>
657
658         * doc/gnulib-tool.texi (Unit tests): New section.
659
660 2008-11-18  Simon Josefsson  <simon@josefsson.org>
661
662         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
663         paths like 'lib/po/foo.po'.
664
665 2008-11-17  Simon Josefsson  <simon@josefsson.org>
666
667         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
668         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
669
670 2008-11-17  Simon Josefsson  <simon@josefsson.org>
671
672         * m4/warnings.m4: Use CPPFLAGS to really check whether the
673         parameter works.
674
675 2008-11-17  Simon Josefsson  <simon@josefsson.org>
676
677         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
678
679 2008-11-17  Bruce Korb  <bkorb@gnu.org>
680
681         * modules/parse-duration-tests: New file.
682         * tests/test-parse-duration.sh: New file.
683         * tests/test-parse-duration.c: New file.
684
685         New module 'parse-duration'.
686         * lib/parse-duration.h: New file.
687         * lib/parse-duration.c: New file.
688         * modules/parse-duration: New file.
689
690 2008-11-17  Bruno Haible  <bruno@clisp.org>
691
692         * tests/test-select-out.sh: Comment out the first pipe test.
693         Reported by Simon Josefsson.
694
695 2008-11-17  Bruno Haible  <bruno@clisp.org>
696
697         * modules/getaddrinfo (Depends-on): Add servent, hostent.
698         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
699         gl_HOSTENT.
700
701 2008-11-17  Bruno Haible  <bruno@clisp.org>
702
703         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
704         -lnetwork and -lnet. Needed for Haiku and BeOS.
705
706 2008-11-16  Bruno Haible  <bruno@clisp.org>
707
708         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
709
710 2008-11-16  Bruno Haible  <bruno@clisp.org>
711
712         Avoid test failure on Haiku.
713         * tests/test-fsync.c: Include <errno.h>.
714         (main): Don't require that fsync (0) fails.
715
716 2008-11-15  Bruno Haible  <bruno@clisp.org>
717
718         New module 'hostent'.
719         * modules/hostent: New file.
720         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
721
722 2008-11-15  Bruno Haible  <bruno@clisp.org>
723
724         New module 'servent'.
725         * modules/servent: New file.
726         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
727
728 2008-11-15  Bruno Haible  <bruno@clisp.org>
729
730         Avoid generating same test program with two different rules.
731         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
732         test-frexp to test-frexp-nolibm.
733         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
734         test-frexpl to test-frexpl-nolibm.
735
736 2008-11-15  Bruno Haible  <bruno@clisp.org>
737
738         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
739         $(FREXPL_LIBM).
740
741 2008-11-15  Bruno Haible  <bruno@clisp.org>
742
743         * lib/netdb.in.h: Activate the definitions also when the system's
744         <netdb.h> has 'struct addrinfo'.
745         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
746         EAI_OVERFLOW or AI_NUMERICSERV.
747         * doc/posix-headers/netdb.texi: Document the problem.
748
749 2008-11-15  Bruno Haible  <bruno@clisp.org>
750
751         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
752
753         Make the 'sched' module work on platforms where <sched.h> exists but
754         is incomplete (such as Haiku).
755         * lib/sched.in.h; Include the system's <sched.h> if it exists.
756         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
757         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
758         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
759         HAVE_STRUCT_SCHED_PARAM.
760         * modules/sched (Depends-on): Add include_next.
761         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
762         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
763         * doc/posix-headers/sched.texi: Document the issue.
764
765 2008-11-13  Jim Meyering  <meyering@redhat.com>
766
767         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
768         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
769         test would fail due to the difference in the Report bugs to ...
770         line.  The expected address is empty, "<>", while the actual
771         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
772
773 2008-11-12  Bruno Haible  <bruno@clisp.org>
774
775         lstat: don't compile lstat.c on systems lacking lstat
776         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
777         which don't have lstat; this is handled by lib/sys_stat.in.h already.
778         Reported by Daniel P. Berrange via Jim Meyering.
779
780 2008-11-12  Jim Meyering  <meyering@redhat.com>
781
782         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
783
784 2008-11-12  Simon Josefsson  <simon@josefsson.org>
785
786         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
787         instead.
788
789 2008-11-12  Bruno Haible  <bruno@clisp.org>
790
791         * lib/unicodeio.c: Include unistr.h.
792         (utf8_wctomb): Remove function.
793         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
794
795 2008-11-12  Simon Josefsson  <simon@josefsson.org>
796
797         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
798         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
799         <bruno@clisp.org>.
800         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
801
802 2008-11-12  Simon Josefsson  <simon@josefsson.org>
803
804         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
805         * doc/gnulib.texi: Add section for warnings.
806
807 2008-11-11  Bruno Haible  <bruno@clisp.org>
808
809         * lib/sockets.h: Add a comment.
810
811 2008-11-11  Karl Berry  <karl@gnu.org>
812
813         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
814
815 2008-11-11  Eric Blake  <ebb9@byu.net>
816
817         fdl.texi: avoid git symlinks
818         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
819
820 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
821
822         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
823
824 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
825
826         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
827         (gl_WARN_ADD): Substitute $2 if literal.
828
829 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
830
831         * m4/warning.m4: Remove.
832
833 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
834
835         * m4/warnings.m4: Almost complete rewrite. :-)
836
837 2008-11-10  Simon Josefsson  <simon@josefsson.org>
838
839         * modules/warnings: New module.
840         * m4/warnings.m4: New file.
841         * MODULES.html.sh: Mention warnings module.
842         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
843         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
844
845 2008-11-10  Eric Blake  <ebb9@byu.net>
846
847         fdl.texi: make a symlink to the latest version
848         * doc/standards.texi: Revert today's earlier change.
849         * doc/fdl-1.2.texi: Rename from old fdl.texi...
850         * doc/fdl.texi: ...and replace this with a symlink to the newer
851         fdl-1.3.texi.
852
853 2008-11-10  Bruno Haible  <bruno@clisp.org>
854
855         * tests/test-select-fd.c (main): Accept the result file name as fourth
856         argument.
857         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
858         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
859
860 2008-11-10  Bruno Haible  <bruno@clisp.org>
861
862         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
863         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
864         as autoconf-substituted macros.
865         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
866         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
867         gl_NETDB_H_DEFAULTS. Set these variables.
868         * modules/netdb (Makefile.am): Substitute these variables.
869
870 2008-11-10  Eric Blake  <ebb9@byu.net>
871
872         standards.texi: include correct file for FDL 1.3
873         * doc/standards.texi (GNU Free Documentation License): Change
874         include file to pull in FDL 1.3, not 1.2.
875
876         fdl.texi: revert accidental change to license
877         * doc/fdl.texi: This is FDL 1.2, not 1.3.
878
879 2008-11-10  Bruno Haible  <bruno@clisp.org>
880
881         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
882         cross-compiling guesses also when the native compile gives no result.
883
884 2008-11-10  Bruno Haible  <bruno@clisp.org>
885
886         * lib/spawni.c (__spawni): Force variable into the stack.
887
888 2008-11-10  Bruno Haible  <bruno@clisp.org>
889
890         Add support for Haiku.
891         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
892         glibc and BeOS, but also on Haiku.
893         * lib/fpurge.c (fpurge): Likewise.
894         * lib/freadable.c (freadable): Likewise.
895         * lib/freadahead.c (freadahead): Likewise.
896         * lib/freading.c (freading): Likewise.
897         * lib/freadptr.c (freadptr): Likewise.
898         * lib/freadseek.c (freadptrinc): Likewise.
899         * lib/fseeko.c (rpl_fseeko): Likewise.
900         * lib/fseterr.c (fseterr): Likewise.
901         * lib/fwritable.c (fwritable): Likewise.
902         * lib/fwriting.c (fwriting): Likewise.
903         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
904
905 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
906
907         * lib/config.charset: Treat Haiku like BeOS.
908
909 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
910
911         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
912         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
913
914 2008-11-08  Bruno Haible  <bruno@clisp.org>
915
916         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
917         AC_CACHE_CHECK.
918
919 2008-11-08  Bruno Haible  <bruno@clisp.org>
920
921         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
922
923 2008-11-08  Bruno Haible  <bruno@clisp.org>
924
925         * tests/test-select-fd.c: New file.
926         * tests/test-select-in.sh: New file.
927         * tests/test-select-out.sh: New file.
928         * tests/test-select-stdin.c: New file.
929         * modules/select-tests (Files): Add the new files.
930         (Depends-on): Add gettimeofday.
931         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
932         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
933         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
934
935 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
936             Bruno Haible  <bruno@clisp.org>
937
938         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
939
940 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
941
942         * build-aux/pmccabe2html: Added support for C++ source files.
943
944 2008-11-05  Ben Pfaff  <blp@gnu.org>
945
946         Fix lib/close.c build on Windows.
947         * modules/close (Files): Add lib/w32sock.h.
948
949 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
950
951         Accept Bison's NEWS format.
952         * build-aux/announce-gen (print_news_deltas): Tweak
953         $re_prefix.
954
955 2008-11-04  Bruno Haible  <bruno@clisp.org>
956
957         * modules/random_r (Maintainer): Add glibc.
958
959 2008-11-04  Simon Josefsson  <simon@josefsson.org>
960
961         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
962         by karl@freefriends.org (Karl Berry).
963         * doc/alloca.texi: Likewise.
964         * doc/c-ctype.texi: Likewise.
965         * doc/c-strcase.texi: Likewise.
966         * doc/c-strcaseeq.texi: Likewise.
967         * doc/c-strcasestr.texi: Likewise.
968         * doc/c-strstr.texi: Likewise.
969         * doc/c-strtod.texi: Likewise.
970         * doc/c-strtold.texi: Likewise.
971         * doc/ctime.texi: Likewise.
972         * doc/error.texi: Likewise.
973         * doc/fdl.texi: Likewise.
974         * doc/gcd.texi: Likewise.
975         * doc/getdate.texi: Likewise.
976         * doc/gnulib-intro.texi: Likewise.
977         * doc/gnulib-tool.texi: Likewise.
978         * doc/gnulib.texi: Likewise.
979         * doc/inet_ntoa.texi: Likewise.
980         * doc/maintain.texi: Likewise.
981         * doc/make-stds.texi: Likewise.
982         * doc/quote.texi: Likewise.
983         * doc/regexprops-generic.texi: Likewise.
984         * doc/standards.texi: Likewise.
985         * doc/verify.texi: Likewise.
986         * doc/visibility.texi: Likewise.
987         * doc/gnulib.texi (GNU Free Documentation License): Include
988         fdl-1.3.texi instead of fdl.texi.
989
990 2008-11-04  Simon Josefsson  <simon@josefsson.org>
991
992         * doc/fdl-1.3.texi: New file, from
993         <http://www.gnu.org/licenses/fdl-1.3.texi>.
994         * modules/fdl-1.3: Add.
995         * MODULES.html.sh: Add fdl-1.3.
996
997 2008-11-03  Bruno Haible  <bruno@clisp.org>
998
999         Make determination of absolute name of header file work with AIX xlc.
1000         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
1001         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
1002         preprocessing.
1003         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1004         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
1005
1006 2008-11-03  Simon Josefsson  <simon@josefsson.org>
1007
1008         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
1009         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
1010         <ludo@gnu.org>.
1011
1012 2008-11-02  Bruno Haible  <bruno@clisp.org>
1013
1014         Mark 'strpbrk' obsolete.
1015         * modules/strpbrk (Status, Notice): New sections.
1016         * modules/strtok_r (Depends-on): Add strpbrk.
1017
1018 2008-11-02  Bruno Haible  <bruno@clisp.org>
1019
1020         Mark 'strdup' obsolete.
1021         * modules/strdup (Status, Notice): New sections.
1022         * modules/findprog (Depends-on): Add strdup.
1023         * modules/getaddrinfo (Depends-on): Likewise.
1024         * modules/localename (Depends-on): Likewise.
1025         * modules/relocatable-lib (Depends-on): Likewise.
1026         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
1027         * modules/relocatable-prog (Depends-on): Likewise.
1028         * modules/trim (Depends-on): Likewise.
1029         * modules/unictype/gen-ctype (Depends-on): Likewise.
1030         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
1031
1032 2008-11-02  Bruno Haible  <bruno@clisp.org>
1033
1034         Mark 'strcspn' obsolete.
1035         * modules/strcspn (Status, Notice): New sections.
1036
1037 2008-11-02  Bruno Haible  <bruno@clisp.org>
1038
1039         Mark 'rmdir' obsolete.
1040         * modules/rmdir (Status, Notice): New sections.
1041         * modules/clean-temp (Depends-on): Add rmdir.
1042         * modules/openat (Depends-on): Likewise.
1043
1044 2008-11-02  Bruno Haible  <bruno@clisp.org>
1045
1046         Mark 'raise' obsolete.
1047         * modules/raise (Status, Notice): New sections.
1048         (Include): Specify <signal.h>.
1049         * modules/stdio (Depends-on): Add raise.
1050         * modules/write (Depends-on): Likewise.
1051
1052 2008-11-02  Bruno Haible  <bruno@clisp.org>
1053
1054         Mark 'memset' obsolete.
1055         * modules/memset (Status, Notice): New sections.
1056
1057 2008-11-02  Bruno Haible  <bruno@clisp.org>
1058
1059         Mark 'memmove' obsolete.
1060         * modules/memmove (Status, Notice): New sections.
1061         * modules/argp (Depends-on): Add memmove.
1062         * modules/argz (Depends-on): Likewise.
1063         * modules/canonicalize (Depends-on): Likewise.
1064         * modules/canonicalize-lgpl (Depends-on): Likewise.
1065         * modules/fts (Depends-on): Likewise.
1066         * modules/getcwd (Depends-on): Likewise.
1067         * modules/human (Depends-on): Likewise.
1068         * modules/regex (Depends-on): Likewise.
1069         * modules/striconveh (Depends-on): Likewise.
1070         * modules/trim (Depends-on): Likewise.
1071         * modules/unistr/u8-move (Depends-on): Likewise.
1072         * modules/unistr/u16-move (Depends-on): Likewise.
1073         * modules/unistr/u32-move (Depends-on): Likewise.
1074
1075 2008-11-02  Bruno Haible  <bruno@clisp.org>
1076
1077         Mark 'memcpy' obsolete.
1078         * modules/memcpy (Status, Notice): New sections.
1079
1080 2008-11-02  Bruno Haible  <bruno@clisp.org>
1081
1082         Mark 'memcmp' obsolete.
1083         * modules/memcmp (Status, Notice): New sections.
1084         * modules/argmatch (Depends-on): Add memchr.
1085         * modules/backupfile (Depends-on): Likewise.
1086         * modules/c-strcasestr (Depends-on): Likewise.
1087         * modules/crypto/des (Depends-on): Likewise.
1088         * modules/csharpcomp (Depends-on): Likewise.
1089         * modules/fnmatch (Depends-on): Likewise.
1090         * modules/git-merge-changelog (Depends-on): Likewise.
1091         * modules/isnand (Depends-on): Likewise.
1092         * modules/isnand-nolibm (Depends-on): Likewise.
1093         * modules/isnanf (Depends-on): Likewise.
1094         * modules/isnanf-nolibm (Depends-on): Likewise.
1095         * modules/isnanl (Depends-on): Likewise.
1096         * modules/isnanl-nolibm (Depends-on): Likewise.
1097         * modules/mbchar (Depends-on): Likewise.
1098         * modules/memcoll (Depends-on): Likewise.
1099         * modules/quotearg (Depends-on): Likewise.
1100         * modules/regex (Depends-on): Likewise.
1101         * modules/relocatable-prog (Depends-on): Likewise.
1102         * modules/same (Depends-on): Likewise.
1103         * modules/signbit (Depends-on): Likewise.
1104         * modules/strcasestr-simple (Depends-on): Likewise.
1105         * modules/unictype/gen-ctype (Depends-on): Likewise.
1106         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
1107         * modules/uniname/uniname (Depends-on): Likewise.
1108         * modules/unistr/u8-cmp (Depends-on): Likewise.
1109
1110 2008-11-02  Bruno Haible  <bruno@clisp.org>
1111
1112         Mark 'memchr' obsolete.
1113         * modules/memchr (Status, Notice): New sections.
1114         * modules/argp (Depends-on): Add memchr.
1115         * modules/base64 (Depends-on): Likewise.
1116         * modules/c-strcasestr (Depends-on): Likewise.
1117         * modules/chdir-long (Depends-on): Likewise.
1118         * modules/fnmatch (Depends-on): Likewise.
1119         * modules/getsubopt (Depends-on): Likewise.
1120         * modules/git-merge-changelog (Depends-on): Likewise.
1121         * modules/glob (Depends-on): Likewise.
1122         * modules/strcasestr-simple (Depends-on): Likewise.
1123         * modules/strnlen (Depends-on): Likewise.
1124
1125 2008-11-02  Bruno Haible  <bruno@clisp.org>
1126
1127         Mark 'atexit' obsolete.
1128         * modules/atexit (Status, Notice): New sections.
1129         * modules/chdir-long (Depends-on): Add atexit.
1130         * modules/wait-process (Depends-on): Likewise.
1131
1132 2008-11-02  Bruno Haible  <bruno@clisp.org>
1133
1134         * gnulib-tool: New option --with-obsolete.
1135         (func_usage): Document it.
1136         (func_modules_transitive_closure): Drop obsolete dependencies if
1137         incobsolete is not true.
1138         (func_import): Read and save the incobsolete variable to the cache.
1139
1140 2008-11-02  Bruno Haible  <bruno@clisp.org>
1141
1142         * modules/TEMPLATE-EXTENDED: New field 'Status'.
1143         * gnulib-tool: New option --extract-status.
1144         (func_usage): Document it.
1145         (sed_extract_prog): Recognize it.
1146         (func_get_status): New function.
1147
1148 2008-10-30  Simon Josefsson  <simon@josefsson.org>
1149
1150         * modules/sockets (License): Change from LGPL to LGPLv2+.
1151
1152 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1153
1154         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
1155
1156 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1157
1158         * MODULES.html.sh (Support for systems lacking POSIX:2001):
1159         Mention times and sys_times.
1160         * modules/sys_times, modules/sys_times-tests: New modules.
1161         * modules/times, modules/times-tests: Likewise
1162         * m4/sys_times_h.m4: New file.
1163         * lib/sys_times.in.h: Likewise
1164         * lib/times.c: Likewise.
1165         * tests/test-sys_times.c: Likewise.
1166         * tests/test-times.c: Likewise.
1167         * doc/posix-headers/sys_times.texi: Update.
1168         * doc/posix-functions/times.texi: Update.
1169
1170 2008-10-28  Jim Meyering  <meyering@redhat.com>
1171
1172         * modules/tempname (Depends-on): Add lstat.
1173
1174         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
1175
1176 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1177
1178         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
1179         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
1180         using idiom used elsewhere in gnulib.
1181
1182 2008-10-27  Jim Meyering  <meyering@redhat.com>
1183
1184         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
1185
1186 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1187
1188         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
1189         TESTS_ENVIRONMENT, for shell scripts that needs to call built
1190         programs.
1191         * tests/test-argp-2.sh: Use $EXEEXT when needed.
1192
1193 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1194
1195         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
1196
1197 2008-10-27  Bruno Haible  <bruno@clisp.org>
1198
1199         * tests/test-lstat.c: Include <stdio.h>.
1200
1201 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1202
1203         * modules/lstat-tests: New module.
1204         * tests/test-lstat.c: New file.
1205
1206 2008-10-26  Jim Meyering  <meyering@redhat.com>
1207
1208         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
1209
1210 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1211             Bruno Haible  <bruno@clisp.org>
1212
1213         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
1214         * modules/configmake (Include): Add a note that the include must come
1215         after all system headers.
1216         * lib/javaversion.c: Include configmake.h after all other includes.
1217
1218 2008-10-26  Bruno Haible  <bruno@clisp.org>
1219
1220         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
1221         HAVE_STRUCT_RANDOM_DATA to 1.
1222         (gl_STDLIB_H): Simplify.
1223
1224 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1225
1226         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
1227         substitute HAVE_STRUCT_RANDOM_DATA.
1228         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
1229         random_data.
1230         * modules/stdlib (Makefile.am): Substitute
1231         HAVE_STRUCT_RANDOM_DATA.
1232
1233 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1234
1235         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
1236         * doc/gnulib-intro.texi (Copyright): Likewise.
1237
1238 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1239
1240         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
1241         findings.
1242
1243 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
1244             Bruno Haible  <bruno@clisp.org>
1245
1246         * lib/unistd.in.h: Include <winsock2.h>.
1247         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
1248         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
1249         Provide dummy declarations.
1250         (gethostname): Override.
1251         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
1252         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
1253         gl_PREREQ_SYS_H_WINSOCK2.
1254         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
1255         * doc/posix-functions/gethostname.texi: More details.
1256
1257 2008-10-25  Bruno Haible  <bruno@clisp.org>
1258
1259         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
1260         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
1261         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
1262
1263         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
1264         here ...
1265         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
1266         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
1267         gl_UNISTD_H_DEFAULTS.
1268
1269 2008-10-25  Eric Blake  <ebb9@byu.net>
1270
1271         signbit: avoid spurious compiler failure
1272         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
1273         declarations inside function.
1274
1275 2008-10-24  Simon Josefsson  <simon@josefsson.org>
1276             Bruno Haible  <bruno@clisp.org>
1277
1278         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
1279         * modules/random_r (Depends-on): Add stdint.
1280
1281 2008-10-24  Bruno Haible  <bruno@clisp.org>
1282
1283         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
1284         Eggert.
1285         * modules/strerror (License): Likewise.
1286
1287 2008-10-24  Jim Meyering  <meyering@redhat.com>
1288
1289         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
1290         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
1291
1292 2008-10-24  Eric Blake  <ebb9@byu.net>
1293
1294         getgroups: fix compilation when getgroups is available
1295         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
1296         but with <config.h> override of getgroups disabled.
1297
1298 2008-10-24  Simon Josefsson  <simon@josefsson.org>
1299
1300         * doc/gnulib.texi (Header files): Add note about C++ problems.
1301         Explained by Bruno Haible <bruno@clisp.org>.
1302
1303 2008-10-23  Bruno Haible  <bruno@clisp.org>
1304
1305         Define a dummy SA_NODEFER macro on Interix.
1306         * lib/signal.in.h (SA_NODEFER): Define fallback.
1307         Reported by Aleksey Cheusov <cheusov@tut.by> via
1308         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
1309
1310 2008-10-23  Bruno Haible  <bruno@clisp.org>
1311
1312         * modules/freadahead (License): Change to LGPLv2+.
1313         Suggested by Simon Josefsson.
1314
1315 2008-10-23  Jim Meyering  <meyering@redhat.com>
1316
1317         random_r: new module
1318         * modules/random_r: New file.
1319         * m4/random_r.m4: New file.
1320         * lib/random_r.c: New file, from glibc.
1321         * modules/random_r-tests: New file.
1322         * tests/test-random_r.c: New file.
1323         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
1324          Declare.
1325         (RAND_MAX): Define.
1326         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
1327         * modules/stdlib: Substitute them, too.
1328         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
1329         * doc/glibc-functions/initstate_r.texi: Mention the new module.
1330         * doc/glibc-functions/random_r.texi: Likewise.
1331         * doc/glibc-functions/setstate_r.texi: Likewise.
1332         * doc/glibc-functions/srandom_r.texi: Likewise.
1333         * config/srclist.txt: Mention it.
1334
1335 2008-10-23  David Lutterkort  <lutter@redhat.com>
1336
1337         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
1338         link requirement
1339
1340 2008-10-23  Jim Meyering  <meyering@redhat.com>
1341
1342         selinux-h: mark parameters of stub functions as intentionally unused
1343         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
1344         * lib/se-context.in.h: Likewise.
1345
1346 2008-10-22  Simon Josefsson  <simon@josefsson.org>
1347
1348         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
1349
1350 2008-10-22  Simon Josefsson  <simon@josefsson.org>
1351
1352         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
1353
1354 2008-10-22  Eric Blake  <ebb9@byu.net>
1355
1356         glthread/thread: avoid compiler warning
1357         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
1358         Add unreachable abort to silence compiler.
1359
1360 2008-10-22  Eric Blake  <ebb9@byu.net>
1361
1362         netdb: also supply struct addrinfo for cygwin 1.5.x
1363         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
1364         older cygwin.
1365         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
1366         cygwin.
1367         * doc/posix-headers/netdb.texi (netdb.h): Document this.
1368
1369 2008-10-22  Bruno Haible  <bruno@clisp.org>
1370
1371         * users.txt: Update entry about pspp.
1372
1373 2008-10-21  Bruno Haible  <bruno@clisp.org>
1374
1375         Simplification.
1376         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
1377         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
1378
1379         Simplification.
1380         * lib/ioctl.c (ioctl): Don't undefine.
1381         * lib/socket.c (socket): Don't undefine.
1382
1383         Remove unused module indicator macros.
1384         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
1385         GNULIB_$1 as a C macro.
1386
1387         * doc/posix-functions/close.texi: Undo last change.
1388         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
1389         Windows platforms.
1390
1391 2008-10-21  Bruno Haible  <bruno@clisp.org>
1392
1393         Add gethostname() declaration to <unistd.h>.
1394         * lib/unistd.in.h (gethostname): New declaration.
1395         * lib/gethostname.c: Include <unistd.h>.
1396         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
1397         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
1398         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
1399         and HAVE_GETHOSTNAME.
1400         * modules/gethostname (Depends-on): Add unistd.
1401         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1402         (Include): Specify <unistd.h>.
1403         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
1404         HAVE_GETHOSTNAME.
1405         * tests/test-gethostname.c: Include <unistd.h> first.
1406
1407 2008-10-21  Bruno Haible  <bruno@clisp.org>
1408
1409         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
1410         * modules/select-tests (Depends-on): Likewise.
1411         Reported by Simon Josefsson.
1412
1413 2008-10-21  Simon Josefsson  <simon@josefsson.org>
1414
1415         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
1416         * lib/accept.c: New file, based on winsock.c.
1417         * lib/bind.c: New file, based on winsock.c.
1418         * lib/connect.c: New file, based on winsock.c.
1419         * lib/getpeername.c: New file, based on winsock.c.
1420         * lib/getsockname.c: New file, based on winsock.c.
1421         * lib/getsockopt.c: New file, based on winsock.c.
1422         * lib/ioctl.c: New file, based on winsock.c.
1423         * lib/listen.c: New file, based on winsock.c.
1424         * lib/recv.c: New file, based on winsock.c.
1425         * lib/recvfrom.c: New file, based on winsock.c.
1426         * lib/send.c: New file, based on winsock.c.
1427         * lib/sendto.c: New file, based on winsock.c.
1428         * lib/setsockopt.c: New file, based on winsock.c.
1429         * lib/shutdown.c: New file, based on winsock.c.
1430         * lib/socket.c: New file, based on winsock.c.
1431         * lib/w32sock.h: New file, based on winsock.c.
1432         * lib/winsock.c: Remove file.
1433         * modules/accept: Likewise.
1434         * modules/bind: Likewise.
1435         * modules/connect: Likewise.
1436         * modules/getpeername: Likewise.
1437         * modules/getsockname: Likewise.
1438         * modules/getsockopt: Likewise.
1439         * modules/ioctl: Likewise.
1440         * modules/listen: Likewise.
1441         * modules/recv: Likewise.
1442         * modules/recvfrom: Likewise.
1443         * modules/send: Likewise.
1444         * modules/sendto: Likewise.
1445         * modules/setsockopt: Likewise.
1446         * modules/shutdown: Likewise.
1447         * modules/socket: Use socket.c instead of winsock.c.
1448         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
1449         * doc/posix-functions/accept.texi: Doc fix.
1450         * doc/posix-functions/bind.texi: Doc fix.
1451         * doc/posix-functions/close.texi: Doc fix.
1452         * doc/posix-functions/connect.texi: Doc fix.
1453         * doc/posix-functions/getpeername.texi: Doc fix.
1454         * doc/posix-functions/getsockname.texi: Doc fix.
1455         * doc/posix-functions/getsockopt.texi: Doc fix.
1456         * doc/posix-functions/ioctl.texi: Doc fix.
1457         * doc/posix-functions/listen.texi: Doc fix.
1458         * doc/posix-functions/recv.texi: Doc fix.
1459         * doc/posix-functions/recvfrom.texi: Doc fix.
1460         * doc/posix-functions/send.texi: Doc fix.
1461         * doc/posix-functions/sendto.texi: Doc fix.
1462         * doc/posix-functions/setsockopt.texi: Doc fix.
1463         * doc/posix-functions/shutdown.texi: Doc fix.
1464         * doc/posix-functions/socket.texi: Doc fix.
1465
1466 2008-10-20  Bruno Haible  <bruno@clisp.org>
1467
1468         Take into account the role of SIGABRT_COMPAT on Windows 2008.
1469         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
1470         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
1471         as an alias for SIGABRT.
1472         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
1473         (sigaction): Map it to SIGABRT.
1474         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
1475
1476 2008-10-20  Bruno Haible  <bruno@clisp.org>
1477
1478         * lib/fts.c: Don't include lstat.h.
1479         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
1480
1481         Move the lstat() declaration to <sys/stat.h>.
1482         * lib/lstat.h: Remove file.
1483         * lib/sys_stat.in.h: Add special invocation convention.
1484         (lstat): New declaration.
1485         * lib/lstat.c (orig_lstat): New function.
1486         (rpl_lstat): Use orig_lstat instead of lstat.
1487         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
1488         AC_C_INLINE. Set REPLACE_LSTAT.
1489         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
1490         and REPLACE_LSTAT.
1491         * modules/lstat (Files): Remove lib/lstat.h.
1492         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
1493         (Include): Specify <sys/stat.h> instead of lstat.h.
1494         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
1495         REPLACE_LSTAT.
1496         * NEWS: Mention the change.
1497
1498 2008-10-20  Bruno Haible  <bruno@clisp.org>
1499
1500         * modules/posix_spawn-tests: New file.
1501         * tests/test-posix_spawn3.c: New file.
1502
1503 2008-10-20  Bruno Haible  <bruno@clisp.org>
1504
1505         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
1506         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
1507         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
1508         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
1509         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
1510
1511 2008-10-20  Bruno Haible  <bruno@clisp.org>
1512
1513         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
1514         of posix_spawn on AIX 5.3.
1515
1516 2008-10-20  Bruno Haible  <bruno@clisp.org>
1517
1518         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
1519
1520 2008-10-20  Bruno Haible  <bruno@clisp.org>
1521
1522         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
1523         of AC_LANG_PROGRAM.
1524
1525 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1526
1527         * lib/netdb.in.h: Don't define GNU specific constants until they
1528         are supported or needed.  Reported by Bruno Haible
1529         <bruno@clisp.org>.
1530
1531 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1532
1533         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
1534
1535 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1536
1537         * lib/getaddrinfo.h: Remove file.
1538         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
1539         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
1540         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
1541         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
1542         * modules/netdb: Substitute GNULIB_GETADDRINFO.
1543         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
1544         * tests/test-getaddrinfo.c: Likewise.
1545         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
1546         * NEWS: Mention change.
1547
1548 2008-10-19  Bruno Haible  <bruno@clisp.org>
1549
1550         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
1551
1552 2008-10-19  Bruno Haible  <bruno@clisp.org>
1553
1554         * lib/wait-process.c: Include simply <sys/wait.h>.
1555         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
1556         WIFSTOPPED): Remove fallback definitions.
1557         * modules/wait-process (Depends-on): Add sys_wait.
1558
1559         New module 'sys_wait'.
1560         * modules/sys_wait: New file.
1561         * lib/sys_wait.in.h: New file, partially copied from
1562         lib/wait-process.c.
1563         * m4/sys_wait_h.m4: New file.
1564         * doc/posix-headers/sys_wait.texi: Mention the new module.
1565
1566 2008-10-19  Bruno Haible  <bruno@clisp.org>
1567
1568         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
1569
1570 2008-10-19  Bruno Haible  <bruno@clisp.org>
1571
1572         Assume that waitpid() fills an 'int' status, not a 'union wait'.
1573         * lib/wait-process.c (WAIT_T): Remove type.
1574         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
1575         (wait_subprocess): Update.
1576
1577 2008-10-19  Bruno Haible  <bruno@clisp.org>
1578
1579         New module 'atoll'.
1580         * modules/atoll: New file.
1581         * lib/stdlib.in.h (atoll): New declaration.
1582         * lib/atoll.c: New file, from glibc with modifications.
1583         * m4/atoll.m4: New file.
1584         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
1585         HAVE_ATOLL.
1586         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
1587         * doc/posix-functions/atoll.texi: Mention the new module.
1588
1589 2008-10-19  Bruno Haible  <bruno@clisp.org>
1590
1591         Add strtoull() declaration to <stdlib.h>.
1592         * lib/stdlib.in.h (strtoull): New declaration.
1593         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
1594         Set HAVE_STRTOULL.
1595         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
1596         HAVE_STRTOULL.
1597         * modules/strtoull (Depends-on): Add stdlib.
1598         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1599         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
1600         HAVE_STRTOULL.
1601
1602 2008-10-19  Bruno Haible  <bruno@clisp.org>
1603
1604         Add strtoll() declaration to <stdlib.h>.
1605         * lib/stdlib.in.h (strtoll): New declaration.
1606         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
1607         Set HAVE_STRTOLL.
1608         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
1609         HAVE_STRTOLL.
1610         * modules/strtoll (Depends-on): Add stdlib.
1611         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1612         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
1613
1614 2008-10-19  Bruno Haible  <bruno@clisp.org>
1615
1616         * modules/bcopy (Depends-on): Add strings.
1617         (Include): Specify <strings.h>.
1618
1619 2008-10-19  Bruno Haible  <bruno@clisp.org>
1620
1621         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
1622
1623 2008-10-19  Bruno Haible  <bruno@clisp.org>
1624
1625         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
1626         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
1627         mingw.
1628
1629 2008-10-19  Bruno Haible  <bruno@clisp.org>
1630
1631         * lib/atanl.c: Don't include isnanl.h.
1632         * lib/cosl.c: Likewise.
1633         * lib/ldexpl.c: Likewise.
1634         * lib/logl.c: Likewise.
1635         * lib/sinl.c: Likewise.
1636         * lib/sqrtl.c: Likewise.
1637         * lib/tanl.c: Likewise.
1638
1639         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
1640         * lib/isnanf.h: Remove file.
1641         * lib/isnand.h: Remove file.
1642         * lib/isnanl.h: Remove file.
1643         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
1644         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
1645         macros.
1646         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
1647         HAVE_ISNANF, don't define it as a C macro.
1648         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
1649         HAVE_ISNAND, don't define it as a C macro.
1650         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
1651         HAVE_ISNANL, don't define it as a C macro.
1652         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
1653         HAVE_ISNAN[FDL].
1654         * modules/isnanf (Files): Remove lib/isnanf.h.
1655         (Depends-on): Add math.
1656         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1657         (Include): Specify <math.h> instead of isnanf.h.
1658         * modules/isnand (Files): Remove lib/isnand.h.
1659         (Depends-on): Add math.
1660         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1661         (Include): Specify <math.h> instead of isnand.h.
1662         * modules/isnanl (Files): Remove lib/isnanl.h.
1663         (Depends-on): Add math.
1664         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1665         (Include): Specify <math.h> instead of isnanl.h.
1666         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
1667         HAVE_ISNAN[FDL].
1668         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
1669         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
1670         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
1671         * NEWS: Mention the change.
1672
1673 2008-10-18  Bruno Haible  <bruno@clisp.org>
1674
1675         Add getusershell(), setusershell(), endusershell() declarations to
1676         <unistd.h>.
1677         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
1678         declarations.
1679         * lib/getusershell.c: Include unistd.h.
1680         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
1681         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
1682         HAVE_GETUSERSHELL.
1683         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
1684         and HAVE_GETUSERSHELL.
1685         * modules/getusershell (Depends-on): Add unistd, extensions.
1686         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1687         (Include): Specify <unistd.h>.
1688         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
1689         HAVE_GETUSERSHELL.
1690
1691 2008-10-18  Bruno Haible  <bruno@clisp.org>
1692
1693         Add a getloadavg() declaration to <stdlib.h>.
1694         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
1695         getloadavg declaration.
1696         (getloadavg): New declaration.
1697         * lib/getloadavg.c: Include <stdlib.h> first.
1698         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
1699         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
1700         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
1701         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
1702         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
1703         * modules/getloadavg (Depends-on): Add stdlib, extensions.
1704         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1705         (Include): Specify <stdlib.h>.
1706         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
1707         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
1708
1709 2008-10-18  Bruno Haible  <bruno@clisp.org>
1710
1711         * lib/dirchownmod.c: Don't include lchmod.h.
1712
1713         Move the lchmod() declaration to <sys/stat.h>.
1714         * lib/lchmod.h: Remove file.
1715         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
1716         (lchmod): New declaration, moved here from lib/lchown.h.
1717         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
1718         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
1719         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
1720         and HAVE_LCHMOD.
1721         * modules/lchmod (Files): Remove lib/lchmod.h.
1722         (Depends-on): Add sys_stat, extensions.
1723         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
1724         (Include): Specify <sys/stat.h> instead of lchmod.h.
1725         * modules/sys_stat (Depends-on): Add link-warning.
1726         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
1727         definition of GL_LINK_WARNING.
1728         * NEWS: Mention the change.
1729
1730 2008-10-18  Bruno Haible  <bruno@clisp.org>
1731
1732         * lib/fchdir.c: Don't include dirfd.h.
1733         * lib/fts.c: Likewise.
1734         * lib/getcwd.c: Likewise.
1735         * lib/glob.c: Likewise.
1736
1737         Move the dirfd() declaration to <dirent.h>.
1738         * lib/dirfd.h: Remove file.
1739         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
1740         (dirfd): New declaration.
1741         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
1742         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
1743         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
1744         HAVE_DECL_DIRFD.
1745         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
1746         HAVE_DECL_DIRFD.
1747         * modules/dirfd (Files): Remove lib/dirfd.h.
1748         (Depends-on): Add dirent, extensions.
1749         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
1750         (Include): Specify <dirent.h> instead of dirfd.h.
1751         * modules/dirent (Depends-on): Add link-warning.
1752         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
1753         definition of GL_LINK_WARNING.
1754         * NEWS: Mention the change.
1755
1756 2008-10-18  Bruno Haible  <bruno@clisp.org>
1757
1758         Move the euidaccess() declaration to <unistd.h>.
1759         * lib/euidaccess.h: Remove file.
1760         * lib/unistd.in.h (euidaccess): New declaration.
1761         * lib/euidaccess.c: Don't include euidaccess.h.
1762         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
1763         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
1764         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
1765         and HAVE_EUIDACCESS.
1766         * modules/euidaccess (Files): Remove lib/euidaccess.h.
1767         (Depends-on): Add unistd.
1768         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1769         (Include): Specify <unistd.h> instead of euidaccess.h.
1770         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
1771         HAVE_EUIDACCESS.
1772         * NEWS: Mention the change.
1773
1774 2008-10-18  Bruno Haible  <bruno@clisp.org>
1775
1776         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
1777
1778         Move the getdomainname() declaration to <unistd.h>.
1779         * lib/getdomainname.h: Remove file.
1780         * lib/unistd.in.h (getdomainname): New declaration.
1781         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
1782         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
1783         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
1784         HAVE_GETDOMAINNAME.
1785         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1786         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
1787         * modules/getdomainname (Files): Remove lib/getdomainname.h.
1788         (Depends-on): Add unistd, extensions.
1789         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1790         (Includes): Specify <unistd.h> instead of getdomainname.h.
1791         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
1792         HAVE_GETDOMAINNAME.
1793         * NEWS: Mention the change.
1794
1795 2008-10-18  Bruno Haible  <bruno@clisp.org>
1796
1797         * modules/dirent: New file.
1798         * m4/dirent_h.m4: New file.
1799         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
1800         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
1801         * modules/fchdir (Files): Remove lib/dirent.in.h.
1802         (Depends-on): Add dirent.
1803         (Makefile.am): Move rules to modules/dirent.
1804         * doc/posix-headers/dirent.texi: Mention the new module.
1805
1806 2008-10-18  Bruno Haible  <bruno@clisp.org>
1807
1808         Avoid -Wunused-parameter warnings in public gnulib header files.
1809         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
1810         macro.
1811         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
1812
1813 2008-10-18  Bruno Haible  <bruno@clisp.org>
1814
1815         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
1816         * doc/glibc-functions/error.texi: Mention the module 'error'.
1817         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
1818         * doc/glibc-functions/getdomainname.texi: Mention the module
1819         'getdomainname'.
1820         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
1821         * doc/glibc-functions/getpagesize.texi: Mention the module
1822         'getpagesize'.
1823         * doc/glibc-functions/getusershell.texi: Mention the module
1824         'getusershell'.
1825         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
1826         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
1827         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
1828         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
1829         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
1830         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
1831         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
1832         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
1833         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
1834         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
1835         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
1836         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
1837         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
1838         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
1839
1840 2008-10-17  Bruno Haible  <bruno@clisp.org>
1841
1842         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
1843         HP-UX and IRIX, use -0.0L.
1844         * tests/test-ceill.c (minus_zero): Likewise.
1845         * tests/test-floorl.c (minus_zero): Likewise.
1846         * tests/test-frexpl.c (minus_zero): Likewise.
1847         * tests/test-isnan.c (minus_zerol): Likewise.
1848         * tests/test-isnanl.h (minus_zero): Likewise.
1849         * tests/test-ldexpl.c (minus_zero): Likewise.
1850         * tests/test-roundl.c (minus_zero): Likewise.
1851         * tests/test-signbit.c (minus_zerol): Likewise.
1852         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
1853         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
1854         * tests/test-truncl.c (minus_zero): Likewise.
1855         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
1856         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
1857         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
1858         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
1859
1860 2008-10-17  Bruno Haible  <bruno@clisp.org>
1861
1862         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
1863         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
1864         that it gets activated only for gcc >= 3.0.
1865         * lib/dirent.in.h: Likewise.
1866         * lib/errno.in.h: Likewise.
1867         * lib/fcntl.in.h: Likewise.
1868         * lib/float.in.h: Likewise.
1869         * lib/iconv.in.h: Likewise.
1870         * lib/inttypes.in.h: Likewise.
1871         * lib/locale.in.h: Likewise.
1872         * lib/math.in.h: Likewise.
1873         * lib/netdb.in.h: Likewise.
1874         * lib/netinet_in.in.h: Likewise.
1875         * lib/search.in.h: Likewise.
1876         * lib/signal.in.h: Likewise.
1877         * lib/spawn.in.h: Likewise.
1878         * lib/stdarg.in.h: Likewise.
1879         * lib/stdint.in.h: Likewise.
1880         * lib/stdio.in.h: Likewise.
1881         * lib/stdlib.in.h: Likewise.
1882         * lib/string.in.h: Likewise.
1883         * lib/strings.in.h: Likewise.
1884         * lib/sys_file.in.h: Likewise.
1885         * lib/sys_ioctl.in.h: Likewise.
1886         * lib/sys_select.in.h: Likewise.
1887         * lib/sys_socket.in.h: Likewise.
1888         * lib/sys_stat.in.h: Likewise.
1889         * lib/sys_time.in.h: Likewise.
1890         * lib/sysexits.in.h: Likewise.
1891         * lib/time.in.h: Likewise.
1892         * lib/unistd.in.h: Likewise.
1893         * lib/wchar.in.h: Likewise.
1894         * lib/wctype.in.h: Likewise.
1895         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1896
1897 2008-10-17  Jim Meyering  <meyering@redhat.com>
1898
1899         ignore-value: don't depend on inline module
1900         * modules/ignore-value (Depends-on): Remove 'inline'.
1901         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
1902         Suggestion from Bruno Haible.
1903
1904 2008-10-17  Bruno Haible  <bruno@clisp.org>
1905
1906         New implementation of condition variables for Win32.
1907         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
1908         (gl_linked_waitqueue_t): New type.
1909         (gl_cond_t): Use it.
1910         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
1911         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
1912         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
1913         (glthread_cond_init_func, glthread_cond_wait_func,
1914         glthread_cond_timedwait_func, glthread_cond_signal_func,
1915         glthread_cond_broadcast_func, glthread_cond_destroy_func):
1916         Reimplemented on the basis of gl_linked_waitqueue_t.
1917         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
1918         gl_waitqueue_t.
1919         (gl_rwlock_t): Update.
1920         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
1921
1922 2008-10-17  Simon Josefsson  <simon@josefsson.org>
1923
1924         * modules/recvfrom (Depends-on): Add dependency on getpeername.
1925         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1926
1927 2008-10-17  Jim Meyering  <meyering@redhat.com>
1928
1929         ignore-value: new module
1930         * modules/ignore-value: New file.
1931         * lib/ignore-value.h: New file.
1932         * MODULES.html.sh (Compiler warning management): New section,
1933         just for this module.  More to come.
1934
1935 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1936
1937         open-safer.c: avoid 'signed and unsigned in conditional...' warning
1938         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
1939         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
1940
1941 2008-10-16  Jim Meyering  <meyering@redhat.com>
1942
1943         openat-die.c: avoid 'no previous prototype' warning
1944         * lib/openat-die.c: Include "openat.h".
1945         Reported by Reuben Thomas <rrt@sc3d.org>.
1946
1947 2008-10-16  Simon Josefsson  <simon@josefsson.org>
1948
1949         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
1950         * lib/netdb.in.h: Fix typo.
1951         Reported by Bruno Haible  <bruno@clisp.org>
1952
1953         * lib/netdb.in.h: Include sys/socket.h for platforms without
1954         netdb.h, to get structures like hostent on MinGW.
1955         * modules/netdb (Depends-on): Add sys_socket.
1956
1957 2008-10-15  Simon Josefsson  <simon@josefsson.org>
1958
1959         * modules/netdb, modules/netdb-tests: New file.
1960         * m4/netdb_h.m4: New file.
1961         * lib/netdb.in.h: Add, currently just an empty file pending
1962         definitions.
1963         * tests/test-netdb.c: New file.
1964         * doc/posix-headers/netdb.texi: Mention that we replace it if
1965         needed.
1966         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1967         netdb.
1968
1969 2008-10-15  Simon Josefsson  <simon@josefsson.org>
1970
1971         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
1972         with code.
1973
1974 2008-10-13  Bruno Haible  <bruno@clisp.org>
1975
1976         * lib/glthread/cond.c (glthread_cond_wait_func,
1977         glthread_cond_timedwait_func): Add a comment.
1978
1979 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1980
1981         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
1982         * tests/test-select.c: Likewise,
1983
1984 2008-10-13  Bruno Haible  <bruno@clisp.org>
1985
1986         * lib/glthread/cond.c (glthread_cond_wait_func,
1987         glthread_cond_timedwait_func): Fix variable name.
1988         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1989
1990 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
1991
1992         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
1993         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
1994         struct sockaddr.sa_len.
1995         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
1996
1997 2008-10-13  Simon Josefsson  <simon@josefsson.org>
1998
1999         * build-aux/pmccabe2html: Add css and css_url parameters.
2000
2001 2008-10-12  Bruno Haible  <bruno@clisp.org>
2002
2003         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
2004         calling aclx_get.
2005         Reported by Rainer Tammer <tammer@tammer.net>.
2006
2007 2008-10-12  Bruno Haible  <bruno@clisp.org>
2008
2009         Use msvcrt aware primitives for creation/termination of Win32 threads.
2010         * lib/glthread/thread.c: Include <process.h>.
2011         (glthread_create_func): Use _beginthreadex instead of CreateThread.
2012         (wrapper_func): Update signature.
2013         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
2014
2015 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2016             Bruno Haible  <bruno@clisp.org>
2017
2018         Provide a Win32 implementation of the 'cond' module.
2019         * lib/glthread/cond.h [USE_WIN32]: New implementation.
2020         * lib/glthread/cond.c (glthread_cond_init_func,
2021         glthread_cond_wait_func, glthread_cond_timedwait_func,
2022         glthread_cond_signal_func, glthread_cond_broadcast_func,
2023         glthread_cond_destroy_func) [USE_WIN32]: New functions.
2024         * modules/cond (Dependencies): Add gettimeofday.
2025
2026 2008-10-11  Bruno Haible  <bruno@clisp.org>
2027
2028         Make sleep work on older versions of mingw.
2029         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
2030         only whether it exists.
2031         * doc/posix-functions/sleep.texi: Mention the problem with older
2032         versions of mingw.
2033
2034 2008-10-11  Bruno Haible  <bruno@clisp.org>
2035
2036         New module 'shutdown'.
2037         * modules/shutdown: New file.
2038         * lib/sys_socket.in.h (shutdown): New declaration.
2039         * lib/winsock.c (shutdown): New function.
2040         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
2041         GNULIB_SHUTDOWN.
2042         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
2043         * doc/posix-functions/shutdown.texi: Document the new module.
2044
2045 2008-10-11  Jim Meyering  <meyering@redhat.com>
2046
2047         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
2048
2049 2008-10-11  Bruno Haible  <bruno@clisp.org>
2050
2051         New module 'fclose'.
2052         * modules/fclose: New file.
2053         * lib/stdio.in.h (fclose): New declaration.
2054         * lib/fclose.c: New file.
2055         * m4/fclose.m4: New file.
2056         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
2057         REPLACE_FCLOSE.
2058         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
2059         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
2060         REPLACE_FCLOSE.
2061         * modules/close (Depends-on): fclose.
2062         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
2063
2064 2008-10-11  Bruno Haible  <bruno@clisp.org>
2065
2066         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
2067         set errno and don't call _close.
2068
2069 2008-10-10  Bruno Haible  <bruno@clisp.org>
2070
2071         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
2072         ACL, not afterwards. Fixes test failure on Cygwin.
2073
2074 2008-10-09  Ben Pfaff  <blp@gnu.org>
2075
2076         * build-aux/announce-gen: Fix gnulib version related part of usage
2077         message.  Die with a useful error message if no tarballs are
2078         found.
2079
2080 2008-10-10  Jim Meyering  <meyering@redhat.com>
2081
2082         bootstrap: use git's --depth=N option only if it's supported
2083         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
2084         recognize the --depth option.  Reported by Pádraig Brady.
2085
2086 2008-10-09  Bruno Haible  <bruno@clisp.org>
2087
2088         New module 'ioctl'.
2089         * modules/ioctl: New file.
2090         * lib/sys_socket.in.h (ioctl): Remove declaration.
2091         * lib/winsock.c: Include <sys/ioctl.h>.
2092         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
2093         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
2094         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
2095         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
2096         * doc/posix-functions/ioctl.texi: Mention the new module.
2097
2098 2008-10-09  Bruno Haible  <bruno@clisp.org>
2099
2100         New module 'sys_ioctl'.
2101         * lib/sys_ioctl.in.h: New file.
2102         * m4/sys_ioctl_h.m4: New file.
2103         * modules/sys_ioctl: New file.
2104         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
2105
2106 2008-10-09  Bruno Haible  <bruno@clisp.org>
2107
2108         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
2109         * lib/winsock.c: Include <stdarg.h>.
2110         (rpl_ioctl): Change to second argument 'int' and then varargs.
2111
2112 2008-10-09  Bruno Haible  <bruno@clisp.org>
2113
2114         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
2115         when the sys_socket module is present and the system has <winsock2.h>.
2116
2117 2008-10-09  Bruno Haible  <bruno@clisp.org>
2118
2119         * doc/posix-functions/close.texi: Mention module 'close' instead of
2120         module 'sys_socket'.
2121
2122 2008-10-09  Bruno Haible  <bruno@clisp.org>
2123
2124         * doc/glibc-headers/sys_ioctl.texi: New file.
2125         * doc/gnulib.texi: Include it.
2126
2127 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2128             Bruno Haible  <bruno@clisp.org>
2129
2130         Combine the two replacements of 'close'.
2131         * lib/sys_socket.in.h (close): Define to a reminder to include
2132         <unistd.h>.
2133         (_gl_close_fd_maybe_socket): New declaration.
2134         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
2135         * lib/winsock.c (close): Remove undefinition.
2136         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
2137         needed for the gnulib module 'close'.
2138         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
2139         define to an error symbol or to a warning, if suitable.
2140         * lib/close.c: Include <sys/socket.h>.
2141         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
2142         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
2143         UNISTD_H_HAVE_WINSOCK2_H.
2144         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
2145         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2146         UNISTD_H_HAVE_WINSOCK2_H.
2147         * modules/sys_socket (Files): Add m4/unistd_h.m4.
2148         (configure.ac): Set a module indicator.
2149         (Makefile.am): Substitute GNULIB_CLOSE.
2150         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
2151         * modules/poll-tests (Depends-on): Add close.
2152         * modules/select-tests (Depends-on): Likewise.
2153
2154 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2155             Bruno Haible  <bruno@clisp.org>
2156
2157         New module 'close'.
2158         * modules/close: New file.
2159         * lib/unistd.in.h (close): Move declaration out of the
2160         FCHDIR_REPLACEMENT scope.
2161         (_gl_unregister_fd): New declaration.
2162         * lib/close.c: New file.
2163         * lib/fchdir.c (rpl_close): Remove function.
2164         * m4/close.m4: New file.
2165         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
2166         close.
2167         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
2168         REPLACE_CLOSE.
2169         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
2170         REPLACE_CLOSE.
2171         * modules/fchdir (Depends-on): Add close.
2172
2173 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2174             Bruno Haible  <bruno@clisp.org>
2175
2176         * lib/fcntl.in.h (open): Simplify conditionals.
2177         (_gl_register_fd): New declaration.
2178         * lib/fchdir.c (rpl_open): Remove function.
2179         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
2180         also.
2181         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
2182         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
2183         open.
2184
2185 2008-10-09  Jim Meyering  <meyering@redhat.com>
2186
2187         GNUmakefile: use the more name-space-friendly "_version"
2188         * top/GNUmakefile (_dummy): Update.
2189         (_version): Rename from "version".
2190
2191 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2192             Bruno Haible  <bruno@clisp.org>
2193
2194         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
2195         rpl_close.
2196         (_gl_register_fd): New function, extracted from rpl_open.
2197         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
2198         (rpl_open, rpl_opendir): Use _gl_register_fd.
2199
2200 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2201
2202         Fix organization of 'open' replacement.
2203         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
2204         (gl_FUNC_OPEN): Use it.
2205         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
2206
2207 2008-10-08  Bruno Haible  <bruno@clisp.org>
2208
2209         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
2210
2211 2008-10-08  Simon Josefsson  <simon@josefsson.org>
2212
2213         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
2214         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
2215         listen).
2216
2217 2008-10-08  Eric Blake  <ebb9@byu.net>
2218
2219         GNUmakefile: add 'make version' target
2220         * top/GNUmakefile (_curr-ver): Split version update rules...
2221         (version): ...into a target.
2222
2223 2008-10-07  Bruno Haible  <bruno@clisp.org>
2224
2225         Use a more portable replacement expression for -0.0L.
2226         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
2227         instead of -0.0L. Fix m4 quotation.
2228
2229         * tests/test-signbit.c: Include <float.h>.
2230         (minus_zero): New variable.
2231         (test_signbitl): Use minus_zero instead of -zero.
2232         * modules/signbit-tests (Depends-on): Add float.
2233
2234         * tests/test-ceill.c: Include <float.h>.
2235         (zero): Remove variable.
2236         (minus_zero): New variable.
2237         (main): Use minus_zero instead of -zero.
2238         * modules/ceill-tests (Depends-on): Add float.
2239
2240         * tests/test-floorl.c: Include <float.h>.
2241         (zero): Remove variable.
2242         (minus_zero): New variable.
2243         (main): Use minus_zero instead of -zero.
2244         * modules/floorl-tests (Depends-on): Add float.
2245
2246         * tests/test-roundl.c: Include <float.h>.
2247         (zero): Remove variable.
2248         (minus_zero): New variable.
2249         (main): Use minus_zero instead of -zero.
2250         * modules/roundl-tests (Depends-on): Add float.
2251
2252         * tests/test-truncl.c: Include <float.h>.
2253         (zero): Remove variable.
2254         (minus_zero): New variable.
2255         (main): Use minus_zero instead of -zero.
2256         * modules/truncl-tests (Depends-on): Add float.
2257
2258         * tests/test-frexpl.c (zero): Remove variable.
2259         (minus_zero): New variable.
2260         (main): Use minus_zero instead of -zero.
2261         * modules/frexpl-tests (Depends-on): Add float.
2262
2263         * tests/test-isnan.c (zerol): Remove variable.
2264         (minus_zerol): New variable.
2265         (test_long_double): Use minus_zerol instead of -zerol.
2266         * modules/isnan-tests (Depends-on): Add float.
2267
2268         * tests/test-isnanl.h (zero): Remove variable.
2269         (minus_zero): New variable.
2270         (main): Use minus_zero instead of -zero.
2271         * modules/isnanl-nolibm-tests (Depends-on): Add float.
2272         * modules/isnanl-tests (Depends-on): Add float.
2273
2274         * tests/test-ldexpl.c (zero): Remove variable.
2275         (minus_zero): New variable.
2276         (main): Use minus_zero instead of -zero.
2277         * modules/ldexpl-tests (Depends-on): Add float.
2278
2279         * tests/test-snprintf-posix.h (zerol): Remove variable.
2280         (minus_zerol): New variable.
2281         (test_function): Use minus_zerol instead of -zerol.
2282         * modules/snprintf-posix-tests (Depends-on): Add float.
2283         * modules/vsnprintf-posix-tests (Depends-on): Add float.
2284
2285         * tests/test-sprintf-posix.h (zerol): Remove variable.
2286         (minus_zerol): New variable.
2287         (test_function): Use minus_zerol instead of -zerol.
2288         * modules/sprintf-posix-tests (Depends-on): Add float.
2289         * modules/vsprintf-posix-tests (Depends-on): Add float.
2290
2291         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
2292         (minus_zerol): New variable.
2293         (test_function): Use minus_zerol instead of -zerol.
2294         * modules/vasnprintf-posix-tests (Depends-on): Add float.
2295
2296         * tests/test-vasprintf-posix.c (zerol): Remove variable.
2297         (minus_zerol): New variable.
2298         (test_function): Use minus_zerol instead of -zerol.
2299         * modules/vasprintf-posix-tests (Depends-on): Add float.
2300
2301 2008-10-07  Simon Josefsson  <simon@josefsson.org>
2302
2303         * MODULES.html.sh (Support for building documentation): Mention
2304         pmccabe2html.  Sort entries.
2305
2306         Add pmccabe2html module, from gnupdf.
2307         * build-aux/pmccabe.css: New file.
2308         * build-aux/pmccabe2html: New file.
2309         * m4/pmccabe2html.m4: New file.
2310         * modules/pmccabe2html: New file.
2311
2312 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
2313
2314         flock: new module
2315         * MODULES.html.sh: Add to list of modules.
2316         * lib/flock.c: flock implementation for Windows and Unix systems
2317         which have fcntl.
2318         * doc/glibc-functions/flock.texi: Update documentation.
2319         * lib/sys_file.in.h: <sys/file.h> header file.
2320         * m4/flock.m4: M4 macros.
2321         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
2322         * modules/flock: flock module.
2323         * modules/flock-tests: flock tests module.
2324         * modules/sys_file: sys/file.h module.
2325         * tests/test-flock.c: test suite for flock.
2326
2327 2008-10-06  Jim Meyering  <meyering@redhat.com>
2328
2329         bootstrap: check for LT_INIT more portably still ;-)
2330         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
2331         Spotted by Bruno Haible.
2332
2333 2008-10-06  Eric Blake  <ebb9@byu.net>
2334
2335         test-signbit: avoid tripping Irix cc bug on -0.0L
2336         * tests/test-signbit.c (minus_zerol): Delete, and replace with
2337         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
2338         entire testsuite consistent and avoids an Irix 6.2 bug.
2339
2340 2008-10-05  Bruno Haible  <bruno@clisp.org>
2341             Jim Meyering  <jim@meyering.net>
2342
2343         Add an option for ignoring EPIPE during close_stdout.
2344         * lib/closeout.h: Include <stdbool.h>.
2345         (close_stdout_set_ignore_EPIPE): New declaration.
2346         * lib/closeout.c: Include <stdbool.h>.
2347         (ignore_EPIPE): New variable.
2348         (close_stdout_set_ignore_EPIPE): New function.
2349         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
2350         * lib/close-stream.c (close_stream): Mention the possible EPIPE
2351         failure.
2352         * modules/closeout (Depends-on): Add stdbool.
2353
2354 2008-10-05  Bruno Haible  <bruno@clisp.org>
2355
2356         * modules/accept: New file.
2357         * modules/bind: New file.
2358         * modules/connect: New file.
2359         * modules/getpeername: New file.
2360         * modules/getsockname: New file.
2361         * modules/getsockopt: New file.
2362         * modules/listen: New file.
2363         * modules/recv: New file.
2364         * modules/recvfrom: New file.
2365         * modules/send: New file.
2366         * modules/sendto: New file.
2367         * modules/setsockopt: New file.
2368         * modules/socket: New file.
2369         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
2370         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
2371         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
2372         the particular module is requested. Add a link warning when the
2373         particular module is not requested.
2374         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
2375         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
2376         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
2377         the particular module is requested.
2378         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
2379         gl_SYS_SOCKET_H_DEFAULTS): New macros.
2380         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
2381         * modules/sys_socket (Depends-on): Add link-warning.
2382         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
2383         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
2384         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
2385         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
2386         GL_LINK_WARNING.
2387         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
2388         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
2389         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
2390         * doc/posix-functions/getpeername.texi: Mention the new module
2391         'getpeername'.
2392         * doc/posix-functions/getsockname.texi: Mention the new module
2393         'getsockname'.
2394         * doc/posix-functions/getsockopt.texi: Mention the new module
2395         'getsockopt'.
2396         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
2397         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
2398         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
2399         * doc/posix-functions/send.texi: Mention the new module 'send'.
2400         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
2401         * doc/posix-functions/setsockopt.texi: Mention the new module
2402         'setsockopt'.
2403         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
2404         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
2405         listen, connect, accept.
2406         * modules/select-tests (Depends-on): Likewise.
2407
2408 2008-10-05  Bruno Haible  <bruno@clisp.org>
2409
2410         * lib/winsock.c (strerror): Remove unused #undef.
2411         (rpl_close): Remove unused local variable.
2412
2413         * modules/sys_socket (Depends-on); Add errno.
2414
2415 2008-10-05  Bruno Haible  <bruno@clisp.org>
2416
2417         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
2418         (select): Add a link warning when the 'select' module is not used.
2419         * modules/sys_select (Depends-on): Add link-warning.
2420         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
2421         Suggested by Paolo Bonzini.
2422
2423 2008-10-05  Jim Meyering  <meyering@redhat.com>
2424
2425         bootstrap: check for LT_INIT more portably
2426         * build-aux/bootstrap: Avoid using grep -E, since it's not
2427         portable enough.  Suggestion from Bruno Haible.
2428
2429 2008-10-05  Bruno Haible  <bruno@clisp.org>
2430
2431         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
2432         as being fixed by gnulib.
2433
2434 2008-10-05  Bruno Haible  <bruno@clisp.org>
2435
2436         * modules/select-tests: New file, mostly copied from
2437         modules/sys_select-tests.
2438         * tests/test-select.c: New file, mostly copied from
2439         tests/test-sys_select.c.
2440         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
2441         * modules/sys_select-tests (Depends-on): Remove all dependencies.
2442         (Makefile.am): Remove test_sys_select_LDADD.
2443
2444         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
2445         to an undefined symbol, for an error message.
2446         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
2447         (gl_SYS_SELECT_H_DEFAULTS): New macro.
2448         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
2449         winsock-select.c here.
2450         * modules/sys_select (Files): Remove lib/winsock-select.c.
2451         (Depends-on): Remove alloca.
2452         (Makefile.am): Substitute GNULIB_SELECT.
2453         * modules/select: New file.
2454         * doc/posix-functions/select.texi: Update.
2455
2456 2008-10-05  Bruno Haible  <bruno@clisp.org>
2457
2458         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
2459         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
2460         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
2461         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
2462         getdtablesize.
2463         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
2464         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
2465
2466 2008-10-05  Bruno Haible  <bruno@clisp.org>
2467
2468         * modules/getdtablesize-tests: New file.
2469         * tests/test-getdtablesize.c: New file.
2470
2471         New module 'getdtablesize'.
2472         * lib/unistd.in.h (getdtablesize): New declaration.
2473         * lib/getdtablesize.c: New file.
2474         * m4/getdtablesize.m4: New file.
2475         * modules/getdtablesize: New file.
2476         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2477         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
2478         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
2479         HAVE_GETDTABLESIZE.
2480         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
2481
2482 2008-10-05  Bruno Haible  <bruno@clisp.org>
2483
2484         * modules/sched (Makefile.am): Fix typo.
2485         Reported by Simon Josefsson.
2486
2487 2008-10-05  Jim Meyering  <meyering@redhat.com>
2488
2489         bootstrap: check for LT_INIT, too
2490         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
2491         are deprecated.  Suggestion from Ralf Wildenhues.
2492
2493 2008-10-05  Bruno Haible  <bruno@clisp.org>
2494
2495         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
2496         overriding them by ours.
2497         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
2498
2499 2008-10-05  Jim Meyering  <meyering@redhat.com>
2500
2501         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
2502         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
2503         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
2504
2505 2008-10-04  Bruno Haible  <bruno@clisp.org>
2506
2507         * modules/dup2 (License): Change to LGPLv2+.
2508         * modules/sleep (License): Likewise.
2509         * modules/perror (License): Likewise.
2510         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
2511         Blake.
2512         * modules/signal (License): Likewise.
2513         * modules/sigprocmask (License): Likewise.
2514         * modules/raise (License): Change to LGPLv2+, with approval by Jim
2515         Meyering.
2516
2517 2008-10-04  Bruno Haible  <bruno@clisp.org>
2518
2519         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
2520         Reported by Rainer Tammer <tammer@tammer.net>.
2521
2522 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
2523             Bruno Haible  <bruno@clisp.org>
2524
2525         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
2526         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
2527         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
2528
2529 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
2530
2531         filevercmp: new module
2532         * lib/filevercmp.h: New function filevercmp comparing version strings.
2533         * lib/filevercmp.c: Implementation of filevercmp function.
2534         * modules/filevercmp: Module metadata.
2535         * tests/test-filevercmp.c: Unit test for new module.
2536         * modules/filevercmp-tests: Unit test metadata.
2537         * MODULES.html.sh: Add filevercmp module.
2538
2539 2008-10-03  Bruno Haible  <bruno@clisp.org>
2540
2541         * lib/c-ctype.h: Add comment.
2542         Reported by Jim Meyering.
2543
2544 2008-10-02  Bruno Haible  <bruno@clisp.org>
2545
2546         * modules/posix_spawn-internal (Depends-on): Add 'open'.
2547
2548 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2549
2550         * build-aux/bootstrap: Allow renaming bootstrap, and change the
2551         name of bootstrap.conf accordingly.
2552
2553 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2554
2555         * build-aux/bootstrap: Install git-merge-changelog configuration
2556         items into .gitconfig if needed.
2557
2558 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2559
2560         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
2561         git repository, and initialize/update it accordingly.
2562
2563 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
2564
2565         * modules/fsync-tests: New file.
2566         * tests/test-fsync.c: New file.
2567
2568         New module 'fsync'.
2569         * lib/fsync.c: New file.
2570         * m4/fsync.m4: New file.
2571         * modules/fsync: New file.
2572         * lib/unistd.in.h (fsync): New declaration.
2573         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
2574         GNULIB_FSYNC and HAVE_FSYNC.
2575         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
2576         * MODULES.html.sh (posix_functions): Add fsync.
2577         * doc/posix-functions/fsync.texi: Mention the new module.
2578
2579 2008-10-02  Jim Meyering  <meyering@redhat.com>
2580
2581         fts.c: sync with similar code from coreutils' remove.c
2582         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
2583         Guard also with "#if defined __linux__", since for now at least,
2584         this code is Linux-kernel-specific.
2585
2586 2008-10-02  Jim Meyering  <meyering@redhat.com>
2587
2588         fts: bug fixes
2589         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
2590         Include <sys/vfs.h>, not <sys/statfs.h>.
2591
2592         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
2593         Include <sys/vfs.h>, not <sys/statfs.h>.
2594
2595 2008-10-01  Bruno Haible  <bruno@clisp.org>
2596
2597         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
2598         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
2599         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
2600         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
2601         * doc/posix-functions/posix_spawnp.texi: Likewise.
2602         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
2603         whether posix_spawn actually works.
2604         * m4/pipe.m4 (gl_PIPE): Likewise.
2605         * modules/execute (Files): Add m4/posix_spawn.m4.
2606         * modules/pipe (Files): Add m4/posix_spawn.m4.
2607         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
2608
2609 2008-10-01  Jim Meyering  <meyering@redhat.com>
2610
2611         remove trailing spaces
2612         * NEWS: Likewise.
2613         * lib/poll.c (poll): Likewise.
2614         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
2615         * lib/winsock.c (rpl_close): Likewise.
2616         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
2617         * modules/yield: Likewise.
2618         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
2619         * tests/test-sys_select.c (connect_to_socket): Likewise.
2620
2621         fts.c: adjust a new interface to be more generally useful
2622         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
2623         (fts_build): Adjust caller.
2624
2625 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2626
2627         * modules/cond-tests: New file.
2628         * tests/test-cond.c: New file.
2629
2630 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2631             Bruno Haible  <bruno@clisp.org>
2632
2633         * modules/cond (Dependencies): Add errno, time.
2634         * lib/glthread/cond.h: Include <time.h>.
2635         (gl_cond_define, gl_cond_define_initialized): Use the same definition
2636         across platforms.
2637
2638 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2639             Bruno Haible  <bruno@clisp.org>
2640
2641         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
2642
2643 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2644             Bruno Haible  <bruno@clisp.org>
2645
2646         * modules/tls-tests (Depends-on): Add thread, yield.
2647         (configure.ac): Remove all checks.
2648         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
2649         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
2650         gl_thread_self): Remove definitions. Include glthread/thread.h and
2651         glthread/yield.h instead.
2652         (test_tls): Pass an additional NULL argument to gl_thread_join.
2653
2654 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2655             Bruno Haible  <bruno@clisp.org>
2656
2657         * modules/lock-tests (Depends-on): Add thread, yield.
2658         (configure.ac): Remove all checks.
2659         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
2660         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
2661         gl_thread_self): Remove definitions. Include glthread/thread.h and
2662         glthread/yield.h instead.
2663         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
2664         additional NULL argument to gl_thread_join.
2665
2666 2008-09-30  Bruno Haible  <bruno@clisp.org>
2667
2668         Fix the Win32 implementation of the 'thread' module.
2669         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
2670         pointer type.
2671         (gl_thread_self): Invoke gl_thread_self_func.
2672         (gl_thread_self_func): New declaration.
2673         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
2674         (do_init_self_key, init_self_key): New functions.
2675         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
2676         Remove some fields.
2677         (running_threads, running_lock): Remove variables.
2678         (get_current_thread_handle): New function.
2679         (gl_thread_self_func, wrapper_func, glthread_create_func,
2680         glthread_join_func, gl_thread_exit_func): Largely rewritten and
2681         simplified.
2682
2683 2008-09-30  Bruno Haible  <bruno@clisp.org>
2684
2685         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
2686         files.
2687
2688 2008-09-30  Jim Meyering  <meyering@redhat.com>
2689
2690         fts.m4: correct the test for statfs.f_type
2691         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
2692         when checking for statfs.f_type.
2693
2694 2008-09-15  Simon Josefsson  <simon@josefsson.org>
2695
2696         tests: avoid some compiler warnings
2697         * tests/test-memchr.c (main): Pass NULL indirectly.
2698         * tests/test-getdate.c (main): Remove unused variable 'ret'.
2699
2700 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
2701
2702         getdate.y: disallow countable dayshifts like "4 yesterday ago"
2703         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
2704         exactly specified dayshifts.
2705         (dayshift): New rule.
2706         (rel): Add dayshift.
2707         (relative_time_table) [tomorrow, yesterday, today, now]:
2708         Use tDAY_SHIFT in place of tDAY_UNIT.
2709         * tests/test-getdate.c: Add tests for now-disallowed countable
2710         dayshifts, e.g., "4 yesterday ago".
2711
2712 2008-09-29  Bruno Haible  <bruno@clisp.org>
2713
2714         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
2715         * tests/test-posix_spawn1.in.sh: Renamed from
2716         tests/test-posix_spawn.in.sh.
2717         * tests/test-posix_spawn2.c: New file.
2718         * tests/test-posix_spawn2.in.sh: New file.
2719         * modules/posix_spawnp-tests (Files): Update.
2720         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
2721
2722 2008-09-29  Bruno Haible  <bruno@clisp.org>
2723
2724         Propagate effects of putenv/setenv/unsetenv to child processes.
2725         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
2726         * lib/pipe.c (create_pipe): Likewise.
2727
2728 2008-09-29  Bruno Haible  <bruno@clisp.org>
2729
2730         Enable use of shell scripts as executables in mingw.
2731         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
2732         run the program as a shell script.
2733         * lib/pipe.c (create_pipe): Likewise.
2734         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
2735         resulting array.
2736
2737 2008-09-29  Eric Blake  <ebb9@byu.net>
2738
2739         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
2740
2741 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
2742
2743         * doc/posix-functions/accept.texi: Update mingw problems.
2744         * doc/posix-functions/bind.texi: Update mingw problems.
2745         * doc/posix-functions/close.texi: Update mingw problems.
2746         * doc/posix-functions/connect.texi: Update mingw problems.
2747         * doc/posix-functions/getpeername.texi: Update mingw problems.
2748         * doc/posix-functions/getsockname.texi: Update mingw problems.
2749         * doc/posix-functions/getsockopt.texi: Update mingw problems.
2750         * doc/posix-functions/ioctl.texi: Update mingw problems.
2751         * doc/posix-functions/listen.texi: Update mingw problems.
2752         * doc/posix-functions/recv.texi: Update mingw problems.
2753         * doc/posix-functions/recvfrom.texi: Update mingw problems.
2754         * doc/posix-functions/select.texi: Update mingw problems.
2755         * doc/posix-functions/send.texi: Update mingw problems.
2756         * doc/posix-functions/sendto.texi: Update mingw problems.
2757         * doc/posix-functions/setsockopt.texi: Update mingw problems.
2758         * doc/posix-functions/socket.texi: Update mingw problems.
2759
2760 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
2761             Bruno Haible  <bruno@clisp.org>
2762
2763         * lib/sys_select.in.h: Include sys/time.h.
2764         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
2765         * modules/sys_select: Depend on sys_time.
2766         * tests/test-sys_select.c: Test that sys/select.h defines struct
2767         timeval fully.
2768
2769 2008-09-29  Bruno Haible  <bruno@clisp.org>
2770
2771         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
2772         * lib/sys_select.in.h: Likewise.
2773
2774 2008-09-29  Bruno Haible  <bruno@clisp.org>
2775
2776         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
2777
2778 2008-09-29  Bruno Haible  <bruno@clisp.org>
2779
2780         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
2781         Set LIBSOCKET instead of augmenting LIBS.
2782         * modules/sockets (Link): New section.
2783         * modules/sockets-tests (test_sockets_LDADD): New variable.
2784         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
2785         * modules/poll-tests (test_poll_LDADD): New variable.
2786         * NEWS: Document the change.
2787
2788 2008-09-29  Bruno Haible  <bruno@clisp.org>
2789
2790         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
2791         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
2792         ARPA_INET_H directly.
2793         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
2794
2795 2008-09-28  Bruno Haible  <bruno@clisp.org>
2796
2797         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
2798         from gl_HEADER_SYS_SOCKET.
2799         (gl_HEADER_SYS_SOCKET): Invoke it.
2800         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2801
2802 2008-09-28  Bruno Haible  <bruno@clisp.org>
2803
2804         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
2805         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
2806         Needed on OSF/1 4.0.
2807
2808 2008-09-28  Bruno Haible  <bruno@clisp.org>
2809
2810         Override open more carefully.
2811         * lib/open.c (orig_open): New function.
2812         (rpl_open): Use orig_open instead of open.
2813         * lib/fcntl.in.h: Add special invocation convention.
2814         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
2815         (gl_FUNC_OPEN): Invoke it.
2816
2817         Override freopen more carefully.
2818         * lib/freopen.c (orig_freopen): New function.
2819         (rpl_freopen): Use orig_freopen instead of freopen.
2820         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
2821         (gl_FUNC_FREOPEN): Invoke it.
2822
2823         Override fopen more carefully.
2824         * lib/fopen.c (orig_fopen): New function.
2825         (rpl_fopen): Use orig_fopen instead of fopen.
2826         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
2827         (gl_FUNC_FOPEN): Invoke it.
2828         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
2829
2830 2008-09-28  Bruno Haible  <bruno@clisp.org>
2831
2832         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
2833         SIGPIPE.
2834
2835 2008-09-28  Bruno Haible  <bruno@clisp.org>
2836
2837         * tests/test-sigaction.c (handler, main): Disable the check whether
2838         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
2839         glibc systems with LinuxThreads.
2840
2841 2008-09-28  Bruno Haible  <bruno@clisp.org>
2842
2843         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
2844
2845         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
2846         with AIX xlc.
2847         * lib/fcntl.in.h (open): Likewise.
2848         Reported by Rainer Tammer <tammer@tammer.net>.
2849
2850 2008-09-28  Bruno Haible  <bruno@clisp.org>
2851
2852         * modules/posix_spawnp-tests: New file.
2853         * tests/test-posix_spawn.c: New file.
2854         * tests/test-posix_spawn.in.sh: New file.
2855
2856         New module 'posix_spawnp'.
2857         * modules/posix_spawnp: New file.
2858         * lib/spawnp.c: New file, from GNU libc with modifications.
2859         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
2860
2861         New module 'posix_spawn'.
2862         * modules/posix_spawn: New file.
2863         * lib/spawn.c: New file, from GNU libc with modifications.
2864         * doc/posix-functions/posix_spawn.texi: Mention the new module.
2865
2866         New module 'posix_spawnattr_destroy'.
2867         * modules/posix_spawnattr_destroy: New file.
2868         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
2869         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
2870         module.
2871
2872         New module 'posix_spawnattr_setsigmask'.
2873         * modules/posix_spawnattr_setsigmask: New file.
2874         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
2875         modifications.
2876         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
2877         new module.
2878
2879         New module 'posix_spawnattr_getsigmask'.
2880         * modules/posix_spawnattr_getsigmask: New file.
2881         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
2882         modifications.
2883         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
2884         new module.
2885
2886         New module 'posix_spawnattr_setsigdefault'.
2887         * modules/posix_spawnattr_setsigdefault: New file.
2888         * lib/spawnattr_setdefault.c: New file, from GNU libc with
2889         modifications.
2890         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
2891         new module.
2892
2893         New module 'posix_spawnattr_getsigdefault'.
2894         * modules/posix_spawnattr_getsigdefault: New file.
2895         * lib/spawnattr_getdefault.c: New file, from GNU libc with
2896         modifications.
2897         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
2898         new module.
2899
2900         New module 'posix_spawnattr_setschedpolicy'.
2901         * modules/posix_spawnattr_setschedpolicy: New file.
2902         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
2903         modifications.
2904         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
2905         new module.
2906
2907         New module 'posix_spawnattr_getschedpolicy'.
2908         * modules/posix_spawnattr_getschedpolicy: New file.
2909         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
2910         modifications.
2911         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
2912         new module.
2913
2914         New module 'posix_spawnattr_setschedparam'.
2915         * modules/posix_spawnattr_setschedparam: New file.
2916         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
2917         modifications.
2918         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
2919         new module.
2920
2921         New module 'posix_spawnattr_getschedparam'.
2922         * modules/posix_spawnattr_getschedparam: New file.
2923         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
2924         modifications.
2925         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
2926         new module.
2927
2928         New module 'posix_spawnattr_setpgroup'.
2929         * modules/posix_spawnattr_setpgroup: New file.
2930         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
2931         modifications.
2932         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
2933         module.
2934
2935         New module 'posix_spawnattr_getpgroup'.
2936         * modules/posix_spawnattr_getpgroup: New file.
2937         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
2938         modifications.
2939         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
2940         module.
2941
2942         New module 'posix_spawnattr_setflags'.
2943         * modules/posix_spawnattr_setflags: New file.
2944         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
2945         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
2946         module.
2947
2948         New module 'posix_spawnattr_getflags'.
2949         * modules/posix_spawnattr_getflags: New file.
2950         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
2951         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
2952         module.
2953
2954         New module 'posix_spawnattr_init'.
2955         * modules/posix_spawnattr_init: New file.
2956         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
2957         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
2958         module.
2959
2960         New module 'posix_spawn_file_actions_destroy'.
2961         * modules/posix_spawn_file_actions_destroy: New file.
2962         * lib/spawn_faction_destroy.c: New file, from GNU libc with
2963         modifications.
2964         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
2965         the new module.
2966
2967         New module 'posix_spawn_file_actions_addopen'.
2968         * modules/posix_spawn_file_actions_addopen: New file.
2969         * lib/spawn_faction_addopen.c: New file, from GNU libc with
2970         modifications.
2971         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
2972         the new module.
2973
2974         New module 'posix_spawn_file_actions_adddup2'.
2975         * modules/posix_spawn_file_actions_adddup2: New file.
2976         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
2977         modifications.
2978         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
2979         the new module.
2980
2981         New module 'posix_spawn_file_actions_addclose'.
2982         * modules/posix_spawn_file_actions_addclose: New file.
2983         * lib/spawn_faction_addclose.c: New file, from GNU libc with
2984         modifications.
2985         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
2986         the new module.
2987
2988         New module 'posix_spawn_file_actions_init'.
2989         * modules/posix_spawn_file_actions_init: New file.
2990         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
2991         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
2992         new module.
2993
2994         New module 'posix_spawn-internal'.
2995         * modules/posix_spawn-internal: New file.
2996         * lib/spawn_int.h: New file, from GNU libc with modifications.
2997         * lib/spawni.c: New file, from GNU libc with modifications.
2998         * m4/posix_spawn.m4: New file.
2999
3000         New module 'spawn'.
3001         * modules/spawn: New file.
3002         * lib/spawn.in.h: New file, from GNU libc with modifications.
3003         * m4/spawn_h.m4: New file.
3004         * doc/posix-headers/spawn.texi: Mention the new module.
3005
3006 2008-09-28  Bruno Haible  <bruno@clisp.org>
3007
3008         * modules/sched-tests: New file.
3009         * tests/test-sched.c: New file.
3010
3011         New module 'sched'.
3012         * modules/sched: New file.
3013         * lib/sched.in.h: New file.
3014         * m4/sched_h.m4: New file.
3015         * doc/posix-headers/sched.texi: Mention the new module.
3016
3017 2008-09-27  Eric Blake  <ebb9@byu.net>
3018
3019         Fix previous patch, and tweak references to $0.
3020         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
3021         (func_version, func_gnulib_dir): Don't call this program
3022         gnulib-tool.
3023         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
3024         with using $0 in function.
3025         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
3026         (func_fatal_error): Reuse the name the user invoked us with.
3027
3028 2008-09-27  Bruno Haible  <bruno@clisp.org>
3029
3030         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
3031         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
3032         (gl_ICONV_H): Not here.
3033         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
3034         instead of assigning ICONV_H directly.
3035
3036         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
3037         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
3038         WCHAR_H directly.
3039
3040 2008-09-27  Bruno Haible  <bruno@clisp.org>
3041
3042         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
3043         * modules/arpa_inet (Depends-on): Add link-warning.
3044         (Makefile.am): Insert the definition of GL_LINK-WARNING.
3045         * modules/unistd (Makefile.am): Likewise.
3046
3047 2008-09-26  Bruno Haible  <bruno@clisp.org>
3048
3049         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
3050         variables.
3051         (func_version): Essentially copied from gnulib-tool.
3052         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
3053         func_readlink): Copied from gnulib-tool.
3054
3055 2008-09-26  Bruno Haible  <bruno@clisp.org>
3056
3057         * gnulib-tool (func_version): Change directory to $gnulib_dir before
3058         invoking git-version-gen.
3059
3060 2008-09-26  Bruno Haible  <bruno@clisp.org>
3061
3062         * posix-modules: Update to directory names changed on 2008-01-19.
3063         Remove commas in output before splitting into words. No more need to
3064         avoid 'ftruncate' since 2007-02-19.
3065
3066 2008-09-26  Bruno Haible  <bruno@clisp.org>
3067
3068         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
3069
3070 2008-09-26  Bruno Haible  <bruno@clisp.org>
3071
3072         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
3073         * modules/fwriteerror (Depends-on): Add errno.
3074
3075 2008-09-26  Bruno Haible  <bruno@clisp.org>
3076
3077         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
3078         * tests/test-vc-list-files-cvs.sh: Likewise.
3079
3080 2008-09-26  Bruno Haible  <bruno@clisp.org>
3081
3082         * doc/posix-headers/sys_resource.texi: Reorder items.
3083
3084 2008-09-26  Jim Meyering  <meyering@redhat.com>
3085
3086         fts: tweak inode comparison function
3087         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
3088         inode numbers, as documented.
3089
3090         fts: sort dirent entries on inode number before traversing
3091         This avoids a quadratic, seek-related performance penalty when
3092         operating on a directory containing many entries (measurable at 10k;
3093         3.5 hours at 2 million entries with a cold cache) on certain types
3094         of file systems, including ext3 and ext4, but not tmpfs.
3095         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
3096         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
3097         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
3098         (fs_handles_readdir_ordered_dirents_efficiently): New function.
3099         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
3100         (fts_build): Set the stat.st_ino member from D_INO.
3101         If it is likely to be useful, sort dirent entries on inode number.
3102
3103         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
3104         and the struct statfs.f_type member.
3105         * modules/fts (Depends-on): Add d-ino.
3106
3107 2008-09-26  Bruno Haible  <bruno@clisp.org>
3108
3109         * modules/sigpipe-die (Depends-on): Add sigpipe.
3110
3111         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
3112         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
3113         and GNULIB_STDIO_H_SIGPIPE are set.
3114         * lib/stdio-write.c: New file.
3115         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
3116         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3117         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3118         REPLACE_STDIO_WRITE_FUNCS.
3119         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
3120         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3121         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3122         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
3123         * modules/stdio (Files): Add lib/stdio-write.c.
3124         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
3125         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3126         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3127         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
3128         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
3129         REPLACE_FPRINTF_POSIX.
3130         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
3131         REPLACE_PRINTF_POSIX.
3132         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
3133         REPLACE_VFPRINTF_POSIX.
3134         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
3135         REPLACE_VPRINTF_POSIX.
3136         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
3137         SIGPIPE issue.
3138         * doc/posix-functions/fputc.texi: Likewise.
3139         * doc/posix-functions/fputs.texi: Likewise.
3140         * doc/posix-functions/fwrite.texi: Likewise.
3141         * doc/posix-functions/printf.texi: Likewise.
3142         * doc/posix-functions/putc.texi: Likewise.
3143         * doc/posix-functions/putchar.texi: Likewise.
3144         * doc/posix-functions/puts.texi: Likewise.
3145         * doc/posix-functions/vfprintf.texi: Likewise.
3146         * doc/posix-functions/vprintf.texi: Likewise.
3147
3148         * modules/safe-write (Depends-on): Add write.
3149
3150         * modules/sigpipe-tests: New file.
3151         * tests/test-sigpipe.c: New file.
3152         * tests/test-sigpipe.sh: New file.
3153
3154         * modules/write: New file.
3155         * lib/unistd.in.h: Include <sys/types.h>.
3156         (write): New declaration.
3157         * lib/write.c: New file.
3158         * m4/write.m4: New file.
3159         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3160         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
3161         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
3162         GNULIB_WRITE, REPLACE_WRITE.
3163         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
3164         and the SIGPIPE issue.
3165
3166         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
3167         (raise): New declaration.
3168         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
3169         (ext_signal): New function.
3170         (rpl_raise): New function.
3171         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
3172         GNULIB_SIGNAL_H_SIGPIPE.
3173         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
3174         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
3175
3176         * modules/sigpipe: New file.
3177         * m4/sigpipe.m4: New file.
3178
3179 2008-09-25  Derek Price  <derek@ximbiot.com>
3180             Bruno Haible  <bruno@clisp.org>
3181
3182         * gnulib-tool (func_import): Report all license incompatibilities, not
3183         just the first one.
3184
3185 2008-09-25  Bruno Haible  <bruno@clisp.org>
3186
3187         * gnulib-tool (func_import): When computing the edits, consider not
3188         only the Makefile.ams that exist but also those that will be generated.
3189
3190 2008-09-25  Simon Josefsson  <simon@josefsson.org>
3191
3192         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
3193         fixes gnulib-tool --test warning about duplicate dependency.
3194
3195 2008-09-25  Bruno Haible  <bruno@clisp.org>
3196
3197         * gnulib-tool: Don't ask the user to perform edits in the generated
3198         Makefile.ams.
3199         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
3200         apply to the Makefile.am being generated.
3201         (func_emit_tests_Makefile_am): Execute edits that apply to the
3202         Makefile.am being generated.
3203         (func_import): Setup list of Makefile.am edits before emitting the
3204         Makefile.ams, not at the end.
3205         (func_create_testdir): Update.
3206         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3207
3208 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3209
3210         * gnulib-tool (func_import): Store the --tests-base option in the
3211         comment in gnulib-cache.m4.
3212
3213 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
3214
3215         * NEWS: Document increased portability that sys_select now provides.
3216
3217         * lib/sys_select.in.h: Install select wrapper.
3218         * lib/sys_socket.in.h: Use more descriptive name when there is no
3219         select wrapper.
3220         * lib/winsock-select.c: New.
3221         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
3222         Require gl_HEADER_SYS_SOCKET.
3223         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
3224         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
3225         * tests/test-sys_select.c: Add functional tests.
3226
3227 2008-09-24  Eric Blake  <ebb9@byu.net>
3228
3229         open, fopen: close fd leak in last patch
3230         * lib/open.c (rpl_open): Close fd before returning error.
3231         * lib/fopen.c (rpl_fopen): Close fd before returning error.
3232         * doc/posix-functions/open.texi (open): Document that Irix also
3233         has the bug.
3234         * doc/posix-functions/fopen.texi (fopen): Likewise.
3235         Reported by Paolo Bonzini.
3236
3237 2008-09-24  Bruno Haible  <bruno@clisp.org>
3238
3239         Ensure that a filename ending in a slash cannot be used to access a
3240         non-directory.
3241         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
3242         to check whether it's really a directory.
3243         * lib/fopen.c: Include fcntl.h, unistd.h.
3244         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
3245         and fdopen().
3246         * modules/fopen (Depends-on): Add unistd.
3247         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
3248         * tests/test-fopen.c (main): Likewise.
3249         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
3250         * doc/posix-functions/fopen.texi: Likewise.
3251         Reported by Eric Blake.
3252
3253 2008-09-23  Eric Blake  <ebb9@byu.net>
3254
3255         c-stack: avoid compiler optimizations when provoking overflow
3256         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
3257         recursion harder to optimize, to ensure a stack overflow occurs.
3258         * tests/test-c-stack.c (recurse): Likewise.
3259         Borrowed from libsigsegv.
3260
3261         c-stack: work around Irix sigaltstack bug
3262         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
3263         whether sigaltstack uses wrong end of stack_t (copied in part from
3264         libsigsegv).
3265         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
3266         Irix bug, without requiring an over-allocation.
3267         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
3268         bug.
3269
3270         fopen: document mingw bug on directories
3271         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
3272         not allowing a stream visiting a directory, even though reading
3273         from such a stream is not portable.
3274
3275 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3276
3277         * lib/poll.c: Rewrite.
3278         * modules/poll: Depend on alloca.
3279
3280 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3281
3282         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
3283         instead define prototypes for a full set of wrappers.  Ensure
3284         that Cygwin does not use the compatibility code, which is only
3285         for MinGW.
3286         * lib/winsock.c: New.
3287         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
3288         * modules/sys_socket: Add lib/winsock.c.
3289
3290         * modules/poll-tests: Add errno and perror.
3291         * tests/test-poll.c: Use ioctl, not ioctlsocket.
3292
3293 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3294
3295         * tests/test-poll.c: Downgrade minimum needed Winsock version.
3296
3297 2008-09-23  Bruno Haible  <bruno@clisp.org>
3298
3299         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
3300         * doc/glibc-functions/*: Likewise.
3301
3302 2008-09-23  Simon Josefsson  <simon@josefsson.org>
3303
3304         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
3305         success.
3306
3307 2008-09-22  Eric Blake  <ebb9@byu.net>
3308             Bruno Haible  <bruno@clisp.org>
3309
3310         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
3311         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
3312         supply %A but mishandle pseudo-NaN.
3313         Reported by Simon Josefsson.
3314
3315 2008-09-21  Bruno Haible  <bruno@clisp.org>
3316
3317         * tests/test-lock.c (main): Tweak skip message.
3318         * tests/test-tls.c (main): Likewise.
3319
3320 2008-09-21  Bruno Haible  <bruno@clisp.org>
3321
3322         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
3323         whether 'struct sigaction' has sa_sigaction here...
3324         (gl_PREREQ_SIG_HANDLER_H): ... not here.
3325         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
3326
3327 2008-09-21  Bruno Haible  <bruno@clisp.org>
3328
3329         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
3330         section.
3331         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
3332         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
3333         the new section.
3334         (Support for obsolete systems lacking POSIX:2001): New section.
3335         (String handling <string.h>): Move strdup to the new section.
3336         Suggested by Simon Josefsson and Paolo Bonzini.
3337
3338 2008-09-21  Bruno Haible  <bruno@clisp.org>
3339
3340         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
3341         exponents in %e and %g results on 'long double'. Needed for mingw's
3342         improved *printf functions.
3343         * tests/test-vasprintf-posix.c (test_function): Likewise.
3344         * tests/test-snprintf-posix.h (test_function): Likewise.
3345         * tests/test-sprintf-posix.h (test_function): Likewise.
3346         Reported by Eric Blake.
3347
3348 2008-09-21  Bruno Haible  <bruno@clisp.org>
3349
3350         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
3351         * tests/test-sprintf-posix.h (test_function): Likewise.
3352
3353 2008-09-21  Bruno Haible  <bruno@clisp.org>
3354
3355         * modules/getpass (Depends-on): Add strdup-posix.
3356
3357         New module 'strdup-posix'.
3358         * modules/strdup-posix: New file.
3359         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
3360         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
3361         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3362         REPLACE_STRDUP.
3363         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
3364         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
3365         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3366         strdup-posix.
3367
3368         * modules/strdup (Depends-on): Remove malloc-posix.
3369
3370 2008-09-20  Bruno Haible  <bruno@clisp.org>
3371
3372         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
3373         Wildenhues.
3374
3375 2008-09-20  Bruno Haible  <bruno@clisp.org>
3376
3377         Ensure that wint_t gets defined on IRIX 5.3.
3378         * lib/wchar.in.h (wint_t): Define if not defined by the system.
3379         * lib/wctype.in.h (wint_t): Likewise.
3380         (__wctype_wint_t): Remove type.
3381         (isw*): Use wint_t instead of __wctype_wint_t.
3382         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
3383         * modules/wchar (Files): Add m4/wint_t.m4.
3384         (Makefile.am): Substitute HAVE_WINT_T.
3385         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
3386         * tests/test-wctype.c: Check that wint_t is defined.
3387         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
3388         * doc/posix-headers/wctype.texi: Likewise.
3389         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3390
3391 2008-09-18  Bruno Haible  <bruno@clisp.org>
3392
3393         * gnulib-tool (func_exit): Update comment.
3394
3395 2008-09-18  Simon Josefsson  <simon@josefsson.org>
3396
3397         * modules/getaddrinfo (Depends-on): Remove strdup, this module
3398         assumes strdup exists and does not depend on strdup to return
3399         ENOMEM on out of memory conditions.
3400
3401 2008-09-18  Bruno Haible  <bruno@clisp.org>
3402
3403         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
3404         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
3405         digits for the exponent.
3406
3407 2008-09-18  Jim Meyering  <meyering@redhat.com>
3408             Bruno Haible  <bruno@clisp.org>
3409
3410         * lib/vasnprintf.c (decimal_point_char): Define also if
3411         NEED_PRINTF_INFINITE_LONG_DOUBLE.
3412
3413 2008-09-16  Bruno Haible  <bruno@clisp.org>
3414         and Eric Blake  <ebb9@byu.net>
3415
3416         vasnprintf: support Irix 5.3
3417         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
3418         that mishandle long double infinity.
3419         Reported by Tom G. Christensen.
3420
3421 2008-09-16  Bruno Haible  <bruno@clisp.org>
3422
3423         * doc/glibc-functions/scandir.texi: Mention the function is missing on
3424         Solaris 9.
3425         * doc/glibc-functions/alphasort.texi: Likewise.
3426         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
3427
3428 2008-09-16  Jim Meyering  <meyering@redhat.com>
3429
3430         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
3431         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
3432         a umask modification leak out of a subshell.  Otherwise, the
3433         opensolaris /bin/sh would be accepted and thus cause unwarranted
3434         failures in the coreutils test suite.
3435
3436 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
3437
3438         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
3439         to succeed.
3440
3441 2008-09-16  Jim Meyering  <meyering@redhat.com>
3442
3443         avoid spurious test failure when library is built without ACL support
3444         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
3445         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
3446         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
3447         * tests/test-copy-acl.sh: Likewise.
3448
3449 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3450
3451         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
3452         based on character occurrence counts.
3453
3454 2008-09-15  Eric Blake  <ebb9@byu.net>
3455
3456         tests: avoid some compiler warnings
3457         * tests/test-memchr.c (main): Pass NULL indirectly.
3458         * tests/test-closein.c (main): Avoid unused variable.
3459
3460 2008-09-15  Bruno Haible  <bruno@clisp.org>
3461
3462         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
3463         are missing on OpenBSD 4.0 individually.
3464         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3465
3466 2008-09-15  Bruno Haible  <bruno@clisp.org>
3467
3468         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
3469         * doc/posix-functions/strerror.texi: Mention also Cygwin.
3470         * doc/posix-functions/perror.texi: Likewise.
3471         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
3472         is missing.
3473         Reported by Eric Blake.
3474
3475         * lib/errno.in.h: Use replacement values >= 2000.
3476         Reported by Eric Blake.
3477
3478 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3479
3480         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
3481         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
3482         limit.
3483         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
3484         compareseq was aborted.
3485
3486 2008-09-14  Bruno Haible  <bruno@clisp.org>
3487
3488         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
3489         yvec_edit_count.
3490         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
3491         (fstrcmp_bounded): Simplify result computation accordingly.
3492
3493 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3494
3495         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
3496         (fstrcmp): Define in terms of fstrcmp_bounded.
3497         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
3498         lower_bound argument.
3499         Return quickly if the result is certainly < lower_bound.
3500         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
3501
3502 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3503
3504         * lib/diffseq.h (EARLY_ABORT): New macro.
3505         (compareseq): Change return type to bool. Return true when EARLY_ABORT
3506         evaluates to true.
3507
3508 2008-09-14  Bruno Haible  <bruno@clisp.org>
3509
3510         * modules/perror-tests: New file.
3511         * tests/test-perror.sh: New file.
3512         * tests/test-perror.c: New file.
3513
3514         New module 'perror'.
3515         * lib/stdio.in.h (perror): New declaration.
3516         * lib/perror.c: New file.
3517         * m4/perror.m4: New file.
3518         * modules/perror: New file.
3519         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
3520         * doc/posix-functions/perror.texi: Mention the perror module.
3521         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
3522         REPLACE_PERROR.
3523         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
3524         REPLACE_PERROR.
3525
3526 2008-09-14  Bruno Haible  <bruno@clisp.org>
3527
3528         * modules/stdio (Makefile.am): Reorder to match the order in
3529         lib/stdio.in.h.
3530         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3531
3532 2008-09-13  Bruno Haible  <bruno@clisp.org>
3533
3534         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
3535
3536 2008-09-13  Bruno Haible  <bruno@clisp.org>
3537
3538         Extend strerror to cover the added errno values.
3539         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
3540         (rpl_strerror): Provide error messages for the added errno values and
3541         for the WSA* values.
3542         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
3543         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
3544         strerror.
3545         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
3546         * modules/strerror (Depends-on): Add errno.
3547         * doc/posix-functions/strerror.texi: Document the change.
3548         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
3549         and EOVERFLOW.
3550
3551 2008-09-13  Bruno Haible  <bruno@clisp.org>
3552
3553         * modules/EOVERFLOW: Remove file.
3554         * m4/eoverflow.m4: Remove file.
3555         * modules/EOVERFLOW-tests: Remove file.
3556         * tests/test-EOVERFLOW.c: Remove file.
3557         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
3558         * modules/ftell (Depends-on): Likewise.
3559         * modules/getdelim (Depends-on): Likewise.
3560         * modules/getugroups (Depends-on): Likewise.
3561         * modules/poll (Depends-on): Likewise.
3562         * modules/snprintf (Depends-on): Likewise.
3563         * modules/sprintf-posix (Depends-on): Likewise.
3564         * modules/vasnprintf (Depends-on): Likewise.
3565         * modules/vasprintf (Depends-on): Likewise.
3566         * modules/vfprintf-posix (Depends-on): Likewise.
3567         * modules/vsnprintf (Depends-on): Likewise.
3568         * modules/vsprintf-posix (Depends-on): Likewise.
3569         * modules/xvasprintf (Depends-on): Likewise.
3570         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3571         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
3572         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
3573         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
3574         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3575         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
3576         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
3577         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
3578         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3579         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
3580         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
3581         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
3582         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3583         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
3584         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
3585         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
3586         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3587         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
3588         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
3589         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
3590         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3591         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
3592         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
3593         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
3594         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
3595         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3596         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
3597         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
3598         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
3599         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
3600         * MODULES.html.sh: Remove EOVERFLOW.
3601         * NEWS: Mention the change.
3602
3603 2008-09-13  Bruno Haible  <bruno@clisp.org>
3604
3605         * modules/errno-tests: New file.
3606         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
3607
3608         * lib/errno.in.h: New file.
3609         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
3610         * modules/errno: New file.
3611         * doc/posix-headers/errno.texi: Update documentation.
3612         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
3613
3614 2008-09-13  Bruno Haible  <bruno@clisp.org>
3615
3616         * tests/test-poll.c: Use #if for native Windows, rather than testing
3617         __MSVCRT__.
3618
3619 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3620             Bruno Haible  <bruno@clisp.org>
3621
3622         * lib/glob.c: Don't include <pwd.h> on native Windows.
3623         (WINDOWS32): New macro.
3624         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
3625
3626 2008-09-13  Bruno Haible  <bruno@clisp.org>
3627
3628         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
3629         (ETIMEDOUT): Remove macro.
3630         (glthread_cond_timedwait_multithreaded): New declaration.
3631         (glthread_cond_timedwait): Use it.
3632         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
3633         (glthread_cond_timedwait_multithreaded): New function.
3634
3635 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3636
3637         * modules/poll-tests: Do not check for io.h.
3638         * tests/test-poll.c: Check for __MSVCRT__ instead.
3639
3640 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3641
3642         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
3643         * modules/poll-tests: Add inet_pton, stdbool, sockets.
3644         * tests/test-poll.c: Use them.  Use _pipe on Windows.
3645
3646 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3647
3648         * modules/poll-tests: New.
3649         * tests/test-poll.c: New.
3650
3651 2008-09-12  Eric Blake  <ebb9@byu.net>
3652
3653         frexp: test for NetBSD failure on -0.0
3654         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
3655         not all, bugs from NetBSD 3.0 have been fixed.
3656         * doc/posix-functions/frexp.texi (frexp): Document bug.
3657         Reported by Thomas Klausner.
3658
3659         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
3660         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
3661         literal -0.0.
3662         Reported by Jonathan C. Patschke <jp@centtech.com>.
3663
3664 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3665
3666         * lib/glthread/cond.h: Use dummy implementation also if
3667         USE_WIN32_THREADS.
3668
3669 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3670
3671         * modules/fnmatch-posix (License): Change to LGPLv2+.
3672         * modules/fnmatch-gnu (License): Likewise.
3673
3674 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3675
3676         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
3677
3678 2008-09-11  Jim Meyering  <meyering@redhat.com>
3679
3680         * users.txt: Add gtk-vnc.
3681
3682 2008-09-08  Simon Josefsson  <simon@josefsson.org>
3683
3684         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
3685         rotate amounts.
3686
3687         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
3688         required for 16-bit and 8-bit rotates.
3689         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
3690         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
3691         UINT8_MAX instead of hard-coded constants.
3692         Suggested by Paul Eggert.
3693
3694 2008-09-07  Bruno Haible  <bruno@clisp.org>
3695
3696         * tests/test-striconveh.c (main): Check behaviour when converting from
3697         UTF-7.
3698
3699         Make striconveh work better with stateful encodings.
3700         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
3701         that iconv does not increment the inptr when returning -1/EINVAL.
3702
3703 2008-09-07  Bruno Haible  <bruno@clisp.org>
3704
3705         * build-aux/config.rpath: Update according to libtool-2.2.6.
3706         * build-aux/config.libpath: Likewise.
3707
3708 2008-09-06  Bruno Haible  <bruno@clisp.org>
3709
3710         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
3711         * lib/freadptr.c (freadptr): Likewise.
3712         * lib/freadseek.c (freadptrinc): Likewise.
3713         Reported by Simon Josefsson.
3714
3715 2008-09-06  Bruno Haible  <bruno@clisp.org>
3716
3717         * modules/freadptr (License): Change to LGPLv2+.
3718         * modules/freadseek (License): Likewise.
3719         Suggested by Eric Blake.
3720
3721         * modules/memchr2 (License): Change to LGPLv2+.
3722         Approved by Eric Blake.
3723
3724 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3725             Bruno Haible  <bruno@clisp.org>
3726
3727         Make gnulib-tool work with native 'sed' on AIX.
3728         * gnulib-tool (sed_noop): New variable.
3729         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
3730         func_add_or_update, func_create_testdir): Use it to initialize sed
3731         script variables.
3732         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3733
3734 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
3735             Bruno Haible  <bruno@clisp.org>
3736
3737         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
3738         also works after #include directives.
3739
3740 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
3741
3742         getdate.y: reject an out-of-range timezone value
3743         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
3744         the range [-24...+24].  When specified with only one or two digits,
3745         * tests/test-getdate.c: Tests for the fix.
3746         * doc/getdate.texi: Document this change.
3747
3748 2008-09-03  Bruno Haible  <bruno@clisp.org>
3749
3750         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
3751
3752 2008-09-02  Simon Josefsson  <simon@josefsson.org>
3753
3754         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
3755         <bruce.korb@gmail.com> with ideas from Ben Pfaff
3756         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
3757         Blake <ebb9@byu.net>.
3758
3759         * tests/test-bitrotate.c: Add more test vectors.
3760
3761 2008-09-02  Eric Blake  <ebb9@byu.net>
3762
3763         vasnprintf-posix: handle large precision via %.*d
3764         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
3765         when handling it ourselves.
3766         * tests/test-vasnprintf-posix.c (test_function): Add test.
3767         * tests/test-snprintf-posix.h (test_function): Likewise.
3768         * tests/test-sprintf-posix.h (test_function): Likewise.
3769         * tests/test-vasprintf-posix.c (test_function): Likewise.
3770         Reported by Alain Guibert.
3771
3772 2008-09-01  Eric Blake  <ebb9@byu.net>
3773
3774         c-stack: make configure-time check more robust
3775         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
3776         successful sigaction call.
3777         Reported by Tom G. Christensen.
3778
3779 2008-09-01  Bruno Haible  <bruno@clisp.org>
3780
3781         New module 'findprog-lgpl'.
3782         * modules/findprog-lgpl: New file.
3783         * lib/findprog-lgpl.c: New file.
3784         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
3785         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
3786         to decide whether to use strdup or xstrdup, concatenated_filename or
3787         xconcatenated_filename.
3788
3789 2008-09-01  Bruno Haible  <bruno@clisp.org>
3790
3791         Split module 'concat-filename' into 'concat-filename' (LGPL) and
3792         'xconcat-filename' (GPL).
3793         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
3794         (License): Change to LGPLv2+.
3795         * modules/xconcat-filename: New file.
3796         * lib/concat-filename.h (concatenated_filename): Change specification.
3797         (xconcatenated_filename): New declaration.
3798         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
3799         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
3800         memory situations.
3801         * lib/xconcat-filename.c: New file.
3802         * NEWS: Mention the change.
3803         * lib/findprog.c: Include concat-filename.h, not filename.h.
3804         (find_in_path): Use xconcatenated_filename instead of
3805         concatenated_filename.
3806         * lib/javacomp.c: Include concat-filename.h, not filename.h.
3807         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
3808         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
3809         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
3810         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
3811         instead of concatenated_filename.
3812         * lib/javaexec.c: Include concat-filename.h, not filename.h.
3813         (execute_java_class): Use xconcatenated_filename instead of
3814         concatenated_filename.
3815         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
3816         * modules/javacomp (Depends-on): Likewise.
3817         * modules/javaexec (Depends-on): Likewise.
3818
3819 2008-09-01  Bruno Haible  <bruno@clisp.org>
3820
3821         Split module 'filename' into 'filename' and 'concat-filename'.
3822         * modules/filename: Keep only lib/filename.h.
3823         (License): Change to LGPLv2+.
3824         * modules/concat-filename: New file, extracted from modules/filename.
3825         * lib/filename.h (concatenated_filename): Remove declaration.
3826         * lib/concat-filename.h: New file, extracted from lib/filename.h.
3827         * lib/concat-filename.c: Include concat-filename.h.
3828         * NEWS: Mention the change.
3829
3830 2008-09-01  Simon Josefsson  <simon@josefsson.org>
3831
3832         * lib/bitrotate.h (rotl8, rotr8): Add.
3833
3834         * modules/bitrotate (configure.ac): Need
3835         AC_REQUIRE([AC_C_INLINE]).
3836         (Description): Mention stdint.h.  Reported by Bruno Haible
3837         <bruno@clisp.org>.
3838
3839         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
3840         Paolo Bonzini <bonzini@gnu.org>.
3841
3842 2008-08-31  Bruno Haible  <bruno@clisp.org>
3843
3844         Assume Solaris specific bi-arch conventions on Solaris systems.
3845         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
3846         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
3847         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
3848         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
3849         like acl_libdirstem.
3850         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
3851         acl_libdirstem.
3852         * NEWS: Mention the change.
3853         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
3854
3855 2008-08-31  Jim Meyering  <meyering@redhat.com>
3856
3857         * lib/strftime.h: Add comments describing the two added arguments.
3858
3859         remove duplicate #include directives
3860         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
3861         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
3862
3863 2008-08-31  Bruno Haible  <bruno@clisp.org>
3864
3865         New module 'sigpipe-die'.
3866         * modules/sigpipe-die: New file.
3867         * lib/sigpipe-die.h: New file.
3868         * lib/sigpipe-die.c: New file.
3869         * MODULES.html.sh (Signal handling): Add sigpipe-die.
3870
3871 2008-08-31  Bruno Haible  <bruno@clisp.org>
3872
3873         Don't override previously installed signal handlers.
3874         * lib/fatal-signal.c (saved_sigactions): New variable.
3875         (uninstall_handlers): Reset the signal to the saved handler, not
3876         to SIG_DFL (except when ignored).
3877         (install_handlers): Save the previous handlers.
3878
3879 2008-08-30  Bruno Haible  <bruno@clisp.org>
3880
3881         * gnulib-tool (func_reset_sigpipe): New function.
3882         (func_get_automake_snippet, func_modules_transitive_closure,
3883         func_import): Invoke it before a join command that reads from stdin,
3884         to avoid "echo: write error: Broken pipe" error messages on stderr.
3885         Reported by Sam Steingold <sds@gnu.org>.
3886
3887 2008-08-30  Bruno Haible  <bruno@clisp.org>
3888
3889         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
3890         Code copied from m4/open.m4.
3891         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
3892         access and the filename ends in a slash. Code copied from lib/open.c.
3893         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
3894         * tests/test-fopen.c (main): Check against bug with trailing slash.
3895
3896 2008-08-29  Bruno Haible  <bruno@clisp.org>
3897
3898         Avoid some "gcc -pedantic" warnings.
3899         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
3900         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
3901         * lib/dirent.in.h: Likewise.
3902         * lib/fcntl.in.h: Likewise.
3903         * lib/float.in.h: Likewise.
3904         * lib/iconv.in.h: Likewise.
3905         * lib/inttypes.in.h: Likewise.
3906         * lib/locale.in.h: Likewise.
3907         * lib/math.in.h: Likewise.
3908         * lib/netinet_in.in.h: Likewise.
3909         * lib/search.in.h: Likewise.
3910         * lib/signal.in.h: Likewise.
3911         * lib/stdarg.in.h: Likewise.
3912         * lib/stdint.in.h: Likewise.
3913         * lib/stdio.in.h: Likewise.
3914         * lib/stdlib.in.h: Likewise.
3915         * lib/string.in.h: Likewise.
3916         * lib/strings.in.h: Likewise.
3917         * lib/sys_select.in.h: Likewise.
3918         * lib/sys_socket.in.h: Likewise.
3919         * lib/sys_stat.in.h: Likewise.
3920         * lib/sys_time.in.h: Likewise.
3921         * lib/sysexits.in.h: Likewise.
3922         * lib/time.in.h: Likewise.
3923         * lib/unistd.in.h: Likewise.
3924         * lib/wchar.in.h: Likewise.
3925         * lib/wctype.in.h: Likewise.
3926         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
3927         * modules/fchdir (Makefile.am): Likewise.
3928         * modules/fcntl (Makefile.am): Likewise.
3929         * modules/float (Makefile.am): Likewise.
3930         * modules/iconv_open (Makefile.am): Likewise.
3931         * modules/inttypes (Makefile.am): Likewise.
3932         * modules/locale (Makefile.am): Likewise.
3933         * modules/math (Makefile.am): Likewise.
3934         * modules/netinet_in (Makefile.am): Likewise.
3935         * modules/search (Makefile.am): Likewise.
3936         * modules/signal (Makefile.am): Likewise.
3937         * modules/stdarg (Makefile.am): Likewise.
3938         * modules/stdint (Makefile.am): Likewise.
3939         * modules/stdio (Makefile.am): Likewise.
3940         * modules/stdlib (Makefile.am): Likewise.
3941         * modules/string (Makefile.am): Likewise.
3942         * modules/strings (Makefile.am): Likewise.
3943         * modules/sys_select (Makefile.am): Likewise.
3944         * modules/sys_socket (Makefile.am): Likewise.
3945         * modules/sys_stat (Makefile.am): Likewise.
3946         * modules/sys_time (Makefile.am): Likewise.
3947         * modules/sysexits (Makefile.am): Likewise.
3948         * modules/time (Makefile.am): Likewise.
3949         * modules/unistd (Makefile.am): Likewise.
3950         * modules/wchar (Makefile.am): Likewise.
3951         * modules/wctype (Makefile.am): Likewise.
3952         Reported by Reuben Thomas <rrt@sc3d.org>.
3953
3954 2008-08-29  Bruno Haible  <bruno@clisp.org>
3955
3956         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
3957         any more.
3958
3959 2008-08-29  Simon Josefsson  <simon@josefsson.org>
3960
3961         * MODULES.html.sh (Misc): Add bitrotate.
3962
3963         * modules/bitrotate: New file.
3964
3965         * lib/bitrotate.h: New file.
3966
3967         * modules/bitrotate-tests: New file.
3968
3969         * tests/test-bitrotate.c: New file.
3970
3971         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
3972         on the bitrotate module.
3973
3974         * lib/arctwo.c: Use new bitrotate module.
3975
3976 2008-08-29  Jim Meyering  <meyering@redhat.com>
3977
3978         bootstrap: merge changes from coreutils
3979         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
3980         of copied files.  Remove a kludge, now that this is fixed.
3981         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
3982         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
3983         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
3984
3985 2008-08-29  Bruno Haible  <bruno@clisp.org>
3986
3987         * MODULES.html.sh: Remove --cvs-urls option.
3988
3989 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
3990
3991         maint.mk: adjust to file name change
3992         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
3993
3994 2008-08-28  Jim Meyering  <meyering@redhat.com>
3995
3996         * modules/getndelim2 (License): Relicense to LGPLv2+.
3997         Approved by Richard Stallman for the version of 1995, and by
3998         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
3999
4000 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
4001
4002         * lib/getdelim.c (flockfile, funlockfile): Make all of them
4003         dummy if one is not available.  Do not touch them if
4004         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
4005         (getc_maybe_unlocked): New.
4006         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
4007
4008 2008-08-26  Eric Blake  <ebb9@byu.net>
4009
4010         doc/INSTALL: resync from autoconf
4011         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
4012         (INSTALL_PRELUDE): Delete; this is done more efficiently by
4013         moving...
4014         * install.texi [!autoconf]: ...here.  Resync from autoconf.
4015         * INSTALL: Regenerate.
4016         * INSTALL.ISO: New file.
4017         * INSTALL.UTF-8: Likewise.
4018
4019 2008-08-26  Jim Meyering  <meyering@redhat.com>
4020
4021         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
4022         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
4023         these definitions conditional, so that they may be overridden, too.
4024
4025 2008-08-26  Bruno Haible  <bruno@clisp.org>
4026
4027         Generate INSTALL file variants with prettier quotes.
4028         * doc/Makefile (INSTALL_PRELUDE): New macro.
4029         (INSTALL): Use it.
4030         (INSTALL.ISO, INSTALL.UTF-8): New rules.
4031
4032 2008-08-26  Bruno Haible  <bruno@clisp.org>
4033
4034         Run makeinfo in an English locale.
4035         * doc/Makefile (MAKEINFO): New variable.
4036
4037 2008-08-26  Bruno Haible  <bruno@clisp.org>
4038
4039         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
4040         Suggested by Eric Blake.
4041
4042 2008-08-25  Bruno Haible  <bruno@clisp.org>
4043
4044         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
4045
4046 2008-08-25  Eric Blake  <ebb9@byu.net>
4047
4048         c-stack: test that stack overflow can be caught
4049         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
4050         that platform allows handling stack overflow; at least OS/2 EMX
4051         has sigaltstack, but crashes before transferring control to
4052         handler on stack overflow.
4053         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
4054         check for HAVE_STACK_OVERFLOW_HANDLING.
4055         Reported by Elbert Pol.
4056
4057 2008-08-25  Bruno Haible  <bruno@clisp.org>
4058
4059         * doc/posix-functions/strftime.texi: Fix description of strftime
4060         module.
4061
4062 2008-08-24  Bruno Haible  <bruno@clisp.org>
4063
4064         * tests/uniwidth/test-uc_width2.c: New file.
4065         * tests/uniwidth/test-uc_width2.sh: New file.
4066         * modules/uniwidth/width-tests (Files): Add the new files.
4067         (TESTS): Add uniwidth/test-uc_width2.sh.
4068         (TESTS_ENVIRONMENT): New variable.
4069         (check_PROGRAMS): Add test-uc_width2.
4070         (test_uc_width2_SOURCES): New variable.
4071
4072         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
4073         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
4074         not 0x00AB.
4075         Reported by Alexander V. Lukyanov <lav@netis.ru>.
4076
4077 2008-08-22  Eric Blake  <ebb9@byu.net>
4078
4079         test-lock, test-tls: mention why a test is skipped
4080         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
4081         skipped.
4082         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
4083
4084         count-one-bits: relax license
4085         * modules/count-one-bits (License): Relicense to LGPLv2+.
4086         Suggested by Ludovic Courtès, approved by Ben Pfaff.
4087
4088 2008-08-22  Andreas Schwab  <schwab@suse.de>
4089
4090         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
4091         Remove spurious space in assignment.
4092
4093 2008-08-21  Simon Josefsson  <simon@josefsson.org>
4094
4095         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
4096         Paul Eggert <eggert@CS.UCLA.EDU>.
4097
4098 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
4099
4100         * modules/gettext: Add m4/threadlib.m4.
4101
4102 2008-08-19  Eric Blake  <ebb9@byu.net>
4103
4104         test-c-stack: fix compilation failure on FreeBSD 5.0
4105         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
4106         headers before <sys/resource.h>.
4107         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
4108         the bug.
4109         Reported by Nelson H. F. Beebe.
4110
4111         strverscmp: migrate from "strverscmp.h" to <string.h>
4112         * modules/string (Makefile.am): Add new hooks.
4113         * modules/strverscmp (Files): Remove strverscmp.h.
4114         (Depends-on): Add string.
4115         (configure.ac): Add indicator.
4116         (Include): Mention new header.
4117         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
4118         defaults.
4119         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
4120         results.
4121         * lib/strverscmp.h: Delete.
4122         * lib/string.in.h (strverscmp): Provide declaration, when needed.
4123         * tests/test-strverscmp.c (includes): Adjust client.
4124         * lib/check-version.c (includes): Likewise.
4125         * NEWS: Document the change.
4126
4127         strverscmp: add unit test
4128         * modules/strverscmp-tests: New file.
4129         * tests/test-strverscmp.c: Likewise.
4130
4131 2008-08-19  Simon Josefsson  <simon@josefsson.org>
4132
4133         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
4134         regarding Windows crypto stuff, from Mono.
4135
4136 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
4137
4138         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
4139         if present, for intel RND.  Return error on failures.
4140
4141 2008-08-18  Ben Pfaff  <blp@gnu.org>
4142
4143         gitlog-to-changelog: give better diagnostic for failed pipe-open
4144         * build-aux/gitlog-to-changelog: Improve error message: suggest
4145         that the version of Git may be too old.
4146
4147 2008-08-18  Simon Josefsson  <simon@josefsson.org>
4148
4149         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
4150         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
4151
4152 2008-08-18  Bruno Haible  <bruno@clisp.org>
4153
4154         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
4155         pthread_in_use().
4156
4157 2008-08-18  Bruno Haible  <bruno@clisp.org>
4158
4159         * lib/glthread/threadlib.c: Include <pthread.h>.
4160
4161 2008-08-18  Bruno Haible  <bruno@clisp.org>
4162
4163         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
4164         glthread_recursive_lock_* macros.
4165         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
4166         Fix syntax error.
4167
4168 2008-08-18  Bruno Haible  <bruno@clisp.org>
4169
4170         * lib/glthread/thread.c: Avoid forcing a context switch right after
4171         thread creation.
4172
4173 2008-08-17  Bruno Haible  <bruno@clisp.org>
4174
4175         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
4176         * lib/glthread/thread.h: Provide Win32 specific implementation.
4177         * modules/thread (Files): Add lib/glthread/thread.c.
4178         (Depends-on): Add lock.
4179         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
4180
4181 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4182
4183         New module 'yield'.
4184         * modules/yield: New file.
4185         * lib/glthread/yield.h: New file.
4186         * m4/yield.m4: New file.
4187         * MODULES.html.sh (Multithreading): Add yield.
4188
4189 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4190
4191         New module 'thread'.
4192         * modules/thread: New file.
4193         * lib/glthread/thread.h: New file.
4194         * m4/thread.m4: New file.
4195         * MODULES.html.sh (Multithreading): Add thread.
4196
4197 2008-08-17  Bruno Haible  <bruno@clisp.org>
4198
4199         * lib/glthread/lock.h: Include <stdlib.h> always.
4200         * lib/glthread/tls.h: Likewise.
4201         * lib/glthread/cond.h: Likewise.
4202
4203 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4204
4205         New module 'cond'.
4206         * modules/cond: New file.
4207         * lib/glthread/cond.h: New file.
4208         * lib/glthread/cond.c: New file.
4209         * m4/cond.m4: New file.
4210         * MODULES.html.sh (Multithreading): Add cond.
4211
4212 2008-08-16  Eric Blake  <ebb9@byu.net>
4213
4214         c-stack: fix regression on Irix 5.3 from 2008-06-21
4215         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
4216         sa_sigaction...
4217         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
4218         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
4219         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
4220         * modules/signal (Makefile.am): Use the value.
4221         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
4222         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
4223         * doc/posix-headers/signal.texi (signal.h): Document this
4224         portability issue.
4225         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
4226         Reported by Tom G. Christensen.
4227
4228 2008-08-17  Bruno Haible  <bruno@clisp.org>
4229
4230         New module 'threadlib'.
4231         * modules/threadlib: New file.
4232         * lib/glthread/threadlib.c: New file, extracted from
4233         lib/glthread/lock.c.
4234         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
4235         functions.
4236         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
4237         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
4238         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
4239         macros.
4240         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
4241         (gl_DISABLE_THREADS): Remove macro.
4242         * modules/lock (Files): Remove build-aux/config.rpath.
4243         (Depends-on): Remove havelib. Add threadlib.
4244         (configure.ac-early): Remove section.
4245         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
4246         * modules/tls (Depends-on): Remove lock. Add threadlib.
4247         (Link): New section, copied from threadlib.
4248         * MODULES.html.sh (Multithreading): Add threadlib.
4249
4250 2008-08-14  Bruno Haible  <bruno@clisp.org>
4251
4252         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
4253         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
4254         glthread_rwlock_unlock, glthread_rwlock_destroy,
4255         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
4256         glthread_recursive_lock_destroy): Define as macros always.
4257         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
4258         glthread_lock_lock.
4259         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
4260         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
4261         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
4262         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
4263         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
4264         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
4265         (glthread_recursive_lock_lock_func): Renamed from
4266         glthread_recursive_lock_lock.
4267         (glthread_recursive_lock_unlock_func): Renamed from
4268         glthread_recursive_lock_unlock.
4269         (glthread_recursive_lock_destroy_func): Renamed from
4270         glthread_recursive_lock_destroy.
4271
4272 2008-08-14  Bruno Haible  <bruno@clisp.org>
4273
4274         * lib/glthread/lock.h: Renamed from lib/lock.h.
4275         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
4276         * lib/glthread/tls.h: Renamed from lib/tls.h.
4277         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
4278         * lib/fstrcmp.c: Update includes.
4279         * lib/strsignal.c: Update includes.
4280         * modules/lock (Files, Makefile.am): Update.
4281         (Include): Change to "glthread/lock.h".
4282         * modules/tls (Files, Makefile.am): Update.
4283         (Include): Change to "glthread/tls.h".
4284         * tests/test-lock.c: Update includes.
4285         * tests/test-tls.c: Update includes.
4286         * NEWS: Mention the renamed header files.
4287
4288 2008-08-11  Jim Meyering  <meyering@redhat.com>
4289
4290         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
4291
4292 2008-08-11  Eric Blake  <ebb9@byu.net>
4293
4294         test-c-stack: avoid C99-ism
4295         * tests/test-c-stack.c (main): Fix whitespace, move declaration
4296         before statement.
4297         Reported by Alain Guibert.
4298
4299 2008-08-10  Jim Meyering  <meyering@redhat.com>
4300
4301         ensure that return value of uinttostr et al are not ignored
4302         * lib/inttostr.h (__GNUC_PREREQ): Define.
4303         (__attribute_warn_unused_result__): Define.
4304         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
4305
4306 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
4307
4308         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
4309         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
4310
4311 2008-08-07  Jim Meyering  <meyering@redhat.com>
4312
4313         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
4314
4315         * modules/mkstemp (License): Relicense under LGPLv2+.
4316         * modules/tempname (License): Likewise.
4317
4318 2008-08-06  Bruno Haible  <bruno@clisp.org>
4319
4320         * lib/poll.c (poll): Further micro-optimization.
4321
4322 2008-08-06  Jim Meyering  <meyering@redhat.com>
4323
4324         inet_pton.c: use locale-independent tolower
4325         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
4326         (inet_pton6): Use c_tolower rather than tolower.
4327         * modules/inet_pton (Depends-on): Add c-ctype.
4328
4329 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
4330
4331         * lib/poll.c (poll): Avoid division when timeout is 0, cache
4332         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
4333
4334 2008-08-06  Jim Meyering  <meyering@redhat.com>
4335
4336         * modules/inet_pton (License): Relicense under LGPLv2+.
4337
4338 2008-08-03  Bruno Haible  <bruno@clisp.org>
4339
4340         Additional non-aborting API for lock and tls.
4341         * lib/lock.h: Include <errno.h>.
4342         (glthread_lock_init): New macro/function.
4343         (gl_lock_init): Define as wrapper around glthread_lock_init.
4344         (glthread_lock_lock): New macro/function.
4345         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
4346         (glthread_lock_unlock): New macro/function.
4347         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
4348         (glthread_lock_destroy): New macro/function.
4349         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
4350         (glthread_rwlock_init): New macro/function.
4351         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
4352         (glthread_rwlock_rdlock): New macro/function.
4353         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
4354         (glthread_rwlock_wrlock): New macro/function.
4355         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
4356         (glthread_rwlock_unlock): New macro/function.
4357         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
4358         (glthread_rwlock_destroy): New macro/function.
4359         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
4360         (glthread_recursive_lock_init): New macro/function.
4361         (gl_recursive_lock_init): Define as wrapper around
4362         glthread_recursive_lock_init.
4363         (glthread_recursive_lock_lock): New macro/function.
4364         (gl_recursive_lock_lock): Define as wrapper around
4365         glthread_recursive_lock_lock.
4366         (glthread_recursive_lock_unlock): New macro/function.
4367         (gl_recursive_lock_unlock): Define as wrapper around
4368         glthread_recursive_lock_unlock.
4369         (glthread_recursive_lock_destroy): New macro/function.
4370         (gl_recursive_lock_destroy): Define as wrapper around
4371         glthread_recursive_lock_destroy.
4372         (glthread_once): New macro/function.
4373         (gl_once): Define as wrapper around glthread_once.
4374         Update function declarations.
4375         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
4376         glthread_rwlock_init. Return error code.
4377         (glthread_rwlock_rdlock_multithreaded): Renamed from
4378         glthread_rwlock_rdlock. Return error code.
4379         (glthread_rwlock_wrlock_multithreaded): Renamed from
4380         glthread_rwlock_wrlock. Return error code.
4381         (glthread_rwlock_unlock_multithreaded): Renamed from
4382         glthread_rwlock_unlock. Return error code.
4383         (glthread_rwlock_destroy_multithreaded): Renamed from
4384         glthread_rwlock_destroy. Return error code.
4385         (glthread_recursive_lock_init_multithreaded): Renamed from
4386         glthread_recursive_lock_init. Return error code.
4387         (glthread_recursive_lock_lock_multithreaded): Renamed from
4388         glthread_recursive_lock_lock. Return error code.
4389         (glthread_recursive_lock_unlock_multithreaded): Renamed from
4390         glthread_recursive_lock_unlock. Return error code.
4391         (glthread_recursive_lock_destroy_multithreaded): Renamed from
4392         glthread_recursive_lock_destroy. Return error code.
4393         (glthread_once_call): Make static.
4394         (glthread_once_multithreaded): Renamed from glthread_once.
4395         * lib/tls.h: Include <errno.h>.
4396         (glthread_tls_key_init): New macro/function.
4397         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
4398         (glthread_tls_set): New macro/function.
4399         (gl_tls_set): Define as wrapper around glthread_tls_set.
4400         (glthread_tls_key_destroy): New macro/function.
4401         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
4402         Update function declarations.
4403         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
4404         glthread_tls_get.
4405         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4406
4407 2008-08-04  Eric Blake  <ebb9@byu.net>
4408
4409         gnumakefile: use space, not TAB, outside of targets
4410         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
4411
4412 2008-08-02  Jim Meyering  <meyering@redhat.com>
4413
4414         getdate.y: avoid locale-dependent date parsing failure
4415         In Turkish locales, getdate would fail to recognize keywords
4416         containing a lowercase "i".  The solution is not to rely on
4417         locale-sensitive case-conversion.
4418         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
4419         (lookup_word): Use c_toupper in place of toupper.
4420         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
4421         Reported by Vefa Bicakci <bicave@superonline.com> in
4422         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
4423         * modules/getdate (Depends-on): Add c-ctype.
4424
4425 2008-08-02  Bruno Haible  <bruno@clisp.org>
4426
4427         * gnulib-tool (func_import): When updating or creating a .gitignore
4428         file, prepend each added line with a slash, and ignore leading slashes
4429         from the existing lines.
4430         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
4431
4432 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4433
4434         Portability fix for GNU make 3.79.1.
4435         * top/GNUmakefile: Avoid 'else COND', which older GNU make
4436         versions do not understand.
4437
4438 2008-08-01  Bruno Haible  <bruno@clisp.org>
4439
4440         Work around bug of HP-UX 10.20 cc with -0.0 literal.
4441         * tests/test-isnanf.h (zero): New variable.
4442         (main): Avoid literal -0.0f.
4443         * tests/test-isnand.h (zero): New variable.
4444         (main): Avoid literal -0.0.
4445         * tests/test-isnanl.h (zero): New variable.
4446         (main): Avoid literal -0.0L.
4447         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
4448         (test_float, test_double, test_long_double): Avoid literals -0.0f,
4449         -0.0, -0.0L.
4450         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
4451         (test_signbitd): Avoid literal -0.0.
4452         (test_signbitl): Avoid literal -0.0L.
4453         * tests/test-ceilf1.c (zero): New variable.
4454         (main): Avoid literal -0.0f.
4455         * tests/test-ceill.c (zero): New variable.
4456         (main): Avoid literal -0.0L.
4457         * tests/test-floorf1.c (zero): New variable.
4458         (main): Avoid literal -0.0f.
4459         * tests/test-floorl.c (zero): New variable.
4460         (main): Avoid literal -0.0L.
4461         * tests/test-roundf1.c (zero): New variable.
4462         (main): Avoid literal -0.0f.
4463         * tests/test-round1.c (zero): New variable.
4464         (main): Avoid literal -0.0.
4465         * tests/test-roundl.c (zero): New variable.
4466         (main): Avoid literal -0.0L.
4467         * tests/test-truncf1.c (zero): New variable.
4468         (main): Avoid literal -0.0f.
4469         * tests/test-trunc1.c (zero): New variable.
4470         (main): Avoid literal -0.0.
4471         * tests/test-truncl.c (zero): New variable.
4472         (main): Avoid literal -0.0L.
4473         * tests/test-frexp.c (zero): New variable.
4474         (main): Avoid literal -0.0.
4475         * tests/test-frexpl.c (zero): New variable.
4476         (main): Avoid literal -0.0L.
4477         * tests/test-ldexpl.c (zero): New variable.
4478         (main): Avoid literal -0.0L.
4479         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
4480         (zerod, zerol): New variables.
4481         (test_function): Avoid literals -0.0, -0.0L.
4482         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
4483         (zerod, zerol): New variables.
4484         (test_function): Avoid literals -0.0, -0.0L.
4485         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
4486         (zerod, zerol): New variables.
4487         (test_function): Avoid literals -0.0, -0.0L.
4488         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
4489         (zerod, zerol): New variables.
4490         (test_function): Avoid literals -0.0, -0.0L.
4491         * tests/test-strtod.c (zero): New variable.
4492         (main): Avoid literal -0.0.
4493         Reported by Jonathan C. Patschke <jp@centtech.com>.
4494
4495 2008-07-31  Jim Meyering  <meyering@redhat.com>
4496
4497         sha256.h: correct definition of SHA224_DIGEST_SIZE
4498         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
4499         Reported by Paulie Pena IV <paulie4@gmail.com>.
4500         Define as 224 / 8, rather than as a literal.
4501         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
4502         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
4503         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
4504
4505 2008-07-31  Bruno Haible  <bruno@clisp.org>
4506
4507         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
4508         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
4509         Reported by Jonathan Patschke <jp@centtech.com>.
4510
4511 2008-07-31  Bruno Haible  <bruno@clisp.org>
4512
4513         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
4514         Reported by Paolo Bonzini <bonzini@gnu.org>.
4515
4516 2008-07-30  Eric Blake  <ebb9@byu.net>
4517
4518         test-strtod: allow compilation without -lm
4519         * tests/test-strtod.c (main): Avoid link dependence on fabs.
4520         Reported by Dennis Clarke <blastwave@gmail.com>.
4521
4522 2008-07-28  Jim Meyering  <meyering@redhat.com>
4523
4524         bootstrap: work also when there are no .po files in po/
4525         * build-aux/bootstrap (update_po_files): Complete the change
4526         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
4527
4528 2008-07-27  Jim Meyering  <meyering@redhat.com>
4529
4530         * users.txt: Add zile.
4531
4532 2008-07-26  Ben Pfaff  <blp@gnu.org>
4533
4534         Add missing dependencies on new m4/exponent[fdl].m4 files.
4535         * modules/isnanf-nolibm: Add m4/exponentf.m4.
4536         * modules/isnand-nolibm: Add m4/exponentd.m4.
4537         * modules/isnanl-nolibm: Add m4/exponentl.m4.
4538         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
4539         m4/isnan[fdl].m4, because the macros actually used moved.
4540         Reported by Jim Meyering.
4541
4542 2008-07-14  Ben Pfaff  <blp@gnu.org>
4543
4544         Add isinf module.
4545         * lib/isinf.c: New file.
4546         * lib/math.in.h: Define isinf macro if we have decided to replace
4547         it.
4548         * m4/isinf.m4: New file.
4549         * m4/math_h.m4: Initialize and substitute variables for isinf
4550         module.
4551         * modules/isinf: New file.
4552         * modules/isinf-tests: New file.
4553         * modules/math: Add substitutions for new module.
4554         * tests/test-isinf.c: New file.
4555         * doc/posix-functions/isinf.texi: Mention new module.
4556         * MODULES.html.sh: Mention new module.
4557
4558 2008-07-14  Ben Pfaff  <blp@gnu.org>
4559
4560         Factor out some macros for use by additional modules.
4561         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
4562         exponentf.m4.
4563         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
4564         exponentd.m4.
4565         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
4566         file exponentl.m4.
4567         * m4/exponentf.m4: New file.
4568         * m4/exponentd.m4: New file.
4569         * m4/exponentl.m4: New file.
4570         * modules/isnanf: Use new file m4/exponentf.m4.
4571         * modules/isnand: Use new file m4/exponentd.m4.
4572         * modules/isnanl: Use new file m4/exponentl.m4.
4573
4574 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
4575
4576         mktime.c: normalize tp->tm_isdst value to -1/0/1.
4577         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
4578         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
4579         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
4580
4581         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
4582         readlink on platforms without PATH_MAX.
4583
4584 2008-07-21  Eric Blake  <ebb9@byu.net>
4585
4586         Warn, not fail, on stale version.
4587         * top/GNUmakefile (_curr-ver): Tone down previous patch.
4588
4589         Don't allow installation with stale devel version number.
4590         * top/GNUmakefile (_is-install-target): New macro.
4591         (_curr-ver): Forbid installation with stale version number.
4592
4593 2008-07-20  Bruno Haible  <bruno@clisp.org>
4594
4595         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
4596         TESTS_ENVIRONMENT.
4597         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
4598
4599 2008-07-20  Bruno Haible  <bruno@clisp.org>
4600
4601         * lib/c-stack.h (c_stack_action): Add documentation.
4602         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
4603
4604 2008-07-20  Bruno Haible  <bruno@clisp.org>
4605
4606         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
4607         * modules/readlink (License): Likewise.
4608
4609 2008-07-17  Eric Blake  <ebb9@byu.net>
4610
4611         * modules/c-stack (Link): Fix typo.
4612
4613         Make c-stack use libsigsegv, when available.
4614         * modules/c-stack (Depends-on): Add libsigsegv.
4615         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
4616         needed.
4617         * lib/c-stack.c (SIGSTKSZ): Define fallback.
4618         (segv_handler, overflow_handler, c_stack_action)
4619         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
4620         implementation when libsigsegv is available, but only when using
4621         the library is necessary.
4622         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
4623         comment, explaining why XSI check fails on Linux.
4624         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
4625         * tests/test-c-stack2.sh: Tweak skip message.
4626         * NEWS: Document new link-time requirements.
4627
4628 2008-07-16  Eric Blake  <ebb9@byu.net>
4629
4630         c-stack: Expose false positives when not using libsigsegv.
4631         * modules/c-stack-tests (Files): Expand test.
4632         * tests/test-c-stack.c (main): Add means to conditionally trigger
4633         non-overflow SIGSEGV.
4634         * tests/test-c-stack2.sh: New file.
4635
4636 2008-07-14  Bruno Haible  <bruno@clisp.org>
4637
4638         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
4639         Reported by Eric Blake.
4640
4641 2008-07-14  Sam Steingold  <sds@gnu.org>
4642             Bruno Haible  <bruno@clisp.org>
4643
4644         New module libsigsegv.
4645         * modules/libsigsegv: New file.
4646         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
4647         modifications.
4648         * MODULES.html.sh (Signal handling): New section.
4649
4650 2008-07-14  Bruno Haible  <bruno@clisp.org>
4651
4652         * modules/unictype/ctype-* (Description): Add the word "function".
4653         Improves the resulting doc in MODULES.html.
4654
4655 2008-07-12  Ben Pfaff  <blp@gnu.org>
4656
4657         Add longlong module.
4658         * modules/longlong: New file.
4659
4660 2008-07-12  Bruno Haible  <bruno@clisp.org>
4661
4662         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
4663         to empty.
4664
4665 2008-07-10  Ben Pfaff  <blp@gnu.org>
4666
4667         Add isnan module.
4668         * doc/posix-functions/isnan.texi: Mention new module.
4669         * lib/math.in.h: Define isnan macro if we have decided to replace
4670         it.
4671         * m4/isnan.m4: New file.
4672         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
4673         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
4674         also.
4675         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
4676         redundancy.
4677         * m4/math_h.m4: Initialize and substitute variables for isnan
4678         module.
4679         * modules/isnan: New file.
4680         * modules/isnan-tests: New file.
4681         * modules/math: Add substitutions for new module.
4682         * tests/test-isnan.c: New file.
4683         * MODULES.html.sh: Mention new module.
4684
4685 2008-07-10  Ben Pfaff  <blp@gnu.org>
4686
4687         Add isnanf module.
4688         * lib/isnanf.m4: New file.
4689         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
4690         (gl_HAVE_ISNANF_IN_LIBM): New macro.
4691         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
4692         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
4693         * modules/isnanf: New file.
4694         * modules/isnanf-tests: New file.
4695         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
4696         files.
4697         * tests/test-isnanf-nolibm.c: factored most of its contents into
4698         new file tests/test-isnanf.h.
4699         * tests/test-isnanf.h: New file.
4700         * tests/test-isnanf.c: New file.
4701         * MODULES.html.sh: Mention new module.
4702         * doc/glibc-functions/isnanf.texi: Mention new module.
4703
4704 2008-07-10  Ben Pfaff  <blp@gnu.org>
4705
4706         Add isnand module.
4707         * lib/isnand.h: New file.
4708         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
4709         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
4710         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
4711         functionality also.
4712         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
4713         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
4714         (gl_HAVE_ISNAND_IN_LIBM): New macro.
4715         * modules/isnand: New file.
4716         * modules/isnand-tests: New file.
4717         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
4718         files.
4719         * tests/test-isnand-nolibm.c: factored most of its contents into
4720         new file tests/test-isnand.h.
4721         * tests/test-isnand.h: New file.
4722         * tests/test-isnand.c: New file.
4723         * MODULES.html.sh: Mention new module.
4724
4725 2008-07-10  Ben Pfaff  <blp@gnu.org>
4726
4727         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
4728         * lib/isnand.h: Rename lib/isnand-nolibm.h.
4729         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
4730         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
4731         * modules/isnanf-nolibm: Update references to renamed files.
4732         * modules/isnand-nolibm: Likewise.
4733         * modules/isnanf-nolibm-tests: Likewise.
4734         * modules/isnand-nolibm-tests: Likewise.
4735         * lib/frexp.c: Likewise.
4736         * lib/isfinite.c: Likewise.
4737         * lib/signbitd.c: Likewise.
4738         * lib/signbitf.c: Likewise.
4739         * lib/vasnprintf.c: Likewise.
4740         * tests/test-ceilf1.c: Likewise.
4741         * tests/test-ceilf2.c: Likewise.
4742         * tests/test-floorf1.c: Likewise.
4743         * tests/test-floorf2.c: Likewise.
4744         * tests/test-frexp.c: Likewise.
4745         * tests/test-round1.c: Likewise.
4746         * tests/test-round2.c: Likewise.
4747         * tests/test-roundf1.c: Likewise.
4748         * tests/test-strtod.c: Likewise.
4749         * tests/test-trunc1.c: Likewise.
4750         * tests/test-trunc2.c: Likewise.
4751         * tests/test-truncf1.c: Likewise.
4752         * tests/test-truncf2.c: Likewise.
4753         * NEWS: Mention the renamed header files.
4754
4755 2008-07-11  Jim Meyering  <meyering@redhat.com>
4756
4757         vc-list-files: make the last-resort awk code more portable
4758         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
4759         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
4760         does not support it.
4761
4762 2008-07-10  Eric Blake  <ebb9@byu.net>
4763
4764         Work with tar's bootstrap.
4765         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
4766         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
4767         an m4 comment.
4768
4769 2008-07-09  Jim Meyering  <meyering@redhat.com>
4770
4771         posix-shell.m4: fix typo that made this test malfunction
4772         * m4/posix-shell.m4: Remove capitalization in variable name.
4773
4774 2008-07-08  Bruno Haible  <bruno@clisp.org>
4775
4776         * m4/onceonly.m4: Update comments.
4777         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4778
4779 2008-07-04  Jim Meyering  <meyering@redhat.com>
4780
4781         * users.txt: Add vc-dwim.
4782         (bison, coreutils): Use the gitweb URL.
4783
4784 2008-07-03  Jim Meyering  <meyering@redhat.com>
4785
4786         * users.txt: Add libffcall.  From Sam Steingold.
4787
4788 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
4789
4790         getdate.y: do not ignore TZ with relative day, month or year offset
4791         * lib/getdate.y (get_date): Move the tz-handling block to follow the
4792         relative-date-handling, since otherwise, the latter would clobber the
4793         sole output (an updated Start value) of the tz-handling block.
4794         * tests/test-getdate.c: Tests for the fix
4795
4796 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4797
4798         Recognize 'foo_LIBRARIES += libgnu.a'.
4799         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
4800         makefile snippet has already specified an installation location,
4801         also using '+='.
4802
4803 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
4804
4805         getdate.y: factor out common actions
4806         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
4807         Use them in place of open-coded actions.
4808
4809 2008-07-01  Simon Josefsson  <simon@josefsson.org>
4810
4811         Add self-test for getdate module.
4812         * modules/getdate-tests: New file.
4813         * tests/test-getdate.c: New file.
4814
4815 2008-06-29  Bruno Haible  <bruno@clisp.org>
4816
4817         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
4818         .gitignore.
4819         Reported by Sylvain Beucler <beuc@beuc.net>.
4820
4821 2008-06-29  Bruno Haible  <bruno@clisp.org>
4822
4823         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
4824         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
4825
4826 2008-06-29  Bruno Haible  <bruno@clisp.org>
4827
4828         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
4829         EXTRA_DIST.
4830         Reported by Sylvain Beucler <beuc@beuc.net>.
4831
4832 2008-06-26  Jim Meyering  <meyering@redhat.com>
4833
4834         make several modules depend on the "open" module
4835         This provides slightly increased consistency when opening-for-write
4836         the name of a non-directory spelled with a trailing slash.
4837         * modules/chdir-safer: Likewise.
4838         * modules/chown: Likewise.
4839         * modules/clean-temp: Likewise.
4840         * modules/copy-file: Likewise.
4841         * modules/fchdir: Likewise.
4842         * modules/fcntl-safer: Likewise.
4843         * modules/pipe: Likewise.
4844         * modules/utime: Likewise.
4845         Prompted by Eric Blake and Bruno Haible.
4846
4847 2008-06-24  Andreas Schwab  <schwab@suse.de>
4848
4849         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
4850         literals can be used as initializers for global variables.
4851
4852 2008-06-23  Eric Blake  <ebb9@byu.net>
4853
4854         Make gnulib-cache.m4 easier to diff.
4855         * gnulib-tool (func_import): Allow newlines when reading cached
4856         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
4857
4858 2008-06-23  Bruno Haible  <bruno@clisp.org>
4859
4860         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
4861         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
4862         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
4863         m4/signalblocking.m4.
4864         (gl_PREREQ_SIGACTION): Don't invoke it.
4865         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
4866         gl_PREREQ_SIG_HANDLER_H.
4867         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4868         Don't check for sigaction here.
4869
4870 2008-06-23  Bruno Haible  <bruno@clisp.org>
4871
4872         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
4873         (install_handlers): Don't set the SA_RESETHAND flag.
4874
4875 2008-06-23  Bruno Haible  <bruno@clisp.org>
4876
4877         * m4/sigaction.m4: Comment fixes.
4878         * lib/signal.in.h: Likewise.
4879
4880 2008-06-23  Eric Blake  <ebb9@byu.net>
4881
4882         Fix typo.
4883         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
4884
4885         Avoid SA_ namespace.
4886         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
4887         Reported by Ralf Wildenhues.
4888
4889         Avoid test failure due to SA_RESTORER.
4890         * tests/test-sigaction.c (SA_MASK): New macro.
4891         (main): Avoid failing due to extension flags being set.
4892         Reported by Jim Meyering.
4893
4894         Revert use of sig-handler.h in sigprocmask.c.
4895         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
4896         it requires the existence of struct sigaction.
4897         * lib/sigprocmask.c (handler_t): Restore typedef.
4898         (rpl_signal, old_handlers): Use local type.
4899
4900 2008-06-22  Bruno Haible  <bruno@clisp.org>
4901
4902         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
4903         conditionally.
4904         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4905
4906 2008-06-22  Bruno Haible  <bruno@clisp.org>
4907
4908         * doc/posix-functions/siginterrupt.texi: Move note.
4909
4910         * lib/signal.in.h (SA_RESTART): New macro.
4911         * lib/sigaction.c: Update comment.
4912
4913         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
4914
4915         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
4916         (gl_PREREQ_SIGPROCMASK): Invoke it.
4917         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
4918
4919         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
4920
4921         * lib/sigprocmask.c: Update a comment.
4922
4923 2008-06-21  Eric Blake  <ebb9@byu.net>
4924
4925         Use sigaction module rather than signal().
4926         * modules/c-stack (Depends-on): Add sigaction.
4927         * modules/fatal-signal (Depends-on): Likewise.
4928         * modules/nanosleep (Depends-on): Likewise.
4929         * modules/sigprocmask (Files): Add sig-handler.h.
4930         * modules/sigaction (Files): Likewise.
4931         * lib/sig-handler.h (get_handler): New file, suggested by Paul
4932         Eggert.
4933         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
4934         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
4935         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
4936         (init_fatal_signals): Likewise.
4937         * lib/nanosleep.c (rpl_nanosleep): Likewise.
4938         (siginterrupt): Delete fallback.
4939         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
4940         instead.
4941         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
4942         siginterrupt.
4943
4944         New module sigaction, for mingw.
4945         * modules/sigaction: New module...
4946         * modules/sigaction-tests: ...and its test.
4947         * m4/sigaction.m4: New file.
4948         * lib/sigaction.c: Likewise.
4949         * tests/test-sigaction.c: Likewise.
4950         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
4951         * modules/signal (Makefile.am): Likewise.
4952         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
4953         needed.
4954         * doc/posix-headers/signal.texi (signal.h): Mention provided
4955         types.
4956         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
4957         that sigaction is preferable.
4958         * doc/posix-functions/sigaction.texi (sigaction): Mention new
4959         module.
4960         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4961         sigaction.
4962
4963         Improve robustness of sigprocmask by overriding signal.
4964         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
4965         is in use.
4966         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
4967         (SIGKILL, SIGSTOP): Provide fallbacks.
4968         (rpl_signal): Implement.
4969         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
4970         signal can be called inside handlers.
4971
4972         Fix nanosleep module on mingw.
4973         * modules/nanosleep (Depends-on): Add sys_select.
4974         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
4975
4976         Fix licensing of sigprocmask.
4977         * modules/raise (License): Relicense as LGPL.
4978
4979 2008-06-21  Bruno Haible  <bruno@clisp.org>
4980
4981         * lib/propername.c (proper_name_utf8): Don't use the transliterated
4982         result if it contains question marks.
4983         Reported by Michael Geng <linux@michaelgeng.de>.
4984
4985 2008-06-19  Bruno Haible  <bruno@clisp.org>
4986
4987         Fix CVS-ism.
4988         * doc/gnulib.texi: Include updated-stamp.texi.
4989         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
4990         (updated-stamp.texi): New rule.
4991         (gnulib.info): Depend on it.
4992         * doc/.gitignore: Add updated-stamp.texi.
4993         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
4994
4995 2008-06-19  Bruno Haible  <bruno@clisp.org>
4996
4997         * doc/Makefile (gnulib.info): Update and simplify dependencies.
4998         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
4999
5000 2008-06-19  Eric Blake  <ebb9@byu.net>
5001
5002         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
5003         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
5004         Reported by Stepan Kasal.
5005
5006 2008-06-18  Bruno Haible  <bruno@clisp.org>
5007
5008         * lib/fatal-signal.c (init_fatal_signals): Add comment.
5009         Reported by Eric Blake.
5010
5011 2008-06-18  Eric Blake  <ebb9@byu.net>
5012
5013         Work around cygwin 1.5.25 strsignal bug.
5014         * tests/test-strsignal.c: Allow for const char *.
5015         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
5016
5017 2008-06-18  Simon Josefsson  <simon@josefsson.org>
5018
5019         * users.txt: Update URL to article and add author/date
5020         information.
5021
5022 2008-06-17  Bruno Haible  <bruno@clisp.org>
5023
5024         New macro gl_DISABLE_THREADS.
5025         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
5026         if the user did not pass --enable-threads or --disable-threads option.
5027         (gl_DISABLE_THREADS): New macro.
5028         Reported by Eric Blake <ebb9@byu.net>.
5029
5030 2008-06-17  Bruno Haible  <bruno@clisp.org>
5031
5032         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
5033         when the macro ignores it.
5034         Based on a patch by Eric Blake <ebb9@byu.net>.
5035
5036 2008-06-17  Bruno Haible  <bruno@clisp.org>
5037
5038         * modules/tls (License): Change to LGPLv2+.
5039         Reported by Eric Blake.
5040
5041 2008-06-17  Eric Blake  <ebb9@byu.net>
5042
5043         Simplify c-stack prerequisites.
5044         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
5045         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
5046         no longer requires <ucontext.h> to exist.  Optimize setrlimit
5047         check.
5048         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
5049         <sys/resource.h>.
5050
5051         Move c-stack test into testsuite.
5052         * modules/c-stack-tests: New file.
5053         * lib/c-stack.c [DEBUG]: Move test program...
5054         * tests/test-c-stack.c: ...into this new file.  Skip rather than
5055         fail test if sigaltstack is lacking.
5056         * tests/test-c-stack.sh: New driver file.
5057
5058 2008-06-16  Eric Blake  <ebb9@byu.net>
5059
5060         Use raise module consistently.
5061         * modules/fatal-signal (Depends-on): Add raise.
5062         * modules/sigprocmask (Depends-on): Likewise.
5063         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
5064         * lib/sigprocmask.c (sigprocmask): Likewise.
5065         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5066         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
5067
5068         Fix compliance bug in sigpending.
5069         * lib/sigprocmask.c (sigpending): Return pending array via
5070         parameter, not return value.
5071
5072 2008-06-14  Eric Blake  <ebb9@byu.net>
5073
5074         Improve obstack-printf test code.
5075         * tests/test-obstack-printf.c (test_function): Fix comment, and
5076         simplify usage of obstack_* in macros.  Add a test for coverage.
5077         Reported by Bruno Haible.
5078
5079 2008-06-14  Bruno Haible  <bruno@clisp.org>
5080
5081         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
5082         array size as a constant, not as a const variable.
5083         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
5084         AC_USE_SYSTEM_EXTENSIONS.
5085         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
5086         Test whether the obstack_printf function actually exists.
5087         * modules/obstack-printf (Depends-on): Add extensions.
5088         (Include): Remove obstack.h.
5089         * modules/obstack-printf-posix (Depends-on): Add extensions.
5090         (Include): Remove obstack.h.
5091
5092 2008-06-13  Eric Blake  <ebb9@byu.net>
5093
5094         Add obstack-printf and obstack-printf-posix modules.
5095         * modules/obstack-printf: New file.
5096         * modules/obstack-printf-posix: Likewise.
5097         * MODULES.html.sh (Misc): Mention them.
5098         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
5099         Likewise.
5100         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
5101         Likewise.
5102         * modules/stdio (Makefile.am): Accomodate new modules.
5103         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5104         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
5105         Declare.
5106         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
5107         functions.
5108         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
5109         (gl_REPLACE_OBSTACK_PRINTF): New macros
5110         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
5111         * tests/test-obstack-printf.c: New file.
5112         * modules/obstack-printf-tests: Likewise.
5113         * modules/obstack-printf-posix-tests: Likewise.
5114
5115 2008-06-11  Bruno Haible  <bruno@clisp.org>
5116
5117         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
5118         * lib/open.c: Include errno.h.
5119         (open): Fail when attempting to write to a file that has a trailing
5120         slash.
5121         * tests/test-open.c (main): Test against trailing slash bug.
5122         * doc/posix-functions/open.texi: Mention the trailing slash bug.
5123
5124 2008-06-10  Bruno Haible  <bruno@clisp.org>
5125
5126         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
5127         for $? to work inside the trap command, with various /bin/sh-s.
5128         * tests/test-vc-list-files-cvs.sh: Likewise.
5129
5130 2008-06-10  Bruno Haible  <bruno@clisp.org>
5131
5132         * lib/acl-internal.h: Don't include gettext.h here.
5133         * lib/set-mode-acl.c: Include gettext.h here.
5134         * lib/copy-acl.c: Likewise.
5135
5136 2008-06-10  Bruno Haible  <bruno@clisp.org>
5137
5138         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
5139         * lib/wait-process.c (wait_subprocess): Likewise.
5140         * lib/execute.h (execute): Add termsigp argument.
5141         * lib/execute.c (execute): Likewise.
5142         * lib/csharpcomp.c (compile_csharp_using_pnet,
5143         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
5144         * lib/csharpexec.c (execute_csharp_using_pnet,
5145         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
5146         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
5147         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
5148         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
5149         is_jikes_present): Update.
5150         * lib/javaexec.c (execute_java_class): Update.
5151         * lib/javaversion.c (execute_and_read_line): Update.
5152         * NEWS: Document the changes.
5153         Reported by Eric Blake.
5154
5155 2008-06-10  Eric Blake  <ebb9@byu.net>
5156
5157         Add missing include.
5158         * tests/test-strstr.c (includes): Add <signal.h>.
5159         * tests/test-strcasestr.c (includes): Likewise.
5160         * tests/test-memmem.c (includes): Likewise.
5161
5162 2008-06-10  Bruno Haible  <bruno@clisp.org>
5163
5164         * lib/wait-process.c (wait_subprocess): Add an assertion.
5165
5166 2008-06-10  Bruno Haible  <bruno@clisp.org>
5167
5168         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
5169
5170 2008-06-10  Bruno Haible  <bruno@clisp.org>
5171
5172         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
5173         using alarm().
5174         * tests/test-strcasestr.c (main): Likewise.
5175         * tests/test-strstr.c (main): Likewise.
5176
5177 2008-06-09  Bruno Haible  <bruno@clisp.org>
5178
5179         Work around the Solaris 10 ACE ACLs ABI change.
5180         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
5181         declare if ACL_NO_TRIVIAL is present.
5182         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
5183         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
5184         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
5185         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
5186         define if ACL_NO_TRIVIAL is present.
5187         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
5188         and use the current ABI.
5189         (file_has_acl): Use same #if condition as elsewhere.
5190         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
5191         in use, and use the current ABI.
5192         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
5193         Reported by Jim Meyering.
5194
5195 2008-06-09  Eric Blake  <ebb9@byu.net>
5196
5197         Work around environments that (stupidly) ignore SIGALRM.
5198         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
5199         before using alarm().
5200         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5201         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
5202         Reported by Ian Beckwith <ianb@erislabs.net>.
5203
5204         Produce autobuild blurb earlier in log.
5205         * modules/autobuild (configure.ac-early): Move AB_INIT here.
5206
5207 2008-06-09  Jim Meyering  <meyering@redhat.com>
5208         and OndÅ™ej Vašík  <ovasik@redhat.com>
5209
5210         utimens.c: correct kernel bug work-around
5211         OndÅ™ej Vašík found that the invalid return value of 280 indicates
5212         failure, not success, and the kernel bug we're trying to work
5213         around affects not just the utimensat call, but also the fallback
5214         futimens call.
5215         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
5216         not success.
5217         [HAVE_FUTIMENS]: Use the same work-around, here.
5218
5219 2008-06-09  Jim Meyering  <meyering@redhat.com>
5220
5221         add more guards around definition of ACE_-related code
5222         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
5223         ALLOW and ACE_OWNER are also defined.
5224
5225 2008-06-08  Bruno Haible  <bruno@clisp.org>
5226
5227         * lib/acl-internal.h: Add me as co-author.
5228         * lib/file-has-acl.c: Likewise.
5229         * lib/set-mode-acl.c: Likewise.
5230         * lib/copy-acl.c: Likewise.
5231
5232 2008-06-08  Bruno Haible  <bruno@clisp.org>
5233
5234         Add support for AIX ACLs.
5235         * lib/acl-internal.h (acl_nontrivial): New declaration.
5236         * lib/file-has-acl.c (acl_nontrivial): New function.
5237         (file_has_acl): Add implementation using AIX 4 ACL API.
5238         * lib/set-mode-acl.c (qset_acl): Likewise.
5239         * lib/copy-acl.c (qcopy_acl): Likewise.
5240
5241 2008-06-08  Bruno Haible  <bruno@clisp.org>
5242
5243         Add support for HP-UX ACLs.
5244         * lib/acl-internal.h (acl_nontrivial): New declaration.
5245         * lib/file-has-acl.c (acl_nontrivial): New function.
5246         (file_has_acl): Add implementation using HP-UX 11 ACL API.
5247         * lib/set-mode-acl.c (qset_acl): Likewise.
5248         * lib/copy-acl.c (qcopy_acl): Likewise.
5249
5250 2008-06-08  Bruno Haible  <bruno@clisp.org>
5251
5252         Add support for Cygwin ACLs.
5253         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
5254         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
5255         the chmod_or_fchmod call.
5256         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
5257
5258 2008-06-08  Bruno Haible  <bruno@clisp.org>
5259
5260         Fix bug with setuid modes in Solaris 10+ code.
5261         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
5262         succeeded, when the mode contains some special bits.
5263
5264 2008-06-08  Bruno Haible  <bruno@clisp.org>
5265
5266         Add support for Solaris 7..10 ACLs.
5267         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
5268         declarations.
5269         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
5270         functions.
5271         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
5272         * lib/set-mode-acl.c (qset_acl): Likewise.
5273         * lib/copy-acl.c (qcopy_acl): Likewise.
5274
5275 2008-06-08  Bruno Haible  <bruno@clisp.org>
5276
5277         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
5278         declaration.
5279         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
5280         (acl_access_nontrivial): Remove MacOS X case.
5281         (file_has_acl): Use acl_extended_nontrivial.
5282         * lib/copy-acl.c (qcopy_acl): Likewise.
5283
5284 2008-06-08  Bruno Haible  <bruno@clisp.org>
5285
5286         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
5287
5288 2008-06-08  Jim Meyering  <meyering@redhat.com>
5289
5290         * modules/acl (Maintainer): Add Bruno Haible.
5291
5292 2008-06-07  Bruno Haible  <bruno@clisp.org>
5293
5294         Improve support for Tru64 ACLs.
5295         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
5296         ACL on OSF/1.
5297
5298 2008-06-07  Bruno Haible  <bruno@clisp.org>
5299
5300         Add support for MacOS X ACLs.
5301         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
5302         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
5303         * lib/set-mode-acl.c (qset_acl): Likewise.
5304         * lib/copy-acl.c (qcopy_acl): Likewise.
5305
5306 2008-06-07  Bruno Haible  <bruno@clisp.org>
5307
5308         Fix memory leak introduced on 2008-05-22.
5309         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
5310         use.
5311
5312 2008-06-07  Bruno Haible  <bruno@clisp.org>
5313
5314         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
5315         to construct an empty ACL.
5316
5317 2008-06-07  Bruno Haible  <bruno@clisp.org>
5318
5319         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
5320         precisely.
5321         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
5322
5323 2008-06-07  Bruno Haible  <bruno@clisp.org>
5324
5325         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
5326         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
5327
5328 2008-06-07  Bruno Haible  <bruno@clisp.org>
5329
5330         * doc/posix-functions/_setjmp.texi: Explain the use of this function
5331         regardless of POSIX.
5332         * doc/posix-functions/_longjmp.texi: Likewise.
5333         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
5334         SystemV platform in this case.
5335
5336 2008-06-06  Eric Blake  <ebb9@byu.net>
5337
5338         Document abort() bugs.
5339         * doc/posix-functions/abort.texi (abort): Mention anomalies.
5340
5341         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
5342         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
5343         sigsetjmp.
5344         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
5345         siglongjmp, but only as a macro.
5346         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
5347         is obsolete.
5348         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
5349
5350         Tweak documentation to cover cygwin argz bugs.
5351         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
5352         argz bug fix; no code change needed since no cygwin releases
5353         occurred between the last fix and the bug being tested.
5354         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
5355         module and recently fixed cygwin bugs.
5356         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
5357         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
5358         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
5359         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
5360         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
5361         Likewise.
5362         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
5363         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
5364         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
5365         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
5366         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
5367         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
5368         Likewise.
5369
5370         Avoid gcc warning on cygwin.
5371         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
5372         !ACL_NO_TRIVIAL]: Avoid unused variable.
5373
5374 2008-06-05  Eric Blake  <ebb9@byu.net>
5375
5376         Be tolerant of UNKNOWN version in gnulib-tool test dir.
5377         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
5378         git-version-gen fails to come up with a version.
5379         Reported by Simon Josefsson.
5380
5381 2008-06-05  Jim Meyering  <meyering@redhat.com>
5382             Paul Eggert  <eggert@cs.ucla.edu>
5383
5384         utimens.c: work around a probable Linux kernel bug
5385         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
5386         appears to be a kernel bug that causes utimensat to return 280
5387         instead of 0, indicating success.
5388
5389 2008-06-04  Bruno Haible  <bruno@clisp.org>
5390
5391         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
5392         2008-06-01 commit.
5393
5394 2008-06-04  Bruno Haible  <bruno@clisp.org>
5395
5396         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
5397         * lib/file-has-acl.c (acl_access_nontrivial): New function.
5398         (file_has_acl): Use it. Save errno afterwards.
5399         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
5400
5401 2008-06-03  Bruno Haible  <bruno@clisp.org>
5402
5403         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
5404         draft code. Simplify #ifs.
5405         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
5406         Put Solaris code after POSIX-draft code. Fix comments regarding
5407         Solaris 10, HP-UX. Mention Cygwin.
5408         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
5409
5410 2008-06-03  Eric Blake  <ebb9@byu.net>
5411
5412         Provide fallback for older kernels.
5413         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
5414         Provide runtime fallback if kernel lacks support.
5415         Reported by Mike Frysinger.
5416
5417 2008-06-02  Bruno Haible  <bruno@clisp.org>
5418
5419         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
5420         it exists.
5421
5422 2008-06-02  Bruno Haible  <bruno@clisp.org>
5423
5424         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
5425         * lib/copy-acl.c (qcopy_acl): Update comment.
5426
5427 2008-06-02  Bruno Haible  <bruno@clisp.org>
5428
5429         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
5430         like ACL APIs.
5431
5432 2008-06-02  Bruno Haible  <bruno@clisp.org>
5433
5434         * tests/test-file-has-acl.sh: Use different code for Cygwin.
5435         * tests/test-set-mode-acl.sh: Likewise.
5436         * tests/test-copy-acl.sh: Likewise.
5437         * tests/test-copy-file.sh: Likewise.
5438
5439 2008-06-02  Bruno Haible  <bruno@clisp.org>
5440
5441         * tests/test-file-has-acl.sh: Remove unused code.
5442
5443 2008-06-01  Bruno Haible  <bruno@clisp.org>
5444
5445         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
5446         (copy_acl): Just a wrapper around qcopy_acl that emits the error
5447         messages.
5448         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
5449
5450 2008-06-01  Bruno Haible  <bruno@clisp.org>
5451
5452         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
5453         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
5454         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
5455         APIs.
5456         * modules/acl-tests (configure.ac): Remove tests now contained in
5457         m4/acl.m4.
5458
5459 2008-06-02  Jim Meyering  <meyering@redhat.com>
5460
5461         announce-gen: use a better key-server host name
5462         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
5463         it may be more consistently reliable.  Suggested by Werner Koch
5464         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
5465
5466 2008-06-01  Bruno Haible  <bruno@clisp.org>
5467
5468         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
5469         Reported by Voroskoi Andras <voroskoi@gmail.com>.
5470
5471 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
5472
5473         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
5474
5475 2008-06-01  Bruno Haible  <bruno@clisp.org>
5476
5477         New ACL tests.
5478         * tests/test-file-has-acl.sh: New file.
5479         * tests/test-file-has-acl.c: New file.
5480         * tests/test-set-mode-acl.sh: New file.
5481         * tests/test-set-mode-acl.c: New file.
5482         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
5483         * tests/test-copy-acl.c: New file.
5484         * modules/acl-tests: New file, based on modules/copy-file-tests.
5485         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
5486         (Depends-on): Add acl-tests.
5487         (configure.ac): Remove checks.
5488         (Makefile.am): Don't create test-sameacls program here any more.
5489
5490 2008-06-01  Bruno Haible  <bruno@clisp.org>
5491
5492         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
5493         * tests/test-sameacls.c: Include progname.h.
5494         (main): Invoke set_program_name. Portability fixes for MacOS X,
5495         Solaris, HP-UX.
5496
5497 2008-06-01  Bruno Haible  <bruno@clisp.org>
5498
5499         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
5500         function.
5501         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
5502
5503 2008-06-01  Bruno Haible  <bruno@clisp.org>
5504
5505         * modules/rpmatch (Depends-on): Add strdup.
5506
5507 2008-06-01  Bruno Haible  <bruno@clisp.org>
5508
5509         * lib/pipe.c: Include unistd-safer.h.
5510         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
5511         * modules/pipe (Depends-on): Add unistd-safer.
5512
5513 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5514
5515         * modules/autobuild (configure.ac): Call AB_INIT.
5516
5517 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5518
5519         * tests/test-getaddrinfo.c: Don't print debug messages by default.
5520         Suggested by Bruno Haible <bruno@clisp.org>.
5521
5522 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5523
5524         * tests/test-base64.c: Cast size_t to unsigned long when invoking
5525         printf.  Use %lu instead of %d.  Reported by Bruno Haible
5526         <bruno@clisp.org>.
5527
5528 2008-05-29  Eric Blake  <ebb9@byu.net>
5529
5530         Prefer new POSIX 200x interfaces over futimesat.
5531         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
5532         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
5533         when available.
5534         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
5535
5536 2008-05-28  Bruno Haible  <bruno@clisp.org>
5537
5538         * modules/stpcpy (License): Change to LGPLv2+.
5539         Requested by David Lutterkort <dlutter@redhat.com>.
5540
5541 2008-05-27  Bruno Haible  <bruno@clisp.org>
5542
5543         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
5544         current mingw.
5545         Reported by Jose E. Marchesi <jemarch@gnu.org>.
5546
5547 2008-05-27  Bruno Haible  <bruno@clisp.org>
5548
5549         * modules/iconv_open (Link): New section, from module 'iconv'.
5550         * modules/striconv (Link): Likewise.
5551         * modules/striconveh (Link): Likewise.
5552         * modules/xstriconv (Link): Likewise.
5553         * modules/unicodeio (Link): Likewise.
5554         * modules/propername (Link): Likewise.
5555         Reported by Jim Meyering.
5556
5557 2008-05-26  Jim Meyering  <meyering@redhat.com>
5558
5559         sha256: do not artificially restrict buffer length to be < 2^32
5560         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
5561         uint32_t to size_t.
5562         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
5563         to match.
5564
5565         avoid unaligned access errors, e.g., on sparc
5566         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
5567         direct access through a possibly-unaligned uint64* pointer.
5568         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
5569         direct access through a possibly-unaligned uint32* pointer.
5570         Prompted by this patch from Tom "spot" Callaway:
5571         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
5572
5573         sha512.c: fix typo in comment
5574         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
5575
5576 2008-05-25  Bruno Haible  <bruno@clisp.org>
5577
5578         * lib/set-mode-acl.c: Renamed from lib/acl.c.
5579         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
5580         (Makefile.am): Update lib_SOURCES.
5581
5582 2008-05-25  Bruno Haible  <bruno@clisp.org>
5583
5584         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
5585
5586 2008-05-25  Jim Meyering  <meyering@redhat.com>
5587
5588         useless-if-before-free: freed expr may have white-space differences
5589         * build-aux/useless-if-before-free: Recognize cases in which the
5590         freed expression differs from the tested one in embedded white
5591         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
5592         $1 was used, so we can't make any regexp shy.  Improved tests now
5593         detect this.
5594
5595         useless-if-before-free: accept white space in the expression.
5596         * build-aux/useless-if-before-free: For now, any white space
5597         in the expression must be identical in the free argument.
5598
5599         useless-if-before-free: efficiency tweak
5600         * build-aux/useless-if-before-free: Make the expression-matching
5601         regexp "shy".
5602         Make the *outer* regexp shy, not the expr-matching one.
5603
5604         update code-in-comment to accept cast of free arg
5605         * build-aux/useless-if-before-free: Update regexp.
5606
5607 2008-05-25  Bruno Haible  <bruno@clisp.org>
5608
5609         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
5610         * modules/copy-file-tests (Files, Makefile.am): Update.
5611         * tests/test-copy-file.c (func_test_copy): Update.
5612
5613 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
5614
5615         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
5616
5617 2008-05-23  Bruno Haible  <bruno@clisp.org>
5618
5619         Improve support for ACLs on OSF/1.
5620         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
5621         Remove fallback for unknown flavors of ACLs.
5622
5623 2008-05-22  Bruno Haible  <bruno@clisp.org>
5624
5625         Add support for ACLs on OSF/1.
5626         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
5627         replacements.
5628         (acl_free_text): New macro fallback.
5629         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
5630         acl_free.
5631         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
5632         acl_free_text function. Require AC_C_INLINE.
5633
5634 2008-05-22  Bruno Haible  <bruno@clisp.org>
5635
5636         Make copy_acl work on MacOS X 10.5.
5637         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
5638         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
5639         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
5640         If MODE_INSIDE_ACL, don't assume that every system has the same text
5641         representation for ACLs as FreeBSD.
5642         * lib/copy-acl.c (copy_acl): Add support for platforms with
5643         !MODE_INSIDE_ACL.
5644         * lib/file-has-acl.c (file_has_acl): Likewise.
5645         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
5646         FreeBSD, MacOS X, or IRIX, respectively.
5647
5648 2008-05-22  Bruno Haible  <bruno@clisp.org>
5649
5650         * lib/acl.h: Don't include <sys/acl.h>.
5651         (GETACLCNT): Move fallback to lib/acl-internal.h.
5652         * lib/acl-internal.h: Include <sys/acl.h> here.
5653         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
5654
5655 2008-05-22  Bruno Haible  <bruno@clisp.org>
5656
5657         Split off copy_acl function to separate file.
5658         * lib/copy-acl.c: New file, extracted from lib/acl.c.
5659         * lib/acl.c (copy_acl): Moved function to separate file.
5660         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
5661         * modules/acl (Files): Add lib/copy-acl.c.
5662         (Makefiles.am): Augment lib_SOURCES.
5663
5664 2008-05-22  Bruno Haible  <bruno@clisp.org>
5665
5666         * modules/copy-file-tests: New file.
5667         * tests/test-copy-file.sh: New file.
5668         * tests/test-copy-file.c: New file.
5669         * tests/test-copy-file-sameacls.c: New file.
5670
5671 2008-05-22  Eric Blake  <ebb9@byu.net>
5672
5673         Avoid gcc warning.
5674         * tests/test-memcmp.c (main): Pass NULL indirectly.
5675
5676 2008-05-21  Bruno Haible  <bruno@clisp.org>
5677
5678         Add reference doc about ACLs.
5679         * doc/acl-resources.txt: New file.
5680         * doc/acl-cygwin.txt: New file.
5681
5682 2008-05-21  Bruno Haible  <bruno@clisp.org>
5683
5684         Avoid one more warning from gcc.
5685         * lib/vasnprintf.c (IF_LINT): Update comments.
5686         (VASNPRINTF): Use it also for the 'prefix' array initializer.
5687
5688 2008-05-21  Jim Meyering  <meyering@redhat.com>
5689
5690         avoid a warning from gcc
5691         * lib/vasnprintf.c (IF_LINT): Define.
5692         (scale10_round_decimal_long_double):
5693         Use it to avoid a "may be used uninitialized" warning.
5694         (scale10_round_decimal_double): Likewise.
5695
5696 2008-05-21  Simon Josefsson  <simon@josefsson.org>
5697
5698         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
5699         declared.
5700
5701 2008-05-20  Bruno Haible  <bruno@clisp.org>
5702
5703         * tests/test-memcmp.c (main): Test also the sign of the result. Test
5704         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
5705
5706 2008-05-20  Simon Josefsson  <simon@josefsson.org>
5707
5708         * modules/memcmp-tests: New file.
5709         * tests/test-memcmp.c: New file.
5710
5711 2008-05-19  Bruno Haible  <bruno@clisp.org>
5712
5713         * modules/propername (Notice, configure.ac): Put quoted "..." into
5714         --keyword option.
5715         * lib/propername.h: Update comments accordingly.
5716         Reported by Eric Blake.
5717
5718 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
5719
5720         * modules/getpass-gnu (Depends-on): Add fseeko.
5721
5722 2008-05-19  Simon Josefsson  <simon@josefsson.org>
5723
5724         * modules/base64-tests: New file.
5725
5726 2008-05-19  Bo Borgerson <gigabo@gmail.com>
5727
5728         * lib/base64.c (base64_decode_ctx): If a decode context structure
5729         was passed in use it to ignore newlines.  If a context structure
5730         was _not_ passed in, continue to treat newlines as garbage (this
5731         is the historical behavior).  Formerly base64_decode.
5732         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
5733         takes a decode context structure.
5734         * lib/base64.h (base64_decode): Macro for four-argument calls.
5735         (base64_decode_alloc): Likewise.
5736         * lib/base64.c (base64_decode_ctx): If a decode context structure
5737         was passed in use it to ignore newlines.  If a context structure
5738         was _not_ passed in, continue to treat newlines as garbage (this
5739         is the historical behavior).  Formerly base64_decode.
5740         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
5741         takes a decode context structure.
5742         * lib/base64.h (base64_decode): Macro for four-argument calls.
5743         (base64_decode_alloc): Likewise.
5744
5745 2008-05-19  Jim Meyering  <meyering@redhat.com>
5746
5747         avoid a warning from gcc
5748         * lib/trim.c (IF_LINT): Define.
5749         (trim2): Use it to avoid a "may be used uninitialized" warning.
5750
5751         Fix doc typo.
5752         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
5753
5754 2008-05-19  Bruno Haible  <bruno@clisp.org>
5755
5756         * doc/glibc-functions/getpass.texi: Document limits of other
5757         implementations.
5758
5759 2008-05-19  Simon Josefsson  <simon@josefsson.org>
5760             Bruno Haible <bruno@clisp.org>
5761
5762         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
5763
5764 2008-05-18  Bruno Haible  <bruno@clisp.org>
5765
5766         * modules/propername: New file, from GNU gettext.
5767         * lib/propername.h: New file, from GNU gettext.
5768         * lib/propername.c: New file, from GNU gettext.
5769         * MODULES.html.sh (Internationalization functions): Add propername.
5770
5771 2008-05-16  Jim Meyering  <meyering@redhat.com>
5772             Bruno Haible  <bruno@clisp.org>
5773
5774         Avoid some warnings from "gcc -Wshadow".
5775         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
5776
5777 2008-05-15  Eric Blake  <ebb9@byu.net>
5778
5779         Extend previous patch to cygwin 1.7.0.
5780         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
5781         fast implementation in cygwin >= 1.7.0.
5782         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5783         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5784
5785 2008-05-15  Bruno Haible  <bruno@clisp.org>
5786
5787         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
5788         implementation in glibc >= 2.9.
5789         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5790         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5791
5792 2008-05-15  Bruno Haible  <bruno@clisp.org>
5793
5794         * MODULES.html.sh (Internationalization functions): Remove linebreak.
5795         (Unicode string functions): Add unilbrk/*.
5796         Reported by Karl Berry.
5797
5798 2008-05-15  Eric Blake  <ebb9@byu.net>
5799
5800         Fix violation of <stdbool.h> replacement in regex.
5801         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
5802         * lib/regexec.c (re_search_internal): Likewise.
5803         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
5804
5805 2008-05-15  Jim Meyering  <meyering@redhat.com>
5806
5807         avoid distracting test output when git or cvs is not found
5808         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
5809         * tests/test-vc-list-files-git.sh: Likewise.
5810
5811 2008-05-15  Eric Blake  <ebb9@byu.net>
5812
5813         Glibc finally accepted the memmem speedup code, bugzilla #5514.
5814         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
5815         glibc version.
5816         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
5817         * doc/posix-functions/strstr.texi (strstr): Likewise.
5818         * lib/str-two-way.h (MAX): Sychronize with glibc.
5819
5820 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
5821
5822         * lib/regcomp.c (optimize_utf8): Add a note on why we test
5823         opr.ctx_type.
5824         (calc_first): Initialize constraint field.
5825         (duplicate_node_closure): Use it instead of special casing ANCHORS.
5826         Fix grammar.
5827         (duplicate_node): Merge constraint field for all node types.
5828         (calc_eclosure_iter): Look at constraint field for all node types.
5829         * lib/regex_internal.c (create_cd_newstate): Don't look at
5830         opr.ctx_type.
5831
5832 2008-05-14  Bruno Haible  <bruno@clisp.org>
5833
5834         Help GCC to do better code generation.
5835         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
5836         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
5837         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
5838         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
5839         Declare with attribute 'malloc' if supported.
5840
5841 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
5842
5843         use "echo STR|wc -c" rather than unportable "expr length STR"
5844         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
5845         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
5846
5847 2008-05-14  Jim Meyering  <meyering@redhat.com>
5848
5849         use dd ibs=$n count=1 ... rather than less-portable head -c$n
5850         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
5851         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
5852         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
5853         via Collin Lasse.
5854
5855 2008-05-14  Eric Blake  <ebb9@byu.net>
5856
5857         Avoid quadratic growth in gl_LIBSOURCES.
5858         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
5859         Suggested by Bruno Haible.
5860
5861         Test xmemdup0.
5862         * modules/xmemdup0-tests: New file.
5863         * tests/test-xmemdup0.c: Likewise.
5864
5865 2008-05-13  Eric Blake  <ebb9@byu.net>
5866
5867         Split xmemdup0 into its own module.
5868         * modules/xmemdup0: New file.
5869         * lib/xmemdup0.h: Likewise.
5870         * lib/xmemdup0.c: Likewise.
5871         * MODULES.html.sh (Memory management functions): Add xmemdup0.
5872         * lib/xalloc.h (xmemdup0): Remove.
5873         * lib/xmalloc.c (xmemdup0): Likewise.
5874
5875 2008-05-13  Eric Blake  <ebb9@byu.net>
5876             Bruno Haible  <bruno@clisp.org>
5877
5878         Reduce number of forks required during autoconf.
5879         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
5880         and gl_LIBSOURCES_DIR.
5881         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
5882         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
5883         m4_syscmd per file.
5884         <m4_foreach_w>: Move...
5885         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
5886
5887 2008-05-13  Eric Blake  <ebb9@byu.net>
5888
5889         * gnulib-tool: Fix various comment typos.
5890
5891 2008-05-12  Bruno Haible  <bruno@clisp.org>
5892
5893         Tailor the linebreaking algorithm.
5894         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
5895
5896 2008-05-12  Bruno Haible  <bruno@clisp.org>
5897
5898         Update to Unicode 5.0.0.
5899         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
5900         LBP_JV, LBP_JT. Redistribute values.
5901         (unilbrk_table): Change size.
5902         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
5903         Unicode TR#14 rev. 22.
5904         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
5905         LBP_JV, LBP_JT. Redistribute values.
5906         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
5907         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
5908         Update.
5909         * lib/unilbrk/lbrkprop1.h: Regenerated.
5910         * lib/unilbrk/lbrkprop2.h: Regenerated.
5911         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
5912         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
5913         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
5914         Likewise.
5915         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
5916         Likewise.
5917         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
5918         result.
5919         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
5920         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
5921         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
5922         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
5923         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
5924         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
5925
5926 2008-05-11  Bruno Haible  <bruno@clisp.org>
5927
5928         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
5929
5930 2008-05-11  Bruno Haible  <bruno@clisp.org>
5931
5932         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
5933         * modules/unilbrk/gen-lbrk: New file.
5934
5935 2008-05-11  Bruno Haible  <bruno@clisp.org>
5936
5937         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
5938         * m4/sha512.m4 (gl_SHA512): Likewise.
5939
5940 2008-05-11  Jim Meyering  <meyering@redhat.com>
5941
5942         New modules: crypto/sha256, crypto/sha512 (from coreutils)
5943         * modules/crypto/sha256: New file.
5944         * modules/crypto/sha512: Likewise.
5945         * lib/sha256.c: Likewise.
5946         * lib/sha256.h: Likewise.
5947         * lib/sha512.c: Likewise.
5948         * lib/sha512.h: Likewise.
5949         * lib/u64.h: Likewise.
5950         * m4/sha256.m4: Likewise.
5951         * m4/sha512.m4: Likewise.
5952         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
5953
5954 2008-05-10  Bruno Haible  <bruno@clisp.org>
5955
5956         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
5957         (Input/Output <stdio.h>): Add xprintf.
5958         (Signal handling <signal.h>): Add strsignal.
5959         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
5960         (Core language properties): Add func.
5961         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
5962         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
5963         strings.
5964         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
5965         (Input/output): New section.
5966         (File system functions): Add openat-die, stat-macros.
5967         (Networking functions): Add sockets.
5968         (Unicode string functions): Add unictype/*.
5969         (Support for building libraries and executables): Add gperf.
5970         (Support for building documentation): Add agpl-3.0.
5971         (Misc): Add nocrash.
5972
5973 2008-05-10  Bruno Haible  <bruno@clisp.org>
5974
5975         * modules/unictype/gen-ctype: New file.
5976
5977 2008-05-10  Jim Meyering  <meyering@redhat.com>
5978
5979         Make chdir-safer.c more efficient on a system with no symlinks.
5980         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
5981         also if ELOOP is zero.  Suggested by Bruno Haible.
5982
5983         Make chdir-safer.c slightly safer.
5984         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
5985         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
5986
5987         Avoid compile failure on systems without ELOOP (like mingw).
5988         * lib/chdir-safer.c (ELOOP): Define if not already defined.
5989         Reported by Bruno Haible.
5990
5991 2008-05-10  Bruno Haible  <bruno@clisp.org>
5992
5993         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
5994         (is_utf8_encoding): Use a case-insensitive comparison.
5995         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
5996         streq.
5997
5998 2008-05-10  Bruno Haible  <bruno@clisp.org>
5999
6000         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
6001         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
6002         * lib/unilbrk/ulc-common.h (iconv_string_length,
6003         iconv_string_keeping_offsets): Remove declarations.
6004         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
6005         Don't include <iconv.h>, streq.h, xsize.h.
6006         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
6007         conversion.
6008         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
6009         <iconv.h>, streq.h, xsize.h.
6010         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
6011         conversion.
6012         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
6013         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
6014         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
6015         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
6016
6017 2008-05-10  Bruno Haible  <bruno@clisp.org>
6018
6019         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
6020         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
6021
6022         * modules/unilbrk/u32-width-linebreaks-tests: New file.
6023         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
6024
6025         * modules/unilbrk/u16-width-linebreaks-tests: New file.
6026         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
6027
6028         * modules/unilbrk/u8-width-linebreaks-tests: New file.
6029         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
6030
6031         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
6032         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
6033
6034         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
6035         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
6036
6037         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
6038         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
6039
6040         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
6041         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
6042
6043 2008-05-10  Bruno Haible  <bruno@clisp.org>
6044
6045         Split up 'linebreak' module.
6046         * lib/unilbrk.h: New file, based on lib/linebreak.h.
6047         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
6048         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
6049         modifications.
6050         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
6051         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
6052         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
6053         lib/linebreak.c.
6054         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
6055         lib/linebreak.c.
6056         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
6057         lib/linebreak.c.
6058         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
6059         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
6060         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
6061         lib/linebreak.c.
6062         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
6063         lib/linebreak.c.
6064         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
6065         lib/linebreak.c.
6066         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
6067         lib/linebreak.c.
6068         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
6069         lib/linebreak.c.
6070         * modules/unilbrk/base: New file.
6071         * modules/unilbrk/tables: New file.
6072         * modules/unilbrk/u8-possible-linebreaks: New file.
6073         * modules/unilbrk/u16-possible-linebreaks: New file.
6074         * modules/unilbrk/u32-possible-linebreaks: New file.
6075         * modules/unilbrk/ulc-common: New file.
6076         * modules/unilbrk/ulc-possible-linebreaks: New file.
6077         * modules/unilbrk/u8-width-linebreaks: New file.
6078         * modules/unilbrk/u16-width-linebreaks: New file.
6079         * modules/unilbrk/u32-width-linebreaks: New file.
6080         * modules/unilbrk/ulc-width-linebreaks: New file.
6081         * lib/linebreak.h: Remove file.
6082         * lib/linebreak.c: Remove file.
6083         * m4/linebreak.m4: Remove file.
6084         * modules/linebreak: Remove file.
6085         * NEWS: Mention the changes.
6086
6087 2008-05-09  Eric Blake  <ebb9@byu.net>
6088
6089         Add xmemdup0.
6090         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
6091         implementation.
6092         * lib/xmalloc.c (xmemdup0): New C implementation.
6093
6094 2008-05-08  Bruno Haible  <bruno@clisp.org>
6095
6096         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
6097
6098 2008-05-07  Eric Blake  <ebb9@byu.net>
6099
6100         Support cross-compilation of <wctype.h>.
6101         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
6102         AC_CACHE_CHECK.
6103
6104 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
6105
6106         * build-aux/vc-list-files: Add support for bzr.
6107
6108 2008-05-03  Jim Meyering  <meyering@redhat.com>
6109
6110         avoid failed assertion with tight malloc
6111         * tests/test-getndelim2.c: Correct an off-by-one assertion.
6112
6113 2008-05-03  Simon Josefsson  <simon@josefsson.org>
6114
6115         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
6116         are needed from arpa/inet.h.
6117         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
6118         Reported by Bruno Haible.
6119
6120 2008-05-02  Jim Meyering  <meyering@redhat.com>
6121
6122         avoid compilation error on FreeBSD 6
6123         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
6124
6125 2008-05-01  Jim Meyering  <meyering@redhat.com>
6126
6127         useless-if-before-free: correct --help's exit status description
6128         * build-aux/useless-if-before-free (usage): Like grep, exit 0
6129         for one or more matches, etc.  Reported by Bruno Haible.
6130
6131         vc-list-files: make the stand-alone gnulib test work
6132         * modules/vc-list-files-tests (configure.ac):
6133         Define and AC_SUBST abs_aux_dir.
6134         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
6135         $(abs_top_srcdir) to each script and having each of them
6136         duplicate the work of setting PATH, set PATH here, using
6137         the new variable, abs_aux_dir instead.
6138         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
6139         * tests/test-vc-list-files-git.sh: Likewise.
6140         Reported by Bruno Haible.
6141
6142 2008-05-01  Bruno Haible  <bruno@clisp.org>
6143
6144         * lib/getndelim2.c (getndelim2): Fix newsize computation during
6145         reallocation. Rename 'done' to 'found_delimiter'.
6146
6147 2008-05-01  Jim Meyering  <meyering@redhat.com>
6148
6149         vc-list-files: accommodate /bin/sh like the one from Solaris 10
6150         * build-aux/vc-list-files: Use `...`, not $(...).
6151
6152 2008-04-30  Jim Meyering  <meyering@redhat.com>
6153
6154         add tests for vc-list-files
6155         * modules/vc-list-files-tests: New module.
6156         * tests/test-vc-list-files-cvs.sh: New file.
6157         * tests/test-vc-list-files-git.sh: New file.
6158
6159         avoid a warning from gcc
6160         * lib/getndelim2.c (IF_LINT): Define.
6161         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
6162
6163         vc-list-files: work properly with build-aux/cvsu, too
6164         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
6165         to all cvs-based clauses.
6166
6167         vc-list-files: work properly in the CVS+awk case, too
6168         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
6169
6170         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
6171         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
6172         take more than one file argument, so .  Add quotes, just in case $dir
6173         ever contains a shell meta-character.  Prompted by Soren Hansen in
6174         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
6175
6176 2008-04-29  Eric Blake  <ebb9@byu.net>
6177
6178         Optimize getndelim2 to use block operations when possible.
6179         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
6180         freadseek, and memchr2.
6181         * lib/getndelim2.c (getndelim2): Use them for block reads.
6182
6183 2008-04-29  Bruno Haible  <bruno@clisp.org>
6184
6185         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
6186         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6187         * modules/inet_ntop (Depends-on): Add extensions.
6188         * modules/inet_pton (Depends-on): Likewise.
6189         Reported by Simon Josefsson.
6190
6191 2008-04-29  Jim Meyering  <meyering@redhat.com>
6192
6193         When the is more than one match in a block, match all of them.
6194         * build-aux/useless-if-before-free: Iterate through each block
6195         until there are no more matches.
6196
6197         Fix broken useless-if-before-free script.
6198         * build-aux/useless-if-before-free: Fix typo: missing "?" after
6199         the expression to match cast of argument to free-like function.
6200
6201 2008-04-29  Eric Blake  <ebb9@byu.net>
6202
6203         Use new header.
6204         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
6205
6206 2008-04-29  Jim Meyering  <meyering@redhat.com>
6207
6208         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
6209         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
6210         by gnulib to exist and to declare e.g., inet_ntop.
6211         Don't include "inet_ntop.h", now removed.
6212
6213         * m4/arpa_inet_h.m4: Remove trailing blanks.
6214
6215 2008-04-29  Eric Blake  <ebb9@byu.net>
6216
6217         Silence valgrind on safe reads beyond potential array bounds.
6218         * lib/rawmemchr.valgrind: New file.
6219         * lib/strchrnul.valgrind: Likewise.
6220         * modules/rawmemchr (Files): Distribute new file.
6221         * modules/strchrnul (Files): Likewise.
6222         Suggested by Bruno Haible.
6223
6224 2008-04-29  Bruno Haible  <bruno@clisp.org>
6225
6226         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
6227         (inet_ntop, inet_pton): Change portability warning's wording.
6228         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
6229         Invoke gl_CHECK_NEXT_HEADERS.
6230         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
6231         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
6232         set ARPA_INET_H.
6233         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6234         * modules/arpa_inet (Description): No longer only for systems that
6235         lack it.
6236         (Depends-on): Add include_next.
6237         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
6238         HAVE_ARPA_INET_H.
6239
6240 2008-04-29  Jim Meyering  <meyering@redhat.com>
6241
6242         * modules/mkdir (License): Re-license as LGPLv2+.
6243
6244 2008-04-29  Bruno Haible  <bruno@clisp.org>
6245
6246         * modules/rawmemchr (Maintainer): Set to Eric.
6247         * modules/strchrnul (Maintainer): Likewise.
6248
6249 2008-04-29  Simon Josefsson  <simon@josefsson.org>
6250
6251         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
6252         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
6253
6254         * modules/arpa_inet (arpa/inet.h): Use them.
6255
6256 2008-04-28  Eric Blake  <ebb9@byu.net>
6257
6258         Test getndelim2.
6259         * modules/getndelim2-tests: New file.
6260         * tests/test-getndelim2.c: Likewise.
6261         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
6262         stream.
6263         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
6264
6265         * MODULES.html.sh: Document new module.
6266
6267 2008-04-20  Bruno Haible  <bruno@clisp.org>
6268
6269         * lib/c-stack.c (die): Use raise.
6270         * modules/c-stack (Depends-on): Add raise.
6271
6272 2008-04-28  Bruno Haible  <bruno@clisp.org>
6273
6274         Expect rpmatch to be declared.
6275         * lib/yesno.c (rpmatch): Remove declaration.
6276
6277         Declare rpmatch.
6278         * lib/stdlib.in.h (rpmatch): New declaration.
6279         * lib/rpmatch.c: Include <stdlib.h> first.
6280         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
6281         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
6282         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
6283         HAVE_RPMATCH.
6284         * modules/rpmatch (Depends-on): Add stdlib, extensions.
6285         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6286         (Include): Set to <stdlib.h>.
6287         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
6288         HAVE_RPMATCH.
6289         * NEWS: Document the change.
6290
6291 2008-04-28  Bruno Haible  <bruno@clisp.org>
6292
6293         Change rpmatch to use nl_langinfo when appropriate.
6294         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
6295         (N_): New macro.
6296         (localized_pattern): New function/macro.
6297         (try): Remove match, nomatch arguments. Copy the pattern into safe
6298         memory before caching it.
6299         (rpmatch): Use localized_pattern. Add translator comments.
6300         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
6301         Suggested by Eric Blake.
6302         * modules/rpmatch (Depends-on): Add stdbool.
6303
6304 2008-04-28  Eric Blake  <ebb9@byu.net>
6305
6306         Add rawmemchr module, matching glibc.
6307         * modules/string (Makefile.am): New indicator.
6308         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
6309         * lib/string.in.h (rawmemchr): Declare when appropriate.
6310         * modules/rawmemchr: New file.
6311         * m4/rawmemchr.m4: Likewise.
6312         * lib/rawmemchr.c: Likewise.
6313         * modules/rawmemchr-tests: Likewise.
6314         * tests/test-rawmemchr.c: Likewise.
6315         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
6316         module.
6317         * modules/strchrnul (Depends-on): Add rawmemchr.
6318         * lib/strchrnul.c (strchrnul): Optimize a corner case.
6319
6320         Whitespace cleanup.
6321         * tests/test-strchrnul.c: Reindent.
6322         * lib/strchrnul.c: Likewise.
6323
6324         Optimize and test strchrnul.
6325         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
6326         * modules/strchrnul-tests: New file.
6327         * tests/test-strchrnul.c: Likewise.
6328
6329         Remove intprops dependency.
6330         * modules/memchr (Depends-on): Remove intprops.
6331         * modules/memrchr (Depends-on): Likewise.
6332         * modules/memchr2 (Depends-on): Likewise.
6333         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
6334         * lib/memrchr.c (__memrchr): Likewise.
6335         * lib/memrchr2.c (memchr2): Likewise.
6336         Reported by Simon Josefsson.
6337
6338 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6339
6340         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
6341         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6342
6343 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6344
6345         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
6346
6347         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
6348
6349         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
6350
6351         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
6352         declarations.
6353         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
6354
6355         * m4/inet_pton.m4: Don't check for header files.
6356
6357         * m4/inet_ntop.m4: Don't check for header files.
6358
6359 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6360
6361         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
6362         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
6363         trigger for cygwin).
6364         Reported by Bruno Haible  <bruno@clisp.org>.
6365
6366 2008-04-28  Bruno Haible  <bruno@clisp.org>
6367
6368         * doc/posix-functions/strdup.texi: Mention mingw problem.
6369
6370 2008-04-27  Bruno Haible  <bruno@clisp.org>
6371
6372         * modules/stat-time-tests (Depends-on): Add sleep.
6373         * tests/test-stat-time.c (force_unlink): New function.
6374         (cleanup): Use it.
6375         (test_mtime): Remove the ctime related tests.
6376         (test_ctime): New function, containing the ctime related tests.
6377         (main): Call test_ctime, except on native Windows platforms.
6378
6379 2008-04-27  Bruno Haible  <bruno@clisp.org>
6380
6381         * lib/rpmatch.c (rpmatch): Add some comments.
6382         Reported by James Youngman <jay@gnu.org>.
6383
6384 2008-04-27  Bruno Haible  <bruno@clisp.org>
6385
6386         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
6387         quiet NaNs.
6388
6389 2008-04-27  Bruno Haible  <bruno@clisp.org>
6390
6391         Make test-yesno.sh work on mingw.
6392         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
6393         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
6394         (main): Set stdin to binary mode.
6395         * modules/yesno-tests (Depends-on): Add binary-io.
6396
6397 2008-04-27  Bruno Haible  <bruno@clisp.org>
6398
6399         Fix 'isfinite' on x86, x86_64, ia64 platforms.
6400         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
6401         argument that lie outside the IEEE 854 domain.
6402         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
6403         (gl_ISFINITE): Use it.
6404         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
6405
6406 2008-04-27  Bruno Haible  <bruno@clisp.org>
6407
6408         Allow local renaming in config.h.
6409         * lib/memrchr.c (memrchr): Don't undefine outside libc.
6410
6411 2008-04-27  Bruno Haible  <bruno@clisp.org>
6412
6413         * lib/memchr.c (__memchr): Change type of 'i'.
6414         * lib/memchr2.c (memchr2): Likewise.
6415
6416 2008-04-26  Eric Blake  <ebb9@byu.net>
6417         and Bruno Haible  <bruno@clisp.org>
6418
6419         Optimize and test memrchr.
6420         * modules/memrchr (Depends-on): Add intprops.
6421         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
6422         * modules/memrchr-tests: New file.
6423         * tests/test-memrchr.c: New file.
6424
6425 2008-04-26  Bruno Haible  <bruno@clisp.org>
6426
6427         Add tentative support for DragonFly BSD.
6428         * lib/stdio-impl.h: Add macros for DragonFly BSD.
6429         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
6430         fp.
6431         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
6432         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
6433         * lib/fpurge.c (fpurge): Likewise.
6434         * lib/freadable.c (freaadable): Likewise.
6435         * lib/freadahead.c (freadahead): Likewise.
6436         * lib/freading.c (freading): Likewise.
6437         * lib/freadptr.c (freadptr): Likewise.
6438         * lib/freadseek.c (freadptrinc): Likewise.
6439         * lib/fseeko.c (fseeko): Likewise.
6440         * lib/fseterr.c (fseterr): Likewise.
6441         * lib/fwritable.c (fwritable): Likewise.
6442         * lib/fwriting.c (fwriting): Likewise.
6443
6444 2008-04-26  Bruno Haible  <bruno@clisp.org>
6445
6446         * lib/stdio-impl.h: New file.
6447         * lib/fbufmode.c: Include stdio-impl.h.
6448         (fbufmode): Use fp_, remove redundant #defines.
6449         * lib/fflush.c: Include stdio-impl.h.
6450         (clear_ungetc_buffer): Remove redundant #defines.
6451         * lib/fpurge.c: Include stdio-impl.h.
6452         (fpurge): Remove redundant #defines.
6453         * lib/freadable.c: Include stdio-impl.h.
6454         (freadable): Remove redundant #defines.
6455         * lib/freadahead.c: Include stdio-impl.h.
6456         (freadahead): Remove redundant #defines.
6457         * lib/freading.c: Include stdio-impl.h.
6458         (freading): Remove redundant #defines.
6459         * lib/freadptr.c: Include stdio-impl.h.
6460         (freadptr): Remove redundant #defines.
6461         * lib/freadseek.c: Include stdio-impl.h.
6462         (freadptrinc): Remove redundant #defines.
6463         * lib/fseeko.c: Include stdio-impl.h.
6464         (rpl_fseeko): Remove redundant #defines.
6465         * lib/fseterr.c: Include stdio-impl.h.
6466         (fseterr): Remove redundant #defines.
6467         * lib/fwritable.c: Include stdio-impl.h.
6468         (fwritable: Remove redundant #defines.
6469         * lib/fwriting.c: Include stdio-impl.h.
6470         (fwriting): Remove redundant #defines.
6471         * modules/fbufmode (Files): Add lib/stdio-impl.h.
6472         * modules/fflush (Files): Likewise.
6473         * modules/fpurge (Files): Likewise.
6474         * modules/freadable (Files): Likewise.
6475         * modules/freadahead (Files): Likewise.
6476         * modules/freading (Files): Likewise.
6477         * modules/freadptr (Files): Likewise.
6478         * modules/freadseek (Files): Likewise.
6479         * modules/fseeko (Files): Likewise.
6480         * modules/fseterr (Files): Likewise.
6481         * modules/fwritable (Files): Likewise.
6482         * modules/fwriting (Files): Likewise.
6483
6484 2008-04-26  Bruno Haible  <bruno@clisp.org>
6485
6486         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
6487         restore_seek_optimization, update_fpos_cache): New functions, extracted
6488         from rpl_fflush.
6489         (rpl_fflush): Use them.
6490         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
6491         (gl_REPLACE_FFLUSH): Use it.
6492
6493 2008-04-26  Bruno Haible  <bruno@clisp.org>
6494
6495         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
6496         on Solaris.
6497         * tests/test-xstrtoimax.sh: Likewise.
6498         * tests/test-xstrtoumax.sh: Likewise.
6499         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6500
6501 2008-04-26  Bruno Haible  <bruno@clisp.org>
6502
6503         * modules/memchr-tests: New file.
6504         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
6505
6506 2008-04-26  Eric Blake  <ebb9@byu.net>
6507             Bruno Haible  <bruno@clisp.org>
6508
6509         * lib/memchr.c: Include intprops.h.
6510         (__memchr): Optimize parallel detection of matching bytes. Rename local
6511         variables. Add explanatory comments.
6512
6513 2008-04-26  Bruno Haible  <bruno@clisp.org>
6514
6515         Fix module 'memchr', broken since 2000-10-28.
6516         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
6517
6518 2008-04-26  Bruno Haible  <bruno@clisp.org>
6519
6520         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
6521         comments.
6522
6523 2008-04-25  Eric Blake  <ebb9@byu.net>
6524
6525         Use native fstatat on cygwin 1.7.0.
6526         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
6527         first.
6528
6529 2008-04-23  Eric Blake  <ebb9@byu.net>
6530
6531         Improve memchr2 performance.
6532         * lib/memchr2.c (memchr2): Further optimize parallel detection of
6533         NUL bytes.
6534         * modules/memchr2 (Depends-on): Use intprops.h.
6535
6536 2008-04-23  Simon Josefsson  <simon@josefsson.org>
6537
6538         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
6539         an inline function instead of a CPP macro.  Patch by Ben Pfaff
6540         <blp@cs.stanford.edu>.
6541
6542 2008-04-23  Simon Josefsson  <simon@josefsson.org>
6543
6544         * lib/arpa_inet.in.h: New file.
6545
6546         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
6547         (Makefile.am): Sed in substitute header file.
6548
6549         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
6550         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
6551
6552         * modules/inet_ntop (configure.ac): Use
6553         gl_ARPA_INET_MODULE_INDICATOR.
6554
6555         * modules/inet_pton (configure.ac): Use
6556         gl_ARPA_INET_MODULE_INDICATOR.
6557
6558 2008-04-22  Jim Meyering  <meyering@redhat.com>
6559
6560         * modules/verify (License): Re-license as LGPLv2+.
6561
6562 2008-04-22  Simon Josefsson  <simon@josefsson.org>
6563
6564         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
6565         parameter to void* as per POSIX standard (MinGW uses char*).
6566
6567 2008-04-21  Bruno Haible  <bruno@clisp.org>
6568
6569         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6570         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6571         Define to replacements if REPLACE_ISWCNTRL is 1.
6572         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
6573         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
6574         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
6575         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
6576         what it fixes.
6577         * doc/posix-functions/iswalpha.texi: Likewise.
6578         * doc/posix-functions/iswblank.texi: Likewise.
6579         * doc/posix-functions/iswcntrl.texi: Likewise.
6580         * doc/posix-functions/iswdigit.texi: Likewise.
6581         * doc/posix-functions/iswgraph.texi: Likewise.
6582         * doc/posix-functions/iswlower.texi: Likewise.
6583         * doc/posix-functions/iswprint.texi: Likewise.
6584         * doc/posix-functions/iswpunct.texi: Likewise.
6585         * doc/posix-functions/iswspace.texi: Likewise.
6586         * doc/posix-functions/iswupper.texi: Likewise.
6587         * doc/posix-functions/iswxdigit.texi: Likewise.
6588         Reported by Alain Guibert.
6589
6590 2008-04-21  Bruno Haible  <bruno@clisp.org>
6591
6592         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
6593         Patch by Alain Guibert.
6594
6595 2008-04-21  Bruno Haible  <bruno@clisp.org>
6596
6597         Fix test failures on mingw.
6598         * tests/test-xstrtol.c (print_no_progname): New function.
6599         (main): Install it in error_print_progname hook.
6600         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
6601         * tests/test-xstrtoimax.sh: Likewise.
6602         * tests/test-xstrtoumax.sh: Likewise.
6603
6604 2008-04-21  Bruno Haible  <bruno@clisp.org>
6605
6606         Fix test failure on mingw.
6607         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
6608
6609 2008-04-21  Bruno Haible  <bruno@clisp.org>
6610
6611         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
6612         Actually assign a value.
6613
6614 2008-04-20  Bruno Haible  <bruno@clisp.org>
6615
6616         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
6617         take 2.
6618         * lib/canonicalize.c (canonicalize_file_name): Elide if the
6619         'canonicalize-lgpl' module is also used.
6620         * lib/canonicalize-lgpl.c: Undo last change.
6621         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
6622
6623 2008-04-20  Bruno Haible  <bruno@clisp.org>
6624
6625         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
6626         config.h. Provide _mkdir based fallback for mingw.
6627         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
6628         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
6629         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
6630         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
6631         rather than defining mkdir in config.h.
6632         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
6633         (gl_SYS_STAT_H_DEFAULTS): New macro.
6634         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
6635         HAVE_IO_H any more.
6636         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
6637         HAVE_DECL_MKDIR and HAVE_IO_H.
6638
6639 2008-04-20  Bruno Haible  <bruno@clisp.org>
6640
6641         * lib/isapipe.c: Port to native Windows platforms.
6642
6643 2008-04-20  Bruno Haible  <bruno@clisp.org>
6644
6645         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
6646
6647 2008-04-21  Eric Blake  <ebb9@byu.net>
6648
6649         Work around preprocessors that don't handle UINTMAX_MAX.
6650         * lib/memchr2.c (memchr2): Avoid embedded #if.
6651         Reported by Alain Guibert, fix suggested by Bruno Haible.
6652
6653 2008-04-21  Simon Josefsson  <simon@josefsson.org>
6654
6655         * doc/posix-functions/strftime.texi (strftime): Explain better
6656         Windows incompatibility.  Suggested by Micah Cowan
6657         <micah@cowan.name>.
6658
6659 2008-04-20  Bruno Haible  <bruno@clisp.org>
6660
6661         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
6662         unistr/u8-mblen.
6663
6664 2008-04-20  Bruno Haible  <bruno@clisp.org>
6665
6666         Fix test failure on platforms with non-GNU iconv.
6667         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
6668         (U_TO_U8): Use it, rather than u16_to_u8.
6669         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
6670         units at the end of the input string.
6671         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
6672
6673 2008-04-20  Bruno Haible  <bruno@clisp.org>
6674
6675         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
6676         when the resulting length is 0.
6677         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
6678
6679 2008-04-20  Bruno Haible  <bruno@clisp.org>
6680
6681         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
6682         works.
6683         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
6684
6685 2008-04-20  Bruno Haible  <bruno@clisp.org>
6686
6687         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
6688         * modules/tsearch-tests (configure.ac): Test for initstate function.
6689
6690 2008-04-20  Bruno Haible  <bruno@clisp.org>
6691
6692         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
6693         for nlink_t if missing.
6694         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
6695
6696 2008-04-19  Bruno Haible  <bruno@clisp.org>
6697
6698         Work around snprintf bug on Linux libc5.
6699         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
6700         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6701         gl_SNPRINTF_SIZE1.
6702         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6703         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
6704         that test failed.
6705         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
6706         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
6707         * modules/snprintf (Files): Add m4/printf.m4.
6708         * modules/vsnprintf (Files): Likewise.
6709         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
6710         * doc/posix-functions/vsnprintf.texi: Likewise.
6711
6712 2008-04-19  Bruno Haible  <bruno@clisp.org>
6713
6714         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
6715         from 0.0058 to less than 10^-7.
6716
6717 2008-04-19  Bruno Haible  <bruno@clisp.org>
6718
6719         Fix rounding when a precision is given.
6720         * lib/vasnprintf.c (is_borderline): New function.
6721         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
6722         9...9x.
6723         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
6724         %e, %g.
6725         * tests/test-vasprintf-posix.c (test_function): Likewise.
6726         * tests/test-snprintf-posix.h (test_function): Likewise.
6727         * tests/test-sprintf-posix.h (test_function): Likewise.
6728         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
6729         * tests/test-printf-posix.h (test_function): Likewise.
6730         * tests/test-printf-posix.output: Update.
6731         Reported by John Darrington <john@darrington.wattle.id.au> via
6732         Ben Pfaff <blp@cs.stanford.edu>.
6733
6734 2008-04-18  Simon Josefsson  <simon@josefsson.org>
6735
6736         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
6737         Suggested by Bruno Haible <bruno@clisp.org>.
6738
6739 2008-04-17  Bruno Haible  <bruno@clisp.org>
6740
6741         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
6742         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
6743         implementation.
6744         Patch by Bruce Merry <bmerry@gmail.com>.
6745
6746 2008-04-17  Simon Josefsson  <simon@josefsson.org>
6747
6748         * doc/posix-functions/strftime.texi (strftime): Mention that %e
6749         doesn't work under Windows.
6750
6751 2008-04-16  Bruno Haible  <bruno@clisp.org>
6752
6753         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
6754         New macros.
6755         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
6756         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
6757         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
6758         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
6759         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
6760         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
6761         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
6762         macros.
6763         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
6764         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
6765         Northern Sotho, Uighur.
6766
6767 2008-04-16  Bruno Haible  <bruno@clisp.org>
6768
6769         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
6770         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
6771         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
6772         Reported by Daniel Bergström <daniel@octocode.com>.
6773
6774 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
6775             Bruno Haible  <bruno@clisp.org>
6776
6777         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
6778         function.
6779         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
6780         New functions, mostly extracted from gl_locale_name_default.
6781         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
6782
6783 2008-04-16  Eric Blake  <ebb9@byu.net>
6784
6785         Adjust strtod detection to catch glibc 2.7 bug.
6786         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
6787         Reported by John Gatewood Ham.
6788
6789 2008-04-16  Bruno Haible  <bruno@clisp.org>
6790
6791         Add tentative support for Linux libc5.
6792         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
6793         * lib/fpurge.c (fpurge): Likewise.
6794         * lib/freadable.c (freadable): Likewise.
6795         * lib/freadahead.c (freadahead): Likewise.
6796         * lib/freading.c (freading): Likewise.
6797         * lib/freadptr.c (freadptr): Likewise.
6798         * lib/freadseek.c (freadptrinc): Likewise.
6799         * lib/fseeko.c (rpl_fseeko): Likewise.
6800         * lib/fseterr.c (fseterr): Likewise.
6801         * lib/fwritable.c (fwritable): Likewise.
6802         * lib/fwriting.c (fwriting): Likewise.
6803         Reported by Alain Guibert <alguibert+bts@free.fr>.
6804
6805 2008-04-15  Bruno Haible  <bruno@clisp.org>
6806
6807         * modules/mathl (configure.ac): Define module indicator.
6808
6809 2008-04-15  Bruno Haible  <bruno@clisp.org>
6810
6811         * lib/logl.c (logl): Remove unused variables.
6812
6813 2008-04-15  Bruno Haible  <bruno@clisp.org>
6814
6815         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
6816         fails.
6817
6818 2008-04-15  Bruno Haible  <bruno@clisp.org>
6819
6820         * lib/trim.c (trim2): Fix argument of isspace() macro.
6821
6822 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
6823
6824         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
6825         to 0.
6826         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
6827
6828 2008-04-14  Bruno Haible  <bruno@clisp.org>
6829
6830         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
6831         AC_LANG_PROGRAM argument.
6832         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
6833         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
6834         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
6835         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
6836         * m4/math_h.m4 (gl_MATH_H): Likewise.
6837         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
6838         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
6839         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
6840         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
6841         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
6842         * m4/regex.m4 (gl_REGEX): Likewise.
6843         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
6844         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
6845         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6846         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
6847         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6848         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6849         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
6850         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
6851
6852 2008-04-14  Jim Meyering  <meyering@redhat.com>
6853
6854         test-strtod: fix typos: s/abs/fabs/
6855         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
6856
6857 2008-04-13  Bruno Haible  <bruno@clisp.org>
6858
6859         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
6860         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
6861         module is also used and while not building the reloc-wrapper.
6862
6863 2008-04-13  Bruno Haible  <bruno@clisp.org>
6864
6865         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
6866
6867 2008-04-13  Bruno Haible  <bruno@clisp.org>
6868
6869         Fix AIX compilation failure introduced on 2008-04-02.
6870         * tests/test-frexp.c (exp): Undefine before redefining.
6871         * tests/test-frexpl.c (exp): Likewise.
6872
6873 2008-04-13  Bruno Haible  <bruno@clisp.org>
6874
6875         Work around a HP-UX stdio bug.
6876         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
6877         * tests/test-ftello.c (main): Likewise.
6878         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
6879         * doc/posix-functions/ftello.texi: Likewise.
6880
6881 2008-04-13  Bruno Haible  <bruno@clisp.org>
6882
6883         Make test-signbit pass on HP-UX/hppa.
6884         * tests/test-signbit.c (minus_zerol): New variable.
6885         (test_signbitl): Use it.
6886
6887 2008-04-13  Bruno Haible  <bruno@clisp.org>
6888
6889         Make truncl work on OSF/1 4.0.
6890         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
6891         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
6892         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
6893         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
6894         HAVE_DECL_TRUNCL.
6895         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
6896         HAVE_DECL_TRUNCL.
6897         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
6898
6899 2008-04-13  Bruno Haible  <bruno@clisp.org>
6900
6901         * lib/unictype.h: Remove trailing comma from enumeration definitions.
6902
6903 2008-04-13  Bruno Haible  <bruno@clisp.org>
6904
6905         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
6906         expression, so as to avoid HP-UX 11 cc compiler bug.
6907
6908 2008-04-13  Bruno Haible  <bruno@clisp.org>
6909
6910         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
6911
6912 2008-04-13  Bruno Haible  <bruno@clisp.org>
6913
6914         * lib/git-merge-changelog.c: Remove empty declaration outside of
6915         functions.
6916
6917 2008-04-13  Bruno Haible  <bruno@clisp.org>
6918
6919         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
6920
6921 2008-04-13  Bruno Haible  <bruno@clisp.org>
6922
6923         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
6924         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
6925         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
6926         also if it exists but lacks definitions of the SHUT_* macros.
6927         * modules/sys_socket (Description): Update.
6928         Reported by Elbert Pol <e.pol@chello.nl>.
6929
6930 2008-04-13  Bruno Haible  <bruno@clisp.org>
6931
6932         * lib/localcharset.c (OS2): Don't redefine if already defined.
6933         Reported by Elbert Pol <e.pol@chello.nl>.
6934
6935 2008-04-13  Bruno Haible  <bruno@clisp.org>
6936
6937         * lib/binary-io.h [__EMX__]: Include <io.h>.
6938         Reported by Elbert Pol <e.pol@chello.nl>.
6939
6940 2008-04-12  Bruno Haible  <bruno@clisp.org>
6941
6942         * lib/fpucw.h: Enable the definitions also for x86_64.
6943         Needed for NetBSD/x86_64.
6944         Reported by Thomas Klausner <tk@giga.or.at>.
6945
6946 2008-04-12  Bruno Haible  <bruno@clisp.org>
6947
6948         * tests/test-strtod.c: Include isnand.h.
6949         (main): Use isnand instead of isnan.
6950         Reported by Jim Meyering.
6951
6952 2008-04-12  Bruno Haible  <bruno@clisp.org>
6953
6954         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
6955         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
6956
6957 2008-04-12  Jim Meyering  <meyering@redhat.com>
6958
6959         * m4/math_h.m4 (gl_MATH_H): Fix typos.
6960
6961 2008-04-12  Bruno Haible  <bruno@clisp.org>
6962
6963         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
6964         Reported by Elbert Pol <e.pol@chello.nl>.
6965
6966 2008-04-12  Eric Blake  <ebb9@byu.net>
6967
6968         Work around Solaris 10 math.h bug.
6969         * m4/math_h.m4 (gl_MATH_H): Check for bug.
6970         (gl_MATH_H_DEFAULTS): Set up default.
6971         * modules/math (Makefile.am): Replace new indicators.
6972         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
6973         * tests/test-math.c (main): Test this.
6974         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
6975         * doc/posix-headers/math.texi (math.h): Mention bug.
6976         Reported by Nelson H. F. Beebe and Jim Meyering.
6977
6978 2008-04-11  Bruno Haible  <bruno@clisp.org>
6979
6980         Adapt to future versions of Apple GCC.
6981         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
6982         Reported by Peter O'Gorman <peter@pogma.com>.
6983
6984 2008-04-11  Bruno Haible  <bruno@clisp.org>
6985
6986         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
6987
6988 2008-04-11  Bruno Haible  <bruno@clisp.org>
6989
6990         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
6991
6992         * modules/getaddrinfo-tests (Makefile.am): Define
6993         test_getaddrinfo_LDADD.
6994
6995 2008-04-11  Bruno Haible  <bruno@clisp.org>
6996
6997         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
6998         (init): Fix syntax error.
6999         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
7000         is declared.
7001
7002 2008-04-11  Bruno Haible  <bruno@clisp.org>
7003
7004         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
7005         * modules/glob (Depends-on): Add stdbool.
7006
7007 2008-04-11  Bruno Haible  <bruno@clisp.org>
7008
7009         * lib/trim.c: Include <string.h>.
7010
7011 2008-04-11  Eric Blake  <ebb9@byu.net>
7012
7013         Avoid compile failure on OS/2.
7014         * lib/regex_internal.h (internal_function): Disable optimization
7015         on OS/2 (__EMX__), where it caused compiler error.
7016         Reported by Elbert Pol.
7017
7018 2008-04-11  Bruno Haible  <bruno@clisp.org>
7019
7020         Flush the standard error stream before aborting. Needed on mingw.
7021         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
7022         * tests/test-array_list.c (ASSERT): Likewise.
7023         * tests/test-array_oset.c (ASSERT): Likewise.
7024         * tests/test-avltree_list.c (ASSERT): Likewise.
7025         * tests/test-avltree_oset.c (ASSERT): Likewise.
7026         * tests/test-avltreehash_list.c (ASSERT): Likewise.
7027         * tests/test-binary-io.c (ASSERT): Likewise.
7028         * tests/test-byteswap.c (ASSERT): Likewise.
7029         * tests/test-c-ctype.c (ASSERT): Likewise.
7030         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
7031         * tests/test-c-strcasestr.c (ASSERT): Likewise.
7032         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
7033         * tests/test-c-strstr.c (ASSERT): Likewise.
7034         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
7035         * tests/test-canonicalize.c (ASSERT): Likewise.
7036         * tests/test-carray_list.c (ASSERT): Likewise.
7037         * tests/test-ceilf1.c (ASSERT): Likewise.
7038         * tests/test-ceilf2.c (ASSERT): Likewise.
7039         * tests/test-ceill.c (ASSERT): Likewise.
7040         * tests/test-count-one-bits.c (ASSERT): Likewise.
7041         * tests/test-fbufmode.c (ASSERT): Likewise.
7042         * tests/test-fflush2.c (ASSERT): Likewise.
7043         * tests/test-floorf1.c (ASSERT): Likewise.
7044         * tests/test-floorf2.c (ASSERT): Likewise.
7045         * tests/test-floorl.c (ASSERT): Likewise.
7046         * tests/test-fopen.c (ASSERT): Likewise.
7047         * tests/test-fpending.c (ASSERT): Likewise.
7048         * tests/test-fprintf-posix.c (ASSERT): Likewise.
7049         * tests/test-fpurge.c (ASSERT): Likewise.
7050         * tests/test-freadable.c (ASSERT): Likewise.
7051         * tests/test-freadahead.c (ASSERT): Likewise.
7052         * tests/test-freading.c (ASSERT): Likewise.
7053         * tests/test-freadptr.c (ASSERT): Likewise.
7054         * tests/test-freadptr2.c (ASSERT): Likewise.
7055         * tests/test-freadseek.c (ASSERT): Likewise.
7056         * tests/test-freopen.c (ASSERT): Likewise.
7057         * tests/test-frexp.c (ASSERT): Likewise.
7058         * tests/test-frexpl.c (ASSERT): Likewise.
7059         * tests/test-fseek.c (ASSERT): Likewise.
7060         * tests/test-fseeko.c (ASSERT): Likewise.
7061         * tests/test-fstrcmp.c (ASSERT): Likewise.
7062         * tests/test-ftell.c (ASSERT): Likewise.
7063         * tests/test-ftello.c (ASSERT): Likewise.
7064         * tests/test-func.c (ASSERT): Likewise.
7065         * tests/test-fwritable.c (ASSERT): Likewise.
7066         * tests/test-fwriting.c (ASSERT): Likewise.
7067         * tests/test-getdelim.c (ASSERT): Likewise.
7068         * tests/test-getline.c (ASSERT): Likewise.
7069         * tests/test-i-ring.c (ASSERT): Likewise.
7070         * tests/test-iconv-utf.c (ASSERT): Likewise.
7071         * tests/test-iconv.c (ASSERT): Likewise.
7072         * tests/test-isfinite.c (ASSERT): Likewise.
7073         * tests/test-isnand.c (ASSERT): Likewise.
7074         * tests/test-isnanf.c (ASSERT): Likewise.
7075         * tests/test-isnanl.h (ASSERT): Likewise.
7076         * tests/test-ldexpl.c (ASSERT): Likewise.
7077         * tests/test-linked_list.c (ASSERT): Likewise.
7078         * tests/test-linkedhash_list.c (ASSERT): Likewise.
7079         * tests/test-localename.c (ASSERT): Likewise.
7080         * tests/test-lseek.c (ASSERT): Likewise.
7081         * tests/test-mbscasecmp.c (ASSERT): Likewise.
7082         * tests/test-mbscasestr1.c (ASSERT): Likewise.
7083         * tests/test-mbscasestr2.c (ASSERT): Likewise.
7084         * tests/test-mbscasestr3.c (ASSERT): Likewise.
7085         * tests/test-mbscasestr4.c (ASSERT): Likewise.
7086         * tests/test-mbschr.c (ASSERT): Likewise.
7087         * tests/test-mbscspn.c (ASSERT): Likewise.
7088         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
7089         * tests/test-mbspbrk.c (ASSERT): Likewise.
7090         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
7091         * tests/test-mbsrchr.c (ASSERT): Likewise.
7092         * tests/test-mbsspn.c (ASSERT): Likewise.
7093         * tests/test-mbsstr1.c (ASSERT): Likewise.
7094         * tests/test-mbsstr2.c (ASSERT): Likewise.
7095         * tests/test-mbsstr3.c (ASSERT): Likewise.
7096         * tests/test-memchr2.c (ASSERT): Likewise.
7097         * tests/test-memmem.c (ASSERT): Likewise.
7098         * tests/test-open.c (ASSERT): Likewise.
7099         * tests/test-printf-frexp.c (ASSERT): Likewise.
7100         * tests/test-printf-frexpl.c (ASSERT): Likewise.
7101         * tests/test-printf-posix.c (ASSERT): Likewise.
7102         * tests/test-quotearg.c (ASSERT): Likewise.
7103         * tests/test-rbtree_list.c (ASSERT): Likewise.
7104         * tests/test-rbtree_oset.c (ASSERT): Likewise.
7105         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
7106         * tests/test-round1.c (ASSERT): Likewise.
7107         * tests/test-roundf1.c (ASSERT): Likewise.
7108         * tests/test-roundl.c (ASSERT): Likewise.
7109         * tests/test-signbit.c (ASSERT): Likewise.
7110         * tests/test-sleep.c (ASSERT): Likewise.
7111         * tests/test-snprintf-posix.c (ASSERT): Likewise.
7112         * tests/test-snprintf.c (ASSERT): Likewise.
7113         * tests/test-sprintf-posix.c (ASSERT): Likewise.
7114         * tests/test-stat-time.c (ASSERT): Likewise.
7115         * tests/test-strcasestr.c (ASSERT): Likewise.
7116         * tests/test-strerror.c (ASSERT): Likewise.
7117         * tests/test-striconv.c (ASSERT): Likewise.
7118         * tests/test-striconveh.c (ASSERT): Likewise.
7119         * tests/test-striconveha.c (ASSERT): Likewise.
7120         * tests/test-strsignal.c (ASSERT): Likewise.
7121         * tests/test-strstr.c (ASSERT): Likewise.
7122         * tests/test-strtod.c (ASSERT): Likewise.
7123         * tests/test-trunc1.c (ASSERT): Likewise.
7124         * tests/test-trunc2.c (ASSERT): Likewise.
7125         * tests/test-truncf1.c (ASSERT): Likewise.
7126         * tests/test-truncf2.c (ASSERT): Likewise.
7127         * tests/test-truncl.c (ASSERT): Likewise.
7128         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
7129         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
7130         * tests/test-vasnprintf.c (ASSERT): Likewise.
7131         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
7132         * tests/test-vasprintf.c (ASSERT): Likewise.
7133         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
7134         * tests/test-vprintf-posix.c (ASSERT): Likewise.
7135         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
7136         * tests/test-vsnprintf.c (ASSERT): Likewise.
7137         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
7138         * tests/test-wcwidth.c (ASSERT): Likewise.
7139         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
7140         * tests/test-xprintf-posix.c (ASSERT): Likewise.
7141         * tests/test-xvasprintf.c (ASSERT): Likewise.
7142         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
7143         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
7144         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
7145         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
7146         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
7147         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
7148         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
7149         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
7150         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
7151         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
7152         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
7153         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
7154         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
7155         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
7156         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
7157         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
7158         * tests/unictype/test-block_list.c (ASSERT): Likewise.
7159         * tests/unictype/test-block_of.c (ASSERT): Likewise.
7160         * tests/unictype/test-block_test.c (ASSERT): Likewise.
7161         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
7162         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
7163         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
7164         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
7165         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
7166         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
7167         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
7168         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
7169         * tests/unictype/test-combining.c (ASSERT): Likewise.
7170         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
7171         * tests/unictype/test-digit.c (ASSERT): Likewise.
7172         * tests/unictype/test-mirror.c (ASSERT): Likewise.
7173         * tests/unictype/test-numeric.c (ASSERT): Likewise.
7174         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
7175         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
7176         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
7177         * tests/unictype/test-scripts.c (ASSERT): Likewise.
7178         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
7179         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
7180         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
7181         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
7182         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
7183         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
7184         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
7185         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
7186         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
7187         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
7188         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
7189         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
7190         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
7191         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
7192         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
7193         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
7194         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
7195         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
7196         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
7197         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
7198         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
7199         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
7200         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
7201         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
7202         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
7203         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
7204         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
7205         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
7206         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
7207         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
7208         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
7209         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
7210         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
7211         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
7212         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
7213         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
7214         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
7215         Reported by Eric Blake.
7216
7217 2008-04-11  Bruno Haible  <bruno@clisp.org>
7218
7219         * lib/wchar.in.h: Tweak comment.
7220
7221 2008-04-11  Bruno Haible  <bruno@clisp.org>
7222
7223         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
7224         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
7225         gl_COMMON.
7226         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
7227
7228 2008-04-11  Bruno Haible  <bruno@clisp.org>
7229
7230         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
7231
7232 2008-04-11  Simon Josefsson  <simon@josefsson.org>
7233
7234         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
7235         of attempting to use non-existing /dev/*random.  Based on patch
7236         from Adam Strzelecki <ono@java.pl> in
7237         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
7238
7239 2008-04-08  Bruno Haible  <bruno@clisp.org>
7240
7241         Add tentative support for emx+gcc.
7242         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
7243         * lib/fpurge.c (fpurge): Likewise.
7244         * lib/freadable.c (freadable): Likewise.
7245         * lib/freadahead.c (freadahead): Likewise.
7246         * lib/freading.c (freading): Likewise.
7247         * lib/freadptr.c (freadptr): Likewise.
7248         * lib/freadseek.c (freadptrinc): Likewise.
7249         * lib/fseeko.c (rpl_fseeko): Likewise.
7250         * lib/fseterr.c (fseterr): Likewise.
7251         * lib/fwritable.c (fwritable): Likewise.
7252         * lib/fwriting.c (fwriting): Likewise.
7253         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
7254
7255 2008-04-09  Eric Blake  <ebb9@byu.net>
7256
7257         Avoid some autoconf warnings.
7258         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
7259         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
7260         * m4/afs.m4 (gl_AFS): Likewise.
7261         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
7262         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
7263         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
7264         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
7265         (gl_INTEGER_TYPE_SUFFIX): Likewise.
7266         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
7267         (AC_CHECK_DECLS_ONCE): Likewise.
7268         Rename file...
7269         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
7270         gnulib-tool requires autoconf 2.59 or better.
7271         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
7272
7273 2008-04-08  Eric Blake  <ebb9@byu.net>
7274
7275         Use 'git describe --match' if present (added in git 1.5.5).
7276         * build-aux/git-version-gen: Limit result to tags that match 'v*'
7277         if possible.
7278
7279 2008-04-08  Bruno Haible  <bruno@clisp.org>
7280
7281         Add tentative support for OpenServer.
7282         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
7283         _ptr, _cnt.
7284         * lib/fpurge.c (fpurge): Likewise.
7285         * lib/freadable.c (freadable): Likewise.
7286         * lib/freadahead.c (freadahead): Likewise.
7287         * lib/freading.c (freading): Likewise.
7288         * lib/freadptr.c (freadptr): Likewise.
7289         * lib/freadseek.c (freadptrinc): Likewise.
7290         * lib/fseeko.c (rpl_fseeko): Likewise.
7291         * lib/fseterr.c (fseterr): Likewise.
7292         * lib/fwritable.c (fwritable): Likewise.
7293         * lib/fwriting.c (fwriting): Likewise.
7294         Reported by Roger Cornelius <rac@tenzing.org> and
7295         Brian K. White <brian@aljex.com>.
7296
7297 2008-04-06  Jim Meyering  <meyering@redhat.com>
7298
7299         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
7300
7301 2008-04-06  Bruno Haible  <bruno@clisp.org>
7302
7303         Avoid possible error with non-ASCII bytes in UTF-8 locales.
7304         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
7305         * tests/test-printf-posix.sh: Likewise.
7306         * tests/test-vfprintf-posix.sh: Likewise.
7307         * tests/test-vprintf-posix.sh: Likewise.
7308         * tests/test-xprintf-posix.sh: Likewise.
7309
7310 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7311
7312         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
7313         hide error from 'ls', needed on OS/2.
7314         Report by Elbert Pol <elbert.pol@gmail.com>.
7315
7316 2008-04-04  Eric Blake  <ebb9@byu.net>
7317
7318         Make test-fseeko.c failures meaningful.
7319         * tests/test-fseeko.c: Print line number on failure.
7320         * tests/test-fseek.c: Likewise.
7321         Reported by Nelson H. F. Beebe.
7322
7323         Improve strtod bug detection check.
7324         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
7325         required for Solaris 10.
7326         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
7327
7328 2008-04-04  Bruno Haible  <bruno@clisp.org>
7329
7330         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
7331         by m4/setenv.m4.
7332
7333 2008-04-03  Eric Blake  <ebb9@byu.net>
7334
7335         Ensure sane .version contents.
7336         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
7337         version string.
7338         * build-aux/git-version-gen: Improve documentation.
7339
7340         Make GNU make output nicer.
7341         * top/GNUmakefile [!_have-Makefile]: Add dependency on
7342         MAKECMDGOALS to enforce message for all command line targets.  Set
7343         srcdir for use in maint.mk.
7344
7345         Another maintainer tweak.
7346         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
7347         a target that regenerates version.
7348
7349 2008-04-03  Jim Meyering  <meyering@redhat.com>
7350
7351         vc-list-files: don't cause coreutils "make po-check" failure
7352         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
7353
7354 2008-04-03  Eric Blake  <ebb9@byu.net>
7355
7356         Allow VPATH usage of vc-list-files.
7357         * build-aux/vc-list-files (scriptversion): Add timestamp.
7358         (options): Add --help, --version, -C.
7359         (CVS): Support installed cvsu.
7360
7361 2008-04-02  Bruno Haible  <bruno@clisp.org>
7362
7363         Avoid some "statement with no effect" warnings from gcc.
7364         * tests/test-wctype.c (main): Explicitly ignore unused values.
7365         Reported by Jim Meyering.
7366
7367 2008-04-02  Jim Meyering  <meyering@redhat.com>
7368
7369         Avoid some warnings from "gcc -Wshadow".
7370         * tests/test-frexp.c (exp): Define to a different identifier.
7371         * tests/test-frexpl.c (exp): Likewise.
7372
7373 2008-04-03  Jim Meyering  <meyering@redhat.com>
7374
7375         bootstrap: remove dangling *.[ch] symlinks from lib
7376         * build-aux/bootstrap [dangling symlink removal]: Move find's
7377         -depth option to precede all others, to avoid a warning.
7378         Remove *.[ch] files too, and from "$source_base" (usually lib/).
7379
7380 2008-04-02  Bruno Haible  <bruno@clisp.org>
7381
7382         Avoid some warnings from "gcc -Wshadow".
7383         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
7384         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
7385         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
7386         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
7387         Reported by Jim Meyering.
7388
7389 2008-04-01  Bruno Haible  <bruno@clisp.org>
7390
7391         Fix test to work on IRIX 6.5 with cc.
7392         * tests/test-math.c (numeric_equal): New function.
7393         (main): Use it.
7394
7395 2008-04-01  Bruno Haible  <bruno@clisp.org>
7396
7397         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
7398
7399 2008-04-01  Bruno Haible  <bruno@clisp.org>
7400
7401         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
7402         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7403         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
7404         (Depends-on): Remove math.
7405
7406         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
7407         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7408         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
7409         (Depends-on): Remove math.
7410
7411         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
7412         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7413         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
7414         (Depends-on): Remove math.
7415         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
7416         (Depends-on): Remove math.
7417
7418         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
7419         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7420         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
7421         (Depends-on): Remove math.
7422         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
7423         (Depends-on): Remove math.
7424
7425         * tests/test-round1.c: Include nan.h.
7426         (main): Use NaNd instead of NAN.
7427         * modules/round-tests (Files): Add tests/nan.h.
7428
7429         * tests/test-trunc1.c: Include nan.h.
7430         (main): Use NaNd instead of NAN.
7431         * modules/trunc-tests (Files): Add tests/nan.h.
7432
7433         * tests/test-roundf1.c: Include nan.h.
7434         (main): Use NaNf instead of NAN.
7435         * modules/roundf-tests (Files): Add tests/nan.h.
7436
7437         * tests/test-truncf1.c: Include nan.h.
7438         (main): Use NaNf instead of NAN.
7439         * modules/truncf-tests (Files): Add tests/nan.h.
7440
7441         * tests/test-ceilf1.c: Include nan.h.
7442         (main): Use NaNf instead of NAN.
7443         * modules/ceilf-tests (Files): Add tests/nan.h.
7444
7445         * tests/test-floorf1.c: Include nan.h.
7446         (main): Use NaNf instead of NAN.
7447         * modules/floorf-tests (Files): Add tests/nan.h.
7448
7449         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
7450         (main): Use NaNf instead of NAN.
7451         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
7452
7453         * tests/test-isnand.c: Include nan.h instead of <math.h>.
7454         (main): Use NaNd instead of NAN.
7455         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
7456
7457         * tests/test-frexp.c: Include nan.h.
7458         (main): Use NaNd instead of NAN.
7459         * modules/frexp-tests (Files): Add tests/nan.h.
7460
7461         * lib/isnan.c: Don't include <math.h>.
7462         (FUNC): Don't use NAN macro.
7463         * modules/isnand-nolibm (Depends-on): Remove math.
7464         * modules/isnanf-nolibm (Depends-on): Remove math.
7465         * modules/isnanl (Depends-on): Remove math.
7466         * modules/isnanl-nolibm (Depends-on): Remove math.
7467
7468         * tests/nan.h: New file.
7469
7470 2008-04-01  Eric Blake  <ebb9@byu.net>
7471
7472         Fix typos.
7473         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
7474         values to be the right type.
7475
7476         For now, cater to gnulib strtod inaccuracies.
7477         * tests/test-strtod.c (main): Allow 1-ulp error on expected
7478         fractional results.  While not as nice from a QoI perspective, it
7479         is a quicker patch than correctly implementing decimal to binary
7480         rounding.
7481
7482 2008-03-31  Eric Blake  <ebb9@byu.net>
7483
7484         Guarantee a definition of NAN.
7485         * lib/math.in.h (NAN): Define if missing.
7486         * tests/test-math.c (main): Test it.
7487         * doc/posix-headers/math.texi (math.h): Document this.
7488         * lib/isnan.c (rpl_isnand): Use it.
7489         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
7490         * tests/test-floorf1.c (NaN): Likewise.
7491         * tests/test-frexp.c (NaN): Likewise.
7492         * tests/test-isnand.c (NaN): Likewise.
7493         * tests/test-isnanf.c (NaN): Likewise.
7494         * tests/test-round1.c (NaN): Likewise.
7495         * tests/test-roundf1.c (NaN): Likewise.
7496         * tests/test-snprintf-posix.h (NaN): Likewise.
7497         * tests/test-sprintf-posix.h (NaN): Likewise.
7498         * tests/test-trunc1.c (NaN): Likewise.
7499         * tests/test-truncf1.c (NaN): Likewise.
7500         * tests/test-vasnprintf-posix.c (NaN): Likewise.
7501         * tests/test-vasprintf-posix.c (NaN): Likewise.
7502         * modules/isnand-nolibm (Depends-on): Add math.
7503         * modules/isnanf-nolibm (Depends-on): Likewise.
7504         * modules/isnanl (Depends-on): Likewise.
7505         * modules/isnanl-nolibm (Depends-on): Likewise.
7506         * modules/snprintf-posix-tests (Depends-on): Likewise.
7507         * modules/sprintf-posix-tests (Depends-on): Likewise.
7508         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
7509         * modules/vsprintf-posix-tests (Depends-on): Likewise.
7510         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
7511         * modules/vasprintf-posix-tests (Depends-on): Likewise.
7512
7513 2008-03-31  Bruno Haible  <bruno@clisp.org>
7514
7515         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
7516         * doc/posix-functions/strtod.texi: Likewise.
7517
7518 2008-03-31  Bruno Haible  <bruno@clisp.org>
7519
7520         * tests/test-strtod.c (main): Don't use C99 syntax.
7521
7522 2008-03-31  Bruno Haible  <bruno@clisp.org>
7523
7524         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
7525         Reported by Eric Blake.
7526
7527 2008-03-31  Jim Meyering  <meyering@redhat.com>
7528
7529         Don't compare actual signbit return values.
7530         * tests/test-strtod.c (main): Rather, compare only their
7531         zero/non-zero nature.
7532
7533 2008-03-31  Eric Blake  <ebb9@byu.net>
7534
7535         More strtod documentation.
7536         * doc/posix-functions/strtod.texi (strtod): Interpret more test
7537         failures as distinct bugs.
7538
7539 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
7540
7541         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
7542         Problem reported by Erik Benada in
7543         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
7544
7545 2008-03-30  Bruno Haible  <bruno@clisp.org>
7546
7547         * tests/test-strtod.c: Add comments about which assertion fails on which
7548         platform.
7549         * doc/posix-functions/strtod.texi: Add info about many more platforms.
7550
7551 2008-03-30  Eric Blake  <ebb9@byu.net>
7552
7553         Test signbit behavior on zeros.
7554         * tests/test-signbit.c (test_signbitf): Add tests for zero.
7555         (test_signbitd, test_signbitl): Likewise.
7556
7557         More strtod touchups.
7558         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
7559         sign of negative underflow, for now.  Use .5, not .1.
7560         * doc/posix-functions/strtod.texi (strtod): Mention these
7561         limitations.
7562         Reported by Jim Meyering.
7563
7564 2008-03-30  Bruno Haible  <bruno@clisp.org>
7565
7566         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
7567         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
7568
7569 2008-03-30  Bruno Haible  <bruno@clisp.org>
7570
7571         Avoid failure when attempting to return empty iconv results on some
7572         platforms.
7573         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
7574         allocation, don't report ENOMEM when the resulting string is empty.
7575
7576 2008-03-30  Bruno Haible  <bruno@clisp.org>
7577
7578         Fix buffer overrun.
7579         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
7580         Don't consider the width for tmp_length. Check count against tmp_length
7581         before doing the padding. Ensure enough allocation during padding.
7582
7583 2008-03-30  Eric Blake  <ebb9@byu.net>
7584
7585         strtod touchups.
7586         * lib/strtod.c (strtod): Avoid compiler warnings.
7587         Reported by Jim Meyering.
7588
7589 2008-03-30  Bruno Haible  <bruno@clisp.org>
7590
7591         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
7592         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
7593         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
7594         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
7595         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
7596         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
7597         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
7598         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
7599
7600         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
7601         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
7602         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
7603         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
7604         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
7605         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
7606         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
7607         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
7608
7609         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
7610         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
7611         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
7612         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
7613         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
7614         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
7615         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
7616         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
7617
7618         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
7619         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
7620
7621         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
7622         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
7623
7624         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
7625         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
7626
7627         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
7628         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
7629         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
7630
7631         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
7632         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
7633         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
7634
7635         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
7636         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
7637         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
7638
7639         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
7640         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
7641         * modules/vasprintf (Depends-on): Add EOVERFLOW.
7642
7643         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
7644         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
7645         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
7646         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
7647         (Depends-on): Add EOVERFLOW.
7648         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
7649         (Depends-on): Add EOVERFLOW.
7650         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
7651         (Depends-on): Add EOVERFLOW.
7652         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
7653         (Depends-on): Add EOVERFLOW.
7654         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
7655         (Depends-on): Add EOVERFLOW.
7656         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
7657         (Depends-on): Add EOVERFLOW.
7658         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
7659         (Depends-on): Add EOVERFLOW.
7660         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
7661         (Depends-on): Add EOVERFLOW.
7662
7663         * lib/sprintf.c (EOVERFLOW): Remove fallback.
7664         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
7665         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
7666
7667         * lib/snprintf.c (EOVERFLOW): Remove fallback.
7668         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
7669         * modules/snprintf (Depends-on): Add EOVERFLOW.
7670
7671         * lib/poll.c (EOVERFLOW): Remove fallback.
7672         * modules/poll (Depends-on): Add EOVERFLOW.
7673
7674         * lib/getugroups.c (EOVERFLOW): Remove fallback.
7675         * modules/getugroups (Depends-on): Add EOVERFLOW.
7676
7677         * lib/getdelim.c (EOVERFLOW): Remove fallback.
7678         * modules/getdelim (Depends-on): Add EOVERFLOW.
7679
7680         * lib/ftell.c (EOVERFLOW): Remove fallback.
7681         * modules/ftell (Depends-on): Add EOVERFLOW.
7682
7683         * lib/fprintf.c (EOVERFLOW): Remove fallback.
7684         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
7685         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
7686
7687         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
7688
7689         * modules/EOVERFLOW-tests: New file.
7690         * tests/test-EOVERFLOW.c: New file.
7691
7692         * modules/EOVERFLOW: New file.
7693         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
7694
7695 2008-03-30  Bruno Haible  <bruno@clisp.org>
7696
7697         Fix bug introduced on 2007-06-10.
7698         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
7699         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
7700
7701 2008-03-30  Bruno Haible  <bruno@clisp.org>
7702
7703         Improve freadseek's efficiency after ungetc.
7704         * lib/freadseek.c: Include freadahead.h.
7705         (freadptrinc): New function, extracted from freadseek.
7706         (freadseek): Use it in a loop. Use freadahead to determine the number
7707         of loop iterations.
7708         * modules/freadseek (Depends-on): Add freadahead.
7709         (configure.ac): Require AC_C_INLINE.
7710
7711 2008-03-30  Bruno Haible  <bruno@clisp.org>
7712
7713         * lib/freadseek.c (freadseek): Don't ignore the return value of
7714         freadptr.
7715
7716 2008-03-29  Eric Blake  <ebb9@byu.net>
7717
7718         Add hex float support.
7719         * modules/strtod (Depends-on): Add c-ctype.
7720         (Link): Mention POW_LIB.
7721         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
7722         whitespace between 'e' and exponent.
7723         * tests/test-strtod.c (main): Enable hex float tests.
7724         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
7725         now provides.
7726
7727         Document various strtod bugs, with some fixes.
7728         * doc/posix-functions/strtod.texi (strtod): Document bugs with
7729         "-0x", "inf", "nan", and hex constants.
7730         * doc/posix-functions/atof.texi (atof): Likewise.
7731         * modules/stdlib (Makefile.am): Support strtod.
7732         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
7733         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
7734         detect additional strtod bugs.
7735         * lib/stdlib.in.h (rpl_strtod): Add declarations.
7736         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
7737         bool where appropriate.  Parse 'inf' and 'nan'.
7738         * tests/test-strtod.c: New file.
7739         * modules/strtod (Depends-on): Add stdbool, stdlib.
7740         (configure.ac): Turn on module indicator.
7741         * modules/strtod-tests: New module.
7742
7743 2008-03-29  Eric Blake  <ebb9@byu.net>
7744
7745         Fix ftell on mingw.
7746         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
7747         * modules/ftell-tests (Depends-on): Add binary-io.
7748         * modules/ftello-tests (Depends-on): Likewise.
7749         * tests/test-ftell.c (main): Enhance test to cover behavior after
7750         ungetc.  Enforce binary mode.
7751         * tests/test-ftello.c (main): Likewise.
7752
7753         Pass test-freadseek on cygwin.
7754         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
7755         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
7756         ungetc buffer.
7757
7758         * tests/test-fflush2.c (main): Fix typo.
7759
7760 2008-03-29  Bruno Haible  <bruno@clisp.org>
7761
7762         * tests/test-fflush2.c (main): Temporarily disable the contents of
7763         this test.
7764         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
7765         Reported by Eric Blake.
7766
7767 2008-03-28  Simon Josefsson  <simon@josefsson.org>
7768
7769         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
7770         (GC_SHA224_DIGEST_SIZE): Add.
7771
7772         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
7773         (gc_hash_digest_length): Likewise.
7774         (gc_hash_buffer): Likewise.
7775
7776 2008-03-25  Bruno Haible  <bruno@clisp.org>
7777
7778         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
7779         detail which gettext release to use.
7780         Reported by Simon Josefsson.
7781
7782 2008-03-26  Jim Meyering  <meyering@redhat.com>
7783
7784         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
7785         * modules/gnumakefile (clean-GNUmakefile): Also, use
7786         test ... && ... || : syntax rather than if-then ... fi.
7787
7788         gnumakefile: Don't double-quote-expand $(VPATH) value.
7789         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
7790
7791 2008-03-24  Eric Blake  <ebb9@byu.net>
7792
7793         Alter GNUmakefile to install into top directory.
7794         * modules/maintainer-makefile: Split, and add dependency...
7795         * modules/gnumakefile: to this new module.
7796         * build-aux/GNUmakefile: Move...
7797         * top/GNUmakefile: ...here.
7798         * build-aux/maint.mk: Move...
7799         * top/maint.mk: ...here.
7800         * MODULES.html.sh (Support for maintaining...): Document new
7801         module.
7802
7803 2008-03-23  Bruno Haible  <bruno@clisp.org>
7804
7805         * gnulib-tool: New options --vc-files, --no-vc-files.
7806         (func_usage): Document them.
7807         (vc_files): New variable.
7808         (func_import): Consider vc_files.
7809         (func_create_testdir): Set vc_files to empty.
7810         Suggested by Jim Meyering and Karl Berry.
7811
7812 2008-03-23  Bruno Haible  <bruno@clisp.org>
7813
7814         Fix regex compilation error on HP-UX 11.
7815         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
7816         * modules/regex (Files): Add m4/mbstate_t.m4.
7817         Reported by Ton Voon <ton.voon@altinity.com>.
7818
7819 2008-03-23  Bruno Haible  <bruno@clisp.org>
7820
7821         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
7822
7823 2008-03-23  Eric Blake  <ebb9@byu.net>
7824             Bruno Haible  <bruno@clisp.org>
7825
7826         Install files from top/ in the destination directory.
7827         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
7828         augmentation also for the files from top/.
7829         (func_import, func_create_testdir): Rewrite file names:
7830         top/filename -> filename.
7831
7832 2008-03-23  Bruno Haible  <bruno@clisp.org>
7833
7834         Tweak "gnulib --version" output.
7835         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
7836
7837 2008-03-23  Bruno Haible  <bruno@clisp.org>
7838
7839         Tweak "gnulib --version" output.
7840         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
7841         rather than contents of ChangeLog, when possible.
7842
7843 2008-03-21  Eric Blake  <ebb9@byu.net>
7844
7845         More --version tweaks.
7846         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
7847         date of last ChangeLog entry.
7848
7849 2008-03-21  Jim Meyering  <meyering@redhat.com>
7850
7851         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
7852
7853 2008-03-20  Eric Blake  <ebb9@byu.net>
7854
7855         VPATH fix.
7856         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
7857
7858 2008-03-20  Simon Josefsson  <simon@josefsson.org>
7859
7860         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
7861         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
7862
7863 2008-03-20  Eric Blake  <ebb9@byu.net>
7864
7865         Sync GNUmakefile with coreutils.
7866         * build-aux/GNUmakefile (have-Makefile): Rename...
7867         (_have-Makefile): ...to this, for namespace consideration.
7868         (GNUmakefile.cfg): Include, if present.
7869         (_autoreconf): Define a default.
7870         (_is-dist-target): New rule for rebuilds to pick up intra-release
7871         version.
7872         (maint-cfg.mk): Rename...
7873         (cfg.mk): ...to this.
7874
7875 2008-03-18  Jim Meyering  <meyering@redhat.com>
7876
7877         New script and module: mktempd
7878         * MODULES.html.sh (maint+release support): Add mktempd.
7879         * build-aux/mktempd: New file.
7880         * modules/mktempd: New file.
7881
7882 2008-03-15  Jim Meyering  <meyering@redhat.com>
7883
7884         Undo last change.
7885         * lib/sha1.c, lib/md5.c: 63 != ~63.
7886         Reported by Andreas Schwab.
7887
7888         sha1.c, md5.c: Hoist a redundant expression.
7889         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
7890         "ctx->buflen" only once, before calling *_process_block.
7891         * lib/md5.c (md5_process_bytes): Likewise.
7892
7893 2008-03-14  Eric Blake  <ebb9@byu.net>
7894
7895         Bump copyright year in files generated by gnulib-tool.
7896         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
7897         gnulib-tool, rather than hard-coding it.
7898
7899         Fix 'gnulib-tool --version' output to work with git.
7900         * gnulib-tool (func_gnulib_dir): New function, extracted from...
7901         (startup): ...here.
7902         (func_version): Use it to invoke git-version-gen, rather than
7903         relying on CVS keyword expansion.  Modernize wording.
7904         (cvsdatestamp, last_checkin_date, version): Kill unused
7905         variables.
7906
7907 2008-03-12  Jim Meyering  <meyering@redhat.com>
7908
7909         Recognize optional cast of the argument to free.
7910         * build-aux/useless-if-before-free: Update regexps.
7911
7912         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
7913
7914 2008-03-11  Bruno Haible  <bruno@clisp.org>
7915
7916         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
7917         by a single package.
7918         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
7919         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
7920         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
7921         Reported by Sam Steingold <sds@gnu.org>.
7922
7923 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7924
7925         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
7926         repositories.
7927
7928 2008-03-11  Bruno Haible  <bruno@clisp.org>
7929
7930         Avoid conflicts between local macro definitions.
7931         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
7932         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
7933
7934 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
7935             Bruno Haible  <bruno@clisp.org>
7936
7937         Make va_copy work with some version of xlc on AIX 5.1.
7938         * lib/stdarg.in.h: New file.
7939         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
7940         On AIX, use a <stdarg.h> file substitute.
7941         * modules/stdarg (Files): Add lib/stdarg.in.h.
7942         (Depends-on): Add include_next.
7943         (Makefile.am): Build a stdarg.h substitute if requested.
7944         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
7945
7946 2008-03-10  Bruno Haible  <bruno@clisp.org>
7947
7948         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
7949         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
7950         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
7951
7952 2008-03-10  Bruno Haible  <bruno@clisp.org>
7953
7954         * modules/stdlib (Depends-on): Add include_next, remove
7955         absolute-header.
7956
7957 2008-03-09  Bruno Haible  <bruno@clisp.org>
7958
7959         * lib/freadahead.h (freadahead): Document more precisely.
7960         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
7961         the sum of both buffer sizes.
7962         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
7963         * NEWS: Document the change.
7964
7965 2008-03-09  Bruno Haible  <bruno@clisp.org>
7966
7967         Extend freadptr to return also the buffer size.
7968         * lib/freadptr.h (freadptr): Add sizep argument.
7969         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
7970         (freadptr): Add sizep argument. Determine buffer size like freadahead
7971         does.
7972         * tests/test-freadptr.c: Don't include freadahead.h.
7973         (main): Adapt for new calling convention of freadptr.
7974         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
7975         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
7976         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
7977         tests/test-freadptr2.sh.
7978         (Depends): Remove freadahead.
7979         (TESTS): Add test-freadptr2.sh.
7980         (check_PROGRAMS): Add test-freadptr2.
7981
7982 2008-03-09  Bruno Haible  <bruno@clisp.org>
7983
7984         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
7985         Report and solution by Simon Josefsson.
7986
7987 2008-03-06  Bruno Haible  <bruno@clisp.org>
7988
7989         Make fflush after ungetc work on BSD platforms.
7990         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
7991         * tests/test-fflush2.c: New file.
7992         * tests/test-fflush2.sh: New file.
7993         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
7994         tests/test-fflush2.c.
7995         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
7996         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
7997
7998 2008-03-06  Eric Blake  <ebb9@byu.net>
7999
8000         Likewise for ftello.
8001         * modules/ftello (Dependencies): Add extensions.
8002         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
8003
8004 2008-03-06  Bruno Haible  <bruno@clisp.org>
8005
8006         * modules/fseeko (Dependencies): Add extensions.
8007         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
8008         Needed on glibc systems.
8009
8010 2008-03-06  Bruno Haible  <bruno@clisp.org>
8011
8012         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
8013         email address.
8014         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8015
8016 2008-03-06  Bruno Haible  <bruno@clisp.org>
8017
8018         * users.txt: Add libgnupdf.
8019
8020 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
8021
8022         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
8023         (Header File Substitutes, Function Substitutes,
8024         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
8025         (Build robot for gnulib): Fix typo.
8026
8027 2008-03-06  Bruno Haible  <bruno@clisp.org>
8028
8029         * doc/gnulib-tool.texi (VCS Issues): Small updates.
8030         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8031
8032 2008-03-06  Bruno Haible  <bruno@clisp.org>
8033
8034         * doc/func.texi: New file, extracted from doc/gnulib.texi.
8035         * doc/gnulib.texi: Include it.
8036
8037 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8038
8039         * modules/func (License): Change license to unlimited; there was
8040         no LGPL parts in the module anyway.
8041
8042 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8043
8044         * modules/__func__: Renamed to modules/func.
8045         * modules/__func__-tests: Renamed to modules/func-tests.
8046         * tests/test-__func__.c: Renamed to tests/test-func.c.
8047         * m4/__func__.m4: Renamed to m4/func.m4.
8048         * doc/gnulib.texi (__func__): Section renamed to func.
8049         Suggested by Eric Blake <ebb9@byu.net>.
8050
8051 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8052
8053         * doc/gnulib.texi (__func__): Use C99 terminology when talking
8054         about __func__.  Make example self-contained.  Suggested by Eric
8055         Blake <ebb9@byu.net>.
8056
8057         * tests/test-__func__.c (main): Avoid extraneous () around __func.
8058         Suggested by Eric Blake <ebb9@byu.net>.
8059
8060 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8061
8062         * modules/__func__: New file.
8063         * modules/__func__-tests: New file.
8064         * tests/test-__func__.c: New file.
8065         * m4/__func__.m4: New file.
8066         * doc/gnulib.texi (__func__): Document __func__ module.
8067
8068 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8069
8070         * modules/byteswap (License): Re-license as LGPLv2+.
8071
8072 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8073
8074         * doc/Makefile: Add pdf target.
8075
8076 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8077
8078         * modules/inline (License): Use 'unlimited', since there are only
8079         *.m4 files in this module.
8080
8081 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
8082             Bruno Haible  <bruno@clisp.org>
8083
8084         Add support for HP C 7.1 on OpenVMS 8.3.
8085         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
8086
8087 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
8088
8089         Update VMS specifics.
8090         * lib/getopt.c [VMS]: Remove include of unixlib.h.
8091
8092 2008-03-02  Jim Meyering  <meyering@redhat.com>
8093
8094         Remove the last dependency on the "free" module.
8095         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
8096         Reported by Bob Proulx.
8097
8098         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
8099
8100         Remove useless "if" tests before free.  Deprecate "free" module.
8101         * doc/posix-functions/free.texi: Mention that this
8102         module is no longer useful.
8103         * modules/free (Notice): Say this module is obsolete.
8104         * modules/readutmp (Depends-on): Remove free.
8105         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
8106         * lib/putenv.c (putenv): Likewise.
8107         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
8108         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
8109         * tests/test-c-strcasestr.c (main): Likewise.
8110         * tests/test-c-strstr.c (main): Likewise.
8111         * tests/test-mbscasestr1.c (main): Likewise.
8112         * tests/test-mbscasestr2.c (main): Likewise.
8113         * tests/test-mbsstr1.c (main): Likewise.
8114         * tests/test-mbsstr2.c (main): Likewise.
8115         * tests/test-memmem.c (main): Likewise.
8116         * tests/test-strcasestr.c (main): Likewise.
8117         * tests/test-striconv.c (main): Likewise.
8118         * tests/test-striconveh.c (main): Likewise.
8119         * tests/test-striconveha.c (main): Likewise.
8120         * tests/test-strstr.c (main): Likewise.
8121
8122         * build-aux/git-version-gen: Adjust a comment and the Usage string.
8123
8124         bootstrap: sync from coreutils again
8125         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
8126
8127 2008-03-01  Jim Meyering  <meyering@redhat.com>
8128
8129         bootstrap: sync from coreutils
8130         * build-aux/bootstrap (update_po_files): Copy a .po file into place
8131         also when the target doesn't exist.
8132
8133 2008-03-01  Eric Blake  <ebb9@byu.net>
8134
8135         Fix bugs in last patch.
8136         * lib/memchr2.c (memchr2): Fix typo.
8137         * tests/test-memchr2.c: Test previous bug, and don't use GNU
8138         extension.
8139         Reported by Bruce Korb.
8140
8141         New module 'memchr2'.
8142         * modules/memchr2: New file.
8143         * modules/memchr2-tests: Likewise.
8144         * lib/memchr2.h: Likewise.
8145         * lib/memchr2.c: Likewise, based on memchr.c.
8146         * tests/test-memchr2.c: New test.
8147         * MODULES.html.sh (String handling): Add memchr2.
8148
8149 2008-02-29  Bruno Haible  <bruno@clisp.org>
8150
8151         * modules/freadseek-tests: New file.
8152         * tests/test-freadseek.sh: New file.
8153         * tests/test-freadseek.c: New file.
8154
8155         New module 'freadseek'.
8156         * modules/freadseek: New file.
8157         * lib/freadseek.h: New file.
8158         * lib/freadseek.c: New file.
8159         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
8160
8161 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
8162
8163         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
8164         wydawca.
8165
8166         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
8167         program_invocation_name and program_invocation_short_name are
8168         present.
8169
8170 2008-02-28  Bruno Haible  <bruno@clisp.org>
8171
8172         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
8173         * tests/test-freadptr.sh: Also test non-seekable stdin.
8174
8175 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
8176
8177         * build-aux/bootstrap (source_base, m4_base)
8178         (doc_base, tests_base): New variables.
8179         (gnulib_tool_options): Do not hardcode base directories, use
8180         the above variables instead.
8181
8182 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
8183
8184         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
8185
8186 2008-02-28  Bruno Haible  <bruno@clisp.org>
8187
8188         * modules/freadptr-tests: New file.
8189         * tests/test-freadptr.sh: New file.
8190         * tests/test-freadptr.c: New file.
8191
8192         New module 'freadptr'.
8193         * modules/freadptr: New file.
8194         * lib/freadptr.h: New file.
8195         * lib/freadptr.c: New file.
8196         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
8197
8198 2008-02-26  Karl Berry  <karl@freefriends.org>
8199
8200         Sync from Libtool:
8201         * libltdl/argz.c (argz_add, argz_count): New functions.
8202         * libltdl/argz.in.h: Declare them.
8203         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
8204
8205 2008-02-22  Bruno Haible  <bruno@clisp.org>
8206
8207         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
8208         is a pointer type.  Needed for HP-UX 10.
8209         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
8210         * doc/posix-functions/gmtime_r.texi: Likewise.
8211         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
8212
8213 2008-02-24  Bruno Haible  <bruno@clisp.org>
8214
8215         * modules/environ-tests: New file.
8216         * tests/test-environ.c: New file.
8217
8218         New module 'environ'.
8219         * modules/environ: New file.
8220         * lib/unistd.in.h (environ): New declaration.
8221         * m4/environ.m4: New file.
8222         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
8223         after use.
8224         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
8225         HAVE_DECL_ENVIRON.
8226         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
8227         HAVE_DECL_ENVIRON.
8228         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
8229         wrong claim that 'environ' is missing on some systems.
8230         * modules/execute (Depends-on): Add environ.
8231         * lib/execute.c (environ): Remove fallback declaration.
8232         * modules/pipe (Depends-on): Add environ.
8233         * lib/pipe.c (environ): Remove fallback declaration.
8234         * modules/setenv (Depends-on): Add environ.
8235         * lib/setenv.c (environ): Remove fallback declaration.
8236         * modules/unsetenv (Depends-on): Add environ.
8237         * lib/unsetenv.c (environ): Remove fallback declaration.
8238         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
8239         m4/environ.m4.
8240         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
8241         (gl_PREREQ_UNSETENV): Likewise.
8242
8243 2008-02-24  Bruno Haible  <bruno@clisp.org>
8244
8245         * doc/posix-functions/environ.texi: Document the MacOS X problem.
8246
8247 2008-02-20  Bob Proulx  <bob@proulx.com>
8248
8249         Enable use of older two part flavor 'git describe'.
8250         * build-aux/git-version-gen: If using the older two part flavor of
8251         git version then recreate the third part now present in the
8252         newer three part flavor of git describe.
8253
8254 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
8255
8256         * lib/fts.c (fts_build): Typo correction to comment.
8257
8258 2008-02-17  Bruno Haible  <bruno@clisp.org>
8259
8260         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
8261         generating no-op conflicts.
8262
8263 2008-02-17  Bruno Haible  <bruno@clisp.org>
8264
8265         Speed up by 10%.
8266         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
8267         result_entries, rather than an index-based loop.
8268
8269 2008-02-17  Bruno Haible  <bruno@clisp.org>
8270
8271         Speed up by 25%.
8272         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
8273         'hashcode_cached'.
8274         (entry_create): New function.
8275         (entry_hashcode): Use the cached hashcode if possible.
8276         (read_changelog_file, try_split_merged_entry): Use entry_create.
8277
8278 2008-02-17  Bruno Haible  <bruno@clisp.org>
8279
8280         Speed up from O(n^2) to O(n) for long ChangeLog files.
8281         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
8282         (read_changelog_file): Change implementation of entries_reversed list
8283         to rbtreehash.
8284         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
8285
8286 2008-02-17  Bruno Haible  <bruno@clisp.org>
8287
8288         New option --split-merged-entry.
8289         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
8290         (find_paragraph_end, try_split_merged_entry): New functions.
8291         (long_options): Add option --split-merged-entry.
8292         (usage): Document option --split-merged-entry.
8293         (main): Implement option --split-merged-entry.
8294         Reported by Eric Blake.
8295
8296 2008-02-17  Bruno Haible  <bruno@clisp.org>
8297
8298         * lib/git-merge-changelog.c: Include c-strstr.h.
8299         (main): Support the "git pull --rebase" situation.
8300         * modules/git-merge-changelog (Depends-on): Add c-strstr.
8301         Reported by Eric Blake.
8302
8303 2008-02-16  Eric Blake  <ebb9@byu.net>
8304
8305         Avoid doubling \ in common case of "c-maybe" quoting style.
8306         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
8307         eliding outer quotes.
8308         * lib/quotearg.h: Document this.
8309         * tests/test-quotearg.c (result_strings, inputs, results_g)
8310         (flag_results, locale_results): Test it by adding a new string to
8311         each test group.
8312         (compare_strings): Test new string.
8313
8314 2008-02-13  Eric Blake  <ebb9@byu.net>
8315
8316         Avoid trigraph quoting in default output.
8317         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
8318         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
8319         unless explicitly requested.
8320         * tests/test-quotearg.c (flag_results, main): Add additional tests.
8321
8322 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
8323
8324         Don't rely on signed integer overflowing to negative value.
8325         * lib/getugroups.c (getugroups): Include <limits.h>.
8326         Instead, compare against INT_MAX, and increment only if the test passes.
8327
8328 2008-02-13  Jim Meyering  <meyering@redhat.com>
8329         and Eric Blake  <ebb9@byu.net>
8330
8331         Avoid shadowing warning and compile errors on Linux.
8332         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
8333         forwarding macros on Linux.
8334         (dcgettext): Define a stub, for Linux.
8335         (results_g, main): Avoid warnings.
8336
8337 2008-02-12  Eric Blake  <ebb9@byu.net>
8338
8339         Silence warning in last patch.
8340         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
8341
8342         Quotearg part 4: add tests, fix c-maybe colon quoting.
8343         * lib/quotearg.h: Improve documentation.
8344         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
8345         escapes when adding outer quotes.  When quoting trigraphs, use
8346         valid C notation.  When quoting NUL, omit extra characters if next
8347         character is not digit.  Alter prototype.
8348         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
8349         callers.
8350         * modules/quotearg-tests: New module.
8351         * tests/test-quotearg.c: New test.
8352
8353 2008-02-07  Eric Blake  <ebb9@byu.net>
8354
8355         Quotearg part 3: add flag to control outer quote elision.
8356         * lib/quotearg.h (c_maybe_quoting_style): New style.
8357         (enum quoting_flags): Better documentation of flags.
8358         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
8359         c-maybe style.
8360         (quotearg_buffer_restyled): Handle new flag to elide outer
8361         quotes.
8362
8363         Quotearg part 2: add flag that can control NUL elision.
8364         * lib/quotearg.h (set_quoting_flags): New prototype.
8365         * lib/quotearg.c (struct quoting_options): Add flag field.
8366         (set_quoting_flags): New function.
8367         (quotearg_buffer_restyled): Add flags parameter.
8368         (quotearg_alloc_mem): Set the flag if length cannot be returned.
8369         (quotearg_n_options): Set the flag, since length cannot be
8370         returned.
8371         (quoting_options_from_style): Default flags correctly.
8372
8373         Quotearg part 1: more wrappers, restore quotearg_char state.
8374         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
8375         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
8376         (quotearg_colon_mem): New wrappers.
8377         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
8378         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
8379         functions.
8380         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
8381         (quotearg_colon_mem): New functions.
8382
8383 2008-02-11  Bruno Haible  <bruno@clisp.org>
8384
8385         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
8386         library in the current directory: it does not work with parallel make.
8387         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8388
8389 2008-02-11  Bruno Haible  <bruno@clisp.org>
8390
8391         * .gitattributes: New file.
8392
8393 2008-02-11  Jim Meyering  <meyering@redhat.com>
8394
8395         useless-if-before-free: Fix reversed exit values.
8396         * build-aux/useless-if-before-free: Use correct values
8397         for EXIT_MATCH and EXIT_NO_MATCH.
8398
8399         * build-aux/useless-if-before-free: Close stdout carefully.
8400
8401 2008-02-10  Bruno Haible  <bruno@clisp.org>
8402
8403         New module 'git-merge-changelog'.
8404         * modules/git-merge-changelog: New file.
8405         * lib/git-merge-changelog.c: New file.
8406
8407 2008-02-10  Jim Meyering  <meyering@redhat.com>
8408
8409         useless-if-before-free: New option: --list (-l).
8410
8411         useless-if-before-free: Don't exit immediately upon open failure.
8412         * build-aux/useless-if-before-free: Exit 2 for errors.
8413         Upon failure to open a file, don't exit immediately.
8414         Rather, just warn and continue with any remaining files.
8415
8416 2008-02-10  Bruno Haible  <bruno@clisp.org>
8417
8418         New abstract list operation 'node_set_value'.
8419         * lib/gl_list.h (gl_list_node_set_value): New function.
8420         (struct gl_list_implementation): New field node_set_value.
8421         * lib/gl_list.c (gl_list_node_set_value): New function.
8422         * lib/gl_array_list.c (gl_array_node_set_value): New function.
8423         (gl_array_list_implementation): Update.
8424         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
8425         (gl_carray_list_implementation): Update.
8426         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
8427         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
8428         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
8429         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
8430         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
8431         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
8432         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
8433         Update.
8434         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
8435         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
8436         (gl_sublist_list_implementation): Update.
8437
8438 2008-02-10  Bruno Haible  <bruno@clisp.org>
8439
8440         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
8441         Needed when ELEMENT is #defined to 'some_type *'.
8442
8443 2008-02-10  Jim Meyering  <meyering@redhat.com>
8444
8445         New script and module: useless-if-before-free
8446         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
8447         * build-aux/useless-if-before-free: New file.
8448         * modules/useless-if-before-free: New file.
8449
8450         * build-aux/gitlog-to-changelog: Use committer date, not author date.
8451
8452         xstrtol_error: Fix typo.
8453         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
8454         s/exit_failure/exit_status/.
8455
8456 2008-02-09  Jim Meyering  <meyering@redhat.com>
8457
8458         New script and module: gitlog-to-changelog
8459         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
8460         * modules/gitlog-to-changelog: New file.
8461         * build-aux/gitlog-to-changelog: New file.
8462
8463 2008-02-08  Jim Meyering  <meyering@redhat.com>
8464
8465         Avoid two "parameter unused" warnings.
8466         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
8467         Mark "st" as used.
8468
8469         Use "git COMMAND", not "git-COMMAND".
8470         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
8471         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
8472         * build-aux/git-version-gen: Use "git status", not "git-status".
8473
8474 2008-02-07  Bruno Haible  <bruno@clisp.org>
8475
8476         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
8477         Avoids a crash on Windows Vista.
8478         Reported by Adam Strzelecki <ono@java.pl> via
8479         Simon Josefsson <simon@josefsson.org>.
8480
8481 2008-02-06  Bruno Haible  <bruno@clisp.org>
8482
8483         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
8484         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
8485         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
8486         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
8487         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8488         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8489         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
8490         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
8491         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8492         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8493         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8494         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8495         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8496         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8497         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8498         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
8499         left-adjust flag.
8500         * tests/test-snprintf-posix.h (test_function): Likewise.
8501         * tests/test-sprintf-posix.h (test_function): Likewise.
8502         * tests/test-vasprintf-posix.c (test_function): Likewise.
8503         * doc/posix-functions/fprintf.texi: Update.
8504         * doc/posix-functions/printf.texi: Update.
8505         * doc/posix-functions/snprintf.texi: Update.
8506         * doc/posix-functions/sprintf.texi: Update.
8507         * doc/posix-functions/vfprintf.texi: Update.
8508         * doc/posix-functions/vprintf.texi: Update.
8509         * doc/posix-functions/vsnprintf.texi: Update.
8510         * doc/posix-functions/vsprintf.texi: Update.
8511         Reported by Peter Fales <psfales@alcatel-lucent.com>.
8512
8513 2008-02-06  Bruno Haible  <bruno@clisp.org>
8514
8515         Fix bug introduced on 2008-01-26.
8516         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
8517
8518 2008-02-06  Bruno Haible  <bruno@clisp.org>
8519
8520         Fix bug introduced on 2007-06-10.
8521         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
8522         !NEED_PRINTF_FLAG_ZERO.
8523
8524 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
8525
8526         getloadavg: use libperfstat on AIX5
8527         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
8528
8529 2008-02-03  Bruno Haible  <bruno@clisp.org>
8530
8531         * lib/diffseq.h: Add comments about required #includes.
8532         Reported by Michael Biggs <gnulib@doubleplum.net>.
8533
8534 2008-02-01  Bruno Haible  <bruno@clisp.org>
8535
8536         * users.txt: Add gnuit.
8537
8538 2008-01-31  Bruno Haible  <bruno@clisp.org>
8539
8540         * lib/md4.c (set_uint32): Mark as inline.
8541         * lib/md5.c (set_uint32): Likewise.
8542         * lib/sha1.c (set_uint32): Likewise.
8543         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
8544         * m4/md5.m4 (gl_MD5): Likewise.
8545         * m4/sha1.m4 (gl_SHA1): Likewise.
8546
8547 2008-01-31  Jim Meyering  <meyering@redhat.com>
8548
8549         Use "sizeof VAR", rather than a literal "4".
8550         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
8551         * lib/md4.c (md4_read_ctx): Likewise.
8552         * lib/sha1.c (sha1_read_ctx): Likewise.
8553
8554 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8555
8556         * tests/test-sha1.c: New file, based on test-md5.c.
8557
8558         * modules/crypto/sha1-tests: New file.
8559
8560 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8561
8562         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
8563
8564 2008-01-31  Jim Meyering  <meyering@redhat.com>
8565
8566         Prefer "sizeof v" over the equivalent "4".
8567         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
8568         * lib/md5.c (set_uint32): Likewise.
8569         * lib/sha1.c (set_uint32): Likewise.
8570
8571 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8572
8573         * lib/sha1.c (set_uint32): Mark function as static.
8574
8575 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8576
8577         md2: clarify comments to say that alignment is not required.
8578         * lib/md2.h: Remove warning about alignment in comment.
8579         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
8580         never been required.
8581
8582 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8583
8584         md4: adapt alignment constraint fix from sha1.
8585         * lib/md4.c (set_uint32): New function, from sha1.c
8586         (md4_read_ctx): Use it.
8587         (md4_finish_ctx): Doc fix.
8588         * lib/md4.h: Doc fix.
8589
8590 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8591
8592         md5: adapt alignment constraint fix from sha1.
8593         * lib/md5.c (set_uint32): New function, from sha1.c
8594         (md5_read_ctx): Use it.
8595         (md5_finish_ctx): Doc fix.
8596         * lib/md5.h: Doc fix.
8597
8598 2008-01-30  Peter Palfrader  <weasel@debian.org>
8599
8600         sha1: remove the result buffer alignment constraint
8601         * lib/sha1.c (set_uint32): New function.
8602         (sha1_read_ctx): Rewrite to remove the result buffer alignment
8603         constraint.
8604         (sha1_finish_ctx): Remove comment warning about alignment constraint.
8605         * lib/sha1.h: Likewise.
8606
8607 2008-01-30  Andreas Schwab  <schwab@suse.de>
8608             Bruno Haible  <bruno@clisp.org>
8609
8610         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
8611         correct definition of LDBL_MIN_EXP.
8612
8613 2008-01-30  Karl Berry  <karl@gnu.org>
8614
8615         * config/srclist-update: try to preserve x bit on updates.
8616         * config/srclistvars.sh: update for karl.
8617
8618 2008-01-29  Jim Meyering  <meyering@redhat.com>
8619
8620         vasnprintf.c: Avoid warning about unused label
8621         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
8622         "overflow" label definition and associated code with the
8623         same cpp condition that guards the sole use of that label.
8624
8625 2008-01-26  Bruno Haible  <bruno@clisp.org>
8626
8627         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
8628         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
8629         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
8630         * lib/isnanl-nolibm.h (isnanl): Likewise.
8631         Reported by Paul Eggert <eggert@cs.ucla.edu>.
8632
8633 2008-01-26  Bruno Haible  <bruno@clisp.org>
8634
8635         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
8636         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
8637
8638 2008-01-26  Bruno Haible  <bruno@clisp.org>
8639
8640         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
8641         GCC >= 4.0 built-in.
8642         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
8643
8644 2008-01-26  Bruno Haible  <bruno@clisp.org>
8645
8646         Rename isnan, applicable to 'double' only, to isnand.
8647         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
8648         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
8649         (configure.ac): Update.
8650         (Include): Replace "isnan.h" with "isnand.h".
8651         * m4/isnand.m4: Renamed from m4/isnan.m4.
8652         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
8653         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
8654         instead of isnan.c.
8655         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
8656         instead of HAVE_ISNAN_IN_LIBC.
8657         (isnand): Renamed from isnan.
8658         * lib/isnand.c: New file.
8659         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
8660         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
8661         (Makefile.am): Update.
8662         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
8663         Include isnand.h instead of isnan.h.
8664         (main): Test isnand instead of isnan.
8665         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
8666         isnan-nolibm.
8667         * modules/frexp (Depends-on): Likewise.
8668         * modules/frexp-tests (Depends-on): Likewise.
8669         * modules/frexp-nolibm (Depends-on): Likewise.
8670         * modules/frexp-nolibm-tests (Depends-on): Likewise.
8671         * modules/isfinite (Depends-on): Likewise.
8672         * modules/round-tests (Depends-on): Likewise.
8673         * modules/signbit (Depends-on): Likewise.
8674         * modules/signbit-tests (Depends-on): Likewise.
8675         * modules/snprintf-posix (Depends-on): Likewise.
8676         * modules/sprintf-posix (Depends-on): Likewise.
8677         * modules/trunc-tests (Depends-on): Likewise.
8678         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
8679         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
8680         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
8681         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
8682         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
8683         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
8684         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
8685         * modules/vasnprintf-posix (Depends-on): Likewise.
8686         * modules/vasprintf-posix (Depends-on): Likewise.
8687         * modules/vfprintf-posix (Depends-on): Likewise.
8688         * modules/vsnprintf-posix (Depends-on): Likewise.
8689         * modules/vsprintf-posix (Depends-on): Likewise.
8690         * lib/frexp.c: Include isnand.h instead of isnan.h.
8691         (ISNAN): Set to isnand instead of isnan.
8692         * lib/isfinite.c: Include isnand.h instead of isnan.h.
8693         (gl_isfinited): Use isnand instead of isnan.
8694         * lib/signbitd.c: Include isnand.h instead of isnan.h.
8695         (gl_signbitd): Use isnand instead of isnan.
8696         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
8697         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
8698         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
8699         (main): Use isnand instead of isnan.
8700         * tests/test-round1.c: Include isnand.h.
8701         (main): Use isnand instead of isnan.
8702         * tests/test-round2.c: Include isnand.h instead of isnan.h.
8703         (ISNAN): Set to isnand instead of isnan.
8704         * tests/test-trunc1.c: Include isnand.h.
8705         (main): Use isnand instead of isnan.
8706         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
8707         (equal): Use isnand instead of isnan.
8708         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
8709         isnand-nolibm.
8710         * NEWS: Mention the change.
8711
8712 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
8713             Bruno Haible  <bruno@clisp.org>
8714
8715         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
8716         the GCC builtins for signbits are present and set
8717         REPLACE_SIGNBIT_USING_GCC if so.
8718         * lib/math.in.h (signbit): Define using GCC builtins if
8719         REPLACE_SIGNBIT_USING_GCC is set.
8720         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
8721         REPLACE_SIGNBIT_USING_GCC.
8722         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
8723
8724 2008-01-25  Jim Meyering  <meyering@redhat.com>
8725
8726         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
8727         * lib/poll.c: Include <config.h>, not "config.h".
8728         * tests/test-getaddrinfo.c: Likewise.
8729
8730 2008-01-25  Simon Josefsson  <simon@josefsson.org>
8731
8732         * modules/sockets-tests: New file.
8733
8734 2008-01-24  Simon Josefsson  <simon@josefsson.org>
8735
8736         * modules/sockets: New module, can be used to call WSA_Startup and
8737         WSA_Cleanup when needed.
8738
8739         * lib/sockets.h, lib/sockets.c: New files.
8740
8741         * m4/sockets.m4: New file.
8742
8743         * tests/test-sockets.c: New file.
8744
8745 2008-01-19  Bruno Haible  <bruno@clisp.org>
8746
8747         * doc/posix-headers: Renamed from doc/headers.
8748         * doc/posix-functions: Renamed from doc/functions.
8749         * doc/gnulib.texi: Update.
8750
8751 2008-01-19  Bruno Haible  <bruno@clisp.org>
8752
8753         * doc/glibc-functions/strcasestr.texi: Include contents of
8754         doc/functions/strcasestr.texi, fixing the list of platforms.
8755         * doc/functions/strcasestr.texi: Remove file.
8756
8757 2008-01-19  Bruno Haible  <bruno@clisp.org>
8758
8759         * doc/glibc-functions/memmem.texi: Include contents of
8760         doc/functions/memmem.texi.
8761         * doc/functions/memmem.texi: Remove file.
8762
8763 2008-01-18  Bruno Haible  <bruno@clisp.org>
8764
8765         * doc/glibc-functions/*.texi: New files.
8766         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
8767         to use the new files.
8768
8769 2008-01-17  Bruno Haible  <bruno@clisp.org>
8770
8771         * tests/test-gethostname.c (main): Fix printf statement.
8772
8773 2008-01-17  Simon Josefsson  <simon@josefsson.org>
8774
8775         * modules/gethostname-tests: New file.
8776
8777         * tests/test-gethostname.c: New file.
8778
8779 2008-01-17  Simon Josefsson  <simon@josefsson.org>
8780
8781         * lib/gethostname.c: Include string.h unconditionally, strncpy is
8782         used by the UNAME case.  Reported by Bruno Haible
8783         <bruno@clisp.org>.
8784
8785 2008-01-17  Eric Blake  <ebb9@byu.net>
8786
8787         Convert c-strcasestr to be more efficient.
8788         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
8789         (Depends-on): Add c-strcase, remove malloca, strnlen.
8790         * tests/test-c-strcasestr.c (main): Enhance test.
8791         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
8792
8793 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
8794
8795         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
8796         Use it in creating po/Makevars.
8797
8798 2008-01-15  Simon Josefsson  <simon@josefsson.org>
8799
8800         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
8801         Applications that requires it should initialize libgcrypt
8802         manually.
8803
8804 2008-01-16  Simon Josefsson  <simon@josefsson.org>
8805
8806         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
8807
8808 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
8809
8810         Fix problem with getdate on mingw32 reported by Simon Josefsson
8811         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
8812         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
8813         tzname", when deciding whether to declare tzname.
8814         * lib/strftime.c (tzname): Likewise.
8815
8816 2008-01-15  Bruno Haible  <bruno@clisp.org>
8817
8818         Work around a MacOS X 10.5 bug in frexpl().
8819         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
8820         * doc/functions/frexpl.texi: Document the bug.
8821         Reported by Elias Pipping <pipping@gentoo.org>.
8822
8823 2008-01-14  Eric Blake  <ebb9@byu.net>
8824
8825         Touch up previous patch.
8826         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
8827         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
8828
8829         Convert strcasestr module to use Two-Way algorithm.
8830         * modules/strcasestr-simple: New module, based on the old
8831         strcasestr, but with Two-Way rather than KMP.
8832         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
8833         * lib/string.in.h (rpl_strcasestr): Declare.
8834         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
8835         performance.
8836         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
8837         * modules/string (Makefile.am): Support strcasestr.
8838         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
8839         * modules/strcasestr-tests (Depends-on): Check for alarm.
8840         * tests/test-strcasestr.c: Augment test.
8841         * lib/str-two-way.h: Clean up stray macro.
8842         * NEWS: Document new module.
8843         * MODULES.html.sh (string handling): Likewise.
8844         * doc/functions/strcasestr.texi: New file.
8845         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
8846         here, since it is not a POSIX function.
8847
8848 2008-01-14  Colin Watson  <cjwatson@debian.org>
8849             Bruno Haible  <bruno@clisp.org>
8850
8851         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
8852         works fine; if not, set REPLACE_STRSIGNAL.
8853         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
8854         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8855         REPLACE_STRSIGNAL.
8856         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
8857         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
8858         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
8859
8860 2008-01-14  Bruno Haible  <bruno@clisp.org>
8861
8862         * modules/strsignal (Include): Change to <string.h>.
8863
8864 2008-01-14  Colin Watson  <cjwatson@debian.org>
8865
8866         * modules/argp (Notice): Add a notice recommending to change
8867         XGETTEXT_OPTIONS.
8868         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
8869
8870 2008-01-13  Colin Watson  <cjwatson@debian.org>
8871
8872         * modules/strsignal-tests: New file.
8873         * tests/test-strsignal.c: New file.
8874
8875         * lib/strsignal.c: New file, from glibc with modifications.
8876         * lib/siglist.h: New file, from glibc with modifications.
8877         * lib/string.in.h (strsignal): New declaration.
8878         * m4/strsignal.m4: New file.
8879         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8880         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
8881         * modules/strsignal: New file.
8882         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
8883         HAVE_DECL_STRSIGNAL.
8884
8885 2008-01-13  Bruno Haible  <bruno@clisp.org>
8886
8887         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
8888         locale encoding is not ASCII. Needed for OpenBSD 4.0.
8889         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
8890         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8891
8892 2008-01-13  Bruno Haible  <bruno@clisp.org>
8893
8894         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
8895         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
8896         * lib/argp.h (__attribute__): Likewise.
8897         * lib/c-stack.c (__attribute__): Likewise.
8898         * lib/error.h (__attribute__): Likewise.
8899         * lib/fts.c (__attribute__): Likewise.
8900         * lib/openat.h (__attribute__): Likewise.
8901         * lib/stdio.in.h (__attribute__): Likewise.
8902         * lib/string.in.h (__attribute__): Likewise.
8903         * lib/utimens.c (__attribute__): Likewise.
8904         * lib/vasnprintf.h (__attribute__): Likewise.
8905         * lib/xalloc.h (__attribute__): Likewise.
8906         * lib/xprintf.h (__attribute__): Likewise.
8907         * lib/xstrtol.h (__attribute__): Likewise.
8908         * lib/xvasprintf.h (__attribute__): Likewise.
8909
8910 2008-01-12  Bruno Haible  <bruno@clisp.org>
8911
8912         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
8913         * doc/glibc-headers/a.out.texi: New file.
8914         * doc/glibc-headers/aliases.texi: New file.
8915         * doc/glibc-headers/alloca.texi: New file.
8916         * doc/glibc-headers/ar.texi: New file.
8917         * doc/glibc-headers/argp.texi: New file.
8918         * doc/glibc-headers/argz.texi: New file.
8919         * doc/glibc-headers/byteswap.texi: New file.
8920         * doc/glibc-headers/crypt.texi: New file.
8921         * doc/glibc-headers/endian.texi: New file.
8922         * doc/glibc-headers/envz.texi: New file.
8923         * doc/glibc-headers/err.texi: New file.
8924         * doc/glibc-headers/error.texi: New file.
8925         * doc/glibc-headers/execinfo.texi: New file.
8926         * doc/glibc-headers/fpu_control.texi: New file.
8927         * doc/glibc-headers/fstab.texi: New file.
8928         * doc/glibc-headers/fts.texi: New file.
8929         * doc/glibc-headers/getopt.texi: New file.
8930         * doc/glibc-headers/ieee754.texi: New file.
8931         * doc/glibc-headers/ifaddrs.texi: New file.
8932         * doc/glibc-headers/libintl.texi: New file.
8933         * doc/glibc-headers/mcheck.texi: New file.
8934         * doc/glibc-headers/mntent.texi: New file.
8935         * doc/glibc-headers/obstack.texi: New file.
8936         * doc/glibc-headers/paths.texi: New file.
8937         * doc/glibc-headers/printf.texi: New file.
8938         * doc/glibc-headers/pty.texi: New file.
8939         * doc/glibc-headers/resolv.texi: New file.
8940         * doc/glibc-headers/shadow.texi: New file.
8941         * doc/glibc-headers/sysexits.texi: New file.
8942         * doc/glibc-headers/ttyent.texi: New file.
8943
8944 2008-01-12  Jim Meyering  <meyering@redhat.com>
8945
8946         announce-gen: emit Gnulib's git-based version string.
8947         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
8948         New option --gnulib-version=V, where V is expected to be
8949         the output of running git describe in the gnulib directory.
8950         (get_tool_versions): Request feedback on xdelta.  I suspect it's
8951         not useful, and plan to stop publishing an xdelta file with each
8952         coreutils release.
8953
8954         * build-aux/announce-gen: Also check for lzma-compressed files.
8955
8956 2008-01-11  Bruno Haible  <bruno@clisp.org>
8957
8958         * tests/test-memmem.c (main): Increase maximum allowed time.
8959         * tests/test-strstr.c (main): Likewise.
8960
8961 2008-01-11  Bruno Haible  <bruno@clisp.org>
8962
8963         * doc/functions/memmem.texi: Add more precisions about platforms.
8964         * doc/functions/strstr.texi: Likewise.
8965
8966 2008-01-10  Eric Blake  <ebb9@byu.net>
8967
8968         * m4/strstr.m4: Delete cruft from copy-n-paste.
8969         Reported by Bruno Haible.
8970
8971 2008-01-10  Bruno Haible  <bruno@clisp.org>
8972
8973         Make c-strstr rely on strstr.
8974         * lib/c-strstr.c: Don't include str-kmp.h.
8975         (c_strstr): Define in terms of strstr.
8976         * modules/c-strstr (Files): Remove lib/str-kmp.h.
8977         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
8978
8979 2008-01-10  Bruno Haible  <bruno@clisp.org>
8980
8981         * doc/gnulib.texi (String Functions in C Locale): New section.
8982         * doc/c-ctype.texi: New file.
8983         * doc/c-strcase.texi: New file.
8984         * doc/c-strcaseeq.texi: New file.
8985         * doc/c-strcasestr.texi: New file.
8986         * doc/c-strstr.texi: New file.
8987         * doc/c-strtod.texi: New file.
8988         * doc/c-strtold.texi: New file.
8989
8990 2008-01-10  Eric Blake  <ebb9@byu.net>
8991
8992         * lib/relocatable.h: Fix a comment.
8993
8994 2008-01-10  Eric Blake  <ebb9@byu.net>
8995
8996         Share two-way algorithm.
8997         * lib/str-two-way.h: New file, merged from...
8998         * lib/memmem.c: ...here...
8999         * lib/strstr.c: ...and here.
9000         * modules/memmem (Files): Use it.
9001         * modules/strstr (Files): Likewise.
9002
9003         Avoid quadratic strstr implementations.
9004         * lib/strstr.c: New file.
9005         * m4/strstr.m4: Likewise.
9006         * modules/strstr: Likewise.
9007         * modules/strstr-tests: Likewise.
9008         * tests/test-strstr.c: Likewise.
9009         * lib/string.in.h (rpl_strstr): Declare.
9010         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
9011         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
9012         * modules/string (Makefile.am): Likewise.
9013         * MODULES.html.sh (string handling): Mention new module.
9014         * doc/functions/strstr.texi (strstr): Document the bug.
9015
9016 2008-01-10  Bruno Haible  <bruno@clisp.org>
9017
9018         * lib/relocatable.h (relocate): State whether result is freshly
9019         allocated or not.
9020         * lib/relocatable.c (relocate): Return a freshly allocated string
9021         instead of a pointer to a privately held string.
9022         Reported by Sylvain Beucler <beuc@gnu.org>.
9023
9024 2008-01-10  Colin Watson  <cjwatson@debian.org>
9025
9026         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
9027         s/S_ISNLK/S_ISLNK/.
9028
9029 2008-01-09  Bruno Haible  <bruno@clisp.org>
9030
9031         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
9032         and other files.
9033         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
9034         if it's only a guess.
9035         * modules/memmem: Simplify by depending on memmem-simple.
9036
9037 2008-01-09  Bruno Haible  <bruno@clisp.org>
9038
9039         Work around OpenBSD 4.0 tdelete() bug.
9040         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
9041         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
9042         macros and don't redefine the enum values.
9043         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
9044         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
9045         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
9046
9047 2008-01-09  Bruno Haible  <bruno@clisp.org>
9048
9049         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
9050         (main): Don't perform the tests if setlocale did not install a UTF-8
9051         locale. Needed on OpenBSD 4.0.
9052         * modules/wcwidth-tests (Depends-on): Add localcharset.
9053
9054 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9055
9056         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
9057         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
9058         * NEWS: announce this.
9059         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
9060
9061 2008-01-09  Simon Josefsson  <simon@josefsson.org>
9062         and Eric Blake  <ebb9@byu.net>
9063
9064         Add memmem-simple module.
9065         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
9066         (gl_FUNC_MEMMEM): Separate performance from presence checks.
9067         * modules/memmem-simple: New file.
9068         * modules/memmem (Description): Tweak.
9069         * MODULES.html.sh (string handling): Mention new module.
9070         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
9071         addressed by memmem-simple.
9072         * NEWS: Document the difference.
9073
9074 2008-01-09  Eric Blake  <ebb9@byu.net>
9075
9076         Give gcc some memmem optimization hints.
9077         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
9078         (strcasestr): Declare as pure.
9079         * modules/memmem (Maintainer): Claim my implementation.
9080
9081 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9082
9083         Support AIX 6.1 and higher.
9084         * build-aux/config.libpath: Likewise.
9085         * build-aux/config.rpath: Likewise.
9086
9087 2008-01-08  Jim Meyering  <meyering@redhat.com>
9088             Bruno Haible  <bruno@clisp.org>
9089
9090         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
9091         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
9092         Reported by Peter Fales in
9093         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
9094
9095 2008-01-08  Bruno Haible  <bruno@clisp.org>
9096
9097         * modules/unictype/category-of (Depends-on): Add
9098         unictype/category-none.
9099         * modules/unictype/category-and-tests (Depends-on): Add
9100         unictype/category-{L,N,Lu,Nd}.
9101         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
9102         * modules/unictype/category-or-tests (Depends-on): Add
9103         unictype/category-{L,N}.
9104         * modules/unictype/category-name-tests (Depends-on): Add
9105         unictype/category-{Z,Nl}.
9106         Reported by Simon Josefsson.
9107
9108 2008-01-08  Bruno Haible  <bruno@clisp.org>
9109
9110         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
9111         convention better.
9112         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
9113         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
9114         Reported by Peter Miller <millerp@canb.auug.org.au>.
9115
9116 2008-01-08  Eric Blake  <ebb9@byu.net>
9117
9118         Rewrite memmem to guarantee linear complexity without malloc.
9119         * lib/memmem.c (memmem): Use Two-Way rather than
9120         Knuth-Morris-Pratt, to allow O(1) space usage.
9121         (critical_factorization, two_way_short_needle)
9122         (two_way_long_needle): New functions.
9123         (knuth_morris_pratt): Delete.
9124         * modules/memmem (Depends-on): No longer need malloca or stdbool.
9125         Add stdint.
9126         * tests/test-memmem.c (main): Add tests for periodic needle and
9127         sublinear performance.
9128         * doc/functions/memmem.texi (memmem): Document other deficiencies
9129         in cygwin and older glibc.
9130
9131 2008-01-08  Bruno Haible  <bruno@clisp.org>
9132
9133         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
9134         augmentation.
9135
9136 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
9137
9138         Add a configure time option: --disable-acl.
9139         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
9140         AC_ARG_ENABLE(acl).
9141
9142 2008-01-06  Simon Josefsson  <simon@josefsson.org>
9143
9144         * tests/test-localename.c: Don't include obsolete "setenv.h".
9145
9146         * modules/localename-tests (Depends-on): Need unsetenv.
9147
9148 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9149
9150         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
9151
9152 2008-01-06  Colin Watson  <cjwatson@debian.org>
9153
9154         * users.txt: Add man-db.
9155
9156 2008-01-07  Bruno Haible  <bruno@clisp.org>
9157
9158         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
9159         previous section name.
9160
9161 2008-01-07  Bruno Haible  <bruno@clisp.org>
9162
9163         * lib/progname.c (set_program_name): Don't strip off a leading
9164         "lt-" prefix outside a .libs directory.
9165         Suggested by Paul Eggert.
9166
9167 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
9168             Bruno Haible  <bruno@clisp.org>
9169
9170         Improve memory cleanup in 'relocatable' module.
9171         * lib/relocatable.h (compute_curr_prefix): Change return type to
9172         'char *'.
9173         * lib/relocatable.c (compute_curr_prefix): Change return type to
9174         'char *'. Free curr_installdir after use.
9175         (relocate): Free curr_prefix_better after use.
9176         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
9177
9178 2008-01-01  Bruno Haible  <bruno@clisp.org>
9179
9180         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
9181         failure on older glibc systems.
9182         Reported by Peter Fales <psfales@alcatel-lucent.com>.
9183
9184 2008-01-05  Eric Blake  <ebb9@byu.net>
9185
9186         Avoid quadratic system memmem.
9187         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
9188         Reported by Ralf Wildenhues.
9189
9190         Fix memmem test for mingw.
9191         * modules/memmem-tests (configure.ac): Check for alarm.
9192         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
9193         it.
9194         * doc/functions/memmem.texi: New file.
9195         * doc/gnulib.texi (Function Substitutes): Add memmem.
9196         Reported by Bruno Haible.
9197
9198 2008-01-04  Bruno Haible  <bruno@clisp.org>
9199
9200         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
9201         Require gl_HEADER_STRINGS_H_DEFAULTS, not
9202         gl_HEADER_STRING_H_DEFAULTS.
9203
9204 2008-01-04  Eric Blake  <ebb9@byu.net>
9205
9206         Shorten duration of memmem test.
9207         * tests/test-memmem.c (main): Use alarm to declare failure if test
9208         is taking too long.
9209         Reported by Ralf Wildenhues.
9210
9211 2007-12-21  Simon Josefsson  <simon@josefsson.org>
9212
9213         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
9214         string, needed by strerror.
9215
9216 2008-01-03  Colin Watson  <cjwatson@debian.org>
9217             Bruno Haible  <bruno@clisp.org>
9218
9219         * doc/gnulib-tool.texi (Localization): New section.
9220
9221 2008-01-02  Bruno Haible  <bruno@clisp.org>
9222
9223         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
9224         variables to 'unsigned char *' type.
9225         Reported by Paul Eggert.
9226
9227 2008-01-02  Jim Meyering  <jim@meyering.net>
9228
9229         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
9230
9231 2007-12-31  Jim Meyering  <jim@meyering.net>
9232
9233         Avoid use of private FTS type name.
9234         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
9235
9236 2007-12-30  Karl Berry  <karl@gnu.org>
9237
9238         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
9239         work around defect in Texinfo and/or the standalone Info browser.
9240
9241 2007-12-30  Bruno Haible  <bruno@clisp.org>
9242
9243         Unify 5 copies of the KMP code.
9244         * lib/str-kmp.h: New file.
9245         * lib/c-strcasestr.c: Include str-kmp.h.
9246         (knuth_morris_pratt): Remove function.
9247         (c_strcasestr): Update.
9248         * lib/c-strstr.c: Include str-kmp.h.
9249         (knuth_morris_pratt): Remove function.
9250         (c_strcasestr): Update.
9251         * lib/mbscasestr.c: Include str-kmp.h.
9252         (knuth_morris_pratt_unibyte): Remove function.
9253         * lib/mbsstr.c: Include str-kmp.h.
9254         (knuth_morris_pratt_unibyte): Remove function.
9255         * lib/strcasestr.c: Include str-kmp.h.
9256         (knuth_morris_pratt): Remove function.
9257         (strcasestr): Update.
9258         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
9259         * modules/c-strstr (Files): Likewise.
9260         * modules/mbscasestr (Files): Likewise.
9261         * modules/mbsstr (Files): Likewise.
9262         * modules/strcasestr (Files): Likewise.
9263         Suggested by Paul Eggert.
9264
9265 2007-12-30  Bruno Haible  <bruno@clisp.org>
9266
9267         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
9268         defined.
9269
9270 2007-12-30  Bruno Haible  <bruno@clisp.org>
9271
9272         * lib/xmalloca.h: Include xalloc.h.
9273         (xnmalloca): New macro.
9274
9275 2007-12-30  Bruno Haible  <bruno@clisp.org>
9276
9277         * lib/malloca.h (nmalloca): New macro.
9278         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
9279         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
9280         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
9281         knuth_morris_pratt_multibyte): Likewise.
9282         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
9283         knuth_morris_pratt_multibyte): Likewise.
9284         * lib/memmem.c (knuth_morris_pratt): Likewise.
9285         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
9286
9287 2007-12-25  Bruno Haible  <bruno@clisp.org>
9288
9289         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
9290         * lib/glob.c: Don't include openat.h.
9291         (link_exists2_p): Add back the code that deals with the
9292         !GLOB_ALTDIRFUNC case.
9293         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
9294         let it do the filename concatenation.
9295         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
9296         * modules/glob (Depends-on): Remove openat.
9297
9298 2007-12-31  Bruno Haible  <bruno@clisp.org>
9299
9300         * modules/dirfd (License): Change to LGPLv2+.
9301         Approved by Jim Meyering.
9302
9303 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
9304
9305         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
9306         when multiplying M by sizeof (size_t).
9307
9308 2007-12-10  Martin Lambers  <marlam@marlam.de>
9309
9310         Override getpagesize on mingw.
9311         * lib/getpagesize.c: New file.
9312         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
9313         * modules/getpagesize (Files): Add lib/getpagesize.c.
9314         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
9315         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9316         REPLACE_GETPAGESIZE.
9317         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
9318
9319 2007-12-25  Bruno Haible  <bruno@clisp.org>
9320
9321         * modules/localcharset (Notice): New field.
9322         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
9323         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
9324
9325 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
9326             Bruno Haible  <bruno@clisp.org>
9327
9328         Avoid using the syntax symbol() in formatted documentation.
9329         * MODULES.html.sh (func_module): When replacing symbol() with a
9330         hyperlink, remove the parentheses. Show an error if some remain.
9331         Recognize and render the '...' syntax.
9332         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
9333         Rework. Add paragraph about GCC's inlining.
9334         * doc/alloca.texi: Likewise.
9335         * doc/error.texi: Remove parentheses from symbol reference.
9336         * doc/gnulib-intro.texi: Likewise.
9337         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
9338         * modules/fnmatch (Description): Reword to say "the ... function".
9339         * modules/full-read (Description): Likewise.
9340         * modules/full-write (Description): Likewise.
9341         * modules/safe-read (Description): Likewise.
9342         * modules/safe-write (Description): Likewise.
9343         * modules/strchrnul (Description): Likewise.
9344         * modules/trim (Description): Likewise.
9345         * modules/error (Description): Remove parentheses from symbol
9346         references.
9347         * modules/verror (Description): Likewise.
9348         Reported by Karl Berry.
9349
9350 2007-12-25  Bruno Haible  <bruno@clisp.org>
9351
9352         Fixup after 2007-10-16 commit.
9353         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
9354
9355 2007-12-24  Bruno Haible  <bruno@clisp.org>
9356
9357         Make --enable-relocatable work with DESTDIR.
9358         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
9359         to compute installdir from destprog.
9360         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
9361         also set the RELOC_DESTDIR variable.
9362         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9363
9364 2007-12-24  Bruno Haible  <bruno@clisp.org>
9365
9366         Fix link error due to xalloc_die().
9367         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
9368         of xreadlink.
9369         * lib/relocwrapper.c: Update comments.
9370         * build-aux/install-reloc: Remove xreadlink.c from file list.
9371         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
9372         xreadlink.c.
9373         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9374
9375 2007-12-24  Bruno Haible  <bruno@clisp.org>
9376
9377         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
9378         * lib/setenv.h: Remove file.
9379         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
9380         lib/setenv.h.
9381         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
9382         (Depends-on): Add stdlib.
9383         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
9384         gl_FUNC_UNSETENV.
9385         (Include): Replace setenv.h with <stdlib.h>.
9386         * modules/unsetenv: New file.
9387         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
9388         * lib/unsetenv.c: Include <stdlib.h> first.
9389         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
9390         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
9391         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
9392         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
9393         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
9394         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
9395         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
9396         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
9397         * doc/functions/unsetenv.texi: Update.
9398         * modules/xsetenv (Depends-on): Add unsetenv.
9399         * modules/getdate (Depends-on): Likewise.
9400         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
9401         * lib/xsetenv.c: Don't include setenv.h.
9402         * lib/getdate.y: Likewise.
9403         * lib/relocwrapper.c: Likewise.
9404         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
9405         (Depends-on): Add stdlib.
9406         * NEWS: Mention the changes.
9407         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9408
9409 2007-12-23  Bruno Haible  <bruno@clisp.org>
9410
9411         * lib/memmem.c (memmem): Use lowercase variable names. Tab
9412         indentation.
9413
9414 2007-12-23  Bruno Haible  <bruno@clisp.org>
9415
9416         * lib/c-strcasestr.c: Add more comments.
9417         * lib/c-strstr.c: Likewise.
9418         * lib/mbscasestr.c: Likewise.
9419         * lib/mbsstr.c: Likewise.
9420         * lib/strcasestr.c: Likewise.
9421         * lib/memmem.c: Likewise.
9422
9423 2007-12-23  Bruno Haible  <bruno@clisp.org>
9424
9425         * tests/test-memmem.c: Include <string.h> first.
9426
9427 2007-12-22  Bruno Haible  <bruno@clisp.org>
9428
9429         * gnulib-tool (func_create_testdir): Change $auxdir while generating
9430         the contents of $testsbase.
9431         Reported by Ralf Wildenhues.
9432
9433 2007-12-22  Bruno Haible  <bruno@clisp.org>
9434
9435         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
9436         two variables local_ldadd_before, local_ldadd_last.
9437
9438 2007-12-20  Eric Blake  <ebb9@byu.net>
9439
9440         Work around circular library issue when cross-compiling.
9441         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
9442         that progname.o does not need to pull in rpl_memcmp.
9443
9444 2007-12-19  Eric Blake  <ebb9@byu.net>
9445
9446         Fix memmem to avoid O(n^2) worst-case complexity.
9447         * lib/memmem.c (knuth_morris_pratt): New function.
9448         (memmem): Use it if first few naive iterations fail.
9449         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
9450         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
9451         * modules/memchr (License): Likewise.
9452         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
9453         malloca.
9454         * tests/test-memmem.c: Rewrite, borrowing ideas from
9455         test-mbsstr1.c; the old version wouldn't even compile!
9456         * modules/memmem-tests: New file.
9457         * lib/string.in.h (rpl_memmem): Add declaration.
9458         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
9459         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
9460         REPLACE_MEMMEM.
9461
9462 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
9463
9464         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
9465         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
9466         before any system include files, and undef after them all.  This
9467         should fix a problem on VMS reported by John E. Malmberg in
9468         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
9469
9470 2007-12-17  Eric Blake  <ebb9@byu.net>
9471
9472         Revert addition of verify, for BSD/OS.
9473         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
9474         can't handle large files, for the sake of obsolete platforms.
9475         * modules/fseeko (Depends-on): Remove verify.
9476         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
9477         * doc/functions/ftello.texi (ftello): Likewise.
9478         * doc/functions/fgetpos.texi (fgetpos): Likewise.
9479         Reported by Larry Jones.
9480
9481 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
9482
9483         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
9484         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
9485
9486 2007-12-17  Jim Meyering  <meyering@redhat.com>
9487
9488         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
9489         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
9490         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
9491         * modules/getcwd (Depends-on): Add openat.
9492         Reported by Petr Salinger.
9493
9494 2007-12-17  Bruno Haible  <bruno@clisp.org>
9495
9496         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
9497         avoid a segmentation fault of the configure test on x86_64 systems.
9498
9499 2007-12-15  Jim Meyering  <meyering@redhat.com>
9500
9501         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
9502
9503 2007-12-13  Eric Blake  <ebb9@byu.net>
9504
9505         Another fseek test.
9506         * tests/test-fseek.c (main): Also test ungetc handling.
9507         * tests/test-fseeko.c (main): Likewise.
9508         * modules/fseeko (Depends-on): Add verify.
9509         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
9510         large.
9511         Reported by Larry Jones.
9512
9513         Fix fseeko on mingw.
9514         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
9515         seek.
9516
9517         Beef up fseek tests.
9518         * tests/test-fseek.c (main): Also test eof handling.
9519         * tests/test-fseeko.c (main): Likewise.
9520         Reported by Larry Jones.
9521
9522 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
9523
9524         Fix fseeko on BSD-based platforms.
9525         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
9526         successful seek.
9527
9528 2007-12-12  Eric Blake  <ebb9@byu.net>
9529
9530         Allow circular dependency of separate libtests.a
9531         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
9532         when use_libtests.
9533
9534 2007-12-11  Eric Blake  <ebb9@byu.net>
9535
9536         Fix bug with -0.0L in previous patch.
9537         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
9538         * tests/test-isnan.c (main): Also test on zeroes.
9539         * tests/test-isnanf.c (main): Likewise.
9540         * tests/test-isnanl.h (main): Likewise.
9541
9542         Detect pseudo-denormals on x86 even when cross-compiling.
9543         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
9544         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
9545         invalid bit patterns that happen to satisfy ==.
9546
9547         Avoid link failures with separate libtests.a.
9548         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
9549         last, to satisfy circular dependencies.
9550
9551 2007-12-11  Eric Blake  <ebb9@byu.net>
9552         and Bruno Haible  <bruno@clisp.org>
9553
9554         Fix OpenBSD 4.0 <float.h> handling of long double.
9555         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
9556         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
9557         * doc/headers/float.texi (float.h): Document OpenBSD bug.
9558
9559 2007-12-11  Jim Meyering  <meyering@redhat.com>
9560
9561         * users.txt: Add libvirt.
9562
9563         Support versions of autoconf prior to 2.59c.
9564         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
9565         if it is not already defined.
9566
9567 2007-12-09  Bruno Haible  <bruno@clisp.org>
9568
9569         Let 'gnulib-tool --import' collect sources needed for the tests in
9570         tests/ rather than in lib/.
9571         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
9572         argument. If true, add rules to generate libtests.a, and put libtests.a
9573         into $(LDADD). Consider source files in subdirectories and set
9574         uses_subdirs.
9575         (func_emit_initmacro_start, func_emit_initmacro_end,
9576         func_emit_initmacro_done): Pass all arguments explicitly.
9577         (func_import): Determine two module lists main_modules,
9578         testsrelated_modules. Determine use_libtests. Determine two variables
9579         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
9580         instead of just sed_transform_lib_file. Determine two variables
9581         main_files and testsrelated_files. Compute 'files' as the union of
9582         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
9583         func_add_or_update. In the generated gnulib-comp.m4, collect the
9584         object files for tests/ in different variables than those for lib/.
9585         Substitute LIBTESTS_LIBDEPS.
9586         (func_create_testdir): Combine the uses_subdirs results from
9587         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
9588
9589 2007-12-09  Bruno Haible  <bruno@clisp.org>
9590
9591         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
9592         the build-aux directory.
9593
9594 2007-12-09  Bruno Haible  <bruno@clisp.org>
9595
9596         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
9597         introduced on 2006-09-09.
9598
9599 2007-12-07  Jim Meyering  <meyering@redhat.com>
9600
9601         Let these macros work also with autoconf-2.59.
9602         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
9603         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
9604         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
9605
9606 2007-12-06  Jim Meyering  <meyering@redhat.com>
9607
9608         Avoid a configure-time syntax error in gl_FUNC_ACL.
9609         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
9610         function in each branch, before testing the cache variable.
9611
9612 2007-12-04  Eric Blake  <ebb9@byu.net>
9613
9614         Make scripts executable.
9615         * build-aux/config.guess: Add execute permissions.
9616         * build-aux/config.sub: Likewise.
9617         * build-aux/gendocs.sh: Likewise.
9618
9619         Fix frexp on mingw.
9620         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
9621         cross-compiling.
9622         * doc/functions/frexp.texi (frexp): Document the bug.
9623
9624         Make cygwin fseeko check more reliable.
9625         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
9626         version numbers, rather than unrelated feature check.
9627         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
9628         * doc/functions/ftello.texi (ftello): Likewise.
9629         Reported by Bruno Haible.
9630
9631         * m4/strerror.m4: Bump version number.
9632
9633 2007-12-03  Bruno Haible  <bruno@clisp.org>
9634
9635         * doc/functions/mprotect.texi: Mention the mingw problem.
9636
9637 2007-12-03  Eric Blake  <ebb9@byu.net>
9638
9639         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
9640         REPLACE_STRERROR is initialized before this macro.
9641
9642 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
9643
9644         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
9645         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
9646         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
9647         put -lsec in even for programs other than 'ls'.  This fixes a problem
9648         for gettext reported by Bruno Haible in
9649         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
9650         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
9651         Add support for Solaris 10.  This isn't efficient, but should get the
9652         job done for now.
9653
9654 2007-12-03  James Youngman  <jay@gnu.org>
9655
9656         * doc/regexprops-generic.texi: change "an close-group" to "a
9657         close-group" and "illegal" to "not allowed".
9658
9659 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9660
9661         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
9662         pr_byname.h. Needed for the rare case when the maintainer has done
9663         "make maintainer-clean" in the source directory and then attempts a
9664         build outside the source directory.
9665         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
9666         scripts_byname.h.
9667
9668 2007-12-02  Martin Lambers <marlam@marlam.de>
9669             Bruno Haible  <bruno@clisp.org>
9670
9671         * lib/getpagesize.h: Remove file.
9672         * lib/unistd.in.h: Include declaration of getpagesize here.
9673         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
9674         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
9675         HAVE_SYS_PARAM_H.
9676         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
9677         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
9678         * modules/getpagesize (Files): Remove lib/getpagesize.h.
9679         (Depends-on): Add unistd.
9680         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9681         (Include): Use <unistd.h> instead of getpagesize.h.
9682         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
9683         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
9684         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
9685         gl_GETPAGESIZE invocation, already handled by module dependency.
9686         * lib/pagealign_alloc.c: Don't include getpagesize.h.
9687
9688 2007-12-02  Bruno Haible  <bruno@clisp.org>
9689
9690         * modules/strings-tests: New file.
9691         * tests/test-strings.c: New file.
9692
9693         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
9694         * lib/strings.in.h: New file.
9695         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
9696         * m4/strings_h.m4: New file.
9697         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
9698         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
9699         * modules/strings: New file.
9700         * modules/string (Makefile.am): Update.
9701         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
9702         Reported by Karl Berry.
9703
9704 2007-12-01  Eric Blake  <ebb9@byu.net>
9705
9706         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
9707         accomodate fix in cygwin 1.5.25.
9708
9709 2007-12-01  Jim Meyering  <meyering@redhat.com>
9710
9711         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
9712         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
9713         that would inhibit utf8-optimization of a regexp containing line-
9714         or buffer-anchors, e.g., `^', `$'.
9715
9716 2007-11-30  Bruno Haible  <bruno@clisp.org>
9717
9718         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
9719         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
9720         glthread_recursive_lock_init.
9721         * lib/lock.c (glthread_recursive_lock_init)
9722         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
9723         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9724
9725 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
9726
9727         New function qset_acl, like set_acl but with syscall semantics.
9728         * lib/acl.h (qset_acl): New decl.
9729         * lib/acl.c (qset_acl): New function.
9730         (set_acl): Use new function.  Use more-consistent diagnostics.
9731
9732 2007-11-28  Jim Meyering  <meyering@redhat.com>
9733
9734         * modules/physmem (License): Change from GPL to LGPLv2+.
9735
9736 2007-11-26  Bruno Haible  <bruno@clisp.org>
9737
9738         * lib/vasnprintf.c (decode_long_double): Don't abort if the
9739         'long double' type has excess precision.
9740         Reported by Jim Meyering in
9741         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
9742
9743 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9744
9745         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
9746         Sync from <http://gnu.org/licenses>.
9747         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
9748         with license text from same location.
9749         * doc/maintain.texi, doc/standards.texi:  Sync from
9750         <http://savannah.gnu.org/projects/gnustandards>.
9751
9752 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
9753         and Jim Meyering  <meyering@redhat.com>
9754
9755         Adjust getdate' grammar to accept a slightly more regular language.
9756         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
9757         Before, the former was rejected.
9758         * lib/getdate.y (digits_to_date_time): New function, factored
9759         out of ...
9760         (number): ...here.  Just call digits_to_date_time.
9761         (hybrid): New non-terminal to handle an <unsigned number,
9762         signed relative offset> sequence consistently.
9763
9764 2007-11-18  Jim Meyering  <meyering@redhat.com>
9765
9766         Pull my changes from coreutils:
9767         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
9768         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
9769         use of $gnulib_tool_option_extras, so that it's separated from the
9770         preceding argument.
9771
9772         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
9773         * build-aux/bootstrap (cp_mark_as_generated): Create any required
9774         parent destination directories before copying a file into place.
9775
9776 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9777
9778         bootstrap: work also with 4-argument variant of AC_INIT
9779         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
9780
9781 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
9782
9783         Port test-getaddrinfo to Solaris.
9784         Problem reported by Bruno Haible in
9785         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
9786         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
9787         explanation of setting 'hints'.
9788         Don't reject an implementation merely because it returns EAI_SERVICE.
9789         (EAI_SERVICE): Define to 0 if not defined.
9790
9791 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9792
9793         The license of gnu-make and posix-shell is now "GPLed build tool".
9794         * modules/gnu-make (License): Likewise.
9795         * modules/posix-shell (License): Likewise.
9796
9797         New module posix-shell, for determining a POSIX shell
9798         or perhaps something that is close enough to a POSIX shell.
9799         * m4/posix-shell.m4: New file.
9800         * modules/posix-shell: New file.
9801
9802         * MODULES.html.sh: Mention new module.
9803
9804         New module gnu-make, for determining whether we're using GNU Make.
9805         * m4/gnu-make.m4: New file.
9806         * modules/gnu-make: New file.
9807         * MODULES.html.sh: Mention new module.
9808
9809 2007-11-14  Jim Meyering  <meyering@redhat.com>
9810
9811         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
9812         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
9813         use this macro to create a function _definition_.
9814         Remove useless "#undef ARGMATCH_DIE".
9815
9816 2007-11-14  Bruno Haible  <bruno@clisp.org>
9817
9818         * lib/config.charset: Update for OpenBSD 4.1.
9819         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
9820
9821 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
9822
9823         Document 64-bit #if problems in stdint.texi.
9824         * doc/headers/stdint.texi (stdint.h): Mention problems with
9825         64-bit-#if, and how to work around them.
9826
9827         Don't insist on 'long long int' support in the preprocessor.  It
9828         breaks too many things.  For example, PRIdMAX still uses a 'long
9829         long int' format with the latest Sun compiler, even though
9830         HAVE_LONG_LONG_INT isn't defined due to that compiler's
9831         preprocessor problem.  This causes the latest coreutils to dump
9832         core on Solaris 10 sparc with the Sun C compiler.
9833         Instead, fix the 2007-10-16 problem in a different way, by evaluating
9834         the troublesome expressions at configure-time, not at #if-time.
9835         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
9836         preprocessor.
9837         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
9838         compile-time C checks, done at 'configure'-time.
9839         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
9840         * modules/inttypes (Makefile): Substitute the new symbols that
9841         gl_INTTYPES_H now generates.
9842         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
9843
9844 2007-11-12  Bruno Haible  <bruno@clisp.org>
9845
9846         Tests for Unicode character classification functions.
9847
9848         * modules/unictype/bidicategory-byname-tests: New file.
9849         * modules/unictype/bidicategory-name-tests: New file.
9850         * modules/unictype/bidicategory-of-tests: New file.
9851         * modules/unictype/bidicategory-test-tests: New file.
9852         * modules/unictype/block-list-tests: New file.
9853         * modules/unictype/block-of-tests: New file.
9854         * modules/unictype/block-test-tests: New file.
9855         * modules/unictype/category-C-tests: New file.
9856         * modules/unictype/category-Cc-tests: New file.
9857         * modules/unictype/category-Cf-tests: New file.
9858         * modules/unictype/category-Cn-tests: New file.
9859         * modules/unictype/category-Co-tests: New file.
9860         * modules/unictype/category-Cs-tests: New file.
9861         * modules/unictype/category-L-tests: New file.
9862         * modules/unictype/category-Ll-tests: New file.
9863         * modules/unictype/category-Lm-tests: New file.
9864         * modules/unictype/category-Lo-tests: New file.
9865         * modules/unictype/category-Lt-tests: New file.
9866         * modules/unictype/category-Lu-tests: New file.
9867         * modules/unictype/category-M-tests: New file.
9868         * modules/unictype/category-Mc-tests: New file.
9869         * modules/unictype/category-Me-tests: New file.
9870         * modules/unictype/category-Mn-tests: New file.
9871         * modules/unictype/category-N-tests: New file.
9872         * modules/unictype/category-Nd-tests: New file.
9873         * modules/unictype/category-Nl-tests: New file.
9874         * modules/unictype/category-No-tests: New file.
9875         * modules/unictype/category-P-tests: New file.
9876         * modules/unictype/category-Pc-tests: New file.
9877         * modules/unictype/category-Pd-tests: New file.
9878         * modules/unictype/category-Pe-tests: New file.
9879         * modules/unictype/category-Pf-tests: New file.
9880         * modules/unictype/category-Pi-tests: New file.
9881         * modules/unictype/category-Po-tests: New file.
9882         * modules/unictype/category-Ps-tests: New file.
9883         * modules/unictype/category-S-tests: New file.
9884         * modules/unictype/category-Sc-tests: New file.
9885         * modules/unictype/category-Sk-tests: New file.
9886         * modules/unictype/category-Sm-tests: New file.
9887         * modules/unictype/category-So-tests: New file.
9888         * modules/unictype/category-Z-tests: New file.
9889         * modules/unictype/category-Zl-tests: New file.
9890         * modules/unictype/category-Zp-tests: New file.
9891         * modules/unictype/category-Zs-tests: New file.
9892         * modules/unictype/category-and-not-tests: New file.
9893         * modules/unictype/category-and-tests: New file.
9894         * modules/unictype/category-byname-tests: New file.
9895         * modules/unictype/category-name-tests: New file.
9896         * modules/unictype/category-none-tests: New file.
9897         * modules/unictype/category-of-tests: New file.
9898         * modules/unictype/category-or-tests: New file.
9899         * modules/unictype/category-test-withtable-tests: New file.
9900         * modules/unictype/combining-class-tests: New file.
9901         * modules/unictype/ctype-alnum-tests: New file.
9902         * modules/unictype/ctype-alpha-tests: New file.
9903         * modules/unictype/ctype-blank-tests: New file.
9904         * modules/unictype/ctype-cntrl-tests: New file.
9905         * modules/unictype/ctype-digit-tests: New file.
9906         * modules/unictype/ctype-graph-tests: New file.
9907         * modules/unictype/ctype-lower-tests: New file.
9908         * modules/unictype/ctype-print-tests: New file.
9909         * modules/unictype/ctype-punct-tests: New file.
9910         * modules/unictype/ctype-space-tests: New file.
9911         * modules/unictype/ctype-upper-tests: New file.
9912         * modules/unictype/ctype-xdigit-tests: New file.
9913         * modules/unictype/decimal-digit-tests: New file.
9914         * modules/unictype/digit-tests: New file.
9915         * modules/unictype/mirror-tests: New file.
9916         * modules/unictype/numeric-tests: New file.
9917         * modules/unictype/property-alphabetic-tests: New file.
9918         * modules/unictype/property-ascii-hex-digit-tests: New file.
9919         * modules/unictype/property-bidi-arabic-digit-tests: New file.
9920         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
9921         * modules/unictype/property-bidi-block-separator-tests: New file.
9922         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
9923         * modules/unictype/property-bidi-common-separator-tests: New file.
9924         * modules/unictype/property-bidi-control-tests: New file.
9925         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
9926         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
9927         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
9928         * modules/unictype/property-bidi-european-digit-tests: New file.
9929         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
9930         * modules/unictype/property-bidi-left-to-right-tests: New file.
9931         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
9932         * modules/unictype/property-bidi-other-neutral-tests: New file.
9933         * modules/unictype/property-bidi-pdf-tests: New file.
9934         * modules/unictype/property-bidi-segment-separator-tests: New file.
9935         * modules/unictype/property-bidi-whitespace-tests: New file.
9936         * modules/unictype/property-byname-tests: New file.
9937         * modules/unictype/property-combining-tests: New file.
9938         * modules/unictype/property-composite-tests: New file.
9939         * modules/unictype/property-currency-symbol-tests: New file.
9940         * modules/unictype/property-dash-tests: New file.
9941         * modules/unictype/property-decimal-digit-tests: New file.
9942         * modules/unictype/property-default-ignorable-code-point-tests: New file.
9943         * modules/unictype/property-deprecated-tests: New file.
9944         * modules/unictype/property-diacritic-tests: New file.
9945         * modules/unictype/property-extender-tests: New file.
9946         * modules/unictype/property-format-control-tests: New file.
9947         * modules/unictype/property-grapheme-base-tests: New file.
9948         * modules/unictype/property-grapheme-extend-tests: New file.
9949         * modules/unictype/property-grapheme-link-tests: New file.
9950         * modules/unictype/property-hex-digit-tests: New file.
9951         * modules/unictype/property-hyphen-tests: New file.
9952         * modules/unictype/property-id-continue-tests: New file.
9953         * modules/unictype/property-id-start-tests: New file.
9954         * modules/unictype/property-ideographic-tests: New file.
9955         * modules/unictype/property-ids-binary-operator-tests: New file.
9956         * modules/unictype/property-ids-trinary-operator-tests: New file.
9957         * modules/unictype/property-ignorable-control-tests: New file.
9958         * modules/unictype/property-iso-control-tests: New file.
9959         * modules/unictype/property-join-control-tests: New file.
9960         * modules/unictype/property-left-of-pair-tests: New file.
9961         * modules/unictype/property-line-separator-tests: New file.
9962         * modules/unictype/property-logical-order-exception-tests: New file.
9963         * modules/unictype/property-lowercase-tests: New file.
9964         * modules/unictype/property-math-tests: New file.
9965         * modules/unictype/property-non-break-tests: New file.
9966         * modules/unictype/property-not-a-character-tests: New file.
9967         * modules/unictype/property-numeric-tests: New file.
9968         * modules/unictype/property-other-alphabetic-tests: New file.
9969         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
9970         * modules/unictype/property-other-grapheme-extend-tests: New file.
9971         * modules/unictype/property-other-id-continue-tests: New file.
9972         * modules/unictype/property-other-id-start-tests: New file.
9973         * modules/unictype/property-other-lowercase-tests: New file.
9974         * modules/unictype/property-other-math-tests: New file.
9975         * modules/unictype/property-other-uppercase-tests: New file.
9976         * modules/unictype/property-paired-punctuation-tests: New file.
9977         * modules/unictype/property-paragraph-separator-tests: New file.
9978         * modules/unictype/property-pattern-syntax-tests: New file.
9979         * modules/unictype/property-pattern-white-space-tests: New file.
9980         * modules/unictype/property-private-use-tests: New file.
9981         * modules/unictype/property-punctuation-tests: New file.
9982         * modules/unictype/property-quotation-mark-tests: New file.
9983         * modules/unictype/property-radical-tests: New file.
9984         * modules/unictype/property-sentence-terminal-tests: New file.
9985         * modules/unictype/property-soft-dotted-tests: New file.
9986         * modules/unictype/property-space-tests: New file.
9987         * modules/unictype/property-terminal-punctuation-tests: New file.
9988         * modules/unictype/property-test-tests: New file.
9989         * modules/unictype/property-titlecase-tests: New file.
9990         * modules/unictype/property-unassigned-code-value-tests: New file.
9991         * modules/unictype/property-unified-ideograph-tests: New file.
9992         * modules/unictype/property-uppercase-tests: New file.
9993         * modules/unictype/property-variation-selector-tests: New file.
9994         * modules/unictype/property-white-space-tests: New file.
9995         * modules/unictype/property-xid-continue-tests: New file.
9996         * modules/unictype/property-xid-start-tests: New file.
9997         * modules/unictype/property-zero-width-tests: New file.
9998         * modules/unictype/scripts-tests: New file.
9999         * modules/unictype/syntax-c-ident-tests: New file.
10000         * modules/unictype/syntax-c-whitespace-tests: New file.
10001         * modules/unictype/syntax-java-ident-tests: New file.
10002         * modules/unictype/syntax-java-whitespace-tests: New file.
10003         * tests/unictype/test-bidi_byname.c: New file.
10004         * tests/unictype/test-bidi_name.c: New file.
10005         * tests/unictype/test-bidi_of.c: New file.
10006         * tests/unictype/test-bidi_test.c: New file.
10007         * tests/unictype/test-block_list.c: New file.
10008         * tests/unictype/test-block_of.c: New file.
10009         * tests/unictype/test-block_test.c: New file.
10010         * tests/unictype/test-categ_and.c: New file.
10011         * tests/unictype/test-categ_and_not.c: New file.
10012         * tests/unictype/test-categ_byname.c: New file.
10013         * tests/unictype/test-categ_name.c: New file.
10014         * tests/unictype/test-categ_none.c: New file.
10015         * tests/unictype/test-categ_of.c: New file.
10016         * tests/unictype/test-categ_or.c: New file.
10017         * tests/unictype/test-categ_test_withtable.c: New file.
10018         * tests/unictype/test-combining.c: New file.
10019         * tests/unictype/test-decdigit.c: New file.
10020         * tests/unictype/test-digit.c: New file.
10021         * tests/unictype/test-mirror.c: New file.
10022         * tests/unictype/test-numeric.c: New file.
10023         * tests/unictype/test-pr_byname.c: New file.
10024         * tests/unictype/test-pr_test.c: New file.
10025         * tests/unictype/test-predicate-part1.h: New file.
10026         * tests/unictype/test-predicate-part2.h: New file.
10027         * tests/unictype/test-scripts.c: New file.
10028         * tests/unictype/test-sy_c_ident.c: New file.
10029         * tests/unictype/test-sy_java_ident.c: New file.
10030
10031         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
10032         for Unicode 5.0.0.
10033         * tests/unictype/test-categ_Cc.c: Likewise.
10034         * tests/unictype/test-categ_Cf.c: Likewise.
10035         * tests/unictype/test-categ_Cn.c: Likewise.
10036         * tests/unictype/test-categ_Co.c: Likewise.
10037         * tests/unictype/test-categ_Cs.c: Likewise.
10038         * tests/unictype/test-categ_L.c: Likewise.
10039         * tests/unictype/test-categ_Ll.c: Likewise.
10040         * tests/unictype/test-categ_Lm.c: Likewise.
10041         * tests/unictype/test-categ_Lo.c: Likewise.
10042         * tests/unictype/test-categ_Lt.c: Likewise.
10043         * tests/unictype/test-categ_Lu.c: Likewise.
10044         * tests/unictype/test-categ_M.c: Likewise.
10045         * tests/unictype/test-categ_Mc.c: Likewise.
10046         * tests/unictype/test-categ_Me.c: Likewise.
10047         * tests/unictype/test-categ_Mn.c: Likewise.
10048         * tests/unictype/test-categ_N.c: Likewise.
10049         * tests/unictype/test-categ_Nd.c: Likewise.
10050         * tests/unictype/test-categ_Nl.c: Likewise.
10051         * tests/unictype/test-categ_No.c: Likewise.
10052         * tests/unictype/test-categ_P.c: Likewise.
10053         * tests/unictype/test-categ_Pc.c: Likewise.
10054         * tests/unictype/test-categ_Pd.c: Likewise.
10055         * tests/unictype/test-categ_Pe.c: Likewise.
10056         * tests/unictype/test-categ_Pf.c: Likewise.
10057         * tests/unictype/test-categ_Pi.c: Likewise.
10058         * tests/unictype/test-categ_Po.c: Likewise.
10059         * tests/unictype/test-categ_Ps.c: Likewise.
10060         * tests/unictype/test-categ_S.c: Likewise.
10061         * tests/unictype/test-categ_Sc.c: Likewise.
10062         * tests/unictype/test-categ_Sk.c: Likewise.
10063         * tests/unictype/test-categ_Sm.c: Likewise.
10064         * tests/unictype/test-categ_So.c: Likewise.
10065         * tests/unictype/test-categ_Z.c: Likewise.
10066         * tests/unictype/test-categ_Zl.c: Likewise.
10067         * tests/unictype/test-categ_Zp.c: Likewise.
10068         * tests/unictype/test-categ_Zs.c: Likewise.
10069         * tests/unictype/test-ctype_alnum.c: Likewise.
10070         * tests/unictype/test-ctype_alpha.c: Likewise.
10071         * tests/unictype/test-ctype_blank.c: Likewise.
10072         * tests/unictype/test-ctype_cntrl.c: Likewise.
10073         * tests/unictype/test-ctype_digit.c: Likewise.
10074         * tests/unictype/test-ctype_graph.c: Likewise.
10075         * tests/unictype/test-ctype_lower.c: Likewise.
10076         * tests/unictype/test-ctype_print.c: Likewise.
10077         * tests/unictype/test-ctype_punct.c: Likewise.
10078         * tests/unictype/test-ctype_space.c: Likewise.
10079         * tests/unictype/test-ctype_upper.c: Likewise.
10080         * tests/unictype/test-ctype_xdigit.c: Likewise.
10081         * tests/unictype/test-decdigit.h: Likewise.
10082         * tests/unictype/test-digit.h: Likewise.
10083         * tests/unictype/test-numeric.h: Likewise.
10084         * tests/unictype/test-pr_alphabetic.c: Likewise.
10085         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
10086         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
10087         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
10088         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
10089         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
10090         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
10091         * tests/unictype/test-pr_bidi_control.c: Likewise.
10092         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
10093         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
10094         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
10095         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
10096         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
10097         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
10098         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
10099         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
10100         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
10101         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
10102         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
10103         * tests/unictype/test-pr_combining.c: Likewise.
10104         * tests/unictype/test-pr_composite.c: Likewise.
10105         * tests/unictype/test-pr_currency_symbol.c: Likewise.
10106         * tests/unictype/test-pr_dash.c: Likewise.
10107         * tests/unictype/test-pr_decimal_digit.c: Likewise.
10108         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
10109         * tests/unictype/test-pr_deprecated.c: Likewise.
10110         * tests/unictype/test-pr_diacritic.c: Likewise.
10111         * tests/unictype/test-pr_extender.c: Likewise.
10112         * tests/unictype/test-pr_format_control.c: Likewise.
10113         * tests/unictype/test-pr_grapheme_base.c: Likewise.
10114         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
10115         * tests/unictype/test-pr_grapheme_link.c: Likewise.
10116         * tests/unictype/test-pr_hex_digit.c: Likewise.
10117         * tests/unictype/test-pr_hyphen.c: Likewise.
10118         * tests/unictype/test-pr_id_continue.c: Likewise.
10119         * tests/unictype/test-pr_id_start.c: Likewise.
10120         * tests/unictype/test-pr_ideographic.c: Likewise.
10121         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
10122         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
10123         * tests/unictype/test-pr_ignorable_control.c: Likewise.
10124         * tests/unictype/test-pr_iso_control.c: Likewise.
10125         * tests/unictype/test-pr_join_control.c: Likewise.
10126         * tests/unictype/test-pr_left_of_pair.c: Likewise.
10127         * tests/unictype/test-pr_line_separator.c: Likewise.
10128         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
10129         * tests/unictype/test-pr_lowercase.c: Likewise.
10130         * tests/unictype/test-pr_math.c: Likewise.
10131         * tests/unictype/test-pr_non_break.c: Likewise.
10132         * tests/unictype/test-pr_not_a_character.c: Likewise.
10133         * tests/unictype/test-pr_numeric.c: Likewise.
10134         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
10135         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
10136         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
10137         * tests/unictype/test-pr_other_id_continue.c: Likewise.
10138         * tests/unictype/test-pr_other_id_start.c: Likewise.
10139         * tests/unictype/test-pr_other_lowercase.c: Likewise.
10140         * tests/unictype/test-pr_other_math.c: Likewise.
10141         * tests/unictype/test-pr_other_uppercase.c: Likewise.
10142         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
10143         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
10144         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
10145         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
10146         * tests/unictype/test-pr_private_use.c: Likewise.
10147         * tests/unictype/test-pr_punctuation.c: Likewise.
10148         * tests/unictype/test-pr_quotation_mark.c: Likewise.
10149         * tests/unictype/test-pr_radical.c: Likewise.
10150         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
10151         * tests/unictype/test-pr_soft_dotted.c: Likewise.
10152         * tests/unictype/test-pr_space.c: Likewise.
10153         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
10154         * tests/unictype/test-pr_titlecase.c: Likewise.
10155         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
10156         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
10157         * tests/unictype/test-pr_uppercase.c: Likewise.
10158         * tests/unictype/test-pr_variation_selector.c: Likewise.
10159         * tests/unictype/test-pr_white_space.c: Likewise.
10160         * tests/unictype/test-pr_xid_continue.c: Likewise.
10161         * tests/unictype/test-pr_xid_start.c: Likewise.
10162         * tests/unictype/test-pr_zero_width.c: Likewise.
10163         * tests/unictype/test-sy_c_whitespace.c: Likewise.
10164         * tests/unictype/test-sy_java_whitespace.c: Likewise.
10165
10166 2007-11-12  Bruno Haible  <bruno@clisp.org>
10167
10168         Unicode character classification functions.
10169         * lib/unictype.h: New file.
10170         * modules/unictype/base: New file.
10171         * modules/unictype/category-L: New file.
10172         * modules/unictype/category-Lu: New file.
10173         * modules/unictype/category-Ll: New file.
10174         * modules/unictype/category-Lt: New file.
10175         * modules/unictype/category-Lm: New file.
10176         * modules/unictype/category-Lo: New file.
10177         * modules/unictype/category-M: New file.
10178         * modules/unictype/category-Mn: New file.
10179         * modules/unictype/category-Mc: New file.
10180         * modules/unictype/category-Me: New file.
10181         * modules/unictype/category-N: New file.
10182         * modules/unictype/category-Nd: New file.
10183         * modules/unictype/category-Nl: New file.
10184         * modules/unictype/category-No: New file.
10185         * modules/unictype/category-P: New file.
10186         * modules/unictype/category-Pc: New file.
10187         * modules/unictype/category-Pd: New file.
10188         * modules/unictype/category-Ps: New file.
10189         * modules/unictype/category-Pe: New file.
10190         * modules/unictype/category-Pi: New file.
10191         * modules/unictype/category-Pf: New file.
10192         * modules/unictype/category-Po: New file.
10193         * modules/unictype/category-S: New file.
10194         * modules/unictype/category-Sm: New file.
10195         * modules/unictype/category-Sc: New file.
10196         * modules/unictype/category-Sk: New file.
10197         * modules/unictype/category-So: New file.
10198         * modules/unictype/category-Z: New file.
10199         * modules/unictype/category-Zs: New file.
10200         * modules/unictype/category-Zl: New file.
10201         * modules/unictype/category-Zp: New file.
10202         * modules/unictype/category-C: New file.
10203         * modules/unictype/category-Cc: New file.
10204         * modules/unictype/category-Cf: New file.
10205         * modules/unictype/category-Cs: New file.
10206         * modules/unictype/category-Co: New file.
10207         * modules/unictype/category-Cn: New file.
10208         * modules/unictype/category-or: New file.
10209         * modules/unictype/category-of: New file.
10210         * modules/unictype/category-test: New file.
10211         * modules/unictype/category-test-withtable: New file.
10212         * modules/unictype/category-byname: New file.
10213         * modules/unictype/category-none: New file.
10214         * modules/unictype/category-and: New file.
10215         * modules/unictype/category-and-not: New file.
10216         * modules/unictype/category-name: New file.
10217         * modules/unictype/combining-class: New file.
10218         * modules/unictype/category-all: New file.
10219         * modules/unictype/bidicategory-all: New file.
10220         * modules/unictype/bidicategory-byname: New file.
10221         * modules/unictype/bidicategory-name: New file.
10222         * modules/unictype/bidicategory-of: New file.
10223         * modules/unictype/bidicategory-test: New file.
10224         * modules/unictype/decimal-digit: New file.
10225         * modules/unictype/digit: New file.
10226         * modules/unictype/numeric: New file.
10227         * modules/unictype/mirror: New file.
10228         * modules/unictype/property-white-space: New file.
10229         * modules/unictype/property-alphabetic: New file.
10230         * modules/unictype/property-other-alphabetic: New file.
10231         * modules/unictype/property-not-a-character: New file.
10232         * modules/unictype/property-default-ignorable-code-point: New file.
10233         * modules/unictype/property-other-default-ignorable-code-point: New
10234         file.
10235         * modules/unictype/property-deprecated: New file.
10236         * modules/unictype/property-logical-order-exception: New file.
10237         * modules/unictype/property-variation-selector: New file.
10238         * modules/unictype/property-private-use: New file.
10239         * modules/unictype/property-unassigned-code-value: New file.
10240         * modules/unictype/property-uppercase: New file.
10241         * modules/unictype/property-other-uppercase: New file.
10242         * modules/unictype/property-lowercase: New file.
10243         * modules/unictype/property-other-lowercase: New file.
10244         * modules/unictype/property-titlecase: New file.
10245         * modules/unictype/property-soft-dotted: New file.
10246         * modules/unictype/property-id-start: New file.
10247         * modules/unictype/property-other-id-start: New file.
10248         * modules/unictype/property-id-continue: New file.
10249         * modules/unictype/property-other-id-continue: New file.
10250         * modules/unictype/property-xid-start: New file.
10251         * modules/unictype/property-xid-continue: New file.
10252         * modules/unictype/property-pattern-white-space: New file.
10253         * modules/unictype/property-pattern-syntax: New file.
10254         * modules/unictype/property-join-control: New file.
10255         * modules/unictype/property-grapheme-base: New file.
10256         * modules/unictype/property-grapheme-extend: New file.
10257         * modules/unictype/property-other-grapheme-extend: New file.
10258         * modules/unictype/property-grapheme-link: New file.
10259         * modules/unictype/property-bidi-control: New file.
10260         * modules/unictype/property-bidi-left-to-right: New file.
10261         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
10262         * modules/unictype/property-bidi-arabic-right-to-left: New file.
10263         * modules/unictype/property-bidi-european-digit: New file.
10264         * modules/unictype/property-bidi-eur-num-separator: New file.
10265         * modules/unictype/property-bidi-eur-num-terminator: New file.
10266         * modules/unictype/property-bidi-arabic-digit: New file.
10267         * modules/unictype/property-bidi-common-separator: New file.
10268         * modules/unictype/property-bidi-block-separator: New file.
10269         * modules/unictype/property-bidi-segment-separator: New file.
10270         * modules/unictype/property-bidi-whitespace: New file.
10271         * modules/unictype/property-bidi-non-spacing-mark: New file.
10272         * modules/unictype/property-bidi-boundary-neutral: New file.
10273         * modules/unictype/property-bidi-pdf: New file.
10274         * modules/unictype/property-bidi-embedding-or-override: New file.
10275         * modules/unictype/property-bidi-other-neutral: New file.
10276         * modules/unictype/property-hex-digit: New file.
10277         * modules/unictype/property-ascii-hex-digit: New file.
10278         * modules/unictype/property-ideographic: New file.
10279         * modules/unictype/property-unified-ideograph: New file.
10280         * modules/unictype/property-radical: New file.
10281         * modules/unictype/property-ids-binary-operator: New file.
10282         * modules/unictype/property-ids-trinary-operator: New file.
10283         * modules/unictype/property-zero-width: New file.
10284         * modules/unictype/property-space: New file.
10285         * modules/unictype/property-non-break: New file.
10286         * modules/unictype/property-iso-control: New file.
10287         * modules/unictype/property-format-control: New file.
10288         * modules/unictype/property-dash: New file.
10289         * modules/unictype/property-hyphen: New file.
10290         * modules/unictype/property-punctuation: New file.
10291         * modules/unictype/property-line-separator: New file.
10292         * modules/unictype/property-paragraph-separator: New file.
10293         * modules/unictype/property-quotation-mark: New file.
10294         * modules/unictype/property-sentence-terminal: New file.
10295         * modules/unictype/property-terminal-punctuation: New file.
10296         * modules/unictype/property-currency-symbol: New file.
10297         * modules/unictype/property-math: New file.
10298         * modules/unictype/property-other-math: New file.
10299         * modules/unictype/property-paired-punctuation: New file.
10300         * modules/unictype/property-left-of-pair: New file.
10301         * modules/unictype/property-combining: New file.
10302         * modules/unictype/property-composite: New file.
10303         * modules/unictype/property-decimal-digit: New file.
10304         * modules/unictype/property-numeric: New file.
10305         * modules/unictype/property-diacritic: New file.
10306         * modules/unictype/property-extender: New file.
10307         * modules/unictype/property-ignorable-control: New file.
10308         * modules/unictype/property-test: New file.
10309         * modules/unictype/property-byname: New file.
10310         * modules/unictype/property-all: New file.
10311         * modules/unictype/scripts: New file.
10312         * modules/unictype/scripts-all: New file.
10313         * modules/unictype/block-of: New file.
10314         * modules/unictype/block-test: New file.
10315         * modules/unictype/block-list: New file.
10316         * modules/unictype/block-all: New file.
10317         * modules/unictype/syntax-c-whitespace: New file.
10318         * modules/unictype/syntax-java-whitespace: New file.
10319         * modules/unictype/syntax-c-ident: New file.
10320         * modules/unictype/syntax-java-ident: New file.
10321         * modules/unictype/ctype-alnum: New file.
10322         * modules/unictype/ctype-alpha: New file.
10323         * modules/unictype/ctype-cntrl: New file.
10324         * modules/unictype/ctype-digit: New file.
10325         * modules/unictype/ctype-graph: New file.
10326         * modules/unictype/ctype-lower: New file.
10327         * modules/unictype/ctype-print: New file.
10328         * modules/unictype/ctype-punct: New file.
10329         * modules/unictype/ctype-space: New file.
10330         * modules/unictype/ctype-upper: New file.
10331         * modules/unictype/ctype-xdigit: New file.
10332         * modules/unictype/ctype-blank: New file.
10333         * lib/unictype/bidi_byname.c: New file.
10334         * lib/unictype/bidi_name.c: New file.
10335         * lib/unictype/bidi_of.c: New file.
10336         * lib/unictype/bidi_test.c: New file.
10337         * lib/unictype/bitmap.h: New file.
10338         * lib/unictype/block_test.c: New file.
10339         * lib/unictype/blocks.c: New file.
10340         * lib/unictype/categ_C.c: New file.
10341         * lib/unictype/categ_Cc.c: New file.
10342         * lib/unictype/categ_Cf.c: New file.
10343         * lib/unictype/categ_Cn.c: New file.
10344         * lib/unictype/categ_Co.c: New file.
10345         * lib/unictype/categ_Cs.c: New file.
10346         * lib/unictype/categ_L.c: New file.
10347         * lib/unictype/categ_Ll.c: New file.
10348         * lib/unictype/categ_Lm.c: New file.
10349         * lib/unictype/categ_Lo.c: New file.
10350         * lib/unictype/categ_Lt.c: New file.
10351         * lib/unictype/categ_Lu.c: New file.
10352         * lib/unictype/categ_M.c: New file.
10353         * lib/unictype/categ_Mc.c: New file.
10354         * lib/unictype/categ_Me.c: New file.
10355         * lib/unictype/categ_Mn.c: New file.
10356         * lib/unictype/categ_N.c: New file.
10357         * lib/unictype/categ_Nd.c: New file.
10358         * lib/unictype/categ_Nl.c: New file.
10359         * lib/unictype/categ_No.c: New file.
10360         * lib/unictype/categ_P.c: New file.
10361         * lib/unictype/categ_Pc.c: New file.
10362         * lib/unictype/categ_Pd.c: New file.
10363         * lib/unictype/categ_Pe.c: New file.
10364         * lib/unictype/categ_Pf.c: New file.
10365         * lib/unictype/categ_Pi.c: New file.
10366         * lib/unictype/categ_Po.c: New file.
10367         * lib/unictype/categ_Ps.c: New file.
10368         * lib/unictype/categ_S.c: New file.
10369         * lib/unictype/categ_Sc.c: New file.
10370         * lib/unictype/categ_Sk.c: New file.
10371         * lib/unictype/categ_Sm.c: New file.
10372         * lib/unictype/categ_So.c: New file.
10373         * lib/unictype/categ_Z.c: New file.
10374         * lib/unictype/categ_Zl.c: New file.
10375         * lib/unictype/categ_Zp.c: New file.
10376         * lib/unictype/categ_Zs.c: New file.
10377         * lib/unictype/categ_and.c: New file.
10378         * lib/unictype/categ_and_not.c: New file.
10379         * lib/unictype/categ_byname.c: New file.
10380         * lib/unictype/categ_name.c: New file.
10381         * lib/unictype/categ_none.c: New file.
10382         * lib/unictype/categ_of.c: New file.
10383         * lib/unictype/categ_or.c: New file.
10384         * lib/unictype/categ_test.c: New file.
10385         * lib/unictype/combining.c: New file.
10386         * lib/unictype/ctype_alnum.c: New file.
10387         * lib/unictype/ctype_alpha.c: New file.
10388         * lib/unictype/ctype_blank.c: New file.
10389         * lib/unictype/ctype_cntrl.c: New file.
10390         * lib/unictype/ctype_digit.c: New file.
10391         * lib/unictype/ctype_graph.c: New file.
10392         * lib/unictype/ctype_lower.c: New file.
10393         * lib/unictype/ctype_print.c: New file.
10394         * lib/unictype/ctype_punct.c: New file.
10395         * lib/unictype/ctype_space.c: New file.
10396         * lib/unictype/ctype_upper.c: New file.
10397         * lib/unictype/ctype_xdigit.c: New file.
10398         * lib/unictype/decdigit.c: New file.
10399         * lib/unictype/digit.c: New file.
10400         * lib/unictype/identsyntaxmap.h: New file.
10401         * lib/unictype/mirror.c: New file.
10402         * lib/unictype/numeric.c: New file.
10403         * lib/unictype/pr_alphabetic.c: New file.
10404         * lib/unictype/pr_ascii_hex_digit.c: New file.
10405         * lib/unictype/pr_bidi_arabic_digit.c: New file.
10406         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
10407         * lib/unictype/pr_bidi_block_separator.c: New file.
10408         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
10409         * lib/unictype/pr_bidi_common_separator.c: New file.
10410         * lib/unictype/pr_bidi_control.c: New file.
10411         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
10412         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
10413         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
10414         * lib/unictype/pr_bidi_european_digit.c: New file.
10415         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
10416         * lib/unictype/pr_bidi_left_to_right.c: New file.
10417         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
10418         * lib/unictype/pr_bidi_other_neutral.c: New file.
10419         * lib/unictype/pr_bidi_pdf.c: New file.
10420         * lib/unictype/pr_bidi_segment_separator.c: New file.
10421         * lib/unictype/pr_bidi_whitespace.c: New file.
10422         * lib/unictype/pr_byname.c: New file.
10423         * lib/unictype/pr_byname.gperf: New file.
10424         * lib/unictype/pr_combining.c: New file.
10425         * lib/unictype/pr_composite.c: New file.
10426         * lib/unictype/pr_currency_symbol.c: New file.
10427         * lib/unictype/pr_dash.c: New file.
10428         * lib/unictype/pr_decimal_digit.c: New file.
10429         * lib/unictype/pr_default_ignorable_code_point.c: New file.
10430         * lib/unictype/pr_deprecated.c: New file.
10431         * lib/unictype/pr_diacritic.c: New file.
10432         * lib/unictype/pr_extender.c: New file.
10433         * lib/unictype/pr_format_control.c: New file.
10434         * lib/unictype/pr_grapheme_base.c: New file.
10435         * lib/unictype/pr_grapheme_extend.c: New file.
10436         * lib/unictype/pr_grapheme_link.c: New file.
10437         * lib/unictype/pr_hex_digit.c: New file.
10438         * lib/unictype/pr_hyphen.c: New file.
10439         * lib/unictype/pr_id_continue.c: New file.
10440         * lib/unictype/pr_id_start.c: New file.
10441         * lib/unictype/pr_ideographic.c: New file.
10442         * lib/unictype/pr_ids_binary_operator.c: New file.
10443         * lib/unictype/pr_ids_trinary_operator.c: New file.
10444         * lib/unictype/pr_ignorable_control.c: New file.
10445         * lib/unictype/pr_iso_control.c: New file.
10446         * lib/unictype/pr_join_control.c: New file.
10447         * lib/unictype/pr_left_of_pair.c: New file.
10448         * lib/unictype/pr_line_separator.c: New file.
10449         * lib/unictype/pr_logical_order_exception.c: New file.
10450         * lib/unictype/pr_lowercase.c: New file.
10451         * lib/unictype/pr_math.c: New file.
10452         * lib/unictype/pr_non_break.c: New file.
10453         * lib/unictype/pr_not_a_character.c: New file.
10454         * lib/unictype/pr_numeric.c: New file.
10455         * lib/unictype/pr_other_alphabetic.c: New file.
10456         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
10457         * lib/unictype/pr_other_grapheme_extend.c: New file.
10458         * lib/unictype/pr_other_id_continue.c: New file.
10459         * lib/unictype/pr_other_id_start.c: New file.
10460         * lib/unictype/pr_other_lowercase.c: New file.
10461         * lib/unictype/pr_other_math.c: New file.
10462         * lib/unictype/pr_other_uppercase.c: New file.
10463         * lib/unictype/pr_paired_punctuation.c: New file.
10464         * lib/unictype/pr_paragraph_separator.c: New file.
10465         * lib/unictype/pr_pattern_syntax.c: New file.
10466         * lib/unictype/pr_pattern_white_space.c: New file.
10467         * lib/unictype/pr_private_use.c: New file.
10468         * lib/unictype/pr_punctuation.c: New file.
10469         * lib/unictype/pr_quotation_mark.c: New file.
10470         * lib/unictype/pr_radical.c: New file.
10471         * lib/unictype/pr_sentence_terminal.c: New file.
10472         * lib/unictype/pr_soft_dotted.c: New file.
10473         * lib/unictype/pr_space.c: New file.
10474         * lib/unictype/pr_terminal_punctuation.c: New file.
10475         * lib/unictype/pr_test.c: New file.
10476         * lib/unictype/pr_titlecase.c: New file.
10477         * lib/unictype/pr_unassigned_code_value.c: New file.
10478         * lib/unictype/pr_unified_ideograph.c: New file.
10479         * lib/unictype/pr_uppercase.c: New file.
10480         * lib/unictype/pr_variation_selector.c: New file.
10481         * lib/unictype/pr_white_space.c: New file.
10482         * lib/unictype/pr_xid_continue.c: New file.
10483         * lib/unictype/pr_xid_start.c: New file.
10484         * lib/unictype/pr_zero_width.c: New file.
10485         * lib/unictype/scripts.c: New file.
10486         * lib/unictype/sy_c_ident.c: New file.
10487         * lib/unictype/sy_c_whitespace.c: New file.
10488         * lib/unictype/sy_java_ident.c: New file.
10489         * lib/unictype/sy_java_whitespace.c: New file.
10490
10491         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
10492         Unicode 5.0.0.
10493         * lib/unictype/blocks.h: Likewise.
10494         * lib/unictype/categ_C.h: Likewise.
10495         * lib/unictype/categ_Cc.h: Likewise.
10496         * lib/unictype/categ_Cf.h: Likewise.
10497         * lib/unictype/categ_Cn.h: Likewise.
10498         * lib/unictype/categ_Co.h: Likewise.
10499         * lib/unictype/categ_Cs.h: Likewise.
10500         * lib/unictype/categ_L.h: Likewise.
10501         * lib/unictype/categ_Ll.h: Likewise.
10502         * lib/unictype/categ_Lm.h: Likewise.
10503         * lib/unictype/categ_Lo.h: Likewise.
10504         * lib/unictype/categ_Lt.h: Likewise.
10505         * lib/unictype/categ_Lu.h: Likewise.
10506         * lib/unictype/categ_M.h: Likewise.
10507         * lib/unictype/categ_Mc.h: Likewise.
10508         * lib/unictype/categ_Me.h: Likewise.
10509         * lib/unictype/categ_Mn.h: Likewise.
10510         * lib/unictype/categ_N.h: Likewise.
10511         * lib/unictype/categ_Nd.h: Likewise.
10512         * lib/unictype/categ_Nl.h: Likewise.
10513         * lib/unictype/categ_No.h: Likewise.
10514         * lib/unictype/categ_P.h: Likewise.
10515         * lib/unictype/categ_Pc.h: Likewise.
10516         * lib/unictype/categ_Pd.h: Likewise.
10517         * lib/unictype/categ_Pe.h: Likewise.
10518         * lib/unictype/categ_Pf.h: Likewise.
10519         * lib/unictype/categ_Pi.h: Likewise.
10520         * lib/unictype/categ_Po.h: Likewise.
10521         * lib/unictype/categ_Ps.h: Likewise.
10522         * lib/unictype/categ_S.h: Likewise.
10523         * lib/unictype/categ_Sc.h: Likewise.
10524         * lib/unictype/categ_Sk.h: Likewise.
10525         * lib/unictype/categ_Sm.h: Likewise.
10526         * lib/unictype/categ_So.h: Likewise.
10527         * lib/unictype/categ_Z.h: Likewise.
10528         * lib/unictype/categ_Zl.h: Likewise.
10529         * lib/unictype/categ_Zp.h: Likewise.
10530         * lib/unictype/categ_Zs.h: Likewise.
10531         * lib/unictype/categ_of.h: Likewise.
10532         * lib/unictype/combining.h: Likewise.
10533         * lib/unictype/ctype_alnum.h: Likewise.
10534         * lib/unictype/ctype_alpha.h: Likewise.
10535         * lib/unictype/ctype_blank.h: Likewise.
10536         * lib/unictype/ctype_cntrl.h: Likewise.
10537         * lib/unictype/ctype_digit.h: Likewise.
10538         * lib/unictype/ctype_graph.h: Likewise.
10539         * lib/unictype/ctype_lower.h: Likewise.
10540         * lib/unictype/ctype_print.h: Likewise.
10541         * lib/unictype/ctype_punct.h: Likewise.
10542         * lib/unictype/ctype_space.h: Likewise.
10543         * lib/unictype/ctype_upper.h: Likewise.
10544         * lib/unictype/ctype_xdigit.h: Likewise.
10545         * lib/unictype/decdigit.h: Likewise.
10546         * lib/unictype/digit.h: Likewise.
10547         * lib/unictype/mirror.h: Likewise.
10548         * lib/unictype/numeric.h: Likewise.
10549         * lib/unictype/pr_alphabetic.h: Likewise.
10550         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
10551         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
10552         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
10553         * lib/unictype/pr_bidi_block_separator.h: Likewise.
10554         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
10555         * lib/unictype/pr_bidi_common_separator.h: Likewise.
10556         * lib/unictype/pr_bidi_control.h: Likewise.
10557         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
10558         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
10559         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
10560         * lib/unictype/pr_bidi_european_digit.h: Likewise.
10561         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
10562         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
10563         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
10564         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
10565         * lib/unictype/pr_bidi_pdf.h: Likewise.
10566         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
10567         * lib/unictype/pr_bidi_whitespace.h: Likewise.
10568         * lib/unictype/pr_combining.h: Likewise.
10569         * lib/unictype/pr_composite.h: Likewise.
10570         * lib/unictype/pr_currency_symbol.h: Likewise.
10571         * lib/unictype/pr_dash.h: Likewise.
10572         * lib/unictype/pr_decimal_digit.h: Likewise.
10573         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
10574         * lib/unictype/pr_deprecated.h: Likewise.
10575         * lib/unictype/pr_diacritic.h: Likewise.
10576         * lib/unictype/pr_extender.h: Likewise.
10577         * lib/unictype/pr_format_control.h: Likewise.
10578         * lib/unictype/pr_grapheme_base.h: Likewise.
10579         * lib/unictype/pr_grapheme_extend.h: Likewise.
10580         * lib/unictype/pr_grapheme_link.h: Likewise.
10581         * lib/unictype/pr_hex_digit.h: Likewise.
10582         * lib/unictype/pr_hyphen.h: Likewise.
10583         * lib/unictype/pr_id_continue.h: Likewise.
10584         * lib/unictype/pr_id_start.h: Likewise.
10585         * lib/unictype/pr_ideographic.h: Likewise.
10586         * lib/unictype/pr_ids_binary_operator.h: Likewise.
10587         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
10588         * lib/unictype/pr_ignorable_control.h: Likewise.
10589         * lib/unictype/pr_iso_control.h: Likewise.
10590         * lib/unictype/pr_join_control.h: Likewise.
10591         * lib/unictype/pr_left_of_pair.h: Likewise.
10592         * lib/unictype/pr_line_separator.h: Likewise.
10593         * lib/unictype/pr_logical_order_exception.h: Likewise.
10594         * lib/unictype/pr_lowercase.h: Likewise.
10595         * lib/unictype/pr_math.h: Likewise.
10596         * lib/unictype/pr_non_break.h: Likewise.
10597         * lib/unictype/pr_not_a_character.h: Likewise.
10598         * lib/unictype/pr_numeric.h: Likewise.
10599         * lib/unictype/pr_other_alphabetic.h: Likewise.
10600         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
10601         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
10602         * lib/unictype/pr_other_id_continue.h: Likewise.
10603         * lib/unictype/pr_other_id_start.h: Likewise.
10604         * lib/unictype/pr_other_lowercase.h: Likewise.
10605         * lib/unictype/pr_other_math.h: Likewise.
10606         * lib/unictype/pr_other_uppercase.h: Likewise.
10607         * lib/unictype/pr_paired_punctuation.h: Likewise.
10608         * lib/unictype/pr_paragraph_separator.h: Likewise.
10609         * lib/unictype/pr_pattern_syntax.h: Likewise.
10610         * lib/unictype/pr_pattern_white_space.h: Likewise.
10611         * lib/unictype/pr_private_use.h: Likewise.
10612         * lib/unictype/pr_punctuation.h: Likewise.
10613         * lib/unictype/pr_quotation_mark.h: Likewise.
10614         * lib/unictype/pr_radical.h: Likewise.
10615         * lib/unictype/pr_sentence_terminal.h: Likewise.
10616         * lib/unictype/pr_soft_dotted.h: Likewise.
10617         * lib/unictype/pr_space.h: Likewise.
10618         * lib/unictype/pr_terminal_punctuation.h: Likewise.
10619         * lib/unictype/pr_titlecase.h: Likewise.
10620         * lib/unictype/pr_unassigned_code_value.h: Likewise.
10621         * lib/unictype/pr_unified_ideograph.h: Likewise.
10622         * lib/unictype/pr_uppercase.h: Likewise.
10623         * lib/unictype/pr_variation_selector.h: Likewise.
10624         * lib/unictype/pr_white_space.h: Likewise.
10625         * lib/unictype/pr_xid_continue.h: Likewise.
10626         * lib/unictype/pr_xid_start.h: Likewise.
10627         * lib/unictype/pr_zero_width.h: Likewise.
10628         * lib/unictype/scripts.h: Likewise.
10629         * lib/unictype/scripts_byname.gperf: Likewise.
10630         * lib/unictype/sy_c_ident.h: Likewise.
10631         * lib/unictype/sy_c_whitespace.h: Likewise.
10632         * lib/unictype/sy_java_ident.h: Likewise.
10633         * lib/unictype/sy_java_whitespace.h: Likewise.
10634
10635         * lib/unictype/Makefile: New file.
10636         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
10637         glibc.
10638         * lib/unictype/3level.h: New file, copied from glibc.
10639         * lib/unictype/3levelbit.h: New file.
10640
10641 2007-11-11  Bruno Haible  <bruno@clisp.org>
10642
10643         * modules/gperf: New file.
10644         * modules/iconv_open (Depends-on): Add it.
10645         (Makefile.am): Remove the GPERF definition.
10646
10647 2007-11-11  Bruno Haible  <bruno@clisp.org>
10648
10649         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
10650         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
10651
10652 2007-11-11  Bruno Haible  <bruno@clisp.org>
10653
10654         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
10655         (usage): Remove function.
10656
10657 2007-11-11  Bruno Haible  <bruno@clisp.org>
10658
10659         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
10660         gl_FUNC_CEILF_LIBS.
10661         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
10662         gl_FUNC_CEIL_LIBS.
10663         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
10664         gl_FUNC_CEILL_LIBS.
10665         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
10666         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
10667         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
10668
10669 2007-11-11  Bruno Haible  <bruno@clisp.org>
10670
10671         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
10672         roundf were declared but do not exist on functions.
10673         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
10674         roundl were declared but do not exist on functions.
10675         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
10676         HAVE_FLOORL_AND_CEILL, respectively.
10677         Needed for Sun C on Solaris 10.
10678
10679 2007-11-11  Bruno Haible  <bruno@clisp.org>
10680
10681         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
10682         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
10683         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
10684         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
10685         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
10686         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
10687         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
10688         HAVE_DECL_ROUNDF.
10689         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
10690         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
10691         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
10692         of HAVE_DECL_ROUND*.
10693         * modules/math (Makefile.am): Update.
10694
10695 2007-11-10  Bruno Haible  <bruno@clisp.org>
10696
10697         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
10698         ptrdiff_t as m4/intl.m4.
10699
10700 2007-11-10  Jim Meyering  <meyering@redhat.com>
10701
10702         Avoid link failure for the argmatch test.
10703         * tests/test-argmatch.c (usage): Define function to avoid a link
10704         failure: argmatch_die requires a usage function.
10705
10706 2007-11-09  Bruno Haible  <bruno@clisp.org>
10707
10708         * doc/functions/snprintf.texi: Mention BeOS deficiency.
10709         * doc/functions/vsnprintf.texi: Likewise.
10710         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
10711         with a size argument < 2.
10712
10713 2007-11-09  Bruno Haible  <bruno@clisp.org>
10714
10715         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
10716         buffer. Fixes an inefficiency introduced on 2007-11-03.
10717
10718 2007-11-09  Bruno Haible  <bruno@clisp.org>
10719
10720         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
10721         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
10722
10723 2007-11-08  Jim Meyering  <meyering@redhat.com>
10724
10725         Change cache variable name prefix "jm_" to "gl_" everywhere.
10726         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
10727         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
10728         * m4/uptime.m4: s/gl_/jm_/
10729
10730 2007-11-07  Bruno Haible  <bruno@clisp.org>
10731
10732         Update to GNU gettext 0.17.
10733         * m4/intl.m4: Update to GNU gettext 0.17.
10734         * m4/po.m4: Likewise.
10735         * modules/gettext (Files): Remove m4/ulonglong.m4.
10736         (configure.ac): Require gettext infrastructure from version 0.17.
10737
10738 2007-11-06  Bruno Haible  <bruno@clisp.org>
10739
10740         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
10741         symbolic values are not defined in a public header.
10742         * lib/freadable.c (freadable) [QNX]: Likewise.
10743         * lib/freadahead.c (freadahead) [QNX]: Likewise.
10744         * lib/freading.c (freading) [QNX]: Likewise.
10745         * lib/fseterr.c (fseterr) [QNX]: Likewise.
10746         * lib/fwritable.c (fwritable) [QNX]: Likewise.
10747         * lib/fwriting.c (fwriting) [QNX]: Likewise.
10748         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
10749         Reported by Alain Magloire.
10750
10751         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
10752
10753 2007-11-05  Bruno Haible  <bruno@clisp.org>
10754
10755         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
10756         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
10757         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
10758         Reported by Eric Blake.
10759
10760 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10761             Bruno Haible  <bruno@clisp.org>
10762
10763         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
10764         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
10765         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
10766         (malloc): Undefine also before including <stdlib.h>.
10767         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
10768         Needed on OSF/1 4.0.
10769
10770 2007-11-05  Jim Meyering  <meyering@redhat.com>
10771
10772         git-version-gen: sync from coreutils.
10773         * build-aux/git-version-gen: Add comments.
10774         Change the first '-' to '.' in the snapshot version string,
10775         e.g., 6.9-377-08144 -> 6.9.377-08144
10776         Remove first parameter.
10777         Don't declare a version "-dirty" merely because a time
10778         stamp has changed.
10779
10780 2007-11-04  Bruno Haible  <bruno@clisp.org>
10781
10782         * lib/lock.h: Protect all macro definitions containing an 'if'
10783         statement through a "do { ... } while (0)".
10784         * lib/tls.h: Likewise.
10785
10786 2007-11-04  Bruno Haible  <bruno@clisp.org>
10787
10788         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
10789
10790 2007-11-04  Bruno Haible  <bruno@clisp.org>
10791
10792         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
10793         * modules/fprintf-posix (Depends-on): Add nocrash.
10794         * modules/snprintf-posix (Depends-on): Likewise.
10795         * modules/sprintf-posix (Depends-on): Likewise.
10796         * modules/vasnprintf-posix (Depends-on): Likewise.
10797         * modules/vasprintf-posix (Depends-on): Likewise.
10798         * modules/vfprintf-posix (Depends-on): Likewise.
10799         * modules/vsnprintf-posix (Depends-on): Likewise.
10800         * modules/vsprintf-posix (Depends-on): Likewise.
10801         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
10802         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
10803         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
10804         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
10805         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
10806         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
10807         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
10808
10809 2007-11-04  Bruno Haible  <bruno@clisp.org>
10810
10811         * modules/nocrash: New file.
10812         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
10813         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
10814
10815 2007-11-04  Bruno Haible  <bruno@clisp.org>
10816
10817         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
10818         precision handling.
10819         * tests/test-vasprintf-posix.c (test_function): Likewise.
10820         * tests/test-snprintf-posix.h (test_function): Likewise.
10821         * tests/test-sprintf-posix.h (test_function): Likewise.
10822
10823         Fix *printf behaviour for large precisions on mingw and BeOS.
10824         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
10825         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
10826         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
10827         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10828         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10829         gl_PRINTF_PRECISION and test its result. Invoke
10830         gl_PREREQ_VASNPRINTF_PRECISION.
10831         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10832         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10833         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10834         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10835         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10836         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10837         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10838         * doc/functions/fprintf.texi: Update.
10839         * doc/functions/printf.texi: Update.
10840         * doc/functions/snprintf.texi: Update.
10841         * doc/functions/sprintf.texi: Update.
10842         * doc/functions/vfprintf.texi: Update.
10843         * doc/functions/vprintf.texi: Update.
10844         * doc/functions/vsnprintf.texi: Update.
10845         * doc/functions/vsprintf.texi: Update.
10846
10847 2007-11-04  Bruno Haible  <bruno@clisp.org>
10848
10849         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
10850
10851 2007-11-04  Bruno Haible  <bruno@clisp.org>
10852
10853         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
10854         Reported by Sylvain Beucler <beuc@gnu.org>.
10855
10856 2007-11-03  Bruno Haible  <bruno@clisp.org>
10857
10858         * tests/test-fprintf-posix2.sh: New file.
10859         * tests/test-fprintf-posix2.c: New file.
10860         * modules/fprintf-posix-tests (Files): Add them.
10861         (TESTS): Add test-fprintf-posix2.sh.
10862         (configure.ac): Check for getrlimit and setrlimit.
10863         (check_PROGRAMS): Add test-fprintf-posix2.
10864
10865         * tests/test-printf-posix2.sh: New file.
10866         * tests/test-printf-posix2.c: New file.
10867         * modules/printf-posix-tests (Files): Add them.
10868         (TESTS): Add test-printf-posix2.sh.
10869         (configure.ac): Check for getrlimit and setrlimit.
10870         (check_PROGRAMS): Add test-printf-posix2.
10871
10872         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
10873         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
10874         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
10875         (decode_double): New function, copied from decode_long_double.
10876         (scale10_round_decimal_decoded): New function, extracted from
10877         scale10_round_decimal_long_double.
10878         (scale10_round_decimal_long_double): Use it.
10879         (scale10_round_decimal_double): New function.
10880         (floorlog10): New function.
10881         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
10882         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
10883         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10884         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10885         gl_PRINTF_ENOMEM and test its result. Invoke
10886         gl_PREREQ_VASNPRINTF_ENOMEM.
10887         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10888         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10889         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10890         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10891         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10892         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10893         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10894         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
10895         * modules/snprintf-posix (Depends-on): Likewise.
10896         * modules/sprintf-posix (Depends-on): Likewise.
10897         * modules/vasnprintf-posix (Depends-on): Likewise.
10898         * modules/vasprintf-posix (Depends-on): Likewise.
10899         * modules/vfprintf-posix (Depends-on): Likewise.
10900         * modules/vsnprintf-posix (Depends-on): Likewise.
10901         * modules/vsprintf-posix (Depends-on): Likewise.
10902         * doc/functions/fprintf.texi: Update.
10903         * doc/functions/printf.texi: Update.
10904         * doc/functions/snprintf.texi: Update.
10905         * doc/functions/sprintf.texi: Update.
10906         * doc/functions/vfprintf.texi: Update.
10907         * doc/functions/vprintf.texi: Update.
10908         * doc/functions/vsnprintf.texi: Update.
10909         * doc/functions/vsprintf.texi: Update.
10910
10911 2007-11-03  Bruno Haible  <bruno@clisp.org>
10912
10913         * modules/frexp-nolibm-tests: New file.
10914
10915         * modules/frexp-nolibm: New file.
10916         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
10917
10918 2007-11-03  Bruno Haible  <bruno@clisp.org>
10919
10920         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
10921         value is C99 compliant.
10922         Needed for OSF/1 5.1.
10923
10924 2007-11-03  Bruno Haible  <bruno@clisp.org>
10925
10926         Fix out-of-memory handling of vasnprintf.
10927         * lib/printf-parse.c: Include <errno.h>.
10928         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
10929         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
10930         is already set.
10931
10932 2007-11-02  Eric Blake  <ebb9@byu.net>
10933
10934         Fix tests on cygwin.
10935         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
10936
10937 2007-11-01  Bruno Haible  <bruno@clisp.org>
10938
10939         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
10940         warning.
10941         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
10942         needed for POSIX compatibility.
10943
10944 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
10945
10946         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
10947         for compatibility with GNU.
10948
10949 2007-11-01  Bruno Haible  <bruno@clisp.org>
10950
10951         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
10952         (putenv): Renamed from rpl_putenv. Change argument type from
10953         'const char *' to 'char *'.
10954         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
10955         of defining putenv in config.h, just set REPLACE_PUTENV.
10956         * modules/putenv (Depends-on): Add stdlib.
10957         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10958         (Include): Use <stdlib.h>.
10959         * lib/stdlib.in.h (putenv): New declaration.
10960         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
10961         REPLACE_PUTENV.
10962         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
10963         REPLACE_PUTENV.
10964         Needed for MacOS X 10.5.0.
10965         Reported by Peter O'Gorman <peter@pogma.com>.
10966
10967 2007-11-01  Jim Meyering  <meyering@redhat.com>
10968
10969         Treat an empty date string exactly like "0".
10970         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
10971         if the remaining date string (to be parsed) is empty, use "0".
10972         Reported by Mischa Molhoek and discussed in this thread:
10973         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
10974
10975 2007-10-31  Bruno Haible  <bruno@clisp.org>
10976
10977         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
10978         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
10979         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
10980         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
10981         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
10982         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
10983
10984 2007-10-31  Bruno Haible  <bruno@clisp.org>
10985
10986         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
10987         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
10988         (AC_TYPE_LONG_LONG_INT): Use it.
10989         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
10990         it as well.
10991         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
10992         to m4/longlong.m4.
10993         * modules/stdint (Files): Remove m4/ulonglong.m4.
10994         * modules/strtoull (Files): Use m4/longlong.m4 instead of
10995         m4/ulonglong.m4.
10996         * modules/strtoumax (Files): Likewise.
10997
10998 2007-10-30  Bruno Haible  <bruno@clisp.org>
10999
11000         * modules/xvasprintf-posix: New file.
11001         Suggested by Eric Blake.
11002
11003 2007-10-30  Bruno Haible  <bruno@clisp.org>
11004
11005         * modules/xprintf-posix-tests: New file.
11006         * tests/test-xprintf-posix.sh: New file.
11007         * tests/test-xprintf-posix.c: New file.
11008         * tests/test-xfprintf-posix.c: New file.
11009
11010         * modules/xprintf-posix: New file.
11011
11012 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11013
11014         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
11015         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
11016         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
11017
11018 2007-10-29  Bruno Haible  <bruno@clisp.org>
11019
11020         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
11021         contain the special marker '_cv_'.
11022         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
11023         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
11024         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
11025         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
11026         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
11027         Reported by Ralf Wildenhues.
11028
11029 2007-10-29  Bruno Haible  <bruno@clisp.org>
11030
11031         * gnulib-tool (func_import): When --lgpl is not specified, set
11032         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
11033         GPLv3.
11034         Reported by Simon Josefsson.
11035
11036 2007-10-28  Bruno Haible  <bruno@clisp.org>
11037
11038         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
11039         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
11040         HAVE_DECL_ISFINITE.
11041         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
11042         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
11043         HAVE_DECL_ISFINITE.
11044
11045 2007-10-28  Bruno Haible  <bruno@clisp.org>
11046
11047         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
11048         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
11049
11050 2007-10-28  Bruno Haible  <bruno@clisp.org>
11051
11052         Fix link errors with Sun C 5.0 on Solaris 10.
11053         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
11054         function is declared but not present in the compiler's libm.
11055         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
11056         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
11057         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
11058         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
11059         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
11060         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
11061         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
11062         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
11063         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
11064         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
11065         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
11066         HAVE_DECL_FLOORL.
11067
11068 2007-10-28  Bruno Haible  <bruno@clisp.org>
11069
11070         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
11071         gl_FUNC_FLOORL. Cache the result.
11072         (gl_FUNC_FLOORL): Use it.
11073         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
11074         gl_FUNC_CEILL. Cache the result.
11075         (gl_FUNC_CEILL): Use it.
11076
11077         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
11078         gl_FUNC_FLOOR. Cache the result.
11079         (gl_FUNC_FLOOR): Use it.
11080         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
11081         gl_FUNC_CEIL. Cache the result.
11082         (gl_FUNC_CEIL): Use it.
11083
11084         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
11085         gl_FUNC_FLOORF. Cache the result.
11086         (gl_FUNC_FLOORF): Use it.
11087         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
11088         gl_FUNC_CEILF. Cache the result.
11089         (gl_FUNC_CEILF): Use it.
11090
11091 2007-10-28  Bruno Haible  <bruno@clisp.org>
11092
11093         * gnulib-tool: Allow specifying the LGPL version number through
11094         --lgpl=2 or --lgpl=3.
11095         (func_usage): Document --lgpl with argument.
11096         Handle --lgpl=... arguments.
11097         (func_import): Recognize also gl_LGPL calls with an argument. When
11098         --lgpl=2 is used and the module's license is just LGPL, report an
11099         error. Set sed_transform_lib_file according to the lgpl variable. In
11100         the generated files, use --lgpl or gl_LGPL invocations with argument,
11101         if necessary.
11102         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
11103         an LGPv2+ license.
11104         * doc/gnulib-tool.texi (Modified imports): Update explanation of
11105         gl_LGPL macro.
11106
11107 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11108             Bruno Haible  <bruno@clisp.org>
11109
11110         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
11111         (u16_uctomb_aux): Likewise.
11112         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
11113         !HAVE_INLINE.
11114         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
11115
11116 2007-10-28  Bruno Haible  <bruno@clisp.org>
11117
11118         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
11119         Invoke AM_GETTEXT_OPTION if it exists.
11120         * modules/vasprintf: Likewise.
11121         * modules/verror: Likewise.
11122         * modules/xprintf: Likewise.
11123         * modules/xvasprintf: Likewise.
11124
11125 2007-10-27  Ben Pfaff  <blp@gnu.org>
11126
11127         * lib/math.in.h: Define isfinite macro and prototypes for
11128         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
11129         implementations.
11130         * m4/math_h.m4: New substitutions for isfinite module.
11131         * lib/isfinite.c: New file.
11132         * m4/isfinite.m4: New file.
11133         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
11134         * modules/isfinite: New file.
11135         * modules/isfinite-tests: New file.
11136         * tests/tests-isfinite.c: New file.
11137         * doc/functions/isfinite.texi: Mention isfinite module.
11138         * MODULES.html.sh: Mention new module.
11139
11140 2007-10-27  Ben Pfaff  <blp@gnu.org>
11141
11142         Ralf Wildenhues reported that Tru64 4.0D declares the round
11143         functions but does not have definitions.
11144         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
11145         cannot be found in any library, set the output variable to
11146         "missing" instead of "".
11147         * m4/round.m4: Also use our substitute if we cannot find round in
11148         any library, even if it is declared.
11149         * m4/roundf.m4: Likewise for roundf.
11150         * m4/roundl.m4: Likewise for roundl.
11151         * lib/math.in.h: Undefine roundf, round, roundl before defining
11152         their replacements, to allow for hypothetical systems where these
11153         may be defined as macros but not available in libraries.
11154
11155 2007-10-27  Bruno Haible  <bruno@clisp.org>
11156
11157         * doc/gnulib.texi: Invoke @firstparagraphindent.
11158         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
11159         changes in gnulib.
11160         (Source changes): New section.
11161
11162 2007-10-26  Bruno Haible  <bruno@clisp.org>
11163
11164         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
11165         borrowed from autoconf.
11166
11167 2007-10-26  Bruno Haible  <bruno@clisp.org>
11168
11169         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
11170         strerror returned the empty string. Needed on HP-UX 11.00.
11171
11172 2007-10-24  Micah Cowan  <micah@cowan.name>
11173
11174         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
11175         * build-aux/bootstrap: Remove support for now-unnecessary option,
11176         --cvs-user, and envvars CVS_USER, CVS_RSH.
11177
11178 2007-10-24  Jim Meyering  <meyering@redhat.com>
11179
11180         Avoid diagnostics from sha1sum when there is no cached checksum.
11181         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
11182         if the po.s1 file hasn't been created yet.
11183
11184         * build-aux/bootstrap: Sync from coreutils:
11185         2007-10-24  Jim Meyering  <meyering@redhat.com>
11186         Get gnulib from the git repository, not from an obsolete cvs one.
11187         * build-aux/bootstrap: Suggestion from Micah Cowan.
11188         2007-10-04  Jim Meyering  <jim@meyering.net>
11189         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
11190         (update_po_files): Work also when there are no .po files in po/.
11191
11192 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11193
11194         * README: Append ".git" to git and cg examples.
11195         Problem reported by Benoit Sigoure.
11196
11197 2007-10-23  Micah Cowan  <micah@cowan.name>
11198
11199         * users.txt: Add wget.
11200
11201 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11202
11203         Fix linking of some unistdio tests on FreeBSD.
11204         * modules/unistdio/u16-vsnprintf-tests
11205         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
11206         * modules/unistdio/u16-vsprintf-tests
11207         (test_u16_vsnprintf1_LDADD): Likewise.
11208         * modules/unistdio/u32-vsnprintf-tests
11209         (test_u32_vsnprintf1_LDADD): Likewise.
11210         * modules/unistdio/u32-vsprintf-tests
11211         (test_u32_vsprintf1_LDADD): Likewise.
11212         * modules/unistdio/u8-vsnprintf-tests
11213         (test_u8_vsnprintf1_LDADD): Likewise.
11214         * modules/unistdio/u8-vsprintf-tests
11215         (test_u8_vsprintf1_LDADD): Likewise.
11216         * modules/unistdio/ulc-vsnprintf-tests
11217         (test_ulc_vsnprintf1_LDADD): Likewise.
11218         * modules/unistdio/ulc-vsprintf-tests
11219         (test_ulc_vsprintf1_LDADD): Likewise.
11220
11221         Fix linking of some uniconv tests on FreeBSD.
11222         * modules/uniconv/u16-conv-from-enc-tests
11223         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
11224         * modules/uniconv/u16-conv-to-enc-tests
11225         (test_u16_conv_to_enc_LDADD): Likewise.
11226         * modules/uniconv/u16-strconv-from-enc-tests
11227         (test_u16_strconv_from_enc_LDADD): Likewise.
11228         * modules/uniconv/u16-strconv-to-enc-tests
11229         (test_u16_strconv_to_enc_LDADD): Likewise.
11230         * modules/uniconv/u32-conv-from-enc-tests
11231         (test_u32_conv_from_enc_LDADD): Likewise.
11232         * modules/uniconv/u32-conv-to-enc-tests
11233         (test_u32_conv_to_enc_LDADD): Likewise.
11234         * modules/uniconv/u32-strconv-from-enc-tests
11235         (test_u32_strconv_from_enc_LDADD): Likewise.
11236         * modules/uniconv/u32-strconv-to-enc-tests
11237         (test_u32_strconv_to_enc_LDADD): Likewise.
11238         * modules/uniconv/u8-conv-from-enc-tests
11239         (test_u8_conv_from_enc_LDADD): Likewise.
11240         * modules/uniconv/u8-conv-to-enc-tests
11241         (test_u8_conv_to_enc_LDADD): Likewise.
11242         * modules/uniconv/u8-strconv-from-enc-tests
11243         (test_u8_strconv_from_enc_LDADD): Likewise.
11244         * modules/uniconv/u8-strconv-to-enc-tests
11245         (test_u8_strconv_to_enc_LDADD): Likewise.
11246
11247 2007-10-22  Bruno Haible  <bruno@clisp.org>
11248
11249         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
11250         size.
11251
11252 2007-10-22  Eric Blake  <ebb9@byu.net>
11253
11254         Tweak x*printf documentation.
11255         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
11256         variable name and comments.
11257         Suggested by Bruno Haible.
11258
11259 2007-10-22  Bruno Haible  <bruno@clisp.org>
11260
11261         * lib/acl.c (copy_acl): Fix file name in comment.
11262
11263 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11264
11265         Fix Tru64 problem with stdbool.h.
11266         * lib/stdbool.in.h (false, true):
11267         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
11268         Don't declare as an enum in this situation; it runs afoul of Tru64.
11269         Problem reported by Steven M. Schweda in
11270         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
11271
11272 2007-10-22  Eric Blake  <ebb9@byu.net>
11273
11274         Also wrap vf?printf.
11275         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
11276         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
11277         (xvprintf, xvfprintf): New functions.
11278
11279 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11280
11281         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
11282         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
11283
11284         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
11285         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
11286
11287 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11288
11289         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
11290         by Bruno Haible.
11291
11292 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11293
11294         * lib/getloadavg.c
11295         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
11296         Undef `sys' after including sys/table.h, for Tru64 4.0D.
11297
11298         * tests/test-i-ring.c: Work for C89.
11299
11300 2007-10-22  Bruno Haible  <bruno@clisp.org>
11301
11302         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
11303         -1u, in preprocessor expression, so that we don't test for the bug
11304         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
11305         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
11306
11307 2007-10-22  Eric Blake  <ebb9@byu.net>
11308
11309         * tests/test-yesno.sh: Silence stderr during test.
11310
11311 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11312
11313         * modules/crypto/gc-camellia: New file.
11314
11315         * m4/gc-camellia.m4: New file.
11316
11317         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
11318
11319         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
11320
11321 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11322
11323         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
11324         --help to stdout.  Reported by sms@antinode.org (Steven
11325         M. Schweda).
11326
11327 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11328
11329         * users.txt: Fix link to libksba.
11330
11331 2007-10-21  Ben Pfaff  <blp@gnu.org>
11332
11333         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
11334         round.c roundf implementation that depends on floorf and ceilf to
11335         be tested unconditionally.
11336
11337 2007-10-21  Ben Pfaff  <blp@gnu.org>
11338
11339         * m4/check-libm-func.m4: Removed.
11340         * m4/check-math-lib.m4: New file.
11341         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
11342         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
11343         definition and lack of AC_LIBOBJ([roundf]).
11344         * m4/roundl.m4: Ditto, and similarly for roundl.
11345         * modules/round: Reference new m4 file.
11346         * modules/roundf: Ditto.
11347         * modules/roundl: Ditto.
11348         * tests/test-round2.c (main): Use ROUND instead of round.
11349         Bug report from Bruno Haible.
11350
11351 2007-10-21  Bruno Haible  <bruno@clisp.org>
11352
11353         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
11354         context.
11355
11356 2007-10-21  Bruno Haible  <bruno@clisp.org>
11357
11358         * tests/test-wcwidth.c (main): Allow negative result for some control
11359         characters.
11360
11361         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
11362         Needed on OSF/1 5.1.
11363
11364 2007-10-21  Bruno Haible  <bruno@clisp.org>
11365
11366         * tests/test-floorf1.c: Include isnanf.h.
11367         (main): Use isnanf() instead of isnan().
11368         * tests/test-ceilf1.c: Include isnanf.h.
11369         (main): Use isnanf() instead of isnan().
11370         * tests/test-truncf1.c: Include isnanf.h.
11371         (main): Use isnanf() instead of isnan().
11372         * tests/test-roundf1.c: Include isnanf.h.
11373         (main): Use isnanf() instead of isnan().
11374
11375 2007-10-21  Eric Blake  <ebb9@byu.net>
11376
11377         * users.txt: Update URL for m4.
11378
11379 2007-10-21  Bruno Haible  <bruno@clisp.org>
11380
11381         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
11382
11383 2007-10-21  Bruno Haible  <bruno@clisp.org>
11384
11385         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
11386         Git's management files if the CVS files are not present.
11387
11388 2007-10-20  Bruno Haible  <bruno@clisp.org>
11389
11390         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
11391         gcc-3.4.x.
11392
11393 2007-10-20  Ben Pfaff  <blp@gnu.org>
11394
11395         * lib/math.in.h: Declare round, roundf, roundl if we are providing
11396         implementations.
11397         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
11398         * lib/round.c: New file.
11399         * lib/roundf.c: New file.
11400         * lib/roundl.c: New file.
11401         * m4/round.m4: New file.
11402         * m4/roundf.m4: New file.
11403         * m4/roundl.m4: New file.
11404         * m4/check-libm-func-m4: New file.
11405         * modules/math: Replace round, roundf, roundl related @VARS@ in
11406         math.in.h.
11407         * modules/round: New file.
11408         * modules/round-tests: New file.
11409         * modules/roundf: New file.
11410         * modules/roundf-tests: New file.
11411         * modules/roundl: New file.
11412         * modules/roundl-tests: New file.
11413         * tests/test-round1.c: New file.
11414         * tests/test-round2.c: New file.
11415         * tests/test-roundf1.c: New file.
11416         * tests/test-roundf2.c: New file.
11417         * tests/test-roundl.c: New file.
11418         * doc/functions/round.texi: Mention round module.
11419         * doc/functions/roundf.texi: Mention roundf module.
11420         * doc/functions/roundl.texi: Mention roundl module.
11421         * MODULES.html.sh: Mention new modules.
11422         Thanks to Bruno Haible for suggestions.
11423
11424 2007-10-20  Jim Meyering  <meyering@redhat.com>
11425
11426         * lib/xprintf.c: Include <config.h> unconditionally.
11427
11428         Change xprintf's license to GPL.
11429         * modules/xprintf (License): s/LGPL/GPL/, since this module
11430         depends on modules (exit and exitfail) which are GPL.
11431         Suggestion from Bruno Haible.
11432
11433         xprintf fixes.
11434         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
11435         Use a clearer diagnostic.
11436         Patch from Bruno Haible.
11437
11438 2007-10-20  Bruno Haible  <bruno@clisp.org>
11439
11440         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
11441         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
11442         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11443
11444 2007-10-20  Bruno Haible  <bruno@clisp.org>
11445
11446         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
11447         precision in the comparison result > x - 1 or similar.
11448         * tests/test-ceilf2.c (correct_result_p): Likewise.
11449         * tests/test-truncf2.c (correct_result_p): Likewise.
11450         * tests/test-trunc2.c (correct_result_p): Likewise.
11451         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11452
11453 2007-10-20  Bruno Haible  <bruno@clisp.org>
11454
11455         * modules/ceil: New file.
11456         * m4/ceil.m4: New file.
11457         * doc/functions/ceil.texi: Mention the 'ceil' module.
11458
11459 2007-10-20  Bruno Haible  <bruno@clisp.org>
11460
11461         * modules/floor: New file.
11462         * m4/floor.m4: New file.
11463         * doc/functions/floor.texi: Mention the 'floor' module.
11464
11465 2007-10-20  Bruno Haible  <bruno@clisp.org>
11466
11467         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
11468         of %a.
11469         * modules/floorf-tests (Depends-on): Likewise.
11470         * modules/truncf-tests (Depends-on): Likewise.
11471         * modules/trunc-tests (Depends-on): Likewise.
11472         Reported by Ben Pfaff.
11473
11474 2007-10-19  Jim Meyering  <meyering@redhat.com>
11475
11476         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
11477         Don't bother testing specific errno values.  Just test ferror.
11478
11479         New module: xprintf
11480         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
11481
11482 2007-10-19  Bruno Haible  <bruno@clisp.org>
11483
11484         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
11485         syntax.
11486         * modules/javaexec (Makefile.am): Likewise.
11487         * modules/relocatable-prog (Makefile.am): Likewise.
11488         Suggested by Jim Meyering.
11489
11490 2007-10-18  Bruno Haible  <bruno@clisp.org>
11491
11492         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
11493         Reported by Jim Meyering.
11494
11495 2007-10-18  Eric Blake  <ebb9@byu.net>
11496
11497         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
11498
11499 2007-10-18  Bruno Haible  <bruno@clisp.org>
11500
11501         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
11502         the format string into writable memory. Needed in Fortify conditions.
11503
11504 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
11505             Bruno Haible  <bruno@clisp.org>
11506
11507         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
11508         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
11509         * modules/trim (Depends-on): Add mbchar.
11510         (configure.ac): Add gl_FUNC_MBRTOWC.
11511         (Makefile.am): Augment lib_SOURCES.
11512
11513 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11514
11515         Modify glob.c to use fstatat and dirfd, to simplify it.
11516         Suggested by Eric Blake.
11517         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
11518         Don't include <stdbool.h>; not used.
11519         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
11520         (link_exists_p): Simplify implementation, since we can now assume
11521         dirfd and fstatat.
11522         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
11523
11524 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11525
11526         * gnulib-tool (func_get_dependencies): Fix sed script to
11527         match only tests.
11528
11529 2007-10-17  Bruno Haible  <bruno@clisp.org>
11530
11531         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
11532         allow locale names without encoding suffix.
11533         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
11534         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
11535
11536 2007-10-16  Bruno Haible  <bruno@clisp.org>
11537
11538         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
11539         * lib/getgroups.c (getgroups): Likewise.
11540         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
11541
11542 2007-10-16  Bruno Haible  <bruno@clisp.org>
11543
11544         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
11545         * modules/malloc-posix (License): Likewise.
11546         * modules/realloc-posix (License): Likewise.
11547         * modules/calloc-posix (License): Likewise.
11548         * modules/intprops (License): Change from GPL to LGPL, with
11549         Paul Eggert's approval.
11550
11551 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11552
11553         Merge glibc changes into lib/glob.c.
11554
11555         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
11556         2007-10-15 04:59:03 UTC.  Here are the changes:
11557
11558         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
11559
11560         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
11561
11562         * lib/glob.c: Add some branch prediction throughout.
11563
11564         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
11565
11566         [BZ #5103]
11567         * lib/glob.c (glob): Recognize patterns starting \/.
11568
11569         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
11570
11571         [BZ #3996]
11572         * lib/glob.c (attribute_hidden): Define if not defined.
11573         (glob): Unescape dirname, filename or username when needed and not
11574         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
11575         is NULL.  Handle unescaped [ in pattern without closing ].
11576         Don't pass GLOB_CHECK down to recursive glob for directories.
11577         (__glob_pattern_type): New function.
11578         (__glob_pattern_p): Implement using __glob_pattern_type.
11579         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
11580         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
11581         Remove unreachable code.
11582
11583         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
11584
11585         * lib/glob.c (glob_in_dir): Add some comments and asserts to
11586         explain why there are no leaks.
11587
11588         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
11589
11590         [BZ #3253]
11591         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
11592         time, rather allocate increasingly bigger arrays of pointers, if
11593         possible with alloca, if too large with malloc.
11594
11595 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11596
11597         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
11598         Problem reported by H.Merijn Brand in
11599         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
11600         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
11601         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
11602
11603 2007-10-15  Bruno Haible  <bruno@clisp.org>
11604
11605         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
11606         with explicit rpl_ prefix.
11607         * lib/fopen.c (fopen): Likewise.
11608         * lib/freopen.c (freopen): Likewise.
11609         * lib/iconv.c (iconv): Likewise.
11610         * lib/iconv_close.c (iconv_close): Likewise.
11611
11612 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11613
11614         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
11615
11616 2007-10-15  Bruno Haible  <bruno@clisp.org>
11617
11618         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
11619         <stddef.h> instead of <stdlib.h> since we only need NULL.
11620         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11621
11622 2007-10-15  Bruno Haible  <bruno@clisp.org>
11623
11624         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
11625         Replace paragraph talking about LIBOBJS.
11626         Reported by Colin Watson <cjwatson@debian.org>.
11627
11628 2007-10-15  Bruno Haible  <bruno@clisp.org>
11629
11630         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
11631         <stdlib.h> before using NULL.
11632
11633 2007-10-15  Simon Josefsson  <simon@josefsson.org>
11634
11635         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
11636         Reported by Albert Chin <china@thewrittenword.com>.
11637
11638 2007-10-14  Bruno Haible  <bruno@clisp.org>
11639
11640         * modules/iconv_open-utf-tests: New file.
11641         * tests/test-iconv-utf.c: New file.
11642
11643         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
11644         * modules/iconv_open-utf: New file.
11645         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
11646         (iconv, iconv_close): New declarations.
11647         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
11648         be defined.
11649         (iconv_open): Add special handling of conversion between UTF-8 and
11650         UTF-{16,32}{BE,LE}.
11651         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
11652         * lib/iconv_close.c: New file.
11653         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
11654         gl_FUNC_ICONV_OPEN.
11655         (gl_FUNC_ICONV_OPEN): Use it.
11656         (gl_FUNC_ICONV_OPEN_UTF): New macro.
11657         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
11658         and REPLACE_ICONV_UTF.
11659         * modules/iconv_open (Depends-on): Add c-strcase.
11660         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
11661         ICONV_CONST.
11662         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
11663
11664 2007-10-13  Albert Chin  <china@thewrittenword.com>
11665             Bruno Haible  <bruno@clisp.org>
11666
11667         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
11668         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
11669
11670 2007-10-13  Bruno Haible  <bruno@clisp.org>
11671
11672         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
11673         defined, use the ISO C99 inline semantics.
11674         * lib/argp.h (ARGP_EI): Likewise.
11675
11676 2007-10-13  Bruno Haible  <bruno@clisp.org>
11677
11678         Handle 'inline' change in gcc 4.3.0.
11679         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
11680         argp_fmtstream_write, argp_fmtstream_set_lmargin,
11681         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
11682         argp_fmtstream_point): Disable 'extern' declaration if the function
11683         definition is going to be provided inline.
11684         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
11685         semantics, not the ISO C99 inline semantics.
11686         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
11687         'extern' declaration if the function definition is going to be provided
11688         inline.
11689         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
11690         the GNU C inline semantics, not the ISO C99 inline semantics. With
11691         GCC 4.2, avoid a warning.
11692
11693 2007-10-13  Bruno Haible  <bruno@clisp.org>
11694
11695         * lib/freading.h (freading): Enable the use of __freading for
11696         glibc >= 2.7.
11697         * lib/freading.c (freading): Likewise.
11698
11699 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
11700
11701         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
11702         "warning: C99 inline functions are not supported; using GNU89".
11703
11704 2007-10-12  Bruno Haible  <bruno@clisp.org>
11705
11706         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
11707         of 2.
11708         * tests/test-ceilf2.c: New file.
11709         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
11710
11711         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
11712         * modules/ceilf-tests: Update.
11713
11714 2007-10-12  Bruno Haible  <bruno@clisp.org>
11715
11716         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
11717         of 2.
11718         * tests/test-floorf2.c: New file.
11719         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
11720
11721         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
11722         * modules/floorf-tests: Update.
11723
11724 2007-10-12  Bruno Haible  <bruno@clisp.org>
11725
11726         * tests/test-trunc2.c: New file.
11727         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
11728
11729         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
11730         * modules/trunc-tests: Update.
11731
11732 2007-10-12  Bruno Haible  <bruno@clisp.org>
11733
11734         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
11735         of 2.
11736         * tests/test-truncf2.c: New file.
11737         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
11738
11739         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
11740         * modules/truncf-tests: Update.
11741
11742 2007-10-11  Eric Blake  <ebb9@byu.net>
11743
11744         Don't claim strerror is broken on Interix.
11745         * doc/functions/strerror.texi (strerror): Known broken systems are
11746         now Solaris 8, and not Interix.
11747         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
11748         Interix on cross-compile.
11749         Reported by Martin Koeppe in
11750         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
11751
11752 2007-10-11  Bruno Haible  <bruno@clisp.org>
11753
11754         * modules/i-ring-tests: New file.
11755         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
11756         instead of assert.
11757
11758 2007-10-11  Bruno Haible  <bruno@clisp.org>
11759
11760         * modules/filenamecat-tests: New file.
11761         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
11762         * lib/filenamecat.c: Remove test code.
11763
11764 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
11765
11766         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
11767
11768         * lib/strerror.c: Include <string.h> always, to test interface,
11769         and to remove the need for the dummy.
11770         Include intprops.h to compute width instead of doing it ourselves
11771         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
11772         (strerror): Define it to return NULL if there's no system strerror.
11773         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
11774         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
11775         ancient pre-strerror Unix systems well any more.  Saying "unknown
11776         system error" is enough.
11777         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
11778         simpler strerror.c implementation.
11779         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
11780         Simplify the tests to reflect the simpler strerror implementation.
11781         * modules/strerror (Depends-on): Add intprops.
11782
11783 2007-10-09  Eric Blake  <ebb9@byu.net>
11784
11785         Silence test-fpending.
11786         * modules/fpending-tests (Files): Add wrapper script.
11787         * tests/test-fpending.sh: New file.
11788
11789 2007-10-09  Bruno Haible  <bruno@clisp.org>
11790
11791         * MODULES.html.sh (func_module): Don't create a hyperlink for
11792         function names like 'printf_frexp'.
11793         (Misc): Add crc, memxor.
11794         (Characteristics of floating types): New section.
11795         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
11796         isnanf-nolibm, signbit, trunc, truncf, truncl.
11797         (Enhancements for ISO C 99 functions): New subsection Input/output.
11798         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
11799         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
11800         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
11801         (Compatibility checks for POSIX:2001 functions): Add clock-time.
11802         (Enhancements for POSIX:2001 functions): Add chdir-long.
11803         (File system functions): Add areadlink, chdir-safer, read-file.
11804         Remove cycle-check.
11805         (File system as inode set): New section.
11806         (Date and time): Add gethrxtime.
11807         (Multithreading): Add openmp.
11808         (Internationalization functions): Add localename.
11809         (Unicode string functions): Add unistr/u*-mbsnlen.
11810         (Support for maintaining and releasing projects): Add git-version-gen.
11811         (Lone files): Remove directories.
11812
11813 2007-10-08  Ben Pfaff  <blp@gnu.org>
11814
11815         * lib/xmalloca.h: Fix typo in comment.
11816
11817 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
11818
11819         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
11820         when avoiding problems with integer overflow.  Use a portable test
11821         instead.
11822
11823 2007-10-08  Simon Josefsson  <simon@josefsson.org>
11824
11825         * modules/dummy (License): Change to LGPLv2+.
11826         * modules/float (License): Likewise
11827         * modules/realloc (License): Likewise
11828         * modules/stdlib (License): Likewise
11829
11830 2007-10-07  Bruno Haible  <bruno@clisp.org>
11831
11832         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
11833         * floor.c (TWO_MANT_DIG): Likewise.
11834         * ceil.c (TWO_MANT_DIG): Likewise.
11835         Reported by Ben Pfaff.
11836
11837 2007-10-07  Bruno Haible  <bruno@clisp.org>
11838
11839         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
11840         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
11841         * lib/frexp.c (FUNC): Likewise.
11842         * lib/printf-frexp.h (printf_frexp): Likewise.
11843         * lib/printf-frexpl.h (printf_frexpl): Likewise.
11844         * lib/printf-frexp.c (FUNC): Likewise.
11845         Suggested by Jim Meyering.
11846
11847 2007-10-07  Jim Meyering  <meyering@redhat.com>
11848
11849         Make xnanosleep's integer overflow test more robust.
11850         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
11851         so that gcc-4.3.0 doesn't optimize away this test for overflow.
11852
11853 2007-10-07  Bruno Haible  <bruno@clisp.org>
11854
11855         * NEWS: Mention the license change.
11856
11857         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
11858         abbreviations in the modules files.
11859
11860         Change copyright notice from GPLv2+ to GPLv3+.
11861         * README: Change copyright notice.
11862         * MODULES.html.sh: Likewise.
11863         * build-aux/bootstrap.conf: Likewise.
11864         * build-aux/config.libpath: Likewise.
11865         * build-aux/csharpcomp.sh.in: Likewise.
11866         * build-aux/csharpexec.sh.in: Likewise.
11867         * build-aux/install-reloc: Likewise.
11868         * build-aux/javacomp.sh.in: Likewise.
11869         * build-aux/javaexec.sh.in: Likewise.
11870         * build-aux/ldd.sh.in: Likewise.
11871         * build-aux/reloc-ldflags: Likewise.
11872         * build-aux/relocatable.sh.in: Likewise.
11873         * build-aux/x-to-1.in: Likewise.
11874         * check-module: Likewise.
11875         * config/srclistvars.sh: Likewise.
11876         * gnulib-tool: Likewise.
11877         * lib/acl-internal.h: Likewise.
11878         * lib/acl.c: Likewise.
11879         * lib/acl.h: Likewise.
11880         * lib/acl_entries.c: Likewise.
11881         * lib/areadlink-with-size.c: Likewise.
11882         * lib/areadlink.c: Likewise.
11883         * lib/areadlink.h: Likewise.
11884         * lib/argmatch.c: Likewise.
11885         * lib/argmatch.h: Likewise.
11886         * lib/argp-ba.c: Likewise.
11887         * lib/argp-eexst.c: Likewise.
11888         * lib/argp-fmtstream.c: Likewise.
11889         * lib/argp-fmtstream.h: Likewise.
11890         * lib/argp-fs-xinl.c: Likewise.
11891         * lib/argp-help.c: Likewise.
11892         * lib/argp-namefrob.h: Likewise.
11893         * lib/argp-parse.c: Likewise.
11894         * lib/argp-pin.c: Likewise.
11895         * lib/argp-pv.c: Likewise.
11896         * lib/argp-pvh.c: Likewise.
11897         * lib/argp-xinl.c: Likewise.
11898         * lib/argp.h: Likewise.
11899         * lib/at-func.c: Likewise.
11900         * lib/atanl.c: Likewise.
11901         * lib/backupfile.c: Likewise.
11902         * lib/backupfile.h: Likewise.
11903         * lib/basename.c: Likewise.
11904         * lib/binary-io.h: Likewise.
11905         * lib/byteswap.in.h: Likewise.
11906         * lib/c-stack.c: Likewise.
11907         * lib/c-stack.h: Likewise.
11908         * lib/c-strcasestr.c: Likewise.
11909         * lib/c-strcasestr.h: Likewise.
11910         * lib/c-strstr.c: Likewise.
11911         * lib/c-strstr.h: Likewise.
11912         * lib/c-strtod.c: Likewise.
11913         * lib/calloc.c: Likewise.
11914         * lib/canon-host.c: Likewise.
11915         * lib/canon-host.h: Likewise.
11916         * lib/canonicalize-lgpl.c: Likewise.
11917         * lib/canonicalize.c: Likewise.
11918         * lib/canonicalize.h: Likewise.
11919         * lib/ceil.c: Likewise.
11920         * lib/ceilf.c: Likewise.
11921         * lib/ceill.c: Likewise.
11922         * lib/chdir-long.c: Likewise.
11923         * lib/chdir-long.h: Likewise.
11924         * lib/chdir-safer.c: Likewise.
11925         * lib/chdir-safer.h: Likewise.
11926         * lib/chown.c: Likewise.
11927         * lib/classpath.c: Likewise.
11928         * lib/classpath.h: Likewise.
11929         * lib/clean-temp.c: Likewise.
11930         * lib/clean-temp.h: Likewise.
11931         * lib/cloexec.c: Likewise.
11932         * lib/close-stream.c: Likewise.
11933         * lib/closein.c: Likewise.
11934         * lib/closein.h: Likewise.
11935         * lib/closeout.c: Likewise.
11936         * lib/closeout.h: Likewise.
11937         * lib/concat-filename.c: Likewise.
11938         * lib/copy-file.c: Likewise.
11939         * lib/copy-file.h: Likewise.
11940         * lib/count-one-bits.h: Likewise.
11941         * lib/crc.c: Likewise.
11942         * lib/crc.h: Likewise.
11943         * lib/creat-safer.c: Likewise.
11944         * lib/csharpcomp.c: Likewise.
11945         * lib/csharpcomp.h: Likewise.
11946         * lib/csharpexec.c: Likewise.
11947         * lib/csharpexec.h: Likewise.
11948         * lib/cycle-check.c: Likewise.
11949         * lib/cycle-check.h: Likewise.
11950         * lib/diacrit.c: Likewise.
11951         * lib/diacrit.h: Likewise.
11952         * lib/diffseq.h: Likewise.
11953         * lib/dirchownmod.c: Likewise.
11954         * lib/dirent.in.h: Likewise.
11955         * lib/dirfd.c: Likewise.
11956         * lib/dirfd.h: Likewise.
11957         * lib/dirname.c: Likewise.
11958         * lib/dirname.h: Likewise.
11959         * lib/dummy.c: Likewise.
11960         * lib/dup-safer.c: Likewise.
11961         * lib/dup2.c: Likewise.
11962         * lib/eealloc.h: Likewise.
11963         * lib/error.c: Likewise.
11964         * lib/error.h: Likewise.
11965         * lib/euidaccess.c: Likewise.
11966         * lib/exclude.c: Likewise.
11967         * lib/exclude.h: Likewise.
11968         * lib/execute.c: Likewise.
11969         * lib/execute.h: Likewise.
11970         * lib/exitfail.c: Likewise.
11971         * lib/exitfail.h: Likewise.
11972         * lib/expl.c: Likewise.
11973         * lib/fatal-signal.c: Likewise.
11974         * lib/fatal-signal.h: Likewise.
11975         * lib/fbufmode.c: Likewise.
11976         * lib/fbufmode.h: Likewise.
11977         * lib/fchdir.c: Likewise.
11978         * lib/fchmodat.c: Likewise.
11979         * lib/fchownat.c: Likewise.
11980         * lib/fcntl--.h: Likewise.
11981         * lib/fcntl-safer.h: Likewise.
11982         * lib/fcntl.in.h: Likewise.
11983         * lib/fd-safer.c: Likewise.
11984         * lib/fflush.c: Likewise.
11985         * lib/file-has-acl.c: Likewise.
11986         * lib/file-set.c: Likewise.
11987         * lib/file-type.c: Likewise.
11988         * lib/file-type.h: Likewise.
11989         * lib/fileblocks.c: Likewise.
11990         * lib/filemode.c: Likewise.
11991         * lib/filemode.h: Likewise.
11992         * lib/filename.h: Likewise.
11993         * lib/filenamecat.c: Likewise.
11994         * lib/filenamecat.h: Likewise.
11995         * lib/findprog.c: Likewise.
11996         * lib/findprog.h: Likewise.
11997         * lib/float.in.h: Likewise.
11998         * lib/floor.c: Likewise.
11999         * lib/floorf.c: Likewise.
12000         * lib/floorl.c: Likewise.
12001         * lib/fopen-safer.c: Likewise.
12002         * lib/fopen.c: Likewise.
12003         * lib/fpending.c: Likewise.
12004         * lib/fpending.h: Likewise.
12005         * lib/fprintf.c: Likewise.
12006         * lib/fprintftime.h: Likewise.
12007         * lib/fpucw.h: Likewise.
12008         * lib/fpurge.c: Likewise.
12009         * lib/fpurge.h: Likewise.
12010         * lib/freadable.c: Likewise.
12011         * lib/freadable.h: Likewise.
12012         * lib/freadahead.c: Likewise.
12013         * lib/freadahead.h: Likewise.
12014         * lib/freading.c: Likewise.
12015         * lib/freading.h: Likewise.
12016         * lib/free.c: Likewise.
12017         * lib/freopen.c: Likewise.
12018         * lib/frexp.c: Likewise.
12019         * lib/frexpl.c: Likewise.
12020         * lib/fseek.c: Likewise.
12021         * lib/fseterr.c: Likewise.
12022         * lib/fseterr.h: Likewise.
12023         * lib/fstatat.c: Likewise.
12024         * lib/fstrcmp.c: Likewise.
12025         * lib/fstrcmp.h: Likewise.
12026         * lib/fsusage.c: Likewise.
12027         * lib/fsusage.h: Likewise.
12028         * lib/ftell.c: Likewise.
12029         * lib/ftello.c: Likewise.
12030         * lib/fts-cycle.c: Likewise.
12031         * lib/fts.c: Likewise.
12032         * lib/fts_.h: Likewise.
12033         * lib/full-read.c: Likewise.
12034         * lib/full-read.h: Likewise.
12035         * lib/full-write.c: Likewise.
12036         * lib/full-write.h: Likewise.
12037         * lib/fwritable.c: Likewise.
12038         * lib/fwritable.h: Likewise.
12039         * lib/fwriteerror.c: Likewise.
12040         * lib/fwriteerror.h: Likewise.
12041         * lib/fwriting.c: Likewise.
12042         * lib/fwriting.h: Likewise.
12043         * lib/gcd.c: Likewise.
12044         * lib/gcd.h: Likewise.
12045         * lib/getcwd.c: Likewise.
12046         * lib/getdate.h: Likewise.
12047         * lib/getdate.y: Likewise.
12048         * lib/getdomainname.c: Likewise.
12049         * lib/getdomainname.h: Likewise.
12050         * lib/getgroups.c: Likewise.
12051         * lib/gethostname.c: Likewise.
12052         * lib/gethrxtime.c: Likewise.
12053         * lib/gethrxtime.h: Likewise.
12054         * lib/getloadavg.c: Likewise.
12055         * lib/getndelim2.c: Likewise.
12056         * lib/getndelim2.h: Likewise.
12057         * lib/getnline.c: Likewise.
12058         * lib/getnline.h: Likewise.
12059         * lib/getopt.c: Likewise.
12060         * lib/getopt.in.h: Likewise.
12061         * lib/getopt1.c: Likewise.
12062         * lib/getopt_int.h: Likewise.
12063         * lib/getpagesize.h: Likewise.
12064         * lib/getsubopt.c: Likewise.
12065         * lib/gettime.c: Likewise.
12066         * lib/getugroups.c: Likewise.
12067         * lib/getugroups.h: Likewise.
12068         * lib/getusershell.c: Likewise.
12069         * lib/gl_anyavltree_list1.h: Likewise.
12070         * lib/gl_anyavltree_list2.h: Likewise.
12071         * lib/gl_anyhash_list1.h: Likewise.
12072         * lib/gl_anyhash_list2.h: Likewise.
12073         * lib/gl_anylinked_list1.h: Likewise.
12074         * lib/gl_anylinked_list2.h: Likewise.
12075         * lib/gl_anyrbtree_list1.h: Likewise.
12076         * lib/gl_anyrbtree_list2.h: Likewise.
12077         * lib/gl_anytree_list1.h: Likewise.
12078         * lib/gl_anytree_list2.h: Likewise.
12079         * lib/gl_anytree_oset.h: Likewise.
12080         * lib/gl_anytreehash_list1.h: Likewise.
12081         * lib/gl_anytreehash_list2.h: Likewise.
12082         * lib/gl_array_list.c: Likewise.
12083         * lib/gl_array_list.h: Likewise.
12084         * lib/gl_array_oset.c: Likewise.
12085         * lib/gl_array_oset.h: Likewise.
12086         * lib/gl_avltree_list.c: Likewise.
12087         * lib/gl_avltree_list.h: Likewise.
12088         * lib/gl_avltree_oset.c: Likewise.
12089         * lib/gl_avltree_oset.h: Likewise.
12090         * lib/gl_avltreehash_list.c: Likewise.
12091         * lib/gl_avltreehash_list.h: Likewise.
12092         * lib/gl_carray_list.c: Likewise.
12093         * lib/gl_carray_list.h: Likewise.
12094         * lib/gl_linked_list.c: Likewise.
12095         * lib/gl_linked_list.h: Likewise.
12096         * lib/gl_linkedhash_list.c: Likewise.
12097         * lib/gl_linkedhash_list.h: Likewise.
12098         * lib/gl_list.c: Likewise.
12099         * lib/gl_list.h: Likewise.
12100         * lib/gl_oset.c: Likewise.
12101         * lib/gl_oset.h: Likewise.
12102         * lib/gl_rbtree_list.c: Likewise.
12103         * lib/gl_rbtree_list.h: Likewise.
12104         * lib/gl_rbtree_oset.c: Likewise.
12105         * lib/gl_rbtree_oset.h: Likewise.
12106         * lib/gl_rbtreehash_list.c: Likewise.
12107         * lib/gl_rbtreehash_list.h: Likewise.
12108         * lib/gl_sublist.c: Likewise.
12109         * lib/gl_sublist.h: Likewise.
12110         * lib/group-member.c: Likewise.
12111         * lib/group-member.h: Likewise.
12112         * lib/hard-locale.c: Likewise.
12113         * lib/hard-locale.h: Likewise.
12114         * lib/hash-pjw.c: Likewise.
12115         * lib/hash-pjw.h: Likewise.
12116         * lib/hash-triple.c: Likewise.
12117         * lib/hash.c: Likewise.
12118         * lib/hash.h: Likewise.
12119         * lib/human.c: Likewise.
12120         * lib/human.h: Likewise.
12121         * lib/i-ring.c: Likewise.
12122         * lib/i-ring.h: Likewise.
12123         * lib/idcache.c: Likewise.
12124         * lib/imaxabs.c: Likewise.
12125         * lib/imaxdiv.c: Likewise.
12126         * lib/inet_pton.c: Likewise.
12127         * lib/inet_pton.h: Likewise.
12128         * lib/intprops.h: Likewise.
12129         * lib/inttostr.c: Likewise.
12130         * lib/inttostr.h: Likewise.
12131         * lib/inttypes.in.h: Likewise.
12132         * lib/isapipe.c: Likewise.
12133         * lib/isdir.c: Likewise.
12134         * lib/isnan.c: Likewise.
12135         * lib/isnan.h: Likewise.
12136         * lib/isnanf.c: Likewise.
12137         * lib/isnanf.h: Likewise.
12138         * lib/isnanl-nolibm.h: Likewise.
12139         * lib/isnanl.c: Likewise.
12140         * lib/isnanl.h: Likewise.
12141         * lib/javacomp.c: Likewise.
12142         * lib/javacomp.h: Likewise.
12143         * lib/javaexec.c: Likewise.
12144         * lib/javaexec.h: Likewise.
12145         * lib/javaversion.c: Likewise.
12146         * lib/javaversion.h: Likewise.
12147         * lib/javaversion.java: Likewise.
12148         * lib/lbrkprop.h: Likewise.
12149         * lib/lchmod.h: Likewise.
12150         * lib/lchown.c: Likewise.
12151         * lib/ldexpl.c: Likewise.
12152         * lib/linebreak.c: Likewise.
12153         * lib/linebreak.h: Likewise.
12154         * lib/linebuffer.c: Likewise.
12155         * lib/linebuffer.h: Likewise.
12156         * lib/locale.in.h: Likewise.
12157         * lib/logl.c: Likewise.
12158         * lib/long-options.c: Likewise.
12159         * lib/long-options.h: Likewise.
12160         * lib/lstat.c: Likewise.
12161         * lib/lstat.h: Likewise.
12162         * lib/math.in.h: Likewise.
12163         * lib/mbchar.c: Likewise.
12164         * lib/mbchar.h: Likewise.
12165         * lib/mbfile.h: Likewise.
12166         * lib/mbiter.h: Likewise.
12167         * lib/mbscasecmp.c: Likewise.
12168         * lib/mbscasestr.c: Likewise.
12169         * lib/mbschr.c: Likewise.
12170         * lib/mbscspn.c: Likewise.
12171         * lib/mbslen.c: Likewise.
12172         * lib/mbsncasecmp.c: Likewise.
12173         * lib/mbsnlen.c: Likewise.
12174         * lib/mbspbrk.c: Likewise.
12175         * lib/mbspcasecmp.c: Likewise.
12176         * lib/mbsrchr.c: Likewise.
12177         * lib/mbssep.c: Likewise.
12178         * lib/mbsspn.c: Likewise.
12179         * lib/mbsstr.c: Likewise.
12180         * lib/mbstok_r.c: Likewise.
12181         * lib/mbswidth.c: Likewise.
12182         * lib/mbswidth.h: Likewise.
12183         * lib/mbuiter.h: Likewise.
12184         * lib/memcasecmp.c: Likewise.
12185         * lib/memcasecmp.h: Likewise.
12186         * lib/memchr.c: Likewise.
12187         * lib/memcmp.c: Likewise.
12188         * lib/memcoll.c: Likewise.
12189         * lib/memcoll.h: Likewise.
12190         * lib/memcpy.c: Likewise.
12191         * lib/memrchr.c: Likewise.
12192         * lib/mkancesdirs.c: Likewise.
12193         * lib/mkdir-p.c: Likewise.
12194         * lib/mkdir-p.h: Likewise.
12195         * lib/mkdir.c: Likewise.
12196         * lib/mkdirat.c: Likewise.
12197         * lib/mkdtemp.c: Likewise.
12198         * lib/mkstemp-safer.c: Likewise.
12199         * lib/mkstemp.c: Likewise.
12200         * lib/modechange.c: Likewise.
12201         * lib/modechange.h: Likewise.
12202         * lib/mountlist.c: Likewise.
12203         * lib/mountlist.h: Likewise.
12204         * lib/mpsort.c: Likewise.
12205         * lib/nanosleep.c: Likewise.
12206         * lib/obstack.c: Likewise.
12207         * lib/obstack.h: Likewise.
12208         * lib/open-safer.c: Likewise.
12209         * lib/open.c: Likewise.
12210         * lib/openat-die.c: Likewise.
12211         * lib/openat-priv.h: Likewise.
12212         * lib/openat-proc.c: Likewise.
12213         * lib/openat.c: Likewise.
12214         * lib/openat.h: Likewise.
12215         * lib/pagealign_alloc.c: Likewise.
12216         * lib/pagealign_alloc.h: Likewise.
12217         * lib/physmem.c: Likewise.
12218         * lib/physmem.h: Likewise.
12219         * lib/pipe-safer.c: Likewise.
12220         * lib/pipe.c: Likewise.
12221         * lib/pipe.h: Likewise.
12222         * lib/posixtm.c: Likewise.
12223         * lib/posixtm.h: Likewise.
12224         * lib/posixver.c: Likewise.
12225         * lib/printf-frexp.c: Likewise.
12226         * lib/printf-frexp.h: Likewise.
12227         * lib/printf-frexpl.c: Likewise.
12228         * lib/printf-frexpl.h: Likewise.
12229         * lib/printf.c: Likewise.
12230         * lib/progname.c: Likewise.
12231         * lib/progname.h: Likewise.
12232         * lib/progreloc.c: Likewise.
12233         * lib/putenv.c: Likewise.
12234         * lib/quote.c: Likewise.
12235         * lib/quote.h: Likewise.
12236         * lib/quotearg.c: Likewise.
12237         * lib/quotearg.h: Likewise.
12238         * lib/raise.c: Likewise.
12239         * lib/readline.c: Likewise.
12240         * lib/readline.h: Likewise.
12241         * lib/readlink.c: Likewise.
12242         * lib/readtokens.c: Likewise.
12243         * lib/readtokens.h: Likewise.
12244         * lib/readtokens0.c: Likewise.
12245         * lib/readtokens0.h: Likewise.
12246         * lib/readutmp.c: Likewise.
12247         * lib/readutmp.h: Likewise.
12248         * lib/realloc.c: Likewise.
12249         * lib/relocwrapper.c: Likewise.
12250         * lib/rename-dest-slash.c: Likewise.
12251         * lib/rename.c: Likewise.
12252         * lib/rmdir.c: Likewise.
12253         * lib/rpmatch.c: Likewise.
12254         * lib/safe-read.c: Likewise.
12255         * lib/safe-read.h: Likewise.
12256         * lib/safe-write.c: Likewise.
12257         * lib/safe-write.h: Likewise.
12258         * lib/same-inode.h: Likewise.
12259         * lib/same.c: Likewise.
12260         * lib/same.h: Likewise.
12261         * lib/save-cwd.c: Likewise.
12262         * lib/save-cwd.h: Likewise.
12263         * lib/savedir.c: Likewise.
12264         * lib/savedir.h: Likewise.
12265         * lib/savewd.c: Likewise.
12266         * lib/savewd.h: Likewise.
12267         * lib/search.in.h: Likewise.
12268         * lib/setenv.c: Likewise.
12269         * lib/setenv.h: Likewise.
12270         * lib/settime.c: Likewise.
12271         * lib/sh-quote.c: Likewise.
12272         * lib/sh-quote.h: Likewise.
12273         * lib/sig2str.c: Likewise.
12274         * lib/sig2str.h: Likewise.
12275         * lib/signal.in.h: Likewise.
12276         * lib/signbitd.c: Likewise.
12277         * lib/signbitf.c: Likewise.
12278         * lib/signbitl.c: Likewise.
12279         * lib/sigprocmask.c: Likewise.
12280         * lib/sincosl.c: Likewise.
12281         * lib/sleep.c: Likewise.
12282         * lib/sprintf.c: Likewise.
12283         * lib/sqrtl.c: Likewise.
12284         * lib/stat-time.h: Likewise.
12285         * lib/stdio--.h: Likewise.
12286         * lib/stdio-safer.h: Likewise.
12287         * lib/stdlib--.h: Likewise.
12288         * lib/stdlib-safer.h: Likewise.
12289         * lib/stdlib.in.h: Likewise.
12290         * lib/stpcpy.c: Likewise.
12291         * lib/stpncpy.c: Likewise.
12292         * lib/strchrnul.c: Likewise.
12293         * lib/strcspn.c: Likewise.
12294         * lib/strerror.c: Likewise.
12295         * lib/strftime.c: Likewise.
12296         * lib/strftime.h: Likewise.
12297         * lib/striconveh.c: Likewise.
12298         * lib/striconveh.h: Likewise.
12299         * lib/striconveha.c: Likewise.
12300         * lib/striconveha.h: Likewise.
12301         * lib/stripslash.c: Likewise.
12302         * lib/strnlen1.c: Likewise.
12303         * lib/strnlen1.h: Likewise.
12304         * lib/strtod.c: Likewise.
12305         * lib/strtoimax.c: Likewise.
12306         * lib/strtok_r.c: Likewise.
12307         * lib/strtol.c: Likewise.
12308         * lib/strtoll.c: Likewise.
12309         * lib/strtoul.c: Likewise.
12310         * lib/strtoull.c: Likewise.
12311         * lib/sysexits.in.h: Likewise.
12312         * lib/tempname.c: Likewise.
12313         * lib/tempname.h: Likewise.
12314         * lib/timespec.h: Likewise.
12315         * lib/tls.c: Likewise.
12316         * lib/tls.h: Likewise.
12317         * lib/tmpdir.c: Likewise.
12318         * lib/tmpdir.h: Likewise.
12319         * lib/tmpfile-safer.c: Likewise.
12320         * lib/tmpfile.c: Likewise.
12321         * lib/trigl.c: Likewise.
12322         * lib/trigl.h: Likewise.
12323         * lib/trim.c: Likewise.
12324         * lib/trim.h: Likewise.
12325         * lib/trunc.c: Likewise.
12326         * lib/truncf.c: Likewise.
12327         * lib/truncl.c: Likewise.
12328         * lib/tsearch.c: Likewise.
12329         * lib/unicodeio.c: Likewise.
12330         * lib/unicodeio.h: Likewise.
12331         * lib/unistd--.h: Likewise.
12332         * lib/unistd-safer.h: Likewise.
12333         * lib/unistdio/ulc-fprintf.c: Likewise.
12334         * lib/unistdio/ulc-vfprintf.c: Likewise.
12335         * lib/unlinkdir.c: Likewise.
12336         * lib/unlinkdir.h: Likewise.
12337         * lib/unlocked-io.h: Likewise.
12338         * lib/unsetenv.c: Likewise.
12339         * lib/userspec.c: Likewise.
12340         * lib/utime.c: Likewise.
12341         * lib/utimecmp.c: Likewise.
12342         * lib/utimecmp.h: Likewise.
12343         * lib/utimens.c: Likewise.
12344         * lib/verify.h: Likewise.
12345         * lib/verror.c: Likewise.
12346         * lib/verror.h: Likewise.
12347         * lib/version-etc-fsf.c: Likewise.
12348         * lib/version-etc.c: Likewise.
12349         * lib/version-etc.h: Likewise.
12350         * lib/vfprintf.c: Likewise.
12351         * lib/vprintf.c: Likewise.
12352         * lib/vsprintf.c: Likewise.
12353         * lib/w32spawn.h: Likewise.
12354         * lib/wait-process.c: Likewise.
12355         * lib/wait-process.h: Likewise.
12356         * lib/wcwidth.c: Likewise.
12357         * lib/write-any-file.c: Likewise.
12358         * lib/xalloc-die.c: Likewise.
12359         * lib/xalloc.h: Likewise.
12360         * lib/xasprintf.c: Likewise.
12361         * lib/xgetcwd.c: Likewise.
12362         * lib/xgetcwd.h: Likewise.
12363         * lib/xgetdomainname.c: Likewise.
12364         * lib/xgetdomainname.h: Likewise.
12365         * lib/xgethostname.c: Likewise.
12366         * lib/xmalloc.c: Likewise.
12367         * lib/xmalloca.c: Likewise.
12368         * lib/xmalloca.h: Likewise.
12369         * lib/xmemcoll.c: Likewise.
12370         * lib/xnanosleep.c: Likewise.
12371         * lib/xreadlink.c: Likewise.
12372         * lib/xreadlink.h: Likewise.
12373         * lib/xsetenv.c: Likewise.
12374         * lib/xsetenv.h: Likewise.
12375         * lib/xstriconv.c: Likewise.
12376         * lib/xstriconv.h: Likewise.
12377         * lib/xstrndup.c: Likewise.
12378         * lib/xstrndup.h: Likewise.
12379         * lib/xstrtod.c: Likewise.
12380         * lib/xstrtod.h: Likewise.
12381         * lib/xstrtol-error.c: Likewise.
12382         * lib/xstrtol.c: Likewise.
12383         * lib/xstrtol.h: Likewise.
12384         * lib/xtime.h: Likewise.
12385         * lib/xvasprintf.c: Likewise.
12386         * lib/xvasprintf.h: Likewise.
12387         * lib/yesno.c: Likewise.
12388         * lib/yesno.h: Likewise.
12389         * posix-modules: Likewise.
12390         * tests/test-alloca-opt.c: Likewise.
12391         * tests/test-arcfour.c: Likewise.
12392         * tests/test-arctwo.c: Likewise.
12393         * tests/test-argmatch.c: Likewise.
12394         * tests/test-argp-2.sh: Likewise.
12395         * tests/test-argp.c: Likewise.
12396         * tests/test-arpa_inet.c: Likewise.
12397         * tests/test-array_list.c: Likewise.
12398         * tests/test-array_oset.c: Likewise.
12399         * tests/test-atexit.c: Likewise.
12400         * tests/test-avltree_list.c: Likewise.
12401         * tests/test-avltree_oset.c: Likewise.
12402         * tests/test-avltreehash_list.c: Likewise.
12403         * tests/test-base64.c: Likewise.
12404         * tests/test-binary-io.c: Likewise.
12405         * tests/test-byteswap.c: Likewise.
12406         * tests/test-c-ctype.c: Likewise.
12407         * tests/test-c-strcasecmp.c: Likewise.
12408         * tests/test-c-strcasestr.c: Likewise.
12409         * tests/test-c-strncasecmp.c: Likewise.
12410         * tests/test-c-strstr.c: Likewise.
12411         * tests/test-canonicalize-lgpl.c: Likewise.
12412         * tests/test-canonicalize.c: Likewise.
12413         * tests/test-carray_list.c: Likewise.
12414         * tests/test-ceilf.c: Likewise.
12415         * tests/test-ceill.c: Likewise.
12416         * tests/test-count-one-bits.c: Likewise.
12417         * tests/test-crc.c: Likewise.
12418         * tests/test-dirname.c: Likewise.
12419         * tests/test-fbufmode.c: Likewise.
12420         * tests/test-fcntl.c: Likewise.
12421         * tests/test-fflush.c: Likewise.
12422         * tests/test-floorf.c: Likewise.
12423         * tests/test-floorl.c: Likewise.
12424         * tests/test-fopen.c: Likewise.
12425         * tests/test-fprintf-posix.c: Likewise.
12426         * tests/test-fprintf-posix.h: Likewise.
12427         * tests/test-fpurge.c: Likewise.
12428         * tests/test-freadable.c: Likewise.
12429         * tests/test-freadahead.c: Likewise.
12430         * tests/test-freading.c: Likewise.
12431         * tests/test-freopen.c: Likewise.
12432         * tests/test-frexp.c: Likewise.
12433         * tests/test-frexpl.c: Likewise.
12434         * tests/test-fseek.c: Likewise.
12435         * tests/test-fseeko.c: Likewise.
12436         * tests/test-fseterr.c: Likewise.
12437         * tests/test-fstrcmp.c: Likewise.
12438         * tests/test-ftell.c: Likewise.
12439         * tests/test-ftello.c: Likewise.
12440         * tests/test-fwritable.c: Likewise.
12441         * tests/test-fwriting.c: Likewise.
12442         * tests/test-getaddrinfo.c: Likewise.
12443         * tests/test-getpass.c: Likewise.
12444         * tests/test-gettimeofday.c: Likewise.
12445         * tests/test-hmac-md5.c: Likewise.
12446         * tests/test-hmac-sha1.c: Likewise.
12447         * tests/test-iconv.c: Likewise.
12448         * tests/test-iconvme.c: Likewise.
12449         * tests/test-inttypes.c: Likewise.
12450         * tests/test-isnan.c: Likewise.
12451         * tests/test-isnanf.c: Likewise.
12452         * tests/test-isnanl-nolibm.c: Likewise.
12453         * tests/test-isnanl.c: Likewise.
12454         * tests/test-isnanl.h: Likewise.
12455         * tests/test-ldexpl.c: Likewise.
12456         * tests/test-linked_list.c: Likewise.
12457         * tests/test-linkedhash_list.c: Likewise.
12458         * tests/test-locale.c: Likewise.
12459         * tests/test-localename.c: Likewise.
12460         * tests/test-lock.c: Likewise.
12461         * tests/test-lseek.c: Likewise.
12462         * tests/test-malloca.c: Likewise.
12463         * tests/test-math.c: Likewise.
12464         * tests/test-mbscasecmp.c: Likewise.
12465         * tests/test-mbscasestr1.c: Likewise.
12466         * tests/test-mbscasestr2.c: Likewise.
12467         * tests/test-mbscasestr3.c: Likewise.
12468         * tests/test-mbscasestr4.c: Likewise.
12469         * tests/test-mbschr.c: Likewise.
12470         * tests/test-mbscspn.c: Likewise.
12471         * tests/test-mbsncasecmp.c: Likewise.
12472         * tests/test-mbspbrk.c: Likewise.
12473         * tests/test-mbspcasecmp.c: Likewise.
12474         * tests/test-mbsrchr.c: Likewise.
12475         * tests/test-mbsspn.c: Likewise.
12476         * tests/test-mbsstr1.c: Likewise.
12477         * tests/test-mbsstr2.c: Likewise.
12478         * tests/test-mbsstr3.c: Likewise.
12479         * tests/test-md5.c: Likewise.
12480         * tests/test-memmem.c: Likewise.
12481         * tests/test-netinet_in.c: Likewise.
12482         * tests/test-open.c: Likewise.
12483         * tests/test-printf-frexp.c: Likewise.
12484         * tests/test-printf-frexpl.c: Likewise.
12485         * tests/test-printf-posix.c: Likewise.
12486         * tests/test-printf-posix.h: Likewise.
12487         * tests/test-rbtree_list.c: Likewise.
12488         * tests/test-rbtree_oset.c: Likewise.
12489         * tests/test-rbtreehash_list.c: Likewise.
12490         * tests/test-read-file.c: Likewise.
12491         * tests/test-rijndael.c: Likewise.
12492         * tests/test-search.c: Likewise.
12493         * tests/test-signbit.c: Likewise.
12494         * tests/test-sleep.c: Likewise.
12495         * tests/test-snprintf-posix.c: Likewise.
12496         * tests/test-snprintf-posix.h: Likewise.
12497         * tests/test-snprintf.c: Likewise.
12498         * tests/test-sprintf-posix.c: Likewise.
12499         * tests/test-sprintf-posix.h: Likewise.
12500         * tests/test-stat-time.c: Likewise.
12501         * tests/test-stdbool.c: Likewise.
12502         * tests/test-stdint.c: Likewise.
12503         * tests/test-stdio.c: Likewise.
12504         * tests/test-stdlib.c: Likewise.
12505         * tests/test-stpncpy.c: Likewise.
12506         * tests/test-strcasestr.c: Likewise.
12507         * tests/test-striconv.c: Likewise.
12508         * tests/test-striconveh.c: Likewise.
12509         * tests/test-striconveha.c: Likewise.
12510         * tests/test-string.c: Likewise.
12511         * tests/test-sys_select.c: Likewise.
12512         * tests/test-sys_socket.c: Likewise.
12513         * tests/test-sys_stat.c: Likewise.
12514         * tests/test-sys_time.c: Likewise.
12515         * tests/test-sysexits.c: Likewise.
12516         * tests/test-time.c: Likewise.
12517         * tests/test-tls.c: Likewise.
12518         * tests/test-trunc.c: Likewise.
12519         * tests/test-truncf.c: Likewise.
12520         * tests/test-truncl.c: Likewise.
12521         * tests/test-unistd.c: Likewise.
12522         * tests/test-vasnprintf-posix.c: Likewise.
12523         * tests/test-vasnprintf-posix2.c: Likewise.
12524         * tests/test-vasnprintf.c: Likewise.
12525         * tests/test-vasprintf-posix.c: Likewise.
12526         * tests/test-vasprintf.c: Likewise.
12527         * tests/test-verify.c: Likewise.
12528         * tests/test-vfprintf-posix.c: Likewise.
12529         * tests/test-vprintf-posix.c: Likewise.
12530         * tests/test-vsnprintf-posix.c: Likewise.
12531         * tests/test-vsnprintf.c: Likewise.
12532         * tests/test-vsprintf-posix.c: Likewise.
12533         * tests/test-wchar.c: Likewise.
12534         * tests/test-wctype.c: Likewise.
12535         * tests/test-wcwidth.c: Likewise.
12536         * tests/test-xstrtol.c: Likewise.
12537         * tests/test-xvasprintf.c: Likewise.
12538         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
12539         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
12540         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
12541         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
12542         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
12543         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
12544         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
12545         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
12546         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
12547         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
12548         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
12549         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
12550         * tests/uniname/test-uninames.c: Likewise.
12551         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
12552         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
12553         * tests/unistdio/test-u16-printf1.h: Likewise.
12554         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
12555         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
12556         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
12557         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
12558         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
12559         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
12560         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
12561         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
12562         * tests/unistdio/test-u32-printf1.h: Likewise.
12563         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
12564         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
12565         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
12566         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
12567         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
12568         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
12569         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
12570         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
12571         * tests/unistdio/test-u8-printf1.h: Likewise.
12572         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
12573         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
12574         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
12575         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
12576         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
12577         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
12578         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
12579         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
12580         * tests/unistdio/test-ulc-printf1.h: Likewise.
12581         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
12582         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
12583         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
12584         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
12585         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
12586         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
12587         * tests/uniwidth/test-u16-strwidth.c: Likewise.
12588         * tests/uniwidth/test-u16-width.c: Likewise.
12589         * tests/uniwidth/test-u32-strwidth.c: Likewise.
12590         * tests/uniwidth/test-u32-width.c: Likewise.
12591         * tests/uniwidth/test-u8-strwidth.c: Likewise.
12592         * tests/uniwidth/test-u8-width.c: Likewise.
12593         * tests/uniwidth/test-uc_width.c: Likewise.
12594         * config/srclist-update: Likewise.
12595         (fixlicense): Update to GPLv3+.
12596
12597         Change copyright notice from LGPLv2.1+ to LGPLv3+.
12598         * tests/test-tsearch.c: Change copyright notice.
12599
12600         Change copyright notice from LGPLv2.0+ to LGPLv3+.
12601         * lib/c-strcaseeq.h: Change copyright notice.
12602         * lib/streq.h: Likewise.
12603         * lib/uniconv.h: Likewise.
12604         * lib/uniconv/u-conv-from-enc.h: Likewise.
12605         * lib/uniconv/u-conv-to-enc.h: Likewise.
12606         * lib/uniconv/u-strconv-from-enc.h: Likewise.
12607         * lib/uniconv/u-strconv-to-enc.h: Likewise.
12608         * lib/uniconv/u16-conv-from-enc.c: Likewise.
12609         * lib/uniconv/u16-conv-to-enc.c: Likewise.
12610         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
12611         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
12612         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
12613         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
12614         * lib/uniconv/u32-conv-from-enc.c: Likewise.
12615         * lib/uniconv/u32-conv-to-enc.c: Likewise.
12616         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
12617         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
12618         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
12619         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
12620         * lib/uniconv/u8-conv-from-enc.c: Likewise.
12621         * lib/uniconv/u8-conv-to-enc.c: Likewise.
12622         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
12623         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
12624         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
12625         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
12626         * lib/uniname.h: Likewise.
12627         * lib/uniname/uniname.c: Likewise.
12628         * lib/unistdio.h: Likewise.
12629         * lib/unistdio/u-asnprintf.h: Likewise.
12630         * lib/unistdio/u-asprintf.h: Likewise.
12631         * lib/unistdio/u-printf-args.c: Likewise.
12632         * lib/unistdio/u-printf-args.h: Likewise.
12633         * lib/unistdio/u-printf-parse.h: Likewise.
12634         * lib/unistdio/u-snprintf.h: Likewise.
12635         * lib/unistdio/u-sprintf.h: Likewise.
12636         * lib/unistdio/u-vasprintf.h: Likewise.
12637         * lib/unistdio/u-vsnprintf.h: Likewise.
12638         * lib/unistdio/u-vsprintf.h: Likewise.
12639         * lib/unistdio/u16-asnprintf.c: Likewise.
12640         * lib/unistdio/u16-asprintf.c: Likewise.
12641         * lib/unistdio/u16-printf-parse.c: Likewise.
12642         * lib/unistdio/u16-snprintf.c: Likewise.
12643         * lib/unistdio/u16-sprintf.c: Likewise.
12644         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
12645         * lib/unistdio/u16-u16-asprintf.c: Likewise.
12646         * lib/unistdio/u16-u16-snprintf.c: Likewise.
12647         * lib/unistdio/u16-u16-sprintf.c: Likewise.
12648         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
12649         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
12650         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
12651         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
12652         * lib/unistdio/u16-vasnprintf.c: Likewise.
12653         * lib/unistdio/u16-vasprintf.c: Likewise.
12654         * lib/unistdio/u16-vsnprintf.c: Likewise.
12655         * lib/unistdio/u16-vsprintf.c: Likewise.
12656         * lib/unistdio/u32-asnprintf.c: Likewise.
12657         * lib/unistdio/u32-asprintf.c: Likewise.
12658         * lib/unistdio/u32-printf-parse.c: Likewise.
12659         * lib/unistdio/u32-snprintf.c: Likewise.
12660         * lib/unistdio/u32-sprintf.c: Likewise.
12661         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
12662         * lib/unistdio/u32-u32-asprintf.c: Likewise.
12663         * lib/unistdio/u32-u32-snprintf.c: Likewise.
12664         * lib/unistdio/u32-u32-sprintf.c: Likewise.
12665         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
12666         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
12667         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
12668         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
12669         * lib/unistdio/u32-vasnprintf.c: Likewise.
12670         * lib/unistdio/u32-vasprintf.c: Likewise.
12671         * lib/unistdio/u32-vsnprintf.c: Likewise.
12672         * lib/unistdio/u32-vsprintf.c: Likewise.
12673         * lib/unistdio/u8-asnprintf.c: Likewise.
12674         * lib/unistdio/u8-asprintf.c: Likewise.
12675         * lib/unistdio/u8-printf-parse.c: Likewise.
12676         * lib/unistdio/u8-snprintf.c: Likewise.
12677         * lib/unistdio/u8-sprintf.c: Likewise.
12678         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
12679         * lib/unistdio/u8-u8-asprintf.c: Likewise.
12680         * lib/unistdio/u8-u8-snprintf.c: Likewise.
12681         * lib/unistdio/u8-u8-sprintf.c: Likewise.
12682         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
12683         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
12684         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
12685         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
12686         * lib/unistdio/u8-vasnprintf.c: Likewise.
12687         * lib/unistdio/u8-vasprintf.c: Likewise.
12688         * lib/unistdio/u8-vsnprintf.c: Likewise.
12689         * lib/unistdio/u8-vsprintf.c: Likewise.
12690         * lib/unistdio/ulc-asnprintf.c: Likewise.
12691         * lib/unistdio/ulc-asprintf.c: Likewise.
12692         * lib/unistdio/ulc-printf-parse.c: Likewise.
12693         * lib/unistdio/ulc-snprintf.c: Likewise.
12694         * lib/unistdio/ulc-sprintf.c: Likewise.
12695         * lib/unistdio/ulc-vasnprintf.c: Likewise.
12696         * lib/unistdio/ulc-vasprintf.c: Likewise.
12697         * lib/unistdio/ulc-vsnprintf.c: Likewise.
12698         * lib/unistdio/ulc-vsprintf.c: Likewise.
12699         * lib/unistr.h: Likewise.
12700         * lib/unistr/u-cpy-alloc.h: Likewise.
12701         * lib/unistr/u-cpy.h: Likewise.
12702         * lib/unistr/u-endswith.h: Likewise.
12703         * lib/unistr/u-move.h: Likewise.
12704         * lib/unistr/u-set.h: Likewise.
12705         * lib/unistr/u-startswith.h: Likewise.
12706         * lib/unistr/u-stpcpy.h: Likewise.
12707         * lib/unistr/u-stpncpy.h: Likewise.
12708         * lib/unistr/u-strcat.h: Likewise.
12709         * lib/unistr/u-strcpy.h: Likewise.
12710         * lib/unistr/u-strcspn.h: Likewise.
12711         * lib/unistr/u-strdup.h: Likewise.
12712         * lib/unistr/u-strlen.h: Likewise.
12713         * lib/unistr/u-strncat.h: Likewise.
12714         * lib/unistr/u-strncpy.h: Likewise.
12715         * lib/unistr/u-strnlen.h: Likewise.
12716         * lib/unistr/u-strpbrk.h: Likewise.
12717         * lib/unistr/u-strspn.h: Likewise.
12718         * lib/unistr/u-strstr.h: Likewise.
12719         * lib/unistr/u-strtok.h: Likewise.
12720         * lib/unistr/u16-check.c: Likewise.
12721         * lib/unistr/u16-chr.c: Likewise.
12722         * lib/unistr/u16-cmp.c: Likewise.
12723         * lib/unistr/u16-cpy-alloc.c: Likewise.
12724         * lib/unistr/u16-cpy.c: Likewise.
12725         * lib/unistr/u16-endswith.c: Likewise.
12726         * lib/unistr/u16-mblen.c: Likewise.
12727         * lib/unistr/u16-mbsnlen.c: Likewise.
12728         * lib/unistr/u16-mbtouc-aux.c: Likewise.
12729         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
12730         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
12731         * lib/unistr/u16-mbtouc.c: Likewise.
12732         * lib/unistr/u16-mbtoucr.c: Likewise.
12733         * lib/unistr/u16-move.c: Likewise.
12734         * lib/unistr/u16-next.c: Likewise.
12735         * lib/unistr/u16-prev.c: Likewise.
12736         * lib/unistr/u16-set.c: Likewise.
12737         * lib/unistr/u16-startswith.c: Likewise.
12738         * lib/unistr/u16-stpcpy.c: Likewise.
12739         * lib/unistr/u16-stpncpy.c: Likewise.
12740         * lib/unistr/u16-strcat.c: Likewise.
12741         * lib/unistr/u16-strchr.c: Likewise.
12742         * lib/unistr/u16-strcmp.c: Likewise.
12743         * lib/unistr/u16-strcpy.c: Likewise.
12744         * lib/unistr/u16-strcspn.c: Likewise.
12745         * lib/unistr/u16-strdup.c: Likewise.
12746         * lib/unistr/u16-strlen.c: Likewise.
12747         * lib/unistr/u16-strmblen.c: Likewise.
12748         * lib/unistr/u16-strmbtouc.c: Likewise.
12749         * lib/unistr/u16-strncat.c: Likewise.
12750         * lib/unistr/u16-strncmp.c: Likewise.
12751         * lib/unistr/u16-strncpy.c: Likewise.
12752         * lib/unistr/u16-strnlen.c: Likewise.
12753         * lib/unistr/u16-strpbrk.c: Likewise.
12754         * lib/unistr/u16-strrchr.c: Likewise.
12755         * lib/unistr/u16-strspn.c: Likewise.
12756         * lib/unistr/u16-strstr.c: Likewise.
12757         * lib/unistr/u16-strtok.c: Likewise.
12758         * lib/unistr/u16-to-u32.c: Likewise.
12759         * lib/unistr/u16-to-u8.c: Likewise.
12760         * lib/unistr/u16-uctomb-aux.c: Likewise.
12761         * lib/unistr/u16-uctomb.c: Likewise.
12762         * lib/unistr/u32-check.c: Likewise.
12763         * lib/unistr/u32-chr.c: Likewise.
12764         * lib/unistr/u32-cmp.c: Likewise.
12765         * lib/unistr/u32-cpy-alloc.c: Likewise.
12766         * lib/unistr/u32-cpy.c: Likewise.
12767         * lib/unistr/u32-endswith.c: Likewise.
12768         * lib/unistr/u32-mblen.c: Likewise.
12769         * lib/unistr/u32-mbsnlen.c: Likewise.
12770         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
12771         * lib/unistr/u32-mbtouc.c: Likewise.
12772         * lib/unistr/u32-mbtoucr.c: Likewise.
12773         * lib/unistr/u32-move.c: Likewise.
12774         * lib/unistr/u32-next.c: Likewise.
12775         * lib/unistr/u32-prev.c: Likewise.
12776         * lib/unistr/u32-set.c: Likewise.
12777         * lib/unistr/u32-startswith.c: Likewise.
12778         * lib/unistr/u32-stpcpy.c: Likewise.
12779         * lib/unistr/u32-stpncpy.c: Likewise.
12780         * lib/unistr/u32-strcat.c: Likewise.
12781         * lib/unistr/u32-strchr.c: Likewise.
12782         * lib/unistr/u32-strcmp.c: Likewise.
12783         * lib/unistr/u32-strcpy.c: Likewise.
12784         * lib/unistr/u32-strcspn.c: Likewise.
12785         * lib/unistr/u32-strdup.c: Likewise.
12786         * lib/unistr/u32-strlen.c: Likewise.
12787         * lib/unistr/u32-strmblen.c: Likewise.
12788         * lib/unistr/u32-strmbtouc.c: Likewise.
12789         * lib/unistr/u32-strncat.c: Likewise.
12790         * lib/unistr/u32-strncmp.c: Likewise.
12791         * lib/unistr/u32-strncpy.c: Likewise.
12792         * lib/unistr/u32-strnlen.c: Likewise.
12793         * lib/unistr/u32-strpbrk.c: Likewise.
12794         * lib/unistr/u32-strrchr.c: Likewise.
12795         * lib/unistr/u32-strspn.c: Likewise.
12796         * lib/unistr/u32-strstr.c: Likewise.
12797         * lib/unistr/u32-strtok.c: Likewise.
12798         * lib/unistr/u32-to-u16.c: Likewise.
12799         * lib/unistr/u32-to-u8.c: Likewise.
12800         * lib/unistr/u32-uctomb.c: Likewise.
12801         * lib/unistr/u8-check.c: Likewise.
12802         * lib/unistr/u8-chr.c: Likewise.
12803         * lib/unistr/u8-cmp.c: Likewise.
12804         * lib/unistr/u8-cpy-alloc.c: Likewise.
12805         * lib/unistr/u8-cpy.c: Likewise.
12806         * lib/unistr/u8-endswith.c: Likewise.
12807         * lib/unistr/u8-mblen.c: Likewise.
12808         * lib/unistr/u8-mbsnlen.c: Likewise.
12809         * lib/unistr/u8-mbtouc-aux.c: Likewise.
12810         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
12811         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
12812         * lib/unistr/u8-mbtouc.c: Likewise.
12813         * lib/unistr/u8-mbtoucr.c: Likewise.
12814         * lib/unistr/u8-move.c: Likewise.
12815         * lib/unistr/u8-next.c: Likewise.
12816         * lib/unistr/u8-prev.c: Likewise.
12817         * lib/unistr/u8-set.c: Likewise.
12818         * lib/unistr/u8-startswith.c: Likewise.
12819         * lib/unistr/u8-stpcpy.c: Likewise.
12820         * lib/unistr/u8-stpncpy.c: Likewise.
12821         * lib/unistr/u8-strcat.c: Likewise.
12822         * lib/unistr/u8-strchr.c: Likewise.
12823         * lib/unistr/u8-strcmp.c: Likewise.
12824         * lib/unistr/u8-strcpy.c: Likewise.
12825         * lib/unistr/u8-strcspn.c: Likewise.
12826         * lib/unistr/u8-strdup.c: Likewise.
12827         * lib/unistr/u8-strlen.c: Likewise.
12828         * lib/unistr/u8-strmblen.c: Likewise.
12829         * lib/unistr/u8-strmbtouc.c: Likewise.
12830         * lib/unistr/u8-strncat.c: Likewise.
12831         * lib/unistr/u8-strncmp.c: Likewise.
12832         * lib/unistr/u8-strncpy.c: Likewise.
12833         * lib/unistr/u8-strnlen.c: Likewise.
12834         * lib/unistr/u8-strpbrk.c: Likewise.
12835         * lib/unistr/u8-strrchr.c: Likewise.
12836         * lib/unistr/u8-strspn.c: Likewise.
12837         * lib/unistr/u8-strstr.c: Likewise.
12838         * lib/unistr/u8-strtok.c: Likewise.
12839         * lib/unistr/u8-to-u16.c: Likewise.
12840         * lib/unistr/u8-to-u32.c: Likewise.
12841         * lib/unistr/u8-uctomb-aux.c: Likewise.
12842         * lib/unistr/u8-uctomb.c: Likewise.
12843         * lib/unitypes.h: Likewise.
12844         * lib/uniwidth.h: Likewise.
12845         * lib/uniwidth/cjk.h: Likewise.
12846         * lib/uniwidth/u16-strwidth.c: Likewise.
12847         * lib/uniwidth/u16-width.c: Likewise.
12848         * lib/uniwidth/u32-strwidth.c: Likewise.
12849         * lib/uniwidth/u32-width.c: Likewise.
12850         * lib/uniwidth/u8-strwidth.c: Likewise.
12851         * lib/uniwidth/u8-width.c: Likewise.
12852         * lib/uniwidth/width.c: Likewise.
12853
12854 2007-10-07  Bruno Haible  <bruno@clisp.org>
12855
12856         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
12857         The file is still under LGPL (see modules/inttypes).
12858
12859 2007-10-06  Bruno Haible  <bruno@clisp.org>
12860
12861         * modules/trunc (Dependencies): Add 'extensions'.
12862         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
12863         Reported by Ben Pfaff <blp@gnu.org>.
12864
12865 2007-10-06  Bruno Haible  <bruno@clisp.org>
12866
12867         * modules/freopen-tests: New file.
12868         * tests/test-freopen.c: New file.
12869
12870         * modules/fopen-tests: New file.
12871         * tests/test-fopen.c: New file.
12872
12873         * modules/fopen: New file.
12874         * lib/fopen.c: New file.
12875         * m4/fopen.m4: New file.
12876         * modules/freopen: New file.
12877         * lib/freopen.c: New file.
12878         * m4/freopen.m4: New file.
12879         * lib/stdio.in.h (fopen, freopen): New declarations.
12880         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
12881         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
12882         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
12883         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
12884         * doc/functions/fopen.texi: Mention the 'fopen' module.
12885         * doc/functions/freopen.texi: Mention the 'freopen' module.
12886
12887 2007-10-06  Bruno Haible  <bruno@clisp.org>
12888
12889         * modules/open-tests: New file.
12890         * tests/test-open.c: New file.
12891
12892         * modules/open: New file.
12893         * lib/open.c: New file.
12894         * m4/open.m4: New file.
12895         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
12896         lib/open.c does.
12897         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
12898         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
12899         macros.
12900         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
12901         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
12902         REPLACE_OPEN.
12903         * doc/functions/open.texi: Mention the 'open' module.
12904
12905 2007-10-04  Bruno Haible  <bruno@clisp.org>
12906
12907         * modules/ceill-tests: New file.
12908         * tests/test-ceill.c: New file.
12909
12910         * modules/ceill: New file.
12911         * lib/ceill.c: Replace entire file.
12912         * m4/ceill.m4: New file.
12913         * lib/math.in.h (ceill): Replace declaration.
12914         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
12915         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
12916         * doc/functions/ceill.texi: Mention the 'ceill' module.
12917         * modules/mathl (Files): Remove lib/ceill.c.
12918         (Depends-on): Add ceill.
12919
12920 2007-10-04  Bruno Haible  <bruno@clisp.org>
12921
12922         * modules/ceilf-tests: New file.
12923         * tests/test-ceilf.c: New file.
12924
12925         * modules/ceilf: New file.
12926         * lib/ceil.c: New file.
12927         * lib/ceilf.c: New file.
12928         * m4/ceilf.m4: New file.
12929         * lib/math.in.h (ceilf): New declaration.
12930         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
12931         HAVE_DECL_CEILF.
12932         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
12933         HAVE_DECL_CEILF.
12934         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
12935
12936 2007-10-04  Bruno Haible  <bruno@clisp.org>
12937
12938         * modules/floorl-tests: New file.
12939         * tests/test-floorl.c: New file.
12940
12941         * modules/floorl: New file.
12942         * lib/floorl.c: Replace entire file.
12943         * m4/floorl.m4: New file.
12944         * lib/math.in.h (floorl): Replace declaration.
12945         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
12946         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
12947         * doc/functions/floorl.texi: Mention the 'floorl' module.
12948         * modules/mathl (Files): Remove lib/floorl.c.
12949         (Depends-on): Add floorl.
12950
12951 2007-10-04  Bruno Haible  <bruno@clisp.org>
12952
12953         * modules/floorf-tests: New file.
12954         * tests/test-floorf.c: New file.
12955
12956         * modules/floorf: New file.
12957         * lib/floor.c: New file.
12958         * lib/floorf.c: New file.
12959         * m4/floorf.m4: New file.
12960         * lib/math.in.h (floorf): New declaration.
12961         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
12962         HAVE_DECL_FLOORF.
12963         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
12964         HAVE_DECL_FLOORF.
12965         * doc/functions/floorf.texi: Mention the 'floorf' module.
12966
12967 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
12968             Bruno Haible  <bruno@clisp.org>
12969
12970         Advertise for the Git server instead of the CVS server.
12971         * doc/gnulib-intro.texi (Steady Development): Mention the Git
12972         repository instead of the CVS one.
12973         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
12974         about all VCS systems generically.
12975         * doc/gnulib.texi (Introduction): Capitalize `Git'.
12976
12977 2007-10-04  Bruno Haible  <bruno@clisp.org>
12978
12979         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
12980         means.
12981         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
12982
12983 2007-10-04  Bruno Haible  <bruno@clisp.org>
12984
12985         * modules/truncl-tests: New file.
12986         * tests/test-truncl.c: New file.
12987
12988         * modules/truncl: New file.
12989         * lib/truncl.c: New file.
12990         * m4/truncl.m4: New file.
12991         * lib/math.in.h (truncl): New declaration.
12992         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
12993         HAVE_DECL_TRUNCL.
12994         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
12995         HAVE_DECL_TRUNCL.
12996         * doc/functions/truncl.texi: Mention the 'truncl' module.
12997
12998 2007-10-04  Bruno Haible  <bruno@clisp.org>
12999
13000         * modules/truncf-tests: New file.
13001         * tests/test-truncf.c: New file.
13002
13003         * modules/truncf: New file.
13004         * lib/trunc.c: Make paramerizable through USE_* macros.
13005         * lib/truncf.c: New file.
13006         * m4/truncf.m4: New file.
13007         * lib/math.in.h (truncf): New declaration.
13008         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
13009         HAVE_DECL_TRUNCF.
13010         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
13011         HAVE_DECL_TRUNCF.
13012         * doc/functions/truncf.texi: Mention the 'truncf' module.
13013
13014 2007-10-03  Bruno Haible  <bruno@clisp.org>
13015
13016         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
13017         augmentation also for tests modules.
13018         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
13019         * modules/atexit-tests (Makefile.am): Likewise.
13020         * modules/binary-io-tests (Makefile.am): Likewise.
13021         * modules/c-strcase-tests (Makefile.am): Likewise.
13022         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
13023         * modules/canonicalize-tests (Makefile.am): Likewise.
13024         * modules/closein-tests (Makefile.am): Likewise.
13025         * modules/fprintf-posix-tests (Makefile.am): Likewise.
13026         * modules/freadahead-tests (Makefile.am): Likewise.
13027         * modules/fseek-tests (Makefile.am): Likewise.
13028         * modules/fseeko-tests (Makefile.am): Likewise.
13029         * modules/ftell-tests (Makefile.am): Likewise.
13030         * modules/ftello-tests (Makefile.am): Likewise.
13031         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
13032         * modules/isnanl-tests (Makefile.am): Likewise.
13033         * modules/lseek-tests (Makefile.am): Likewise.
13034         * modules/mbscasecmp-tests (Makefile.am): Likewise.
13035         * modules/mbscasestr-tests (Makefile.am): Likewise.
13036         * modules/mbschr-tests (Makefile.am): Likewise.
13037         * modules/mbscspn-tests (Makefile.am): Likewise.
13038         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
13039         * modules/mbspbrk-tests (Makefile.am): Likewise.
13040         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
13041         * modules/mbsrchr-tests (Makefile.am): Likewise.
13042         * modules/mbsspn-tests (Makefile.am): Likewise.
13043         * modules/mbsstr-tests (Makefile.am): Likewise.
13044         * modules/printf-posix-tests (Makefile.am): Likewise.
13045         * modules/snprintf-posix-tests (Makefile.am): Likewise.
13046         * modules/sprintf-posix-tests (Makefile.am): Likewise.
13047         * modules/tsearch-tests (Makefile.am): Likewise.
13048         * modules/uniname/uniname-tests (Makefile.am): Likewise.
13049         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
13050         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
13051         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
13052         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
13053         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
13054         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
13055         * modules/vprintf-posix-tests (Makefile.am): Likewise.
13056         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
13057         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
13058         * modules/xstrtoimax-tests (Makefile.am): Likewise.
13059         * modules/xstrtol-tests (Makefile.am): Likewise.
13060         * modules/xstrtoumax-tests (Makefile.am): Likewise.
13061         * modules/yesno-tests (Makefile.am): Likewise.
13062
13063 2007-10-03  Bruno Haible  <bruno@clisp.org>
13064
13065         * modules/trunc-tests: New file.
13066         * tests/test-trunc.c: New file.
13067
13068         * modules/trunc: New file.
13069         * lib/trunc.c: New file.
13070         * m4/trunc.m4: New file.
13071         * lib/math.in.h (trunc): New declaration.
13072         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
13073         HAVE_DECL_TRUNC.
13074         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
13075         HAVE_DECL_TRUNC.
13076         * doc/functions/trunc.texi: Mention the 'trunc' module.
13077
13078 2007-10-03  Bruno Haible  <bruno@clisp.org>
13079
13080         * tests/test-fpending.c: New file, mostly copied
13081         from coreutils/lib/t-fpending.c.
13082         * modules/fpending-tests: New file.
13083
13084 2007-10-03  Bruno Haible  <bruno@clisp.org>
13085
13086         Port the stdio extensions to QNX (untested).
13087         * lib/fseterr.c (fseterr): Add support for QNX.
13088         * lib/fbufmode.c (fbufmode): Likewise.
13089         * lib/freadable.c (freadable): Likewise.
13090         * lib/fwritable.c (fwritable): Likewise.
13091         * lib/freading.c (freading): Likewise.
13092         * lib/fwriting.c (fwriting): Likewise.
13093         * lib/freadahead.c (freadahed): Likewise.
13094         * lib/fpurge.c (fpurge): Likewise.
13095         * lib/fseeko.c (rpl_fseeko): Likewise.
13096
13097 2007-10-03  Bruno Haible  <bruno@clisp.org>
13098             Jim Meyering  <jim@meyering.net>
13099             Eric Blake  <ebb9@byu.net>
13100
13101         * doc/relocatable.texi: Use @command instead of @program.
13102
13103 2007-10-02  Jim Meyering  <jim@meyering.net>
13104
13105         Perform one more "_.h" -> ".in.h" substitution.
13106         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
13107         instead of unistd_.h here, too.
13108
13109 2007-10-01  Bruno Haible  <bruno@clisp.org>
13110
13111         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
13112         Needed for the alloca-opt module.
13113
13114 2007-09-30  Bruno Haible  <bruno@clisp.org>
13115
13116         * lib/alloca.in.h: Renamed from lib/alloca_.h.
13117         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
13118         alloca_.h.
13119         * lib/argz.in.h: Renamed from lib/argz_.h.
13120         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
13121         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
13122         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
13123         byteswap_.h.
13124         * lib/dirent.in.h: Renamed from lib/dirent_.h.
13125         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
13126         dirent_.h.
13127         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
13128         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
13129         fcntl_.h.
13130         * lib/float.in.h: Renamed from lib/float_.h.
13131         * modules/float (Files, Makefile.am): Use float.in.h instead of
13132         float_.h.
13133         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
13134         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
13135         fnmatch_.h.
13136         * lib/getopt.in.h: Renamed from lib/getopt_.h.
13137         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
13138         getopt_.h.
13139         * lib/glob.in.h: Renamed from lib/glob_.h.
13140         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
13141         * lib/iconv.in.h: Renamed from lib/iconv_.h.
13142         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
13143         iconv_.h.
13144         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
13145         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
13146         inttypes_.h.
13147         * lib/locale.in.h: Renamed from lib/locale_.h.
13148         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
13149         locale_.h.
13150         * lib/math.in.h: Renamed from lib/math_.h.
13151         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
13152         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
13153         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
13154         of netinet_in_.h. Add dependency.
13155         * lib/poll.in.h: Renamed from lib/poll_.h.
13156         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
13157         * lib/search.in.h: Renamed from lib/search_.h.
13158         * modules/search (Files, Makefile.am): Use search.in.h instead of
13159         search_.h.
13160         * lib/signal.in.h: Renamed from lib/signal_.h.
13161         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
13162         _signal.h.
13163         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
13164         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
13165         stdbool_.h.
13166         * lib/stdint.in.h: Renamed from lib/stdint_.h.
13167         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
13168         stdint_.h.
13169         * lib/stdio.in.h: Renamed from lib/stdio_.h.
13170         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
13171         stdio_.h.
13172         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
13173         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
13174         stdlib_.h.
13175         * lib/string.in.h: Renamed from lib/string_.h.
13176         * modules/string (Files, Makefile.am): Use string.in.h instead of
13177         string_.h.
13178         * doc/gnulib-tool.texi (Initial import): Update.
13179         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
13180         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
13181         of sys_select_.h. Add dependency.
13182         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
13183         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
13184         of sys_socket_.h.
13185         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
13186         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
13187         sys_stat_.h.
13188         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
13189         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
13190         sys_time_.h.
13191         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
13192         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
13193         sysexits_.h.
13194         * lib/time.in.h: Renamed from lib/time_.h.
13195         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
13196         * lib/unistd.in.h: Renamed from lib/unistd_.h.
13197         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
13198         unistd_.h.
13199         * lib/wchar.in.h: Renamed from lib/wchar_.h.
13200         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
13201         wchar_.h.
13202         * lib/wctype.in.h: Renamed from lib/wctype_.h.
13203         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
13204         wctype_.h.
13205         * build-aux/bootstrap (slurp): Update.
13206         * lib/.cppi-disable: Update.
13207
13208 2007-09-30  Bruno Haible  <bruno@clisp.org>
13209
13210         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
13211         Needed on BeOS.
13212
13213 2007-09-30  Bruno Haible  <bruno@clisp.org>
13214
13215         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
13216
13217 2007-09-29  Bruno Haible  <bruno@clisp.org>
13218
13219         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
13220
13221 2007-09-29  Bruno Haible  <bruno@clisp.org>
13222
13223         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
13224         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
13225         * build-aux/install-reloc: Compile also areadlink.c.
13226         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
13227
13228 2007-09-29  Bruno Haible  <bruno@clisp.org>
13229
13230         * gnulib-tool (func_emit_initmacro_done): Indentation.
13231
13232 2007-09-29  Bruno Haible  <bruno@clisp.org>
13233
13234         * README: Add CVS checkout update instructions.
13235         Info from Bob Proulx <bob@proulx.com>.
13236
13237 2007-09-28  Eric Blake  <ebb9@byu.net>
13238
13239         Provide move-if-change.
13240         * build-aux/move-if-change: New file, based on best practice
13241         rather than any canonical upstream location.
13242
13243 2007-09-28  Jim Meyering  <jim@meyering.net>
13244
13245         Fix canonicalize loop-detection corner case.
13246         Do not attempt to stat the symlink values stored via seen_triple.
13247         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
13248         on linux-2.6.18, (but not 2.6.22).
13249         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
13250         triple_compare.  The former compares dev,ino,filename, while the latter
13251         would actually stat dirname(filename) when dev and ino were equal.
13252         * lib/hash-triple.c: Install <string.h>.
13253         (STREQ): Define.
13254         (triple_compare_ino_str): New function.
13255         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
13256
13257 2007-09-28  Eric Blake  <ebb9@byu.net>
13258
13259         Enforce that AC_REPLACE_FUNCS files exist.
13260         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
13261         override check for typos.
13262
13263         Fix test-closein on Solaris 10.
13264         * tests/test-closein.c (main): Don't assume stdin can be inherited
13265         closed on all systems.
13266         * tests/test-closein.sh: Likewise.
13267         Reported by Piotr Tarnowski.
13268
13269 2007-09-28  Jim Meyering  <jim@meyering.net>
13270
13271         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
13272
13273 2007-09-27  Jim Meyering  <jim@meyering.net>
13274
13275         canonicalize: Avoid a false-positive cycle failure.
13276         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
13277         Sort.  Remove cycle-check.
13278         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
13279         not cycle-check.h.
13280         (seen_triple): New function.
13281         (canonicalize_filename_mode): Use it instead of cycle-check.
13282         * tests/test-canonicalize.c: Add a test for this bug.
13283         * tests/test-canonicalize.sh: Set up and run the test.
13284
13285         New module, file-set, from coreutils.
13286         * modules/file-set: Define it.
13287         * lib/file-set.c, lib/file-set.h: Implement.
13288
13289         New module, hash-triple, from coreutils.
13290         * modules/hash-triple: Define it.
13291         * lib/hash-triple.c, lib/hash-triple.h: Implement.
13292
13293 2007-09-25  Eric Blake  <ebb9@byu.net>
13294
13295         Fix strerror on Interix.
13296         * lib/string_.h (strerror): Declare replacement.
13297         * doc/functions/strerror.texi (strerror): Document the Interix
13298         shortcoming.
13299         * modules/string (Makefile.am): Support new hooks.
13300         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
13301         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
13302         gl_FUNC_STRERROR_SEPARATE.
13303         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
13304         * lib/strerror.c (rpl_strerror): Provide replacement.
13305         * modules/strerror (Depends-on): Add string.
13306         (configure.ac): Detect use of module.
13307         * tests/test-strerror.c: New file.
13308         * modules/strerror-tests: New test module.
13309         * modules/argp (Depends-on): Add strerror.
13310         * modules/error (Depends-on): Likewise.
13311         Reported by Martin Koeppe.
13312
13313 2007-09-24  Bruno Haible  <bruno@clisp.org>
13314
13315         * README: Update git instructions.
13316
13317 2007-09-24  Eric Blake  <ebb9@byu.net>
13318
13319         Revert fpending breakage from 2007-09-08.
13320         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
13321         __fpending.c.
13322
13323 2007-09-24  Jim Meyering  <jim@meyering.net>
13324
13325         filenamecat.c: Add a test.
13326         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
13327         showing how the function works when DIR is the empty string.
13328
13329 2007-09-21  Simon Josefsson  <simon@josefsson.org>
13330
13331         * tests/test-canonicalize.sh: Turn on executable bit.
13332
13333 2007-09-19  Eric Blake  <ebb9@byu.net>
13334
13335         * README: Update CVS instructions.
13336
13337 2007-09-18  Bruno Haible  <bruno@clisp.org>
13338
13339         * modules/areadlink: New file.
13340         * lib/areadlink.h (areadlink): New declaration.
13341         * lib/areadlink.c: New file, based on lib/xreadlink.c.
13342
13343 2007-09-17  Jim Meyering  <jim@meyering.net>
13344
13345         * lib/savewd.c (ESTALE) [!defined]: Define.
13346         Reported to be required on Interix by Martin Koeppe.
13347
13348 2007-09-17  Bruno Haible  <bruno@clisp.org>
13349
13350         * gnulib-tool (func_version): Use $version.
13351
13352 2007-09-16  Bruno Haible  <bruno@clisp.org>
13353
13354         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
13355         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
13356         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
13357         Reported by Greg Schafer <gschafer@zip.com.au>.
13358
13359 2007-09-15  Bruno Haible  <bruno@clisp.org>
13360
13361         * gnulib-tool (sed): Try a little harder to make bash understand the
13362         alias.
13363         Reported by Bruce Korb <bruce.korb@gmail.com>.
13364
13365 2007-09-13  Eric Blake  <ebb9@byu.net>
13366
13367         * ChangeLog: Remove conflict markers.
13368
13369 2007-09-13  Simon Josefsson  <simon@josefsson.org>
13370
13371         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
13372         Reported by Bruno Haible <bruno@clisp.org>.
13373
13374 2007-09-12  Bruno Haible  <bruno@clisp.org>
13375
13376         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
13377         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
13378         is not defined.
13379
13380 2007-09-12  Eric Blake  <ebb9@byu.net>
13381
13382         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
13383         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
13384         Autoconf definition.
13385         * modules/euidaccess (Depends-on): Add extensions, for
13386         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
13387         * modules/fnmatch (Depends-on): Likewise.
13388         * modules/getaddrinfo (Depends-on): Likewise.
13389         * modules/getdelim (Depends-on): Likewise.
13390         * modules/getline (Depends-on): Likewise.
13391         * modules/getsubopt (Depends-on): Likewise.
13392         * modules/gettext (Depends-on): Likewise.
13393         * modules/group-member (Depends-on): Likewise.
13394         * modules/mbchar (Depends-on): Likewise.
13395         * modules/memmem (Depends-on): Likewise.
13396         * modules/mempcpy (Depends-on): Likewise.
13397         * modules/memrchr (Depends-on): Likewise.
13398         * modules/pagealign_alloc (Depends-on): Likewise.
13399         * modules/readutmp (Depends-on): Likewise.
13400         * modules/stpcpy (Depends-on): Likewise.
13401         * modules/stpncpy (Depends-on): Likewise.
13402         * modules/strchrnul (Depends-on): Likewise.
13403         * modules/strndup (Depends-on): Likewise.
13404         * modules/strsep (Depends-on): Likewise.
13405         * modules/strverscmp (Depends-on): Likewise.
13406         * modules/vasprintf (Depends-on): Likewise.
13407         * modules/wcwidth (Depends-on): Likewise.
13408         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
13409         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
13410         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
13411         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
13412         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
13413         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
13414         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
13415         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13416         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
13417         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
13418         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
13419         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
13420         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
13421         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
13422         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
13423         * m4/readutmp.m4 (gl_READUTMP): Likewise.
13424         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
13425         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
13426         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13427         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
13428         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
13429         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
13430         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
13431         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
13432         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
13433         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
13434         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
13435         so that lock.m4 can be used in gettext without extensions module.
13436
13437 2007-09-11  Bruno Haible  <bruno@clisp.org>
13438
13439         * m4/isc-posix.m4: Remove file.
13440         Suggested by Eric Blake.
13441
13442 2007-09-11  Eric Blake  <ebb9@byu.net>
13443
13444         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
13445
13446 2007-09-10  Bruno Haible  <bruno@clisp.org>
13447
13448         * posix-modules: Fix typo in error message.
13449         Reported by Matt <mkraai@beckman.com>.
13450
13451 2007-09-09  Bruno Haible  <bruno@clisp.org>
13452
13453         * doc/functions/getdelim.texi: Update list of platforms lacking the
13454         function.
13455         * doc/functions/getline.texi: Likewise.
13456
13457 2007-09-09  Jim Meyering  <jim@meyering.net>
13458
13459         * lib/hash.c (hash_initialize): Detect calloc failure.
13460         Reported by Bruno Haible.
13461
13462 2007-09-09  Bruno Haible  <bruno@clisp.org>
13463
13464         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
13465         malloc or realloc fails.
13466
13467 2007-09-09  Bruno Haible  <bruno@clisp.org>
13468
13469         * modules/getcwd (Depends-on): Add malloc-posix.
13470         * modules/glob (Depends-on): Likewise.
13471         * modules/putenv (Depends-on): Likewise.
13472         * modules/strdup (Depends-on): Likewise.
13473         * modules/getdelim (Depends-on): Add realloc-posix.
13474         * modules/read-file (Depends-on): Likewise.
13475
13476 2007-09-09  Bruno Haible  <bruno@clisp.org>
13477
13478         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
13479         (gl_FUNC_MALLOC_POSIX): Require it.
13480         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
13481         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
13482         * modules/realloc (Files): Add m4/malloc.m4.
13483         * modules/calloc (Files): Likewise.
13484
13485 2007-09-09  Bruno Haible  <bruno@clisp.org>
13486
13487         * modules/malloc-posix: New file.
13488         * modules/malloc (Depends-on): Add malloc-posix.
13489         * lib/malloc.c: Include errno.h.
13490         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
13491         and a POSIX-compatible malloc into a single function. Set ENOMEM
13492         when returning NULL.
13493         * m4/malloc.m4: New file.
13494         * doc/functions/malloc.texi: Mention the malloc-posix module.
13495         * lib/stdlib_.h (malloc): New declaration.
13496         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13497         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
13498         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
13499         and HAVE_MALLOC_POSIX.
13500
13501 2007-09-09  Bruno Haible  <bruno@clisp.org>
13502
13503         * modules/realloc-posix: New file.
13504         * modules/realloc (Depends-on): Add realloc-posix.
13505         * lib/realloc.c: Include errno.h.
13506         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
13507         and a POSIX-compatible realloc into a single function. Set ENOMEM
13508         when returning NULL.
13509         * m4/realloc.m4: New file.
13510         * doc/functions/realloc.texi: Mention the realloc-posix module.
13511         * lib/stdlib_.h (realloc): New declaration.
13512         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13513         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
13514         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
13515         and HAVE_REALLOC_POSIX.
13516
13517 2007-09-09  Bruno Haible  <bruno@clisp.org>
13518
13519         * modules/calloc-posix: New file.
13520         * modules/calloc (Depends-on): Add calloc-posix.
13521         * lib/calloc.c: Include errno.h.
13522         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
13523         and a POSIX-compatible calloc into a single function. Set ENOMEM
13524         when returning NULL.
13525         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
13526         * doc/functions/calloc.texi: Mention the calloc-posix module.
13527         * lib/stdlib_.h (calloc): New declaration.
13528         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13529         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
13530         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
13531         and HAVE_CALLOC_POSIX.
13532
13533 2007-09-09  Bruno Haible  <bruno@clisp.org>
13534
13535         Allow for modules to show an arbitrary notice.
13536         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
13537         * gnulib-tool: New option --extract-notice.
13538         (func_usage): Document it.
13539         (sed_extract_prog): Update.
13540         (func_get_notice): New function.
13541         (func_modules_notice): New function.
13542         (func_import, func_create_testdir): Invoke it.
13543         Suggested by Jim Meyering.
13544
13545 2007-09-09  Bruno Haible  <bruno@clisp.org>
13546
13547         * gnulib-tool: New options --verbose, --quiet.
13548         (func_usage): Document them.
13549         (verbose): New variable.
13550         (func_execute_command): New function.
13551         (func_import): Don't show the module list and the file list if
13552         $verbose < 0.
13553         (func_create_testdir): Likewise. Use func_execute_command.
13554         (func_create_megatestdir): Use func_execute_command.
13555
13556 2007-09-08  Bruno Haible  <bruno@clisp.org>
13557
13558         * gnulib-tool (func_import): Prefer rsync over wget when available,
13559         for fetching the PO files.
13560
13561 2007-09-08  Bruno Haible  <bruno@clisp.org>
13562
13563         * posix-modules: New file. Portions copied from gnulib-tool.
13564         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
13565
13566 2007-09-08  Jim Meyering  <jim@meyering.net>
13567
13568         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
13569         * lib/fpending.h: Rename from __fpending.h.
13570         * lib/fpending.c: Rename from __fpending.c.
13571         Include "fpending.h", not "__fpending.h".
13572         * lib/__fpending.h, lib/__fpending.c: Remove files.
13573         * modules/fpending (Files): Reflect new file names.
13574         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
13575
13576 2007-09-08  Bruno Haible  <bruno@clisp.org>
13577
13578         * m4/inttypes-h.m4: Remove stub file.
13579
13580 2007-09-07  Simon Josefsson  <simon@josefsson.org>
13581
13582         * doc/headers/stdint.texi: Discuss #include_next issue.
13583
13584 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13585
13586         * build-aux/bootstrap: Remove obsolete comment about wget --help.
13587
13588 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13589
13590         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
13591         in variable name.
13592
13593 2007-09-03  Jim Meyering  <jim@meyering.net>
13594
13595         New module: git-version-gen.
13596         * modules/git-version-gen: New file.
13597
13598         Import changes from coreutils for bootstrap script.
13599
13600         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
13601
13602         bootstrap: uses rsync to download the .po files
13603         * build-aux/bootstrap (po_download_command_format): New global.
13604         (download_po_files): Use rsync.
13605         (update_po_files): Don't remove .po files after download,
13606         so future rsync runs can take advantage of the copies.
13607
13608         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
13609
13610         Solve the unnecessary-.po-file-regeneration problem once and for all.
13611         * build-aux/bootstrap (download_po_files): New function, renamed from
13612         get_translations.  Now, downloads, but doesn't update LINGUAS.
13613         (update_po_files): New function.
13614
13615         bootstrap: Ignore more.
13616         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
13617         uniwidth to e.g., lib/.gitignore.
13618         (slurp): Handle the sys_stat_.h -> sys mapping, too.
13619
13620         * build-aux/bootstrap: New setting: vc_ignore.
13621         (insert_sorted_if_absent): Create $file if absent.
13622         Adapt to new, possibly empty, list: $vc_ignore.
13623
13624         bootstrap: generate more ignorable names
13625         * build-aux/bootstrap (slurp): When generating ignorable names,
13626         also map .sin to .sed, .gperf to .c, and .y to .c.
13627
13628 2007-09-03  Jim Meyering  <jim@meyering.net>
13629
13630         * build-aux/git-version-gen: New file, from coreutils.  For details, see
13631         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
13632
13633 2007-09-02  Bruno Haible  <bruno@clisp.org>
13634
13635         Fix mis-recognition of 'mcs' on QNX 6.
13636         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
13637         output contains the string "Mono".
13638         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
13639         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
13640
13641 2007-09-01  Bruno Haible  <bruno@clisp.org>
13642
13643         Fix collision between uniwidth/* and linebreak modules.
13644         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
13645         u32_width): Remove declarations.
13646         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
13647         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
13648         streq3, streq2, streq1, streq0): Remove functions.
13649         (STREQ): Remove macro.
13650         (is_cjk_encoding): Remove function.
13651         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
13652         (uc_width, u8_width, u16_width, u32_width): Remove functions.
13653         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
13654         * NEWS: Document the change.
13655
13656 2007-09-01  Bruno Haible  <bruno@clisp.org>
13657
13658         * lib/streq.h: Add double-inclusion guard.
13659
13660 2007-09-01  Karl Berry  <karl@gnu.org>
13661
13662         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
13663
13664 2007-08-28  Jim Meyering  <jim@meyering.net>
13665
13666         Rename mreadlink_with_size to areadlink_with_size.
13667         * NEWS: Document the change.
13668         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
13669         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
13670         * lib/mreadlink.h: Rename this to...
13671         * lib/areadlink.h: ...this.
13672         * modules/mreadlink-with-size: Rename this to...
13673         * modules/areadlink-with-size: ...this.
13674         * lib/canonicalize.c: Reflect the renaming.
13675         * modules/canonicalize: Likewise.
13676
13677 2007-08-26  Bruno Haible  <bruno@clisp.org>
13678
13679         * gnulib-tool (func_import): When deciding which files to remove,
13680         consider also dangling symbolic links.
13681         Reported by Eric Blake.
13682
13683 2007-08-26  Bruno Haible  <bruno@clisp.org>
13684
13685         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
13686
13687 2007-08-23  Simon Josefsson  <simon@josefsson.org>
13688
13689         * lib/readline.c: Don't include getline.h, the prototype is now
13690         found in stdio.h.
13691
13692 2007-08-23  Jim Meyering  <jim@meyering.net>
13693
13694         Getdelim touchup.
13695         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
13696         around the funlockfile call, since funlockfile never sets errno.
13697         Don't set errno upon failed realloc.
13698
13699 2007-08-22  Eric Blake  <ebb9@byu.net>
13700
13701         Getline touchups.
13702         * lib/getdelim.c (getdelim): Revert regression that required *n to
13703         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
13704         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
13705         getdelim, rather than whether implementation is missing.
13706         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
13707         * lib/stdio_.h (getline): Also declare if replacement is
13708         required.
13709         * doc/functions/getdelim.texi: New file.
13710         * doc/functions/getline.texi: Likewise.
13711         * doc/gnulib.texi (Function Substitutes): Add new files.
13712         Reported by Bruno Haible.
13713
13714 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
13715
13716         * users.txt: Add Guile.
13717
13718 2007-08-22  Eric Blake  <ebb9@byu.net>
13719
13720         * tests/test-getdelim.c (main): Use remove, not unlink.
13721         * tests/test-getline.c (main): Likewise.
13722
13723         Move getline and getdelim into stdio.h, per POSIX 200x.
13724         * modules/getline (Files): Remove getline.h.
13725         (Depends-on): Add stdio.
13726         (configure.ac): Add module indicator.
13727         * modules/getdelim (Files): Remove getdelim.h.
13728         (Depends-on): Add stdio.
13729         (configure.ac): Add module indicator.
13730         * modules/stdio (Makefile.am): Work with new indicators.
13731         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
13732         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
13733         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
13734         * lib/getdelim.h: Delete.
13735         * lib/getline.h: Delete.
13736         * lib/stdio_.h (getdelim, getline): Declare.
13737         * modules/getdelim-tests: New module.
13738         * modules/getline-tests: Likewise.
13739         * tests/test-getdelim.c: New file.
13740         * tests/test-getline.c: Likewise.
13741         * NEWS: Document the change.
13742         * lib/getline.c: Update choice of header.
13743         * lib/csharpcomp.c: Likewise.
13744         * lib/getpass.c: Likewise.
13745         * lib/javacomp.c: Likewise.
13746         * lib/javaversion.c: Likewise.
13747         * lib/yesno.c: Likewise.
13748         * lib/getdelim.c: Likewise.
13749         (getdelim): Set errno on failure, and avoid memory leak.
13750
13751 2007-08-19  Bruno Haible  <bruno@clisp.org>
13752
13753         * modules/closein (Depends-on): Add freadahead.
13754         * lib/closein.c: Include freadahead.h.
13755         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
13756         is zero.
13757
13758 2007-08-19  Bruno Haible  <bruno@clisp.org>
13759
13760         * modules/freadahead-tests: New file.
13761         * tests/test-freadahead.sh: New file.
13762         * tests/test-freadahead.c: New file.
13763
13764         * modules/freadahead: New file.
13765         * lib/freadahead.h: New file.
13766         * lib/freadahead.c: New file.
13767         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
13768         fbufmode, fpurge, freadable, fwritable.
13769
13770 2007-08-19  Eric Blake  <ebb9@byu.net>
13771
13772         Test yesno in combination with closein.
13773         * lib/yesno.c (yesno): Document use of stdin.
13774         * modules/yesno-tests (Files): New module.
13775         * tests/test-yesno.c (main): New file.
13776         * tests/test-yesno.sh: Likewise.
13777
13778 2007-08-19  Bruno Haible  <bruno@clisp.org>
13779
13780         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
13781         * lib/fseeko.c (rpl_fseeko): Likewise.
13782         * lib/fseterr.c (fseterr): Likewise.
13783
13784 2007-08-19  Bruno Haible  <bruno@clisp.org>
13785
13786         * tests/test-lseek.c (main): Disable a test for BeOS.
13787         * doc/functions/lseek.texi: Document the BeOS bug.
13788
13789 2007-08-19  Bruno Haible  <bruno@clisp.org>
13790             Eric Blake  <ebb9@byu.net>
13791
13792         * lib/lseek.c: Include <sys/stat.h>.
13793         (rpl_lseek): Add workaround code also for Unix platforms.
13794         Needed for BeOS.
13795         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
13796         * doc/functions/lseek.texi: Document BeOS definiency.
13797
13798 2007-08-18  Bruno Haible  <bruno@clisp.org>
13799
13800         * modules/fstrcmp-tests: New file.
13801         * tests/test-fstrcmp.c: New file.
13802
13803 2007-08-18  Bruno Haible  <bruno@clisp.org>
13804
13805         * modules/fstrcmp: New file, from GNU gettext with modifications.
13806         * lib/fstrcmp.h: New file, from GNU gettext.
13807         * lib/fstrcmp.c: New file, from GNU gettext.
13808         * MODULES.html.sh (String handling): Add fstrcmp.
13809
13810 2007-08-18  Bruno Haible  <bruno@clisp.org>
13811
13812         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
13813         'bool'.
13814         (diag, compareseq): Remove const from the ctxt argument.
13815         (USE_HEURISTIC): Undefine at the end.
13816
13817 2007-08-18  Jim Meyering  <jim@meyering.net>
13818
13819         New file: lib/idcache.h
13820         * NEWS: Mention the addition.
13821         * modules/idcache (Files): Add lib/idcache.h
13822         * lib/idcache.c: Include "idcache.h".
13823         Don't include <sys/types.h>.
13824         Add a FIXME comment.
13825         Move file-scoped "static" declarations to the top.
13826         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
13827
13828 2007-08-17  Bruno Haible  <bruno@clisp.org>
13829         and Paul Eggert  <eggert@cs.ucla.edu>
13830
13831         * MODULES.html.sh: Add diffseq.
13832         * modules/diffseq: New file.
13833         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
13834         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
13835
13836 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13837
13838         Import changes from coreutils for bootstrap script.
13839
13840         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
13841
13842         * build-aux/bootstrap (slurp): Work even in environments where
13843         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
13844         current code does not slurp files whose names start with ".", and
13845         this looks like it might be a troublesome area.
13846
13847         2007-07-11  Jim Meyering  <jim@meyering.net>
13848
13849         If there's a GPL vN copyright comment, require that N == 3.
13850
13851         2007-07-08  Jim Meyering  <jim@meyering.net>
13852
13853         Run the coreutils-specific code only if tests/Makefile.am.in exists.
13854         * build-aux/bootstrap (mam_template): Move definition out of loop.
13855
13856         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
13857
13858         * build-aux/bootstrap (symlink_to_dir): Rename function from
13859         symlink_to_gnulib.  Add a directory parameter.  Update all
13860         callers.
13861         (cp_mark_as_generated): Also check for -- and link to -- files in
13862         gl/.
13863
13864         2007-07-08  Jim Meyering  <jim@meyering.net>
13865
13866         Adapt to deeper hierarchy in gnulib.
13867         * build-aux/bootstrap (symlink_to_dir): If the destination
13868         directory doesn't exist, create it. This is required at least for
13869         "lib/uniwidth/cjk.h".
13870
13871         2007-05-15  Jim Meyering  <jim@meyering.net>
13872
13873         * build-aux/bootstrap: Now that generated Makefile.am files
13874         are no longer under version control, they must be created at
13875         bootstrap time.
13876
13877 2007-08-14  Ben Pfaff  <blp@gnu.org>
13878
13879         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
13880
13881 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13882
13883         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
13884         given the changes below.
13885         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
13886         even on hosts that have padding bits beyond the supported 64.
13887
13888 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13889
13890         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
13891         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
13892         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
13893         depends on it.
13894         (xstrtol_error): Remove.
13895         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
13896         but with a different signature.
13897         (ATTRIBUTE_NORETURN, __attribute__): New macros.
13898         * lib/xstrtol-error.c: Include exitfail.h.
13899         (xstrtol_fatal): New function, with a different signature from the
13900         old xstrtol_error, so that the caller need not worry about passing
13901         in an exit status, or about storage management of the option argument.
13902         (xstrtol_error): Now a static function.  Redo signature to
13903         implement xstrtol_fatal.  Output the correct number of hyphens in
13904         front of the option so that the caller need not worry about
13905         storage management.
13906         (N_): New macro.
13907         (_): Remove; not used now.
13908         * modules/xstrtol: Depend on getopt.
13909         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
13910         of old STRTOL_FATAL_ERROR macro.
13911         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
13912         of test program.
13913         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
13914         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
13915
13916 2007-08-08  Eric Blake  <ebb9@byu.net>
13917
13918         * lib/xstrtol-error.c: Add missing include.
13919
13920         Move xstrtol messages into gnulib domain, when --pobase is used.
13921         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
13922         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
13923         * modules/xstrtol (Files): Distribute new file.
13924         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
13925         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
13926         * tests/test-xstrtol.c: ...into new file.
13927         * tests/test-xstrtoul.c: Also test xstrtoul.
13928         * tests/test-xstrtoimax.c: Also test xstrtoimax.
13929         * tests/test-xstrtoumax.c: Also test xstrtoumax.
13930         * tests/test-xstrtol.sh: Drive the tests.
13931         * tests/test-xstrtoimax.sh: Likewise.
13932         * tests/test-xstrtoumax.sh: Likewise.
13933         * modules/xstrtol-tests: New module.
13934         * modules/xstrtoimax-tests: Likewise.
13935         * modules/xstrtoumax-tests: Likewise.
13936
13937 2007-08-08  Jim Meyering  <jim@meyering.net>
13938
13939         New function: mfile_name_concat.
13940         * lib/filenamecat.c (mfile_name_concat): New function, just like
13941         file_name_concat, but return NULL upon failure rather than exiting
13942         with a diagnostic.
13943         * lib/filenamecat.h: Declare it.
13944
13945 2007-08-07  Bruno Haible  <bruno@clisp.org>
13946
13947         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
13948         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
13949         warning from gcc.
13950         Reported by Eric Blake.
13951
13952 2007-08-07  Simon Josefsson  <simon@josefsson.org>
13953
13954         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
13955         * modules/crypto/arcfour (License): Likewise.
13956         * modules/crypto/des-tests (License): Likewise.
13957         * modules/crypto/gc-arctwo-tests (License): Likewise.
13958         * modules/crypto/gc-des-tests (License): Likewise.
13959         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
13960         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
13961         * modules/crypto/gc-md2-tests (License): Likewise.
13962         * modules/crypto/gc-md4-tests (License): Likewise.
13963         * modules/crypto/gc-md5-tests (License): Likewise.
13964         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
13965         * modules/crypto/gc-rijndael-tests (License): Likewise.
13966         * modules/crypto/gc-sha1-tests (License): Likewise.
13967         * modules/crypto/gc-tests (License): Likewise.
13968         * modules/crypto/hmac-md5 (License): Likewise.
13969         * modules/crypto/hmac-sha1 (License): Likewise.
13970         * modules/crypto/md2-tests (License): Likewise.
13971         * modules/crypto/md4-tests (License): Likewise.
13972         * modules/crypto/md5 (License): Likewise.
13973         * modules/crypto/rijndael (License): Likewise.
13974         * modules/crypto/sha1 (License): Likewise.
13975         * modules/memxor (License): Likewise.
13976
13977 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13978         and Bruno Haible  <bruno@clisp.org>
13979
13980         * NEWS: Describe interface changes to human, xstrtol.
13981         * lib/human.h: Include <xstrtol.h>.
13982         (human_options): Return enum strtol_error, not int.  Remove
13983         bool arg; take int * instead.
13984         * lib/human.c: Don't include "gettext.h".
13985         (_): Remove; no longer used.
13986         Don't include <xstrtol.h>, since human.h does it.
13987         (human_options): Adjust to abovementioned interface changes.
13988         Do not report error to stderr; that's now the caller's
13989         responsibility.
13990         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
13991         interface change.
13992         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
13993         Str, Argument_type_string.  All uses changed.  Put " argument"
13994         in diagnostics to make them clearer.  Change wording of suffix
13995         message for clarity.
13996         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
13997         Argument_type_string.
13998         (STRTOL_FATAL_WARN): Remove; no longer used.
13999         * modules/human (Depends-on): Remove gettext-h.
14000
14001 2007-08-06  Simon Josefsson  <simon@josefsson.org>
14002
14003         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
14004
14005 2007-07-31  Bruno Haible  <bruno@clisp.org>
14006
14007         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
14008         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
14009         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
14010
14011 2007-07-31  Bruno Haible  <bruno@clisp.org>
14012
14013         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
14014         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
14015
14016 2007-07-30  Bruno Haible  <bruno@clisp.org>
14017
14018         * modules/base64 (License): Use the synonymous term "LGPLv2+".
14019         * modules/c-ctype (License): Likewise.
14020         * modules/c-strcase (License): Likewise.
14021         * modules/check-version (License): Likewise.
14022         * modules/iconv (License): Likewise.
14023         * modules/iconv_open (License): Likewise.
14024         * modules/read-file (License): Likewise.
14025         * modules/striconv (License): Likewise.
14026         * modules/strverscmp (License): Likewise.
14027         * modules/vasprintf (License): Likewise.
14028         * modules/crypto/des (License): Likewise.
14029         * modules/crypto/gc (License): Likewise.
14030         * modules/crypto/gc-arcfour (License): Likewise.
14031         * modules/crypto/gc-arctwo (License): Likewise.
14032         * modules/crypto/gc-des (License): Likewise.
14033         * modules/crypto/gc-hmac-md5 (License): Likewise.
14034         * modules/crypto/gc-hmac-sha1 (License): Likewise.
14035         * modules/crypto/gc-md2 (License): Likewise.
14036         * modules/crypto/gc-md4 (License): Likewise.
14037         * modules/crypto/gc-md5 (License): Likewise.
14038         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
14039         * modules/crypto/gc-random (License): Likewise.
14040         * modules/crypto/gc-rijndael (License): Likewise.
14041         * modules/crypto/gc-sha1 (License): Likewise.
14042         * modules/crypto/md2 (License): Likewise.
14043         * modules/crypto/md4 (License): Likewise.
14044
14045 2007-07-30  Jim Meyering  <jim@meyering.net>
14046
14047         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
14048         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
14049         it has valid stat data.  This bug would cause du not to count the
14050         sizes of inaccessible directories.
14051         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
14052         in <http://bugzilla.redhat.com/250077>.
14053
14054 2007-07-25  Peter O'Gorman  <peter@pogma.com>
14055             Bruno Haible  <bruno@clisp.org>
14056
14057         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
14058         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
14059         #include_next, gives a diagnostic about it, but reports no error in
14060         the exit code.
14061         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
14062
14063 2007-07-24  Ben Pfaff  <blp@gnu.org>
14064
14065         Improve name: "count-one-bits" is better than "popcount".
14066         * MODULES.html.sh: Update name.
14067         * lib/popcount.h: Renamed lib/count-one-bits.h.
14068         (popcount): Renamed count_one_bits.
14069         (popcountl): Renamed count_one_bits_l.
14070         (popcountll): Renamed count_one_bits_ll.
14071         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
14072         * modules/popcount: Renamed module/count-one-bits.
14073         * modules/popcount-tests: Renamed module/count-one-bits-tests.
14074         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
14075
14076 2007-07-23  Ben Pfaff  <blp@gnu.org>
14077
14078         * lib/popcount.h (popcount32): Reduce size of constants, to allow
14079         better code generation, and add U to large constants to avoid
14080         warnings, in non-GCC case.
14081         Suggested by Bruno Haible.
14082
14083 2007-07-23  Ben Pfaff  <blp@gnu.org>
14084
14085         * lib/popcount.h: Use verify_true instead of if...abort.
14086         * modules/popcount: Depend on verify module.
14087         Suggested by Jim Meyering.
14088
14089 2007-07-23  Bruno Haible  <bruno@clisp.org>
14090
14091         * gnulib-tool (func_import): Create a .cvsignore file also when the
14092         directory is not yet in CVS but the toplevel directory is. When
14093         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
14094         Reported by Karl Berry.
14095
14096 2007-07-22  Ben Pfaff  <blp@gnu.org>
14097
14098         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
14099         case.
14100         Suggested by Eric Blake.
14101
14102 2007-07-22  Ben Pfaff  <blp@gnu.org>
14103
14104         New module: popcount.
14105         * MODULES.html.sh: Add popcount.
14106         * modules/popcount: New file.
14107         * modules/popcount-tests: New file.
14108         * tests/test-popcount.c: New file.
14109         * lib/popcount.h: New file.
14110         * m4/popcount.m4: New file.
14111
14112 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14113
14114         * build-aux/announce-gen: Update to GPLv3.
14115
14116         * build-aux/config.guess: Update from config.
14117
14118 2007-07-21  Bruno Haible  <bruno@clisp.org>
14119
14120         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
14121         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
14122
14123 2007-07-20  Jim Meyering  <jim@meyering.net>
14124
14125         * check-module: Diagnose a self-dependency.
14126
14127 2007-07-19  Bruno Haible  <bruno@clisp.org>
14128
14129         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
14130         empty.
14131         Reported by Eric Blake.
14132
14133 2007-07-18  Bruno Haible  <bruno@clisp.org>
14134
14135         * gnulib-tool: New options --po-base, --po-domain.
14136         (func_usage): Document them.
14137         (pobase, po_domain): New variables.
14138         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
14139         DEFAULT_TEXT_DOMAIN.
14140         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
14141         (func_import): Consider pobase and po_domain. Create a po/ directory.
14142         (func_create_testdir): Set pobase and po_domain to empty.
14143         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
14144         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
14145
14146 2007-07-18  Bruno Haible  <bruno@clisp.org>
14147
14148         * gnulib-tool (func_get_automake_snippet): Synthesize also an
14149         EXTRA_DIST augmentation for files in build-aux/.
14150
14151 2007-07-16  Bruno Haible  <bruno@clisp.org>
14152
14153         * modules/lseek (License): Use the synonymous term "LGPLv2+".
14154         * modules/getdelim (License): Likewise.
14155
14156 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14157
14158         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
14159         * modules/d-type (License): Likewise.
14160         * modules/extensions (License): Likewise.
14161         * modules/fnmatch (License): Likewise.
14162         * modules/fseeko (License): Likewise.
14163         * modules/getaddrinfo (License): Likewise.
14164         * modules/getline (License): Likewise.
14165         * modules/getlogin_r (License): Likewise.
14166         * modules/getpass (License): Likewise.
14167         * modules/gettimeofday (License): Likewise.
14168         * modules/glob (License): Likewise.
14169         * modules/inet_ntop (License): Likewise.
14170         * modules/malloc (License): Likewise.
14171         * modules/malloca (License): Likewise.
14172         * modules/memmem (License): Likewise.
14173         * modules/mempcpy (License): Likewise.
14174         * modules/memset (License): Likewise.
14175         * modules/minmax (License): Likewise.
14176         * modules/mktime (License): Likewise.
14177         * modules/netinet_in (License): Likewise.
14178         * modules/pathmax (License): Likewise.
14179         * modules/poll (License): Likewise.
14180         * modules/regex (License): Likewise.
14181         * modules/snprintf (License): Likewise.
14182         * modules/stdbool (License): Likewise.
14183         * modules/stdint (License): Likewise.
14184         * modules/stdio (License): Likewise.
14185         * modules/strcase (License): Likewise.
14186         * modules/strcasestr (License): Likewise.
14187         * modules/strdup (License): Likewise.
14188         * modules/string (License): Likewise.
14189         * modules/strndup (License): Likewise.
14190         * modules/strnlen (License): Likewise.
14191         * modules/strpbrk (License): Likewise.
14192         * modules/strptime (License): Likewise.
14193         * modules/strsep (License): Likewise.
14194         * modules/sys_select (License): Likewise.
14195         * modules/sys_socket (License): Likewise.
14196         * modules/sys_stat (License): Likewise.
14197         * modules/sys_time (License): Likewise.
14198         * modules/time (License): Likewise.
14199         * modules/time_r (License): Likewise.
14200         * modules/timegm (License): Likewise.
14201         * modules/unistd (License): Likewise.
14202         * modules/vsnprintf (License): Likewise.
14203         * modules/wctype (License): Likewise.
14204
14205 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14206
14207         * modules/argz (License): LGPLv2+.
14208
14209 2007-07-15  Karl Berry  <karl@gnu.org>
14210
14211         * doc/gnulib.texi: revise node structure per new fdl.texi.
14212
14213 2007-07-14  Bruno Haible  <bruno@clisp.org>
14214
14215         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
14216         the output file.
14217         * lib/uniname/uninames.h: Regenerated.
14218
14219 2007-07-14  Karl Berry  <karl@gnu.org>
14220
14221         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
14222         omitting sectioning and index commands.
14223
14224 2007-07-13  Bruno Haible  <bruno@clisp.org>
14225
14226         New gnulib-tool option --more-symlinks.
14227         * gnulib-tool (func_usage): Document --more-symlinks.
14228         (do_copyrights): New variable.
14229         Recognize option --more-symlinks.
14230         (func_import): Don't add a copyright notice transform to
14231         sed_transform_lib_file if do_copyrights is empty.
14232
14233 2007-07-13  Bruno Haible  <bruno@clisp.org>
14234
14235         * lib/vasnprintf.c (decimal_point_char): Define also if
14236         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
14237         && !NEED_PRINTF_DIRECTIVE_A.
14238         Reported by Clemens Koller <clemens.koller@anagramm.de> via
14239         Gary V. Vaughan <gary@gnu.org>.
14240
14241 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
14242
14243         * lib/inttypes_.h: Undo previous change, since it was fixed
14244         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
14245
14246 2007-07-13  Bruno Haible  <bruno@clisp.org>
14247
14248         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
14249         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
14250
14251 2007-07-13  Jim Meyering  <jim@meyering.net>
14252
14253         df: Don't fail for Tru64's "file-on-file mount".
14254         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
14255         so we fall through and use statfs instead.  Details here:
14256         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
14257         Reported by Albert Chin.
14258
14259 2007-07-13  Bruno Haible  <bruno@clisp.org>
14260
14261         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
14262         * modules/configmake (License): Likewise.
14263         * modules/gettext (License): Likewise.
14264         * modules/gettext-h (License): Likewise.
14265         * modules/include_next (License): Likewise.
14266         * modules/link-warning (License): Likewise.
14267         * modules/localcharset (License): Likewise.
14268         * modules/localename (License): Likewise.
14269         * modules/lock (License): Likewise.
14270         * modules/relocatable-lib-lgpl (License): Likewise.
14271         * modules/size_max (License): Likewise.
14272         * modules/vasnprintf (License): Likewise.
14273         * modules/wchar (License): Likewise.
14274         * modules/xsize (License): Likewise.
14275
14276 2007-07-13  Bruno Haible  <bruno@clisp.org>
14277
14278         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
14279         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
14280
14281 2007-07-12  Bruno Haible  <bruno@clisp.org>
14282
14283         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
14284         in the modules files.
14285
14286 2007-07-11  Karl Berry  <karl@gnu.org>
14287
14288         * MODULES.html.sh (func_module): use
14289          sed -e '\|^'"${includefile}"'$|d'
14290          instead of /.../d, to avoid errors on $includefile's containing /.
14291
14292 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
14293
14294         * gnulib-tool (func_import): Avoid duplication of --avoid
14295         statements
14296         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
14297         names to `_' in variable names.
14298
14299 2007-07-10  Eric Blake  <ebb9@byu.net>
14300
14301         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
14302         * NEWS: Document this change.
14303
14304 2007-07-08  Bruno Haible  <bruno@clisp.org>
14305
14306         Update to Unicode 5.0.
14307         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
14308         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
14309         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
14310         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
14311         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
14312         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
14313         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
14314         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
14315         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
14316         U+10A3F, U+1D242..U+1D244.
14317         (nonspacing_table_ind): Update.
14318         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
14319         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
14320
14321 2007-07-08  Bruno Haible  <bruno@clisp.org>
14322
14323         Update to Unicode 5.0.
14324         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
14325         code transform. Extend the name index field of unicode_name_to_code and
14326         unicode_code_to_name from 16 to 24 bits.
14327         * lib/uniname/uniname.c (unicode_character_name,
14328         unicode_name_character): Add the range 0x12xxx to the code transform.
14329         * lib/uniname/uninames.h: Regenerated.
14330         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
14331
14332 2007-07-07  Bruno Haible  <bruno@clisp.org>
14333
14334         * modules/wcwidth-tests: New file.
14335         * tests/test-wcwidth.c: New file.
14336
14337         Work around MacOS X wcwidth() bug.
14338         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
14339         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
14340         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
14341         original wcwidth in non-UTF-8 locales.
14342         * modules/wcwidth (Depends-on): Add localcharset, streq,
14343         uniwidth/width.
14344         * doc/functions/wcwidth.texi: Update.
14345
14346 2007-07-07  Bruno Haible  <bruno@clisp.org>
14347
14348         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
14349         (wcwidth): New declaration.
14350         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
14351         macros.
14352         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
14353         here. Prepare for creating <wchar.h> unconditionally.
14354         * modules/wchar (Depends-on): Add link-warning.
14355         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
14356         REPLACE_WCWIDTH, and GL_LINK_WARNING.
14357         * lib/wcwidth.h: Remove file.
14358         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
14359         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
14360         * modules/wcwidth (Files): Remove lib/wcwidth.h.
14361         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
14362         (Include): Replace wcwidth.h with <wchar.h>.
14363         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
14364         * lib/mbchar.h: Don't include wcwidth.h.
14365         * lib/mbswidth.c: Likewise.
14366         * NEWS: Mention the change.
14367
14368 2007-07-07  Bruno Haible  <bruno@clisp.org>
14369
14370         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
14371         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
14372         definition with an external declaration.
14373         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
14374         defined as a function. Remove AC_C_INLINE requirement.
14375         * modules/wcwidth (Files): Add lib/wcwidth.c.
14376         (Makefile.am): Remove redundant statement.
14377
14378 2007-07-07  Bruno Haible  <bruno@clisp.org>
14379
14380         * MODULES.html.sh (Unicode string functions): Add the new modules.
14381
14382         * tests/uniwidth/test-u32-strwidth.c: New file.
14383         * modules/uniwidth/u32-strwidth-tests: New file.
14384
14385         * lib/uniwidth/u32-strwidth.c: New file.
14386         * modules/uniwidth/u32-strwidth: New file.
14387
14388         * tests/uniwidth/test-u16-strwidth.c: New file.
14389         * modules/uniwidth/u16-strwidth-tests: New file.
14390
14391         * lib/uniwidth/u16-strwidth.c: New file.
14392         * modules/uniwidth/u16-strwidth: New file.
14393
14394         * tests/uniwidth/test-u8-strwidth.c: New file.
14395         * modules/uniwidth/u8-strwidth-tests: New file.
14396
14397         * lib/uniwidth/u8-strwidth.c: New file.
14398         * modules/uniwidth/u8-strwidth: New file.
14399
14400         * tests/uniwidth/test-u32-width.c: New file.
14401         * modules/uniwidth/u32-width-tests: New file.
14402
14403         * lib/uniwidth/u32-width.c: New file.
14404         * modules/uniwidth/u32-width: New file.
14405
14406         * tests/uniwidth/test-u16-width.c: New file.
14407         * modules/uniwidth/u16-width-tests: New file.
14408
14409         * lib/uniwidth/u16-width.c: New file.
14410         * modules/uniwidth/u16-width: New file.
14411
14412         * tests/uniwidth/test-u8-width.c: New file.
14413         * modules/uniwidth/u8-width-tests: New file.
14414
14415         * lib/uniwidth/u8-width.c: New file.
14416         * modules/uniwidth/u8-width: New file.
14417
14418         * tests/uniwidth/test-uc_width.c: New file.
14419         * modules/uniwidth/width-tests: New file.
14420
14421         * lib/uniwidth/width.c: New file, from GNU libiconv.
14422         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
14423         * modules/uniwidth/width: New file.
14424
14425         * lib/uniwidth.h: New file, from GNU libiconv.
14426         * modules/uniwidth/base: New file.
14427
14428 2007-07-07  Bruno Haible  <bruno@clisp.org>
14429
14430         * lib/uniname.h: New file, from GNU gettext.
14431         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
14432         * lib/uniname/uninames.h: New file, from GNU gettext.
14433         * lib/uniname/uniname.c: New file, from GNU gettext.
14434         * tests/uniname/test-uninames.sh: New file.
14435         * tests/uniname/test-uninames.c: New file, from GNU gettext.
14436         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
14437         * modules/uniname/base: New file.
14438         * modules/uniname/uniname: New file.
14439         * modules/uniname/uniname-tests: New file.
14440         * MODULES.html.sh (Unicode string functions): Add the new modules.
14441
14442 2007-07-06  Bruno Haible  <bruno@clisp.org>
14443
14444         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
14445
14446 2007-07-06  Bruno Haible  <bruno@clisp.org>
14447
14448         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
14449         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
14450         includes <cygwin/sys_time.h> which includes <sys/select.h> which
14451         include <sys/time.h>.
14452         Reported by Eric Blake.
14453
14454 2007-07-06  Eric Blake  <ebb9@byu.net>
14455
14456         Fix testing canonicalize on cygwin.
14457         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
14458         Revert patch from 2007-06-19.
14459         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
14460         canonicalize module is also in use.
14461         * tests/test-canonicalize.c: New file.
14462         * tests/test-canonicalize.sh: Likewise.
14463         * modules/canonicalize-tests: Likewise.
14464
14465 2007-07-06  Jim Meyering  <jim@meyering.net>
14466
14467         * lib/getugroups.c (getugroups): Detect getgrent failure.
14468         Adjust comment to reflect reality: this function may return -1.
14469
14470 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
14471
14472         * build-aux/bootstrap (TP_URL,get_translations): Update to use
14473         the new TP address.
14474         (usage): Fix typo
14475         (gnulib_mk): New variable.
14476
14477 2007-07-05  Jim Meyering  <jim@meyering.net>
14478
14479         Don't let endgrent clobber errno, no matter how improbable.
14480         * lib/getugroups.c (getugroups): Save and restore errno around
14481         endgrent call.
14482
14483         Close the group DB even when failing with 2^31 or more members.
14484         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
14485
14486 2007-07-04  Jim Meyering  <jim@meyering.net>
14487
14488         * lib/getugroups.h: New file.
14489         * lib/getugroups.c: Include "getugroups.h".
14490         Remove uses of "register" keyword.
14491         Move local variable, "cp", down into scope where used.
14492         Give "username" parameter the "const" attribute.
14493         * modules/getugroups (Files): Add lib/getugroups.h
14494
14495 2007-07-04  Karl Berry  <karl@gnu.org>
14496
14497         * MODULES.html.sh (func_all_modules): Complete rename of
14498         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
14499
14500 2007-07-02  Bruno Haible  <bruno@clisp.org>
14501
14502         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
14503         mode, when inttypes.h comes from gnulib.
14504         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
14505
14506 2007-07-02  Simon Josefsson  <simon@josefsson.org>
14507
14508         * NEWS: Mention lgpl module name change.
14509
14510         * modules/lgpl-2.1: Renamed from lgpl.
14511
14512         * NEWS: Mention gpl module name change.
14513
14514         * modules/gpl-3.0: New file, based on gpl-2.0.
14515
14516         * modules/gpl-2.0: Renamed from gpl.
14517
14518         * modules/gpl: Fix filename, doc/gpl.texi is now found at
14519         doc/gpl-2.0.texi.
14520
14521 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14522
14523         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
14524         #define __STDC_LIMIT_MACROS temporarily while including
14525         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
14526         Problem reported by Joel E. Denny in
14527         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
14528
14529 2007-07-01  Bruno Haible  <bruno@clisp.org>
14530
14531         * lib/unistdio.h: New file.
14532         * lib/unistdio/u-asnprintf.h: New file.
14533         * lib/unistdio/u-asprintf.h: New file.
14534         * lib/unistdio/u-printf-args.c: New file.
14535         * lib/unistdio/u-printf-args.h: New file.
14536         * lib/unistdio/u-printf-parse.h: New file.
14537         * lib/unistdio/u-snprintf.h: New file.
14538         * lib/unistdio/u-sprintf.h: New file.
14539         * lib/unistdio/u-vasprintf.h: New file.
14540         * lib/unistdio/u-vsnprintf.h: New file.
14541         * lib/unistdio/u-vsprintf.h: New file.
14542         * lib/unistdio/ulc-asnprintf.c: New file.
14543         * lib/unistdio/ulc-asprintf.c: New file.
14544         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
14545         * lib/unistdio/ulc-printf-parse.c: New file.
14546         * lib/unistdio/ulc-snprintf.c: New file.
14547         * lib/unistdio/ulc-sprintf.c: New file.
14548         * lib/unistdio/ulc-vasnprintf.c: New file.
14549         * lib/unistdio/ulc-vasprintf.c: New file.
14550         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
14551         * lib/unistdio/ulc-vsnprintf.c: New file.
14552         * lib/unistdio/ulc-vsprintf.c: New file.
14553         * lib/unistdio/u8-asnprintf.c: New file.
14554         * lib/unistdio/u8-asprintf.c: New file.
14555         * lib/unistdio/u8-printf-parse.c: New file.
14556         * lib/unistdio/u8-snprintf.c: New file.
14557         * lib/unistdio/u8-sprintf.c: New file.
14558         * lib/unistdio/u8-vasnprintf.c: New file.
14559         * lib/unistdio/u8-vasprintf.c: New file.
14560         * lib/unistdio/u8-vsnprintf.c: New file.
14561         * lib/unistdio/u8-vsprintf.c: New file.
14562         * lib/unistdio/u8-u8-asnprintf.c: New file.
14563         * lib/unistdio/u8-u8-asprintf.c: New file.
14564         * lib/unistdio/u8-u8-snprintf.c: New file.
14565         * lib/unistdio/u8-u8-sprintf.c: New file.
14566         * lib/unistdio/u8-u8-vasnprintf.c: New file.
14567         * lib/unistdio/u8-u8-vasprintf.c: New file.
14568         * lib/unistdio/u8-u8-vsnprintf.c: New file.
14569         * lib/unistdio/u8-u8-vsprintf.c: New file.
14570         * lib/unistdio/u16-asnprintf.c: New file.
14571         * lib/unistdio/u16-asprintf.c: New file.
14572         * lib/unistdio/u16-printf-parse.c: New file.
14573         * lib/unistdio/u16-snprintf.c: New file.
14574         * lib/unistdio/u16-sprintf.c: New file.
14575         * lib/unistdio/u16-vasnprintf.c: New file.
14576         * lib/unistdio/u16-vasprintf.c: New file.
14577         * lib/unistdio/u16-vsnprintf.c: New file.
14578         * lib/unistdio/u16-vsprintf.c: New file.
14579         * lib/unistdio/u16-u16-asnprintf.c: New file.
14580         * lib/unistdio/u16-u16-asprintf.c: New file.
14581         * lib/unistdio/u16-u16-snprintf.c: New file.
14582         * lib/unistdio/u16-u16-sprintf.c: New file.
14583         * lib/unistdio/u16-u16-vasnprintf.c: New file.
14584         * lib/unistdio/u16-u16-vasprintf.c: New file.
14585         * lib/unistdio/u16-u16-vsnprintf.c: New file.
14586         * lib/unistdio/u16-u16-vsprintf.c: New file.
14587         * lib/unistdio/u32-asnprintf.c: New file.
14588         * lib/unistdio/u32-asprintf.c: New file.
14589         * lib/unistdio/u32-printf-parse.c: New file.
14590         * lib/unistdio/u32-snprintf.c: New file.
14591         * lib/unistdio/u32-sprintf.c: New file.
14592         * lib/unistdio/u32-vasnprintf.c: New file.
14593         * lib/unistdio/u32-vasprintf.c: New file.
14594         * lib/unistdio/u32-vsnprintf.c: New file.
14595         * lib/unistdio/u32-vsprintf.c: New file.
14596         * lib/unistdio/u32-u32-asnprintf.c: New file.
14597         * lib/unistdio/u32-u32-asprintf.c: New file.
14598         * lib/unistdio/u32-u32-snprintf.c: New file.
14599         * lib/unistdio/u32-u32-sprintf.c: New file.
14600         * lib/unistdio/u32-u32-vasnprintf.c: New file.
14601         * lib/unistdio/u32-u32-vasprintf.c: New file.
14602         * lib/unistdio/u32-u32-vsnprintf.c: New file.
14603         * lib/unistdio/u32-u32-vsprintf.c: New file.
14604         * tests/unistdio/test-ulc-asnprintf1.c: New file.
14605         * tests/unistdio/test-ulc-asnprintf1.h: New file.
14606         * tests/unistdio/test-ulc-printf1.h: New file.
14607         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
14608         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
14609         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
14610         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
14611         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
14612         * tests/unistdio/test-ulc-vasprintf1.c: New file.
14613         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
14614         * tests/unistdio/test-ulc-vsprintf1.c: New file.
14615         * tests/unistdio/test-u8-asnprintf1.c: New file.
14616         * tests/unistdio/test-u8-asnprintf1.h: New file.
14617         * tests/unistdio/test-u8-printf1.h: New file.
14618         * tests/unistdio/test-u8-vasnprintf1.c: New file.
14619         * tests/unistdio/test-u8-vasnprintf2.c: New file.
14620         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
14621         * tests/unistdio/test-u8-vasnprintf3.c: New file.
14622         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
14623         * tests/unistdio/test-u8-vasprintf1.c: New file.
14624         * tests/unistdio/test-u8-vsnprintf1.c: New file.
14625         * tests/unistdio/test-u8-vsprintf1.c: New file.
14626         * tests/unistdio/test-u16-asnprintf1.c: New file.
14627         * tests/unistdio/test-u16-asnprintf1.h: New file.
14628         * tests/unistdio/test-u16-printf1.h: New file.
14629         * tests/unistdio/test-u16-vasnprintf1.c: New file.
14630         * tests/unistdio/test-u16-vasnprintf2.c: New file.
14631         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
14632         * tests/unistdio/test-u16-vasnprintf3.c: New file.
14633         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
14634         * tests/unistdio/test-u16-vasprintf1.c: New file.
14635         * tests/unistdio/test-u16-vsnprintf1.c: New file.
14636         * tests/unistdio/test-u16-vsprintf1.c: New file.
14637         * tests/unistdio/test-u32-asnprintf1.c: New file.
14638         * tests/unistdio/test-u32-asnprintf1.h: New file.
14639         * tests/unistdio/test-u32-printf1.h: New file.
14640         * tests/unistdio/test-u32-vasnprintf1.c: New file.
14641         * tests/unistdio/test-u32-vasnprintf2.c: New file.
14642         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
14643         * tests/unistdio/test-u32-vasnprintf3.c: New file.
14644         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
14645         * tests/unistdio/test-u32-vasprintf1.c: New file.
14646         * tests/unistdio/test-u32-vsnprintf1.c: New file.
14647         * tests/unistdio/test-u32-vsprintf1.c: New file.
14648         * modules/unistdio/base: New file.
14649         * modules/unistdio/u-printf-args: New file.
14650         * modules/unistdio/ulc-asnprintf: New file.
14651         * modules/unistdio/ulc-asprintf: New file.
14652         * modules/unistdio/ulc-fprintf: New file.
14653         * modules/unistdio/ulc-printf-parse: New file.
14654         * modules/unistdio/ulc-snprintf: New file.
14655         * modules/unistdio/ulc-sprintf: New file.
14656         * modules/unistdio/ulc-vasnprintf: New file.
14657         * modules/unistdio/ulc-vasprintf: New file.
14658         * modules/unistdio/ulc-vfprintf: New file.
14659         * modules/unistdio/ulc-vsnprintf: New file.
14660         * modules/unistdio/ulc-vsprintf: New file.
14661         * modules/unistdio/u8-asnprintf: New file.
14662         * modules/unistdio/u8-asprintf: New file.
14663         * modules/unistdio/u8-printf-parse: New file.
14664         * modules/unistdio/u8-snprintf: New file.
14665         * modules/unistdio/u8-sprintf: New file.
14666         * modules/unistdio/u8-vasnprintf: New file.
14667         * modules/unistdio/u8-vasprintf: New file.
14668         * modules/unistdio/u8-vsnprintf: New file.
14669         * modules/unistdio/u8-vsprintf: New file.
14670         * modules/unistdio/u8-u8-asnprintf: New file.
14671         * modules/unistdio/u8-u8-asprintf: New file.
14672         * modules/unistdio/u8-u8-snprintf: New file.
14673         * modules/unistdio/u8-u8-sprintf: New file.
14674         * modules/unistdio/u8-u8-vasnprintf: New file.
14675         * modules/unistdio/u8-u8-vasprintf: New file.
14676         * modules/unistdio/u8-u8-vsnprintf: New file.
14677         * modules/unistdio/u8-u8-vsprintf: New file.
14678         * modules/unistdio/u16-asnprintf: New file.
14679         * modules/unistdio/u16-asprintf: New file.
14680         * modules/unistdio/u16-printf-parse: New file.
14681         * modules/unistdio/u16-snprintf: New file.
14682         * modules/unistdio/u16-sprintf: New file.
14683         * modules/unistdio/u16-vasnprintf: New file.
14684         * modules/unistdio/u16-vasprintf: New file.
14685         * modules/unistdio/u16-vsnprintf: New file.
14686         * modules/unistdio/u16-vsprintf: New file.
14687         * modules/unistdio/u16-u16-asnprintf: New file.
14688         * modules/unistdio/u16-u16-asprintf: New file.
14689         * modules/unistdio/u16-u16-snprintf: New file.
14690         * modules/unistdio/u16-u16-sprintf: New file.
14691         * modules/unistdio/u16-u16-vasnprintf: New file.
14692         * modules/unistdio/u16-u16-vasprintf: New file.
14693         * modules/unistdio/u16-u16-vsnprintf: New file.
14694         * modules/unistdio/u16-u16-vsprintf: New file.
14695         * modules/unistdio/u32-asnprintf: New file.
14696         * modules/unistdio/u32-asprintf: New file.
14697         * modules/unistdio/u32-printf-parse: New file.
14698         * modules/unistdio/u32-snprintf: New file.
14699         * modules/unistdio/u32-sprintf: New file.
14700         * modules/unistdio/u32-vasnprintf: New file.
14701         * modules/unistdio/u32-vasprintf: New file.
14702         * modules/unistdio/u32-vsnprintf: New file.
14703         * modules/unistdio/u32-vsprintf: New file.
14704         * modules/unistdio/u32-u32-asnprintf: New file.
14705         * modules/unistdio/u32-u32-asprintf: New file.
14706         * modules/unistdio/u32-u32-snprintf: New file.
14707         * modules/unistdio/u32-u32-sprintf: New file.
14708         * modules/unistdio/u32-u32-vasnprintf: New file.
14709         * modules/unistdio/u32-u32-vasprintf: New file.
14710         * modules/unistdio/u32-u32-vsnprintf: New file.
14711         * modules/unistdio/u32-u32-vsprintf: New file.
14712         * modules/unistdio/ulc-asnprintf-tests: New file.
14713         * modules/unistdio/ulc-vasnprintf-tests: New file.
14714         * modules/unistdio/ulc-vasprintf-tests: New file.
14715         * modules/unistdio/ulc-vsnprintf-tests: New file.
14716         * modules/unistdio/ulc-vsprintf-tests: New file.
14717         * modules/unistdio/u8-asnprintf-tests: New file.
14718         * modules/unistdio/u8-vasnprintf-tests: New file.
14719         * modules/unistdio/u8-vasprintf-tests: New file.
14720         * modules/unistdio/u8-vsnprintf-tests: New file.
14721         * modules/unistdio/u8-vsprintf-tests: New file.
14722         * modules/unistdio/u16-asnprintf-tests: New file.
14723         * modules/unistdio/u16-vasnprintf-tests: New file.
14724         * modules/unistdio/u16-vasprintf-tests: New file.
14725         * modules/unistdio/u16-vsnprintf-tests: New file.
14726         * modules/unistdio/u16-vsprintf-tests: New file.
14727         * modules/unistdio/u32-asnprintf-tests: New file.
14728         * modules/unistdio/u32-vasnprintf-tests: New file.
14729         * modules/unistdio/u32-vasprintf-tests: New file.
14730         * modules/unistdio/u32-vsnprintf-tests: New file.
14731         * modules/unistdio/u32-vsprintf-tests: New file.
14732         * MODULES.html.sh (Unicode string functions): Add the new modules.
14733
14734 2007-07-01  Bruno Haible  <bruno@clisp.org>
14735
14736         * lib/sprintf.c (sprintf): Limit the available length estimation,
14737         to avoid address wraparound.
14738         * lib/vsprintf.c (vsprintf): Likewise.
14739         * modules/sprintf-posix (Dependencies): Add stdint.
14740         * modules/vsprintf-posix (Dependencies): Likewise.
14741
14742 2007-07-01  Bruno Haible  <bruno@clisp.org>
14743
14744         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
14745         Windows PATH as well. Conservative double-quoting. Comments.
14746
14747 2007-07-01  Bruno Haible  <bruno@clisp.org>
14748             Eric Blake  <ebb9@byu.net>
14749             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14750
14751         * gnulib-tool (self_abspathname): Fix algorithm to cope with
14752         empty components in $PATH, denoting '.'.
14753
14754 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14755
14756         * gnulib-tool: Fix indentation.
14757         (func_create_megatestdir): Likewise.
14758         Report by Bruno Haible.
14759
14760 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14761
14762         Sync from Automake.
14763         * build-aux/gnupload: Fix shell portability issues with for loops.
14764         Report by Karl Berry.
14765
14766 2007-06-29  Simon Josefsson  <simon@josefsson.org>
14767
14768         * build-aux/maint.mk (POURL): Use translationproject.org.
14769
14770 2007-06-27  Simon Josefsson  <simon@josefsson.org>
14771             Bruno Haible  <bruno@clisp.org>
14772
14773         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
14774         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
14775         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
14776         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
14777         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
14778
14779 2007-06-27  Bruno Haible  <bruno@clisp.org>
14780
14781         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
14782         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
14783
14784 2007-06-26  Karl Berry  <karl@gnu.org>
14785
14786         * MODULES.html.sh: remove xreadlink-with-size.
14787
14788 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14789
14790         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
14791         method that I hope also handles the double-include problem noted
14792         by Bruno Haible in
14793         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
14794
14795 2007-06-23  Bruno Haible  <bruno@clisp.org>
14796
14797         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14798         Don't let the 'mostlyclean' target fail if the last subdirectory could
14799         not be removed.
14800         Reported by Karl Berry.
14801
14802 2007-06-23  Bruno Haible  <bruno@clisp.org>
14803
14804         * gnulib-tool (echo): Add a speedier workaround for ksh.
14805         * tests/test-echo.sh: Likewise.
14806
14807 2007-06-23  Bruno Haible  <bruno@clisp.org>
14808
14809         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
14810         * tests/test-echo.sh: Likewise.
14811
14812 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14813
14814         * gnulib-tool (IFS): Initialize early, so we don't set it to
14815         empty later.
14816         (self_abspathname): Rewrite algorithm to set it, reindent.
14817         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
14818         (func_create_megatestdir): Merge some sed scripts.
14819
14820 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14821
14822         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
14823         exposed by Sun Studio 11 cc on Solaris 8.
14824
14825 2007-06-22  Bruno Haible  <bruno@clisp.org>
14826
14827         * gnulib-tool (echo): Ensure the echo primitive does not interpret
14828         backslashes.
14829         * tests/test-echo.sh: New file.
14830
14831 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14832
14833         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
14834         simplify `sed_replace_build_aux' scripts, they are portable but
14835         echoing them with `echo' is not.
14836         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
14837
14838 2007-06-21  Karl Berry  <karl@gnu.org>
14839
14840         * config/srclist.txt: guess we can't handle the licenses via
14841         srclist at the moment.
14842
14843 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14844
14845         * MODULES.html.sh: Add include_next.
14846         * modules/include_next: New file.
14847
14848 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14849
14850         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
14851         INCLUDE_NEXT.
14852         (gl_CHECK_NEXT_HEADERS): New macro.
14853         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
14854         the obsolescent gl_ABSOLUTE_HEADER.
14855         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
14856         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
14857         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
14858         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
14859         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
14860         * m4/math_h.m4 (gl_MATH_H): Likewise.
14861         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
14862         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
14863         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
14864         * m4/stdint.m4 (gl_STDINT_H): Likewise.
14865         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
14866         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
14867         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
14868         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
14869         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
14870         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
14871         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
14872         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
14873         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
14874         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
14875         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
14876         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
14877         * m4/inttypes.m4 (gl_INTTYPES_H): Define
14878         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
14879         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
14880         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
14881         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
14882         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
14883         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
14884         * lib/float_.h: Likewise.
14885         * lib/inttypes_.h: Likewise.
14886         * lib/math_.h: Likewise.
14887         * lib/search_.h: Likewise.
14888         * lib/signal_.h: Likewise.
14889         * lib/stdint_.h: Likewise.
14890         * lib/stdio_.h: Likewise.
14891         * lib/stdlib_.h: Likewise.
14892         * lib/string_.h: Likewise.
14893         * lib/sys_stat_.h: Likewise.
14894         * lib/sys_time_.h: Likewise.
14895         * lib/time_.h: Likewise.
14896         * lib/unistd_.h: Likewise.
14897         * lib/wchar_.h: Likewise.
14898         * lib/wctype_.h: Likewise.
14899         * lib/dirent_.h: Likewise.
14900         * lib/iconv_.h: Likewise.
14901         * lib/locale_.h: Likewise.
14902         * lib/netinet_in_.h: Likewise.
14903         * lib/sys_select_.h: Likewise.
14904         * lib/sys_socket_.h: Likewise.
14905         * lib/sysexits_.h: Likewise.
14906         * modules/fcntl (Depends-on): Depend on include_next, not
14907         absolute_header.
14908         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
14909         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
14910         * modules/fchdir: Likewise.
14911         * modules/float: Likewise.
14912         * modules/iconv_open: Likewise.
14913         * modules/inttypes: Likewise.
14914         * modules/locale: Likewise.
14915         * modules/math: Likewise.
14916         * modules/netinet_in: Likewise.
14917         * modules/search: Likewise.
14918         * modules/signal: Likewise.
14919         * modules/stdint: Likewise.
14920         * modules/stdio: Likewise.
14921         * modules/stdlib: Likewise.
14922         * modules/string: Likewise.
14923         * modules/sys_select: Likewise.
14924         * modules/sys_socket: Likewise.
14925         * modules/sys_stat: Likewise.
14926         * modules/sys_time: Likewise.
14927         * modules/sysexits: Likewise.
14928         * modules/time: Likewise.
14929         * modules/unistd: Likewise.
14930         * modules/wchar: Likewise.
14931         * modules/wctype: Likewise.
14932         * modules/sys_stat: Change maintainer to "all".
14933         * modules/unistd: Likewise.
14934
14935 2007-06-20  Karl Berry  <karl@gnu.org>
14936
14937         * config/srclist.txt: track www changes in license files.
14938
14939 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
14940
14941         * build-aux/bootstrap: Remove stray dot.
14942         Make sure build_aux settings are honored when linking
14943         gnulib_extra_files.
14944
14945 2007-06-19  Eric Blake  <ebb9@byu.net>
14946
14947         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
14948         Allow compilation on cygwin.
14949
14950 2007-06-19  Jim Meyering  <jim@meyering.net>
14951
14952         xreadlink-with-size: Remove module.  No longer used.
14953         Ex-callers now use xreadlink or mreadlink-with-size.
14954         * modules/xreadlink-with-size: Remove module.
14955         * lib/xreadlink-with-size.c: Remove file.
14956         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
14957         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
14958         just before the function definition *is* accurate.
14959
14960         Eliminate one way canonicalize_filename_mode could exit.
14961         * lib/canonicalize.c (canonicalize_filename_mode):
14962         Use mreadlink_with_size, not xreadlink_with_size.
14963
14964 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
14965
14966         Detect porting problems to FreeBSD/arm, which has time_t wider than
14967         long int.  Original problem reported for GNU diff by Xin Li in
14968         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
14969         * modules/getdate (Depends-on): Add intprops, verify.
14970         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
14971         is an integer type no wider than long int.
14972
14973 2007-06-18  Jim Meyering  <jim@meyering.net>
14974
14975         New module: mreadlink-with-size.
14976         * MODULES.html.sh: Add mreadlink-with-size.
14977         * modules/mreadlink-with-size: New module
14978         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
14979         not xreadlink-with-size.
14980         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
14981
14982 2007-06-16  Bruno Haible  <bruno@clisp.org>
14983
14984         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
14985         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
14986         Reported by Gary V. Vaughan <gary@gnu.org>.
14987
14988 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
14989
14990         Revamp lchown so that it lives in unistd.h where it belongs.
14991         * lib/lchown.h: Remove.
14992         * lib/dirchownmod.c: Don't include lib/lchown.h.
14993         * lib/fchownat.c: Likewise.
14994         * lib/openat.c: Likewise.
14995         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
14996         does not follow symlinks.
14997         (EOPNOTSUPP): Define if not defined.
14998         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
14999         is defined to 0.
15000         (lchown): New decl.
15001         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
15002         Do not check for lchown decl.
15003         Set REPLACE_LCHOWN.
15004         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
15005         REPLACE_LCHOWN.
15006         * modules/chown: Make it clear it follows symlinks.
15007         * modules/lchown: Make it clear it doesn't follow symlinks.
15008         (Files): Remove lib/lchown.h
15009         (Depends-on): Add unistd.
15010         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
15011         (Include): Include <unistd.h>, not "lchown.h".
15012         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
15013         REPLACE_LCHOWN.
15014
15015 2007-06-15  Jim Meyering  <jim@meyering.net>
15016
15017         Change license (GPL to LGPL) of fsusage and dependents.
15018         * modules/fsusage (License): Change to LGPL.
15019         * modules/full-read (License): Likewise.
15020         * modules/full-write (License): Likewise.
15021         * modules/safe-read (License): Likewise.
15022         * modules/safe-write (License): Likewise.
15023
15024 2007-06-14  Ben Pfaff  <blp@gnu.org>
15025
15026         Missing part of allocsa -> malloca transition.
15027         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
15028         gl_MALLOCA.
15029
15030 2007-06-12  Bruno Haible  <bruno@clisp.org>
15031
15032         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
15033         to ia64, x86_64, i386.
15034         Reported by Eric Blake.
15035
15036 2007-06-12  Bruno Haible  <bruno@clisp.org>
15037
15038         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
15039         cross-compiling to x86_64.
15040
15041 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
15042
15043         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
15044         glitch reported by Ralf Wildenhues in
15045         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
15046
15047         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
15048         Vin Shelton.
15049
15050 2007-06-11  Bruno Haible  <bruno@clisp.org>
15051
15052         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
15053         replacement string.
15054         Reported by Eric Blake.
15055
15056 2007-06-10  Bruno Haible  <bruno@clisp.org>
15057
15058         Prepare vasnprintf code for use with Unicode strings.
15059         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
15060         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
15061         TYPE_U32_STRING.
15062         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
15063         a_u32_string variants.
15064         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
15065         * lib/printf-args.c: Don't include config.h and the specification
15066         header if PRINTF_FETCHARGS is already defined.
15067         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
15068         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
15069         TYPE_U16_STRING, TYPE_U32_STRING.
15070         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
15071         u16_directive, u16_directives, u32_directive, u32_directives): New
15072         types.
15073         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
15074         New declarations.
15075         * lib/printf-parse.c: Don't include config.h and the specification
15076         header if PRINTF_PARSE is already defined. Eliminate the set of
15077         parameters for WIDE_CHAR_VERSION; the user of this file must provide
15078         them now. Include c-ctype.h.
15079         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
15080         directive and CHAR_T_ONLY_ASCII.
15081         * lib/vasnprintf.c: Don't include config.h and the specification header
15082         if VASNPRINTF is already defined.
15083         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
15084         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
15085         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
15086         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
15087         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
15088         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
15089         code accordingly.
15090         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
15091         pad_ourselves also in this case, with the 'c' and 's' directives, and
15092         with a different notion of "width".
15093         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
15094
15095 2007-06-10  Bruno Haible  <bruno@clisp.org>
15096
15097         * modules/unistr/u32-mbsnlen: New file.
15098         * lib/unistr/u32-mbsnlen.c: New file.
15099
15100         * modules/unistr/u16-mbsnlen: New file.
15101         * lib/unistr/u16-mbsnlen.c: New file.
15102
15103         * modules/unistr/u8-mbsnlen: New file.
15104         * lib/unistr/u8-mbsnlen.c: New file.
15105
15106         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
15107         declarations.
15108
15109 2007-06-10  Bruno Haible  <bruno@clisp.org>
15110
15111         * lib/string_.h (mbsnlen): New declaration.
15112         * lib/mbsnlen.c: New file.
15113         * m4/mbsnlen.m4: New file.
15114         * modules/mbsnlen: New file.
15115         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
15116         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
15117         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
15118
15119 2007-06-10  Bruno Haible  <bruno@clisp.org>
15120
15121         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
15122
15123 2007-06-10  Bruno Haible  <bruno@clisp.org>
15124
15125         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
15126         * lib/mbuiter.h: Likewise.
15127
15128 2007-06-10  Bruno Haible  <bruno@clisp.org>
15129
15130         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
15131         declaration.
15132
15133 2007-06-10  Karl Berry  <karl@gnu.org>
15134
15135         * config/srclist.txt: remove gettext entries, Bruno prefers
15136         to update individually.
15137
15138 2007-06-10  Bruno Haible  <bruno@clisp.org>
15139
15140         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
15141         'maxlen'. Ensure only length + width bytes are allocated, not
15142         length + 1 + width.
15143
15144 2007-06-09  Bruno Haible  <bruno@clisp.org>
15145
15146         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
15147         (CHAR_T): Remove macro.
15148         (VASNPRINTF): Update.
15149
15150 2007-06-09  Bruno Haible  <bruno@clisp.org>
15151
15152         * MODULES.html.sh (Unicode string functions): Add the new modules.
15153
15154         * modules/uniconv/u32-conv-to-enc: New file.
15155         * lib/uniconv/u32-conv-to-enc.c: New file.
15156         * modules/uniconv/u32-conv-to-enc-tests: New file.
15157         * tests/uniconv/test-u32-conv-to-enc.c: New file.
15158
15159         * modules/uniconv/u16-conv-to-enc: New file.
15160         * lib/uniconv/u16-conv-to-enc.c: New file.
15161         * lib/uniconv/u-conv-to-enc.h: New file.
15162         * modules/uniconv/u16-conv-to-enc-tests: New file.
15163         * tests/uniconv/test-u16-conv-to-enc.c: New file.
15164
15165         * modules/uniconv/u8-conv-to-enc: New file.
15166         * lib/uniconv/u8-conv-to-enc.c: New file.
15167         * modules/uniconv/u8-conv-to-enc-tests: New file.
15168         * tests/uniconv/test-u8-conv-to-enc.c: New file.
15169
15170         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
15171         u32_conv_to_encoding): New declarations.
15172
15173 2007-06-09  Bruno Haible  <bruno@clisp.org>
15174
15175         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
15176
15177 2007-06-09  Bruno Haible  <bruno@clisp.org>
15178
15179         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
15180         * modules/malloca: Renamed from modules/allocsa, updated.
15181         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
15182         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
15183         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
15184         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
15185         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
15186         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
15187         * modules/xmalloca: Renamed from modules/xallocsa, updated.
15188         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
15189         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
15190         * modules/c-strcasestr (Depends-on): Update.
15191         * lib/c-strcasestr.c: Update.
15192         * modules/c-strstr (Depends-on): Update.
15193         * lib/c-strstr.c: Update.
15194         * modules/canonicalize-lgpl (Depends-on): Update.
15195         * lib/canonicalize-lgpl.c: Update.
15196         * modules/clean-temp (Depends-on): Update.
15197         * lib/clean-temp.c: Update.
15198         * modules/csharpcomp (Depends-on): Update.
15199         * lib/csharpcomp.c: Update.
15200         * modules/csharpexec (Depends-on): Update.
15201         * lib/csharpexec.c: Update.
15202         * modules/javacomp (Depends-on): Update.
15203         * lib/javacomp.c: Update.
15204         * modules/javaexec (Depends-on): Update.
15205         * lib/javaexec.c: Update.
15206         * modules/mbscasestr (Depends-on): Update.
15207         * lib/mbscasestr.c: Update.
15208         * modules/mbsstr (Depends-on): Update.
15209         * lib/mbsstr.c: Update.
15210         * modules/setenv (Depends-on): Update.
15211         * lib/setenv.c: Update.
15212         * modules/strcasestr (Depends-on): Update.
15213         * lib/strcasestr.c: Update.
15214         * modules/striconveha (Depends-on): Update.
15215         * lib/striconveha.c: Update.
15216         * modules/relocatable-prog-wrapper (Files): Update.
15217         * lib/relocwrapper.c: Update.
15218         * build-aux/install-reloc: Update.
15219         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
15220
15221 2007-06-08  Bruno Haible  <bruno@clisp.org>
15222
15223         Port to uClibc.
15224         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
15225         * lib/fpurge.c (fpurge): Likewise.
15226         * lib/freading.c (freading): Likewise.
15227         * lib/fseeko.c (rpl_fseeko): Likewise.
15228         * lib/fseterr.c (fseterr): Likewise.
15229         * lib/fwriting.c (fwriting): Likewise.
15230         * tests/test-fflush.c (main): Avoid a failure on uClibc.
15231
15232 2007-06-08  Bruno Haible  <bruno@clisp.org>
15233
15234         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
15235         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
15236         * modules/gettext (Files): Add m4/intlmacosx.m4.
15237
15238 2007-06-07  Bruno Haible  <bruno@clisp.org>
15239
15240         * modules/localename-tests: New file.
15241         * tests/test-localename.c: New file.
15242
15243         New module 'localename'.
15244         * lib/localename.h: New file.
15245         * lib/localename.c: New file, from GNU gettext.
15246         * m4/localename.m4: New file.
15247         * modules/localename: New file.
15248
15249 2007-06-07  Bruno Haible  <bruno@clisp.org>
15250
15251         Work around the lack of <wchar.h> on some builds of uClibc.
15252         * doc/headers/wchar.texi: Update.
15253         * lib/wchar_.h: Include <wchar.h> only if it exists.
15254         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
15255         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
15256         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
15257         doesn't exist.
15258         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
15259         * modules/mbfile (Depends-on): Add wchar.
15260         * modules/mbiter (Depends-on): Likewise.
15261         * modules/mbuiter (Depends-on): Likewise.
15262         Reported by Simon Josefsson.
15263
15264 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15265
15266         Work around problem reported by Steven M. Schweda in
15267         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
15268         Tru64 5.1B with the Compaq compiler environment installed declares
15269         an 'isblank' function but does not define it in the C library.
15270         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
15271         * lib/regex_internal.h (isblank): Likewise.
15272         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
15273         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15274
15275 2007-06-05  Bruno Haible  <bruno@clisp.org>
15276
15277         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
15278         ia64.
15279         * modules/printf-safe: New file.
15280         * modules/fprintf-posix (Depends-on): Add printf-safe.
15281         * modules/printf-posix (Depends-on): Likewise.
15282         * modules/snprintf-posix (Depends-on): Likewise.
15283         * modules/sprintf-posix (Depends-on): Likewise.
15284         * modules/vasnprintf-posix (Depends-on): Likewise.
15285         * modules/vasprintf-posix (Depends-on): Likewise.
15286         * modules/vfprintf-posix (Depends-on): Likewise.
15287         * modules/vprintf-posix (Depends-on): Likewise.
15288         * modules/vsnprintf-posix (Depends-on): Likewise.
15289         * modules/vsprintf-posix (Depends-on): Likewise.
15290         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
15291         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
15292         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
15293         "no" on i386, x86_64, ia64.
15294         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
15295         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15296         on i386, x86_64, ia64.
15297         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
15298         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15299         on i386, x86_64, ia64.
15300         * tests/test-vasnprintf-posix.c: Include float.h.
15301         (LDBL80_WORDS): New macro.
15302         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15303         on i386, x86_64, ia64.
15304         * tests/test-vasprintf-posix.c: Include float.h.
15305         (LDBL80_WORDS): New macro.
15306         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15307         on i386, x86_64, ia64.
15308         * tests/test-snprintf-posix.c: Include float.h.
15309         * tests/test-sprintf-posix.c: Likewise.
15310         * tests/test-vsnprintf-posix.c: Likewise.
15311         * tests/test-vsprintf-posix.c: Likewise.
15312
15313 2007-06-05  Bruno Haible  <bruno@clisp.org>
15314
15315         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
15316         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
15317         non-IEEE numbers on i386, x86_64, ia64.
15318         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
15319         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
15320         * tests/test-isnanl.h: Include float.h.
15321         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
15322
15323 2007-06-05  Bruno Haible  <bruno@clisp.org>
15324
15325         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
15326         also the %a / %A. Handle the %a / %A code before this extra handling.
15327
15328 2007-06-05  Bruno Haible  <bruno@clisp.org>
15329
15330         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
15331         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
15332
15333 2007-06-05  Bruno Haible  <bruno@clisp.org>
15334
15335         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
15336         typo in variable name.
15337
15338 2007-06-05  Eric Blake  <ebb9@byu.net>
15339
15340         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
15341         Reported by Simon Josefsson.
15342
15343 2007-06-04  Bruno Haible  <bruno@clisp.org>
15344
15345         Avoid test failures on some PowerPC platforms.
15346         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
15347         Define differently for PowerPC.
15348         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
15349         Reported by Gary V. Vaughan <gary@gnu.org>.
15350
15351 2007-06-02  Bruno Haible  <bruno@clisp.org>
15352
15353         Fix test-stdint failure on FreeBSD/ia64.
15354         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
15355         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
15356         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
15357         * doc/headers/stdint.texi: Update.
15358
15359 2007-06-01  Bruno Haible  <bruno@clisp.org>
15360
15361         * tests/test-binary-io.c (main): Pass a third argument to open().
15362         Reported by Gary V. Vaughan <gary@gnu.org>.
15363
15364 2007-06-01  Bruno Haible  <bruno@clisp.org>
15365
15366         * doc/functions/frexpl.texi: Update for mingw.
15367
15368 2007-06-01  Bruno Haible  <bruno@clisp.org>
15369
15370         * tests/test-lseek.c (main): Disable test of errno for invalid third
15371         argument.
15372         * doc/functions/lseek.texi: Update.
15373         Reported by Gary V. Vaughan <gary@gnu.org>.
15374
15375 2007-05-28  Bruno Haible  <bruno@clisp.org>
15376
15377         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
15378
15379 2007-05-31  Eric Blake  <ebb9@byu.net>
15380
15381         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
15382         cross compiling.
15383
15384 2007-05-30  Eric Blake  <ebb9@byu.net>
15385         and Bruno Haible  <bruno@clisp.org>
15386
15387         Work around mingw test failures exposed by m4-1.4.9b.
15388         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
15389         * tests/test-unistd.c: Disable uid_t and git_t tests for the
15390         moment.
15391
15392 2007-05-30  Bruno Haible  <bruno@clisp.org>
15393
15394         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
15395         assuming that they are closed. Needed on HP-UX 11.
15396
15397 2007-05-29  Bruno Haible  <bruno@clisp.org>
15398
15399         Fix a problem with #include_next.
15400         * lib/dirent_.h: Split the double-inclusion guard.
15401         * lib/fcntl_.h: Likewise.
15402         * lib/float_.h: Likewise.
15403         * lib/iconv_.h: Likewise.
15404         * lib/inttypes_.h: Likewise.
15405         * lib/locale_.h: Likewise.
15406         * lib/math_.h: Likewise.
15407         * lib/netinet_in_.h: Likewise.
15408         * lib/search_.h: Likewise.
15409         * lib/signal_.h: Likewise.
15410         * lib/stdint_.h: Likewise.
15411         * lib/stdio_.h: Likewise.
15412         * lib/stdlib_.h: Likewise.
15413         * lib/string_.h: Likewise.
15414         * lib/sys_select_.h: Likewise.
15415         * lib/sys_socket_.h: Likewise.
15416         * lib/sys_stat_.h: Likewise.
15417         * lib/sys_time_.h: Likewise.
15418         * lib/sysexits_.h: Likewise.
15419         * lib/time_.h: Likewise.
15420         * lib/unistd_.h: Likewise.
15421         * lib/wchar_.h: Likewise.
15422         * lib/wctype_.h: Likewise.
15423
15424 2007-05-29  Bruno Haible  <bruno@clisp.org>
15425
15426         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
15427         for the moment.
15428
15429 2007-05-29  Bruno Haible  <bruno@clisp.org>
15430
15431         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
15432         invocation.
15433         Reported by Eric Blake.
15434
15435 2007-05-29  Bruno Haible  <bruno@clisp.org>
15436
15437         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
15438         compiling case.
15439
15440 2007-05-29  Eric Blake  <ebb9@byu.net>
15441             Bruno Haible  <bruno@clisp.org>
15442
15443         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
15444         cross compiles.
15445
15446 2007-05-28  Eric Blake  <ebb9@byu.net>
15447
15448         * modules/closein-tests (test_closein_LDADD): Support test on
15449         cygwin with libtool.
15450
15451 2007-05-28  Bruno Haible  <bruno@clisp.org>
15452
15453         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
15454         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
15455         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
15456         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
15457         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
15458         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
15459         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
15460         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
15461         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
15462
15463 2007-05-28  Eric Blake  <ebb9@byu.net>
15464
15465         Unconditionally include <config.h> in unit tests.
15466         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
15467         * tests/test-allocsa.c, tests/test-arcfour.c,
15468         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
15469         tests/test-array_list.c, tests/test-array_oset.c,
15470         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
15471         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
15472         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
15473         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
15474         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
15475         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
15476         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
15477         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
15478         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
15479         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
15480         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
15481         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
15482         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
15483         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
15484         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
15485         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
15486         test-md5.c, test-memmem.c, test-printf-posix.c,
15487         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
15488         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
15489         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
15490         test-strcasestr.c, test-striconv.c, test-striconveh.c,
15491         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
15492         test-vasnprintf-posix2.c, test-vasnprintf.c,
15493         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
15494         test-vfprintf-posix.c, test-vprintf-posix.c,
15495         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
15496         test-xvasprintf.c: Likewise.
15497
15498 2007-05-28  Bruno Haible  <bruno@clisp.org>
15499
15500         * gnulib-tool (func_import): Remember the --with-tests command-line
15501         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
15502         Reported by Eric Blake.
15503
15504 2007-05-28  Bruno Haible  <bruno@clisp.org>
15505
15506         * modules/ftell-tests: New file.
15507         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
15508         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
15509
15510         * lib/ftell.c: New file.
15511         * modules/ftell: New file.
15512         * m4/ftell.m4: New file.
15513         * doc/functions/ftell.texi: Update.
15514         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
15515         REPLACE_FTELL.
15516         * lib/stdio_.h (rpl_ftell): New declaration.
15517         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
15518         REPLACE_FTELL.
15519
15520 2007-05-28  Eric Blake  <ebb9@byu.net>
15521
15522         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
15523
15524 2007-05-28  Bruno Haible  <bruno@clisp.org>
15525
15526         * modules/fseek-tests: New file.
15527         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
15528         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
15529
15530         * lib/fseek.c: New file.
15531         * modules/fseek: New file.
15532         * m4/fseek.m4: New file.
15533         * doc/functions/fseek.texi: Update.
15534         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
15535         REPLACE_FSEEK.
15536         * lib/stdio_.h (rpl_fseek): New declaration.
15537         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
15538         REPLACE_FSEEK.
15539
15540 2007-05-28  Bruno Haible  <bruno@clisp.org>
15541
15542         * lib/stdio_.h (fflush): More comments.
15543
15544 2007-05-28  Bruno Haible  <bruno@clisp.org>
15545
15546         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
15547         runtime test.
15548
15549 2007-05-28  Eric Blake  <ebb9@byu.net>
15550
15551         Improve lseek module.
15552         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
15553         * lib/unistd_.h (lseek): Scale back link warning message.
15554         * tests/test-lseek.c: Beef up test.
15555         * tests/test-lseek.sh: Exercise more facets of lseek.
15556         Reported by Bruno Haible.
15557
15558 2007-05-28  Bruno Haible  <bruno@clisp.org>
15559
15560         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
15561         to define.
15562
15563 2007-05-27  Bruno Haible  <bruno@clisp.org>
15564
15565         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
15566
15567 2007-05-27  Bruno Haible  <bruno@clisp.org>
15568
15569         * modules/openmp: New file.
15570         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
15571         Noah Misch.
15572
15573 2007-05-26  Bruno Haible  <bruno@clisp.org>
15574
15575         * modules/chdir-long (Depends-on): Add fchdir.
15576         * modules/chdir-safer (Depends-on): Likewise.
15577         * modules/fts (Depends-on): Likewise.
15578         * modules/fts-lgpl (Depends-on): Likewise.
15579         * modules/openat (Depends-on): Likewise.
15580         * modules/savewd (Depends-on): Likewise.
15581
15582 2007-05-24  Eric Blake  <ebb9@byu.net>
15583
15584         Fix lseek on mingw.
15585         * modules/lseek: New module.
15586         * m4/lseek.m4: New file.
15587         * lib/lseek.c: New file.
15588         * modules/lseek-tests: New file.
15589         * tests/test-lseek.c: New file.
15590         * tests/test-lseek.sh: New file.
15591         * MODULES.html.sh: Document lseek module.
15592         * modules/fflush (Depends-on): Add lseek, fseeko.
15593         * modules/fseeko (Depends-on): Likewise.
15594         * modules/ftello (Depends-on): Likewise.
15595         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
15596         broken.
15597         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
15598         broken.
15599         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
15600         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
15601         * lib/ftello.c (rpl_ftello): Likewise.
15602         * tests/test-fseeko.c (main): Test this.
15603         * tests/test-fseeko.sh: Likewise.
15604         * tests/test-ftello.c (main): Likewise.
15605         * tests/test-ftello.sh: Likewise.
15606         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
15607         implies replacing fseek.
15608         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
15609         HAVE_FTELLO.
15610         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
15611         * modules/unistd (Makefile.am): Likewise.
15612         * lib/unistd_.h (lseek): Declare a replacement.
15613         * doc/functions/lseek.texi (lseek): Document this fix.
15614         * doc/functions/fseek.texi (fseek): Likewise.
15615         * doc/functions/ftell.texi (ftell): Likewise.
15616
15617 2007-05-24  Bruno Haible  <bruno@clisp.org>
15618
15619         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
15620         in the printed representation of a NaN.
15621         * tests/test-vasprintf-posix.c (test_function): Likewise.
15622         * tests/test-snprintf-posix.h (test_function): Likewise.
15623         * tests/test-sprintf-posix.h (test_function): Likewise.
15624         Reported by Eric Blake.
15625
15626 2007-05-23  Eric Blake  <ebb9@byu.net>
15627
15628         Fix fseeko/ftello on cygwin 1.5.24.
15629         * doc/functions/fseeko.texi (fseeko): Document the fix.
15630         * doc/functions/ftello.texi (ftello): Document the fix.
15631         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
15632         * doc/functions/stdout.text (stdout): New file.
15633         * doc/functions/stderr.text (stderr): New file.
15634         * doc/gnulib.texi (Function Substitutes): Use new files.
15635         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
15636         prior to 1.7.0.
15637         * tests/test-ftello.c (main): Likewise for ftello.
15638         * tests/test-fseeko.sh: New file.
15639         * tests/test-ftello.sh: New file.
15640         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
15641         with seekable stdin.
15642         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
15643         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
15644         (gl_REPLACE_FSEEKO): New macro.
15645         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
15646         * modules/fseeko (Files): Distribute fseeko.c.
15647         * modules/ftello (Files): Distribute ftello.c.
15648         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
15649         mode.
15650         * lib/ftello.c (rpl_ftello): New file.
15651         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
15652         fseeko, ftello.
15653         (gl_STDIN_LARGE_OFFSET): New macro.
15654         * modules/stdio (Makefile.am): Perform the replacement.
15655         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
15656
15657 2007-05-23  Bruno Haible  <bruno@clisp.org>
15658
15659         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
15660         GNULIB_POSIXCHECK is defined.
15661
15662 2007-05-21  Bruno Haible  <bruno@clisp.org>
15663
15664         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
15665         Check also the output for NaN arguments. When cross-compiling, guess
15666         no on IRIX.
15667         * lib/vasnprintf.c: Update comments.
15668         * tests/test-vasnprintf-posix.c (strisnan): New function.
15669         (test_function): Use it.
15670         * tests/test-vasprintf-posix.c (strisnan): New function.
15671         (test_function): Use it.
15672         * tests/test-snprintf-posix.h (strisnan): New function.
15673         (test_function): Use it.
15674         * tests/test-sprintf-posix.h (strisnan): New function.
15675         (test_function): Use it.
15676         Reported by Eric Blake.
15677
15678 2007-05-20  Bruno Haible  <bruno@clisp.org>
15679
15680         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
15681         numbers that fails on BeOS.
15682         * doc/functions/frexpl.texi: Update.
15683
15684 2007-05-20  Jim Meyering  <jim@meyering.net>
15685
15686         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
15687         forced upon us by glibc-2.6.
15688
15689 2007-05-20  Bruno Haible  <bruno@clisp.org>
15690
15691         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
15692         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
15693         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
15694         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
15695         NEED_PRINTF_INFINITE.
15696         (is_infinitel): New function.
15697         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
15698         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
15699         gl_PREREQ_VASNPRINTF_INFINITE.
15700         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
15701         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15702         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
15703         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
15704         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
15705         gl_PREREQ_VASNPRINTF_INFINITE.
15706         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15707         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15708         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15709         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15710         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15711         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15712         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15713         * doc/functions/fprintf.texi: Update.
15714         * doc/functions/printf.texi: Update.
15715         * doc/functions/snprintf.texi: Update.
15716         * doc/functions/sprintf.texi: Update.
15717         * doc/functions/vfprintf.texi: Update.
15718         * doc/functions/vprintf.texi: Update.
15719         * doc/functions/vsnprintf.texi: Update.
15720         * doc/functions/vsprintf.texi: Update.
15721
15722 2007-05-20  Bruno Haible  <bruno@clisp.org>
15723
15724         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
15725         was not found in libc.
15726         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
15727
15728 2007-05-20  Bruno Haible  <bruno@clisp.org>
15729
15730         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
15731         printed as "-nan" instead of "nan".
15732         * tests/test-vasprintf-posix.c (test_function): Likewise.
15733         * tests/test-snprintf-posix.h (test_function): Likewise.
15734         * tests/test-sprintf-posix.h (test_function): Likewise.
15735         Needed for HP-UX 11.
15736
15737 2007-05-20  Jim Meyering  <jim@meyering.net>
15738
15739         Fix buggy test for the fchownat-deref bug.
15740         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
15741         symlink required for the run-test.  Without it, this test would
15742         always declare that fchownat doesn't work, and client code would
15743         unnecessarily use the replacement function with fixed libc.
15744         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
15745         Reported by Greg Schafer.
15746
15747 2007-05-19  Bruno Haible  <bruno@clisp.org>
15748
15749         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
15750         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
15751         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
15752         Needed for IRIX 6.5 and Solaris 2.5.1.
15753
15754 2007-05-19  Bruno Haible  <bruno@clisp.org>
15755
15756         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
15757         (test_function): Skip tests involving -0.0 on platforms where
15758         -0.0 = 0.0.
15759         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
15760         (test_function): Skip tests involving -0.0 on platforms where
15761         -0.0 = 0.0.
15762         * tests/test-snprintf-posix.h (have_minus_zero): New function.
15763         (test_function): Skip tests involving -0.0 on platforms where
15764         -0.0 = 0.0.
15765         * tests/test-sprintf-posix.h (have_minus_zero): New function.
15766         (test_function): Skip tests involving -0.0 on platforms where
15767         -0.0 = 0.0.
15768         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
15769         tests.
15770         * tests/test-printf-posix.h (test_function): Likewise.
15771         * tests/test-printf-posix.output: Remove all -0.0 related results.
15772         Needed for IRIX 6.5.
15773
15774 2007-05-19  Bruno Haible  <bruno@clisp.org>
15775
15776         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
15777         printed as "nan0x7fffffff" instead of "nan".
15778         * tests/test-vasprintf-posix.c (test_function): Likewise.
15779         * tests/test-snprintf-posix.h (test_function): Likewise.
15780         * tests/test-sprintf-posix.h (test_function): Likewise.
15781         * tests/test-fprintf-posix.h (NaN): Remove macro.
15782         (test_function): Remove all NaN related tests.
15783         * tests/test-printf-posix.h (NaN): Remove macro.
15784         (test_function): Remove all NaN related tests.
15785         * tests/test-printf-posix.output: Remove all NaN related results.
15786         Needed for IRIX 6.5.
15787
15788 2007-05-19  Bruno Haible  <bruno@clisp.org>
15789
15790         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
15791         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
15792
15793 2007-05-19  Bruno Haible  <bruno@clisp.org>
15794
15795         * lib/float_.h: New file.
15796         * m4/float_h.m4: New file.
15797         * modules/float: New file.
15798         * modules/isnanl (Dependencies): Add float.
15799         * modules/isnanl-nolibm (Dependencies): Likewise.
15800         * modules/mathl (Dependencies): Likewise.
15801         * modules/printf-frexpl (Dependencies): Likewise.
15802         * modules/signbit (Dependencies): Likewise.
15803         * modules/vasnprintf (Dependencies): Likewise.
15804         * doc/headers/float.texi: Update.
15805
15806 2007-05-19  Jim Meyering  <jim@meyering.net>
15807
15808         * lib/utimens.c (gl_futimens): Rename from futimens,
15809         now that glibc-2.6 declares futimens.
15810         * lib/utimens.h: Likewise.
15811
15812 2007-05-19  Bruno Haible  <bruno@clisp.org>
15813
15814         Avoid test failures on mingw.
15815         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
15816         * tests/test-printf-posix.sh: Likewise.
15817         * tests/test-vfprintf-posix.sh: Likewise.
15818         * tests/test-vprintf-posix.sh: Likewise.
15819
15820 2007-05-19  Bruno Haible  <bruno@clisp.org>
15821
15822         Fix *printf result for NaN, Inf, -0.0 on mingw.
15823         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
15824         * lib/vasnprintf.c: Include math.h and isnan.h.
15825         (is_infinite_or_zero): New function.
15826         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
15827         values in the %f, %F, %e, %E, %g, %G directives.
15828         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
15829         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15830         gl_PRINTF_INFINITE and test its result. Invoke
15831         gl_PREREQ_VASNPRINTF_INFINITE.
15832         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15833         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15834         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15835         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15836         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15837         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15838         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15839         * doc/functions/fprintf.texi: Update.
15840         * doc/functions/printf.texi: Update.
15841         * doc/functions/snprintf.texi: Update.
15842         * doc/functions/sprintf.texi: Update.
15843         * doc/functions/vfprintf.texi: Update.
15844         * doc/functions/vprintf.texi: Update.
15845         * doc/functions/vsnprintf.texi: Update.
15846         * doc/functions/vsprintf.texi: Update.
15847
15848 2007-05-19  Bruno Haible  <bruno@clisp.org>
15849
15850         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
15851         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
15852         Instead of multiplying with 10^k, set extra_zeroes to k.
15853         (scale10_round_long_double): Remove function.
15854
15855 2007-05-18  Bruno Haible  <bruno@clisp.org>
15856
15857         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
15858         introduced on 2007-05-06.
15859
15860 2007-05-18  Bruno Haible  <bruno@clisp.org>
15861
15862         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
15863         %g directives.
15864         * tests/test-vasprintf-posix.c (test_function): Likewise.
15865         * tests/test-snprintf-posix.h (test_function): Likewise.
15866         * tests/test-sprintf-posix.h (test_function): Likewise.
15867
15868 2007-05-18  Bruno Haible  <bruno@clisp.org>
15869
15870         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
15871         (strmatch): New function.
15872         (test_function): Test the %f directive on numbers of various exponents.
15873         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
15874         (strmatch): New function.
15875         (test_function): Test the %f directive on numbers of various exponents.
15876         * tests/test-snprintf-posix.h (strmatch): New function.
15877         (test_function): Test the %f directive on numbers of various exponents.
15878         * tests/test-sprintf-posix.h (strmatch): New function.
15879         (test_function): Test the %f directive on numbers of various exponents.
15880         * tests/test-snprintf-posix.c (SIZEOF): New macro.
15881         * tests/test-sprintf-posix.c (SIZEOF): New macro.
15882         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
15883         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
15884
15885 2007-05-18  Bruno Haible  <bruno@clisp.org>
15886
15887         Add support for 'long double' number output.
15888         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
15889         * lib/vasnprintf.c: Include math.h and float+.h.
15890         (mp_limb_t): New type.
15891         (GMP_LIMB_BITS): New macro.
15892         (mp_twolimb_t): New type.
15893         (GMP_TWOLIMB_BITS): New macro.
15894         (mpn_t): New type.
15895         (multiply, divide, convert_to_decimal, decode_long_double,
15896         scale10_round_long_double, scale10_round_decimal_long_double,
15897         floorlog10l): New functions.
15898         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
15899         for the %f, %F, %e, %E, %g, %G directives.
15900         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
15901         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15902         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
15903         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
15904         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15905         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15906         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15907         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15908         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15909         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15910         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15911         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
15912         * modules/snprintf-posix (Depends-on): Likewise.
15913         * modules/sprintf-posix (Depends-on): Likewise.
15914         * modules/vasnprintf-posix (Depends-on): Likewise.
15915         * modules/vasprintf-posix (Depends-on): Likewise.
15916         * modules/vfprintf-posix (Depends-on): Likewise.
15917         * modules/vsnprintf-posix (Depends-on): Likewise.
15918         * modules/vsprintf-posix (Depends-on): Likewise.
15919         * modules/vasnprintf (Files): Add lib/float+.h.
15920         * doc/functions/fprintf.texi: Update.
15921         * doc/functions/printf.texi: Update.
15922         * doc/functions/snprintf.texi: Update.
15923         * doc/functions/sprintf.texi: Update.
15924         * doc/functions/vfprintf.texi: Update.
15925         * doc/functions/vprintf.texi: Update.
15926         * doc/functions/vsnprintf.texi: Update.
15927         * doc/functions/vsprintf.texi: Update.
15928
15929 2007-05-18  Bruno Haible  <bruno@clisp.org>
15930
15931         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
15932
15933 2007-05-18  Bruno Haible  <bruno@clisp.org>
15934
15935         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
15936         for printing 64-bit integers. Needed for mingw.
15937
15938 2007-05-18  Bruno Haible  <bruno@clisp.org>
15939
15940         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
15941         gl_FUNC_FREXPL_WORKS.
15942         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
15943
15944 2007-05-18  Bruno Haible  <bruno@clisp.org>
15945
15946         * modules/frexpl-nolibm-tests: New file.
15947
15948         * modules/frexpl-nolibm: New file.
15949         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
15950
15951 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15952
15953         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
15954         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
15955         GCC 4.2, which otherwise issues a lot of warnings.
15956         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
15957         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
15958         Likewise.
15959         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
15960         * modules/iconv_open (iconv.h): Likewise.
15961         * modules/locale (locale.h): Likewise.
15962         * modules/netinet_in (netinet/in.h): Likewise.
15963         * modules/sys_select (sys_select.h): Likewise.
15964         * modules/sys_socket (sys/socket.h): Likewise.
15965         * modules/sys_stat (sys/stat.h): Likewise.
15966         * modules/sysexits (sysexits.h): Likewise.
15967         * modules/unistd (unistd.h): Likewise.
15968
15969 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15970
15971         * modules/closein-tests (Makefile.am): Distribute
15972         `test-closein.sh'.
15973
15974 2007-05-17  Bruno Haible  <bruno@clisp.org>
15975
15976         * tests/test-printf-posix.output: Renamed from
15977         tests/test-fprintf-posix.out.
15978         * modules/fprintf-posix-tests: Update.
15979         * modules/printf-posix-tests: Update.
15980         * modules/vfprintf-posix-tests: Update.
15981         * modules/vprintf-posix-tests: Update.
15982         * tests/test-fprintf-posix.sh: Update.
15983         * tests/test-printf-posix.sh: Update.
15984         * tests/test-vfprintf-posix.sh: Update.
15985         * tests/test-vprintf-posix.sh: Update.
15986         Reported by Ralf Wildenhues.
15987
15988 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15989
15990         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
15991         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
15992         GCC 4.2, which otherwise issues a lot of warnings.
15993         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
15994         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
15995         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
15996         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
15997         it should no longer be needed.
15998         * lib/string_.h: Likewise.
15999         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
16000         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
16001         * modules/inttypes (inttypes.h): Likewise.
16002         * modules/math (math.h): Likewise.
16003         * modules/search (search.h): Likewise.
16004         * modules/signal (signal.h): Likewise.
16005         * modules/stdint (stdint.h): Likewise.
16006         * modules/stdio (stdio.h): Likewise.
16007         * modules/stdlib (stdlib.h): Likewise.
16008         * modules/string (string.h): Likewise.
16009         * modules/sys_time (sys/time.h): Likewise.
16010         * modules/time (time.h): Likewise.
16011         * modules/wchar (wchar.h): Likewise.
16012         * modules/wctype (wtype.h): Likewise.
16013
16014 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
16015
16016         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
16017
16018 2007-05-13  Bruno Haible  <bruno@clisp.org>
16019
16020         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
16021         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
16022         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
16023         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
16024         (gl_PREREQ_STRTOK_R): Don't require it here.
16025
16026 2007-05-13  Bruno Haible  <bruno@clisp.org>
16027
16028         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
16029         when used in C++ mode.
16030
16031 2007-05-12  Bruno Haible  <bruno@clisp.org>
16032
16033         * lib/linebuffer.h: Tweak doc.
16034         * lib/linebuffer.c: Likewise.
16035
16036 2007-05-12  James Youngman  <jay@gnu.org>
16037
16038         * lib/linebuffer.c (readlinebuffer_delim): New function,
16039         like readlinebuffer, but use a caller-specified delimiter.
16040         (readlinebuffer): Just call readlinebuffer_delim with '\n'
16041         as the delimiter.
16042         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
16043
16044 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
16045
16046         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
16047         * modules/openat (Files): Remove openat-die.c.
16048         (Depends-on): Add openat-die.
16049         * modules/openat-die: New module.
16050
16051 2007-05-06  Bruno Haible  <bruno@clisp.org>
16052
16053         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
16054         Update with info about Cygwin.
16055         * doc/functions/fprintf.texi: Update.
16056         * doc/functions/printf.texi: Update.
16057         * doc/functions/snprintf.texi: Update.
16058         * doc/functions/sprintf.texi: Update.
16059         * doc/functions/vfprintf.texi: Update.
16060         * doc/functions/vprintf.texi: Update.
16061         * doc/functions/vsnprintf.texi: Update.
16062         * doc/functions/vsprintf.texi: Update.
16063         Reported by Eric Blake.
16064
16065 2007-05-06  Bruno Haible  <bruno@clisp.org>
16066
16067         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
16068         padding ourselves for the floating-point directives.
16069         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
16070         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
16071         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16072         gl_PRINTF_FLAG_ZERO and test its result. Invoke
16073         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
16074         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16075         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
16076         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16077         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16078         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16079         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16080         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16081         * tests/test-snprintf-posix.h (test_function): Also check the width
16082         and some flags in the %f directive.
16083         * tests/test-sprintf-posix.h (test_function): Likewise.
16084         * tests/test-vasnprintf-posix.c (test_function): Likewise.
16085         * tests/test-vasprintf-posix.c (test_function): Likewise.
16086         * doc/functions/fprintf.texi: Update.
16087         * doc/functions/printf.texi: Update.
16088         * doc/functions/snprintf.texi: Update.
16089         * doc/functions/sprintf.texi: Update.
16090         * doc/functions/vfprintf.texi: Update.
16091         * doc/functions/vprintf.texi: Update.
16092         * doc/functions/vsnprintf.texi: Update.
16093         * doc/functions/vsprintf.texi: Update.
16094
16095 2007-05-06  Bruno Haible  <bruno@clisp.org>
16096
16097         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
16098         pass the ' flag character to sprintf or snprintf.
16099         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
16100         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
16101         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16102         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
16103         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
16104         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16105         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
16106         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16107         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16108         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16109         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16110         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16111         * tests/test-snprintf-posix.h (test_function): Also check the grouping
16112         flag.
16113         * tests/test-sprintf-posix.h (test_function): Likewise.
16114         * tests/test-vasnprintf-posix.c (test_function): Likewise.
16115         * tests/test-vasprintf-posix.c (test_function): Likewise.
16116         * doc/functions/fprintf.texi: Update.
16117         * doc/functions/printf.texi: Update.
16118         * doc/functions/snprintf.texi: Update.
16119         * doc/functions/sprintf.texi: Update.
16120         * doc/functions/vfprintf.texi: Update.
16121         * doc/functions/vprintf.texi: Update.
16122         * doc/functions/vsnprintf.texi: Update.
16123         * doc/functions/vsprintf.texi: Update.
16124
16125 2007-05-01  Bruno Haible  <bruno@clisp.org>
16126
16127         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
16128
16129 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
16130
16131         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
16132         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
16133
16134 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16135
16136         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
16137         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
16138         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
16139
16140 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
16141
16142         * lib/argp-help.c (struct hol_entry): New member `ord'.
16143         (HOL_ENTRY_PTRCMP): Use ord for comparison
16144         (hol_sort): Initialize ord.
16145
16146 2007-05-01  Bruno Haible  <bruno@clisp.org>
16147
16148         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
16149         Reported by Eric Blake.
16150         * doc/gnulib.texi (Function Substitutes): Update.
16151
16152 2007-05-01  Bruno Haible  <bruno@clisp.org>
16153
16154         * doc/functions.texi: Remove file, now redundant through
16155         doc/functions/*.texi.
16156
16157 2007-05-01  Bruno Haible  <bruno@clisp.org>
16158
16159         * modules/argp (Depends-on): Add sleep.
16160
16161 2007-05-01  Bruno Haible  <bruno@clisp.org>
16162
16163         * modules/sleep-tests: New file.
16164         * tests/test-sleep.c: New file.
16165
16166         * modules/sleep: New file.
16167         * lib/sleep.c: New file.
16168         * m4/sleep.m4: New file.
16169         * lib/unistd_.h (sleep): New declaration.
16170         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
16171         HAVE_SLEEP.
16172         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
16173         * doc/functions/sleep.texi: Document the sleep module.
16174
16175 2007-05-01  Bruno Haible  <bruno@clisp.org>
16176
16177         * lib/sigprocmask.h: Remove file.
16178         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
16179         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
16180         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
16181         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
16182         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
16183         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
16184         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
16185         HAVE_SIGSET_T as a shell variable.
16186         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
16187         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
16188         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
16189         (Depends-on): Add signal. Remove verify.
16190         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
16191         (Include): Mention <signal.h> instead of sigprocmask.h.
16192         * NEWS: Mention the change.
16193         * lib/fatal-signal.c: Don't include sigprocmask.h.
16194
16195 2007-05-01  Bruno Haible  <bruno@clisp.org>
16196
16197         * modules/signal: New file.
16198         * lib/signal_.h: New file.
16199         * m4/signal_h.m4: New file.
16200
16201 2007-05-01  Bruno Haible  <bruno@clisp.org>
16202
16203         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
16204         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
16205         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
16206         HAVE_WCTYPE_CTMP_BUG into wctype.h.
16207
16208 2007-05-01  Bruno Haible  <bruno@clisp.org>
16209
16210         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
16211         configure time.
16212         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
16213         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
16214         * modules/sys_stat (Makefile.am): Substitute their values into
16215         sys/stat.h.
16216
16217 2007-05-01  Bruno Haible  <bruno@clisp.org>
16218
16219         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
16220         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
16221         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
16222
16223 2007-05-01  Bruno Haible  <bruno@clisp.org>
16224
16225         * doc/header/assert.texi: Undo last change: don't mention the gnulib
16226         'assert' module here.
16227
16228 2007-05-01  Bruno Haible  <bruno@clisp.org>
16229
16230         * doc/functions/*.texi: New files.
16231         * doc/functions/google-ranking.txt: New file.
16232         * doc/gnulib.texi (Function Substitutes): New chapter.
16233         (ctime, inet_ntoa): Remove sections.
16234         * doc/ctime.texi: Remove file.
16235         * doc/inet_ntoa.texi: Remove file.
16236         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
16237         dependencies.
16238         (%.info): New rule, specifying a --reference-limit.
16239
16240 2007-05-01  Bruno Haible  <bruno@clisp.org>
16241
16242         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
16243
16244 2007-05-01  Bruno Haible  <bruno@clisp.org>
16245
16246         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
16247         the portability of 'mkdir' to mingw systems.
16248
16249 2007-05-01  Bruno Haible  <bruno@clisp.org>
16250
16251         * doc/headers/google-ranking.txt: New file.
16252
16253 2007-04-30  Eric Blake  <ebb9@byu.net>
16254
16255         Prefer fseeko to fseek.
16256         * modules/getpass (Depends-on): Add fseeko.
16257         * lib/getpass.c (getpass): Use fseeko, not fseek.
16258
16259 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
16260
16261         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
16262         assumes the sorting is stable, while most qsort implementations
16263         are not.  Use argument addresses to ensure they never compare as
16264         equal.
16265
16266         * tests/test-argp-2.sh (usage-indent test): Fix output
16267         (func_compare): Restore diff options
16268         * tests/test-argp.c: Restore #include "progname.h"
16269
16270 2007-04-29  Bruno Haible  <bruno@clisp.org>
16271
16272         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
16273         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16274         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
16275         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16276         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
16277         (configure.ac): Define CHECK_SNPRINTF_POSIX.
16278         (TESTS, check_PROGRAMS): Add test-snprintf.
16279         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
16280         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
16281         (TESTS, check_PROGRAMS): Add test-vsnprintf.
16282         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
16283         assertions that fail on HP-UX, OSF/1, or IRIX.
16284         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
16285
16286 2007-04-29  Bruno Haible  <bruno@clisp.org>
16287
16288         * MODULES.html.sh (posix_functions): Remove 'contents'.
16289
16290 2007-04-29  Karl Berry  <karl@gnu.org>
16291
16292         * config/srclist.txt (gendocs_template_min): new entry.
16293
16294 2007-04-29  Bruno Haible  <bruno@clisp.org>
16295
16296         Work around fpurge bug on BSD systems.
16297         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
16298         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
16299         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
16300         fpurge to rpl_fpurge if the system already has this function.
16301         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
16302         the case where the system already has this function. Correct invariants
16303         on BSD systems.
16304         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
16305         BSD systems.
16306
16307 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
16308
16309         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
16310         proposed by Sven Verdoolaege.
16311
16312         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
16313         options.
16314         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
16315         (usage and help tests): Update
16316
16317 2007-04-29  Bruno Haible  <bruno@clisp.org>
16318
16319         * tests/test-fflush.c (main): Use a file of size 17, not 10.
16320         Print more information in case of failure. Disable a test on BeOS.
16321
16322 2007-04-29  Bruno Haible  <bruno@clisp.org>
16323
16324         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
16325         This helps debugging on systems on which no gdb is available.
16326
16327 2007-04-29  Bruno Haible  <bruno@clisp.org>
16328
16329         * lib/freading.h: Improve comments.
16330         * lib/fwriting.h: Likewise.
16331         * tests/test-freading.c (main): Don't check freading immediately after
16332         repositioning. Needed for glibc.
16333
16334 2007-04-29  Bruno Haible  <bruno@clisp.org>
16335
16336         * lib/freading.c (freading): Trivial simplification.
16337
16338 2007-04-28  Bruno Haible  <bruno@clisp.org>
16339
16340         * tests/test-fwriting.c (main): Also test the interaction between
16341         fflush and fwriting.
16342         * modules/fwriting-tests (Depends-on): Add fflush.
16343
16344         * tests/test-freading.c (main): Also test the interaction between
16345         fflush and freading.
16346         * modules/freading-tests (Depends-on): Add fflush.
16347
16348 2007-04-28  Bruno Haible  <bruno@clisp.org>
16349
16350         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
16351         fseeko and ftello.
16352         Suggested by Eric Blake.
16353
16354 2007-04-28  Jim Meyering  <jim@meyering.net>
16355
16356         Avoid false-negative in gl_STDINT_H's C99 conformance test.
16357         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
16358         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
16359
16360 2007-04-27  Eric Blake  <ebb9@byu.net>
16361
16362         * doc/headers/assert.texi (assert.h): Document assert module use.
16363
16364 2007-04-27  Bruno Haible  <bruno@clisp.org>
16365
16366         * doc/headers/*.texi: New files.
16367         * doc/gnulib.texi (Header File Substitutes): New chapter.
16368         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
16369         dependencies.
16370         (standards.info ,standards.html, standards.dvi): Update dependencies.
16371         (mostlyclean, clean): New targets.
16372
16373 2007-04-27  Bruno Haible  <bruno@clisp.org>
16374
16375         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
16376         * modules/sysexits (Files, Makefile.am): Update.
16377
16378         * lib/sys_socket_.h: Renamed from lib/socket_.h.
16379         * modules/sys_socket (Files, Makefile.am): Update.
16380
16381         * lib/sys_stat_.h: Renamed from lib/stat_.h.
16382         * modules/sys_stat (Files, Makefile.am): Update.
16383
16384 2007-04-27  Eric Blake  <ebb9@byu.net>
16385
16386         * lib/freading.h: Improve comments.
16387         * lib/fwriting.h: Likewise.
16388         * lib/fflush.c: Likewise.
16389
16390         Fix closein for mingw.
16391         * modules/closein-tests: Add tests for closein.
16392         * tests/test-closein.c: New file.
16393         * tests/test-closein.sh: Likewise.
16394         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
16395         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
16396
16397 2007-04-27  Bruno Haible  <bruno@clisp.org>
16398
16399         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
16400         version is < 6.
16401         * lib/math_.h [__DECC]: Likewise.
16402         * lib/stdio_.h [__DECC]: Likewise.
16403         * lib/stdlib_.h [__DECC]: Likewise.
16404         * lib/string_.h [__DECC]: Likewise.
16405         * lib/time_.h [__DECC]: Likewise.
16406         * lib/wchar_.h [__DECC]: Likewise.
16407         * lib/wctype_.h [__DECC]: Likewise.
16408
16409 2007-04-27  Bruno Haible  <bruno@clisp.org>
16410
16411         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
16412
16413 2007-04-27  Bruno Haible  <bruno@clisp.org>
16414
16415         * lib/fflush.c: Add comments.
16416         * modules/fpurge-tests (Depends-on): Add fflush.
16417         * modules/freadable-tests (Depends-on): Likewise.
16418         * modules/fwritable-tests (Depends-on): Likewise.
16419
16420 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
16421
16422         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
16423         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
16424         Report by Bruno Haible <bruno@clisp.org>.
16425
16426 2007-04-26  Eric Blake  <ebb9@byu.net>
16427
16428         Fix fflush on mingw.
16429         * modules/fflush (Depends-on): Add freading.
16430         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
16431         but unread data.
16432
16433 2007-04-26  Eric Blake  <ebb9@byu.net>
16434         and Bruno Haible  <bruno@clisp.org>
16435
16436         Implement freading and fwriting.
16437         * lib/freading.c: New file.
16438         * lib/freading.h: Likewise.
16439         * m4/freading.m4: Likewise.
16440         * modules/freading: Likewise.
16441         * modules/freading-tests: Likewise.
16442         * tests/test-freading.c: Likewise.
16443         * lib/fwriting.c: New file.
16444         * lib/fwriting.h: Likewise.
16445         * m4/fwriting.m4: Likewise.
16446         * modules/fwriting: Likewise.
16447         * modules/fwriting-tests: Likewise.
16448         * tests/test-fwriting.c: Likewise.
16449         * MODULES.html.sh (File stream based Input/Output): Mention them.
16450
16451 2007-04-26  Bruno Haible  <bruno@clisp.org>
16452
16453         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
16454         'long' when we assume it.
16455         Suggested by Eric Blake.
16456
16457 2007-04-26  Bruno Haible  <bruno@clisp.org>
16458
16459         Ensure fseeko, ftello are declared on glibc systems.
16460         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
16461         * modules/fseeko (configure.ac-early): Likewise.
16462         * modules/ftello (configure.ac-early): Likewise.
16463         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
16464         AC_FUNC_FSEEKO for this.
16465         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
16466         (gl_CHECK_FSEEKO): Remove macro.
16467
16468 2007-04-26  Bruno Haible  <bruno@clisp.org>
16469
16470         * tests/test-fflush.c (main): Also check the ftell result after
16471         fflush and fseek/fseeko.
16472         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
16473         file descriptor position cache in the stream.
16474         * lib/fseeko.c (rpl_fseeko): Likewise.
16475
16476 2007-04-26  Bruno Haible  <bruno@clisp.org>
16477
16478         * modules/fflush-tests (Depends-on): Add fseeko.
16479
16480 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
16481             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16482
16483         * lib/argz_.h: ensure error_t definition is obtained in same
16484         mechanism system argz.h would have.
16485         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
16486         argz facilities are known bad.  Err on the side of caution if
16487         cross-compiling.
16488
16489 2007-04-25  Eric Blake  <ebb9@byu.net>
16490
16491         * lib/fpurge.c (includes): Use stdlib.h for free.
16492         * tests/test-fflush.c (main): Also test fflush-fseeko.
16493
16494 2007-04-25  Bruno Haible  <bruno@clisp.org>
16495
16496         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
16497         * lib/fseeko.c: New file.
16498         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
16499         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
16500         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
16501         gl_FUNC_FSEEKO.
16502         (gl_FUNC_FSEEKO): Invoke it.
16503         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
16504         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
16505         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
16506
16507 2007-04-25  Bruno Haible  <bruno@clisp.org>
16508
16509         * modules/fflush (Depends-on): Add ftello.
16510
16511 2007-04-25  Bruno Haible  <bruno@clisp.org>
16512
16513         * modules/ftello-tests: New file.
16514         * tests/test-ftello.c: New file.
16515
16516         * modules/ftello: New file.
16517         * m4/ftello.m4: New file.
16518         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
16519         HAVE_FTELLO.
16520         * lib/stdio_.h (ftello): New declaration.
16521         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
16522         HAVE_FTELLO.
16523
16524 2007-04-25  Bruno Haible  <bruno@clisp.org>
16525
16526         * modules/fseeko-tests: New file.
16527         * tests/test-fseeko.c: New file.
16528
16529         * modules/fseeko: New file.
16530         * m4/fseeko.m4: New file.
16531         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
16532         HAVE_FSEEKO.
16533         * lib/stdio_.h (fseeko): New declaration.
16534         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
16535         HAVE_FSEEKO.
16536
16537 2007-04-25  Bruno Haible  <bruno@clisp.org>
16538
16539         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
16540
16541 2007-04-25  Bruno Haible  <bruno@clisp.org>
16542
16543         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
16544         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
16545         * tests/test-unistd.c: Likewise.
16546         * tests/test-fcntl.c: Likewise.
16547
16548 2007-04-23  Eric Blake  <ebb9@byu.net>
16549
16550         * lib/fflush.c: Fix missing include.
16551         Reported by Bruno Haible.
16552
16553 2007-04-23  Bruno Haible  <bruno@clisp.org>
16554
16555         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
16556         Reported by Eric Blake.
16557
16558 2007-04-23  Bruno Haible  <bruno@clisp.org>
16559
16560         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
16561
16562 2007-04-23  Bruno Haible  <bruno@clisp.org>
16563
16564         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
16565
16566 2007-04-23  Bruno Haible  <bruno@clisp.org>
16567
16568         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
16569         Needed on HP-UX 11.
16570
16571 2007-04-16  Eric Blake  <ebb9@byu.net>
16572
16573         Make fflush rely on fpurge.
16574         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
16575         open coding all variants.
16576         * modules/fflush (Depends-on): Add fpurge and unistd.
16577         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
16578         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
16579
16580         Fix --with-tests compilation on cygwin.
16581         * modules/argmatch-tests (Makefile.am): List gnulib library first
16582         in LDADD.
16583         * modules/argp-tests (Makefile.am): Likewise.
16584         * modules/array-list-tests (Makefile.am): Likewise.
16585         * modules/array-oset-tests (Makefile.am): Likewise.
16586         * modules/avltree-list-tests (Makefile.am): Likewise.
16587         * modules/avltree-oset-tests (Makefile.am): Likewise.
16588         * modules/avltreehash-list-tests (Makefile.am): Likewise.
16589         * modules/carray-list-tests (Makefile.am): Likewise.
16590         * modules/dirname-tests (Makefile.am): Likewise.
16591         * modules/frexp-tests (Makefile.am): Likewise.
16592         * modules/isnanl-tests (Makefile.am): Likewise.
16593         * modules/linked-list-tests (Makefile.am): Likewise.
16594         * modules/linkedhash-list-tests (Makefile.am): Likewise.
16595         * modules/lock-tests (Makefile.am): Likewise.
16596         * modules/rbtree-list-tests (Makefile.am): Likewise.
16597         * modules/rbtree-oset-tests (Makefile.am): Likewise.
16598         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
16599         * modules/tls-tests (Makefile.am): Likewise.
16600         * modules/tsearch-tests (Makefile.am): Likewise.
16601         * modules/xvasprintf-tests (Makefile.am): Likewise.
16602
16603         Fix fpurge for cygwin.
16604         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
16605         value.
16606         * modules/fpurge-tests (Depends-on): Clean up trash.
16607
16608 2007-04-16  Simon Josefsson  <simon@josefsson.org>
16609
16610         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
16611
16612         * m4/autobuild.m4: Re-indent.
16613
16614 2007-04-13  Bruno Haible  <bruno@clisp.org>
16615
16616         * modules/fpurge-tests: New file.
16617         * tests/test-fpurge.c: New file.
16618
16619         * modules/fpurge: New file.
16620         * lib/fpurge.h: New file.
16621         * lib/fpurge.c: New file.
16622         * m4/fpurge.m4: New file.
16623
16624 2007-04-13  Bruno Haible  <bruno@clisp.org>
16625
16626         * modules/fbufmode-tests: New file.
16627         * tests/test-fbufmode.c: New file.
16628
16629         * modules/fbufmode: New file.
16630         * lib/fbufmode.h: New file.
16631         * lib/fbufmode.c: New file.
16632         * m4/fbufmode.m4: New file.
16633
16634 2007-04-13  Bruno Haible  <bruno@clisp.org>
16635
16636         * modules/fwritable-tests: New file.
16637         * tests/test-fwritable.c: New file.
16638
16639         * modules/fwritable: New file.
16640         * lib/fwritable.h: New file.
16641         * lib/fwritable.c: New file.
16642         * m4/fwritable.m4: New file.
16643
16644 2007-04-13  Bruno Haible  <bruno@clisp.org>
16645
16646         * modules/freadable-tests: New file.
16647         * tests/test-freadable.c: New file.
16648
16649         * modules/freadable: New file.
16650         * lib/freadable.h: New file.
16651         * lib/freadable.c: New file.
16652         * m4/freadable.m4: New file.
16653
16654 2007-04-13  Bruno Haible  <bruno@clisp.org>
16655
16656         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
16657         MOSTLYCLEANFILES.
16658
16659 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16660
16661         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
16662         gzip bootstrap.conf to avoid dragging in i18n machinery.
16663         (gnulib_tool_option): Use it.
16664
16665 2007-04-13  Bruno Haible  <bruno@clisp.org>
16666
16667         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
16668         %F directives.
16669         * tests/test-vasprintf-posix.c (test_function): Likewise.
16670         * tests/test-snprintf-posix.h (test_function): Likewise.
16671         * tests/test-sprintf-posix.h (test_function): Likewise.
16672         * tests/test-fprintf-posix.h (test_function): Likewise.
16673         * tests/test-printf-posix.h (test_function): Likewise.
16674         * tests/test-fprintf-posix.out: Likewise.
16675
16676 2007-04-13  Bruno Haible  <bruno@clisp.org>
16677
16678         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
16679         * modules/tls-tests (configure.ac): Likewise.
16680         Reported by Arto C. Nirkko <anirkko@insel.ch>.
16681
16682 2007-04-13  Bruno Haible  <bruno@clisp.org>
16683
16684         * lib/tls.c (glthread_tls_get): Fix return type.
16685         Patch by Arto C. Nirkko <anirkko@insel.ch>.
16686
16687 2007-04-12  Eric Blake  <ebb9@byu.net>
16688
16689         * modules/gettime (Depends-on): Remove gettime.
16690         Reported by Dmitry V. Levin.
16691
16692 2007-04-12  Bruno Haible  <bruno@clisp.org>
16693
16694         * modules/fflush (Include): Mention <stdio.h>.
16695         * modules/strtoimax (Include): Mention <inttypes.h>.
16696         * modules/strtoumax (Include): Likewise.
16697
16698 2007-04-12  Eric Blake  <ebb9@byu.net>
16699
16700         * .cvsignore: New file.
16701         * .gitignore: Likewise.
16702
16703 2007-04-12  Bruno Haible  <bruno@clisp.org>
16704
16705         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
16706         not before, since $(LDADD) often contains libgnu.a.
16707         * modules/striconv-tests (test_striconv_LDADD): Likewise.
16708         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
16709         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
16710         Needed on Cygwin.
16711
16712 2007-04-12  Eric Blake  <ebb9@byu.net>
16713
16714         Work around glibc's failure to flush stdin on fclose.
16715         * lib/closein.c (close_stdin): Flush stdin before closing.
16716
16717         Work around glibc's failure to reset seekable stdin on exit.
16718         * modules/closein: New module.
16719         * lib/closein.c: New file.
16720         * lib/closein.h: Likewise.
16721         * m4/closein.m4: Likewise.
16722         * MODULES.html.sh (File stream based Input/Output): Document it.
16723
16724 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16725
16726         * gnulib-tool: Rename generated 'autobuild' script to
16727         'do-autobuild' in --create-megatestdir output.
16728
16729         * doc/gnulib.texi (Build robot for gnulib): Fix.
16730
16731 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16732
16733         * modules/sysexits (Depends-on): Add absolute-header.
16734
16735 2007-04-12  Eric Blake  <ebb9@byu.net>
16736
16737         No need to preserve errno on success.
16738         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
16739         Reported by Bruno Haible.
16740
16741 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16742
16743         * MODULES.html.sh (Support for maintaining and releasing
16744         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
16745
16746 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16747
16748         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
16749
16750 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16751
16752         * modules/autobuild: New module.
16753
16754         * m4/autobuild.m4: New file.
16755
16756 2007-04-11  Bruno Haible  <bruno@clisp.org>
16757
16758         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
16759         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
16760         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
16761         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
16762         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16763         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16764         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16765         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16766         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16767         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16768         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
16769         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16770         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16771         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
16772         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16773         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16774         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
16775         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16776         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16777         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
16778         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16779         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16780         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
16781         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16782         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16783         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
16784         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16785         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16786         Reported by Eric Blake.
16787
16788 2007-04-11  Bruno Haible  <bruno@clisp.org>
16789
16790         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
16791
16792 2007-04-10  Bruno Haible  <bruno@clisp.org>
16793
16794         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
16795         for NaN and Infinity. Needed on FreeBSD 6.1.
16796         * tests/test-vasnprintf-posix.c (test_function): Undo last change
16797         regarding results for "%010a" of Infinity and NaN.
16798         * tests/test-vasprintf-posix.c (test_function): Likewise.
16799         * tests/test-snprintf-posix.h (test_function): Likewise.
16800         * tests/test-sprintf-posix.h (test_function): Likewise.
16801         * tests/test-fprintf-posix.h (test_function): Likewise.
16802         * tests/test-printf-posix.h (test_function): Likewise.
16803         * tests/test-fprintf-posix.out: Likewise.
16804
16805 2007-04-10  Bruno Haible  <bruno@clisp.org>
16806
16807         * modules/locale-tests: New file.
16808         * tests/test-locale.c: New file.
16809
16810         * modules/locale: New file.
16811         * lib/locale_.h: New file.
16812         * m4/locale_h.m4: New file.
16813
16814 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
16815             Bruno Haible  <bruno@clisp.org>
16816
16817         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
16818         be determined, test for availability of the copysignf, copysign,
16819         copysignl functions.
16820         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
16821         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
16822         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
16823
16824 2007-04-09  Eric Blake  <ebb9@byu.net>
16825
16826         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
16827         * modules/stdio (Makefile.am): Support fflush.
16828         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
16829         * modules/fflush: New file.
16830         * lib/fflush.c: Likewise.
16831         * m4/fflush.m4: Likewise.
16832         * modules/fflush-tests: New test.
16833         * tests/test-fflush.c: Likewise.
16834         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
16835
16836 2007-04-06  Bruno Haible  <bruno@clisp.org>
16837
16838         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
16839         (VASNPRINTF): Use signbit for faster determination whether to print a
16840         minus sign.
16841         * modules/vasnprintf (Files): Remove lib/float+.h.
16842         * modules/fprintf-posix (Depends-on): Add signbit.
16843         * modules/snprintf-posix (Depends-on): Likewise.
16844         * modules/sprintf-posix (Depends-on): Likewise.
16845         * modules/vasnprintf-posix (Depends-on): Likewise.
16846         * modules/vasprintf-posix (Depends-on): Likewise.
16847         * modules/vfprintf-posix (Depends-on): Likewise.
16848         * modules/vsnprintf-posix (Depends-on): Likewise.
16849         * modules/vsprintf-posix (Depends-on): Likewise.
16850
16851 2007-04-06  Bruno Haible  <bruno@clisp.org>
16852
16853         * tests/test-frexp.c (main): Test also the sign bit of zero results.
16854         * tests/test-frexpl.c (main): Likewise.
16855         * tests/test-ldexpl.c (main): Likewise.
16856         * modules/frexp-tests (Depends-on): Add signbit.
16857         * modules/frexpl-tests (Depdends-on): Likewise.
16858         * modules/ldexpl-tests (Depdends-on): Likewise.
16859
16860 2007-04-06  Bruno Haible  <bruno@clisp.org>
16861
16862         * modules/signbit-tests: New file.
16863         * tests/test-signbit.c: New file.
16864
16865         * modules/signbit: New file.
16866         * lib/signbitf.c: New file.
16867         * lib/signbitd.c: New file.
16868         * lib/signbitl.c: New file.
16869         * m4/signbit.m4: New file.
16870         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
16871         (signbit): New macro.
16872         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
16873         REPLACE_SIGNBIT.
16874         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
16875         REPLACE_FREXPL into math.h.
16876
16877 2007-04-06  Bruno Haible  <bruno@clisp.org>
16878
16879         * modules/isnanf-nolibm-tests: New file.
16880         * tests/test-isnanf.c: New file.
16881
16882         * modules/isnanf-nolibm: New file.
16883         * lib/isnanf.h: New file.
16884         * lib/isnanf.c: New file.
16885         * lib/isnan.c: Consider the USE_FLOAT macro.
16886         * m4/isnanf.m4: New file.
16887
16888 2007-04-06  Bruno Haible  <bruno@clisp.org>
16889
16890         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
16891         (Link): New section.
16892
16893         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
16894
16895 2007-04-06  Bruno Haible  <bruno@clisp.org>
16896
16897         Assume the 'long double' type.
16898         * m4/longdouble.m4: Remove file.
16899         * config/srclist.txt: Don't mention longdouble.m4.
16900         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
16901         * lib/float+.h: Likewise.
16902         * lib/frexp.c: Likewise.
16903         * lib/printf-args.h: Likewise.
16904         * lib/printf-args.c: Likewise.
16905         * lib/printf-frexp.c: Likewise.
16906         * lib/printf-parse.c: Likewise.
16907         * lib/vasnprintf.c: Likewise.
16908         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
16909         * m4/intl.m4: Likewise.
16910         * m4/isnanl.m4: Likewise.
16911         * m4/printf.m4: Likewise.
16912         * m4/printf-frexpl.m4: Likewise.
16913         * m4/vasnprintf.m4: Likewise.
16914         * modules/allocsa (Files): Remove m4/longdouble.m4.
16915         * modules/gettext (Files): Likewise.
16916         * modules/relocatable-prog-wrapper (Files): Likewise.
16917         * modules/vasnprintf (Files): Likewise.
16918         * modules/isnanl (Files): Likewise.
16919         (Include): Simplify.
16920         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
16921         (Include): Simplify.
16922         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
16923         (Include): Simplify.
16924         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
16925         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16926         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
16927         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16928         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
16929         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16930         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
16931         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16932         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
16933         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16934         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
16935         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16936         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
16937         * tests/test-isnanl.c: Likewise.
16938         * tests/test-snprintf-posix.h: Likewise.
16939         * tests/test-sprintf-posix.h: Likewise.
16940         * tests/test-vasnprintf-posix.c: Likewise.
16941         * tests/test-vasnprintf-posix2.c: Likewise.
16942         * tests/test-vasprintf-posix.c: Likewise.
16943
16944 2007-04-06  Bruno Haible  <bruno@clisp.org>
16945
16946         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
16947         * lib/math_.h [__DECC]: Include the overridden include file through
16948         #include_next, outside the double-inclusion guard.
16949         * lib/stdio_.h [__DECC]: Likewise.
16950         * lib/stdlib_.h [__DECC]: Likewise.
16951         * lib/string_.h [__DECC]: Likewise.
16952         * lib/time_.h [__DECC]: Likewise.
16953         * lib/wchar_.h [__DECC]: Likewise.
16954         * lib/wctype_.h [__DECC]: Likewise.
16955         * lib/inttypes_.h [__DECC]: Likewise.
16956         Reported by Albert Chin <china@thewrittenword.com> in
16957         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
16958
16959 2007-04-04  Eric Blake  <ebb9@byu.net>
16960
16961         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
16962         1.5.x.
16963
16964 2007-04-04  Bruno Haible  <bruno@clisp.org>
16965
16966         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
16967         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
16968
16969 2007-04-04  Bruno Haible  <bruno@clisp.org>
16970
16971         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
16972         results for "%010a" of Infinity and NaN.
16973         * tests/test-vasprintf-posix.c (test_function): Likewise.
16974         * tests/test-snprintf-posix.h (test_function): Likewise.
16975         * tests/test-sprintf-posix.h (test_function): Likewise.
16976         * tests/test-fprintf-posix.h (test_function): Remove these tests.
16977         * tests/test-printf-posix.h (test_function): Likewise.
16978         * tests/test-fprintf-posix.out: Update.
16979         Needed for FreeBSD 6.1.
16980
16981 2007-04-04  Bruno Haible  <bruno@clisp.org>
16982
16983         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
16984         directly used by the gnulib modules nor by gnulib-tool.
16985
16986 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16987
16988         * DEPENDENCIES: Give overall description of version dependency
16989         desirability.  Use more-typical names for apps.
16990         Add shell, coreutils, diffutils, grep, tar, gzip.
16991
16992 2007-04-04  Simon Josefsson  <simon@josefsson.org>
16993
16994         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
16995
16996 2007-04-04  Karl Berry  <karl@gnu.org>
16997
16998         * MODULES.html.sh (func_module): missing '.
16999
17000 2007-04-03  Bruno Haible  <bruno@clisp.org>
17001
17002         * modules/argmatch-tests (Makefile.am): New variable
17003         test_argmatch_LDADD.
17004         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
17005         * modules/array-list-tests (Makefile.am): New variable
17006         test_array_list_LDADD.
17007         * modules/array-oset-tests (Makefile.am): New variable
17008         test_array_oset_LDADD.
17009         * modules/avltree-list-tests (Makefile.am): New variable
17010         test_avltree_list_LDADD.
17011         * modules/avltree-oset-tests (Makefile.am): New variable
17012         test_avltree_oset_LDADD.
17013         * modules/avltreehash-list-tests (Makefile.am): New variable
17014         test_avltreehash_list_LDADD.
17015         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
17016         test_canonicalize_lgpl_LDADD.
17017         * modules/carray-list-tests (Makefile.am): New variable
17018         test_carray_list_LDADD.
17019         * modules/dirname-tests (Makefile.am): New variable
17020         test_dirname_LDADD.
17021         * modules/linked-list-tests (Makefile.am): New variable
17022         test_linked_list_LDADD.
17023         * modules/linkedhash-list-tests (Makefile.am): New variable
17024         test_linkedhash_list_LDADD.
17025         * modules/rbtree-list-tests (Makefile.am): New variable
17026         test_rbtree_list_LDADD.
17027         * modules/rbtree-oset-tests (Makefile.am): New variable
17028         test_rbtree_oset_LDADD.
17029         * modules/rbtreehash-list-tests (Makefile.am): New variable
17030         test_rbtreehash_list_LDADD.
17031         * modules/xvasprintf-tests (Makefile.am): New variable
17032         test_xvasprintf_LDADD.
17033         Reported by Eric Blake.
17034
17035 2007-04-03  Eric Blake  <ebb9@byu.net>
17036
17037         * DEPENDENCIES: Weaken m4 requirements.
17038
17039 2007-04-03  Bruno Haible  <bruno@clisp.org>
17040
17041         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
17042         * modules/isnanl-tests (configure.ac): Likewise.
17043
17044 2007-04-03  Ben Pfaff  <blp@gnu.org>
17045
17046         * modules/iconv_open: Add $(srcdir)/ to source directory
17047         references in Makefile fragments that call gperf, to fix VPATH
17048         builds.
17049
17050 2007-04-03  Bruno Haible  <bruno@clisp.org>
17051
17052         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
17053         * lib/ldexpl.c: Undo last change.
17054
17055 2007-04-03  Bruno Haible  <bruno@clisp.org>
17056
17057         * modules/printf-frexpl (Depends-on): Undo last change.
17058         (Files): Add m4/ldexpl.m4.
17059
17060 2007-04-03  Bruno Haible  <bruno@clisp.org>
17061
17062         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
17063         * modules/isnanl (Link): New section.
17064
17065         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
17066         * modules/frexp (Link): New section.
17067
17068         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
17069         * modules/frexpl (Link): New section.
17070
17071         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
17072         * modules/ldexpl (Link): New section.
17073
17074 2007-04-03  Bruno Haible  <bruno@clisp.org>
17075
17076         * modules/TEMPLATE-EXTENDED: New file.
17077         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
17078
17079 2007-04-03  Bruno Haible  <bruno@clisp.org>
17080
17081         * DEPENDENCIES: New file.
17082         Suggested by Simon Josefsson.
17083
17084 2007-04-03  Bruno Haible  <bruno@clisp.org>
17085
17086         * doc/gnulib.texi: Escape @.
17087
17088 2007-04-03  James Youngman  <jay@gnu.org>
17089         and Paul Eggert  <eggert@cs.ucla.edu>
17090
17091         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
17092         birthtime on all systems that have birthtime, not just those which
17093         use st_birthtimensec rather than st_birthtim.  Putting zero in
17094         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
17095         that the birth time is not available for files on an NFS mount.
17096
17097 2007-04-03  Simon Josefsson  <simon@josefsson.org>
17098
17099         * modules/memxor: Move back from crypto/, suggested by Bruno.
17100         * modules/crypto/hmac-sha1: Fix memxor dependency.
17101
17102         * modules/crypto/gc: Moved from ../.
17103
17104 2007-04-02  Eric Blake  <ebb9@byu.net>
17105
17106         * lib/ldexpl.c (includes): Avoid libm.
17107
17108         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
17109
17110 2007-04-02  Bruno Haible  <bruno@clisp.org>
17111
17112         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
17113         on IRIX.
17114
17115 2007-04-02  Bruno Haible  <bruno@clisp.org>
17116
17117         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
17118         x86 or x86_64 platforms running MacOS X.
17119         Reported by Ryan Schmidt <@ryandesign.com>.
17120
17121 2007-04-02  Bruno Haible  <bruno@clisp.org>
17122
17123         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
17124         i386.
17125
17126 2007-04-01  Simon Josefsson  <simon@josefsson.org>
17127
17128         * modules/crypto/arcfour: Moved from ../.
17129         * modules/crypto/arcfour-tests: Moved from ../.
17130         * modules/crypto/arctwo: Moved from ../.
17131         * modules/crypto/arctwo-tests: Moved from ../.
17132         * modules/crypto/des: Moved from ../.
17133         * modules/crypto/des-tests: Moved from ../.
17134         * modules/crypto/gc-arcfour: Moved from ../.
17135         * modules/crypto/gc-arcfour-tests: Moved from ../.
17136         * modules/crypto/gc-arctwo: Moved from ../.
17137         * modules/crypto/gc-arctwo-tests: Moved from ../.
17138         * modules/crypto/gc-des: Moved from ../.
17139         * modules/crypto/gc-des-tests: Moved from ../.
17140         * modules/crypto/gc-hmac-md5: Moved from ../.
17141         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
17142         * modules/crypto/gc-hmac-sha1: Moved from ../.
17143         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
17144         * modules/crypto/gc-md2: Moved from ../.
17145         * modules/crypto/gc-md2-tests: Moved from ../.
17146         * modules/crypto/gc-md4: Moved from ../.
17147         * modules/crypto/gc-md4-tests: Moved from ../.
17148         * modules/crypto/gc-md5: Moved from ../.
17149         * modules/crypto/gc-md5-tests: Moved from ../.
17150         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
17151         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
17152         * modules/crypto/gc-random: Moved from ../.
17153         * modules/crypto/gc-rijndael: Moved from ../.
17154         * modules/crypto/gc-rijndael-tests: Moved from ../.
17155         * modules/crypto/gc-sha1: Moved from ../.
17156         * modules/crypto/gc-sha1-tests: Moved from ../.
17157         * modules/crypto/gc-tests: Moved from ../.
17158         * modules/crypto/hmac-md5: Moved from ../.
17159         * modules/crypto/hmac-md5-tests: Moved from ../.
17160         * modules/crypto/hmac-sha1: Moved from ../.
17161         * modules/crypto/hmac-sha1-tests: Moved from ../.
17162         * modules/crypto/md2: Moved from ../.
17163         * modules/crypto/md2-tests: Moved from ../.
17164         * modules/crypto/md4: Moved from ../.
17165         * modules/crypto/md4-tests: Moved from ../.
17166         * modules/crypto/md5: Moved from ../.
17167         * modules/crypto/md5-tests: Moved from ../.
17168         * modules/crypto/memxor: Moved from ../.
17169         * modules/crypto/rijndael: Moved from ../.
17170         * modules/crypto/rijndael-tests: Moved from ../.
17171         * modules/crypto/sha1: Moved from ../.
17172
17173 2007-03-30  James Youngman  <jay@gnu.org>
17174
17175         * tests/test-stat-time.c (prepare_test): use chmod() rather than
17176         rename() to change the ctime of a file (because ctime is unaffected
17177         by rename on jfs2 on AIX 5.1).
17178         (main): Start by doing cleanup, in case a previous run failed leaving
17179         test files behind.
17180
17181 2007-03-31  Bruno Haible  <bruno@clisp.org>
17182
17183         Support old proprietary implementations of iconv.
17184         * modules/iconv_open: New file.
17185         * lib/iconv_.h: New file.
17186         * m4/iconv_h.m4: New file.
17187         * lib/iconv_open.c: New file.
17188         * lib/iconv_open-aix.gperf: New file.
17189         * lib/iconv_open-hpux.gperf: New file.
17190         * lib/iconv_open-irix.gperf: New file.
17191         * lib/iconv_open-osf.gperf: New file.
17192         * m4/iconv_open.m4: New file.
17193         * modules/linebreak (Depends-on): Add iconv_open.
17194         * modules/striconv (Depends-on): Likewise.
17195         * modules/striconveh (Depends-on): Likewise.
17196         * modules/unicodeio (Depends-on): Likewise.
17197         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
17198         (iconv_t)(-1).
17199         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
17200         conversion if cd is (iconv_t)(-1).
17201         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
17202         is not possible.
17203
17204 2007-03-31  Bruno Haible  <bruno@clisp.org>
17205
17206         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
17207         work on Solaris either. Protect also second use of "autodetect_jp".
17208
17209 2007-03-31  Bruno Haible  <bruno@clisp.org>
17210
17211         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
17212         the function is not present.
17213
17214 2007-03-31  Bruno Haible  <bruno@clisp.org>
17215
17216         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
17217         the function is not present.
17218
17219 2007-03-31  Bruno Haible  <bruno@clisp.org>
17220
17221         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
17222         a bug in HP-UX iconv_open().
17223
17224 2007-03-31  Bruno Haible  <bruno@clisp.org>
17225
17226         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
17227         (Mathematics <math.h>): New section, add fpieee.
17228         (Input/output <stdio.h>): Add fseterr.
17229         (Mathematics <math.h>): New section, add printf-frexp.
17230         (Container data structures): Add sublist.
17231         (Core language properties): Add fpucw, inline.
17232         (Functions for greatest-width integer types <inttypes.h>): Add
17233         imaxabs, imaxdiv, inttypes.
17234         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
17235         isnanl-nolibm, ldexp.
17236         (Mathematics <math.h>): New section, add printf-frexpl.
17237         (Support for systems lacking POSIX:2001): Add fprintf-posix,
17238         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
17239         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
17240         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
17241         (Unicode string functions): Add unistr/u*-mbtoucr.
17242         (Java): Add javacomp-script, javaexec-script.
17243         (C#): Add csharpcomp-script, csharpexec-script.
17244         (Support for building libraries and executables): Add havelib,
17245         relocatable-*.
17246         (Support for maintaining and releasing projects): Renamed from
17247         'Support for maintaining and release projects'. Add announce-gen.
17248
17249 2007-03-31  Bruno Haible  <bruno@clisp.org>
17250
17251         * README: Talk primarily about git.
17252         (git and CVS): Renamed from CVS.
17253         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
17254         gnulib is available through git.
17255         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
17256
17257 2007-03-30  Bruno Haible  <bruno@clisp.org>
17258
17259         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
17260         * lib/poll_.h: Likewise.
17261         * lib/stat_.h: Likewise.
17262         * lib/sys_time_.h: Likewise.
17263         * lib/sysexit_.h: Likewise.
17264         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
17265         * lib/stdbool_.h: Likewise.
17266         * lib/byteswap_.h: Add double-inclusion guard.
17267
17268 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
17269
17270         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
17271
17272 2007-03-30  Karl Berry  <karl@gnu.org>
17273
17274         * config/srclist-update: double space after USA in the license
17275         substitution, since that's how it's usually (?) written.
17276
17277 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
17278
17279         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
17280         reported by Bruno Haible.
17281
17282 2007-03-29  Bruno Haible  <bruno@clisp.org>
17283
17284         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
17285         a bug in AIX iconv().
17286
17287 2007-03-29  Bruno Haible  <bruno@clisp.org>
17288
17289         * modules/ldexpl-tests: New file.
17290         * tests/test-ldexpl.c: New file.
17291
17292 2007-03-29  Bruno Haible  <bruno@clisp.org>
17293
17294         * lib/ldexpl.c: Include fpucw.h.
17295         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
17296         multiplication.
17297         * modules/ldexpl (Depends-on): Add fpucw.
17298
17299 2007-03-29  Bruno Haible  <bruno@clisp.org>
17300
17301         * modules/ldexpl: New file.
17302         * m4/ldexpl.m4: New file.
17303         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
17304         set.
17305         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
17306         REPLACE_LDEXPL.
17307         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
17308         REPLACE_LDEXPL.
17309         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
17310         gl_FUNC_LDEXPL_WORKS.
17311         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
17312         * modules/mathl (Files): Remove lib/ldexpl.c.
17313         (Depends-on): Add ldexpl.
17314
17315 2007-03-29  Bruno Haible  <bruno@clisp.org>
17316
17317         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
17318
17319 2007-03-29  Bruno Haible  <bruno@clisp.org>
17320
17321         * tests/test-striconveh.c (main): Don't assume that a direct conversion
17322         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
17323         and possibly also HP-UX.
17324         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
17325         work on AIX, IRIX, HP-UX, OSF/1.
17326         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
17327         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
17328         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
17329         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
17330         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
17331         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
17332
17333 2007-03-29  Bruno Haible  <bruno@clisp.org>
17334
17335         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
17336
17337 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
17338
17339         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
17340         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
17341
17342 2007-03-29  Eric Blake  <ebb9@byu.net>
17343
17344         * lib/acl-internal.h: Remove redundant include.
17345         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
17346         Cygwin when a file is locked.
17347
17348 2007-03-29  Bruno Haible  <bruno@clisp.org>
17349
17350         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
17351         file.
17352         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
17353
17354 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
17355
17356         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
17357         try to remove a parent directory if the child couldn't be removed
17358         (except for the first rmdir, which could fail because the child
17359         doesn't exist).  Problem reported by Jeff Blaine in
17360         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
17361
17362 2007-03-28  Bruno Haible  <bruno@clisp.org>
17363
17364         * lib/striconveh.c (utf8conv_carefully): New function.
17365         (mem_cd_iconveh_internal): Invoke it.
17366
17367 2007-03-28  Bruno Haible  <bruno@clisp.org>
17368
17369         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
17370         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
17371         input.
17372         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
17373         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
17374         unistr/u8-uctomb.
17375
17376 2007-03-28  Bruno Haible  <bruno@clisp.org>
17377
17378         * modules/unistr/u8-mbtoucr: New file.
17379         * lib/unistr/u8-mbtoucr.c: New file.
17380         * modules/unistr/u16-mbtoucr: New file.
17381         * lib/unistr/u16-mbtoucr.c: New file.
17382         * modules/unistr/u16-mbtoucr: New file.
17383         * lib/unistr/u16-mbtoucr.c: New file.
17384         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
17385
17386 2007-03-27  Simon Josefsson  <simon@josefsson.org>
17387             Bruno Haible  <bruno@clisp.org>
17388
17389         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
17390         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
17391         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
17392
17393         * m4/stdio_h.m4: Add stubs for vasprintf too.
17394
17395         * modules/stdio: Support vasprintf in sed command.
17396
17397         * modules/vasprintf: Depend on stdio for prototypes.  Remove
17398         vasprintf.h.  Add stdio module indicator.
17399
17400         * lib/stdio_.h: Declare asprintf and vasprintf, based on
17401         vasprintf.h.
17402
17403         * lib/vasprintf.h: File removed.
17404
17405         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
17406         * lib/vasprintf.c: Ditto.
17407         * lib/xvasprintf.c: Ditto.
17408         * tests/test-vasprintf-posix.c: Ditto.
17409         * tests/test-vasprintf.c: Ditto.
17410
17411 2007-03-27  Bruno Haible  <bruno@clisp.org>
17412
17413         Make vasnprintf multithread-safe.
17414         * lib/vasnprintf.c (decimal_point_char): New function.
17415         (VASNPRINTF): Use it.
17416         Suggested by Simon Josefsson.
17417
17418 2007-03-27  Eric Blake  <ebb9@byu.net>
17419
17420         Support sub-second birthtime on cygwin.
17421         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
17422         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
17423         (get_stat_birthtime): Also work with st_birthtim.
17424
17425 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
17426
17427         * lib/stat-time.h (USE_BIRTHTIME): Remove.
17428         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
17429         (get_stat_birthtime_ns): Do not try to use "spare" fields.
17430         (get_stat_birthtime_ns): Simplify compile-time tests.
17431         (get_stat_birthtime): Change the API to look like
17432         get_stat_mtime etc., except return a negative tv_nsec on error.
17433         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
17434         Don't check for "spare" fields.
17435         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
17436         or for struct stat.st_birthtime, as these tests aren't used.
17437         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
17438
17439 2007-03-27  Bruno Haible  <bruno@clisp.org>
17440
17441         * lib/stat-time.h: Include <sys/stat.h>.
17442
17443 2007-03-27  James Youngman  <jay@gnu.org>
17444
17445         * lib/stat-time.h (get_stat_birthtime): New function for
17446           retrieving st_birthtime as provided by UFS2 (hence *BSD).
17447         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
17448           and its variants.
17449         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
17450         * modules/stat-time-test: New file.
17451         * tests/test-stat-time.c: New test, devised by Bruno Haible.
17452
17453 2007-03-26  Bruno Haible  <bruno@clisp.org>
17454
17455         Better support of signalling NaNs.
17456         * lib/atanl.c: Include isnanl.h.
17457         (atanl): Perform test for NaN at the beginning of the function and
17458         through a call to isnanl.
17459         * lib/cosl.c: Include isnanl.h.
17460         (cosl): Perform test for NaN at the beginning of the function and
17461         through a call to isnanl.
17462         * lib/ldexpl.c: Include isnanl.h.
17463         (ldexpl): Perform test for NaN through a call to isnanl.
17464         * lib/logl.c: Include isnanl.h.
17465         (logl): Perform test for NaN at the beginning of the function and
17466         through a call to isnanl.
17467         * lib/sinl.c: Include isnanl.h.
17468         (sinl): Perform test for NaN at the beginning of the function and
17469         through a call to isnanl.
17470         * lib/sqrtl.c: Include isnanl.h.
17471         (sqrtl): Perform test for NaN at the beginning of the function and
17472         through a call to isnanl.
17473         * lib/tanl.c: Include isnanl.h.
17474         (tanl): Perform test for NaN at the beginning of the function and
17475         through a call to isnanl.
17476         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
17477         * modules/mathl (Depends-on): Add isnanl.
17478
17479 2007-03-26  Eric Blake  <ebb9@byu.net>
17480
17481         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
17482         regression in logic sense of previous patch.
17483
17484 2007-03-26  Bruno Haible  <bruno@clisp.org>
17485
17486         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
17487         unportable shell command "if ! ...".
17488         Reported by Ralf Wildenhues.
17489
17490 2007-03-25  Bruno Haible  <bruno@clisp.org>
17491
17492         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
17493         <sysexits.h> file, and only add EX_CONFIG.
17494         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
17495         absolute file name and whether it is sufficient. Substitute also
17496         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
17497         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
17498         ABSOLUTE_SYSEXITS_H into sysexits.h.
17499
17500 2007-03-25  Bruno Haible  <bruno@clisp.org>
17501
17502         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
17503         hints is NULL.
17504
17505 2007-03-25  Bruno Haible  <bruno@clisp.org>
17506
17507         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
17508         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
17509
17510 2007-03-25  Bruno Haible  <bruno@clisp.org>
17511
17512         * lib/vasnprintf.c: Include langinfo.h.
17513         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
17514         multithread-safe.
17515         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
17516         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
17517         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17518         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17519         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17520         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17521         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17522         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
17523         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17524         Reported by Simon Josefsson.
17525
17526 2007-03-25  Bruno Haible  <bruno@clisp.org>
17527
17528         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
17529         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
17530         * modules/vasnprintf (Depends-on): Add stdint.
17531
17532 2007-03-25  Bruno Haible  <bruno@clisp.org>
17533
17534         * modules/fpieee: New file.
17535         * m4/fpieee.m4: New file.
17536         * modules/isnan-nolibm (Depends-on): Add fpieee.
17537         * modules/isnanl-nolibm (Depends-on): Add fpieee.
17538         * modules/isnanl (Depends-on): Add fpieee.
17539
17540 2007-03-25  Bruno Haible  <bruno@clisp.org>
17541
17542         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
17543
17544 2007-03-25  Bruno Haible  <bruno@clisp.org>
17545
17546         Avoid test failures on IRIX 6.5.
17547         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
17548         (main): Use it.
17549         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
17550         macros.
17551         (main): Use them.
17552
17553 2007-03-25  Bruno Haible  <bruno@clisp.org>
17554
17555         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
17556         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
17557         exists but doesn't work.
17558         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
17559         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
17560         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
17561         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
17562
17563 2007-03-25  Bruno Haible  <bruno@clisp.org>
17564
17565         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
17566         returns inf. Needed on IRIX 6.5.
17567
17568 2007-03-25  Bruno Haible  <bruno@clisp.org>
17569
17570         * tests/test-frexpl.c: Include isnanl-nolibm.h.
17571         (main): Use isnanl instead of x != x idiom.
17572         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
17573
17574         * tests/test-frexp.c: Include isnan.h.
17575         (main): Use isnan instead of x != x idiom.
17576         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
17577
17578 2007-03-25  Bruno Haible  <bruno@clisp.org>
17579
17580         * tests/test-frexp.c (NaN): New function/macro.
17581         (main): Use it instead of 0.0 / 0.0.
17582         * tests/test-isnan.c (NaN): New function/macro.
17583         (main): Use it instead of 0.0 / 0.0.
17584         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
17585         (test_function): Use it instead of 0.0 / 0.0.
17586         * tests/test-vasprintf-posix.c (NaN): New function/macro.
17587         (test_function): Use it instead of 0.0 / 0.0.
17588         * tests/test-snprintf-posix.h (NaN): New function/macro.
17589         (test_function): Use it instead of 0.0 / 0.0.
17590         * tests/test-sprintf-posix.h (NaN): New function/macro.
17591         (test_function): Use it instead of 0.0 / 0.0.
17592         * tests/test-fprintf-posix.h (NaN): New function/macro.
17593         (test_function): Use it instead of 0.0 / 0.0.
17594         * tests/test-printf-posix.h (NaN): New function/macro.
17595         (test_function): Use it instead of 0.0 / 0.0.
17596
17597         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
17598
17599 2007-03-25  Bruno Haible  <bruno@clisp.org>
17600
17601         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
17602
17603 2007-03-25  Bruno Haible  <bruno@clisp.org>
17604
17605         * lib/regexec.c (merge_state_with_log): Make static.
17606
17607 2007-03-25  Bruno Haible  <bruno@clisp.org>
17608
17609         * lib/trigl.c (kernel_rem_pio2): Make static.
17610
17611 2007-03-25  Bruno Haible  <bruno@clisp.org>
17612
17613         * lib/sincosl.c (sincosl_table): Make static.
17614
17615 2007-03-25  Bruno Haible  <bruno@clisp.org>
17616
17617         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
17618         if the compiler does not support C99.
17619
17620 2007-03-25  Bruno Haible  <bruno@clisp.org>
17621
17622         * modules/time (Makefile.am): Ensure all rule action lines start with a
17623         tab.
17624
17625 2007-03-24  Bruno Haible  <bruno@clisp.org>
17626
17627         * modules/tsearch-tests: New file.
17628         * tests/test-tsearch.sh: New file.
17629         * tests/test-tsearch.c: New file, mostly copied from glibc.
17630
17631         * modules/search-tests: New file.
17632         * tests/test-search.c: New file.
17633
17634         * modules/search: New file.
17635         * lib/search_.h: New file, incorporating lib/tsearch.h.
17636         * m4/search_h.m4: New file.
17637         * lib/tsearch.h: Remove file.
17638         * lib/tsearch.c: Include search.h instead of tsearch.h.
17639         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
17640         HAVE_TSEARCH.
17641         * modules/tsearch (Files): Remove lib/tsearch.h.
17642         (Depends-on): Add search.
17643         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
17644         (Include): Change tsearch.h into search.h.
17645
17646 2007-03-24  Bruno Haible  <bruno@clisp.org>
17647
17648         * modules/fpucw: New file.
17649         * lib/fpucw.h: New file.
17650         * lib/frexp.c: Include fpucw.h.
17651         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
17652         (FUNC): Use them.
17653         * lib/printf-frexp.c: Include fpucw.h.
17654         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
17655         (FUNC): Use them.
17656         * lib/vasnprintf.c: Include fpucw.h.
17657         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
17658         'long double' calculations.
17659         * tests/test-frexpl.c: Include fpucw.h.
17660         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
17661         * tests/test-printf-frexpl.c: Include fpucw.h.
17662         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
17663         * modules/frexpl (Depends-on): Add fpucw.
17664         * modules/printf-frexpl (Depends-on): Likewise.
17665         * modules/fprintf-posix (Depends-on): Likewise.
17666         * modules/snprintf-posix (Depends-on): Likewise.
17667         * modules/sprintf-posix (Depends-on): Likewise.
17668         * modules/vasnprintf-posix (Depends-on): Likewise.
17669         * modules/vasprintf-posix (Depends-on): Likewise.
17670         * modules/vfprintf-posix (Depends-on): Likewise.
17671         * modules/vsnprintf-posix (Depends-on): Likewise.
17672         * modules/vsprintf-posix (Depends-on): Likewise.
17673         * modules/frexpl-tests (Depends-on): Likewise.
17674         * modules/printf-frexpl-tests (Depends-on): Likewise.
17675
17676 2007-03-24  Bruno Haible  <bruno@clisp.org>
17677
17678         * lib/float+.h: New file.
17679         * lib/isnan.c: Include float+.h.
17680         (SIZE): New macro.
17681         (FUNC): Compare only SIZE bytes of the value.
17682         * lib/vasnprintf.c: Include float+.h.
17683         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
17684         SIZEOF_LDBL or SIZEOF_DBL bytes.
17685         * modules/isnan-nolibm (Files): Add lib/float+.h.
17686         * modules/isnanl-nolibm (Files): Add lib/float+.h.
17687         * modules/isnanl (Files): Add lib/float+.h.
17688         * modules/vasnprintf (Files): Add lib/float+.h.
17689
17690 2007-03-24  Bruno Haible  <bruno@clisp.org>
17691
17692         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
17693         include isnanl-nolibm.h.
17694
17695 2007-03-24  Bruno Haible  <bruno@clisp.org>
17696
17697         * tests/test-read-file.c (main): Don't produce spurious output for
17698         expected situations. Make the test fail if it encountered unexpected
17699         results.
17700
17701 2007-03-24  Bruno Haible  <bruno@clisp.org>
17702
17703         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
17704         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
17705
17706 2007-03-24  Bruno Haible  <bruno@clisp.org>
17707
17708         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
17709
17710 2007-03-24  Bruno Haible  <bruno@clisp.org>
17711
17712         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
17713         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
17714
17715         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
17716         * modules/utf8-ucs4: Turn into a symbolic link to module
17717         unistr/u8-mbtouc.
17718
17719         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
17720         utf8-ucs4-unsafe.
17721         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
17722         unistr/u8-mbtouc-unsafe.
17723
17724         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
17725         * modules/utf16-ucs4: Turn into a symbolic link to module
17726         unistr/u16-mbtouc.
17727
17728         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
17729         utf16-ucs4-unsafe.
17730         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
17731         unistr/u16-mbtouc-unsafe.
17732
17733         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
17734         * modules/ucs4-utf8: Turn into a symbolic link to module
17735         unistr/u8-ubtomb.
17736
17737         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
17738         * modules/ucs4-utf16: Turn into a symbolic link to module
17739         unistr/u16-ubtomb.
17740
17741 2007-03-24  Bruno Haible  <bruno@clisp.org>
17742
17743         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
17744         Enable the function only if HAVE_INLINE.
17745         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
17746         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
17747         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
17748         Enable the function only if HAVE_INLINE.
17749         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
17750         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
17751         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
17752         Enable the function only if HAVE_INLINE.
17753         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
17754         Enable the function only if HAVE_INLINE.
17755         * modules/utf8-ucs4: Update.
17756         * modules/utf8-ucs4-unsafe: Update.
17757         * modules/utf16-ucs4: Update.
17758         * modules/utf16-ucs4-unsafe: Update.
17759         * modules/ucs4-utf8: Update.
17760         * modules/ucs4-utf16: Update.
17761
17762 2007-03-24  Bruno Haible  <bruno@clisp.org>
17763
17764         * lib/utf8-ucs4.h: Remove file.
17765         * lib/utf8-ucs4-unsafe.h: Remove file.
17766         * lib/utf16-ucs4.h: Remove file.
17767         * lib/utf16-ucs4-unsafe.h: Remove file.
17768         * lib/ucs4-utf8.h: Remove file.
17769         * lib/ucs4-utf16.h: Remove file.
17770         * lib/unistr.h: Include their previous contents.
17771         * m4/utf-ucs4.m4: Remove file.
17772         * m4/ucs4-utf.m4: Remove file.
17773         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
17774         (Depends-on): Add unistr/base.
17775         (configure.ac): Remove gl_UTF_UCS4.
17776         (Makefile.am): Update.
17777         (Include): Change to unistr.h.
17778         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
17779         (Depends-on): Add unistr/base.
17780         (configure.ac): Remove gl_UTF_UCS4.
17781         (Makefile.am): Update.
17782         (Include): Change to unistr.h.
17783         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
17784         (Depends-on): Add unistr/base.
17785         (configure.ac): Remove gl_UTF_UCS4.
17786         (Makefile.am): Update.
17787         (Include): Change to unistr.h.
17788         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
17789         (Depends-on): Add unistr/base.
17790         (configure.ac): Remove gl_UTF_UCS4.
17791         (Makefile.am): Update.
17792         (Include): Change to unistr.h.
17793         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
17794         (Depends-on): Add unistr/base.
17795         (configure.ac): Remove gl_UCS4_UTF.
17796         (Makefile.am): Update.
17797         (Include): Change to unistr.h.
17798         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
17799         (Depends-on): Add unistr/base.
17800         (configure.ac): Remove gl_UCS4_UTF.
17801         (Makefile.am): Update.
17802         (Include): Change to unistr.h.
17803         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
17804         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
17805         utf8-ucs4-unsafe.h.
17806         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
17807         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
17808         utf16-ucs4-unsafe.h.
17809         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
17810         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
17811         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
17812         * lib/unistr/u8-strchr.c: Likewise.
17813         * lib/unistr/u8-strrchr.c: Likewise.
17814         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
17815         * lib/unistr/u16-strchr.c: Likewise.
17816         * lib/unistr/u16-strrchr.c: Likewise.
17817         * lib/striconveh.c: Update.
17818         * lib/linebreak.c: Update.
17819
17820 2007-03-24  Bruno Haible  <bruno@clisp.org>
17821
17822         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
17823         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
17824
17825 2007-03-22  Bruno Haible  <bruno@clisp.org>
17826
17827         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
17828
17829 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17830
17831         * MODULES.html.sh (File system functions): New module write-any-file.
17832         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
17833         * m4/write-any-file.m4: New files.
17834
17835 2007-03-23  Eric Blake  <ebb9@byu.net>
17836
17837         * gnulib-tool: Rearrange space-tab sequences, since some editors
17838         like to eat them.
17839
17840 2007-03-23  Eric Blake  <ebb9@byu.net>
17841
17842         * lib/version-etc.c (version_etc_va): Update license wording to
17843         be more concise.  Recommended by Richard Stallman.
17844
17845 2007-03-22  Bruno Haible  <bruno@clisp.org>
17846
17847         * lib/poll.c (MSG_PEEK): New fallback definition.
17848
17849 2007-03-22  Bruno Haible  <bruno@clisp.org>
17850
17851         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
17852         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
17853         (main): Update.
17854         Fixes a compilation error on BeOS.
17855
17856 2007-03-22  Bruno Haible  <bruno@clisp.org>
17857
17858         * modules/frexpl-tests: New file.
17859         * tests/test-frexpl.c: New file.
17860
17861         * modules/frexpl: New file.
17862         * m4/frexpl.m4: New file.
17863         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
17864         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
17865         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
17866         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
17867         (Depends-on): Add frexpl. Remove isnanl-nolibm.
17868         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
17869
17870 2007-03-22  Bruno Haible  <bruno@clisp.org>
17871
17872         * lib/frexpl.c: Share code with lib/frexp.c.
17873         * modules/mathl (Files): Add lib/frexp.c.
17874         (Depends-on): Add isnanl-nolibm.
17875
17876 2007-03-22  Bruno Haible  <bruno@clisp.org>
17877
17878         * modules/printf-frexp (Files): Add m4/frexp.m4.
17879         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
17880         only if the found frexp function actually works.
17881
17882 2007-03-22  Bruno Haible  <bruno@clisp.org>
17883
17884         * lib/frexp.c: Remove older implementation that uses divisions.
17885
17886 2007-03-21  Bruno Haible  <bruno@clisp.org>
17887
17888         * modules/frexp-tests: New file.
17889         * tests/test-frexp.c: New file.
17890
17891         * modules/frexp: New file.
17892         * lib/frexp.c: New file.
17893         * m4/frexp.m4: New file.
17894         * lib/math_.h (frexp): New declaration.
17895         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
17896         REPLACE_FREXP.
17897         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
17898
17899 2007-03-21  Bruno Haible  <bruno@clisp.org>
17900
17901         * modules/isnanl-tests: New file.
17902         * tests/test-isnanl.c: New file.
17903
17904         * modules/isnanl: New file.
17905         * lib/isnanl.h: New file.
17906         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
17907         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
17908         gl_FUNC_ISNANL_WORKS.
17909         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
17910         New macros.
17911
17912 2007-03-21  Bruno Haible  <bruno@clisp.org>
17913
17914         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
17915         lib/isnanl.h.
17916         (Include): Update.
17917         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
17918         * lib/vasnprintf.c: Update.
17919         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
17920         tests/test-isnanl.h, remove tests/test-isnanl.c.
17921         (Makefile.am): Update.
17922         * tests/test-isnanl-nolibm.c: New file.
17923         * tests/test-isnanl.h: New file.
17924         * tests/test-isnanl.c: Remove file.
17925
17926 2007-03-21  Jim Meyering  <jim@meyering.net>
17927
17928         When trying to open ".", treat ESTALE like EACCES.
17929         * lib/savewd.c (savewd_save): Resort to forking not just upon
17930         failure with EACCES, but also when errno is ESTALE.
17931
17932 2007-03-20  Bruno Haible  <bruno@clisp.org>
17933
17934         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
17935         Needed on AIX 5.1. Reported by Matthew Woehlke.
17936
17937 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17938
17939         Suggestions by Bruno Haible:
17940         * lib/acl-internal.h: Include "gettext.h" rather than rolling
17941         our own.
17942         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
17943         * modules/acl (Depends-on): Add gettext.
17944
17945 2007-03-19  Bruno Haible  <bruno@clisp.org>
17946
17947         * modules/iconvme: Remove file.
17948         * lib/iconvme.h: Remove file.
17949         * lib/iconvme.c: Remove file.
17950         * m4/iconvme.m4: Remove file.
17951
17952 2007-03-19  Bruno Haible  <bruno@clisp.org>
17953
17954         * doc/relocatable-maint.texi: Break long shell script line.
17955         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
17956
17957 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17958
17959         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
17960         handle file_has_acl.
17961         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
17962         * lib/acl.c: Move header inclusions and related macro defns into
17963         lib/acl-internal.h.
17964         (S_ISLNK): Remove defn, since that's now done for us.
17965         (file_has_acl): Move to lib/file-has-acl.c.
17966         Call acl_trivial if available.  This is the crucial part of the fix.
17967         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
17968         shared within the library.  Rewrite a bit, partly to make it compatible
17969         with the GNU coding style.
17970         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
17971         Remove unnecessary double-quotes.
17972         Don't test for acl_to_text; the build will catch that.
17973         Replace acl_entries if it doesn't exist and it is needed.
17974         Check for -lsec and acl_trivial (as used on Solaris 10).
17975         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
17976         lib/file-has-acl.c.
17977         (Depends-on): Add sys_stat, for S_ISLNK.
17978
17979 2007-03-19  Ben Pfaff  <blp@gnu.org>
17980
17981         * doc/gnulib.texi: Fix typos.
17982         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
17983
17984 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17985
17986         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
17987         If size is zero here, buf must be zero.
17988
17989 2007-03-19  Simon Josefsson  <simon@josefsson.org>
17990
17991         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
17992         <bruno@clisp.org>.
17993
17994 2007-03-18  Bruno Haible  <bruno@clisp.org>
17995
17996         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
17997         Suggested by Eric Blake.
17998
17999 2007-03-18  Ben Pfaff  <blp@gnu.org>
18000
18001         * doc/relocatable.texi: Recommend using as prefix a directory
18002         that does not exist and will never be created.  Based on
18003         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
18004         and others.
18005
18006 2007-03-17  Bruno Haible  <bruno@clisp.org>
18007
18008         * lib/fchownat.c: Include lchown.h.
18009
18010 2007-03-17  Bruno Haible  <bruno@clisp.org>
18011
18012         Fix endless loop when the given allocated size was > INT_MAX.
18013         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
18014         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
18015         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
18016         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
18017         * lib/sprintf.c (sprintf): Likewise.
18018
18019 2007-03-17  Bruno Haible  <bruno@clisp.org>
18020
18021         * tests/test-argp-2.sh (func_compare): Output a context diff.
18022
18023 2007-03-17  Bruno Haible  <bruno@clisp.org>
18024
18025         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
18026         locale's decimal-point character.
18027
18028 2007-03-17  Bruno Haible  <bruno@clisp.org>
18029
18030         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
18031         before comparing it. Needed because on some platforms (e.g. x86) a
18032         'long double' occupies less bytes than sizeof (long double).
18033
18034 2007-03-17  Bruno Haible  <bruno@clisp.org>
18035
18036         * tests/test-crc.c (main): Make printf statements 64-bit clean.
18037         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
18038         * tests/test-getaddrinfo.c (simple): Likewise.
18039         * tests/test-read-file.c (main): Likewise.
18040
18041 2007-03-17  Bruno Haible  <bruno@clisp.org>
18042
18043         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
18044
18045 2007-03-17  Bruno Haible  <bruno@clisp.org>
18046
18047         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
18048         unused variable.
18049
18050 2007-03-17  Bruno Haible  <bruno@clisp.org>
18051
18052         * tests/test-c-strcasecmp.c: Include c-strcase.h.
18053         * tests/test-c-strncasecmp.c: Likewise.
18054
18055 2007-03-17  Bruno Haible  <bruno@clisp.org>
18056
18057         * modules/stdlib (Depends-on): Add unistd.
18058         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
18059         Needed for MacOS X 10.3.
18060
18061 2007-03-17  Bruno Haible  <bruno@clisp.org>
18062
18063         * lib/unistr/u-strdup.h: Include <stdlib.h>.
18064
18065 2007-03-17  Bruno Haible  <bruno@clisp.org>
18066
18067         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
18068
18069 2007-03-17  Bruno Haible  <bruno@clisp.org>
18070
18071         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
18072         to reflect files copied from gnulib (with or without modifications).
18073         Suggested by Jim Meyering.
18074
18075 2007-03-17  Eric Blake  <ebb9@byu.net>
18076
18077         * NEWS: Document stdlib change from 2007-02-18.
18078
18079 2007-03-17  Jim Meyering  <jim@meyering.net>
18080
18081         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
18082         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
18083         someone uses a name containing shell meta-characters.
18084         Reported by Alfred M. Szmidt.
18085
18086         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
18087
18088 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
18089
18090         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
18091         and copy gettext configuration files only if configure.ac contains
18092         a use of AM_GNU_GETTEXT_VERSION.
18093
18094 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
18095
18096         * build-aux/bootstrap (gnulib_name): New variable.
18097         (gnulib_tool_options): Use it.
18098
18099 2007-03-13  Simon Josefsson  <simon@josefsson.org>
18100
18101         * tests/test-des.c: Use new namespace.
18102
18103 2007-03-15  Bruno Haible  <bruno@clisp.org>
18104
18105         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
18106         Reported by James Youngman <jay@gnu.org>.
18107
18108 2007-03-15  Bruno Haible  <bruno@clisp.org>
18109
18110         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
18111         declared prototype. Needed with cc on OSF/1 5.1.
18112
18113 2007-03-15  Bruno Haible  <bruno@clisp.org>
18114
18115         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
18116         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
18117         (struct gl_list_implementation): Add dispose_fn argument to the
18118         'create_empty', 'create' methods.
18119         (struct gl_list_impl_base): Add field 'dispose_fn'.
18120         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
18121         argument.
18122         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
18123         dispose_fn argument.
18124         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
18125         dispose_fn on the dropped values.
18126         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
18127         dispose_fn argument.
18128         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
18129         dropped values.
18130         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
18131         (gl_tree_remove_node): Call dispose_fn on the dropped value.
18132         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
18133         (gl_tree_remove_node): Call dispose_fn on the dropped value.
18134         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
18135         argument.
18136         (gl_tree_list_free): Call dispose_fn on the dropped values.
18137         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
18138         the dropped values.
18139         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
18140         Add dispose_fn argument.
18141         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
18142         Call dispose_fn on the dropped values.
18143         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
18144         Add dispose_fn argument.
18145         (gl_sublist_create): Initialize the 'dispose_fn' field.
18146         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
18147         * tests/test-array_list.c (main): Update.
18148         * tests/test-carray_list.c (main): Update.
18149         * tests/test-avltree_list.c (main): Update.
18150         * tests/test-rbtree_list.c (main): Update.
18151         * tests/test-avltreehash_list.c (main): Update.
18152         * tests/test-rbtreehash_list.c (main): Update.
18153         * tests/test-linked_list.c (main): Update.
18154         * tests/test-linkedhash_list.c (main): Update.
18155         * tests/test-array_oset.c (main): Update.
18156
18157 2007-03-15  Bruno Haible  <bruno@clisp.org>
18158
18159         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
18160         (gl_oset_create_empty): Add dispose_fn argument.
18161         (struct gl_oset_implementation): Add dispose_fn argument to
18162         'create_empty' method.
18163         (struct gl_oset_impl_base): Add dispose_fn field.
18164         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
18165         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
18166         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
18167         values.
18168         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
18169         (gl_tree_oset_free): Call dispose_fn on the dropped values.
18170         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
18171         dropped value.
18172         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
18173         dropped value.
18174         * tests/test-array_oset.c (main): Update.
18175         * tests/test-avltree_oset.c (main): Update.
18176         * tests/test-rbtree_oset.c (main): Update.
18177         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
18178
18179 2007-03-13  Bruno Haible  <bruno@clisp.org>
18180
18181         * tests/test-stdbool.c (i): Update after last patch.
18182
18183 2007-03-12  Bruno Haible  <bruno@clisp.org>
18184
18185         * lib/quotearg.c: Include <wctype.h> early, before the definition of
18186         the iswprint macro. Needed on Solaris 2.5.1.
18187
18188 2007-03-12  Bruno Haible  <bruno@clisp.org>
18189
18190         * tests/test-printf-frexp.c (main): Declare x as volatile.
18191
18192 2007-03-12  Simon Josefsson  <simon@josefsson.org>
18193
18194         * doc/gnulib.texi (Build robot for gnulib): New section.
18195
18196 2007-03-12  Jim Meyering  <jim@meyering.net>
18197
18198         * build-aux/bootstrap: New file.
18199         * build-aux/bootstrap.conf: New file, from coreutils.
18200
18201 2007-03-11  Bruno Haible  <bruno@clisp.org>
18202
18203         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
18204
18205 2007-03-12  Simon Josefsson  <simon@josefsson.org>
18206
18207         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
18208         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
18209         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
18210
18211 2007-03-11  Bruno Haible  <bruno@clisp.org>
18212
18213         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
18214         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
18215
18216 2007-03-11  Bruno Haible  <bruno@clisp.org>
18217
18218         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
18219         formula. Needed for SunPRO C 5.0.
18220
18221 2007-03-11  Bruno Haible  <bruno@clisp.org>
18222
18223         * modules/long-options (Depends-on): Add getopt.
18224
18225 2007-03-11  Bruno Haible  <bruno@clisp.org>
18226
18227         * modules/modechange (Depends-on): Add stdbool.
18228
18229 2007-03-11  Bruno Haible  <bruno@clisp.org>
18230
18231         * modules/i-ring (Depends-on): Add stdbool.
18232
18233 2007-03-11  Bruno Haible  <bruno@clisp.org>
18234
18235         * modules/gc-des (Depends-on): Add stdbool.
18236
18237 2007-03-11  Bruno Haible  <bruno@clisp.org>
18238
18239         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
18240
18241 2007-03-11  Bruno Haible  <bruno@clisp.org>
18242
18243         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
18244
18245 2007-03-11  Bruno Haible  <bruno@clisp.org>
18246
18247         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
18248
18249 2007-03-11  Bruno Haible  <bruno@clisp.org>
18250
18251         * lib/vasnprintf.c (sprintf): Undefine.
18252
18253 2007-03-11  Bruno Haible  <bruno@clisp.org>
18254
18255         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
18256         initializers in SunPRO C and Compaq C compilers.
18257
18258 2007-03-11  Bruno Haible  <bruno@clisp.org>
18259
18260         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
18261         decrementing code ANSI C compliant.
18262
18263 2007-03-11  Bruno Haible  <bruno@clisp.org>
18264
18265         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
18266         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
18267
18268 2007-03-11  Bruno Haible  <bruno@clisp.org>
18269
18270         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
18271         <stdbool.h> substitute doesn't pass.
18272
18273 2007-03-11  Bruno Haible  <bruno@clisp.org>
18274
18275         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
18276
18277 2007-03-11  Bruno Haible  <bruno@clisp.org>
18278
18279         * gnulib-tool (func_create_megatestdir): Create also an autobuild
18280         script, for submission to autobuild.josefsson.org.
18281
18282 2007-03-10  Bruno Haible  <bruno@clisp.org>
18283
18284         * modules/canonicalize-lgpl-tests: New file.
18285         * tests/test-canonicalize-lgpl.sh: New file.
18286         * tests/test-canonicalize-lgpl.c: New file.
18287
18288         * modules/c-strcase-tests: New file.
18289         * tests/test-c-strcase.sh: New file.
18290         * tests/test-c-strcasecmp.c: New file.
18291         * tests/test-c-strncasecmp.c: New file.
18292
18293         * modules/atexit-tests: New file.
18294         * tests/test-atexit.sh: New file.
18295         * tests/test-atexit.c: New file.
18296
18297 2007-03-10  Bruno Haible  <bruno@clisp.org>
18298
18299         * tests/test-binary-io.sh: Use temporary filenames that are not so
18300         likely to clash with those of other tests (in a parallel make).
18301         * tests/test-binary-io.c: Likewise.
18302
18303 2007-03-10  Bruno Haible  <bruno@clisp.org>
18304
18305         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
18306         fallback; use #error instead.
18307         Suggested by Simon Josefsson.
18308
18309 2007-03-10  Bruno Haible  <bruno@clisp.org>
18310
18311         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
18312         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
18313         first and the last.
18314
18315 2007-03-10  Bruno Haible  <bruno@clisp.org>
18316
18317         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
18318
18319 2007-03-10  Bruno Haible  <bruno@clisp.org>
18320
18321         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
18322         "make distcheck".
18323         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
18324         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
18325         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
18326
18327 2007-03-10  Bruno Haible  <bruno@clisp.org>
18328
18329         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
18330         variable.
18331         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
18332         variable.
18333
18334 2007-03-09  Eric Blake  <ebb9@byu.net>
18335         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
18336
18337         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
18338         types are not being provided by gnulib.
18339         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
18340         types are supported.
18341
18342 2007-03-10  Bruno Haible  <bruno@clisp.org>
18343
18344         * lib/stdio_.h (__attribute__): New macro.
18345         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
18346         vsprintf): Specify __attribute__ __format__ for GCC.
18347         Suggested by Eric Blake.
18348
18349 2007-03-09  Bruno Haible  <bruno@clisp.org>
18350
18351         * modules/printf-posix-tests: New file.
18352         * tests/test-printf-posix.sh: New file.
18353         * tests/test-printf-posix.c: New file.
18354
18355         * modules/printf-posix: New file.
18356         * lib/printf.c: New file.
18357         * m4/printf-posix-rpl.m4: New file.
18358         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
18359         REPLACE_PRINTF.
18360         * lib/stdio_.h (printf): New declaration.
18361         (format, __format__, ____printf____, ____scanf____, ____strftime____,
18362         ____strfmon____): New macros.
18363         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
18364         REPLACE_PRINTF.
18365
18366 2007-03-09  Bruno Haible  <bruno@clisp.org>
18367
18368         * tests/test-vasnprintf-posix2.sh: New file.
18369         * tests/test-vasnprintf-posix2.c: New file.
18370         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
18371         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
18372         (Makefile.am): Activate test-vasnprintf-posix2.sh.
18373
18374         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
18375         a locale dependent decimal point, rather than always '.'.
18376
18377 2007-03-09  Eric Blake  <ebb9@byu.net>
18378
18379         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
18380         spite of platforms like Tandem/NSK that define it to -1.
18381
18382 2007-03-08  Bruno Haible  <bruno@clisp.org>
18383
18384         * modules/vprintf-posix-tests: New file.
18385         * tests/test-vprintf-posix.sh: New file.
18386         * tests/test-vprintf-posix.c: New file.
18387         * tests/test-printf-posix.h: New file.
18388
18389         * modules/vprintf-posix: New file.
18390         * lib/vprintf.c: New file.
18391         * m4/vprintf-posix.m4: New file.
18392         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
18393         REPLACE_VPRINTF.
18394         * lib/stdio_.h (vprintf): New declaration.
18395         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
18396         REPLACE_VPRINTF.
18397
18398 2007-03-08  Bruno Haible  <bruno@clisp.org>
18399
18400         * modules/fprintf-posix-tests: New file.
18401         * tests/test-fprintf-posix.sh: New file.
18402         * tests/test-fprintf-posix.c: New file.
18403
18404         * modules/fprintf-posix: New file.
18405         * lib/fprintf.c: New file.
18406         * m4/fprintf-posix.m4: New file.
18407         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
18408         REPLACE_FPRINTF.
18409         * lib/stdio_.h (fprintf): New declaration.
18410         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
18411         REPLACE_FPRINTF.
18412
18413 2007-03-08  Bruno Haible  <bruno@clisp.org>
18414
18415         * modules/vfprintf-posix-tests: New file.
18416         * tests/test-vfprintf-posix.sh: New file.
18417         * tests/test-vfprintf-posix.c: New file.
18418         * tests/test-fprintf-posix.h: New file.
18419         * tests/test-fprintf-posix.out: New file.
18420
18421         * modules/vfprintf-posix: New file.
18422         * lib/vfprintf.c: New file.
18423         * m4/vfprintf-posix.m4: New file.
18424         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
18425         REPLACE_VFPRINTF.
18426         * lib/stdio_.h (vfprintf): New declaration.
18427         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
18428         REPLACE_VFPRINTF.
18429
18430 2007-03-08  Bruno Haible  <bruno@clisp.org>
18431
18432         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
18433
18434 2007-03-08  Bruno Haible  <bruno@clisp.org>
18435
18436         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
18437         instead of 'expr' invocations.
18438         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18439         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18440         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18441         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18442         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18443         Suggested by Paul Eggert.
18444
18445 2007-03-08  Bruno Haible  <bruno@clisp.org>
18446
18447         * modules/fseterr-tests: New file.
18448         * tests/test-fseterr.c: New file.
18449
18450         * modules/fseterr: New file.
18451         * lib/fseterr.h: New file.
18452         * lib/fseterr.c: New file.
18453
18454 2007-03-08  Bruno Haible  <bruno@clisp.org>
18455
18456         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
18457         * lib/getopt_.h: Likewise.
18458         * lib/mbswidth.h: Likewise.
18459         * lib/setenv.h: Likewise.
18460         * lib/vasnprintf.h: Likewise.
18461         * lib/vasprintf.h: Likewise.
18462         * lib/verror.h: Likewise.
18463         * lib/xsetenv.h: Likewise.
18464         * lib/xvasprintf.h: Likewise.
18465
18466 2007-03-08  Jim Meyering  <jim@meyering.net>
18467
18468         * users.txt: Add parted.
18469
18470         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
18471
18472 2007-03-07  Bruno Haible  <bruno@clisp.org>
18473
18474         * m4/printf.m4: Make the shell script snippets copy&pastable.
18475
18476 2007-03-02  Bruno Haible  <bruno@clisp.org>
18477
18478         * lib/netinet_in_.h: New file.
18479         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
18480         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
18481         * modules/netinet_in (Files): Add lib/netinet_in_.h.
18482         (Depends-on): Add absolute-header.
18483         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
18484         into netinet/in.h.
18485
18486 2007-03-03  Bruno Haible  <bruno@clisp.org>
18487
18488         * lib/sys_select_.h: New file.
18489         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
18490         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
18491         * modules/sys_select (Files): Add lib/sys_select_.h.
18492         (Depends-on): Add absolute-header.
18493         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
18494         into sys/select.h.
18495
18496 2007-03-02  Bruno Haible  <bruno@clisp.org>
18497
18498         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
18499         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
18500         values.
18501         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
18502         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
18503         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
18504         * modules/sys_socket (Depends-on): Add absolute-header.
18505         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
18506         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
18507         (Include): Remove requirement of inclusion of <sys/types.h>.
18508
18509 2007-03-02  Bruno Haible  <bruno@clisp.org>
18510
18511         * lib/byteswap_.h (bswap_32): Fix formula.
18512
18513 2007-03-06  Bruno Haible  <bruno@clisp.org>
18514
18515         * modules/sprintf-posix-tests: New file.
18516         * tests/test-sprintf-posix.c: New file.
18517
18518         * modules/sprintf-posix: New file.
18519         * lib/sprintf.c: New file.
18520         * m4/sprintf-posix.m4: New file.
18521         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
18522         REPLACE_SPRINTF.
18523         * lib/stdio_.h (sprintf): New declaration.
18524         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
18525         REPLACE_SPRINTF.
18526
18527 2007-03-06  Bruno Haible  <bruno@clisp.org>
18528
18529         * modules/vsprintf-posix-tests: New file.
18530         * tests/test-vsprintf-posix.c: New file.
18531         * tests/test-sprintf-posix.h: New file.
18532
18533         * modules/vsprintf-posix: New file.
18534         * lib/vsprintf.c: New file.
18535         * m4/vsprintf-posix.m4: New file.
18536         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
18537         REPLACE_VSPRINTF.
18538         * lib/stdio_.h (vsprintf): New declaration.
18539         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
18540         REPLACE_VSPRINTF.
18541
18542 2007-03-06  Bruno Haible  <bruno@clisp.org>
18543
18544         * modules/vsnprintf (Depend-on): Remove minmax.
18545
18546 2007-03-06  Bruno Haible  <bruno@clisp.org>
18547
18548         * modules/snprintf-posix-tests: New file.
18549         * tests/test-snprintf-posix.c: New file.
18550
18551         * modules/snprintf-posix: New file.
18552         * m4/snprintf-posix.m4: New file.
18553         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
18554         gl_FUNC_SNPRINTF.
18555         (gl_FUNC_SNPRINTF): Invoke it.
18556         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
18557         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
18558         is set.
18559         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
18560
18561 2007-03-06  Bruno Haible  <bruno@clisp.org>
18562
18563         * modules/vsnprintf-posix-tests: New file.
18564         * tests/test-vsnprintf-posix.c: New file.
18565         * tests/test-snprintf-posix.h: New file.
18566
18567         * modules/vsnprintf-posix: New file.
18568         * m4/vsnprintf-posix.m4: New file.
18569         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
18570         gl_FUNC_VSNPRINTF.
18571         (gl_FUNC_VSNPRINTF): Invoke it.
18572         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
18573         * lib/stdio_.h (vsnprintf): Define as a replacement if
18574         REPLACE_VSNPRINTF is set.
18575         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
18576
18577 2007-03-06  Bruno Haible  <bruno@clisp.org>
18578
18579         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
18580         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
18581
18582 2007-03-06  Bruno Haible  <bruno@clisp.org>
18583
18584         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
18585         (asinl): Declare also if HAVE_DECL_ASINL is set.
18586         (atanl): Declare also if HAVE_DECL_ATANL is set.
18587         (ceill): Declare also if HAVE_DECL_CEILL is set.
18588         (cosl): Declare also if HAVE_DECL_COSL is set.
18589         (expl): Declare also if HAVE_DECL_EXPL is set.
18590         (floorl): Declare also if HAVE_DECL_FLOORL is set.
18591         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
18592         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
18593         (logl): Declare also if HAVE_DECL_LOGL is set.
18594         (sinl): Declare also if HAVE_DECL_SINL is set.
18595         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
18596         (tanl): Declare also if HAVE_DECL_TANL is set.
18597         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
18598         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
18599         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
18600         declaration of frexpl, ldexpl.
18601         * modules/printf-frexpl (Depends-on): Add math.
18602         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
18603
18604 2007-03-05  Bruno Haible  <bruno@clisp.org>
18605
18606         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
18607         frexpl and ldexpl are declared.
18608         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
18609
18610 2007-03-05  Bruno Haible  <bruno@clisp.org>
18611
18612         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
18613         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
18614
18615 2007-03-05  Bruno Haible  <bruno@clisp.org>
18616
18617         * lib/stdio_.h: Include <stddef.h>.
18618
18619 2007-03-05  Bruno Haible  <bruno@clisp.org>
18620
18621         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
18622
18623 2007-03-05  Bruno Haible  <bruno@clisp.org>
18624
18625         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
18626         NetBSD 4, from Ralf Wildenhues.
18627
18628 2007-03-04  Bruno Haible  <bruno@clisp.org>
18629
18630         * lib/vasprintf.h: Update #if logic for the case when the functions
18631         exist but are overridden.
18632
18633 2007-03-04  Bruno Haible  <bruno@clisp.org>
18634
18635         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
18636         implementations: glibc-2.4 and MacOS X 10.3.
18637         * tests/test-vasnprintf-posix.c (test_function): Test also the case
18638         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
18639         * tests/test-vasprintf-posix.c (test_function): Likewise.
18640
18641 2007-03-04  Bruno Haible  <bruno@clisp.org>
18642
18643         * modules/vasprintf-posix-tests: New file.
18644         * tests/test-vasprintf-posix.c: New file.
18645
18646         * modules/vasprintf-posix: New file.
18647         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
18648         defined.
18649         * m4/vasprintf-posix.m4: New file.
18650         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
18651         gl_FUNC_VASPRINTF.
18652         (gl_FUNC_VASPRINTF): Invoke it.
18653         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
18654         here.
18655         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
18656
18657 2007-03-04  Bruno Haible  <bruno@clisp.org>
18658
18659         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
18660         REPLACE_GETTIMEOFDAY.
18661         * modules/sys_time (Makefile.am): Likewise.
18662         * m4/sys_time_h.m4: Likewise.
18663         * m4/gettimeofday.m4: Likewise.
18664
18665 2007-03-04  Bruno Haible  <bruno@clisp.org>
18666
18667         * modules/vasnprintf-posix-tests: New file.
18668         * tests/test-vasnprintf-posix.c: New file.
18669
18670         * modules/vasnprintf-posix: New file.
18671         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
18672         printf-frexpl.h.
18673         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
18674         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
18675         REPLACE_VASNPRINTF is defined.
18676         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
18677         gl_FUNC_VASNPRINTF.
18678         (gl_FUNC_VASNPRINTF): Invoke it.
18679         * m4/vasnprintf-posix.m4: New file.
18680         * m4/printf.m4: New file.
18681
18682 2007-03-04  Bruno Haible  <bruno@clisp.org>
18683
18684         Compile progreloc.c only if --enable-relocatable is specified.
18685         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
18686         if --enable-relocatable was specified.
18687         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
18688         lib_SOURCES.
18689
18690 2007-03-04  Jim Meyering  <jim@meyering.net>
18691
18692         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
18693         Use it consistently, rather than enumerating errno constants.
18694
18695 2007-03-04  Bruno Haible  <bruno@clisp.org>
18696
18697         * modules/xvasprintf-tests: New file.
18698         * tests/test-xvasprintf.c: New file.
18699
18700         * modules/vasprintf-tests: New file.
18701         * tests/test-vasprintf.c: New file.
18702
18703         * modules/vasnprintf-tests: New file.
18704         * tests/test-vasnprintf.c: New file.
18705
18706         * modules/vsnprintf-tests: New file.
18707         * tests/test-vsnprintf.c: New file.
18708
18709         * modules/snprintf-tests: New file.
18710         * tests/test-snprintf.c: New file.
18711
18712 2007-03-04  Bruno Haible  <bruno@clisp.org>
18713
18714         Compile relocatable.c only if --enable-relocatable is specified.
18715         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
18716         gl_RELOCATABLE_LIBRARY.
18717         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
18718         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
18719         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
18720         gl_RELOCATABLE_LIBRARY.
18721         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
18722         (Makefile.am): Remove lib_SOURCES.
18723         * modules/relocatable-lib-lgpl (configure.ac): Invoke
18724         gl_RELOCATABLE_LIBRARY.
18725         (Makefile.am): Remove lib_SOURCES.
18726         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
18727         always.
18728         * modules/relocatable-prog-wrapper (configure.ac): Invoke
18729         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
18730
18731 2007-03-04  Bruno Haible  <bruno@clisp.org>
18732
18733         * modules/argmatch-tests: New file.
18734         * tests/test-argmatch.c: New file.
18735
18736         * tests/test-allocsa.c (main): Halve the number of loop runs.
18737
18738         * modules/alloca-opt-tests: New file.
18739         * tests/test-alloca-opt.c: New file.
18740
18741 2007-03-04  Jim Meyering  <jim@meyering.net>
18742
18743         Work around difference between Linux ACLs and Solaris 10 ZFS.
18744         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
18745         for EINVAL.
18746
18747 2007-03-03  Bruno Haible  <bruno@clisp.org>
18748
18749         * modules/relocatable-prog (Depends-on): Add back progreloc's
18750         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
18751
18752 2007-03-03  Bruno Haible  <bruno@clisp.org>
18753
18754         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
18755         * modules/relocatable-lib: New file.
18756
18757 2007-03-03  Bruno Haible  <bruno@clisp.org>
18758
18759         * modules/relocatable-prog: Renamed from modules/relocatable.
18760         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
18761
18762 2007-03-03  Bruno Haible  <bruno@clisp.org>
18763
18764         * modules/relocatable-script (Files): Add doc/relocatable.texi,
18765         m4/relocatable-lib.m4.
18766         (Depends-on): Remove 'relocatable'.
18767         (configure.ac): Add gl_RELOCATABLE_NOP.
18768
18769 2007-03-03  Bruno Haible  <bruno@clisp.org>
18770
18771         * modules/relocatable-prog-wrapper: New file.
18772         * modules/relocatable (Depends-on): Add it. Remove all other
18773         dependencies except progname.
18774         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
18775
18776         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
18777         (gl_FUNC_STRERROR): Nop.
18778         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
18779
18780         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
18781         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
18782
18783         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
18784         (gl_FUNC_READLINK): Update.
18785
18786         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
18787
18788 2007-03-03  Bruno Haible  <bruno@clisp.org>
18789
18790         * lib/xreadlink.c: Include <unistd.h> unconditionally.
18791         * modules/xreadlink (Depends-on): Add unistd.
18792         * modules/xreadlink-with-size (Depends-on): Likewise.
18793
18794 2007-03-03  Bruno Haible  <bruno@clisp.org>
18795
18796         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
18797         extracted from gt_FUNC_SETENV.
18798         (gt_FUNC_SETENV): Remove macro.
18799         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
18800         remove gt_FUNC_SETENV.
18801
18802 2007-03-03  Bruno Haible  <bruno@clisp.org>
18803
18804         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
18805         ENABLE_RELOCATABLE here.
18806         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
18807
18808 2007-03-03  Bruno Haible  <bruno@clisp.org>
18809
18810         * modules/rbtreehash-list-tests (Depends-on): Add progname.
18811         * tests/test-rbtreehash_list.c: Include progname.h.
18812         (main): Call set_program_name.
18813
18814         * modules/rbtree-oset-tests (Depends-on): Add progname.
18815         * tests/test-rbtree_oset.c: Include progname.h.
18816         (main): Call set_program_name.
18817
18818         * modules/rbtree-list-tests (Depends-on): Add progname.
18819         * tests/test-rbtree_list.c: Include progname.h.
18820         (main): Call set_program_name.
18821
18822         * modules/linked-list-tests (Depends-on): Add progname.
18823         * tests/test-linked_list.c: Include progname.h.
18824         (main): Call set_program_name.
18825
18826 2007-03-03  Bruno Haible  <bruno@clisp.org>
18827
18828         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
18829         All uses of __restrict changed to _Restrict_.
18830         * lib/glob_.h (__restrict): Remove macro.
18831
18832 2007-03-02  Bruno Haible  <bruno@clisp.org>
18833
18834         * modules/gettext (configure.ac): Require gettext infrastructure
18835         from version 0.16.1.
18836
18837 2007-03-02  Bruno Haible  <bruno@clisp.org>
18838
18839         * modules/linkedhash-list-tests (Depends-on): Add progname.
18840         * tests/test-linkedhash_list.c: Include progname.h.
18841         (main): Call set_program_name.
18842
18843         * modules/carray-list-tests (Depends-on): Add progname.
18844         * tests/test-carray_list.c: Include progname.h.
18845         (main): Call set_program_name.
18846
18847         * modules/avltreehash-list-tests (Depends-on): Add progname.
18848         * tests/test-avltreehash_list.c: Include progname.h.
18849         (main): Call set_program_name.
18850
18851         * modules/avltree-oset-tests (Depends-on): Add progname.
18852         * tests/test-avltree_oset.c: Include progname.h.
18853         (main): Call set_program_name.
18854
18855         * modules/avltree-list-tests (Depends-on): Add progname.
18856         * tests/test-avltree_list.c: Include progname.h.
18857         (main): Call set_program_name.
18858
18859         * modules/array-oset-tests (Depends-on): Add progname.
18860         * tests/test-array_oset.c: Include progname.h.
18861         (main): Call set_program_name.
18862
18863         * modules/array-list-tests (Depends-on): Add progname.
18864         * tests/test-array_list.c: Include progname.h.
18865         (main): Call set_program_name.
18866
18867         * modules/argp-tests (Depends-on): Add progname.
18868         * tests/test-argp.c: Include argp.h first. Include progname.h.
18869         (main): Call set_program_name.
18870
18871 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
18872
18873         * doc/gnulib-tool.texi (Initial import): Reword description of
18874         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
18875         limited effect even if defined after the first system include.
18876
18877 2007-03-01  Bruno Haible  <bruno@clisp.org>
18878
18879         * build-aux/config.libpath: Update to libtool-1.5.22.
18880         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18881
18882 2007-03-01  Bruno Haible  <bruno@clisp.org>
18883
18884         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
18885         foo_CFLAGS.
18886         Reported by Ralf Wildenhues.
18887
18888 2007-03-01  Bruno Haible  <bruno@clisp.org>
18889
18890         * build-aux/install-reloc: Remove object files left over by some
18891         compilers.
18892         Reported by Ralf Wildenhues.
18893
18894 2007-03-01  Bruno Haible  <bruno@clisp.org>
18895
18896         * build-aux/install-reloc: Break long lines.
18897
18898 2007-03-01  Bruno Haible  <bruno@clisp.org>
18899
18900         * doc/relocatable.texi: Document that it may not work on OpenBSD.
18901         Reported by Ralf Wildenhues.
18902
18903 2007-03-01  Bruno Haible  <bruno@clisp.org>
18904
18905         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
18906         include ordering constraints.
18907
18908 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18909
18910         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
18911         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
18912         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
18913         as another example.
18914         * lib/time_.h: Fix misspelling.
18915         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
18916         Require gl_HEADER_TIME_H_DEFAULTS.
18917         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
18918         * m4/time_r.m4 (gl_TIME_R): Likewise.
18919         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
18920
18921 2007-03-01  Bruno Haible  <bruno@clisp.org>
18922
18923         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
18924         * m4/utimens.m4 (gl_UTIMENS): Likewise.
18925
18926 2007-03-01  Jim Meyering  <jim@meyering.net>
18927
18928         * modules/xreadlink (Maintainer): Add my name.
18929         * modules/xreadlink-with-size (Depends-on): Alphabetize.
18930
18931 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
18932             Bruno Haible  <bruno@clisp.org>
18933
18934         * build-aux/install-reloc: Compile also c-ctype.c.
18935         * build-aux/relocatable.sh.in: New file.
18936         * doc/relocatable.texi: New file.
18937         * doc/relocatable-maint.texi: New file.
18938         * doc/gnulib.texi: Include relocatable-maint.texi.
18939         * lib/progreloc.c: Include unistd.h unconditionally.
18940         * lib/relocwrapper.c: Include unistd.h unconditionally.
18941         Include c-ctype.h.
18942         (add_dotbin): Use c_tolower.
18943         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
18944         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
18945         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
18946         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
18947         to m4/relocatable-lib.m4.
18948         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
18949         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
18950         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
18951         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
18952         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
18953         * modules/relocatable: New file.
18954         * modules/relocatable-lib: New file.
18955         * modules/relocatable-script: New file.
18956
18957 2007-02-28  Bruno Haible  <bruno@clisp.org>
18958
18959         Import --enable-relocatable infrastructure.
18960         * build-aux/config.libpath: New file, from GNU gettext.
18961         * build-aux/install-reloc: New file, from GNU gettext.
18962         * build-aux/reloc-ldflags: New file, from GNU gettext.
18963         * lib/relocatable.h: New file, from GNU gettext.
18964         * lib/relocatable.c: New file, from GNU gettext.
18965         * lib/relocwrapper.c: New file, from GNU gettext.
18966         * m4/relocatable.m4: New file, from GNU gettext.
18967
18968 2007-02-28  Bruno Haible  <bruno@clisp.org>
18969
18970         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
18971
18972         * modules/xreadlink: New file, from GNU gettext with modifications.
18973         * lib/xreadlink.c: New file, from GNU gettext.
18974         * lib/xreadlink.h: Add comments.
18975         (xreadlink): New declaration.
18976
18977         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
18978         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
18979         lib/xreadlink-with-size.c.
18980         (configure.ac): Remove gl_XREADLINK invocation.
18981         (Makefile.am): Augment lib_SOURCES.
18982         * m4/xreadlink.m4: Remove file.
18983         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
18984         (xreadlink_with_size): Renamed from xreadink.
18985         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
18986         * modules/canonicalize (Depends-on): Replace xreadlink with
18987         xreadlink-with-size.
18988         * lib/canonicalize.c (canonicalize_filename_mode): Update.
18989
18990 2007-02-25  Jim Meyering  <jim@meyering.net>
18991
18992         * build-aux/announce-gen: When complaining about excess arguments,
18993         list them.
18994
18995 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
18996
18997         * README: Document signed integer overflow situation more
18998         accurately.
18999
19000 2007-02-25  Bruno Haible  <bruno@clisp.org>
19001
19002         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
19003         'a' or 'A' conversion.
19004
19005 2007-02-25  Bruno Haible  <bruno@clisp.org>
19006
19007         * modules/filename: Renamed from modules/pathname.
19008         (Files): Replace lib/pathname.h with lib/filename.h. Replace
19009         lib/concatpath.c with lib/concat-filename.c.
19010         (Makefile.am): Update.
19011         (Include): Replace pathname.h with filename.h.
19012         * lib/filename.h: Renamed from lib/pathname.h.
19013         (concatenated_filename): Renamed from concatenated_pathname.
19014         * lib/concat-filename.c: Renamed from lib/concatpath.c.
19015         (concatenated_filename): Renamed from concatenated_pathname.
19016         * lib/findprog.c: Include filename.h instead of pathname.h.
19017         (find_in_path): Update.
19018         * lib/javacomp.c: Include filename.h instead of pathname.h.
19019         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
19020         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
19021         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
19022         is_oldgcj_14_13_usable, is_javac_usable): Update.
19023         * lib/javaexec.c: Include filename.h instead of pathname.h.
19024         (execute_java_class): Update.
19025         * modules/findprog: Update.
19026         * modules/javacomp: Update.
19027         * modules/javaexec: Update.
19028         * MODULES.html.sh (File system functions): Add 'filename', remove
19029         'pathname'.
19030
19031 2007-02-25  Bruno Haible  <bruno@clisp.org>
19032
19033         * modules/printf-frexpl-tests: New file.
19034         * tests/test-printf-frexpl.c: New file.
19035
19036         * modules/printf-frexpl: New file.
19037         * lib/printf-frexpl.h: New file.
19038         * lib/printf-frexpl.c: New file.
19039         * m4/printf-frexpl.m4: New file.
19040
19041 2007-02-25  Bruno Haible  <bruno@clisp.org>
19042
19043         * modules/printf-frexp-tests: New file.
19044         * tests/test-printf-frexp.c: New file.
19045
19046         * modules/printf-frexp: New file.
19047         * lib/printf-frexp.h: New file.
19048         * lib/printf-frexp.c: New file.
19049         * m4/printf-frexp.m4: New file.
19050
19051 2007-02-25  Bruno Haible  <bruno@clisp.org>
19052
19053         Assume automake >= 1.10 for the tests.
19054         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
19055         * modules/arctwo-tests: Likewise.
19056         * modules/argp-tests: Likewise.
19057         * modules/avltree-list-tests: Likewise.
19058         * modules/avltree-oset-tests: Likewise.
19059         * modules/avltreehash-list-tests: Likewise.
19060         * modules/carray-list-tests: Likewise.
19061         * modules/crc-tests: Likewise.
19062         * modules/des-tests: Likewise.
19063         * modules/gc-arcfour-tests: Likewise.
19064         * modules/gc-arctwo-tests: Likewise.
19065         * modules/gc-des-tests: Likewise.
19066         * modules/gc-hmac-md5-tests: Likewise.
19067         * modules/gc-hmac-sha1-tests: Likewise.
19068         * modules/gc-md2-tests: Likewise.
19069         * modules/gc-md4-tests: Likewise.
19070         * modules/gc-md5-tests: Likewise.
19071         * modules/gc-pbkdf2-sha1-tests: Likewise.
19072         * modules/gc-rijndael-tests: Likewise.
19073         * modules/gc-sha1-tests: Likewise.
19074         * modules/gc-tests: Likewise.
19075         * modules/getaddrinfo-tests: Likewise.
19076         * modules/hmac-md5-tests: Likewise.
19077         * modules/hmac-sha1-tests: Likewise.
19078         * modules/linked-list-tests: Likewise.
19079         * modules/linkedhash-list-tests: Likewise.
19080         * modules/lock-tests: Likewise.
19081         * modules/md2-tests: Likewise.
19082         * modules/md4-tests: Likewise.
19083         * modules/md5-tests: Likewise.
19084         * modules/rbtree-list-tests: Likewise.
19085         * modules/rbtree-oset-tests: Likewise.
19086         * modules/rbtreehash-list-tests: Likewise.
19087         * modules/read-file-tests: Likewise.
19088         * modules/rijndael-tests: Likewise.
19089         * modules/stdint-tests: Likewise.
19090         * modules/tls-tests: Likewise.
19091
19092 2007-02-24  Bruno Haible  <bruno@clisp.org>
19093
19094         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
19095         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
19096         function; instead check whether isnan with a double argument links.
19097         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
19098         function; instead check whether isnan with a 'long double' argument
19099         links.
19100         Reported by Eric Blake <ebb9@byu.net>.
19101
19102 2007-02-24  Bruno Haible  <bruno@clisp.org>
19103
19104         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
19105         defined.
19106         * lib/isnanl.c: Remove all code. Just include isnan.c.
19107         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
19108
19109 2007-02-25  Jim Meyering  <jim@meyering.net>
19110
19111         Avoid conflicting types for 'unsetenv' on FreeBSD.
19112         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
19113         conflicting with FreeBSD's (5.0 and 6.1) function declaration
19114         in stdlib.h.
19115
19116 2007-02-24  Bruno Haible  <bruno@clisp.org>
19117
19118         * modules/isnanl-nolibm-tests: New file.
19119         * tests/test-isnanl.c: New file.
19120
19121         * modules/isnanl-nolibm: New file.
19122         * lib/isnanl.h: New file.
19123         * lib/isnanl.c: New file.
19124         * m4/isnanl.m4: New file.
19125
19126 2007-02-24  Bruno Haible  <bruno@clisp.org>
19127
19128         * modules/isnan-nolibm-tests: New file.
19129         * tests/test-isnan.c: New file.
19130
19131         * modules/isnan-nolibm: New file.
19132         * lib/isnan.h: New file.
19133         * lib/isnan.c: New file.
19134         * m4/isnan.m4: New file.
19135
19136 2007-02-24  Bruno Haible  <bruno@clisp.org>
19137
19138         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
19139         assume that an exponent fits in 20 bits.
19140
19141 2007-02-24  Jim Meyering  <jim@meyering.net>
19142
19143         * m4/regex.m4: Update the description of the configure-time option,
19144         --without-included-regex, to state accurately what the defaults are,
19145         and perhaps to give people an idea why using this option is risky.
19146
19147 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
19148
19149         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
19150         loops on small arguments.  This attempts to avoid the problem
19151         Bruno Haible reported for AIX 4.3.2 in
19152         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
19153
19154 2007-02-23  Bruno Haible  <bruno@clisp.org>
19155
19156         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
19157         Needed for help2man.
19158
19159 2007-02-23  Karl Berry  <karl@gnu.org>
19160
19161         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
19162         exists, foo.h should be cvs-ignored, not committed.
19163
19164 2007-02-23  Eric Blake  <ebb9@byu.net>
19165
19166         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
19167         * lib/stat-time.h (includes): Likewise.
19168         * lib/utimecmp.c (includes): Likewise.
19169         * lib/utimens.h (includes): Likewise.
19170         * lib/getdate.y (includes): Also include "timespec.h" for use
19171         internal to the module.
19172         * modules/utimens (Depends-on): Revert yesterday's patch.
19173         * modules/nanosleep (Depends-on): Add missing dependency.
19174
19175 2007-02-22  Bruno Haible  <bruno@clisp.org>
19176
19177         * lib/glob.c: Don't include getlogin_r.h.
19178
19179 2007-02-22  Jim Meyering  <jim@meyering.net>
19180
19181         * modules/utimens (Depends-on): Add timespec, required for
19182         utimens.h's inclusion of timespec.h.
19183
19184 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
19185
19186         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
19187         long unreadable paths in GNU/Linux.  Problem reported by Andreas
19188         Schwab in
19189         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
19190         I'll try to think of a better way to fix the Solaris problem.
19191
19192         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
19193         like glibc; on Solaris 10, it fails with errno == EINVAL.
19194         POSIX says the behavior is unspecified if the first argument is NULL,
19195         so play it safe and never pass NULL to the system getcwd.
19196
19197 2007-02-21  Jim Meyering  <jim@meyering.net>
19198
19199         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
19200         of gettimeofday.  It would conflict with the one now always
19201         provided via sys_time_.h.  Reported by Matthew Woehlke, as
19202         an IRIX 6.5 build failure.
19203
19204 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
19205
19206         Minor fixups to port to Solaris 10 with Sun C 5.8.
19207         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
19208         * modules/getcwd (Depends-on): Add dirfd.
19209         * lib/putenv.c (putenv): #undef it.
19210         (rpl_putenv): New decl.
19211         (malloc, free): Include <stdlib.h> rather than prototyping separately.
19212
19213 2007-02-20  Bruno Haible  <bruno@clisp.org>
19214
19215         * modules/stdio-tests: New file.
19216         * tests/test-stdio.c: New file.
19217
19218         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
19219         (Depends-on): Add stdio.
19220         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
19221         (Include): Use <stdio.h> instead of vsnprintf.h.
19222         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
19223         HAVE_DECL_VSNPRINTF.
19224         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
19225
19226         * modules/snprintf (Files): Remove lib/snprintf.h.
19227         (Depends-on): Add stdio.
19228         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
19229         (Include): Use <stdio.h> instead of snprintf.h.
19230         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
19231         HAVE_DECL_SNPRINTF.
19232         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
19233         * lib/getaddrinfo.c: Likewise.
19234
19235         * modules/stdio: New file.
19236         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
19237         * lib/snprintf.h: Remove file.
19238         * lib/vsnprintf.h: Remove file.
19239         * lib/.cppi-disable: Remove snprintf.h.
19240         * m4/stdio_h.m4: New file.
19241         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
19242
19243 2007-02-20  Jim Meyering  <jim@meyering.net>
19244
19245         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
19246         used by e.g., mingw.  From Bruno Haible.
19247
19248 2007-02-19  Bruno Haible  <bruno@clisp.org>
19249
19250         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
19251         warnings.
19252         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19253
19254 2007-02-19  Bruno Haible  <bruno@clisp.org>
19255
19256         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
19257         from mingw users.
19258
19259 2007-02-19  Bruno Haible  <bruno@clisp.org>
19260
19261         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
19262         warnings.
19263         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
19264
19265 2007-02-19  Jim Meyering  <jim@meyering.net>
19266
19267         Don't use FD after a successful "fdopendir (fd)".
19268         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
19269         Reset it by calling dirfd on the just-obtained DIR*.
19270
19271         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
19272         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
19273
19274 2007-02-18  Bruno Haible  <bruno@clisp.org>
19275
19276         * lib/readlink.c: Include <unistd.h>.
19277         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
19278         HAVE_READLINK.
19279         * modules/readlink (Depends-on): Add unistd.
19280         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19281         (Include): Add <unistd.h>.
19282
19283         * lib/getlogin_r.h: Remove file.
19284         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
19285         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
19286         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
19287         HAVE_DECL_GETLOGIN_R.
19288         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
19289         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19290         (Include): Use <unistd.h> instead of getlogin_r.h.
19291
19292         * lib/getcwd.h: Remove file.
19293         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
19294         * lib/xgetcwd.c: Likewise.
19295         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
19296         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
19297         * modules/getcwd (Files): Remove lib/getcwd.h.
19298         (Depends-on): Add unistd.
19299         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19300         (Include): Use <unistd.h> instad of getcwd.h.
19301
19302         * lib/ftruncate.c: Include <unistd.h> first.
19303         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
19304         Set HAVE_FTRUNCATE.
19305         * modules/ftruncate (Depends-on): Add unistd.
19306         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19307
19308         * lib/fchdir.c: Include <unistd.h> first.
19309         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
19310         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
19311         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
19312         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19313         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
19314
19315         * lib/dup2.c: Include <unistd.h> first.
19316         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
19317         HAVE_DUP2.
19318         * modules/dup2 (Depends-on): Add unistd.
19319         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19320
19321         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
19322         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
19323         REPLACE_CHOWN. Don't define chown as a macro here.
19324         * modules/chown (Depends-on): Add unistd.
19325         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19326
19327         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
19328         Add definition for GL_LINK_WARNING.
19329         (chown, dup2): New declarations.
19330         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
19331         link warning.
19332         (ftruncate): New declaration.
19333         (getcwd): New declaration, taken from old getcwd.h.
19334         (getlogin_r): New declaration, taken from old getlogin_r.h.
19335         (readlink): New declaration.
19336         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
19337         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
19338         (gl_PREREQ_UNISTD): Remove macro.
19339         (gl_UNISTD_MODULE_INDICATOR): New macro.
19340         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
19341         many new variables. Don't set UNISTD_H.
19342         * modules/unistd (Description): Change.
19343         (Depends-on): Add link-warning.
19344         (configure.ac): Update.
19345         (Makefile.am): Create unistd.h always. Substitute many new variables
19346         into it.
19347
19348 2007-02-18  Bruno Haible  <bruno@clisp.org>
19349
19350         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
19351         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
19352         HAVE_GETSUBOPT.
19353         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
19354         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
19355         * lib/getsubopt.h: Remove file.
19356         * modules/getsubopt (Files): Remove lib/getsubopt.h.
19357         (Depends-on): Add stdlib.
19358         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19359         (Includes): Use <stdlib.h> instead of getsubopt.h.
19360         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
19361         Set HAVE_GETSUBOPT.
19362         * lib/getsubopt.c: Don't include getsubopt.h.
19363
19364 2007-02-18  Bruno Haible  <bruno@clisp.org>
19365
19366         * modules/fchdir (Depends-on): Add dup2.
19367
19368 2007-02-18  Bruno Haible  <bruno@clisp.org>
19369
19370         * lib/stdlib_.h: Handle glibc's special invocation convention
19371         specially.
19372
19373 2007-02-18  Bruno Haible  <bruno@clisp.org>
19374
19375         * modules/stdlib-tests: New file.
19376         * tests/test-stdlib.c: New file.
19377
19378         * modules/mkstemp (Files): Remove lib/mkstemp.h.
19379         (Depends-on): Add stdlib.
19380         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19381         (Includes): Use <stdlib.h> instead of mkstemp.h.
19382         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
19383         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
19384         * lib/mkstemp.c: Don't include mkstemp.h.
19385         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
19386         * lib/stdlib--.h: Don't include mkstemp.h.
19387
19388         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
19389         (Depends-on): Add stdlib.
19390         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19391         (Includes): Use <stdlib.h> instead of mkdtemp.h.
19392         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
19393         HAVE_MKDTEMP.
19394         * lib/mkdtemp.c: Don't include mkdtemp.h.
19395         * lib/clean-temp.c: Don't include mkdtemp.h.
19396
19397         * modules/exit (Files): Remove lib/exit.h.
19398         (Depends-on): Add stdlib.
19399         (Makefile.am): Remove lib_SOURCES.
19400         (Include): Use <stdlib.h> instead of exit.h.
19401         * lib/argmatch.c: Don't include exit.h.
19402         * lib/execute.c: Likewise.
19403         * lib/pagealign_alloc.c: Likewise.
19404         * lib/pipe.c: Likewise.
19405         * lib/wait-process.c: Likewise.
19406         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
19407         * lib/exitfail.c: Likewise.
19408         * lib/savewd.c: Likewise.
19409         * lib/xsetenv.c: Likewise.
19410
19411         * modules/stdlib: New file.
19412         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
19413         and extra comments about mkstemp().
19414         * lib/exit.h: Remove file.
19415         * lib/mkdtemp.h: Remove file.
19416         * lib/mkstemp.h: Remove file.
19417         * m4/stdlib_h.m4: New file.
19418         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
19419
19420 2007-02-18  Bruno Haible  <bruno@clisp.org>
19421
19422         * modules/math-tests: New file.
19423         * tests/test-math.c: New file.
19424
19425         * modules/math: New file.
19426         * modules/mathl (Files): Remove lib/mathl.h.
19427         (Depends-on): Add math.
19428         (Makefile.am): Don't mention mathl.h.
19429         (Include): Use <math.h> instead of mathl.h.
19430         * lib/math_.h: New file.
19431         * lib/mathl.h: Remove file.
19432         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
19433         mathl.h.
19434         * lib/asinl.c: Likewise.
19435         * lib/atanl.c: Likewise.
19436         * lib/ceill.c: Likewise.
19437         * lib/cosl.c: Likewise.
19438         * lib/expl.c: Likewise.
19439         * lib/floorl.c: Likewise.
19440         * lib/frexpl.c: Likewise.
19441         * lib/ldexpl.c: Likewise.
19442         * lib/logl.c: Likewise.
19443         * lib/sincosl.c: Likewise.
19444         * lib/sinl.c: Likewise.
19445         * lib/sqrtl.c: Likewise.
19446         * lib/tanl.c: Likewise.
19447         * lib/trigl.c: Likewise.
19448         * m4/math_h.m4: New file.
19449         * MODULES.html.sh (Mathematics): Add math.
19450
19451 2007-02-17  Bruno Haible  <bruno@clisp.org>
19452
19453         * modules/wctype-tests: New file.
19454         * tests/test-wctype.c: New file.
19455
19456         * modules/wchar-tests: New file.
19457         * tests/test-wchar.c: New file.
19458
19459         * modules/unistd-tests: New file.
19460         * tests/test-unistd.c: New file.
19461
19462         * modules/time-tests: New file.
19463         * tests/test-time.c: New file.
19464
19465         * modules/sysexits-tests: New file.
19466         * tests/test-sysexits.c: New file.
19467
19468         * modules/sys_time-tests: New file.
19469         * tests/test-sys_time.c: New file.
19470
19471         * modules/sys_stat-tests: New file.
19472         * tests/test-sys_stat.c: New file.
19473
19474         * modules/sys_socket-tests: New file.
19475         * tests/test-sys_socket.c: New file.
19476
19477         * modules/sys_select-tests: New file.
19478         * tests/test-sys_select.c: New file.
19479
19480         * modules/string-tests: New file.
19481         * tests/test-string.c: New file.
19482
19483         * modules/stdbool-tests: New file.
19484         * tests/test-stdbool.c: New file.
19485
19486         * modules/netinet_in-tests: New file.
19487         * tests/test-netinet_in.c: New file.
19488
19489         * modules/inttypes-tests: New file.
19490         * tests/test-inttypes.c: New file.
19491
19492         * modules/fcntl-tests: New file.
19493         * tests/test-fcntl.c: New file.
19494
19495         * modules/byteswap-tests: New file.
19496         * tests/test-byteswap.c: New file.
19497
19498         * modules/arpa_inet-tests: New file.
19499         * tests/test-arpa_inet.c: New file.
19500
19501 2007-02-17  Bruno Haible  <bruno@clisp.org>
19502
19503         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
19504         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
19505         if the corresponding module is not enabled. Emit link warnings if
19506         the function is used nevertheless.
19507         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
19508         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
19509         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
19510         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
19511         * modules/inttypes (Depends-on): Add link-warning.
19512         (Makefile.am): Copy the contents of build-aux/link-warning.h into
19513         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
19514         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
19515         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
19516         * modules/imaxdiv (configure.ac): Likewise.
19517         * modules/strtoimax (configure.ac): Likewise.
19518         * modules/strtoumax (configure.ac): Likewise.
19519
19520 2007-02-17  Bruno Haible  <bruno@clisp.org>
19521
19522         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
19523         gl_STRING_MODULE_INDICATOR_DEFAULTS.
19524         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
19525         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
19526
19527 2007-02-17  Bruno Haible  <bruno@clisp.org>
19528
19529         * modules/link-warning: New file.
19530         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
19531         * lib/string_.h (GL_LINK_WARNING): Remove definition.
19532         * modules/string (Depends-on): Add link-warning.
19533         (Makefile.am): Copy the contents of build-aux/link-warning.h into
19534         string.h.
19535         * MODULES.html.sh (Support for building libraries and executables): Add
19536         link-warning.
19537
19538 2007-02-17  Bruno Haible  <bruno@clisp.org>
19539
19540         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
19541         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
19542         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
19543         long lines.
19544
19545 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
19546             Bruno Haible  <bruno@clisp.org>
19547
19548         * modules/tmpfile: New file.
19549         * lib/tmpfile.c: New file.
19550         * m4/tmpfile.m4: New file.
19551         * MODULES.html.sh (func_all_modules): New section "Input/output".
19552
19553 2007-02-15  Bruno Haible  <bruno@clisp.org>
19554
19555         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
19556         (supports_delete_on_close): New function.
19557         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
19558
19559 2007-02-14  Bruno Haible  <bruno@clisp.org>
19560
19561         * modules/mbspcasecmp-tests: New file.
19562         * tests/test-mbspcasecmp.sh: New file.
19563         * tests/test-mbspcasecmp.c: New file.
19564
19565         New module mbspcasecmp.
19566         * modules/mbspcasecmp: New file.
19567         * lib/mbspcasecmp.c: New file.
19568         * lib/string_.h (strncasecmp): Change warning message.
19569         (mbspcasecmp): New declaration.
19570         * m4/mbspcasecmp.m4: New file.
19571         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19572         GNULIB_MBSPCASECMP.
19573         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
19574         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
19575
19576 2007-02-14  Bruno Haible  <bruno@clisp.org>
19577
19578         * modules/mbsncasecmp-tests: New file.
19579         * tests/test-mbsncasecmp.sh: New file.
19580         * tests/test-mbsncasecmp.c: New file.
19581
19582         New module mbsncasecmp.
19583         * modules/mbsncasecmp: New file.
19584         * lib/mbsncasecmp.c: New file.
19585         * lib/string_.h (mbsncasecmp): New declaration.
19586         * m4/mbsncasecmp.m4: New file.
19587         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19588         GNULIB_MBSNCASECMP.
19589         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
19590         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
19591
19592 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
19593
19594         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
19595         Verify that it doesn't overlap with our flags.
19596         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
19597         do not have the desired effect in multibyte locales; instead, use
19598         mbscasecmp.
19599         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
19600         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
19601         we don't require GNU fnmatch ourselves (if our users require it, they
19602         should do so explicitly).
19603
19604         Fix regex code so it doesn't rely on strcasecmp.
19605         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
19606         Otherwise, include gnulib's langinfo.h.
19607         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
19608         undesirable behavior in non-C locales.  Instead, rely on localecharset.
19609         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
19610         * modules/regex (FILES): Remove m4/codeset.m4.
19611         (Depends-on): Add localcharset.  Remove strcase.
19612
19613 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19614
19615         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
19616         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
19617
19618 2007-02-13  Bruno Haible  <bruno@clisp.org>
19619
19620         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
19621         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19622
19623 2007-02-12  Bruno Haible  <bruno@clisp.org>
19624
19625         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
19626         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
19627         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
19628         time warning rather than a link error.
19629
19630 2007-02-12  Bruno Haible  <bruno@clisp.org>
19631
19632         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
19633         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
19634         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19635
19636 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
19637
19638         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
19639         args, not 2.
19640
19641 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
19642
19643         New module 'time', so that apps can include <time.h> as per
19644         POSIX and GNU instead of separate include files like time_r.h
19645         and timegm.h.  This implementation tries out a simpler approach
19646         for replacing decls in standard include files (as compared to
19647         the string module), somewhat as an experiment.
19648
19649         * config/srclist.txt: Comment out mktime.c for now.
19650         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
19651         since it doesn't apply any more.  Use generic wording instead.
19652         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
19653         'time'.
19654         * lib/time_.h, m4/time_h.m4, modules/time: New files.
19655         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
19656         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
19657         Don't include <sys/types.h>; no longer needed since we assume C89.
19658         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
19659         * lib/strftime.c: Likewise.
19660         * lib/time_r.c: Likewise.
19661         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
19662         * lib/nanosleep.c: Include <time.h> first, to check interface.
19663         * lib/strptime.c: Likewise.
19664         * lib/time_r.c: Likewise.
19665         * lib/timegm.c: Likewise.
19666         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
19667         needed.
19668         * lib/timegm.c: Don't include timegm.h; no longer needed.
19669         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
19670         time.h now handles any problems in that area.
19671         (struct timespec, nanosleep): Remove; time.h now arranges for these.
19672         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
19673         that time.h defines struct timespec.
19674         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
19675         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
19676         handles that.
19677         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
19678         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
19679         needed.  Set REPLACE_LOCALTIME.
19680         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
19681         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
19682         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
19683         nanosleep; time_h.m4 now does that.  Don't require
19684         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
19685         module handles this now.
19686         * modules/getdate (Depends-on): Remove timespec.  Add time.
19687         * modules/nanosleep (Depends-on): Likewise.
19688         * modules/stat-time (Depends-on): Likewise.
19689         * modules/nanosleep (Include): Include time.h, not timespec.h.
19690         * modules/strptime (Files): Remove lib/strptime.h.
19691         (Depends-on): Add extensions, time.
19692         (Include): Include time.h, not strptime.h.
19693         * modules/time_r (Files): Remove lib/time_r.h.
19694         (Depends-on): Add time.
19695         (Include): Include time.h, not time_r.h.
19696         * modules/timegm: Likewise.
19697         * modules/timespec (Description): Now does timespec-related decls
19698         of our own, instead of struct timespec itself.
19699         (Depends-on): Add time; remove extensions.
19700         (Maintainer): Add self.
19701         * modules/utimecmp (Depends-on): Add time; remove timespec.
19702         * modules/utimens (Depends-on): Likewise.
19703         * modules/xnanosleep (Depends-on): Likewise.
19704
19705 2007-02-11  Bruno Haible  <bruno@clisp.org>
19706
19707         * lib/c-strstr.c: Include allocsa.h.
19708         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19709         * lib/c-strcasestr.c: Include allocsa.h.
19710         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19711         * lib/strcasestr.c: Include allocsa.h.
19712         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19713         * lib/mbsstr.c: Include allocsa.h.
19714         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
19715         allocsa/freesa instead of malloc/free.
19716         * lib/mbscasestr.c: Include allocsa.h.
19717         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
19718         allocsa/freesa instead of malloc/free.
19719         * modules/c-strstr (Depends-on): Add allocsa.
19720         * modules/c-strcasestr (Depends-on): Likewise.
19721         * modules/strcasestr (Depends-on): Likewise.
19722         * modules/mbsstr (Depends-on): Likewise.
19723         * modules/mbscasestr (Depends-on): Likewise.
19724
19725 2007-02-11  Bruno Haible  <bruno@clisp.org>
19726
19727         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
19728
19729         * modules/mbsspn-tests: New file.
19730         * tests/test-mbsspn.sh: New file.
19731         * tests/test-mbsspn.c: New file.
19732
19733 2007-02-11  Bruno Haible  <bruno@clisp.org>
19734
19735         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
19736
19737         * modules/mbspbrk-tests: New file.
19738         * tests/test-mbspbrk.sh: New file.
19739         * tests/test-mbspbrk.c: New file.
19740
19741 2007-02-11  Bruno Haible  <bruno@clisp.org>
19742
19743         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
19744         unneeded cast.
19745
19746         * modules/mbscspn-tests: New file.
19747         * tests/test-mbscspn.sh: New file.
19748         * tests/test-mbscspn.c: New file.
19749
19750 2007-02-11  Bruno Haible  <bruno@clisp.org>
19751
19752         * modules/mbscasecmp-tests: New file.
19753         * tests/test-mbscasecmp.sh: New file.
19754         * tests/test-mbscasecmp.c: New file.
19755
19756 2007-02-11  Bruno Haible  <bruno@clisp.org>
19757
19758         Ensure O(n) worst-case complexity of mbscasestr.
19759         * lib/mbscasestr.c: Include stdbool.h.
19760         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
19761         functions.
19762         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
19763         the bookkeeping indicates that it's worth it.
19764         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
19765
19766         * modules/mbscasestr-tests: New file.
19767         * tests/test-mbscasestr1.c: New file.
19768         * tests/test-mbscasestr2.sh: New file.
19769         * tests/test-mbscasestr2.c: New file.
19770         * tests/test-mbscasestr3.sh: New file.
19771         * tests/test-mbscasestr3.c: New file.
19772         * tests/test-mbscasestr4.sh: New file.
19773         * tests/test-mbscasestr4.c: New file.
19774         * m4/locale-tr.m4: New file.
19775
19776 2007-02-11  Bruno Haible  <bruno@clisp.org>
19777
19778         Ensure O(n) worst-case complexity of mbsstr.
19779         * lib/mbsstr.c: Include stdbool.h.
19780         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
19781         functions.
19782         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
19783         bookkeeping indicates that it's worth it.
19784         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
19785
19786         * modules/mbsstr-tests: New file.
19787         * tests/test-mbsstr1.c: New file.
19788         * tests/test-mbsstr2.sh: New file.
19789         * tests/test-mbsstr2.c: New file.
19790         * tests/test-mbsstr3.sh: New file.
19791         * tests/test-mbsstr3.c: New file.
19792         * m4/locale-fr.m4: New file.
19793
19794 2007-02-11  Bruno Haible  <bruno@clisp.org>
19795
19796         * lib/mbsrchr.c (mbsrchr): Fix bug.
19797
19798         * modules/mbsrchr-tests: New file.
19799         * tests/test-mbsrchr.sh: New file.
19800         * tests/test-mbsrchr.c: New file.
19801
19802 2007-02-11  Bruno Haible  <bruno@clisp.org>
19803
19804         * lib/mbschr.c (mbschr): Fix bug.
19805
19806         * modules/mbschr-tests: New file.
19807         * tests/test-mbschr.sh: New file.
19808         * tests/test-mbschr.c: New file.
19809         * m4/locale-zh.m4: New file.
19810
19811 2007-02-11  Bruno Haible  <bruno@clisp.org>
19812
19813         Support for copying multibyte string iterators.
19814         * lib/mbiter.h: Include <string.h>.
19815         (mbiter_multi_copy): New function.
19816         (mbi_copy): New macro.
19817         * lib/mbuiter.h: Include <string.h>.
19818         (mbuiter_multi_copy): New function.
19819         (mbui_copy): New macro.
19820
19821 2007-02-11  Bruno Haible  <bruno@clisp.org>
19822
19823         New module mbslen.
19824         * modules/mbslen: New file.
19825         * lib/mbslen.c: New file.
19826         * lib/string_.h (mbslen): New declaration.
19827         * m4/mbslen.m4: New file.
19828         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19829         GNULIB_MBSLEN.
19830         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
19831         * MODULES.html.sh (Internationalization functions): Add mbslen.
19832
19833 2007-02-11  Bruno Haible  <bruno@clisp.org>
19834
19835         Ensure O(n) worst-case complexity of strcasestr substitute.
19836         * lib/strcasestr.c: Include stdbool.h.
19837         (knuth_morris_pratt): New function.
19838         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
19839         bookkeeping indicates that it's worth it.
19840         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
19841
19842         * modules/strcasestr-tests: New file.
19843         * tests/test-strcasestr.c: New file.
19844
19845 2007-02-11  Bruno Haible  <bruno@clisp.org>
19846
19847         Ensure O(n) worst-case complexity of c_strcasestr.
19848         * lib/c-strcasestr.c: Include stdbool.h, string.h.
19849         (knuth_morris_pratt): New function.
19850         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
19851         the bookkeeping indicates that it's worth it.
19852         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
19853
19854         * modules/c-strcasestr-tests: New file.
19855         * tests/test-c-strcasestr.c: New file.
19856
19857 2007-02-11  Bruno Haible  <bruno@clisp.org>
19858
19859         Ensure O(n) worst-case complexity of c_strstr.
19860         * lib/c-strstr.c: Include stdbool.h, string.h.
19861         (knuth_morris_pratt): New function.
19862         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
19863         bookkeeping indicates that it's worth it.
19864         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
19865
19866         * lib/c-strstr.c: Complete rewrite for maintainability.
19867
19868         * modules/c-strstr-tests: New file.
19869         * tests/test-c-strstr.c: New file.
19870
19871 2007-02-11  Bruno Haible  <bruno@clisp.org>
19872
19873         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
19874         5.2.1 and earlier, whereby \055 was treated just like the range
19875         delimiter '-'.
19876         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
19877
19878 2007-02-08  Bruno Haible  <bruno@clisp.org>
19879
19880         * modules/regex (Depends-on): Add stdbool.
19881         Reported by Dalibor Topic <robilad@kaffe.org>.
19882
19883 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
19884
19885         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
19886         Prefer returning from main to exiting from it.
19887         Remove unnecessary parens after sizeof.
19888
19889 2007-02-05  Bruno Haible  <bruno@clisp.org>
19890
19891         New module mbssep.
19892         * modules/mbssep: New file.
19893         * lib/mbssep.c: New file.
19894         * lib/string_.h (strsep): Add a conditional link warning.
19895         (mbssep): New declaration.
19896         * m4/mbssep.m4: New file.
19897         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19898         GNULIB_MBSSEP.
19899         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
19900         * MODULES.html.sh (Internationalization functions): Add mbssep.
19901
19902 2007-02-05  Bruno Haible  <bruno@clisp.org>
19903
19904         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
19905         Optimize search in case of 1 delimiter.
19906
19907 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
19908
19909         * lib/acl.h: Include sys/types.h before sys/acl.h.
19910
19911 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
19912
19913         Merge upstream fix for glibc bugzilla #3957:
19914
19915         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
19916
19917         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
19918         bit for RE_HAT_LISTS_NOT_NEWLINE.
19919         (build_charclass_op): Remove bogus comment.
19920
19921 2007-02-05  Simon Josefsson  <simon@josefsson.org>
19922
19923         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
19924
19925 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
19926
19927         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
19928         * lib/memmem.c [!defined _LIBC]: Include config.h.
19929
19930 2007-02-04  Bruno Haible  <bruno@clisp.org>
19931
19932         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
19933         warning message.
19934
19935 2007-02-04  Bruno Haible  <bruno@clisp.org>
19936
19937         New module mbstok_r.
19938         * modules/mbstok_r: New file.
19939         * lib/mbstok_r.c: New file.
19940         * lib/string_.h (strtok_r): Change argument names to match the
19941         comments. Add a conditional link warning.
19942         (mbstok_r): New declaration.
19943         * m4/mbstok_r.m4: New file.
19944         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19945         GNULIB_MBSTOK_R.
19946         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
19947         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
19948
19949 2007-02-04  Bruno Haible  <bruno@clisp.org>
19950
19951         New module mbsspn.
19952         * modules/mbsspn: New file.
19953         * lib/mbsspn.c: New file.
19954         * lib/string_.h (strspn): Add a conditional link warning.
19955         (mbsspn): New declaration.
19956         * m4/mbsspn.m4: New file.
19957         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19958         GNULIB_MBSSPN.
19959         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
19960         * MODULES.html.sh (Internationalization functions): Add mbsspn.
19961
19962 2007-02-04  Bruno Haible  <bruno@clisp.org>
19963
19964         New module mbspbrk.
19965         * modules/mbspbrk: New file.
19966         * lib/mbspbrk.c: New file.
19967         * lib/string_.h (strpbrk): Add a conditional link warning.
19968         (mbspbrk): New declaration.
19969         * m4/mbspbrk.m4: New file.
19970         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19971         GNULIB_MBSPBRK.
19972         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
19973         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
19974
19975 2007-02-04  Bruno Haible  <bruno@clisp.org>
19976
19977         New module mbscspn.
19978         * modules/mbscspn: New file.
19979         * lib/mbscspn.c: New file.
19980         * lib/string_.h (strcspn): Add a conditional link warning.
19981         (mbscspn): New declaration.
19982         * m4/mbscspn.m4: New file.
19983         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19984         GNULIB_MBSCSPN.
19985         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
19986         * MODULES.html.sh (Internationalization functions): Add mbscspn.
19987
19988 2007-02-04  Bruno Haible  <bruno@clisp.org>
19989
19990         New module mbscasestr, reduced goal of strcasestr.
19991         * modules/mbscasestr: New file.
19992         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
19993         (mbscasestr): Renamed from strcasestr.
19994         * lib/strcasestr.c: Don't include mbuiter.h.
19995         (strcasestr): Remove support for multibyte locales.
19996         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
19997         Change the conditional link warning.
19998         (mbscasestr): New declaration.
19999         * m4/mbscasestr.m4: New file.
20000         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
20001         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
20002         REPLACE_STRCASESTR.
20003         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
20004         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20005         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
20006         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
20007         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
20008         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
20009         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
20010         (Depends-on): Remove mbuiter.
20011         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
20012
20013 2007-02-04  Bruno Haible  <bruno@clisp.org>
20014
20015         Simplify handling of strncasecmp.
20016         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
20017         the conditional link warning.
20018         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20019         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
20020         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
20021         * modules/strcase (configure.ac): Don't invoke
20022         gl_STRING_MODULE_INDICATOR.
20023         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
20024
20025 2007-02-04  Bruno Haible  <bruno@clisp.org>
20026
20027         New module mbscasecmp, reduced goal of strcasecmp.
20028         * modules/mbscasecmp: New file.
20029         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
20030         (mbscasecmp): Renamed from strcasecmp.
20031         * lib/strcasecmp.c: Don't include mbuiter.h.
20032         (strcasecmp): Remove support for multibyte locales.
20033         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
20034         Change the conditional link warning.
20035         (mbscasecmp): New declaration.
20036         * m4/mbscasecmp.m4: New file.
20037         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
20038         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
20039         REPLACE_STRCASECMP.
20040         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
20041         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20042         GNULIB_MBSCASECMP.
20043         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
20044         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
20045         * modules/strcase (Files): Remove m4/mbrtowc.m4.
20046         (Depends-on): Remove mbuiter.
20047         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
20048
20049 2007-02-04  Bruno Haible  <bruno@clisp.org>
20050
20051         New module mbsstr. Remove module strstr.
20052         * modules/mbsstr: New file.
20053         * modules/strstr: Remove file.
20054         * lib/mbsstr.c: Renamed from lib/strstr.c.
20055         (mbsstr): Renamed from strstr.
20056         * lib/string_.h (strstr): Remove declaration. Change the conditional
20057         link warning.
20058         (mbsstr): New declaration.
20059         * m4/mbsstr.m4: New file.
20060         * m4/strstr.m4: Remove file.
20061         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
20062         REPLACE_STRSTR.
20063         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
20064         Don't initialize GNULIB_STRSTR.
20065         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
20066         substitute GNULIB_STRSTR and REPLACE_STRSTR.
20067         * MODULES.html.sh (Internationalization functions): Add mbsstr.
20068         (Support for systems lacking ANSI C 89): Remove strstr.
20069
20070 2007-02-04  Bruno Haible  <bruno@clisp.org>
20071
20072         New module mbsrchr.
20073         * modules/mbsrchr: New file.
20074         * lib/mbsrchr.c: New file.
20075         * lib/string_.h (strrchr): Add a conditional link warning.
20076         (mbsrchr): New declaration.
20077         * m4/mbsrchr.m4: New file.
20078         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20079         GNULIB_MBSRCHR.
20080         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
20081         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
20082
20083 2007-02-04  Bruno Haible  <bruno@clisp.org>
20084
20085         New module mbschr.
20086         * modules/mbschr: New file.
20087         * lib/mbschr.c: New file.
20088         * lib/string_.h (strchr): Add a conditional link warning.
20089         (mbschr): New declaration.
20090         * m4/mbschr.m4: New file.
20091         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20092         GNULIB_MBSCHR.
20093         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
20094         * MODULES.html.sh (Internationalization functions): Add mbschr.
20095
20096 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
20097
20098         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
20099
20100         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
20101
20102 2007-02-04  Bruno Haible  <bruno@clisp.org>
20103
20104         New module description section 'configure.ac-early'.
20105         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
20106         (func_get_autoconf_early_snippet): New function.
20107         (func_import, func_create_testdir): Use it. Remove special cases for
20108         modules 'extensions' and 'lock'.
20109         * modules/extensions (configure.ac-early): Require
20110         gl_USE_SYSTEM_EXTENSIONS.
20111         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
20112
20113 2007-02-04  Bruno Haible  <bruno@clisp.org>
20114
20115         Make use of gcj-4.3's -fsource and -ftarget option.
20116         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
20117         and if so try the options -fsource and -ftarget.
20118         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
20119         source_version, ftarget_option, target_version arguments.
20120         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
20121         (is_envjavac_oldgcj_14_14_usable): Renamed from
20122         is_envjavac_gcj_14_14_usable.
20123         (is_envjavac_oldgcj_14_13_usable): Renamed from
20124         is_envjavac_gcj_14_13_usable.
20125         (is_gcj_present): Update.
20126         (is_gcj_43, is_gcj43_usable): New functions.
20127         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
20128         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
20129         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
20130         try the options -fsource and -ftarget.
20131
20132 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20133
20134         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
20135         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
20136         larger value.
20137
20138 2007-02-03  Jim Meyering  <jim@meyering.net>
20139
20140         Give tools a better chance to allocate space for very large buffers.
20141         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
20142
20143         Make pwd and readlink work also when run with an unreadable parent dir
20144         on systems with openat support.
20145         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
20146         provided getcwd function, even when we have openat support.
20147         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
20148
20149 2007-02-02  Bruno Haible  <bruno@clisp.org>
20150
20151         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
20152         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
20153         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
20154         portability problems if one of these functions is only used on specific
20155         platforms.
20156         Reported by Paul Eggert.
20157
20158 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
20159
20160         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
20161         is causing more trouble than it's curing.
20162         * lib/regex_internal.h (__mempcpy): Remove.
20163         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
20164         (and make the code a tad smaller to boot).
20165         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
20166
20167 2007-02-02  Jim Meyering  <jim@meyering.net>
20168
20169         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
20170         section, not in the Makefile.am: one.
20171
20172 2007-02-02  Eric Blake  <ebb9@byu.net>
20173
20174         * lib/strchrnul.c: Always include config.h first.
20175
20176         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
20177         gnulib strstr is not necessary here.
20178
20179 2007-02-02  Simon Josefsson  <simon@josefsson.org>
20180
20181         * m4/socklen.m4: Fix typo.
20182
20183 2007-02-02  Eric Blake  <ebb9@byu.net>
20184
20185         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
20186         * modules/netinet_in (Makefile.am): Likewise.
20187
20188 2007-02-01  Bruno Haible  <bruno@clisp.org>
20189
20190         * lib/string_.h (GL_LINK_WARNING): New macro.
20191         (strcasecmp, strstr, strcasestr): If provided by the system,
20192         conditionally define as a macro that leads to a warning instead of to
20193         an error.
20194         (strncasecmp): Conditionally define as a macro that leads to a warning.
20195
20196 2007-02-01  Karl Berry  <karl@gnu.org>
20197
20198         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
20199
20200 2007-02-01  Bruno Haible  <bruno@clisp.org>
20201
20202         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
20203         renamings.
20204
20205 2007-02-01  Eric Blake  <ebb9@byu.net>
20206
20207         * modules/regex (Depends-on): Revert dependence on mempcpy.
20208         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
20209         module's definition of mempcpy.
20210         Reported by Paul Eggert.
20211
20212 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20213
20214         * lib/string_.h: If the gnulib module XYZ is not present, undefine
20215         the symbol XYZ before redefining it.  This fixes a problem with
20216         programs that don't use XYZ, when compiled on systems that define
20217         XYZ to something else.
20218
20219 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
20220
20221         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
20222         occurs when "mkdir -m foo" creates a setgid directory that is (1)
20223         writeable to group or other and (2) is intended to have a special
20224         mode bit that is set or cleared.  In such a case, the directory
20225         should be neither group- nor other-writeable until the special
20226         mode bits are right.
20227
20228 2007-01-31  Eric Blake  <ebb9@byu.net>
20229
20230         * modules/mountlist (Depends-on): Add strstr.
20231
20232         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
20233         bug.
20234         * modules/string (Makefile.am): Remove redundant replacement.
20235         * modules/regex (Depends-on): Add mempcpy.
20236
20237 2007-01-31  Bruno Haible  <bruno@clisp.org>
20238
20239         New module description field 'Link'.
20240         * gnulib-tool (func_usage): Document --extract-link-directive.
20241         (sed_extract_prog): Recognize 'Link' directive.
20242         (func_get_link_directive): New function.
20243         (func_import): Show summary of link directives.
20244         Handle --extract-link-directive option.
20245         * modules/acl (Link): New section.
20246         * modules/clock-time (Link): New section.
20247         * modules/euidaccess (Link): New section.
20248         * modules/gettext (Link): New section.
20249         * modules/iconv (Link): New section.
20250         * modules/lock (Link): New section.
20251         * modules/nanosleep (Link): New section.
20252         * modules/readline (Link): New section.
20253
20254 2007-01-27  Bruno Haible  <bruno@clisp.org>
20255
20256         Enforce the use of gnulib modules for unportable <string.h> functions.
20257         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
20258         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
20259         (gl_HEADER_STRING_H_BODY): Require it.
20260         * lib/string_.h: If the gnulib module XYZ is not present, redefine
20261         the symbol XYZ to one that gives a link error.
20262         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
20263         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
20264         * modules/mempcpy (configure.ac): Likewise.
20265         * modules/memrchr (configure.ac): Likewise.
20266         * modules/stpcpy (configure.ac): Likewise.
20267         * modules/stpncpy (configure.ac): Likewise.
20268         * modules/strcase (configure.ac): Likewise.
20269         * modules/strcasestr (configure.ac): Likewise.
20270         * modules/strchrnul (configure.ac): Likewise.
20271         * modules/strdup (configure.ac): Likewise.
20272         * modules/strndup (configure.ac): Likewise.
20273         * modules/strnlen (configure.ac): Likewise.
20274         * modules/strpbrk (configure.ac): Likewise.
20275         * modules/strsep (configure.ac): Likewise.
20276         * modules/strstr (configure.ac): Likewise.
20277         * modules/strtok_r (configure.ac): Likewise.
20278
20279 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
20280
20281         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
20282
20283 2007-01-30  Jim Meyering  <jim@meyering.net>
20284
20285         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
20286
20287 2007-01-29  Bruno Haible  <bruno@clisp.org>
20288
20289         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
20290         * lib/execute.c: Likewise.
20291         * lib/pipe.c: Likewise.
20292         * lib/printf-args.h: Likewise.
20293         * lib/printf-args.c: Likewise.
20294         * lib/printf-parse.c: Likewise.
20295         * lib/vasnprintf.c: Likewise.
20296
20297 2007-01-29  Eric Blake  <ebb9@byu.net>
20298
20299         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
20300         declaration.
20301
20302 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
20303
20304         * lib/strptime.h (strptime): Use 'restrict' for args where
20305         POSIX requires this.
20306         * lib/strptime.c (strptime): Likewise.
20307         Change license notice from LGPL to GPL, since gnulib-tool will
20308         change this as needed.
20309         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
20310         defined.
20311         Include "strptime.h" first, to check interface.
20312         Do not #undef _LIBC and _NL_CURRENT.
20313         Do not include <stdlib.h>; no longer needed.
20314         Include "time_r.h" and declare ptime_locale_status
20315         only if _LIBC is not defined.
20316         (__P): Remove unused macro.
20317         (match_string): Bring back glibc version, but use it only if _LIBC
20318         is defined.
20319         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
20320         Remove unnecessary assertion and abort() call.
20321         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
20322         * m4/strptime.m4: Fix serial number comment.
20323         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
20324         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
20325         (Depends-on): Add time_r.
20326
20327 2007-01-29  Bruno Haible  <bruno@clisp.org>
20328
20329         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20330         strptime.
20331         * modules/strptime (Depends-on): Add stdbool.
20332         * lib/strptime.h: Include <time.h> always. Add comments.
20333
20334 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20335
20336         * modules/strptime: New file.
20337         * lib/strptime.h: New file.
20338         * lib/strptime.c: New file.
20339         * m4/strptime.m4: New file.
20340
20341 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20342
20343         * MODULES.html.sh: New module mpsort.
20344         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
20345
20346         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
20347         a circularity problem with HP-UX ia64 reported by Bob Proulx in
20348         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
20349         All uses changed.
20350         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
20351         All uses changed.
20352         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
20353         to _Restrict_.
20354         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
20355         the parameter matches the prototype.
20356
20357 2007-01-28  Jim Meyering  <jim@meyering.net>
20358
20359         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
20360         sys/time.h here, reverting that part of the previous patch:
20361         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
20362
20363 2007-01-28  Bruno Haible  <bruno@clisp.org>
20364
20365         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
20366         value of $(SYS_TIME_H).
20367         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
20368         remove it conditionally, too. [added by Jim Meyering]
20369         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
20370         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
20371         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
20372         GETTIMEOFDAY_REPLACEMENT to 1.
20373
20374 2007-01-28  Bruno Haible  <bruno@clisp.org>
20375
20376         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
20377         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
20378         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
20379         Set UNISTD_H instead of UNISTD_H2.
20380         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
20381
20382 2007-01-28  Bruno Haible  <bruno@clisp.org>
20383
20384         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
20385         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
20386
20387 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20388
20389         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
20390         (func_create_testdir): Ensure C locale for `grep' and `tr'
20391         character ranges.
20392         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
20393         ACLOCAL_AMFLAGS parsing state machine.
20394
20395 2007-01-27  Bruno Haible  <bruno@clisp.org>
20396
20397         * modules/unistr/base: Update.
20398
20399 2007-01-27  Bruno Haible  <bruno@clisp.org>
20400
20401         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
20402         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
20403         * modules/unistr/u32-mbtouc-unsafe: Renamed from
20404         modules/unistr/u32-mbtouc.
20405         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
20406         * lib/unistr.h: Update.
20407         * lib/linebreak.c: Update.
20408         * modules/unistr/u32-mbtouc: Renamed from
20409         modules/unistr/u32-mbtouc-safe.
20410         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
20411         * lib/unistr.h: Update.
20412         * lib/unistr/u32-to-u8.c: Update.
20413         * lib/unistr/u32-to-u16.c: Update.
20414
20415 2007-01-27  Bruno Haible  <bruno@clisp.org>
20416
20417         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
20418         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
20419         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
20420         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
20421         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
20422         * modules/unistr/u16-mbtouc-unsafe: Renamed from
20423         modules/unistr/u16-mbtouc.
20424         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
20425         * lib/unistr.h: Update.
20426         * lib/linebreak.c: Update.
20427         * modules/linebreak: Update.
20428         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
20429         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
20430         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
20431         * modules/unistr/u16-mbtouc: Renamed from
20432         modules/unistr/u16-mbtouc-safe.
20433         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
20434         * lib/unistr.h: Update.
20435         * lib/unistr/u16-to-u8.c: Update.
20436         * modules/unistr/u16-to-u8: Update.
20437         * lib/unistr/u16-to-u32.c: Update.
20438         * modules/unistr/u16-to-u32: Update.
20439
20440 2007-01-27  Bruno Haible  <bruno@clisp.org>
20441
20442         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
20443         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
20444         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
20445         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
20446         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
20447         * modules/unistr/u8-mbtouc-unsafe: Renamed from
20448         modules/unistr/u8-mbtouc.
20449         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
20450         * lib/unistr.h: Update.
20451         * lib/striconveh.c: Update.
20452         * modules/striconveh: Update.
20453         * lib/linebreak.c: Update.
20454         * modules/linebreak: Update.
20455         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
20456         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
20457         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
20458         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
20459         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
20460         * lib/unistr.h: Update.
20461         * lib/striconveh.c: Update.
20462         * modules/striconveh: Update.
20463         * lib/unistr/u8-to-u16.c: Update.
20464         * modules/unistr/u8-to-u16: Update.
20465         * lib/unistr/u8-to-u32.c: Update.
20466         * modules/unistr/u8-to-u32: Update.
20467
20468 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20469
20470         Sync from Libtool.
20471         * lib/argz.c: Do not include strings.h nor memory.h, include
20472         string.h unconditionally.  Patch by Simon Josefsson.
20473
20474 2007-01-27  Bruno Haible  <bruno@clisp.org>
20475
20476         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
20477         from gl_HEADER_STRING_H_BODY.
20478         (gl_HEADER_STRING_H_BODY): Require it.
20479         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
20480         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
20481         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
20482         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
20483         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
20484         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
20485         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20486         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
20487         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
20488         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
20489         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
20490         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
20491         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
20492         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20493         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
20494
20495 2007-01-27  Bruno Haible  <bruno@clisp.org>
20496
20497         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
20498         check_PROGRAMS into noinst_PROGRAMS.
20499         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
20500         check_PROGRAMS in this case.
20501         (func_import): Set for_test to false.
20502         (func_create_testdir): Set for_test to true.
20503
20504 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
20505             Bruno Haible  <bruno@clisp.org>
20506
20507         * modules/strcasestr (Files): Remove lib/strcasestr.h.
20508         (Depends-on): Add string.
20509         (Includes): Use <string.h> instead of strcasestr.h.
20510         * modules/string (Makefile.am): Also substitute the value of
20511         REPLACE_STRCASESTR.
20512         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
20513         assume strcasestr is declared in <string.h> not <strings.h>. Also
20514         set REPLACE_STRCASESTR.
20515         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
20516         REPLACE_STRCASESTR.
20517         * lib/strcasestr.h: Remove file.
20518         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
20519         * lib/string_.h (strcasestr): New declaration.
20520
20521 2007-01-27  Bruno Haible  <bruno@clisp.org>
20522
20523         * lib/string_.h: Use 'extern'.
20524
20525 2007-01-27  Jim Meyering  <jim@meyering.net>
20526
20527         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
20528         of set-but-not-used local, "q".
20529
20530         * lib/mempcpy.c: Include <config.h> before <string.h>.
20531         This fixes a compilation error on HP-UX, due to the system's
20532         "restrict"-using mempcpy prototype.
20533
20534 2007-01-26  Bruno Haible  <bruno@clisp.org>
20535
20536         Small optimization.
20537         * lib/javacomp.c: Include c-strstr.h.
20538          (is_envjavac_gcj): Use c_strstr instead of strstr.
20539         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
20540
20541 2007-01-26  Bruno Haible  <bruno@clisp.org>
20542
20543         * MODULES.html.sh (Unicode string functions): Add the new modules.
20544
20545         * modules/uniconv/u32-strconv-to-locale: New file.
20546         * lib/uniconv/u32-strconv-to-locale.c: New file.
20547
20548         * modules/uniconv/u16-strconv-to-locale: New file.
20549         * lib/uniconv/u16-strconv-to-locale.c: New file.
20550
20551         * modules/uniconv/u8-strconv-to-locale: New file.
20552         * lib/uniconv/u8-strconv-to-locale.c: New file.
20553
20554         * modules/uniconv/u32-strconv-from-locale: New file.
20555         * lib/uniconv/u32-strconv-from-locale.c: New file.
20556
20557         * modules/uniconv/u16-strconv-from-locale: New file.
20558         * lib/uniconv/u16-strconv-from-locale.c: New file.
20559
20560         * modules/uniconv/u8-strconv-from-locale: New file.
20561         * lib/uniconv/u8-strconv-from-locale.c: New file.
20562
20563         * modules/uniconv/u32-strconv-to-enc: New file.
20564         * lib/uniconv/u32-strconv-to-enc.c: New file.
20565         * modules/uniconv/u32-strconv-to-enc-tests: New file.
20566         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
20567
20568         * modules/uniconv/u16-strconv-to-enc: New file.
20569         * lib/uniconv/u16-strconv-to-enc.c: New file.
20570         * lib/uniconv/u-strconv-to-enc.h: New file.
20571         * modules/uniconv/u16-strconv-to-enc-tests: New file.
20572         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
20573
20574         * modules/uniconv/u8-strconv-to-enc: New file.
20575         * lib/uniconv/u8-strconv-to-enc.c: New file.
20576         * modules/uniconv/u8-strconv-to-enc-tests: New file.
20577         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
20578
20579         * modules/uniconv/u32-strconv-from-enc: New file.
20580         * lib/uniconv/u32-strconv-from-enc.c: New file.
20581         * modules/uniconv/u32-strconv-from-enc-tests: New file.
20582         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
20583
20584         * modules/uniconv/u16-strconv-from-enc: New file.
20585         * lib/uniconv/u16-strconv-from-enc.c: New file.
20586         * modules/uniconv/u16-strconv-from-enc-tests: New file.
20587         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
20588
20589         * modules/uniconv/u8-strconv-from-enc: New file.
20590         * lib/uniconv/u8-strconv-from-enc.c: New file.
20591         * lib/uniconv/u-strconv-from-enc.h: New file.
20592         * modules/uniconv/u8-strconv-from-enc-tests: New file.
20593         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
20594
20595         * modules/uniconv/u32-conv-from-enc: New file.
20596         * lib/uniconv/u32-conv-from-enc.c: New file.
20597         * modules/uniconv/u32-conv-from-enc-tests: New file.
20598         * tests/uniconv/test-u32-conv-from-enc.c: New file.
20599
20600         * modules/uniconv/u16-conv-from-enc: New file.
20601         * lib/uniconv/u16-conv-from-enc.c: New file.
20602         * lib/uniconv/u-conv-from-enc.h: New file.
20603         * modules/uniconv/u16-conv-from-enc-tests: New file.
20604         * tests/uniconv/test-u16-conv-from-enc.c: New file.
20605
20606         * modules/uniconv/u8-conv-from-enc: New file.
20607         * lib/uniconv/u8-conv-from-enc.c: New file.
20608         * modules/uniconv/u8-conv-from-enc-tests: New file.
20609         * tests/uniconv/test-u8-conv-from-enc.c: New file.
20610
20611         * modules/uniconv/base: New file.
20612         * lib/uniconv.h: New file.
20613
20614 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
20615
20616         * doc/gnulib-tool.texi (Initial import): Update to match current
20617         behavior with strdup module.
20618         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
20619         * lib/memmem.h: Remove; all uses removed.  This is now done
20620         by <string.h>.
20621         * lib/mempcpy.h: Likewise.
20622         * lib/memrchr.h: Likewise.
20623         * lib/stpcpy.h: Likewise.
20624         * lib/stpncpy.h: Likewise.
20625         * lib/strcase.h: Likewise.
20626         * lib/strchrnul.h: Likewise.
20627         * lib/strdup.h: Likewise.
20628         * lib/strndup.h: Likewise.
20629         * lib/strnlen.h: Likewise.
20630         * lib/strpbrk.h: Likewise.
20631         * lib/strsep.h: Likewise.
20632         * lib/strstr.h: Likewise.
20633         * lib/strtok_r.h: Likewise.
20634         * lib/string_.h: New file.
20635         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
20636         Rely on <string.h> instead.
20637         * lib/canon-host.c: Likewise.
20638         * lib/chdir-long.c: Likewise.
20639         * lib/concatpath.c: Likewise.
20640         * lib/exclude.c: Likewise.
20641         * lib/fchdir.c: Likewise.
20642         * lib/getaddrinfo.c: Likewise.
20643         * lib/getcwd.c: Likewise.
20644         * lib/getsubopt.c: Likewise.
20645         * lib/glob.c: Likewise.
20646         * lib/hard-locale.c: Likewise.
20647         * lib/iconvme.c: Likewise.
20648         * lib/javacomp.c: Likewise.
20649         * lib/mempcpy.c: Likewise.
20650         * lib/memrchr.c: Likewise.
20651         * lib/regex_internal.h: Likewise.
20652         * lib/stpncpy.c: Likewise.
20653         * lib/strcasecmp.c: Likewise.
20654         * lib/strchrnul.c: Likewise.
20655         * lib/strdup.c: Likewise.
20656         * lib/striconv.c: Likewise.
20657         * lib/striconveh.c: Likewise.
20658         * lib/striconveha.c: Likewise.
20659         * lib/strncasecmp.c: Likewise.
20660         * lib/strndup.c: Likewise.
20661         * lib/strnlen.c: Likewise.
20662         * lib/strsep.c: Likewise.
20663         * lib/strstr.c: Likewise.
20664         * lib/strtok_r.c: Likewise.
20665         * lib/userspec.c: Likewise.
20666         * lib/w32spawn.h: Likewise.
20667         * lib/xstrndup.c: Likewise.
20668         * lib/mountlist.c (strstr): Remove decl.
20669         * m4/string_h.m4: New file.
20670         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
20671         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
20672         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
20673         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
20674         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
20675         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
20676         Set REPLACE_STRCASECMP if necessary.
20677         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
20678         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
20679         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
20680         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
20681         HAVE_DECL_STRDUP if necessary.
20682         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
20683         since gl_FUNC_STRNDUP does that now.
20684         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
20685         Check for decl here...
20686         (gl_PREREQ_STRNLEN): ... not here.
20687         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
20688         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
20689         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
20690         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
20691         necessary.
20692         * modules/string: New file.
20693         * modules/memmem (Files): Remove special-purpose include file.
20694         (Depends-on): Add string.
20695         (Include): Include <string.h>, not the removed file.
20696         * modules/mempcpy: Likewise.
20697         * modules/memrchr: Likewise.
20698         * modules/stpcpy: Likewise.
20699         * modules/stpncpy: Likewise.
20700         * modules/strcase: Likewise.
20701         * modules/strchrnul: Likewise.
20702         * modules/strdup: Likewise.
20703         * modules/strndup: Likewise.
20704         * modules/strnlen: Likewise.
20705         * modules/strpbrk: Likewise.
20706         * modules/strsep: Likewise.
20707         * modules/strstr: Likewise.
20708         * modules/strtok_r: Likewise.
20709         * tests/test-dirname.c: Don't include "strdup.h", since
20710         <string.h> now suffices.
20711         * tests/test-memmem.c: Don't include "memmem.h", since
20712         <string.h> now suffices.
20713
20714 2007-01-25  Bruno Haible  <bruno@clisp.org>
20715
20716         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
20717         *resultp is 0.
20718
20719         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
20720         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
20721         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
20722         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
20723
20724         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
20725         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
20726         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
20727         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
20728         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
20729         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
20730
20731 2007-01-24  Bruno Haible  <bruno@clisp.org>
20732
20733         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
20734         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
20735         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
20736         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
20737         gl_FUNC_FTS_CORE.
20738         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
20739         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
20740         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
20741         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
20742         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
20743         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
20744         gl_FUNC_FCHOWNAT.
20745         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
20746         gl_FUNC_STRFTIME.
20747         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
20748         Reported by Ralf Wildenhues.
20749
20750 2007-01-24  Bruno Haible  <bruno@clisp.org>
20751
20752         Drop AC_REQUIRE calls that are redundant with the module dependencies.
20753         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
20754         gl_GETADDRINFO.
20755         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
20756         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
20757         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
20758
20759 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
20760
20761         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
20762         Don't use 'exit'; just return from 'main'.
20763         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
20764
20765         * lib/fnmatch_.h: Readjust white space and comments to match
20766         glibc, to avoid spurious diffs.
20767
20768 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20769
20770         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
20771         2004-12-01 change by Jakub Jelinek, since this code won't compile
20772         if !LIBC.  Problem reported by Bob Proulx.
20773
20774 2007-01-23  Bruno Haible  <bruno@clisp.org>
20775
20776         * lib/striconveh.c: Include c-strcaseeq.h.
20777         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
20778         * modules/striconveh (Depends-on): Add c-strcaseeq.
20779
20780 2007-01-23  Bruno Haible  <bruno@clisp.org>
20781
20782         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
20783
20784         * modules/c-strcaseeq: New file.
20785         * lib/c-strcaseeq.h: New file.
20786
20787         * modules/streq: New file.
20788         * lib/streq.h: New file.
20789
20790 2007-01-23  Bruno Haible  <bruno@clisp.org>
20791
20792         * modules/striconveha-tests: New file.
20793         * tests/test-striconveha.c: New file.
20794
20795         * lib/striconveha.h: Include <stdbool.h>.
20796         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
20797         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
20798         (mem_iconveha_notranslit): Renamed from mem_iconveha.
20799         (mem_iconveha): New function.
20800         (str_iconveha_notranslit): Renamed from str_iconveha.
20801         (str_iconveha): New function.
20802         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
20803         c-strcase.
20804
20805 2007-01-23  Bruno Haible  <bruno@clisp.org>
20806
20807         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
20808         encodings without forgiving before trying any encoding with handler.
20809         (str_iconveha): Try all encodings without forgiving before trying any
20810         encoding with handler.
20811
20812 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20813
20814         Import the following changes from libc.
20815
20816         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
20817
20818         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
20819
20820         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20821
20822         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
20823         normal_bracket label.
20824
20825         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
20826
20827         [BZ #361]
20828         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
20829         to normal_bracket after fetching the next character.
20830
20831 2007-01-22  Bruno Haible  <bruno@clisp.org>
20832
20833         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
20834         argument.
20835         * lib/striconveh.c (iconv_carefully_1): New function.
20836         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
20837         argument.
20838         (str_cd_iconveh): Update.
20839         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
20840         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
20841         * tests/test-striconveh.c (MAGIC): New macro.
20842         (new_offsets): New function.
20843         (main): Test call with and without offsets.
20844
20845 2007-01-22  Bruno Haible  <bruno@clisp.org>
20846
20847         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
20848         * modules/sys_select (Makefile.am): Likewise.
20849         * modules/sys_socket (Makefile.am): Likewise.
20850         * modules/sys_time (Makefile.am): Likewise.
20851
20852 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
20853
20854         * modules/gettimeofday (License): Change from GPL to LGPL, since
20855         gettimeofday is a library function.
20856
20857 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20858
20859         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
20860
20861 2007-01-21  Bruno Haible  <bruno@clisp.org>
20862
20863         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
20864
20865 2007-01-21  Bruno Haible  <bruno@clisp.org>
20866
20867         * modules/striconveha: New file.
20868         * lib/striconveha.h: New file.
20869         * lib/striconveha.c: New file.
20870         * MODULES.html.sh (Internationalization functions): Add striconveha.
20871         * lib/striconv.c (str_iconv): Optimize the case of an empty input
20872         string.
20873         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
20874
20875 2007-01-21  Bruno Haible  <bruno@clisp.org>
20876
20877         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
20878         * lib/striconveh.c (str_iconveh): Likewise.
20879
20880 2007-01-21  Bruno Haible  <bruno@clisp.org>
20881
20882         * lib/striconveh.h (mem_iconveh): New declaration.
20883         * lib/striconveh.c (mem_iconveh): New function.
20884         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
20885
20886 2007-01-21  Bruno Haible  <bruno@clisp.org>
20887
20888         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
20889
20890         * lib/striconveh.h (mem_cd_iconveh): Change specification.
20891         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
20892         original result buffer.
20893         (str_cd_iconveh): Update.
20894         * tests/test-striconveh.c (main): Update.
20895
20896         * lib/striconv.h (mem_cd_iconv): Change specification.
20897         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
20898         result buffer.
20899         (str_cd_iconv): Update.
20900         * tests/test-striconv.c (main): Update.
20901
20902 2007-01-21  Bruno Haible  <bruno@clisp.org>
20903
20904         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
20905
20906 2007-01-20  Jim Meyering  <jim@meyering.net>
20907
20908         * lib/userspec.c (parse_with_separator): If a user or group string
20909         starts with "+", skip the corresponding name-to-ID look-up, since
20910         such a look-up must fail: user and group names may not include "+".
20911
20912 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20913
20914         * lib/poll.c: Include sys/time.h and time.h unconditionally,
20915         since we now assume the sys_time module.
20916         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
20917         check for sys/time.h; no longer needed.
20918         * modules/poll (Depends-on): Depend on sys_time.
20919
20920 2007-01-18  Bruno Haible  <bruno@clisp.org>
20921
20922         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
20923         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
20924
20925         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
20926         gettimeofday.
20927
20928         * tests/test-gettimeofday.c: Include <time.h>.
20929         (dummy): Remove variable.
20930
20931         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
20932         gl_HEADER_SYS_TIME_H.
20933         (gl_HEADER_SYS_TIME_H): New macro.
20934
20935         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
20936         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20937         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
20938         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
20939         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20940         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
20941         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
20942         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20943         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
20944         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
20945         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20946
20947         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
20948         last change; it caused a compilation error when cross-compiling to
20949         Cygwin.
20950
20951 2007-01-18  Jim Meyering  <jim@meyering.net>
20952
20953         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
20954         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
20955         than the race-prone "test -d sys || mkdir sys".
20956         (configure.ac): Use AC_PROG_MKDIR_P.
20957         * modules/sys_select: Likewise.
20958         * modules/sys_socket: Likewise.
20959         * modules/sys_time: Likewise.
20960
20961 2007-01-18  Eric Blake  <ebb9@byu.net>
20962
20963         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
20964         replace gettimeofday.
20965         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
20966         name, to avoid infinite recursion.
20967
20968 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
20969
20970         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
20971         module sys_time.
20972         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
20973         assume timespec.h defines struct timeval.
20974         * lib/settime.c: Likewise.
20975         * lib/utimens.c: Likewise.
20976         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
20977         since we now assume the gettimeofday module.
20978         * lib/tempname.c (__gen_tempname): Likewise.
20979         * lib/gettimeofday.h: Remove.
20980         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
20981         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
20982         Include <time.h>, for 'time()'.
20983         (localtime_buffer_addr): Also use this workaround if
20984         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
20985         to simplify the uses.  All uses changed.
20986         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
20987         that #undef is inside {}, and 'const' follows type name consistently.
20988         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
20989         (gettimeofday): Do not use the maximum possible value for
20990         tv->tv_usec, since that might break usages other than ls.c.
20991         Instead, we'll leave ls.c alone.  This undoes today's patch
20992         by Bruno.  Add a compile-time warning for 1s-clock resolution;
20993         we've never observed the problem but might as well keep the
20994         canary.
20995         * lib/nanosleep.c: Include timespec.h first, for interface check.
20996         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
20997         now assume the sys_time module.
20998         * lib/tempname.c: Likewise.
20999         * lib/timespec.h: Likewise.
21000         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
21001         needed.
21002         * lib/strftime.c: Likewise.
21003         * lib/timespec.h: Likewise.
21004         * lib/posixtm.c: Include posixtm.h first, for interface check.
21005         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
21006         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
21007         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
21008         * lib/sys_time_.h: New file.
21009         * lib/timespec.h (struct timespec): Use long int, not long.
21010         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
21011         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
21012         Remove obsolescent call to AC_HEADER_TIME.
21013         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
21014         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
21015         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
21016         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
21017         Likewise.
21018         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
21019         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
21020         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
21021         into the sys_time module.  Check for gettimeofday just once.
21022         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
21023         for gettimeofday signature to just check the signature.  Merely
21024         compile it, since linking doesn't test signature.  Improve test for
21025         whether gettimeofday.o is actually needed.
21026         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
21027         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
21028         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
21029         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21030         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
21031         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
21032         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
21033         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
21034         than worrying about sys/time.h.
21035         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
21036         Don't bother worrying about TIME_WITH_SYS_TIME.
21037         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
21038         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
21039         * m4/sys_time_h.m4: New file.
21040         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
21041         Don't include sys/time.h.  Return from main rather than exiting.
21042         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
21043         all uses changed.
21044         * modules/gethrxtime (Depends-on): Add sys_time.
21045         * modules/gettime (Depends-on): Likewise.
21046         * modules/gettimeofday (Depends-on): Likewise.
21047         * modules/nanosleep (Depends-on): Likewise.
21048         * modules/settime (Depends-on): Likewise.
21049         * modules/tempname (Depends-on): Likewise.
21050         * modules/utimens (Depends-on): Likewise.
21051         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
21052         (Include:) Change back to <sys/time.h>.
21053         (Maintainer:) Add self.
21054         * modules/sys_time: New file.
21055         * modules/tempname (Depends-on): Add gettimeofday.
21056         * tests/test-gettimeofday.c: Include <sys/time.h>
21057         rather than gettimeofday.h.
21058
21059 2007-01-17  Bruno Haible  <bruno@clisp.org>
21060
21061         * gnulib-tool (func_get_license): Revert last patch. Instead, let
21062         the license default to GPL.
21063         (func_create_testdir): Don't complain if a module is LGPL and its
21064         tests module depends on GPLed modules.
21065
21066 2007-01-17  Bruno Haible  <bruno@clisp.org>
21067
21068         * lib/gettimeofday.c (gettimeofday): Add code for the case
21069         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
21070         maximum possible value for tv->tv_usec, rather than the minimum one.
21071
21072 2005-10-08  Martin Lambers  <marlam@marlam.de>
21073 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
21074 2007-01-16  Bruno Haible  <bruno@clisp.org>
21075
21076         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
21077         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
21078         gl_FUNC_GETTIMEOFDAY.
21079         (Include): Add gettimeofday.h.
21080         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
21081         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
21082         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
21083         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
21084         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
21085         * lib/gettimeofday.h: New file.
21086         * lib/gettimeofday.c: Include <sys/timeb.h>.
21087         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
21088         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21089         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
21090         fall back on time().
21091
21092         * tests/test-gettimeofday.c: New file.
21093         * modules/gettimeofday-tests: New file.
21094
21095 2007-01-16  Eric Blake  <ebb9@byu.net>
21096
21097         * modules/fnmatch (Depends-on): Depend on wchar.
21098         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
21099         * m4/fnmatch.m4: Likewise.
21100         * modules/mbchar (Makefile.am): Assume <wchar.h>.
21101         * m4/mbchar.m4: Likewise.
21102         * modules/mbswidth (Depends-on): Depend on wchar.
21103         * lib/mbswidth.c: Assume <wchar.h>.
21104         * m4/mbswidth.m4: Likewise.
21105         * modules/quotearg (Depends-on): Depend on wchar.
21106         * lib/quotearg.c: Assume <wchar.h>.
21107         * m4/quotearg.m4: Likewise.
21108         * modules/regex (Depends-on): Depend on wchar.
21109         * lib/regex_internal.h: Assume <wchar.h>.
21110         * m4/regex.m4: Likewise.
21111         * modules/stdint (Depends-on): Depend on wchar.
21112         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
21113         * m4/stdint.m4: Likewise.
21114         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
21115         * modules/strftime (Depends-on): Depend on wchar.
21116         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
21117         * modules/strtol (Depends-on): Depend on wchar.
21118         * lib/strtol.c: Assume <wchar.h>.
21119         * modules/wcwidth (Depends-on): Depend on wchar.
21120         * lib/wcwidth.h: Assume <wchar.h>.
21121         * m4/wcwidth.m4: Likewise.
21122
21123 2007-01-16  Bruno Haible  <bruno@clisp.org>
21124
21125         * modules/csharpexec-script: New, created from...
21126         * modules/csharpexec: ... this.
21127
21128 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
21129
21130         * modules/javaexec-script: New, created from...
21131         * modules/javaexec: ... this.
21132
21133 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21134
21135         * modules/poll (Dependencies): Add sys_select.
21136
21137 2007-01-15  Jim Meyering  <jim@meyering.net>
21138
21139         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
21140         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
21141         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
21142         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
21143
21144 2007-01-15  Bruno Haible  <bruno@clisp.org>
21145
21146         * modules/striconveh: New file.
21147         * lib/striconveh.h: New file.
21148         * lib/striconveh.c: New file.
21149         * MODULES.html.sh (Internationalization functions): Add striconveh.
21150
21151         * modules/striconveh-tests: New file.
21152         * tests/test-striconveh.c: New file.
21153
21154 2007-01-15  Bruno Haible  <bruno@clisp.org>
21155
21156         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
21157         not from GNU libiconv or GNU libc.
21158
21159 2007-01-15  Bruno Haible  <bruno@clisp.org>
21160
21161         * doc/gnulib-intro.texi (Copyright): Explain the different license
21162         terms for module descriptions, autoconf macros, tests, documentation.
21163
21164 2007-01-14  Bruno Haible  <bruno@clisp.org>
21165
21166         * modules/striconv-tests: New file.
21167         * tests/test-striconv.c: New file.
21168
21169 2007-01-14  Bruno Haible  <bruno@clisp.org>
21170
21171         * modules/iconv-tests: New file.
21172         * tests/test-iconv.c: New file.
21173
21174 2007-01-14  Bruno Haible  <bruno@clisp.org>
21175
21176         * gnulib-tool (func_get_license): For test modules, use the license of
21177         the main module.
21178
21179 2007-01-14  Bruno Haible  <bruno@clisp.org>
21180
21181         * modules/iconv (Include): Clarify that <iconv.h> can only be included
21182         if iconv is found to exist.
21183
21184 2007-01-14  Bruno Haible  <bruno@clisp.org>
21185
21186         * modules/c-ctype-tests: New file.
21187         * tests/test-c-ctype.c: New file.
21188
21189 2007-01-14  Bruno Haible  <bruno@clisp.org>
21190
21191         * modules/binary-io-tests: New file.
21192         * tests/test-binary-io.sh: New file.
21193         * tests/test-binary-io.c: New file.
21194
21195 2007-01-14  Bruno Haible  <bruno@clisp.org>
21196
21197         * modules/array-oset-tests: New file.
21198         * tests/test-array_oset.c: New file.
21199
21200 2007-01-14  Bruno Haible  <bruno@clisp.org>
21201
21202         * modules/array-list-tests: New file.
21203         * tests/test-array_list.c: New file.
21204
21205 2007-01-14  Bruno Haible  <bruno@clisp.org>
21206
21207         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
21208         and make.
21209         Reported by Simon Josefsson in
21210         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
21211
21212 2007-01-14  Bruno Haible  <bruno@clisp.org>
21213
21214         * modules/allocsa-tests: New file.
21215         * tests/test-allocsa.c: New file.
21216
21217 2007-01-14  Bruno Haible  <bruno@clisp.org>
21218
21219         * modules/fchdir (Depends-on): Add absolute-header.
21220         * modules/unistd (Depends-on): Likewise.
21221
21222 2006-12-30  Bruno Haible  <bruno@clisp.org>
21223
21224         * modules/fchdir: New file.
21225         * modules/unistd (Files): Add lib/unistd_.h.
21226         (Makefile.am): Generate unistd.h from unistd_.h.
21227         * lib/fchdir.c: New file.
21228         * lib/dirent_.h: New file.
21229         * lib/unistd_.h: New file.
21230         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
21231         * m4/fchdir.m4: New file.
21232         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
21233         (gl_HEADER_UNISTD): Invoke it.
21234         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
21235         function.
21236         * lib/backupfile.c (opendir, closedir): Undefine.
21237         * lib/chown.c (open, close): Undefine.
21238         * lib/clean-temp.c (open, close): Undefine.
21239         * lib/copy-file.c (open, close): Undefine.
21240         * lib/execute.c (open, close): Undefine.
21241         * lib/fsusage.c (open, close): Undefine.
21242         * lib/gc-gnulib.c (open, close): Undefine.
21243         * lib/getcwd.c (opendir, closedir): Undefine.
21244         * lib/glob.c (opendir, closedir): Undefine.
21245         * lib/javacomp.c (open, close): Undefine.
21246         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
21247         * lib/openat-proc.c (open, close): Undefine.
21248         * lib/pagealign_alloc.c (open, close): Undefine.
21249         * lib/pipe.c (open, close): Undefine.
21250         * lib/progreloc.c (open, close): Undefine.
21251         * lib/savedir.c (opendir, closedir): Undefine.
21252         * lib/utime.c (open, close): Undefine.
21253         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
21254
21255 2007-01-10  Bruno Haible  <bruno@clisp.org>
21256
21257         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
21258
21259 2007-01-12  Eric Blake  <ebb9@byu.net>
21260
21261         Provide a robust <wchar.h>.  Further simplifications are now
21262         possible in other modules, but not included here.
21263         * modules/wchar: New module.
21264         * m4/wchar.m4: New file.
21265         * lib/wchar_.h: Likewise.
21266         * modules/mbchar (Depends-on): Depend on wchar, as the first use
21267         of the new module.
21268         * MODULES.html.sh (Extended multibyte and wide character utilities):
21269         New section.
21270
21271 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
21272
21273         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
21274         to a reasonable default for memory allocation.
21275         (xreadlink): Don't allocate a huge buffer, to work around a buggy
21276         file system that reports garbage st_size values for symlinks.
21277         Problem reported by Liyang Hu.
21278
21279 2007-01-11  Simon Josefsson  <simon@josefsson.org>
21280
21281         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
21282         Emacs .#* auto-save files).
21283
21284 2007-01-11  Bruno Haible  <bruno@clisp.org>
21285
21286         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
21287         directory.
21288
21289 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21290
21291         Use @...@ consistently in lib/wctype_.h.
21292         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
21293         on it being set to 1 or 0.
21294         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
21295         go back to AC_SUBSTing it.
21296         * modules/wctype (Makefile.am): Undo previous change.
21297
21298 2007-01-10  Eric Blake  <ebb9@byu.net>
21299
21300         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
21301         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
21302         * modules/wctype (Makefile.am): Likewise.
21303         Reported by Chris McGuire.
21304
21305 2007-01-10  Jim Meyering  <jim@meyering.net>
21306
21307         fts.c: a small readability/maintainability improvement
21308         * lib/fts.c (fts_read): Make this code slightly more readable and
21309         maintainable by hoisting the "sp->fts_cur = p" assignments to
21310         immediately follow the statements that set P.  Derived from
21311         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
21312
21313 2007-01-10  Eric Blake  <ebb9@byu.net>
21314
21315         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
21316         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
21317         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
21318         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
21319         Reported by Chris McGuire.
21320
21321 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21322
21323         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
21324         in sed script.
21325
21326 2007-01-09  Bruno Haible  <bruno@clisp.org>
21327
21328         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
21329         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
21330         variables.
21331         (func_module): Use them.
21332
21333 2007-01-09  Bruno Haible  <bruno@clisp.org>
21334
21335         * modules/unistr/base: New file.
21336         * lib/unistr.h: New file.
21337
21338         * modules/unistr/u8-to-u16: New file.
21339         * lib/unistr/u8-to-u16.c: New file.
21340
21341         * modules/unistr/u8-to-u32: New file.
21342         * lib/unistr/u8-to-u32.c: New file.
21343
21344         * modules/unistr/u16-to-u8: New file.
21345         * lib/unistr/u16-to-u8.c: New file.
21346
21347         * modules/unistr/u16-to-u32: New file.
21348         * lib/unistr/u16-to-u32.c: New file.
21349
21350         * modules/unistr/u32-to-u8: New file.
21351         * lib/unistr/u32-to-u8.c: New file.
21352
21353         * modules/unistr/u32-to-u16: New file.
21354         * lib/unistr/u32-to-u16.c: New file.
21355
21356         * modules/unistr/u8-check: New file.
21357         * modules/unistr/u16-check: New file.
21358         * modules/unistr/u32-check: New file.
21359         * lib/unistr/u8-check.c: New file.
21360         * lib/unistr/u16-check.c: New file.
21361         * lib/unistr/u32-check.c: New file.
21362
21363         * modules/unistr/u8-chr: New file.
21364         * modules/unistr/u16-chr: New file.
21365         * modules/unistr/u32-chr: New file.
21366         * lib/unistr/u8-chr.c: New file.
21367         * lib/unistr/u16-chr.c: New file.
21368         * lib/unistr/u32-chr.c: New file.
21369
21370         * modules/unistr/u8-cmp: New file.
21371         * modules/unistr/u16-cmp: New file.
21372         * modules/unistr/u32-cmp: New file.
21373         * lib/unistr/u8-cmp.c: New file.
21374         * lib/unistr/u16-cmp.c: New file.
21375         * lib/unistr/u32-cmp.c: New file.
21376
21377         * modules/unistr/u8-cpy: New file.
21378         * modules/unistr/u16-cpy: New file.
21379         * modules/unistr/u32-cpy: New file.
21380         * lib/unistr/u8-cpy.c: New file.
21381         * lib/unistr/u16-cpy.c: New file.
21382         * lib/unistr/u32-cpy.c: New file.
21383         * lib/unistr/u-cpy.h: New file.
21384
21385         * modules/unistr/u8-cpy-alloc: New file.
21386         * modules/unistr/u16-cpy-alloc: New file.
21387         * modules/unistr/u32-cpy-alloc: New file.
21388         * lib/unistr/u8-cpy-alloc.c: New file.
21389         * lib/unistr/u16-cpy-alloc.c: New file.
21390         * lib/unistr/u32-cpy-alloc.c: New file.
21391         * lib/unistr/u-cpy-alloc.h: New file.
21392
21393         * modules/unistr/u8-endswith: New file.
21394         * modules/unistr/u16-endswith: New file.
21395         * modules/unistr/u32-endswith: New file.
21396         * lib/unistr/u8-endswith.c: New file.
21397         * lib/unistr/u16-endswith.c: New file.
21398         * lib/unistr/u32-endswith.c: New file.
21399         * lib/unistr/u-endswith.h: New file.
21400
21401         * modules/unistr/u8-mblen: New file.
21402         * modules/unistr/u16-mblen: New file.
21403         * modules/unistr/u32-mblen: New file.
21404         * lib/unistr/u8-mblen.c: New file.
21405         * lib/unistr/u16-mblen.c: New file.
21406         * lib/unistr/u32-mblen.c: New file.
21407
21408         * modules/unistr/u8-mbtouc: New file.
21409         * modules/unistr/u16-mbtouc: New file.
21410         * modules/unistr/u32-mbtouc: New file.
21411         * lib/unistr/u8-mbtouc.c: New file.
21412         * lib/unistr/u16-mbtouc.c: New file.
21413         * lib/unistr/u32-mbtouc.c: New file.
21414
21415         * modules/unistr/u8-mbtouc-safe: New file.
21416         * modules/unistr/u16-mbtouc-safe: New file.
21417         * modules/unistr/u32-mbtouc-safe: New file.
21418         * lib/unistr/u8-mbtouc-safe.c: New file.
21419         * lib/unistr/u16-mbtouc-safe.c: New file.
21420         * lib/unistr/u32-mbtouc-safe.c: New file.
21421
21422         * modules/unistr/u8-move: New file.
21423         * modules/unistr/u16-move: New file.
21424         * modules/unistr/u32-move: New file.
21425         * lib/unistr/u8-move.c: New file.
21426         * lib/unistr/u16-move.c: New file.
21427         * lib/unistr/u32-move.c: New file.
21428         * lib/unistr/u-move.h: New file.
21429
21430         * modules/unistr/u8-next: New file.
21431         * modules/unistr/u16-next: New file.
21432         * modules/unistr/u32-next: New file.
21433         * lib/unistr/u8-next.c: New file.
21434         * lib/unistr/u16-next.c: New file.
21435         * lib/unistr/u32-next.c: New file.
21436
21437         * modules/unistr/u8-prev: New file.
21438         * modules/unistr/u16-prev: New file.
21439         * modules/unistr/u32-prev: New file.
21440         * lib/unistr/u8-prev.c: New file.
21441         * lib/unistr/u16-prev.c: New file.
21442         * lib/unistr/u32-prev.c: New file.
21443
21444         * modules/unistr/u8-set: New file.
21445         * modules/unistr/u16-set: New file.
21446         * modules/unistr/u32-set: New file.
21447         * lib/unistr/u8-set.c: New file.
21448         * lib/unistr/u16-set.c: New file.
21449         * lib/unistr/u32-set.c: New file.
21450         * lib/unistr/u-set.h: New file.
21451
21452         * modules/unistr/u8-startswith: New file.
21453         * modules/unistr/u16-startswith: New file.
21454         * modules/unistr/u32-startswith: New file.
21455         * lib/unistr/u8-startswith.c: New file.
21456         * lib/unistr/u16-startswith.c: New file.
21457         * lib/unistr/u32-startswith.c: New file.
21458         * lib/unistr/u-startswith.h: New file.
21459
21460         * modules/unistr/u8-stpcpy: New file.
21461         * modules/unistr/u16-stpcpy: New file.
21462         * modules/unistr/u32-stpcpy: New file.
21463         * lib/unistr/u8-stpcpy.c: New file.
21464         * lib/unistr/u16-stpcpy.c: New file.
21465         * lib/unistr/u32-stpcpy.c: New file.
21466         * lib/unistr/u-stpcpy.h: New file.
21467
21468         * modules/unistr/u8-stpncpy: New file.
21469         * modules/unistr/u16-stpncpy: New file.
21470         * modules/unistr/u32-stpncpy: New file.
21471         * lib/unistr/u8-stpncpy.c: New file.
21472         * lib/unistr/u16-stpncpy.c: New file.
21473         * lib/unistr/u32-stpncpy.c: New file.
21474         * lib/unistr/u-stpncpy.h: New file.
21475
21476         * modules/unistr/u8-strcat: New file.
21477         * modules/unistr/u16-strcat: New file.
21478         * modules/unistr/u32-strcat: New file.
21479         * lib/unistr/u8-strcat.c: New file.
21480         * lib/unistr/u16-strcat.c: New file.
21481         * lib/unistr/u32-strcat.c: New file.
21482         * lib/unistr/u-strcat.h: New file.
21483
21484         * modules/unistr/u8-strchr: New file.
21485         * modules/unistr/u16-strchr: New file.
21486         * modules/unistr/u32-strchr: New file.
21487         * lib/unistr/u8-strchr.c: New file.
21488         * lib/unistr/u16-strchr.c: New file.
21489         * lib/unistr/u32-strchr.c: New file.
21490
21491         * modules/unistr/u8-strcmp: New file.
21492         * modules/unistr/u16-strcmp: New file.
21493         * modules/unistr/u32-strcmp: New file.
21494         * lib/unistr/u8-strcmp.c: New file.
21495         * lib/unistr/u16-strcmp.c: New file.
21496         * lib/unistr/u32-strcmp.c: New file.
21497
21498         * modules/unistr/u8-strcpy: New file.
21499         * modules/unistr/u16-strcpy: New file.
21500         * modules/unistr/u32-strcpy: New file.
21501         * lib/unistr/u8-strcpy.c: New file.
21502         * lib/unistr/u16-strcpy.c: New file.
21503         * lib/unistr/u32-strcpy.c: New file.
21504         * lib/unistr/u-strcpy.h: New file.
21505
21506         * modules/unistr/u8-strcspn: New file.
21507         * modules/unistr/u16-strcspn: New file.
21508         * modules/unistr/u32-strcspn: New file.
21509         * lib/unistr/u8-strcspn.c: New file.
21510         * lib/unistr/u16-strcspn.c: New file.
21511         * lib/unistr/u32-strcspn.c: New file.
21512         * lib/unistr/u-strcspn.h: New file.
21513
21514         * modules/unistr/u8-strdup: New file.
21515         * modules/unistr/u16-strdup: New file.
21516         * modules/unistr/u32-strdup: New file.
21517         * lib/unistr/u8-strdup.c: New file.
21518         * lib/unistr/u16-strdup.c: New file.
21519         * lib/unistr/u32-strdup.c: New file.
21520         * lib/unistr/u-strdup.h: New file.
21521
21522         * modules/unistr/u8-strlen: New file.
21523         * modules/unistr/u16-strlen: New file.
21524         * modules/unistr/u32-strlen: New file.
21525         * lib/unistr/u8-strlen.c: New file.
21526         * lib/unistr/u16-strlen.c: New file.
21527         * lib/unistr/u32-strlen.c: New file.
21528         * lib/unistr/u-strlen.h: New file.
21529
21530         * modules/unistr/u8-strmblen: New file.
21531         * modules/unistr/u16-strmblen: New file.
21532         * modules/unistr/u32-strmblen: New file.
21533         * lib/unistr/u8-strmblen.c: New file.
21534         * lib/unistr/u16-strmblen.c: New file.
21535         * lib/unistr/u32-strmblen.c: New file.
21536
21537         * modules/unistr/u8-strmbtouc: New file.
21538         * modules/unistr/u16-strmbtouc: New file.
21539         * modules/unistr/u32-strmbtouc: New file.
21540         * lib/unistr/u8-strmbtouc.c: New file.
21541         * lib/unistr/u16-strmbtouc.c: New file.
21542         * lib/unistr/u32-strmbtouc.c: New file.
21543
21544         * modules/unistr/u8-strncat: New file.
21545         * modules/unistr/u16-strncat: New file.
21546         * modules/unistr/u32-strncat: New file.
21547         * lib/unistr/u8-strncat.c: New file.
21548         * lib/unistr/u16-strncat.c: New file.
21549         * lib/unistr/u32-strncat.c: New file.
21550         * lib/unistr/u-strncat.h: New file.
21551
21552         * modules/unistr/u8-strncmp: New file.
21553         * modules/unistr/u16-strncmp: New file.
21554         * modules/unistr/u32-strncmp: New file.
21555         * lib/unistr/u8-strncmp.c: New file.
21556         * lib/unistr/u16-strncmp.c: New file.
21557         * lib/unistr/u32-strncmp.c: New file.
21558
21559         * modules/unistr/u8-strncpy: New file.
21560         * modules/unistr/u16-strncpy: New file.
21561         * modules/unistr/u32-strncpy: New file.
21562         * lib/unistr/u8-strncpy.c: New file.
21563         * lib/unistr/u16-strncpy.c: New file.
21564         * lib/unistr/u32-strncpy.c: New file.
21565         * lib/unistr/u-strncpy.h: New file.
21566
21567         * modules/unistr/u8-strnlen: New file.
21568         * modules/unistr/u16-strnlen: New file.
21569         * modules/unistr/u32-strnlen: New file.
21570         * lib/unistr/u8-strnlen.c: New file.
21571         * lib/unistr/u16-strnlen.c: New file.
21572         * lib/unistr/u32-strnlen.c: New file.
21573         * lib/unistr/u-strnlen.h: New file.
21574
21575         * modules/unistr/u8-strpbrk: New file.
21576         * modules/unistr/u16-strpbrk: New file.
21577         * modules/unistr/u32-strpbrk: New file.
21578         * lib/unistr/u8-strpbrk.c: New file.
21579         * lib/unistr/u16-strpbrk.c: New file.
21580         * lib/unistr/u32-strpbrk.c: New file.
21581         * lib/unistr/u-strpbrk.h: New file.
21582
21583         * modules/unistr/u8-strrchr: New file.
21584         * modules/unistr/u16-strrchr: New file.
21585         * modules/unistr/u32-strrchr: New file.
21586         * lib/unistr/u8-strrchr.c: New file.
21587         * lib/unistr/u16-strrchr.c: New file.
21588         * lib/unistr/u32-strrchr.c: New file.
21589
21590         * modules/unistr/u8-strspn: New file.
21591         * modules/unistr/u16-strspn: New file.
21592         * modules/unistr/u32-strspn: New file.
21593         * lib/unistr/u8-strspn.c: New file.
21594         * lib/unistr/u16-strspn.c: New file.
21595         * lib/unistr/u32-strspn.c: New file.
21596         * lib/unistr/u-strspn.h: New file.
21597
21598         * modules/unistr/u8-strstr: New file.
21599         * modules/unistr/u16-strstr: New file.
21600         * modules/unistr/u32-strstr: New file.
21601         * lib/unistr/u8-strstr.c: New file.
21602         * lib/unistr/u16-strstr.c: New file.
21603         * lib/unistr/u32-strstr.c: New file.
21604         * lib/unistr/u-strstr.h: New file.
21605
21606         * modules/unistr/u8-strtok: New file.
21607         * modules/unistr/u16-strtok: New file.
21608         * modules/unistr/u32-strtok: New file.
21609         * lib/unistr/u8-strtok.c: New file.
21610         * lib/unistr/u16-strtok.c: New file.
21611         * lib/unistr/u32-strtok.c: New file.
21612         * lib/unistr/u-strtok.h: New file.
21613
21614         * modules/unistr/u8-uctomb: New file.
21615         * modules/unistr/u16-uctomb: New file.
21616         * modules/unistr/u32-uctomb: New file.
21617         * lib/unistr/u8-uctomb.c: New file.
21618         * lib/unistr/u16-uctomb.c: New file.
21619         * lib/unistr/u32-uctomb.c: New file.
21620
21621         * MODULES.html.sh (Unicode string functions): Add the new modules.
21622
21623 2007-01-08  Bruno Haible  <bruno@clisp.org>
21624
21625         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
21626         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
21627         subdirectories.
21628
21629 2007-01-08  Karl Berry  <karl@gnu.org>
21630
21631         * doc/error.texi: mention that main() fns must set program_name
21632         when progname is used.
21633
21634 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
21635
21636         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
21637         WCTYPE_H is empty, for the benefit of builds from non-distclean
21638         directories.  Problem reported by Eric Blake in
21639         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
21640
21641 2007-01-08  Bruno Haible  <bruno@clisp.org>
21642
21643         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
21644         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
21645         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
21646         PROVIDE_CANONICALIZE_FILENAME_MODE.
21647         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
21648
21649 2007-01-08  Bruno Haible  <bruno@clisp.org>
21650
21651         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
21652         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
21653         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
21654         * lib/fts.c: Likewise.
21655         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
21656
21657 2006-12-25  Bruno Haible  <bruno@clisp.org>
21658
21659         * modules/utf8-ucs4-safe: New file.
21660         * lib/utf8-ucs4-safe.h: New file.
21661         * lib/unistr/utf8-ucs4-safe.c: New file.
21662
21663         * modules/utf16-ucs4-safe: New file.
21664         * lib/utf16-ucs4-safe.h: New file.
21665         * lib/unistr/utf16-ucs4-safe.c: New file.
21666
21667         * MODULES.html.sh (Unicode string functions): Add the new modules.
21668
21669 2007-01-08  Bruno Haible  <bruno@clisp.org>
21670
21671         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
21672         (Depends-on): Add unitypes.
21673         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
21674         (u8_mbtouc_aux): Move out to separate file.
21675         (u8_mbtouc): Use ucs4_t, uint8_t types.
21676         * lib/unistr/utf8-ucs4.c: New file.
21677
21678         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
21679         (Depends-on): Add unitypes.
21680         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
21681         (u16_mbtouc_aux): Move out to separate file.
21682         (u16_mbtouc): Use ucs4_t, uint16_t types.
21683         * lib/unistr/utf16-ucs4.c: New file.
21684
21685         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
21686         (Depends-on): Add unitypes.
21687         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
21688         (u8_uctomb_aux): Move out to separate file.
21689         (u8_uctomb): Use ucs4_t, uint8_t types.
21690         * lib/unistr/ucs4-utf8.c: New file.
21691
21692         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
21693         (Depends-on): Add unitypes.
21694         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
21695         (u16_uctomb_aux): Move out to separate file.
21696         (u16_uctomb): Use ucs4_t, uint16_t types.
21697         * lib/unistr/ucs4-utf16.c: New file.
21698
21699 2006-12-25  Bruno Haible  <bruno@clisp.org>
21700
21701         * modules/unitypes: New file.
21702         * lib/unitypes.h: New file.
21703         * MODULES.html.sh (func_all_modules): New section "Unicode string
21704         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
21705         this section. Add unitypes.
21706
21707 2007-01-08  Bruno Haible  <bruno@clisp.org>
21708
21709         Avoid variable names that conflict with those from libtool.
21710         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
21711         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
21712         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
21713         library_names_spec to acl_library_names_spec, hardcode_* to
21714         acl_hardcode_*.
21715         Reported by Ralf Wildenhues.
21716
21717 2007-01-08  Bruno Haible  <bruno@clisp.org>
21718
21719         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
21720         definition.
21721         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
21722         definition.
21723         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
21724         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
21725         definition.
21726         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
21727         definition.
21728         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
21729         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
21730         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
21731         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
21732         definition.
21733         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
21734         definition.
21735         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
21736         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
21737         GC_USE_<algorithm>.
21738         * lib/gc-libgcrypt.c: Likewise.
21739         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
21740         * modules/gc-arctwo (configure.ac): Likewise.
21741         * modules/gc-des (configure.ac): Likewise.
21742         * modules/gc-hmac-md5 (configure.ac): Likewise.
21743         * modules/gc-hmac-sha1 (configure.ac): Likewise.
21744         * modules/gc-md2 (configure.ac): Likewise.
21745         * modules/gc-md4 (configure.ac): Likewise.
21746         * modules/gc-md5 (configure.ac): Likewise.
21747         * modules/gc-random (configure.ac): Likewise.
21748         * modules/gc-rijndael (configure.ac): Likewise.
21749         * modules/gc-sha1 (configure.ac): Likewise.
21750
21751 2007-01-08  Bruno Haible  <bruno@clisp.org>
21752
21753         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
21754         macro definition.
21755         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
21756         definition.
21757         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
21758         definition.
21759         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
21760         * modules/fcntl-safer (configure.ac): Likewise.
21761         * modules/fopen-safer (configure.ac): Likewise.
21762         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
21763         GNULIB_FWRITEERROR macro definition.
21764
21765 2007-01-08  Bruno Haible  <bruno@clisp.org>
21766
21767         * m4/gnulib-common.m4: New file.
21768         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
21769         (func_get_filelist): Add m4/gnulib-common.m4.
21770
21771 2007-01-08  Bruno Haible  <bruno@clisp.org>
21772
21773         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
21774         command.
21775
21776 2007-01-08  Jim Meyering  <jim@meyering.net>
21777
21778         Use a more robust test for a "can't happen" condition.
21779         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
21780         narrowed the st_size value.  Presuming the "can't happen" condition
21781         is true, that narrowing could conceivably convert an invalid st_size
21782         value into a valid one.  Instead, use a change based on Matthew
21783         Woehlke's original patch.
21784
21785         Slight readability improvement: use an assert-like macro
21786         in place of literal "abort ()" uses.
21787         * lib/fts.c (fts_assert): Define.
21788         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
21789         Use this macro instead of a bare 'abort'.
21790
21791 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
21792
21793         Don't worry about using IRIX 5.3's wctype.h broken definitions;
21794         simply work around them.
21795         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
21796         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
21797         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
21798         declaring.
21799         Don't bother to define as macros, since the standard doesn't require it.
21800         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
21801         longer worry about IRIX 5.3.
21802         (HAVE_WCTYPE_CTMP_BUG): Remove.
21803
21804 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21805
21806         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
21807         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
21808         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
21809         Problems reported by Georg Schwarz for IRIX 5.3.
21810
21811         * gnulib-tool (autoconf_minversion): Take the maximum version number
21812         found, not the minimum.  Problem reported by James Youngman.
21813
21814 2007-01-03  Karl Berry  <karl@gnu.org>
21815
21816         * doc/error.texi: new file, explaining interaction with progname.
21817         * doc/gnulib.texi: include it.  Update copyright.
21818
21819 2007-01-03  Simon Josefsson  <simon@josefsson.org>
21820
21821         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
21822         AC_CANONICAL_HOST, to improve autobuild outputs.
21823
21824 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
21825             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
21826
21827         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
21828         sockets, server sockets, and other file descriptors.  Count errors
21829         to compute the return value.  Reorder the code a bit to be easier
21830         to follow.  Don't set event bits that were not requested (except
21831         POLLERR and POLLHUP).
21832
21833 2007-01-01  Bruno Haible  <bruno@clisp.org>
21834
21835         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
21836
21837 2007-01-03  Jim Meyering  <jim@meyering.net>
21838
21839         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
21840
21841 2007-01-02  Bruno Haible  <bruno@clisp.org>
21842
21843         * modules/settime (Include): Require timespec.h.
21844         * modules/nanosleep (Include): Likewise.
21845
21846 2007-01-01  Bruno Haible  <bruno@clisp.org>
21847
21848         * gnulib-tool (func_emit_copyright_notice): Bump year.
21849         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
21850
21851 2007-01-01  Bruno Haible  <bruno@clisp.org>
21852
21853         Improve support for OpenBSD.
21854         * build-aux/config.rpath (libname_spec): Export.
21855         (library_names_spec): New variable. Export.
21856         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
21857         library_names_spec from the config.rpath output. Locate shared library
21858         through the name pattern in library_names_spec.
21859
21860 2007-01-01  Eric Blake  <ebb9@byu.net>
21861
21862         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
21863
21864 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
21865
21866         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
21867         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
21868         assume the C locale, and avoid an "eval" that could cause trouble.
21869         Problem with SORT reported by Bob Proulx.
21870
21871         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
21872         Define.  Trivial patch from Henning Nielsen Lund, originally
21873         sent to bug-grep@gnu.org today.
21874
21875 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
21876
21877         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
21878         struct stat.  Problem reported by Henning Nielsen Lund.
21879         * lib/acl.c: Include acl.h first, to check interface.  Don't
21880         bother to include sys/types.h and sys/stat.h again.
21881
21882 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21883
21884         Import the following change from libc; problem reported by
21885         Sven Verdoolaege.
21886
21887         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
21888
21889         [BZ #1373]
21890         * lib/argp.h: Remove __NTH for __argp_usage inline function.
21891
21892 2006-12-28  Jim Meyering  <jim@meyering.net>
21893
21894         * build-aux/announce-gen: Do not assume that the package
21895         builds any of tar.gz, tar.bz2, and .xdelta files.
21896         Suggestion from Simon Josefsson.
21897
21898 2006-12-28  Simon Josefsson  <simon@josefsson.org>
21899
21900         * modules/announce-gen: New file.
21901
21902 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
21903
21904         * lib/mbchar.h: Just include <wctype.h>; the wctype module
21905         handles its gotchas now.
21906         * lib/mbswidth.c: Likewise.
21907         * lib/wcwidth.h: Likewise.
21908         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
21909         and iswcntrl; the wctype module does this stuff now.
21910         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
21911         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
21912         * modules/mbchar (Depends-on): Add wctype.
21913         * modules/mbswidth (Depends-on): Likewise.
21914         * modules/wcwidth (Depends-on): Likewise.
21915
21916 2006-12-27  Eric Blake  <ebb9@byu.net>
21917
21918         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
21919         module uses more than what <wctype.h> is required to provide.
21920
21921 2006-12-26  Eric Blake  <ebb9@byu.net>
21922
21923         * gnulib-tool (sed_extract_prog): Avoid space-tab.
21924
21925 2006-12-26  Eric Blake  <ebb9@byu.net>
21926
21927         * modules/absolute-header: New module.
21928         * modules/fcntl (Depends-on): Depend on it.
21929         * modules/inttypes (Depends-on): Likewise.
21930         * modules/stdint (Depends-on): Likewise.
21931         * modules/sys_stat (Depends-on): Likewise.
21932         * modules/wctype (Depends-on): Likewise.
21933         * MODULES.html.sh (Support for building libraries and
21934         executables): Document it.
21935
21936 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
21937
21938         * gnulib-tool (SED): Remove, undoing previous change.
21939         The problem was that it broke coreutils on Solaris, because
21940         "sed --posix" leaked into a makefile.
21941         (sed): New alias, if 'alias' and GNU sed.
21942
21943 2006-12-24  Jim Meyering  <jim@meyering.net>
21944
21945         Work around an fchownat bug in glibc-2.4:
21946         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
21947         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
21948         in spite of the -P option.
21949         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
21950         New macros.
21951         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
21952         * modules/openat (Files): Add lib/fchownat.c.
21953         * lib/openat.c (fchownat): Don't define here.  Move to...
21954         * lib/fchownat.c: ...this new file.
21955
21956 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21957
21958         Fix bug reported by Bruno Haible in
21959         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
21960         where quotearg.c didn't compile on Mac OS X 10.2 because it
21961         lacks <wchar.h> and wint_t.
21962         * lib/wctype_.h (__wctype_wint_t): New type.
21963         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
21964         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
21965         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
21966         Arg is now of type __wctype_wint_t, not wint_t.
21967         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
21968         substitute HAVE_WINT_T.
21969         * modules/wctype (Files): Add m4/wint_t.m4.
21970         (wctype.h): Substitute HAVE_WINT_T.
21971
21972 2006-12-23  Bruno Haible  <bruno@clisp.org>
21973
21974         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
21975
21976 2006-12-23  Bruno Haible  <bruno@clisp.org>
21977
21978         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
21979         S_ISLNK.
21980         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
21981         mingw.
21982
21983 2006-12-22  Bruno Haible  <bruno@clisp.org>
21984
21985         * lib/copy-file.c: Include acl.h.
21986         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
21987         Close the file descriptors only after being done with copy_acl.
21988         * modules/copy-file (Depends-on): Add acl.
21989
21990 2006-12-22  Bruno Haible  <bruno@clisp.org>
21991
21992         * gnulib-tool (SED): New variable.
21993         Use $SED instead of sed everywhere.
21994
21995 2006-12-22  Bruno Haible  <bruno@clisp.org>
21996
21997         * modules/no-c++: New file.
21998         * m4/no-c++.m4: New file.
21999         * MODULES.html.sh (Support for building libraries and executables):
22000         Add no-c++.
22001
22002 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
22003
22004         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
22005         Include <limits.h>, and use its INT_MAX to rewrite the
22006         j loop so that it does not overflow 'int'.  Problem reported by
22007         Ralf Wildenhues in
22008         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
22009         Play it safe by shifting left by 1 rather than multiplying by 2,
22010         as GCC is less likely to optimize this away when the value
22011         is signed (when it assumes overflow leads to undefined behavior).
22012         Also, don't assume time_t uses two's complement.
22013
22014 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
22015
22016         * MODULES.html.sh: New module wctype.
22017         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
22018         * lib/fnmatch.c: Don't bother to include <wchar.h> before
22019         <wctype.h>, since the new wctype module should fix this.
22020         * lib/quotearg.c: Include <wctype.h> unconditionally, since
22021         the wctype module should arrange for it.
22022         * lib/regex_internal.h: Likewise.
22023         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
22024         since the wctype module should handle this now.
22025         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
22026         * modules/fnmatch (Depends-on): Add wctype.
22027         * modules/quotearg (Depends-on): Likewise.
22028         * modules/regex (Depends-on): Likewise.
22029
22030 2006-12-19  Bruno Haible  <bruno@clisp.org>
22031
22032         * lib/strdup.h [C++]: Wrap definitions in extern "C".
22033         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
22034
22035 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22036
22037         * modules/savewd (Depends-on): Fix dependency on fcntl.
22038
22039 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22040
22041         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
22042         conforms to C99, rather than relying on the user's environment
22043         setting of STDINT_H.
22044
22045 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22046         and Eric Blake  <ebb9@byu.net>
22047
22048         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
22049         This is more consistent with the other defines here.
22050         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
22051         Port to z/OS.  Problem reported by Paul Gilmartin.
22052         Change local vars to use gl_ prefix rather than ac_.
22053         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
22054         with other defines.
22055         * modules/double-slash-root: New module.
22056         * modules/dirname (Files): Remove m4/double-slash-root.m4.
22057         (Depends-on): Add double-slash-root.
22058         * MODULES.html.sh (File system functions): Mention new module.
22059
22060 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
22061
22062         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
22063         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
22064         This is for the benefit of gzip, which doesn't do i18n.
22065
22066 2006-12-12  Jim Meyering  <jim@meyering.net>
22067
22068         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
22069         Reported by Andreas Schwab <schwab@suse.de>.
22070
22071 2006-12-12  Bruno Haible  <bruno@clisp.org>
22072
22073         Merge these changes.
22074         2006-09-05  Bruno Haible  <bruno@clisp.org>
22075         * lib/iconvme.c (iconv_string): No need to save and restore errno when
22076         iconv_alloc succeeded.
22077         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
22078         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
22079         test for " && dest " at the end - dest is always != NULL there. Call
22080         iconv with 4xNULL arguments initially, to reset the state. Call iconv
22081         with 2xNULL arguments, also to flush the state storage. Handle the
22082         IRIX iconv behaviour. Realloc the final result, to throw away unused
22083         memory.
22084
22085 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
22086
22087         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
22088         and fchmodat unconditionally, since glibc 2.4 has them.
22089         Problem reported by Arkadiusz Miskiewicz.
22090
22091 2006-12-10  Bruno Haible  <bruno@clisp.org>
22092
22093         * gnulib-tool (func_import): Show the include files only for those
22094         modules that are copied and specified.
22095         Reported by Karl Berry.
22096
22097 2006-12-08  Jim Meyering  <jim@meyering.net>
22098
22099         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
22100         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
22101
22102         * build-aux/announce-gen: Add two new options, both optional:
22103         --bootstrap-tools=TOOL_LIST
22104               a comma-separated list of tools, e.g.,
22105               autoconf,automake,bison,gnulib
22106         --gnulib-snapshot-date=DATE
22107               if gnulib is in the bootstrap tool list,
22108               then report this as the snapshot date.
22109               If not specified, use the current date/time.
22110               If you specify a date here, be sure it's UTC.
22111
22112 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22113
22114         * tests/test-argp-2.sh: Fix test to match actual output.
22115         (func_compare): Fix sed script to be portable.
22116
22117 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
22118
22119         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
22120         workaround for this case.  It is not autoconfigured now; offhand
22121         it's hard to see how to autoconfigure it.
22122
22123 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
22124
22125         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
22126         a directory that is about to be chowned.  Such a directory's
22127         initial file permissions should permit the owner only and this
22128         should not be changed until after the chown, since the group and
22129         other bits would be incorrect if they granted permission before
22130         the chown.
22131
22132         Fix porting problem for iswctype reported by Georg Schwarz in:
22133         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
22134         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
22135         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
22136         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
22137         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
22138
22139 2006-12-03  Jim Meyering  <jim@meyering.net>
22140
22141         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
22142         p->fts_statp may not yet be defined.
22143         (fts_read): Instead, set it in the caller, once p->fts_statp is
22144         sure to be defined, and corresponds to a top-level directory.
22145         This bug made du -x fail.  Here's the coreutils test case:
22146         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
22147         Reported by Mike Frysinger.
22148
22149 2006-12-01  Jim Meyering  <jim@meyering.net>
22150
22151         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
22152         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
22153         Reported by Simon Josefsson.
22154
22155 2006-11-30  Jim Meyering  <jim@meyering.net>
22156
22157         * m4/warning.m4: Use the all-permissive copyright notice
22158         recommended by RMS (rather than LGPL).
22159         * m4/vararrays.m4: Likewise.
22160         * m4/flexmember.m4: Likewise.
22161
22162 2006-11-29  Bruno Haible  <bruno@clisp.org>
22163
22164         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22165         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
22166         using +=.
22167         Reported by Simon Josefsson <simon@josefsson.org>.
22168
22169 2006-11-28  James Youngman <jay@gnu.org>
22170
22171         * README: Advise users that they might find the bug-gnulib@gnu.org
22172         and autotools-announce@gnu.org mailing lists useful.
22173
22174 2006-11-28  Bruno Haible  <bruno@clisp.org>
22175
22176         * m4/ptrdiff_max.m4: Remove file.
22177
22178 2006-11-21  Bruno Haible  <bruno@clisp.org>
22179
22180         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
22181         _AC_COMPUTE_INT.
22182         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22183         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
22184         _AC_COMPUTE_INT.
22185         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22186         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
22187         _AC_COMPUTE_INT.
22188         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22189
22190 2006-11-28  Jim Meyering  <jim@meyering.net>
22191
22192         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
22193         warning from "gcc -Wshadow" about shadowing the builtin.
22194
22195 2006-11-27  Bruno Haible  <bruno@clisp.org>
22196
22197         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
22198         _AC_COMPUTE_INT.
22199         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22200
22201 2006-11-27  Bruno Haible  <bruno@clisp.org>
22202             Paul Eggert  <eggert@cs.ucla.edu>
22203
22204         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
22205
22206 2006-11-26  Bruno Haible  <bruno@clisp.org>
22207
22208         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22209         noinst_LTLIBRARIES.
22210
22211 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
22212             Bruno Haible  <bruno@clisp.org>
22213
22214         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
22215         if compiling with "gcc -ansi".
22216
22217 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
22218
22219         Fix some incompatibilities with gcc -ansi -pedantic.
22220         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
22221         if compiling pedantically with GCC, unless it's C99 or later.
22222         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
22223         it mishandles gcc -ansi -pedantic as well.
22224         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
22225         if gcc -pedantic.
22226         * lib/regexec.c (check_node_accept_bytes): Don't use auto
22227         initializers for struct if -pedantic, unless it's C99 or later.
22228
22229 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
22230
22231         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
22232         Don't close an fd more than once. Identical atimes indicate
22233         success, not failure.
22234
22235 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
22236
22237         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
22238
22239 2006-11-23  Jim Meyering  <jim@meyering.net>
22240
22241         * build-aux/announce-gen: New file.  From coreutils.
22242
22243 2006-11-22  Jim Meyering  <jim@meyering.net>
22244
22245         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
22246         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
22247         (fts_read): Use a temporary to narrow the overused st_size member
22248         before using it in a switch statement.  Reported by Matthew Woehlke.
22249
22250         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
22251         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
22252
22253 2006-11-20  Bruno Haible  <bruno@clisp.org>
22254
22255         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
22256         changequote instead of pairs of brackets.
22257         Reported by Andreas Schwab <schwab@suse.de>.
22258
22259 2006-11-21  Jim Meyering  <jim@meyering.net>
22260
22261         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
22262         so as to remain compatible with older compilers.
22263         Patch from Michael Deutschmann.
22264
22265 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22266
22267         * MODULES.html.sh (File system functions): Add openat.
22268
22269         * lib/openat.h (rpl_fstatat): New macro, if
22270         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
22271         (fstatat): Define to rpl_fstatat under the same conditions,
22272         unless COMPILING_FSTATAT.
22273         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
22274         seems to have the bug.
22275         * lib/fstatat.c: New file.
22276         * modules/openat (Files): Add it.
22277
22278 2006-11-20  Bruno Haible  <bruno@clisp.org>
22279
22280         * Makefile: New file.
22281
22282 2006-11-20  Jim Meyering  <jim@meyering.net>
22283
22284         The beginnings of syntax-related checks for gnulib.
22285         * lib/Makefile: New file.
22286         * lib/t-idcache: New script.  Ensure that the two halves of
22287         idcache.c stay in sync.
22288
22289         * lib/idcache.c: Adjust comments in user- and group- portions to
22290         be more accurate, and to be consistent with one another.
22291
22292 2006-11-20  Jim Meyering  <jim@meyering.net>
22293
22294         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
22295         continue using the flexible array member (thus, this module performs
22296         half as many malloc calls), with the addition that...
22297         (getgroup, getuser): Consistently record a non-match via an empty
22298         "name" string, and map an empty string match to a NULL return value.
22299         * modules/idcache (Depends-on): Re-add flexmember.
22300
22301         * lib/idcache.c (getuser): Remove all uses of the register keyword.
22302         (getuidbyname, getgroup, getgidbyname): Likewise.
22303
22304         Use cleaner syntax: NULL rather than 0.
22305         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
22306
22307 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22308
22309         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
22310         It mishandled the case where the group was missing.
22311         Problem reported by Greg Schafer.
22312         * modules/idcache: Likewise.
22313
22314 2006-11-18  Jim Meyering  <jim@meyering.net>
22315
22316         * check-module (%exempt_header): Add exception for some
22317         conditionally-included headers.
22318
22319         * modules/i-ring (Depends-on): Add verify.
22320         (License): Change to LGPL.
22321
22322 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22323
22324         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
22325         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
22326         and inttostr.h.  Use snprintf rather than uinttostr, so that
22327         LGPLed code doesn't depend on GPLed.
22328
22329 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22330
22331         * modules/inline (License): Change from GPL to LGPL.
22332
22333 2006-11-17  Jim Meyering  <jim@meyering.net>
22334
22335         * modules/d-type (License): Switch to LGPL.
22336
22337 2006-11-15  Bruno Haible  <bruno@clisp.org>
22338
22339         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
22340
22341 2006-11-15  Eric Blake  <ebb9@byu.net>
22342
22343         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
22344         the module dependency.
22345
22346 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22347             Bruno Haible  <bruno@clisp.org>
22348
22349         * gnulib-tool (func_create_testdir): Add license consistency check.
22350
22351 2006-11-15  Eric Blake  <ebb9@byu.net>
22352
22353         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
22354         random "(cached)" in configure output.
22355
22356 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22357
22358         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
22359         test for conforming inttypes.h is both announced and cached.
22360
22361         * MODULES.html.sh (seen_modules, seen_files): New variables.
22362         (func_module): Rewrite to use a few less gnulib-tool and sed
22363         invocations.  Avoid a couple of quadratic algorithms for ...
22364         (missed_modules, missed_files): ... these, with ...
22365         (func_append, func_tmpdir): ... these new functions, from
22366         gnulib-tool.  Analogously, install traps for cleanup.
22367
22368         * tests/test-gc.c (main): Remove unused variables.
22369         * tests/test-read-file.c: Include stdlib.h, for 'free'.
22370
22371 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
22372
22373         * modules/inttostr (License): Change to LGPL.
22374
22375 2006-11-14  Eric Blake  <ebb9@byu.net>
22376
22377         * modules/tempname (License): Change to LGPL.
22378
22379 2006-11-14  Eric Blake  <ebb9@byu.net>
22380
22381         * doc/functions.texi (Function Portability): *printf functions on
22382         Cygwin now understand all POSIX size specifiers.
22383
22384 2006-11-14  Bruno Haible  <bruno@clisp.org>
22385
22386         * modules/c-ctype (License): Change to LGPL.
22387
22388 2006-11-12  Bruno Haible  <bruno@clisp.org>
22389
22390         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
22391         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
22392         for GNOME libraries, for which the include files are installed in
22393         subdirectories of $prefix/include.
22394
22395 2006-11-12  Bruno Haible  <bruno@clisp.org>
22396
22397         * m4/lib-link.m4: Require at least autoconf-2.54.
22398         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
22399         name to underscores for the --with option.
22400
22401 2006-11-13  Bruno Haible  <bruno@clisp.org>
22402
22403         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
22404         the tests directory.
22405         Reported by Ralf Wildenhues.
22406
22407 2006-11-13  Bruno Haible  <bruno@clisp.org>
22408
22409         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
22410         (func_emit_initmacro_end): Undo the override here.
22411         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
22412         Works around the famous automake error in coreutils.
22413
22414 2006-11-13  Eric Blake  <ebb9@byu.net>
22415
22416         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
22417         element, not its node.
22418
22419 2006-11-12  Bruno Haible  <bruno@clisp.org>
22420
22421         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
22422         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
22423
22424 2006-11-12  Bruno Haible  <bruno@clisp.org>
22425
22426         * gnulib-tool: New option --local-symlink.
22427         (func_usage): Document it.
22428         (lsymbolic): New variable.
22429         (func_import, func_create_testdir): If --symlink was not specified,
22430         test whether --local-symlink was specified and the file comes from
22431         the local_gnulib_dir.
22432
22433 2006-11-12  Bruno Haible  <bruno@clisp.org>
22434
22435         * gnulib-tool (func_ln): New function.
22436         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
22437
22438 2006-11-12  Bruno Haible  <bruno@clisp.org>
22439
22440         Finish support for source files in subdirectories.
22441         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
22442         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
22443         AUTOMAKE_OPTIONS.
22444         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
22445
22446 2006-11-12  Bruno Haible  <bruno@clisp.org>
22447
22448         * gnulib-tool (func_get_automake_snippet): Synthesize also an
22449         EXTRA_lib_SOURCES augmentation.
22450         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
22451
22452 2006-11-12  Jim Meyering  <jim@meyering.net>
22453
22454         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
22455         file descriptors.  This also averts a failure on systems with
22456         native openat support when a traversed directory lacks "x" access.
22457         * lib/fts_.h: Include "i-ring.h"
22458         (struct FTS) [fts_fd_ring]: New member.
22459         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
22460         (FCHDIR): Add parentheses.
22461         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
22462         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
22463         When descending, rather than simply closing the previous
22464         fts_cwd_fd value, push that file descriptor onto the ring.
22465         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
22466         (fts_open): Initialize the new fd_ring member.
22467         (fts_close): Clear the ring.
22468         (fts_safe_changedir): When possible, use our new fd_ring to skip
22469         the diropen and fstat and dev/ino comparison that would normally
22470         accompany a virtual `chdir ("..")'.
22471
22472         * modules/fts (Depends-on): Add i-ring.
22473         * modules/i-ring: New module.
22474         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
22475         * m4/i-ring.m4: New file.
22476
22477 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22478
22479         * gnulib-tool (func_create_testdir): Fix replacement of
22480         `build-aux' in configure.ac.  Run autotools in gltests
22481         subdirectory.
22482         (func_create_testdir, func_create_megatestdir, test): There is
22483         no need for '--force' in most autotool invocations in a new
22484         tree.  Actually fail the whole test if any of the tools, or the
22485         configure or make stages fail.
22486
22487         Sync from Automake.
22488         * build-aux/gnupload: Revert last change.  Add pointer to upload
22489         instructions of the GNU Maintenance Instructions.
22490         Suggestion by Karl Berry.
22491
22492 2006-11-10  Jim Meyering  <jim@meyering.net>
22493
22494         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
22495
22496 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22497
22498         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
22499         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
22500         (bind_textdomain_codeset) [! ENABLE_NLS]:
22501         Evaluate all the arguments.  That way, callers get compatible behavior
22502         if the arguments have side effects.  Also, it avoids some GCC
22503         diagnostics in some cases; Joel E. Denny reported problems when Bison
22504         was configured with --enable-gcc-warnigs.
22505
22506 2006-11-10  Jim Meyering  <jim@meyering.net>
22507
22508         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
22509         relevant options in CFLAGS (like -O, -fno-inline) are taken into
22510         account.
22511
22512 2006-11-10  Jim Meyering  <jim@meyering.net>
22513
22514         * modules/inline: New file/module.
22515         * modules/xalloc (Files): Remove m4/inline.m4.
22516         (Depends-on): Add inline, instead.
22517         * modules/oset: Likewise.
22518         * modules/list: Likewise.
22519
22520 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22521
22522         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
22523         Problem reported by Matthew Woehlke.
22524
22525 2006-11-09  Bruno Haible  <bruno@clisp.org>
22526
22527         * lib/tempname.c (gen_tempname): Remove variant that invokes
22528         __gen_tempname.
22529         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
22530         __gen_tempname.
22531
22532 2006-11-08  Bruno Haible  <bruno@clisp.org>
22533
22534         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
22535         to 'yes' instead of 'cross-compiling'.
22536
22537 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
22538
22539         * lib/quotearg.h (quotearg_free): New decl.
22540         * lib/quotearg.c (quotearg_free): New function.
22541         (slot0, nslots, slotvec0, slotvec):
22542         Now file-scope so that quotearg_free can get at them.
22543
22544 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22545
22546         Sync from Automake.
22547         * build-aux/gnupload: Add missing 'gnu' to example URL.
22548         Report by Karl Berry.
22549
22550 2006-11-08  Bruno Haible  <bruno@clisp.org>
22551
22552         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
22553         Suggested by Paul Eggert.
22554
22555 2006-11-08  Jim Meyering  <jim@meyering.net>
22556
22557         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
22558         It's already included if !_LIBC.
22559         (fts_safe_changedir): Add a comment.
22560
22561 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
22562
22563         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
22564         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
22565         Matthew Woehlke.
22566
22567         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
22568         definitions up, to avoid colliding with change below.
22569         (static_inline) [HAVE_INLINE]: New macro.
22570         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
22571         Provide extern decls when !HAVE_INLINE.  Do not define unless
22572         static_inline is defined, either by us or by xmalloc.c.  Use
22573         static_inline rather than static inline.
22574         (XCALLOC): Optimize sizeof(T) = 1 case.
22575         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
22576
22577 2006-11-07  Bruno Haible  <bruno@clisp.org>
22578
22579         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
22580         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
22581         AC_C_INLINE.
22582         * modules/xalloc (Files): Add m4/inline.m4.
22583
22584 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22585
22586         * README: Fix typo.
22587         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
22588         (Miscellanous Notes): ...from this.
22589
22590 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
22591
22592         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
22593         Mention that offsetof should be used instead of sizeof.
22594         From Bruno Haible.
22595
22596 2006-11-07  Bruno Haible  <bruno@clisp.org>
22597
22598         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
22599
22600 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
22601
22602         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
22603         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
22604         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
22605         (gl_tree_add_before, gl_tree_add_after):
22606         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
22607         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
22608         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
22609         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
22610         (gl_linked_add_after, gl_linked_add_at): Likewise.
22611         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
22612         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
22613         (gl_tree_add_before, gl_tree_add_after): Likewise.
22614         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
22615         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
22616         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
22617
22618 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22619
22620         * lib/gl_oset.h: Use C comment style, not C++ comment style.
22621
22622 2006-11-06  Bruno Haible  <bruno@clisp.org>
22623
22624         * m4/inline.m4: New file.
22625         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
22626         * modules/list (Files): Add m4/inline.m4.
22627         * modules/oset (Files): Likewise.
22628
22629 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
22630
22631         * lib/idcache.c: Include <stddef.h>, for offsetof.
22632         (struct userid.name): Change from char * to a flexible array member.
22633         All uses changed.
22634         * modules/idcache (Depends-on): Add flexmember.
22635
22636         * MODULES.html.sh (Core language properties): New module flexmember.
22637         * modules/flexmember, m4/flexmember.m4: New files.
22638
22639         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
22640         inline functions that are identical with the old xnmalloc_inline,
22641         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
22642         that we can avoid some unnecessary integer multiplications and
22643         divisions in the common case where the element size is known at
22644         compile time.
22645         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
22646         needed.
22647         (xnboundedmalloc): Remove.
22648         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
22649         arguments, for consistency with rest of this header.
22650         (xcharalloc): Rewrite using XNMALLOC.
22651         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
22652         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
22653         versions have been moved to lib/xalloc.h and renamed to be the
22654         non-*_inline versions.
22655         (xmalloc, xrealloc): Implement without reference to the xnmalloc
22656         and xnrealloc functions, since those functions are now inline and
22657         now call us.
22658         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
22659         renaming described above.
22660         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
22661         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
22662         captures the dependency in AC_C_INLINE.
22663
22664         New module canonicalize-lgpl, proposed by Charles Wilson in
22665         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
22666         with a few small changes afterwards.
22667         * MODULES.html.sh (File system functions): New module
22668         canonicalize-lgpl.
22669         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
22670         and canonicalize_file_name.
22671         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
22672         * modules/canonicalize-lgpl: New files.
22673
22674 2006-11-05  Bruno Haible  <bruno@clisp.org>
22675
22676         * gnulib-tool (func_import, func_create_testdir): Create directories
22677         also for files in subdirectories of lib/.
22678
22679 2006-11-05  Bruno Haible  <bruno@clisp.org>
22680
22681         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
22682         ANSI C compliant.
22683
22684 2006-11-03  Bruno Haible  <bruno@clisp.org>
22685
22686         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
22687         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
22688         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
22689         (xnboundedmalloc): New inline function.
22690         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
22691         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
22692         xmalloc.
22693         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
22694         xmalloc.
22695         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
22696         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
22697         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
22698         xmalloc.
22699         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
22700         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
22701         xmalloc.
22702         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
22703         gl_tree_add_after): Use XMALLOC instead of xmalloc.
22704         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
22705         xmalloc.
22706         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
22707         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
22708         gl_tree_add_after): Use XMALLOC instead of xmalloc.
22709         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
22710         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
22711         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
22712         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
22713
22714 2006-11-03  Bruno Haible  <bruno@clisp.org>
22715
22716         * lib/c-ctype.h [C++]: Define functions without name mangling.
22717         * lib/fwriteerror.h [C++]: Likewise.
22718         * lib/gcd.h [C++]: Likewise.
22719         * lib/linebreak.h [C++]: Likewise.
22720
22721 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22722
22723         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
22724         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
22725         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
22726         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
22727         Check for functions and headers just once.
22728         Check for declaration of canonicalize_file_name.
22729         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
22730
22731 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
22732
22733         * gnulib-tool (func_import): Fix typo in actioncmd.
22734
22735 2006-11-02  Bruno Haible  <bruno@clisp.org>
22736
22737         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
22738         newline sequence in the Makefile.am snippet as a space, like "make"
22739         does.
22740         Reported by Roger Persson <perrog@gmail.com>.
22741
22742 2006-11-01  Bruno Haible  <bruno@clisp.org>
22743
22744         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
22745         already declared in <string.h>.
22746         * lib/strcase.h (strncasecmp): Don't declare it if yes.
22747
22748 2006-11-01  Bruno Haible  <bruno@clisp.org>
22749
22750         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
22751         * lib/strcase.h: Include <string.h>.
22752         (strcasecmp): Define to rpl_strcasecmp here.
22753
22754 2006-11-01  Bruno Haible  <bruno@clisp.org>
22755
22756         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
22757
22758 2006-11-01  Eric Blake  <ebb9@byu.net>
22759
22760         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
22761
22762         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
22763
22764 2006-10-29  Bruno Haible  <bruno@clisp.org>
22765
22766         Make it compile in C++ mode.
22767         * lib/full-write.c (full_rw): Add a cast.
22768
22769 2006-11-01  Bruno Haible  <bruno@clisp.org>
22770
22771         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
22772         be POSIX compliant.
22773         Reported by Roger Persson <perrog@gmail.com>.
22774
22775 2006-11-01  Eric Blake  <ebb9@byu.net>
22776
22777         * lib/getopt_.h: Fix comments.
22778
22779 2006-10-31  Eric Blake  <ebb9@byu.net>
22780
22781         * modules/tmpdir (Depends-on): Add sys_stat.
22782         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
22783         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
22784         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
22785         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
22786         tempname.
22787
22788 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
22789
22790         Avoid some C++ diagnostics reported by Bruno Haible.
22791         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
22792         xmalloc.
22793         (quotearg_alloc): Use xcharalloc rather than xmalloc.
22794         (struct slotvec): Move to top level.
22795         (quotearg_n_options): Rewrite to avoid xmalloc.
22796         * lib/xalloc.h (xcharalloc): New function.
22797         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
22798         [defined __cplusplus]: Add function template that provides result
22799         type propagation.  This part of the change is from Bruno Haible.
22800
22801 2006-10-29  Bruno Haible  <bruno@clisp.org>
22802
22803         Make it compile in C++ mode.
22804         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
22805         * lib/strnlen1.c (strnlen1): Cast memchr result.
22806         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
22807         * lib/clean-temp.c (string_equals, string_hash): Add casts.
22808         (create_temp_dir): Rename local variable 'template'.
22809         (compile_csharp_using_sscli): Add cast.
22810         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
22811         * lib/findprog.c (find_in_path): Likewise.
22812         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
22813         * lib/wait-process.c (register_slave_subprocess): Likewise.
22814
22815 2006-10-22  Bruno Haible  <bruno@clisp.org>
22816
22817         * modules/tsearch: New file.
22818         * lib/tsearch.h: New file.
22819         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
22820         * m4/tsearch.m4: New file.
22821         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
22822
22823 2006-10-29  Eric Blake  <ebb9@byu.net>
22824
22825         * lib/arcfour.c: Assume config.h.
22826         * lib/arctwo.c: Likewise.
22827         * lib/base64.c: Likewise.
22828         * lib/check-version.c: Likewise.
22829         * lib/crc.c: Likewise.
22830         * lib/des.c: Likewise.
22831         * lib/gc-gnulib.c: Likewise.
22832         * lib/gc-libgcrypt.c: Likewise.
22833         * lib/gc-pbkdf2-sha1.c: Likewise.
22834         * lib/getaddrinfo.c: Likewise.
22835         * lib/getdelim.c: Likewise.
22836         * lib/getline.c: Likewise.
22837         * lib/hmac-md5.c: Likewise.
22838         * lib/hmac-sha1.c: Likewise.
22839         * lib/iconvme.c: Likewise.
22840         * lib/md2.c: Likewise.
22841         * lib/md4.c: Likewise.
22842         * lib/memxor.c: Likewise.
22843         * lib/read-file.c: Likewise.
22844         * lib/readline.c: Likewise.
22845         * lib/rijndael-alg-fst.c: Likewise.
22846         * lib/rijndael-api-fst.c: Likewise.
22847         * lib/xgetdomainname.c: Likewise.
22848
22849 2006-10-28  Eric Blake  <ebb9@byu.net>
22850
22851         * lib/xstrndup.c: Assume config.h.
22852
22853 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
22854
22855         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
22856         stat-macros.h is now for our own macros, whereas stat_h is for
22857         macros in the <sys/stat.h> name space.
22858         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
22859         (STAT_MACROS_H): Remove.
22860         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
22861         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
22862         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
22863         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
22864         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
22865         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
22866         Move these macros to ...
22867         * lib/stat_.h: here.  Don't include stat-macros.h.
22868         * lib/canonicalize.c: Don't include stat-macros.h.
22869         * lib/chown.c: Likewise.
22870         * lib/euidaccess.c: Likewise.
22871         * lib/file-type.c: Likewise.
22872         * lib/filemode.c: Likewise.
22873         * lib/glob.c: Likewise.
22874         * lib/isapipe.c: Likewise.
22875         * lib/lchown.c: Likewise.
22876         * lib/lstat.c: Likewise.
22877         * lib/mkdir-p.c: Likewise.
22878         * lib/rmdir.c: Likewise.
22879         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
22880         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
22881         unless mkdir isn't declared, to speed up 'configure'.
22882         Always create sys/stat.h, since it's unlikely any real sys/stat.h
22883         would define all the S_* symbols.
22884         * modules/canonicalize (Depends-on):
22885         Depend on sys_stat, not stat-macros.
22886         * modules/chown: Likewise.
22887         * modules/euidaccess: Likewise.
22888         * modules/filemode: Likewise.
22889         * modules/file-type: Likewise.
22890         * modules/glob: Likewise.
22891         * modules/isapipe: Likewise.
22892         * modules/lchown: Likewise.
22893         * modules/lstat: Likewise.
22894         * modules/mkancesdirs: Likewise.
22895         * modules/rmdir: Likewise.
22896         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
22897         * modules/modechange: Likewise.
22898         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
22899         (configure.ac): Remove gl_STAT_MACROS.
22900         * modules/sys_stat (Depends-on): Remove stat-macros.
22901
22902 2006-10-27  Bruno Haible  <bruno@clisp.org>
22903
22904         * m4/signed.m4: Remove file.
22905         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
22906         invocation.
22907         * modules/vasnprintf (Files): Remove m4/signed.m4.
22908
22909 2006-10-27  Bruno Haible  <bruno@clisp.org>
22910
22911         Update to GNU gettext 0.16.
22912         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
22913         m4/inttypes-h.m4, m4/signed.m4.
22914         * m4/gettext.m4: Update to GNU gettext 0.16.
22915         * m4/intl.m4: New file, from GNU gettext.
22916         * m4/intldir.m4: New file, from GNU gettext.
22917         * config/srclist.txt: Update
22918
22919 2006-10-27  Eric Blake  <ebb9@byu.net>
22920
22921         * MODULES.html.sh: Document tempname.
22922         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
22923         dependencies.
22924         (Files): Move lib/tempname.c...
22925         * modules/tempname: ...to this new module.
22926         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
22927         (gl_PREREQ_TEMPNAME): Move...
22928         * m4/tempname.m4: ...to this new file.
22929         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
22930         * modules/sys_stat (Depends-on): Add stat-macros.
22931         * lib/stat_.h (includes): Pick up stat macros.
22932         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
22933         if stat macros are broken.
22934         * lib/tempname.c (includes): No need to include "stat-macros.h".
22935         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
22936         (direxists, __path_search) [!_LIBC]: Don't compile these in
22937         gnulib; the tmpdir module covers that.
22938         * lib/tempname.h: New file.
22939
22940 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
22941
22942         * COPYING: Explain how gnulib-tool converts licence headers.
22943         Almost all wording by Eric Blake.
22944
22945 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
22946
22947         * lib/mbchar.h (is_basic_table): Make read-only.
22948         * lib/mbchar.c (is_basic_table): Likewise.
22949         Reported by John Darrington.
22950
22951 2006-10-25  Bruno Haible  <bruno@clisp.org>
22952
22953         * lib/progname.h (set_program_name): Undefine before defining.
22954
22955 2006-10-25  Bruno Haible  <bruno@clisp.org>
22956
22957         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
22958         false for non-gcc C++ compilers.
22959         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
22960
22961 2006-10-24  Bruno Haible  <bruno@clisp.org>
22962
22963         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
22964         iconv implementations like Irix iconv.
22965
22966 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22967
22968         * modules/vararrays: New file.
22969         * m4/vararrays.m4: New file, taken from diffutils.
22970         * MODULES.html.sh: New module vararrays.
22971
22972 2006-10-24  Karl Berry  <karl@gnu.org>
22973
22974         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
22975         Don't call GNU Unix.
22976
22977 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22978
22979         * users.txt: Add Libtool.
22980
22981         Sync from Libtool:
22982
22983         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22984
22985         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
22986         to gnulib's policy of including config.h unconditionally.
22987
22988 2006-10-24  Bruno Haible  <bruno@clisp.org>
22989
22990         * modules/wcwidth (Files): Add m4/wint_t.m4.
22991         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
22992         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
22993
22994 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22995
22996         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
22997         to pacify GCC with some -W flags enabled.  Problem reported by
22998         Bruno Haible.
22999
23000 2006-10-24  Jim Meyering  <jim@meyering.net>
23001
23002         * MODULES.html.sh: Remove uinttostr.  It's not a module.
23003         Reported by Karl Berry.
23004
23005 2006-10-23  Bruno Haible  <bruno@clisp.org>
23006
23007         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
23008
23009 2006-10-24  Bruno Haible  <bruno@clisp.org>
23010
23011         * lib/gl_list.h: Use C comment style, not C++ comment style.
23012
23013 2006-10-23  Eric Blake  <ebb9@byu.net>
23014
23015         * lib/getaddrinfo.c (includes): Add missing include.
23016
23017 2006-10-23  Bruno Haible  <bruno@clisp.org>
23018             Paul Eggert  <eggert@cs.ucla.edu>
23019
23020         Ability to rename obstack_free.
23021         * lib/obstack.h (__obstack_free): New macro. Declare instead of
23022         obstack_free.
23023         (obstack_free): Invoke the __obstack_free macro.
23024         * lib/obstack.c (obstack_free): Use __obstack_free macro.
23025
23026 2006-10-23  Bruno Haible  <bruno@clisp.org>
23027             Paul Eggert  <eggert@cs.ucla.edu>
23028
23029         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
23030         __argc, __argv from the declaration. (They are defined as macros on
23031         mingw.)
23032
23033 2006-10-22  Bruno Haible  <bruno@clisp.org>
23034
23035         * doc/gnulib-intro.texi: New file.
23036         * doc/gnulib.texi: Include it.
23037
23038 2006-10-21  Bruno Haible  <bruno@clisp.org>
23039
23040         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
23041         "Introduction", "Miscellanous Notes", "Particular Modules".
23042
23043 2006-10-21  Bruno Haible  <bruno@clisp.org>
23044
23045         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23046         Change mostlyclean-local rule to avoid sh syntax error from bash
23047         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
23048
23049 2006-10-23  Jim Meyering  <jim@meyering.net>
23050
23051         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
23052         in place of snprintf.
23053
23054         * modules/inttostr (Files): Add lib/uinttostr.c.
23055         * lib/uinttostr.c (inttostr): New file/function.
23056         * lib/inttostr.h (uinttostr): Declare.
23057         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
23058         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
23059         Add uinttostr.
23060         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
23061
23062 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
23063
23064         * lib/canonicalize.c (ELOOP): Define if not already defined.
23065         Problem reported by Bruno Haible in
23066         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
23067
23068 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
23069
23070         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
23071         Problem reported by Perry Smith and Ville Laurikari.
23072
23073         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
23074         uses.
23075
23076 2006-10-19  Bruno Haible  <bruno@clisp.org>
23077
23078         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
23079         for mingw.
23080
23081 2006-10-19  Bruno Haible  <bruno@clisp.org>
23082
23083         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
23084         Needed for mingw.
23085
23086 2006-10-19  Bruno Haible  <bruno@clisp.org>
23087
23088         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
23089
23090 2006-10-19  Bruno Haible  <bruno@clisp.org>
23091
23092         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
23093         it.
23094
23095 2006-10-19  Bruno Haible  <bruno@clisp.org>
23096
23097         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
23098         invocation.
23099
23100 2006-10-19  Bruno Haible  <bruno@clisp.org>
23101
23102         * gnulib-tool (func_create_testdir): Don't include ftruncate and
23103         mountlist by default.
23104
23105 2006-10-16  Bruno Haible  <bruno@clisp.org>
23106
23107         * lib/c-strstr.c: Include c-strstr.h.
23108
23109 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
23110
23111         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
23112         in a slash.
23113
23114 2006-10-18  Bruno Haible  <bruno@clisp.org>
23115
23116         * lib/lock.h [C++]: Wrap definitions in extern "C".
23117
23118 2006-10-18  Bruno Haible  <bruno@clisp.org>
23119
23120         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
23121         gl_LIBOBJS list.
23122
23123 2006-10-18  Bruno Haible  <bruno@clisp.org>
23124
23125         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
23126
23127 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
23128
23129         * lib/xstrtol.h: Include gettext.h.
23130         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
23131         Problem reported by Eric Blake.
23132         * modules/xstrtol (Depends-on): Add gettext-h.
23133
23134 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
23135
23136         * lib/strftime.c (advance): New macro.
23137         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
23138         incomplete type, so you can't add 0 to it.  Problem and patch
23139         reported by Eelco Dolstra for dietlibc.
23140
23141 2006-10-18  Jim Meyering  <jim@meyering.net>
23142
23143         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
23144         type for a local, and rename it: s/up/user_proc/.
23145
23146 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
23147
23148         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
23149         READ_UTMP_USER_PROCESS.
23150         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
23151
23152 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
23153
23154         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
23155         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
23156
23157 2006-10-17  Eric Blake  <ebb9@byu.net>
23158
23159         * lib/sigprocmask.c (sigprocmask): Fix typo.
23160
23161         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
23162
23163         * modules/clean-temp (Makefile.am): Don't add to make output...
23164         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
23165         config.h.
23166
23167 2006-10-17  Bruno Haible  <bruno@clisp.org>
23168
23169         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
23170         differently if DEFAULT_TEXT_DOMAIN is set.
23171
23172 2006-10-16  Bruno Haible  <bruno@clisp.org>
23173
23174         * lib/clean-temp.c: Include fwriteerror.h.
23175
23176 2006-10-16  Bruno Haible  <bruno@clisp.org>
23177
23178         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
23179
23180 2006-10-16  Bruno Haible  <bruno@clisp.org>
23181
23182         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
23183         * lib/sigprocmask.h: Include <sys/types.h>.
23184         (sigset_t): Use the system's definition if present.
23185
23186 2006-10-17  Eric Blake  <ebb9@byu.net>
23187
23188         * lib/xvasprintf.c (includes): Assume config.h.
23189         * lib/xasprintf.c (includes): Likewise.
23190
23191 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
23192
23193         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
23194         at least as wide as intmax_t.
23195
23196 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
23197
23198         (Imported from Automake.)
23199         * build-aux/gnupload: Update to version 1.1 of directive file.
23200
23201 2006-10-16  Eric Blake  <ebb9@byu.net>
23202
23203         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
23204         match Automake 1.10a.
23205
23206 2006-10-14  Bruno Haible  <bruno@clisp.org>
23207
23208         * modules/sigprocmask: New file.
23209         * lib/sigprocmask.h: New file.
23210         * lib/sigprocmask.c: New file.
23211         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
23212         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
23213         request sigprocmask.o.
23214         (gl_PREREQ_SIGPROCMASK): New macro.
23215         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
23216         (Depends-on): Add sigprocmask.
23217         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
23218         gt_SIGNALBLOCKING. Test for 'raise' only once.
23219         * lib/fatal-signal.c: Include sigprocmask.h.
23220         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
23221         unblock_fatal_signals): Define always.
23222         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23223         sigprocmask.
23224
23225 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
23226
23227         Sync from Automake.
23228         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
23229         which incorrectly sets the mode of an existing destination
23230         directory.  In some cases the unpatched install-sh could do the
23231         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
23232         system.  We hope this is rare in practice, but it's clearly worth
23233         fixing.  Problem reported by Alex Unleashed in
23234         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
23235         Also, don't bother to check for -m bugs unless we're using -m;
23236         suggested by Stepan Kasal.
23237
23238 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23239
23240         Sync from Automake.
23241         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
23242         `-c' flag, so they appear at the same position as in %FASTDEP%
23243         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
23244         which ignores unknown options only after the first non-option.
23245         Bug report against M4 by Nelson H. F. Beebe.
23246
23247 2006-10-13  Jim Meyering  <jim@meyering.net>
23248
23249         Fix a bug in yesterday's change.
23250         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
23251         p->fts_statp->st_dev would be used uninitialized.
23252         Ensures that we always call fts_stat on the very first entry.
23253         Miklos Szeredi reported that find -xdev stopped working.
23254
23255 2006-10-12  Bruno Haible  <bruno@clisp.org>
23256
23257         * gnulib-tool (func_get_automake_snippet): Append an automatically
23258         computed EXTRA_DIST augmentation.
23259         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
23260         * modules/alloca-opt (Makefile.am): Likewise.
23261         * modules/allocsa (Makefile.am): Likewise.
23262         * modules/arcfour (Makefile.am): Likewise.
23263         * modules/arctwo (Makefile.am): Likewise.
23264         * modules/argmatch (Makefile.am): Likewise.
23265         * modules/argz (Makefile.am): Likewise.
23266         * modules/atexit (Makefile.am): Likewise.
23267         * modules/backupfile (Makefile.am): Likewise.
23268         * modules/byteswap (Makefile.am): Likewise.
23269         * modules/c-strtod (Makefile.am): Likewise.
23270         * modules/c-strtold (Makefile.am): Likewise.
23271         * modules/calloc (Makefile.am): Likewise.
23272         * modules/canon-host (Makefile.am): Likewise.
23273         * modules/canonicalize (Makefile.am): Likewise.
23274         * modules/chdir-long (Makefile.am): Likewise.
23275         * modules/chdir-safer (Makefile.am): Likewise.
23276         * modules/check-version (Makefile.am): Likewise.
23277         * modules/chown (Makefile.am): Likewise.
23278         * modules/cloexec (Makefile.am): Likewise.
23279         * modules/close-stream (Makefile.am): Likewise.
23280         * modules/closeout (Makefile.am): Likewise.
23281         * modules/crc (Makefile.am): Likewise.
23282         * modules/csharpexec (Makefile.am): Likewise.
23283         * modules/cycle-check (Makefile.am): Likewise.
23284         * modules/des (Makefile.am): Likewise.
23285         * modules/dev-ino (Makefile.am): Likewise.
23286         * modules/dirfd (Makefile.am): Likewise.
23287         * modules/dirname (Makefile.am): Likewise.
23288         * modules/dup2 (Makefile.am): Likewise.
23289         * modules/eealloc (Makefile.am): Likewise.
23290         * modules/error (Makefile.am): Likewise.
23291         * modules/euidaccess (Makefile.am): Likewise.
23292         * modules/exclude (Makefile.am): Likewise.
23293         * modules/exitfail (Makefile.am): Likewise.
23294         * modules/fcntl-safer (Makefile.am): Likewise.
23295         * modules/fcntl (Makefile.am): Likewise.
23296         * modules/file-type (Makefile.am): Likewise.
23297         * modules/fileblocks (Makefile.am): Likewise.
23298         * modules/filemode (Makefile.am): Likewise.
23299         * modules/filenamecat (Makefile.am): Likewise.
23300         * modules/fnmatch (Makefile.am): Likewise.
23301         * modules/fopen-safer (Makefile.am): Likewise.
23302         * modules/fpending (Makefile.am): Likewise.
23303         * modules/fprintftime (Makefile.am): Likewise.
23304         * modules/free (Makefile.am): Likewise.
23305         * modules/fsusage (Makefile.am): Likewise.
23306         * modules/ftruncate (Makefile.am): Likewise.
23307         * modules/fts (Makefile.am): Likewise.
23308         * modules/gc-arcfour (Makefile.am): Likewise.
23309         * modules/gc-des (Makefile.am): Likewise.
23310         * modules/gc-hmac-md5 (Makefile.am): Likewise.
23311         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
23312         * modules/gc-md4 (Makefile.am): Likewise.
23313         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
23314         * modules/gc-sha1 (Makefile.am): Likewise.
23315         * modules/gc (Makefile.am): Likewise.
23316         * modules/getaddrinfo (Makefile.am): Likewise.
23317         * modules/getcwd (Makefile.am): Likewise.
23318         * modules/getdelim (Makefile.am): Likewise.
23319         * modules/getdomainname (Makefile.am): Likewise.
23320         * modules/getgroups (Makefile.am): Likewise.
23321         * modules/gethostname (Makefile.am): Likewise.
23322         * modules/gethrxtime (Makefile.am): Likewise.
23323         * modules/getline (Makefile.am): Likewise.
23324         * modules/getloadavg (Makefile.am): Likewise.
23325         * modules/getlogin_r (Makefile.am): Likewise.
23326         * modules/getndelim2 (Makefile.am): Likewise.
23327         * modules/getopt (Makefile.am): Likewise.
23328         * modules/getpagesize (Makefile.am): Likewise.
23329         * modules/getpass-gnu (Makefile.am): Likewise.
23330         * modules/getpass (Makefile.am): Likewise.
23331         * modules/getsubopt (Makefile.am): Likewise.
23332         * modules/gettime (Makefile.am): Likewise.
23333         * modules/gettimeofday (Makefile.am): Likewise.
23334         * modules/getugroups (Makefile.am): Likewise.
23335         * modules/getusershell (Makefile.am): Likewise.
23336         * modules/glob (Makefile.am): Likewise.
23337         * modules/group-member (Makefile.am): Likewise.
23338         * modules/hard-locale (Makefile.am): Likewise.
23339         * modules/hash (Makefile.am): Likewise.
23340         * modules/hmac-md5 (Makefile.am): Likewise.
23341         * modules/hmac-sha1 (Makefile.am): Likewise.
23342         * modules/human (Makefile.am): Likewise.
23343         * modules/idcache (Makefile.am): Likewise.
23344         * modules/imaxabs (Makefile.am): Likewise.
23345         * modules/imaxdiv (Makefile.am): Likewise.
23346         * modules/inet_ntop (Makefile.am): Likewise.
23347         * modules/inet_pton (Makefile.am): Likewise.
23348         * modules/intprops (Makefile.am): Likewise.
23349         * modules/inttostr (Makefile.am): Likewise.
23350         * modules/inttypes (Makefile.am): Likewise.
23351         * modules/isapipe (Makefile.am): Likewise.
23352         * modules/javaversion (Makefile.am): Likewise.
23353         * modules/lchmod (Makefile.am): Likewise.
23354         * modules/lchown (Makefile.am): Likewise.
23355         * modules/localcharset (Makefile.am): Likewise.
23356         * modules/long-options (Makefile.am): Likewise.
23357         * modules/lstat (Makefile.am): Likewise.
23358         * modules/malloc (Makefile.am): Likewise.
23359         * modules/mathl (Makefile.am): Likewise.
23360         * modules/mbchar (Makefile.am): Likewise.
23361         * modules/md2 (Makefile.am): Likewise.
23362         * modules/md4 (Makefile.am): Likewise.
23363         * modules/md5 (Makefile.am): Likewise.
23364         * modules/memcasecmp (Makefile.am): Likewise.
23365         * modules/memchr (Makefile.am): Likewise.
23366         * modules/memcmp (Makefile.am): Likewise.
23367         * modules/memcoll (Makefile.am): Likewise.
23368         * modules/memcpy (Makefile.am): Likewise.
23369         * modules/memmem (Makefile.am): Likewise.
23370         * modules/memmove (Makefile.am): Likewise.
23371         * modules/mempcpy (Makefile.am): Likewise.
23372         * modules/memrchr (Makefile.am): Likewise.
23373         * modules/memset (Makefile.am): Likewise.
23374         * modules/memxor (Makefile.am): Likewise.
23375         * modules/mkancesdirs (Makefile.am): Likewise.
23376         * modules/mkdir-p (Makefile.am): Likewise.
23377         * modules/mkdir (Makefile.am): Likewise.
23378         * modules/mkdtemp (Makefile.am): Likewise.
23379         * modules/mkstemp (Makefile.am): Likewise.
23380         * modules/mktime (Makefile.am): Likewise.
23381         * modules/modechange (Makefile.am): Likewise.
23382         * modules/mountlist (Makefile.am): Likewise.
23383         * modules/nanosleep (Makefile.am): Likewise.
23384         * modules/obstack (Makefile.am): Likewise.
23385         * modules/openat (Makefile.am): Likewise.
23386         * modules/pagealign_alloc (Makefile.am): Likewise.
23387         * modules/pathmax (Makefile.am): Likewise.
23388         * modules/physmem (Makefile.am): Likewise.
23389         * modules/poll (Makefile.am): Likewise.
23390         * modules/posixtm (Makefile.am): Likewise.
23391         * modules/posixver (Makefile.am): Likewise.
23392         * modules/putenv (Makefile.am): Likewise.
23393         * modules/quote (Makefile.am): Likewise.
23394         * modules/quotearg (Makefile.am): Likewise.
23395         * modules/raise (Makefile.am): Likewise.
23396         * modules/read-file (Makefile.am): Likewise.
23397         * modules/readline (Makefile.am): Likewise.
23398         * modules/readlink (Makefile.am): Likewise.
23399         * modules/readtokens (Makefile.am): Likewise.
23400         * modules/readutmp (Makefile.am): Likewise.
23401         * modules/realloc (Makefile.am): Likewise.
23402         * modules/regex (Makefile.am): Likewise.
23403         * modules/rename-dest-slash (Makefile.am): Likewise.
23404         * modules/rename (Makefile.am): Likewise.
23405         * modules/rijndael (Makefile.am): Likewise.
23406         * modules/rmdir (Makefile.am): Likewise.
23407         * modules/rpmatch (Makefile.am): Likewise.
23408         * modules/safe-read (Makefile.am): Likewise.
23409         * modules/safe-write (Makefile.am): Likewise.
23410         * modules/same-inode (Makefile.am): Likewise.
23411         * modules/same (Makefile.am): Likewise.
23412         * modules/save-cwd (Makefile.am): Likewise.
23413         * modules/savedir (Makefile.am): Likewise.
23414         * modules/setenv (Makefile.am): Likewise.
23415         * modules/settime (Makefile.am): Likewise.
23416         * modules/sha1 (Makefile.am): Likewise.
23417         * modules/sig2str (Makefile.am): Likewise.
23418         * modules/snprintf (Makefile.am): Likewise.
23419         * modules/stat-macros (Makefile.am): Likewise.
23420         * modules/stat-time (Makefile.am): Likewise.
23421         * modules/stdbool (Makefile.am): Likewise.
23422         * modules/stdint (Makefile.am): Likewise.
23423         * modules/stdlib-safer (Makefile.am): Likewise.
23424         * modules/stpcpy (Makefile.am): Likewise.
23425         * modules/stpncpy (Makefile.am): Likewise.
23426         * modules/strcase (Makefile.am): Likewise.
23427         * modules/strcasestr (Makefile.am): Likewise.
23428         * modules/strchrnul (Makefile.am): Likewise.
23429         * modules/strcspn (Makefile.am): Likewise.
23430         * modules/strdup (Makefile.am): Likewise.
23431         * modules/strerror (Makefile.am): Likewise.
23432         * modules/strftime (Makefile.am): Likewise.
23433         * modules/strndup (Makefile.am): Likewise.
23434         * modules/strnlen (Makefile.am): Likewise.
23435         * modules/strpbrk (Makefile.am): Likewise.
23436         * modules/strsep (Makefile.am): Likewise.
23437         * modules/strstr (Makefile.am): Likewise.
23438         * modules/strtod (Makefile.am): Likewise.
23439         * modules/strtoimax (Makefile.am): Likewise.
23440         * modules/strtok_r (Makefile.am): Likewise.
23441         * modules/strtol (Makefile.am): Likewise.
23442         * modules/strtoll (Makefile.am): Likewise.
23443         * modules/strtoul (Makefile.am): Likewise.
23444         * modules/strtoull (Makefile.am): Likewise.
23445         * modules/strtoumax (Makefile.am): Likewise.
23446         * modules/strverscmp (Makefile.am): Likewise.
23447         * modules/sys_socket (Makefile.am): Likewise.
23448         * modules/sys_stat (Makefile.am): Likewise.
23449         * modules/sysexits (Makefile.am): Likewise.
23450         * modules/time_r (Makefile.am): Likewise.
23451         * modules/timegm (Makefile.am): Likewise.
23452         * modules/timespec (Makefile.am): Likewise.
23453         * modules/tmpfile-safer (Makefile.am): Likewise.
23454         * modules/trim (Makefile.am): Likewise.
23455         * modules/unistd-safer (Makefile.am): Likewise.
23456         * modules/unlinkdir (Makefile.am): Likewise.
23457         * modules/unlocked-io (Makefile.am): Likewise.
23458         * modules/userspec (Makefile.am): Likewise.
23459         * modules/utime (Makefile.am): Likewise.
23460         * modules/utimecmp (Makefile.am): Likewise.
23461         * modules/utimens (Makefile.am): Likewise.
23462         * modules/vasnprintf (Makefile.am): Likewise.
23463         * modules/vasprintf (Makefile.am): Likewise.
23464         * modules/vsnprintf (Makefile.am): Likewise.
23465         * modules/xalloc (Makefile.am): Likewise.
23466         * modules/xgetcwd (Makefile.am): Likewise.
23467         * modules/xnanosleep (Makefile.am): Likewise.
23468         * modules/xreadlink (Makefile.am): Likewise.
23469         * modules/xstrtod (Makefile.am): Likewise.
23470         * modules/xstrtol (Makefile.am): Likewise.
23471         * modules/xstrtold (Makefile.am): Likewise.
23472         * modules/yesno (Makefile.am): Likewise.
23473         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
23474
23475 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
23476
23477         * modules/error (Makefile.am): Distribute files through
23478         EXTRA_DIST, not lib_SOURCES.
23479
23480 2006-10-12  Eric Blake  <ebb9@byu.net>
23481
23482         * modules/error (Makefile.am): Distribute files in /lib.
23483         * modules/obstack (Makefile.am): Likewise.
23484
23485 2006-10-12  Bruno Haible  <bruno@clisp.org>
23486
23487         * modules/acl (Makefile.am): Distribute all files in lib/ through
23488         EXTRA_DIST.
23489         * modules/arcfour (Makefile.am): Likewise.
23490         * modules/arctwo (Makefile.am): Likewise.
23491         * modules/argmatch (Makefile.am): Likewise.
23492         * modules/argz (Makefile.am): Likewise.
23493         * modules/atexit (Makefile.am): Likewise.
23494         * modules/backupfile (Makefile.am): Likewise.
23495         * modules/c-strtod (Makefile.am): Likewise.
23496         * modules/c-strtold (Makefile.am): Likewise.
23497         * modules/calloc (Makefile.am): Likewise.
23498         * modules/canon-host (Makefile.am): Likewise.
23499         * modules/canonicalize (Makefile.am): Likewise.
23500         * modules/chdir-long (Makefile.am): Likewise.
23501         * modules/chdir-safer (Makefile.am): Likewise.
23502         * modules/check-version (Makefile.am): Likewise.
23503         * modules/chown (Makefile.am): Likewise.
23504         * modules/cloexec (Makefile.am): Likewise.
23505         * modules/close-stream (Makefile.am): Likewise.
23506         * modules/closeout (Makefile.am): Likewise.
23507         * modules/crc (Makefile.am): Likewise.
23508         * modules/cycle-check (Makefile.am): Likewise.
23509         * modules/des (Makefile.am): Likewise.
23510         * modules/dirfd (Makefile.am): Likewise.
23511         * modules/dirname (Makefile.am): Likewise.
23512         * modules/dup2 (Makefile.am): Likewise.
23513         * modules/euidaccess (Makefile.am): Likewise.
23514         * modules/exclude (Makefile.am): Likewise.
23515         * modules/exitfail (Makefile.am): Likewise.
23516         * modules/fcntl-safer (Makefile.am): Likewise.
23517         * modules/file-type (Makefile.am): Likewise.
23518         * modules/fileblocks (Makefile.am): Likewise.
23519         * modules/filemode (Makefile.am): Likewise.
23520         * modules/filenamecat (Makefile.am): Likewise.
23521         * modules/fnmatch (Makefile.am): Likewise.
23522         * modules/fopen-safer (Makefile.am): Likewise.
23523         * modules/fpending (Makefile.am): Likewise.
23524         * modules/fprintftime (Makefile.am): Likewise.
23525         * modules/free (Makefile.am): Likewise.
23526         * modules/fsusage (Makefile.am): Likewise.
23527         * modules/ftruncate (Makefile.am): Likewise.
23528         * modules/fts (Makefile.am): Likewise.
23529         * modules/gc (Makefile.am): Likewise.
23530         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
23531         * modules/getaddrinfo (Makefile.am): Likewise.
23532         * modules/getcwd (Makefile.am): Likewise.
23533         * modules/getdelim (Makefile.am): Likewise.
23534         * modules/getdomainname (Makefile.am): Likewise.
23535         * modules/getgroups (Makefile.am): Likewise.
23536         * modules/gethostname (Makefile.am): Likewise.
23537         * modules/gethrxtime (Makefile.am): Likewise.
23538         * modules/getline (Makefile.am): Likewise.
23539         * modules/getloadavg (Makefile.am): Likewise.
23540         * modules/getlogin_r (Makefile.am): Likewise.
23541         * modules/getopt (Makefile.am): Likewise.
23542         * modules/getpass (Makefile.am): Likewise.
23543         * modules/getpass-gnu (Makefile.am): Likewise.
23544         * modules/getsubopt (Makefile.am): Likewise.
23545         * modules/gettime (Makefile.am): Likewise.
23546         * modules/gettimeofday (Makefile.am): Likewise.
23547         * modules/getugroups (Makefile.am): Likewise.
23548         * modules/getusershell (Makefile.am): Likewise.
23549         * modules/glob (Makefile.am): Likewise.
23550         * modules/group-member (Makefile.am): Likewise.
23551         * modules/hard-locale (Makefile.am): Likewise.
23552         * modules/hash (Makefile.am): Likewise.
23553         * modules/hmac-md5 (Makefile.am): Likewise.
23554         * modules/hmac-sha1 (Makefile.am): Likewise.
23555         * modules/human (Makefile.am): Likewise.
23556         * modules/idcache (Makefile.am): Likewise.
23557         * modules/imaxabs (Makefile.am): Likewise.
23558         * modules/imaxdiv (Makefile.am): Likewise.
23559         * modules/inet_ntop (Makefile.am): Likewise.
23560         * modules/inet_pton (Makefile.am): Likewise.
23561         * modules/inttostr (Makefile.am): Likewise.
23562         * modules/isapipe (Makefile.am): Likewise.
23563         * modules/lchown (Makefile.am): Likewise.
23564         * modules/long-options (Makefile.am): Likewise.
23565         * modules/lstat (Makefile.am): Likewise.
23566         * modules/malloc (Makefile.am): Likewise.
23567         * modules/mathl (Makefile.am): Likewise.
23568         * modules/mbchar (Makefile.am): Likewise.
23569         * modules/md2 (Makefile.am): Likewise.
23570         * modules/md4 (Makefile.am): Likewise.
23571         * modules/md5 (Makefile.am): Likewise.
23572         * modules/memcasecmp (Makefile.am): Likewise.
23573         * modules/memchr (Makefile.am): Likewise.
23574         * modules/memcmp (Makefile.am): Likewise.
23575         * modules/memcoll (Makefile.am): Likewise.
23576         * modules/memcpy (Makefile.am): Likewise.
23577         * modules/memmem (Makefile.am): Likewise.
23578         * modules/memmove (Makefile.am): Likewise.
23579         * modules/mempcpy (Makefile.am): Likewise.
23580         * modules/memrchr (Makefile.am): Likewise.
23581         * modules/memset (Makefile.am): Likewise.
23582         * modules/memxor (Makefile.am): Likewise.
23583         * modules/mkancesdirs (Makefile.am): Likewise.
23584         * modules/mkdir (Makefile.am): Likewise.
23585         * modules/mkdir-p (Makefile.am): Likewise.
23586         * modules/mkdtemp (Makefile.am): Likewise.
23587         * modules/mkstemp (Makefile.am): Likewise.
23588         * modules/mktime (Makefile.am): Likewise.
23589         * modules/modechange (Makefile.am): Likewise.
23590         * modules/mountlist (Makefile.am): Likewise.
23591         * modules/nanosleep (Makefile.am): Likewise.
23592         * modules/openat (Makefile.am): Likewise.
23593         * modules/pagealign_alloc (Makefile.am): Likewise.
23594         * modules/physmem (Makefile.am): Likewise.
23595         * modules/poll (Makefile.am): Likewise.
23596         * modules/posixtm (Makefile.am): Likewise.
23597         * modules/posixver (Makefile.am): Likewise.
23598         * modules/putenv (Makefile.am): Likewise.
23599         * modules/quote (Makefile.am): Likewise.
23600         * modules/quotearg (Makefile.am): Likewise.
23601         * modules/raise (Makefile.am): Likewise.
23602         * modules/read-file (Makefile.am): Likewise.
23603         * modules/readline (Makefile.am): Likewise.
23604         * modules/readlink (Makefile.am): Likewise.
23605         * modules/readtokens (Makefile.am): Likewise.
23606         * modules/readutmp (Makefile.am): Likewise.
23607         * modules/realloc (Makefile.am): Likewise.
23608         * modules/regex (Makefile.am): Likewise.
23609         * modules/rename (Makefile.am): Likewise.
23610         * modules/rename-dest-slash (Makefile.am): Likewise.
23611         * modules/rijndael (Makefile.am): Likewise.
23612         * modules/rmdir (Makefile.am): Likewise.
23613         * modules/rpmatch (Makefile.am): Likewise.
23614         * modules/safe-read (Makefile.am): Likewise.
23615         * modules/safe-write (Makefile.am): Likewise.
23616         * modules/same (Makefile.am): Likewise.
23617         * modules/save-cwd (Makefile.am): Likewise.
23618         * modules/savedir (Makefile.am): Likewise.
23619         * modules/setenv (Makefile.am): Likewise.
23620         * modules/settime (Makefile.am): Likewise.
23621         * modules/sha1 (Makefile.am): Likewise.
23622         * modules/sig2str (Makefile.am): Likewise.
23623         * modules/snprintf (Makefile.am): Likewise.
23624         * modules/stdlib-safer (Makefile.am): Likewise.
23625         * modules/stpcpy (Makefile.am): Likewise.
23626         * modules/stpncpy (Makefile.am): Likewise.
23627         * modules/strcase (Makefile.am): Likewise.
23628         * modules/strcasestr (Makefile.am): Likewise.
23629         * modules/strchrnul (Makefile.am): Likewise.
23630         * modules/strcspn (Makefile.am): Likewise.
23631         * modules/strdup (Makefile.am): Likewise.
23632         * modules/strerror (Makefile.am): Likewise.
23633         * modules/strftime (Makefile.am): Likewise.
23634         * modules/strndup (Makefile.am): Likewise.
23635         * modules/strnlen (Makefile.am): Likewise.
23636         * modules/strpbrk (Makefile.am): Likewise.
23637         * modules/strsep (Makefile.am): Likewise.
23638         * modules/strstr (Makefile.am): Likewise.
23639         * modules/strtod (Makefile.am): Likewise.
23640         * modules/strtoimax (Makefile.am): Likewise.
23641         * modules/strtok_r (Makefile.am): Likewise.
23642         * modules/strtol (Makefile.am): Likewise.
23643         * modules/strtoll (Makefile.am): Likewise.
23644         * modules/strtoul (Makefile.am): Likewise.
23645         * modules/strtoull (Makefile.am): Likewise.
23646         * modules/strtoumax (Makefile.am): Likewise.
23647         * modules/strverscmp (Makefile.am): Likewise.
23648         * modules/time_r (Makefile.am): Likewise.
23649         * modules/timegm (Makefile.am): Likewise.
23650         * modules/tmpfile-safer (Makefile.am): Likewise.
23651         * modules/unistd-safer (Makefile.am): Likewise.
23652         * modules/unlinkdir (Makefile.am): Likewise.
23653         * modules/userspec (Makefile.am): Likewise.
23654         * modules/utime (Makefile.am): Likewise.
23655         * modules/utimecmp (Makefile.am): Likewise.
23656         * modules/utimens (Makefile.am): Likewise.
23657         * modules/vasnprintf (Makefile.am): Likewise.
23658         * modules/vasprintf (Makefile.am): Likewise.
23659         * modules/vsnprintf (Makefile.am): Likewise.
23660         * modules/xalloc (Makefile.am): Likewise.
23661         * modules/xgetcwd (Makefile.am): Likewise.
23662         * modules/xnanosleep (Makefile.am): Likewise.
23663         * modules/xreadlink (Makefile.am): Likewise.
23664         * modules/xstrtod (Makefile.am): Likewise.
23665         * modules/xstrtol (Makefile.am): Likewise.
23666         * modules/xstrtold (Makefile.am): Likewise.
23667         * modules/yesno (Makefile.am): Likewise.
23668
23669 2006-10-12  Jim Meyering  <jim@meyering.net>
23670
23671         * m4/getloadavg.m4: Revert the change below.
23672
23673         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
23674         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
23675         fail with a symlink, which is what coreutils' ./bootstrap now
23676         creates by default.
23677
23678 2006-10-12  Bruno Haible  <bruno@clisp.org>
23679
23680         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
23681         mingw.
23682         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
23683         MSVC and mingw explicitly.
23684
23685 2006-10-11  Simon Josefsson  <jas@extundo.com>
23686             Bruno Haible  <bruno@clisp.org>
23687
23688         Add support for multiple gnulib-tool invocations in the scope of a
23689         single configure.ac file.
23690         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
23691         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
23692         with the same contents as the _LIBADD variable.
23693         (func_emit_initmacro_start, func_emit_initmacro_end,
23694         func_emit_initmacro_done): New functions.
23695         (func_import, func_create_testdir): Invoke them. Allow the identifiers
23696         gl_LIBOBJS and gl_LTLIBOBJS.
23697
23698 2006-10-11  Bruno Haible  <bruno@clisp.org>
23699
23700         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
23701         (func_create_testdir): Don't create po/Makefile.am, don't invoke
23702         autoreconf. Instead, invoke autopoint explicitly but move back the
23703         *.m4 files from gnulib.
23704
23705 2006-10-11  Bruno Haible  <bruno@clisp.org>
23706
23707         * gnulib-tool (func_usage): Make module names after --create-testdir
23708         optional.
23709         (func_create_testdir): If no module was specified, use nearly all
23710         modules.
23711
23712 2006-10-12  Jim Meyering  <jim@meyering.net>
23713
23714         Big performance improvement for fts-based tools that use FTS_NOSTAT.
23715         Avoid spurious inode-mismatch problems on non-POSIX file systems.
23716         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
23717         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
23718         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
23719         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
23720         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
23721         (fts_set_stat_required): New function.
23722         (fts_open): Defer the calls to fts_stat, if possible or requested.
23723         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
23724         into fts_stat itself.
23725         (fts_read): Perform any required (deferred) fts_stat call.
23726         (fts_build): Likewise, for the directory we're about to open and read.
23727         In the readdir loop, carefully decide whether each entry will require
23728         an eventual call to fts_stat, using dirent.d_type info if available.
23729         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
23730         a command line argument into this function.  Update all callers.
23731         Map a return value of FTS_DOT to FTS_D for a command line argument.
23732         * modules/fts (Depends-on): Add d-type.  Alphabetize.
23733         Thanks to Miklos Szeredi for his tenacity and for the initial
23734         bug report about "find" failing on a FUSE-based file system.
23735
23736         * lib/fts.c (fts_open): Use consistent indentation.
23737
23738 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
23739
23740         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
23741         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
23742         reported by Jim Meyering.  All uses of cache variables renamed
23743         to match Autoconf's.
23744         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
23745         the other one.
23746
23747         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
23748         Fix misspelling in diagnostic.
23749
23750 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
23751
23752         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
23753         defined.  Problem reported by Matthew Woehlke.
23754
23755         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
23756         Add support for Tandem NonStop R series.
23757         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
23758         Use new macro.
23759
23760         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
23761         (has_trailing_slash): Omit size arg; all callers changed.
23762         Omit 'inline', since it doesn't help performance and we'd
23763         need to configure it.
23764         Don't count //, ///, etc. as having a trailing slash.
23765         As a side effect, this removes a C99ism reported by Matthew Woehlke.
23766         (rpl_rename_dest_slash): On failure, use rename's errno rather
23767         than (in some cases) an incorrect or junk errno.
23768         Simplify code by removing need to compute length; this does
23769         cause it to make two passes instead of one over the file name,
23770         but it's worth it.
23771
23772         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
23773         change, since Autoconf's version may no longer be appropriate now
23774         that we are using CVS Autoconf's version.  Add support for Tandem.
23775
23776 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
23777             Bruno Haible  <bruno@clisp.org>
23778
23779         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
23780         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
23781         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
23782         gl_AC_TYPE_LONG_LONG.
23783
23784         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
23785         instead of HAVE_LONG_LONG.
23786         * lib/printf-args.c (printf_fetchargs): Likewise.
23787         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
23788         * lib/vasnprintf.c (VASNPRINTF): Likewise.
23789         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
23790         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
23791         gl_AC_TYPE_LONG_LONG.
23792
23793 2006-10-11  Bruno Haible  <bruno@clisp.org>
23794
23795         * m4/longlong.m4: Add comments.
23796         * m4/ulonglong.m4: Likewise.
23797
23798 2006-10-10  Bruno Haible  <bruno@clisp.org>
23799
23800         Make it possible to #define stpcpy, strdup to aliases.
23801         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
23802         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
23803
23804 2006-10-10  Bruno Haible  <bruno@clisp.org>
23805
23806         Make it possible to #define gcd to an alias.
23807         * lib/gcd.c: Include config.h.
23808
23809 2006-10-10  Bruno Haible  <bruno@clisp.org>
23810
23811         Make it possible to #define c_isascii to an alias.
23812         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
23813         defined. Undefine the macros before defining them, to avoid gcc
23814         warnings.
23815         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
23816         define NO_C_CTYPE_MACROS early.
23817
23818 2006-10-10  Bruno Haible  <bruno@clisp.org>
23819
23820         Make it possible to #define set_program_name to an alias.
23821         * lib/progname.c: Don't undefine set_program_name; instead, undefine
23822         ENABLE_RELOCATABLE early.
23823
23824 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
23825
23826         Port to Tandem NSK OSS, which has 64-bit signed int but at most
23827         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
23828         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
23829         More generally, don't assume that 64-bit signed int is available
23830         if unsigned int is, and vice versa.
23831         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
23832         unsigned symbols, not on their signed counterparts.
23833         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
23834         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
23835         (UINT64_C, UINTMAX_C):
23836         Likewise.
23837         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
23838         unsigned counterparts.
23839         (Have_long_long, Unsigned): New macros.
23840         (Int): Renamed from INT.
23841         (strtoimax): Use the new macros.
23842         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
23843         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
23844         * modules/inttypes (inttypes.h): Substitute
23845         HAVE_UNSIGNED_LONG_LONG_INT.
23846         * modules/stdint (stdint.h): Likewise.
23847         (Files): Add m4/ulonglong.m4.
23848
23849 2006-10-10  Bruno Haible  <bruno@clisp.org>
23850
23851         Fix a gcc -Wshadow warning.
23852         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
23853         to 'bucket'.
23854         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
23855         gl_linked_indexof_from_to): Likewise.
23856         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
23857         Likewise.
23858         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
23859         Likewise.
23860         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
23861         Reported by Eric Blake.
23862
23863 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
23864
23865         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
23866         for NetBSD.  Problem reported by Bruno Haible.
23867
23868 2006-10-09  Jim Meyering  <jim@meyering.net>
23869
23870         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
23871         Patch from Bruno Haible.
23872
23873 2006-10-09  Jim Meyering  <jim@meyering.net>
23874
23875         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
23876         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
23877         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
23878
23879 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
23880
23881         Don't include <config.h> twice; this doesn't work in some cases,
23882         e.g., when config.h has "#define intmax_t long long int" and
23883         we include <config.h>, <inttypes.h>, <config.h> in that order.
23884         Problem reported by Matthew Woehlke in:
23885         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
23886         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
23887         * lib/fts-cycle.c: Don't include config.h.
23888         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
23889         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
23890         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
23891         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
23892         inttypes.h.
23893         * lib/xstrtoumax.c: Likewise.
23894         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
23895         __strtol and the like, so that this module is more like its siblings.
23896         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
23897         Remove; no longer needed now that we assume gnulib inttypes.h.
23898
23899 2006-10-08  Bruno Haible  <bruno@clisp.org>
23900
23901         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
23902         option.
23903
23904 2006-10-07  Jim Meyering  <jim@meyering.net>
23905
23906         * modules/inttypes (inttypes.h): Revert what seems to have been
23907         an inadvertent part of today's change: use "|", not "/" in the
23908         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
23909
23910 2006-10-07  Bruno Haible  <bruno@clisp.org>
23911
23912         * modules/sublist: New file.
23913
23914 2006-10-07  Bruno Haible  <bruno@clisp.org>
23915
23916         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
23917         * modules/argz (argz.h): Likewise.
23918         * modules/arpa_inet (arpa/inet.h): Likewise.
23919         * modules/byteswap (byteswap.h): Likewise.
23920         * modules/configmake (configmake.h): Likewise.
23921         * modules/fcntl (fcntl.h): Likewise.
23922         * modules/fnmatch (fnmatch.h): Likewise.
23923         * modules/getopt (getopt.h): Likewise.
23924         * modules/glob (glob.h): Likewise.
23925         * modules/inttypes (inttypes.h): Likewise.
23926         * modules/netinet_in (netinet/in.h): Likewise.
23927         * modules/poll (poll.h): Likewise.
23928         * modules/stdbool (stdbool.h): Likewise.
23929         * modules/stdint (stdint.h): Likewise.
23930         * modules/sys_select (sys/select.h): Likewise.
23931         * modules/sys_socket (sys/socket.h): Likewise.
23932         * modules/sys_stat (sys/stat.h): Likewise.
23933         * modules/sysexits (sysexits.h): Likewise.
23934         * modules/unistd (unistd.h): Likewise.
23935         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23936         Add a "DO NOT EDIT" comment to the generated file.
23937         (func_import): Likewise for gnulib-comp.m4.
23938
23939 2006-10-07  Bruno Haible  <bruno@clisp.org>
23940
23941         * lib/gl_sublist.h: New file.
23942         * lib/gl_sublist.c: New file.
23943
23944 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
23945
23946         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
23947         name (relative to the original working directory) and the file
23948         name component (relative to the temporary working directory).  All
23949         callers changed.
23950         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
23951         * lib/mkdir-p.c (make_dir_parents): Likewise.
23952         * lib/mkdir-p.h (make_dir_parents): Likewise.
23953
23954 2006-10-06  Eric Blake  <ebb9@byu.net>
23955
23956         Define several macros for use by the clean-temp module.
23957         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
23958         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
23959         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
23960
23961         * lib/clean-temp.h (close_stream_temp): New declaration.
23962         * lib/clean-temp.c (includes): Pull in headers according to what
23963         other modules are in use.
23964         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
23965
23966 2006-10-06  Bruno Haible  <bruno@clisp.org>
23967
23968         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
23969         instead of fopen, fwriteerror.
23970
23971 2006-10-06  Bruno Haible  <bruno@clisp.org>
23972
23973         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
23974         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
23975         int.
23976         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
23977         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
23978         Return an error indicator.
23979         Suggested by Eric Blake.
23980
23981 2006-10-06  Bruno Haible  <bruno@clisp.org>
23982
23983         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
23984         Reported by Eric Blake.
23985
23986 2006-10-06  Bruno Haible  <bruno@clisp.org>
23987
23988         * modules/closeout (Description): Mention stderr too.
23989
23990 2006-10-06  Bruno Haible  <bruno@clisp.org>
23991         and Paul Eggert  <eggert@cs.ucla.edu>
23992
23993         * lib/closeout.c (close_stdout): Also close stderr.
23994         * lib/closeout.h: Update comment.
23995
23996 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
23997
23998         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
23999         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
24000         * lib/dirchownmod.c: Include lchown.h.
24001         * lib/lchown.c: Don't include files that lchown.h now includes.
24002         Don't declare chown, since lchown.h now does that.
24003         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
24004         (lchown): Define to rpl_chown if lchown is declared but
24005         does not exist.  Declare using a prototype if lchown is not
24006         declared.  Add a copyright notice.
24007         * lib/mkstemp.h: Include <unistd.h>.
24008         * lib/openat.c: Include lchown.h.
24009
24010         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
24011         we now test for that separately.
24012         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
24013         rather than O_NOFOLLOW, when testing whether it's possible to
24014         avoid a race condition reliably.
24015         * lib/savewd.c (savewd_chdir): Likewise.
24016
24017         Remove macros that are no longer needed now that stdint.h is
24018         reliable.
24019         * lib/fsusage.c (UINTMAX_MAX): Remove.
24020         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
24021         * lib/utimecmp.c (SIZE_MAX): Remove.
24022
24023         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
24024
24025         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
24026         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
24027         O_NOATIME works.
24028
24029 2006-10-05  Bruno Haible  <bruno@clisp.org>
24030
24031         * lib/gl_list.h (gl_sortedlist_search_from_to,
24032         gl_sortedlist_indexof_from_to): New declarations.
24033         (gl_list_implementation): New fields sortedlist_search_from_to,
24034         sortedlist_indexof_from_to.
24035         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
24036         inline functions.
24037         * lib/gl_list.c (gl_sortedlist_search_from_to,
24038         gl_sortedlist_indexof_from_to): New functions.
24039         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
24040         function.
24041         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
24042         (gl_array_sortedlist_search_from_to): New function.
24043         (gl_array_list_implementation): Update.
24044         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
24045         function.
24046         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
24047         (gl_carray_sortedlist_search_from_to): New function.
24048         (gl_carray_list_implementation): Update.
24049         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
24050         gl_linked_sortedlist_indexof_from_to): New functions.
24051         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24052         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24053         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
24054         gl_tree_sortedlist_indexof_from_to): New functions.
24055         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24056         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24057         Update.
24058         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24059         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
24060         Update.
24061
24062 2006-10-05  Bruno Haible  <bruno@clisp.org>
24063
24064         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
24065         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
24066         (struct gl_list_implementation): Add fields search_from_to,
24067         indexof_from_to. Remove fields search, indexof.
24068         (gl_list_search): Use the search_from_to method.
24069         (gl_list_search_from, gl_list_search_from_to): New functions.
24070         (gl_list_indexof): Use the indexof_from_to method.
24071         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
24072         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
24073         (gl_list_search_from, gl_list_search_from_to): New functions.
24074         (gl_list_indexof): Use the indexof_from_to method.
24075         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
24076         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
24077         gl_array_indexof. Add start_index, end_index arguments.
24078         (gl_array_search_from_to): Renamed from gl_array_search. Add
24079         start_index, end_index arguments.
24080         (gl_array_remove, gl_array_list_implementation): Update.
24081         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
24082         gl_carray_indexof. Add start_index, end_index arguments.
24083         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
24084         start_index, end_index arguments.
24085         (gl_carray_remove, gl_carray_list_implementation): Update.
24086         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
24087         gl_linked_search. Add start_index, end_index arguments.
24088         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
24089         start_index, end_index arguments.
24090         (gl_linked_remove): Update.
24091         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24092         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24093         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
24094         field to 'size_t'.
24095         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
24096         gl_tree_search. Add start_index, end_index arguments.
24097         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
24098         start_index, end_index arguments.
24099         (gl_tree_remove): Update.
24100         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24101         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24102         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
24103         function.
24104         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
24105         gl_tree_search. Add start_index, end_index arguments.
24106         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
24107         start_index, end_index arguments.
24108         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24109         Update.
24110         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
24111
24112 2006-10-05  Bruno Haible  <bruno@clisp.org>
24113
24114         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
24115
24116         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
24117         fwriteerror_temp): New declarations.
24118         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
24119         (descriptors): New variable.
24120         (cleanup): First, close the descriptors.
24121         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
24122         fclose_temp, fwriteerror_temp): New functions.
24123
24124 2006-10-04  Jim Meyering  <jim@meyering.net>
24125
24126         * lib/fts.c (fts_open): Tiny comment change.
24127
24128 2006-10-04  Bruno Haible  <bruno@clisp.org>
24129
24130         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
24131         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
24132         gl_LOCK_BODY.
24133         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
24134         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
24135         gl_LOCK_EARLY_BODY.
24136         (gl_LOCK): Require gl_LOCK_BODY.
24137
24138 2006-10-04  Bruno Haible  <bruno@clisp.org>
24139
24140         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
24141         (gl_oset_search_atleast): New declaration.
24142         (struct gl_oset_implementation): Add field 'search_atleast'.
24143         (gl_oset_search_atleast): New inline function.
24144         * lib/gl_oset.c (gl_oset_search_atleast): New function.
24145         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
24146         (gl_array_oset_implementation): Update.
24147         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
24148         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
24149         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
24150
24151 2006-10-04  Bruno Haible  <bruno@clisp.org>
24152
24153         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
24154
24155 2006-10-03  Bruno Haible  <bruno@clisp.org>
24156
24157         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
24158         from gl_avltreehash_list_implementation.
24159
24160 2006-10-03  Bruno Haible  <bruno@clisp.org>
24161
24162         * lib/gl_oset.c (gl_oset_add): Fix return type.
24163
24164 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
24165
24166         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
24167
24168 2006-10-02  Eric Blake  <ebb9@byu.net>
24169
24170         * modules/strnlen (Depends-on): Add extensions.
24171
24172 2006-10-02  Eric Blake  <ebb9@byu.net>
24173
24174         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
24175         definition in 2.60+.
24176
24177 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
24178
24179         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
24180         checks.
24181
24182 2006-10-02  Bruno Haible  <bruno@clisp.org>
24183
24184         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
24185         to the AUTOMAKE_OPTIONS.
24186         Reported by Jim Meyering.
24187
24188 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
24189
24190         Work around bug in Solaris 10 /proc file system:
24191         /proc/self/fd/NNN/.. isn't the parent directory of
24192         the directory whose file descriptor is NNN.  This needs to
24193         be worked around at run time, not compile time, since a
24194         program might be built on Solaris 8, where things work, and
24195         run on Solaris 10.
24196         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
24197         to use the following interface instead:
24198         (OPENAT_BUFFER_SIZE): New macro.
24199         (openat_proc_name): New function.
24200         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
24201         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
24202         Likewise.
24203         * lib/openat-proc.c: New file.
24204         * modules/openat (Files): Add lib/openat-proc.c.
24205         (Depends-on): Add same-inode, stdbool.
24206         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
24207
24208 2006-09-29  Bruno Haible  <bruno@clisp.org>
24209
24210         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
24211         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
24212         argument. Set stdout_closed before testing for ferror, not after.
24213         (fwriteerror, fwriteerror_no_ebadf): New functions.
24214
24215 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24216
24217         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
24218
24219 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
24220
24221         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
24222         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
24223
24224 2006-09-28  Jim Meyering  <jim@meyering.net>
24225
24226         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
24227         Include <unistd.h>.
24228
24229 2006-09-28  Bruno Haible  <bruno@clisp.org>
24230
24231         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
24232         * modules/linkedhash-list (Depends-on): Likewise.
24233         * modules/rbtreehash-list (Depends-on): Likewise.
24234
24235 2006-09-28  Bruno Haible  <bruno@clisp.org>
24236
24237         * lib/strndup.h: Simplify the redefinition of strndup.
24238         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
24239         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
24240
24241 2006-09-28  Bruno Haible  <bruno@clisp.org>
24242
24243         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
24244         * lib/gl_linkedhash_list.c: Likewise.
24245         * lib/gl_rbtreehash_list.c: Likewise.
24246
24247 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
24248
24249         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
24250         getaddrinfo.
24251
24252         * lib/__fpending.h: Don't include <stdio_ext.h> unless
24253         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
24254         it causes <stdio_ext.h> to cause a compile-time error.
24255         Problem reported by Nelson H. F. Beebe.
24256         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
24257         of HAVE_DECL___PENDING.
24258
24259         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
24260         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
24261         declaration.
24262
24263 2006-09-27  Jim Meyering  <jim@meyering.net>
24264
24265         This file could end up with a definition for a function
24266         named __strndup, rather than rpl_strndup on a system with
24267         incomplete weak_alias support.
24268         * lib/strndup.c (strndup): Rename from __strndup.
24269         Remove #defines that used to map __strndup to strndup.
24270         Don't use K&R prototypes.
24271         Remove LIBC-related code, since this file is not sync'd with glibc.
24272         * lib/strndup.h: Revamp, accordingly.
24273         * m4/strndup.m4: Modernize.
24274
24275 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
24276
24277         * modules/savewd (Depends-on): Add 'raise'.
24278         * lib/savewd.c: Include <signal.h>, for 'raise'.
24279
24280 2006-09-26  Jim Meyering  <jim@meyering.net>
24281
24282         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
24283         when we detect Darwin 8.7.0's acl_get_file bug.
24284         Rearrange to perform the new (below) run-test while $LIBS
24285         contains any acl-related library.  Set USE_ACL at the end.
24286         (gl_ACL_GET_FILE): New function.
24287
24288 2006-09-26  Eric Blake  <ebb9@byu.net>
24289
24290         * lib/verror.c: Include <config.h> unconditionally.
24291
24292 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
24293
24294         * modules/clock-time (Maintainer): Add self.
24295         * modules/getlogin_r (Depends-on): Add extensions.
24296
24297 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24298
24299         * modules/clock-time: New module.
24300         * modules/nanosleep (Depends-on): Add clock-time.
24301         * modules/gethrxtime (Depends-on): Likewise.
24302         * modules/gettime (Depends-on): Likewise.
24303         * modules/settime (Depends-on): Likewise.
24304
24305         * modules/fts-lgpl: Depend on openat.
24306         * modules/mkancesdirs: Depend on savewd.
24307         * modules/mkdir-p: Likewise.
24308
24309 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24310
24311         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
24312
24313         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
24314         `gl_have_arbitrary_file_name_length_limit' to
24315         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
24316         actually works between configure runs.
24317
24318 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24319             Bruno Haible  <bruno@clisp.org>
24320
24321         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
24322
24323 2006-09-25  Jim Meyering  <jim@meyering.net>
24324
24325         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
24326         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
24327
24328 2006-09-25  Eric Blake  <ebb9@byu.net>
24329
24330         * gnulib-tool (func_import, func_create_testdir): Fix typos in
24331         exec's in 2006-09-18 patch when shuffling fds.
24332
24333 2006-09-25  Bruno Haible  <bruno@clisp.org>
24334
24335         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
24336         Reported by Jim Meyering.
24337
24338 2006-09-24  Jim Meyering  <jim@meyering.net>
24339
24340         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
24341         compare a pointer against a literal "0".  That caused failures with
24342         at least HP-UX's hpcc.
24343
24344 2006-09-22  Simon Josefsson  <jas@extundo.com>
24345
24346         * modules/gc-sha1:
24347         * modules/gc-md4:
24348         * modules/gc-hmac-sha1:
24349         * modules/gc-hmac-md5:
24350         * modules/gc-des:
24351         * modules/gc-arcfour: Distribute more files.
24352
24353 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24354
24355         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
24356         (gl_linked_iterator_from_to): Initialize struct completely.
24357         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
24358         (gl_tree_iterator_from_to): Likewise
24359         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
24360         * lib/gl_array_list.c [lint] (gl_array_iterator)
24361         (gl_array_iterator_from_to): Likewise.
24362         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
24363         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
24364         (gl_carray_iterator_from_to): Likewise.
24365
24366         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
24367         * lib/md4.c (md4_process_block): Remove unused variable.
24368         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
24369         parentheses for clarity.
24370
24371 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24372
24373         * modules/bison-i18n (Depends-on): Add gettext.
24374
24375 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24376
24377         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
24378         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
24379         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
24380         also add missing comma that caused broken test.
24381         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
24382         stdlib.h, for `abort'.
24383         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
24384         variables.
24385         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
24386         include unistd.h if present, for `rmdir'.
24387         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
24388         variables.
24389         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
24390         in the process include standard headers for prototypes.
24391         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
24392         gets declared on GNU/Linux.
24393         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
24394         unistd.h, for `rmdir'.
24395         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
24396
24397         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
24398         always true.
24399         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
24400
24401         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
24402
24403 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24404
24405         * gnulib-tool (func_version): Create output all at once.  This
24406         may help avoid triggering unnecessary SIGPIPEs, and at any
24407         rate it doesn't hurt.
24408
24409 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24410             Bruno Haible  <bruno@clisp.org>
24411
24412         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
24413         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
24414         * m4/signed.m4 (bh_C_SIGNED): Likewise.
24415
24416         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
24417         (gl_FUNC_VASPRINTF): Invoke it.
24418
24419 2006-09-22  Bruno Haible  <bruno@clisp.org>
24420
24421         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
24422         getloadavg.c as first argument.
24423
24424 2006-09-22  Bruno Haible  <bruno@clisp.org>
24425
24426         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
24427         at the beginning of the gl_INIT macro.
24428         * modules/getloadavg (configure.ac): Pass $gl_source_base to
24429         gl_GETLOADAVG.
24430
24431 2006-09-22  Bruno Haible  <bruno@clisp.org>
24432
24433         * gnulib-tool (func_create_megatestdir): Don't include the config-h
24434         module.
24435         Suggested by Ralf Wildenhues.
24436
24437 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24438
24439         Import this patch from libc:
24440
24441         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
24442
24443         * lib/regex_internal.c (re_string_reconstruct): Handle
24444         offset < pstr->valid_raw_len && pstr->offsets_needed case.
24445         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
24446         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
24447         re_string_context_at.
24448
24449         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
24450         now requires it.
24451         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
24452         gl_REGEX now does it for us.
24453         (gl_REGEX): Add test taken from
24454         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
24455
24456         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
24457         Check that large offsets work.  Modernize Autoconf usages.
24458         Prefer "yes" to mean a good thing rather than a bad.
24459         Don't put "#define mkstemp" in config.h, as this might interfere
24460         with standard system headers that "#define mkstemp mkstemp64".
24461
24462         * modules/mkstemp (Depends-on): Add extensions, so that
24463         mkstemp is visible on some platforms.
24464         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
24465         (Include): Change to "mkstemp.h" from <stdlib.h>.
24466         (Files): Add mkstemp.h.
24467
24468         * lib/mkstemp.h: New file, since some standard headers
24469         #define mkstemp.
24470         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
24471         Include "mkstemp.h".
24472         Make the _LIBC code resemble glibc original more,
24473         e.g., use K&R style.
24474         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
24475         (mkstemp): Remove, since mkstemp.h does this for us.
24476         * lib/stdlib--.h: Include mkstemp.h.
24477
24478         Import this patch from libc:
24479
24480         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
24481
24482         * lib/tempname.c (__gen_tempname): Change attempts_min
24483         into a macro.  Use preprocessor to decide how to initialize
24484         attempts [Coverity CID 67].
24485
24486 2006-09-20  Bruno Haible  <bruno@clisp.org>
24487
24488         * lib/mkdtemp.c: Import from libc.
24489         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
24490                 * sysdeps/posix/tempname.c (__gen_tempname): Change
24491                 attempts_min into a macro.  Use preprocessor to decide how to
24492                 initialize attempts [Coverity CID 67].
24493         2001-11-27  Paul Eggert  <eggert@twinsun.com>
24494                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
24495                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
24496
24497 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24498
24499         * gnulib-tool (func_exit): New function, to allow to pass the
24500         exit status portably through the trap.  Use everywhere.
24501         (--help, --version): Signal a write error.
24502         (trap): catch SIGPIPE, for write errors.
24503         Exit at the end of the trap, with the correct exit status.
24504
24505 2006-09-19  Karl Berry  <karl@gnu.org>
24506
24507         * doc/gnulib.texi: note about the license texinfo files.
24508
24509 2006-09-19  Eric Blake  <ebb9@byu.net>
24510
24511         * gnulib-tool: Avoid space-tab.
24512
24513 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
24514
24515         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
24516         that prevented coreutils 6.1 from building.  Problem reported
24517         by Petter Reinholdtsen.
24518
24519 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
24520
24521         * gnulib-tool (avoidlist): Fix typo that broke options like
24522         --avoid=lock that are used by coreutils bootstrap.
24523
24524 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
24525
24526         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
24527         more systematically.
24528
24529 2006-09-18  Jim Meyering  <jim@meyering.net>
24530
24531         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
24532
24533 2006-09-18  Bruno Haible  <bruno@clisp.org>
24534
24535         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
24536
24537 2006-09-18  Bruno Haible  <bruno@clisp.org>
24538
24539         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
24540         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
24541         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
24542         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
24543         * m4/gettext.m4: Require autoconf >= 2.52.
24544         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
24545         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
24546         of gl_cv_header_inttypes_h.
24547
24548 2006-09-18  Bruno Haible  <bruno@clisp.org>
24549
24550         * lib/javaversion.c: Include configmake.h.
24551
24552 2006-09-18  Bruno Haible  <bruno@clisp.org>
24553
24554         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
24555         avoid that the while loops be executed in a subshell.
24556
24557 2006-09-18  Bruno Haible  <bruno@clisp.org>
24558
24559         * MODULES.html.sh (func_module): Break long lines.
24560         Suggested by Bruce Korb <bkorb@gnu.org>.
24561
24562 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24563
24564         Speed up by a factor of 1.12.
24565         * gnulib-tool (nl): New variable.
24566         (func_import): Rewrite include directive extraction to only read each
24567         directive once.
24568
24569 2006-09-17  Bruno Haible  <bruno@clisp.org>
24570
24571         * modules/javaversion (Makefile.am): Remove DEFS setting.
24572         (Depends-on): Add configmake, for PKGDATADIR definition.
24573
24574 2006-09-17  Bruno Haible  <bruno@clisp.org>
24575
24576         * gnulib-tool (func_create_testdir): Rewrite all files at once.
24577
24578 2006-09-17  Bruno Haible  <bruno@clisp.org>
24579
24580         * gnulib-tool (func_append): New function, stolen from libtool.m4.
24581         (func_modules_transitive_closure, func_modules_add_dummy,
24582         func_modules_to_filelist, func_import, func_create_testdir,
24583         func_create_megatestdir, ...): Use it wherever possible.
24584         Suggested by Ralf Wildenhues.
24585
24586 2006-09-16  Karl Berry  <karl@gnu.org>
24587
24588         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
24589         to avoid sectioning errors.
24590         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
24591         [ifinfo]: blank line after @center-ed titles.
24592         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
24593         Spell FSF address consistently with others.
24594         (These changes approved by rms.)
24595
24596 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24597
24598         Speed up by a factor of 1.61.
24599         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
24600         already checked module names again.
24601
24602 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24603
24604         Speed up by a factor of 1.13.
24605         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
24606         for new_files, and the input to func_add_or_update.
24607
24608 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24609
24610         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
24611         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
24612
24613 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24614
24615         * modules/mkancesdirs (Depends-on): Add fcntl.
24616         * modules/savewd: New file.
24617         * MODULES.html.sh (File system functions): Add savewd.
24618
24619         * modules/configmake (Makefile.am): Add support for the
24620         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
24621
24622 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24623
24624         * m4/savewd.m4: New file.
24625
24626 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24627
24628         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
24629         (dirchownmod): New arg FD.  All callers changed.
24630         Use FD rather than opening the directory ourself, as opening is
24631         now the caller's responsibility.
24632         * lib/dirchownmod.h: Likewise.
24633         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
24634         hosts that require <sys/types.h> before <sys/stat.h>.  Include
24635         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
24636         (test_dir): Remove.
24637         (mkancesdirs): Return length of prefix of FILE that has already
24638         been made, or -2 if there is a child doing the work.  Redo
24639         algorithm so that it is O(N) rather than O(N**2).  Optimize away
24640         ".", and treat ".." specially since it might stray back into
24641         already-created areas.  Use a subprocess if necessary.  New arg
24642         WD; all users changed.  MAKE_DIR function should now return 1
24643         if it creates a directory that is not readable.  Return -2 if
24644         a child process is spun off.
24645         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
24646         Adjust signature to match code.
24647         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
24648         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
24649         all users changed.
24650         * lib/savewd.c, lib/savewd.h: New files.
24651
24652 2006-09-15  Jim Meyering  <jim@meyering.net>
24653
24654         * modules/rename-dest-slash: New module.
24655         * MODULES.html.sh (posix_compat): Add it here.
24656
24657         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
24658
24659 2006-09-15  Jim Meyering  <jim@meyering.net>
24660
24661         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
24662         file.
24663
24664         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
24665
24666 2006-09-15  Jim Meyering  <jim@meyering.net>
24667
24668         * lib/rename-dest-slash.c (has_trailing_slash): Use
24669         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
24670         (rpl_rename_dest_slash): Perform the cheaper trailing slash
24671         test before testing whether SRC is a directory.
24672         Suggestions from Bruno Haible.
24673
24674         Avoid a warning about an unused variable.
24675         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
24676         into the #ifdef block where it's used.
24677
24678         * lib/rename-dest-slash.c: New file.
24679
24680 2006-09-14  Bruno Haible  <bruno@clisp.org>
24681
24682         * lib/allocsa.c: Include <config.h> unconditionally.
24683         * lib/asnprintf.c: Likewise.
24684         * lib/asprintf.c: Likewise.
24685         * lib/c-strcasecmp.c: Likewise.
24686         * lib/c-strcasestr.c: Likewise.
24687         * lib/c-strncasecmp.c: Likewise.
24688         * lib/c-strstr.c: Likewise.
24689         * lib/classpath.c: Likewise.
24690         * lib/clean-temp.c: Likewise.
24691         * lib/concatpath.c: Likewise.
24692         * lib/copy-file.c: Likewise.
24693         * lib/csharpcomp.c: Likewise.
24694         * lib/csharpexec.c: Likewise.
24695         * lib/execute.c: Likewise.
24696         * lib/fatal-signal.c: Likewise.
24697         * lib/findprog.c: Likewise.
24698         * lib/fwriteerror.c: Likewise.
24699         * lib/gl_array_list.c: Likewise.
24700         * lib/gl_array_oset.c: Likewise.
24701         * lib/gl_avltree_list.c: Likewise.
24702         * lib/gl_avltree_oset.c: Likewise.
24703         * lib/gl_avltreehash_list.c: Likewise.
24704         * lib/gl_carray_list.c: Likewise.
24705         * lib/gl_linked_list.c: Likewise.
24706         * lib/gl_linkedhash_list.c: Likewise.
24707         * lib/gl_list.c: Likewise.
24708         * lib/gl_oset.c: Likewise.
24709         * lib/gl_rbtree_list.c: Likewise.
24710         * lib/gl_rbtree_oset.c: Likewise.
24711         * lib/gl_rbtreehash_list.c: Likewise.
24712         * lib/imaxabs.c: Likewise.
24713         * lib/imaxdiv.c: Likewise.
24714         * lib/javacomp.c: Likewise.
24715         * lib/javaexec.c: Likewise.
24716         * lib/javaversion.c: Likewise.
24717         * lib/linebreak.c: Likewise.
24718         * lib/localcharset.c: Likewise.
24719         * lib/lock.c: Likewise.
24720         * lib/mbchar.c: Likewise.
24721         * lib/mbswidth.c: Likewise.
24722         * lib/mkdtemp.c: Likewise.
24723         * lib/pipe.c: Likewise.
24724         * lib/printf-args.c: Likewise.
24725         * lib/printf-parse.c: Likewise.
24726         * lib/progname.c: Likewise.
24727         * lib/progreloc.c: Likewise.
24728         * lib/readlink.c: Likewise.
24729         * lib/sh-quote.c: Likewise.
24730         * lib/stpcpy.c: Likewise.
24731         * lib/stpncpy.c: Likewise.
24732         * lib/strcasecmp.c: Likewise.
24733         * lib/strcasestr.c: Likewise.
24734         * lib/strcspn.c: Likewise.
24735         * lib/striconv.c: Likewise.
24736         * lib/strncasecmp.c: Likewise.
24737         * lib/strnlen1.c: Likewise.
24738         * lib/strstr.c: Likewise.
24739         * lib/strtok_r.c: Likewise.
24740         * lib/tls.c: Likewise.
24741         * lib/tmpdir.c: Likewise.
24742         * lib/unicodeio.c: Likewise.
24743         * lib/unsetenv.c: Likewise.
24744         * lib/vasnprintf.c: Likewise.
24745         * lib/vasprintf.c: Likewise.
24746         * lib/wait-process.c: Likewise.
24747         * lib/xallocsa.c: Likewise.
24748         * lib/xsetenv.c: Likewise.
24749         * lib/xstriconv.c: Likewise.
24750
24751 2006-09-13  Simon Josefsson  <jas@extundo.com>
24752
24753         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
24754         that internally, suggested by Ralf Wildenhues
24755         <Ralf.Wildenhues@gmx.de>.
24756
24757 2006-09-13  Simon Josefsson  <jas@extundo.com>
24758
24759         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
24760         @LIBOBJS@.
24761         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24762
24763 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24764
24765         * lib/_fpending.c: Include <config.h> unconditionally, since we no
24766         longer worry about uses that don't define HAVE_CONFIG_H.
24767         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
24768         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
24769         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
24770         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
24771         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
24772         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
24773         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
24774         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
24775         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
24776         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
24777         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
24778         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
24779         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
24780         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
24781         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
24782         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
24783         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
24784         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
24785         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
24786         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
24787         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
24788         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
24789         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
24790         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
24791         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
24792         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
24793         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
24794         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
24795         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
24796         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
24797         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
24798         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
24799         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
24800         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
24801         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
24802         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
24803         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
24804         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
24805         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
24806         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
24807         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
24808         Likewise.
24809
24810 2006-09-13  Eric Blake  <ebb9@byu.net>
24811
24812         * lib/getopt.c: Fix typo in last commit.
24813
24814 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
24815
24816         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
24817         dgettext.
24818
24819 2006-09-12  Jim Meyering  <jim@meyering.net>
24820
24821         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
24822         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
24823         Reported by Nelson H. F. Beebe.
24824
24825 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24826
24827         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
24828         program_invocation_name and program_invocation_short_name are
24829         initialized.
24830         * lib/argp-namefrob.h: Move declarations of program_invocation_name
24831         and program_invocation_short_name to argp.h, so they are visible
24832         to user programs.
24833         * lib/argp.h: Likewise
24834
24835 2006-09-10  Bruno Haible  <bruno@clisp.org>
24836
24837         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
24838         m4/inttypes_h.m4, m4/uintmax_t.m4.
24839
24840 2006-09-10  Bruno Haible  <bruno@clisp.org>
24841
24842         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
24843         gl_AC_TYPE_UINTMAX_T.
24844
24845 2006-09-10  Bruno Haible  <bruno@clisp.org>
24846
24847         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
24848
24849 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24850
24851         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
24852         convention.  Text proposed by Bruno Haible.
24853         (struct argp_option): Document the use of N_() wrappers.
24854
24855         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
24856         '\v', and translate the two parts separately, instead of feeding
24857         the whole string to gettext.  This allows to exclude
24858         '\v' from the strings visible to the translator by writing doc
24859         strings as N_("..") "\v" N_("..").
24860
24861 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
24862
24863         * config/srclist.txt: Undo latest change; the bug was fixed.
24864
24865 2006-09-09  Bruno Haible  <bruno@clisp.org>
24866
24867         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
24868         assignments if building a library without libtool.
24869         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
24870         in func_emit_lib_Makefile_am.
24871         (func_import): When building a static library libfoo.a, arrange to
24872         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
24873         (func_create_testdir): Likewise.
24874         * modules/gc (configure.ac, Makefile.am): If building statically,
24875         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
24876         * modules/iconvme (configure.ac, Makefile.am): Likewise.
24877         * modules/striconv (configure.ac, Makefile.am): Likewise.
24878         Based on a suggestion by Ralf Wildenhues.
24879
24880 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24881
24882         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
24883         Check for unistd.h too, since Autoconf doesn't assume POSIX.
24884         Also:
24885
24886         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24887         Add year_2050_test to catch glibc bug 2821
24888         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
24889
24890         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24891         Prefer #ifdef to #if.
24892
24893         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
24894         Return from 'main' instead of calling 'exit'.
24895
24896 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24897
24898         * lib/mktime.c (guess_time_tm): Fix bug where mktime
24899         returned the maximum time_t value rather than (time_t) -1.
24900         Problem originally reported by William Bardwell
24901         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
24902
24903         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
24904         Moved to here ...
24905         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
24906         ... from here.
24907
24908 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24909
24910         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
24911         2821 is fixed.
24912
24913 2006-09-08  Jim Meyering  <jim@meyering.net>
24914
24915         Don't make generated files read-only.  That would bother too many
24916         people.  However, do retain the ability to work when targets are
24917         read-only: remove the destination and temporary files before writing
24918         them (when generated via sed or echo), or by using the -f option for
24919         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
24920         * modules/alloca-opt, modules/argz, modules/arpa_inet:
24921         * modules/byteswap, modules/configmake, modules/fcntl:
24922         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
24923         * modules/localcharset, modules/netinet_in, modules/poll:
24924         * modules/stdbool, modules/stdint, modules/sys_select:
24925         * modules/sys_socket, modules/sys_stat, modules/sysexits:
24926
24927 2006-09-08  Jim Meyering  <jim@meyering.net>
24928
24929         Avoid new build failure on FreeBSD 6.0.
24930         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
24931         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
24932         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
24933
24934 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24935
24936         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
24937
24938 2006-09-07  Jim Meyering  <jim@meyering.net>
24939
24940         Fix global typo in last change: use chmod u-w, not chmod u-x.
24941         Spotted by Paul Eggert and Bruce Korb.
24942         * modules/alloca-opt, modules/argz, modules/arpa_inet:
24943         * modules/byteswap, modules/configmake, modules/fcntl:
24944         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
24945         * modules/localcharset, modules/netinet_in, modules/poll:
24946         * modules/stdbool, modules/stdint, modules/sys_select:
24947         * modules/sys_socket, modules/sys_stat, modules/sysexits:
24948
24949 2006-09-06  Jim Meyering  <jim@meyering.net>
24950
24951         Make generated files be read-only.
24952         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
24953         Ensure that each generated file is now read-only.
24954         * modules/argz: Likewise.
24955         * modules/arpa_inet: Likewise.
24956         * modules/byteswap: Likewise.
24957         * modules/configmake: Likewise.
24958         * modules/fcntl: Likewise.
24959         * modules/fnmatch: Likewise.
24960         * modules/getopt: Likewise.
24961         * modules/glob: Likewise.
24962         * modules/inttypes: Likewise.
24963         * modules/netinet_in: Likewise.
24964         * modules/poll: Likewise.
24965         * modules/stdbool: Likewise.
24966         * modules/stdint: Likewise.
24967         * modules/sys_select: Likewise.
24968         * modules/sys_socket: Likewise.
24969         * modules/sys_stat: Likewise.
24970         * modules/sysexits: Likewise.
24971         * modules/localcharset: Same as above, but continue using temporary
24972         file named "t-$@" (why different?) rather than the "$@-t" used
24973         everywhere else.
24974
24975         * modules/sysexits (Makefile.am): Replace literal occurrences
24976         of "sysexit.h" more readable, and more consistent, "$@".
24977
24978 2006-09-06  Bruno Haible  <bruno@clisp.org>
24979
24980         * modules/striconv: New file.
24981         * modules/xstriconv: New file.
24982         * MODULES.html.sh (Internationalization functions): Add striconv,
24983         xstriconv.
24984
24985 2006-09-06  Bruno Haible  <bruno@clisp.org>
24986
24987         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
24988         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
24989         not using libtool correctly.
24990
24991 2006-09-06  Bruno Haible  <bruno@clisp.org>
24992
24993         * lib/striconv.h: New file.
24994         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
24995         iconvstring.c.
24996         * lib/xstriconv.h: New file.
24997         * lib/xstriconv.c: New file.
24998
24999 2006-09-06  Bruno Haible  <bruno@clisp.org>
25000
25001         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
25002         lib_..._LDFLAGS.
25003
25004 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25005
25006         * lib/argz_.h: Sync from Libtool.
25007
25008         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
25009                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25010
25011         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
25012
25013 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
25014
25015         * modules/trim: New file.
25016
25017 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
25018
25019         * lib/trim.h: New file.
25020         * lib/trim.c: New file.
25021
25022 2006-09-05  Bruno Haible  <bruno@clisp.org>
25023
25024         * MODULES.html.sh (String handling): Add trim.
25025
25026 2006-09-04  Karl Berry  <karl@gnu.org>
25027
25028         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
25029         until next release.
25030
25031 2006-09-03  Bruno Haible  <bruno@clisp.org>
25032
25033         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
25034         correctly.
25035
25036 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25037
25038         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
25039         not gl_GETLOADAVG.  Omit unneeded semicolons.
25040         Problems reported by Ralf Wildenhues in
25041         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
25042         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
25043         at the end, which is the usual gnulib style.
25044
25045         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
25046         of doing all the work ourselves.
25047         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
25048         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
25049
25050 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25051
25052         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
25053         Problem reported by Ralf Wildenhues in
25054         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
25055
25056         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
25057         HAVE_STRUCT_STATFS_F_FSTYPENAME.
25058
25059 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25060
25061         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
25062         yesterday's patch by changing test -n to test -z.
25063
25064 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25065
25066         * modules/getloadavg (Files): Add m4/getloadavg.m4.
25067         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
25068         the former is now obsolescent.
25069
25070         * modules/chdir-long (Depends-on): Add fcntl.
25071
25072 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25073
25074         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
25075         obsolescent, and programs should use gnulib instead.
25076         * m4/getloadavg.m4: New file, with contents taken from Autoconf
25077         but with prefixes changed.
25078
25079 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25080
25081         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
25082         or stdbool.h, because they might not exist while configuring.
25083
25084         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
25085         Don't include unistd.h or limits.h; not needed, since chdir-long.h
25086         does that for us.
25087         (O_DIRECTORY): Remove.
25088
25089 2006-08-31  Eric Blake  <ebb9@byu.net>
25090
25091         * gnulib-tool: Don't let emacs change spaces to TAB.
25092
25093 2006-08-31  Bruno Haible  <bruno@clisp.org>
25094
25095         * gnulib-tool: When calling func_import more than once, do it in a
25096         subshell.
25097         Reported by Eric Blake <ebb9@byu.net>.
25098
25099 2006-08-31  Bruno Haible  <bruno@clisp.org>
25100
25101         * gnulib-tool (nl): Remove variable.
25102         (sed_transform_lib_file): Use more robust test for config-h module.
25103         (func_import): Fix typo in 2006-08-25 patch.
25104
25105 2006-08-31  Bruno Haible  <bruno@clisp.org>
25106
25107         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
25108         specified, augment Makefile.am variables instead of assigning them.
25109
25110 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25111
25112         Work around a bug in both the Linux and SunOS 64-bit kernels:
25113         nanosleep mishandles sleeps for longer than 2**31 seconds.
25114         Problem reported by Frank v Waveren in
25115         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
25116         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
25117         Check for nanosleep bug.
25118         (LIB_NANOSLEEP): Append clock_gettime library if needed.
25119
25120 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25121
25122         Work around a bug in both the Linux and SunOS 64-bit kernels:
25123         nanosleep mishandles sleeps for longer than 2**31 seconds.
25124         Problem reported by Frank v Waveren in
25125         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
25126         * lib/nanosleep.c (BILLION): New constant.
25127         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
25128         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
25129         implementation.
25130
25131 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25132
25133         * modules/nanosleep (Depends-on): Add gettime.
25134
25135 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25136         and Simon Josefsson  <jas@extundo.com>
25137         and Oskar Liljeblad  <oskar@osk.mine.nu>
25138
25139         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
25140         * gnulib-tool (func_import): New license type 'unmodifiable license
25141         text'.
25142         * modules/fdl: Use it.  Longer description.
25143         * module/gpl, module/lgpl: New files.
25144
25145 2006-08-30  Jim Meyering  <jim@meyering.net>
25146
25147         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
25148         shadowing the parameter.
25149
25150 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25151
25152         Sync from Libtool:
25153
25154         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25155
25156         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
25157         sharing with gnulib.  Report by Eric Blake.
25158
25159 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25160
25161         * modules/isapipe: New file.
25162         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
25163
25164 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25165
25166         * modules/configmake (Makefile.am): Add a comment, and omit
25167         the CONFIGMAKE_ prefix from generated macro names.  Suggested
25168         by Bruno Haible.
25169
25170 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25171
25172         * m4/isapipe.m4: New file.
25173
25174 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25175
25176         * lib/isapipe.c, lib/isapipe.h: New files.
25177
25178 2006-08-29  Jim Meyering  <jim@meyering.net>
25179
25180         * modules/configmake (Makefile.am): Make configmake.h depend on
25181         Makefile.  Otherwise, a stale configmake.h could hang around.
25182
25183 2006-08-29  Eric Blake  <ebb9@byu.net>
25184
25185         * lib/error.c (error_at_line, print_errno_message): Match libc, after
25186         resolution of upstream bug 3044.
25187
25188 2006-08-29  Bruno Haible  <bruno@clisp.org>
25189
25190         * modules/localcharset (Depends-on): Add configmake.
25191         (Makefile.am): Remove setting of LIBDIR through DEFS.
25192
25193 2006-08-29  Bruno Haible  <bruno@clisp.org>
25194
25195         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
25196         defined.
25197
25198 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25199
25200         * modules/fcntl: New file.
25201         * modules/chdir-safer (Depends-on): Add fcntl.
25202         * modules/fts: Likewise.
25203         * modules/mkdir-p: Likewise.
25204
25205         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
25206         This undoes the most recent change, since we're now addressing the
25207         problem in a different way.
25208
25209         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
25210         into output, since the output might be called Makefile.am even
25211         if $makefile_name is something different.
25212         (func_import): Use $makefile_am rather than
25213         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
25214         empty.
25215
25216         * modules/inttypes (Files): Add m4/inttypes-h.m4.
25217
25218 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25219
25220         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
25221         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
25222         recent change to stdint.m4, since we're now addressing the problem in a
25223         different way.
25224
25225 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25226
25227         * m4/fcntl_h.m4: New file.
25228
25229 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25230
25231         * lib/fcntl_.h: New file.
25232         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
25233         the fcntl module.
25234         * lib/dirchownmod.c: Likewise.
25235         * lib/fts.c: Likewise.
25236
25237         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
25238         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
25239         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
25240         just before including <inttypes.h>, to avoid circular inclusion.
25241
25242 2006-08-28  Jim Meyering  <jim@meyering.net>
25243
25244         * doc/visibility.texi: Actually read and correct the grammar of the
25245         sentence affected by yesterday's change.
25246
25247 2006-08-28  Eric Blake  <ebb9@byu.net>
25248
25249         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
25250         needs wrapper.
25251
25252 2006-08-28  Eric Blake  <ebb9@byu.net>
25253
25254         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
25255
25256 2006-08-28  Eric Blake  <ebb9@byu.net>
25257
25258         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
25259
25260 2006-08-28  Bruno Haible  <bruno@clisp.org>
25261
25262         * modules/c-strstr: New file, from GNU gettext.
25263         * MODULES.html.sh (String handling): Add c-strstr.
25264
25265 2006-08-28  Bruno Haible  <bruno@clisp.org>
25266
25267         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
25268         macros.
25269         Reported by Eric Blake.
25270
25271 2006-08-28  Bruno Haible  <bruno@clisp.org>
25272
25273         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
25274         (VASNPRINTF): Return a string of length > INT_MAX without failing.
25275         * lib/vasprintf.c: Include errno.h, limits.h.
25276         (EOVERFLOW): New fallback definition.
25277         (vasprintf): Test here whether the string length is > INT_MAX.
25278         * lib/vsnprintf.c: Include errno.h, limits.h.
25279         (EOVERFLOW): New fallback definition.
25280         (vsnprintf): Fix bug when generated string was too long for the buffer.
25281         Test here whether the string length is > INT_MAX.
25282
25283 2006-08-28  Bruno Haible  <bruno@clisp.org>
25284
25285         * lib/inttypes_.h (SCNX*): Remove definitions.
25286         Reported by Eric Blake.
25287
25288 2006-08-28  Bruno Haible  <bruno@clisp.org>
25289
25290         * lib/c-strstr.h: New file, from GNU gettext.
25291         * lib/c-strstr.c: New file, from GNU gettext.
25292
25293 2006-08-28  Bruno Haible  <bruno@clisp.org>
25294
25295         * gnulib-tool: Reorder some statements.
25296
25297 2006-08-28  Bruno Haible  <bruno@clisp.org>
25298
25299         * gnulib-tool: New option --makefile-name.
25300         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
25301         $makefile_name.
25302         (func_import): Write $makefile_name to the cache file, and read it from
25303         there unless explicitly specified. Use $makefile_name as file name
25304         instead of Makefile.am. Adjust the recommendations accordingly.
25305
25306 2006-08-28  Bruno Haible  <bruno@clisp.org>
25307
25308         * gnulib-tool (func_verify_module): Check against misapplying patch.
25309
25310 2006-08-28  Bruno Haible  <bruno@clisp.org>
25311
25312         * gnulib-tool (func_relativize, func_relconcat): New functions.
25313         Give an error if --local-dir is given with --update.
25314         Remove trailing slashes from $local_gnulib_dir.
25315         (func_import): Store the relativized $local_gnulib_dir in
25316         gnulib-cache.m4, and read it from there if not specified explicitly.
25317
25318 2006-08-28  Bruno Haible  <bruno@clisp.org>
25319
25320         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
25321         is the current directory. Respect also $local_gnulib_dir.
25322
25323 2006-08-28  Bruno Haible  <bruno@clisp.org>
25324             Simon Josefsson  <jas@extundo.com>
25325
25326         BeOS portability.
25327         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
25328
25329 2006-08-27  Jim Meyering  <jim@meyering.net>
25330
25331         * doc/visibility.texi: Remove duplicate word: "pointer".
25332
25333 2006-08-26  Bruno Haible  <bruno@clisp.org>
25334
25335         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
25336         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
25337         (Makefile.am): Create inttypes.h from inttypes_.h.
25338         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
25339
25340         * modules/imaxabs: New file.
25341
25342         * modules/imaxdiv: New file.
25343
25344 2006-08-26  Bruno Haible  <bruno@clisp.org>
25345
25346         * m4/inttypes.m4: New file.
25347         * m4/_inttypes_h.m4: Remove file.
25348         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
25349         PRI_MACROS_BROKEN.
25350         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
25351
25352         * m4/imaxabs.m4: New file.
25353
25354         * m4/imaxdiv.m4: New file.
25355
25356 2006-08-26  Bruno Haible  <bruno@clisp.org>
25357
25358         * lib/inttypes_.h: New file.
25359         * lib/inttypes.h: Remove file.
25360         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
25361
25362         * lib/imaxabs.c: New file.
25363
25364         * lib/imaxdiv.c: New file.
25365
25366 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25367
25368         New config-h module, so that "make" output needn't be cluttered
25369         by -DHAVE_CONFIG_H.
25370         * MODULES.html.sh (Support for building libraries and executables):
25371         Add config-h.
25372         * modules/config-h: New file.
25373         * gnulib-tool (nl, sed_transform_lib_file): New vars.
25374         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
25375         the config-h module is used.
25376
25377         New configmake module, so that "make" output needn't be cluttered
25378         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
25379         * MODULES.html.sh (Support for building libraries and executables):
25380         Add configmake.
25381         * modules/configmake: New file.
25382
25383 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25384
25385         * m4/config-h.m4: New file.
25386
25387 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25388
25389         * config/srclist.txt: Add elisp-comp.
25390
25391 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25392
25393         * MODULES.html.sh (Support for building libraries and executables):
25394         Add elisp-comp.
25395         * build-aux/elisp-comp: New file.
25396         * modules/elisp-comp: New file.
25397
25398 2006-08-24  Bruno Haible  <bruno@clisp.org>
25399
25400         * gnulib-tool (func_create_testdir): Use non-default values of
25401         sourcebase and m4base.
25402
25403 2006-08-24  Bruno Haible  <bruno@clisp.org>
25404
25405         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
25406         HTML structure.
25407
25408 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25409
25410         * modules/openat (Depends-on): Add lchown.
25411
25412 2006-08-23  Bruno Haible  <bruno@clisp.org>
25413
25414         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
25415         of gl_LOCK_EARLY instead of gl_LOCK.
25416
25417 2006-08-23  Bruno Haible  <bruno@clisp.org>
25418
25419         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
25420         on OSF/1 to no.
25421         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
25422
25423 2006-08-23  Bruno Haible  <bruno@clisp.org>
25424
25425         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
25426         as unusable.
25427
25428         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
25429         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
25430         (gl_LOCK): New macro.
25431
25432 2006-08-22  Simon Josefsson  <jas@extundo.com>
25433
25434         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
25435         to md5 module.
25436
25437 2006-08-22  Simon Josefsson  <jas@extundo.com>
25438
25439         * MODULES.html.sh: Add "Support for maintaining and release
25440         projects".
25441
25442         * build-aux/gnupload: New file, from coreutils.
25443
25444 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25445
25446         Avoid the need for AC_LIBSOURCES in m4 macros.
25447         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
25448         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
25449         * modules/check-version (EXTRA_DIST): Add check-version.h.
25450         * modules/crc (EXTRA_DIST): Add crc.h.
25451         * modules/des (EXTRA_DIST): Add des.h.
25452         * modules/gc (EXTRA_DIST): Add gc.h.
25453         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
25454         * modules/getline (EXTRA_DIST): Add getline.h.
25455         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
25456         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
25457         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
25458         * modules/md2 (EXTRA_DIST): Add md2.h.
25459         * modules/md4 (EXTRA_DIST): Add md4.h.
25460         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
25461         * modules/read-file (EXTRA_DIST): Add read-file.h.
25462         * modules/readline (EXTRA_DIST): Add readline.h.
25463         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
25464         rijndael-api-fst.h.
25465
25466 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25467
25468         * m4/rijndael.m4 (gl_ARCFOUR):
25469         * m4/arctwo.m4 (gl_ARCTWO):
25470         * m4/check-version.m4 (gl_CHECK_VERSION):
25471         * m4/crc.m4 (gl_CRC):
25472         * m4/des.m4 (gl_DES):
25473         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
25474         * m4/gc.m4 (gl_GC):
25475         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
25476         * m4/getline.m4 (gl_FUNC_GETLINE):
25477         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
25478         * m4/hmac-md5.m4 (gl_HMAC_MD5):
25479         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
25480         * m4/md2.m4 (gl_MD2):
25481         * m4/md4.m4 (gl_MD4):
25482         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
25483         * m4/read-file.m4 (gl_FUNC_READ_FILE):
25484         * m4/readline.m4 (gl_FUNC_READLINE):
25485         * m4/rijndael.m4 (gl_RIJNDAEL):
25486         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
25487         to get the necessary .h files and whatnot.
25488
25489 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25490
25491         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
25492         gnulib rather than the other way around.
25493         * config/srclistvars.sh (COREUTILS): Remove.
25494
25495 2006-08-22  Jim Meyering  <jim@meyering.net>
25496
25497         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
25498
25499         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
25500
25501 2006-08-22  Eric Blake  <ebb9@byu.net>
25502
25503         * modules/regexprops-generic: New file.
25504         * MODULES.html.sh (Support for building documentation): List it.
25505
25506 2006-08-22  Eric Blake  <ebb9@byu.net>
25507
25508         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
25509         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
25510         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
25511         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
25512
25513 2006-08-22  Bruno Haible  <bruno@clisp.org>
25514
25515         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
25516         and lib_LTLIBRARIES like the other lib_* variables.
25517
25518 2006-08-22  Bruno Haible  <bruno@clisp.org>
25519
25520         * build-aux/x-to-1.in: New file, from GNU gettext.
25521
25522 2006-08-22  Bruno Haible  <bruno@clisp.org>
25523
25524         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
25525         <utmpx.h> exists.
25526
25527 2006-08-22  Bruno Haible  <bruno@clisp.org>
25528
25529         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
25530         <utmpx.h> exists.
25531
25532 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25533
25534         BeOS portability.
25535         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
25536         exist.
25537         Problem reported by Bruno Haible.
25538
25539 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25540
25541         Avoid the need for AC_LIBSOURCES in m4 macros.
25542         * modules/acl (EXTRA_DIST): Add acl.h.
25543         * modules/argmatch (Files): Add m4/argmatch.m4.
25544         (configure.ac): Add gl_ARGMATCH.
25545         (EXTRA_DIST): Renamed from lib_SOURCES, for
25546         consistency with the other modules.  Remove argmatch.c.
25547         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
25548         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
25549         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
25550         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
25551         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
25552         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
25553         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
25554         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
25555         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
25556         * modules/closeout (EXTRA_DIST): Add closeout.h.
25557         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
25558         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
25559         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
25560         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
25561         dirname.h; remove basename.c and stripslash.c.
25562         * modules/exclude (EXTRA_DIST): Add exclude.h.
25563         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
25564         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
25565         * modules/file-type (EXTRA_DIST): Add file-type.h.
25566         * modules/filemode (EXTRA_DIST): Add filemode.h.
25567         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
25568         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
25569         * modules/fpending (EXTRA_DIST): Add __fpending.h.
25570         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
25571         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
25572         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
25573         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
25574         * modules/getdate (EXTRA_DIST): Add getdate.c.
25575         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
25576         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
25577         * modules/getpass (EXTRA_DIST): Add getpass.h.
25578         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
25579         * modules/group-member (EXTRA_DIST): Add group-member.h.
25580         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
25581         * modules/hash (EXTRA_DIST): Add hash.h.
25582         * modules/human (EXTRA_DIST): Add human.h.
25583         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
25584         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
25585         * modules/lchown (EXTRA_DIST): Add lchown.h.
25586         * modules/long-options (EXTRA_DIST): Add long-options.h.
25587         * modules/lstat (EXTRA_DIST): Add lstat.h.
25588         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
25589         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
25590         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
25591         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
25592         * modules/memxor (EXTRA_DIST): Add memxor.h.
25593         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
25594         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
25595         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
25596         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
25597         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
25598         * modules/physmem (EXTRA_DIST): Add physmem.h.
25599         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
25600         * modules/posixver (EXTRA_DIST): Add posixver.h.
25601         * modules/quote (EXTRA_DIST): Add quote.h.
25602         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
25603         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
25604         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
25605         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
25606         regex_internal.h regexec.c.
25607         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
25608         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
25609         * modules/same (EXTRA_DIST): Add same.h.
25610         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
25611         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
25612         * modules/savedir (EXTRA_DIST): Add savedir.h.
25613         * modules/sha1 (EXTRA_DIST): Add sha1.h.
25614         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
25615         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
25616         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
25617         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
25618         * modules/strdup (EXTRA_DIST): Add strdup.h.
25619         * modules/strftime (EXTRA_DIST): Add strftime.h.
25620         * modules/strndup (EXTRA_DIST): Add strndup.h.
25621         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
25622         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
25623         * modules/time_r (EXTRA_DIST): Add time_r.h.
25624         * modules/timespec (EXTRA_DIST): Add timespec.h.
25625         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
25626         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
25627         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
25628         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
25629         * modules/userspec (EXTRA_DIST): Add userspec.h.
25630         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
25631         * modules/utimens (EXTRA_DIST): Add utimens.h.
25632         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
25633         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
25634         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
25635         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
25636         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
25637         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
25638         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
25639         * modules/yesno (EXTRA_DIST): Add yesno.h.
25640
25641 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25642
25643         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
25644
25645         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
25646         * m4/dev-ino.m4, same-inode.m4: Remove.
25647
25648         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
25649         * m4/acl.m4 (AC_FUNC_ACL):
25650         * m4/backupfile.m4 (gl_BACKUPFILE):
25651         * m4/c-strtod.m4 (gl_C99_STRTOLD):
25652         * m4/canon-host.m4 (gl_CANON_HOST):
25653         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
25654         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
25655         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
25656         * m4/cloexec.m4 (gl_CLOEXEC):
25657         * m4/close-stream.m4 (gl_CLOSE_STREAM):
25658         * m4/closeout.m4 (gl_CLOSEOUT):
25659         * m4/dirfd.m4 (gl_FUNC_DIRFD):
25660         * m4/dirname.m4 (gl_DIRNAME):
25661         * m4/exclude.m4 (gl_EXCLUDE):
25662         * m4/exitfail.m4 (gl_EXITFAIL):
25663         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
25664         * m4/file-type.m4 (gl_FILE_TYPE):
25665         * m4/filemode.m4 (gl_FILEMODE):
25666         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
25667         * m4/fpending.m4 (gl_FUNC_FPENDING):
25668         * m4/fprintftime.m4 (gl_FPRINTFTIME):
25669         * m4/fts.m4 (gl_FUNC_FTS):
25670         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
25671         * m4/getdate.m4 (gl_GETDATE):
25672         * m4/gethrxtime.m4 (gl_GETHRXTIME):
25673         * m4/getpagesize.m4 (gl_GETPAGESIZE):
25674         * m4/getpass.m4 (gl_FUNC_GETPASS):
25675         * m4/gettime.m4 (gl_GETTIME):
25676         * m4/getugroups.m4 (gl_GETUGROUPS):
25677         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
25678         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
25679         * m4/hard-locale.m4 (gl_HARD_LOCALE):
25680         * m4/hash.m4 (gl_HASH):
25681         * m4/idcache.m4 (gl_IDCACHE):
25682         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
25683         * m4/lchown.m4 (gl_FUNC_LCHOWN):
25684         * m4/long-options.m4 (gl_LONG_OPTIONS):
25685         * m4/lstat.m4 (gl_FUNC_LSTAT):
25686         * m4/md5.m4 (gl_MD5):
25687         * m4/memcasecmp.m4 (gl_MEMCASECMP):
25688         * m4/memcoll.m4 (gl_MEMCOLL):
25689         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
25690         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
25691         * m4/memxor.m4 (gl_MEMXOR):
25692         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
25693         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
25694         * m4/modechange.m4 (gl_MODECHANGE):
25695         * m4/mountlist.m4 (gl_MOUNTLIST):
25696         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
25697         * m4/openat.m4 (gl_FUNC_OPENAT):
25698         * m4/pathmax.m4 (gl_PATHMAX):
25699         * m4/physmem.m4 (gl_PHYSMEM):
25700         * m4/posixtm.m4 (gl_POSIXTM):
25701         * m4/posixver.m4 (gl_POSIXVER):
25702         * m4/quote.m4 (gl_QUOTE):
25703         * m4/quotearg.m4 (gl_QUOTEARG):
25704         * m4/readtokens.m4 (gl_READTOKENS):
25705         * m4/readutmp.m4 (gl_READUTMP):
25706         * m4/regex.m4 (gl_REGEX):
25707         * m4/safe-read.m4 (gl_SAFE_READ):
25708         * m4/safe-write.m4 (gl_SAFE_WRITE):
25709         * m4/same.m4 (gl_SAME):
25710         * m4/save-cwd.m4 (gl_SAVE_CWD):
25711         * m4/savedir.m4 (gl_SAVEDIR):
25712         * m4/settime.m4 (gl_SETTIME):
25713         * m4/sha1.m4 (gl_SHA1):
25714         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
25715         * m4/stat-macros.m4 (gl_STAT_MACROS):
25716         * m4/stat-time.m4 (gl_STAT_TIME):
25717         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
25718         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
25719         * m4/strdup.m4 (gl_FUNC_STRDUP):
25720         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
25721         * m4/strndup.m4 (gl_FUNC_STRNDUP):
25722         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
25723         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
25724         * m4/time_r.m4 (gl_TIME_R):
25725         * m4/timespec.m4 (gl_TIMESPEC):
25726         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
25727         * m4/unlinkdir.m4 (gl_UNLINKDIR):
25728         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
25729         * m4/userspec.m4 (gl_USERSPEC):
25730         * m4/utimecmp.m4 (gl_UTIMECMP):
25731         * m4/utimens.m4 (gl_UTIMENS):
25732         * m4/xalloc.m4 (gl_XALLOC):
25733         * m4/xgetcwd.m4 (gl_XGETCWD):
25734         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
25735         * m4/xreadlink.m4 (gl_XREADLINK):
25736         * m4/xstrtod.m4 (gl_XSTRTOD):
25737         * m4/yesno.m4 (gl_YESNO):
25738         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
25739         to get the necessary .h files and whatnot.
25740
25741 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
25742             Bruno Haible  <bruno@clisp.org>
25743
25744         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
25745         /bin/sh understanding of '!' conditional negation.
25746
25747 2006-08-21  Jim Meyering  <jim@meyering.net>
25748
25749         * modules/openat (Depends-on): Really alphabetize.
25750
25751         * modules/acl (Depends-on): Add error and quote.
25752
25753         * check-module (find_included_lib_files): Add at-func.c to the
25754         ok-to-include-more-than-once white list.
25755
25756         * modules/openat (Depends-on): Add lstat.  Alphabetize.
25757
25758 2006-08-21  Bruno Haible  <bruno@clisp.org>
25759
25760         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25761         Emit a pkgdata_DATA variable only if some snippets add contents to it.
25762         Reported by Martin Lambers <marlam@marlam.de>.
25763
25764 2006-08-21  Bruno Haible  <bruno@clisp.org>
25765
25766         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
25767         specify an installation location, don't emit a noinst_LIBRARIES or
25768         noinst_LTLIBRARIES assignment.
25769
25770 2006-08-21  Bruno Haible  <bruno@clisp.org>
25771
25772         BeOS portability.
25773         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
25774         BeOS has mbrtowc() but no <wctype.h>.
25775
25776 2006-08-21  Bruno Haible  <bruno@clisp.org>
25777
25778         BeOS portability.
25779         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
25780         exist.
25781
25782 2006-08-21  Bruno Haible  <bruno@clisp.org>
25783
25784         BeOS portability.
25785         * lib/mbchar.h: Include <wctype.h> only if it exists.
25786
25787 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25788
25789         Remove files that are no longer needed by their respective modules.
25790         * m4/obstack.m4: Remove.
25791         * m4/strerror_r.m4: Remove.
25792         * m4/uint32_t.m4: Remove.
25793         * m4/uintptr_t.m4: Remove.
25794         * m4/ullong_max.m4: Remove.
25795         * m4/xstrtoimax.m4: Remove.
25796         * m4/xstrtoumax.m4: Remove.
25797
25798         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
25799         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
25800         dependencies now capture this.
25801
25802         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
25803         Do not use AC_LIBSOURCES, since gnulib modules now do this.
25804         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
25805         * m4/human.m4 (gl_HUMAN): Likewise.
25806         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
25807         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
25808
25809         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
25810
25811         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
25812         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
25813         stdint.
25814         * m4/human.m4 (gl_HUMAN): Likewise.
25815         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
25816         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
25817         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
25818         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
25819         * m4/xstrtol (gl_XSTRTOL): Likewise.
25820
25821         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
25822         AC_TYPE_LONG_LONG_INT.
25823         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
25824         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
25825         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
25826         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
25827
25828         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
25829         on stdbool.
25830
25831         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
25832         (gl_PREREQ_XSTRTOUL): Remove.
25833
25834         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
25835
25836         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
25837         mode.
25838
25839 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25840
25841         Add and change modules to make it easier for coreutils to use
25842         gnulib-tool.
25843         * modules/backupfile (Files): Remove m4/d-ino.m4.
25844         (Depends-on): Add d-ino.
25845         * modules/cycle-check (Depends-on): Add stdint.
25846         (lib_SOURCES): Add cycle-check.h.
25847         * modules/d-ino: New module.
25848         * modules/d-type: New module.
25849         * modules/error (Files): Remove m4/strerror_r.m4.
25850         * modules/filemode (Files): Add m4/st_dm_mode.m4.
25851         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
25852         m4/inttypes_h.m4, m4/uintmax_t.m4.
25853         (Depends-on): Add stdint.
25854         (lib_SOURCES): Add fsusage.h.
25855         * modules/getcwd (Files): Remove d-ino.m4.
25856         (Depends-on): Add d-ino.
25857         * modules/getndelim2 (Depends-on): Add stdint.
25858         * modules/glob (Files): Remove m4/d-type.m4.
25859         (Depends-on): Add d-type.
25860         * modules/host-os: New module.
25861         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
25862         m4/inttypes_h.m4, m4/uintmax_t.m4.
25863         * Depends-on: Add stdint.
25864         (lib_SOURCES): Add human.h.
25865         * modules/inttostr (Files): Remove m4/intmax_t.m4,
25866         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
25867         m4/uintmax_t.m4, m4/ulonglong.m4.
25868         (Depends-on): Add stdint.
25869         (EXTRA_DIST): Add inttostr.h.
25870         * modules/lchmod: New module.
25871         * modules/link-follow: New module.
25872         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
25873         (Depends-on): Add lchmod.
25874         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
25875         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
25876         (Depends-on): Add stdint.
25877         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
25878         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
25879         (Depends-on): Add stdint.
25880         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
25881         * modules/perl: New module.
25882         * modules/regex (Depends-on): Add stdint.
25883         * modules/rmdir-errno: New module.
25884         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
25885         m4/intmax_t.m4.
25886         (Depends-on): Add stdint.
25887         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
25888         m4/uintmax_t.m4.
25889         (Depends-on): Add stdint.
25890         * modules/unlink-busy: New module.
25891         * modules/utimecmp (Depends-on): Add stdint.
25892         * modules/uptime: New module.
25893         * modules/winsz-ioctl: New module.
25894         * modules/winsz-termios: New module.
25895         * modules/xnanosleep (Depends-on): Add nanosleep.
25896         * modules/ullong_max: Remove.
25897         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
25898         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
25899         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
25900         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
25901         (Depends-on): Add inttypes.
25902         (lib_SOURCES): Add xstrtol.h.
25903         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
25904         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
25905         * MODULES.html.sh: Move 'assert' into the assert section.
25906         Move 'dummy' into the linking section.
25907         Remove ullong_max.
25908         Add section for compatibility checks for POSIX:2001 functions,
25909         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
25910         winsz-ioctl, and winsz-termios into it.
25911         Add lchmod.
25912         Add top-level Misc section and put host-os, perl, and uptime
25913         into it.
25914
25915 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25916
25917         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
25918         now assume the stdint module.  Do not include inttypes.h.
25919         * lib/fsusage.h: Likewise.
25920         * lib/getndelim2.c: Likewise.
25921         * lib/human.h: Likewise.
25922         * lib/inttostr.h: Likewise.
25923         * lib/obstack.c: Likewise.
25924         * lib/regex_internal.h: Likewise.
25925         * lib/tempname.c: Likewise.
25926         * lib/utimecmp.c: Likewise.
25927         * lib/xstrtol.h: Likewise.
25928
25929         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
25930
25931         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
25932         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
25933         * lib/xtime.h: Likewise.
25934
25935 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25936
25937         * modules/openat (Files): Add lib/fchmodat.c.
25938         Fixes problem reported by Jay Youngman.
25939
25940 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25941
25942         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
25943         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
25944
25945 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
25946             Bruno Haible  <bruno@clisp.org>
25947
25948         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
25949         and is a script that invokes bison. Tighten the code. Add comments.
25950
25951 2006-08-18  Jim Meyering  <jim@meyering.net>
25952
25953         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
25954         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
25955         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
25956         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
25957
25958 2006-08-18  Bruno Haible  <bruno@clisp.org>
25959
25960         * modules/bison-i18n: New file.
25961         * MODULES.html.sh (Internationalization functions): Add it.
25962
25963 2006-08-18  Bruno Haible  <bruno@clisp.org>
25964
25965         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
25966         sys/statvfs.h. When getmntinfo was found, check its declaration and
25967         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
25968
25969 2006-08-18  Bruno Haible  <bruno@clisp.org>
25970
25971         * m4/bison-i18n.m4: New file, from bison.
25972
25973 2006-08-18  Bruno Haible  <bruno@clisp.org>
25974
25975         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
25976         (ME_DUMMY): Treat "kernfs" as a dummy.
25977         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
25978
25979 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25980
25981         Update from coreutils.
25982
25983         2006-08-15  Jim Meyering  <jim@meyering.net>
25984
25985         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
25986
25987         2006-01-17  Jim Meyering  <jim@meyering.net>
25988
25989         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
25990
25991         2006-01-11  Jim Meyering  <jim@meyering.net>
25992
25993         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
25994         Check for the lchmod function.
25995
25996 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25997
25998         Update from coreutils.
25999
26000         * lib/__fpending.h: Add copyright notice.
26001         * lib/fprintftime.h: Likewise.
26002         * lib/savedir.c: Use (C) in copyright notice.
26003         * lib/savedir.h: Likewise.
26004
26005         2006-08-15  Jim Meyering  <jim@meyering.net>
26006
26007         * lib/at-func.c: New file, with the logic of all emulated at-functions.
26008         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
26009         in support of the EXPECTED_ERRNO macro.
26010         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
26011         definitions.  Instead, define the appropriate symbols and include
26012         "at-func.c".
26013         * lib/mkdirat.c (mkdirat): Likewise.
26014         * lib/fchmodat.c (fchmodat): Likewise.
26015         (ENOSYS): Remove definition.
26016         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
26017         it.  Don't include "unistd--.h" -- it wasn't ever used.
26018
26019         2006-01-17  Jim Meyering  <jim@meyering.net>
26020
26021         Rewrite fts.c not to change the current working directory,
26022         by using openat, fstatat, fdopendir, etc..
26023
26024         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
26025         (HAVE_OPENAT_SUPPORT): Define.
26026         [_LIBC] (fchdir): Don't undef or define; no longer used.
26027         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
26028         Now, this `function' always succeeds, and consumes its file descriptor
26029         parameter -- so callers must not close such FDs.  Update callers.
26030         (diropen_fd, opendirat, cwd_advance_fd): New functions.
26031         (diropen): Add parameter, SP.  Adjust all callers.
26032         Implement using diropen_fd, rather than open.
26033         (fts_open): Initialize new member, fts_cwd_fd.
26034         Remove fts_rft-setting code.
26035         (fts_close): Close fts_cwd_fd, if necessary.
26036         (__opendir2): Define in terms of opendir or opendirat,
26037         depending on whether the FST_NOCHDIR flag is set.
26038         (fts_build): Since fts_safe_changedir consumes its FD, and since
26039         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
26040         and close the dup'd file descriptor upon failure.
26041         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
26042         (fts_safe_changedir): Tweak semantics to reflect that this function
26043         now calls cwd_advance_fd and hence consumes its FD argument.
26044         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
26045         [struct FTS] (fts_rft): Remove now-unused member.
26046         [struct FTS] (fts_cycle.state): Improve comment.
26047
26048         * lib/openat.c (openat_needs_fchdir): New function.
26049         * lib/openat.h (openat_needs_fchdir): Declare it.
26050
26051 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
26052
26053         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
26054         Problem and fix reported by Pádraig Brady in
26055         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
26056
26057 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26058
26059         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
26060
26061 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26062
26063         * lib/memcoll.c (memcoll): Optimize for the common case where the
26064         arguments are bytewise equal.
26065
26066 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26067
26068         * doc/regexprops-generic.texi: Add a copyright notice.
26069
26070 2006-08-15  Bruno Haible  <bruno@clisp.org>
26071
26072         * modules/tmpdir (License): Change to LGPL.
26073
26074 2006-08-15  Bruno Haible  <bruno@clisp.org>
26075
26076         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
26077         module.
26078
26079 2006-08-14  Simon Josefsson  <jas@extundo.com>
26080
26081         * config/srclist.txt: Add gnupload.
26082
26083 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26084
26085         Change copyright notice from LGPL 2 to GPL 2, since that's the
26086         standard form used in the gnulib repository.
26087         * tests/test-lock.c: Likewise.
26088         * tests/test-stdint.c: Likewise.
26089         * tests/test-tls.c: Likewise.
26090
26091         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
26092         prelude-manager.  User shorter URLs for GNU projects, without '?'.
26093         Add copyright notice.
26094
26095         * check-module: Add copyright notice.  Output a copyright
26096         notice if "--version" is specified.
26097         * modules/COPYING: New file.
26098         * tests/test-getaddrinfo.c: Add copyright notice.
26099         * tests/test-verify.c: Likewise.
26100
26101 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26102
26103         Change copyright notice from LGPL 2 to GPL 2, since that's the
26104         standard form used in the gnulib repository.
26105         * lib/lock.c: LGPL -> GPL.
26106         * lib/lock.h: Likewise.
26107         * lib/strnlen1.c: Likewise.
26108         * lib/strnlen1.h: Likewise.
26109         * lib/tls.c: Likewise.
26110         * lib/tls.h: Likewise.
26111         * lib/tmpdir.c: Likewise.
26112
26113         * lib/TODO: Remove; this belongs only in coreutils.
26114
26115 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26116
26117         Add copyright notices to long-enough files that lack them, since
26118         otherwise the files aren't clearly free.  Use the same notice that
26119         getdate.texi already uses.
26120         * doc/alloca-opt.texi: Add copyright notice.
26121         * doc/alloca.texi: Likewise.
26122         * doc/ctime.texi: Likewise.
26123         * doc/functions.texi: Likewise.
26124         * doc/gcd.texi: Likewise.
26125         * doc/gnulib-tool.texi: Likewise.
26126         * doc/inet_ntoa.texi: Likewise.
26127         * doc/visibility.texi: Likewise.
26128
26129         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
26130         * doc/quote.texi: Add copyright notice.
26131
26132         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
26133         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
26134         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
26135         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
26136         is now obsolete, and give a pointer to the Sun list.
26137         Add copyright notice.
26138
26139 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26140
26141         * config/srclistvars.sh: Add copyright notice.
26142
26143 2006-08-14  Eric Blake  <ebb9@byu.net>
26144
26145         Import the following change from libc:
26146
26147         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
26148
26149         Upstream bug 2997.
26150         * lib/misc/error.c: Add space between program name and message if file
26151         name is missing.
26152
26153 2006-08-12  Karl Berry  <karl@gnu.org>
26154
26155         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
26156         remove, these originate in gnulib now.
26157
26158 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26159
26160         * doc/Makefile (standards.info standards.html standards.dvi):
26161         Also depend on make-stds.texi.
26162
26163 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26164
26165         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
26166         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
26167
26168         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
26169         in wchar_t.  Problem reported by Eric Blake.
26170
26171         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
26172         LEN is smaller than SIZE.  Suggested by Bruno Haible.
26173         Also, help the compiler to keep LEN in a register.
26174
26175 2006-08-11  Eric Blake  <ebb9@byu.net>
26176
26177         * users.txt: Sort.  Add tar.
26178
26179 2006-08-11  Bruno Haible  <bruno@clisp.org>
26180
26181         * users.txt: New file.
26182
26183 2006-08-11  Bruno Haible  <bruno@clisp.org>
26184
26185         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
26186         before <wchar.h>. Needed for OSF/1 and BSD/OS.
26187
26188 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26189
26190         * modules/snprintf (Depends-on): Remove minmax.
26191         (Maintainer): Add self and Bruno.
26192
26193 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26194
26195         * lib/.cppi-disable: Add snprintf.h, socket_.h.
26196         * lib/snprintf.c: Include <errno.h> and <limits.h>.
26197         (EOVERFLOW): Define if the system does not.
26198         Do not include "minmax.h"; it wasn't used.
26199         (snprintf): Don't assume size_t promotes to an unsigned type.
26200         Fix bug when generated string was too long for the buffer: the
26201         buffer's contents are supposed to be the initial prefix of the
26202         output.  Don't assume vasnprintf returns EOVERFLOW if the size
26203         exceeds INT_MAX; do the check ourselves.
26204
26205         Import the following changes from libc:
26206
26207         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
26208
26209         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
26210         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
26211         set wc to the byte which couldn't be converted.
26212         (re_string_reconstruct): Don't clear valid_raw_len before calling
26213         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
26214         tip_context using re_string_context_at.
26215
26216         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
26217
26218         * lib/posix/regex.h: g++ still cannot handled [restrict].
26219
26220         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
26221
26222         * lib/posix/regex.h: Remove special handling for VMS.
26223
26224 2006-08-10  Jim Meyering  <jim@meyering.net>
26225
26226         * modules/same-inode: New module.
26227         * modules/dev-ino: New module.
26228         * modules/cycle-check: Depend on these modules, rather than simply
26229         including their .h files.
26230         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
26231         required via m4/cycle-check.m4.
26232         * modules/same: Depend on new same-inode module, rather than
26233         including same-inode.h.
26234         * modules/chdir-safer: New file.
26235
26236         * modules/chown (Depends-on): Add stat-macros.
26237
26238 2006-08-10  Jim Meyering  <jim@meyering.net>
26239
26240         * m4/cycle-check.m4: New file.
26241         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
26242         * m4/dev-ino.m4, m4/same-inode.m4: New files.
26243
26244 2006-08-10  Eric Blake  <ebb9@byu.net>
26245
26246         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
26247         in from original proposal.
26248
26249 2006-08-10  Eric Blake  <ebb9@byu.net>
26250         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26251
26252         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
26253         namespace.
26254
26255 2006-08-10  Bruno Haible  <bruno@clisp.org>
26256
26257         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
26258         as well.
26259
26260 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26261
26262         Sync from coreutils.
26263
26264         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
26265
26266         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
26267         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
26268
26269 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26270
26271         * modules/restrict: Remove; no longer needed now that we assume
26272         Autoconf 2.59 or later.
26273         * MODULES.html.sh: Remove 'restrict'.
26274         * modules/argp (Depends-on): Remove 'restrict'.
26275         * modules/base64 (Depends-on): Likewise.
26276         * modules/gc (Depends-on): Likewise.
26277         * modules/getaddrinfo (Depends-on): Likewise.
26278         * modules/glob (Depends-on): Likewise.
26279         * modules/inet_ntop (Depends-on): Likewise.
26280         * modules/inet_pton (Depends-on): Likewise.
26281         * modules/memxor (Depends-on): Likewise.
26282         * modules/regex (Depends-on): Likewise.
26283         * modules/strtok_r (Depends-on): Likewise.
26284         * modules/time_r (Depends-on): Likewise.
26285
26286 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26287
26288         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
26289         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
26290         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
26291         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
26292         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
26293         * m4/memxor.m4 (gl_MEMXOR): Likewise.
26294         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
26295         gl_C_RESTRICT replaced by AC_C_RESTRICT.
26296
26297         Merge from coreutils.
26298         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
26299         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
26300         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
26301         * m4/time_r.m4 (gl_TIME_R): Likewise.
26302
26303 2006-08-09  Karl Berry  <karl@gnu.org>
26304
26305         * config/srclist.txt: no more gettext-tools, per Bruno.
26306
26307 2006-08-08  Eric Blake  <ebb9@byu.net>
26308
26309         * modules/verror: New module.
26310         * MODULES.html.sh: Document it.
26311
26312 2006-08-08  Eric Blake  <ebb9@byu.net>
26313
26314         * lib/verror.h, lib/verror.c: New files.
26315
26316 2006-08-08  Eric Blake  <ebb9@byu.net>
26317
26318         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
26319         verror_at_line output complies with GNU Coding Standards even when
26320         file is NULL.
26321
26322 2006-08-07  Bruno Haible  <bruno@clisp.org>
26323
26324         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
26325         versions of AIX.
26326         Reported by Ralf Wildenhues.
26327
26328 2006-08-07  Bruno Haible  <bruno@clisp.org>
26329
26330         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
26331         in an AC_DEFUN. Needed so that the autoconf snippets can use
26332         AC_REQUIRE.
26333
26334 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26335
26336         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26337         Initialize pkgdata_DATA.
26338         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
26339         overriding it.
26340
26341 2006-08-06  Eric Blake  <ebb9@byu.net>
26342
26343         * lib/error.h: Fold in some upstream changes from glibc.
26344         * lib/error.c: Likewise.
26345
26346 2006-08-04  Bruno Haible  <bruno@clisp.org>
26347
26348         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26349         Make the mostlyclean-local rule depend on mostlyclean-generic.
26350         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
26351
26352 2006-07-31  Bruno Haible  <bruno@clisp.org>
26353
26354         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
26355         <stdlib.h>, <string.h>.
26356
26357 2006-07-30  Bruno Haible  <bruno@clisp.org>
26358
26359         * modules/readlink (License): Change to LGPL.
26360
26361 2006-07-30  Bruno Haible  <bruno@clisp.org>
26362
26363         * modules/javaversion (Makefile.am): Distribute javaversion.java and
26364         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
26365         set PKGDATADIR to point to it.
26366
26367 2006-07-30  Bruno Haible  <bruno@clisp.org>
26368
26369         * modules/csharpexec (configure.ac): Comment out macro invocation.
26370         * modules/javaexec (configure.ac): Likewise.
26371         * modules/javacomp-script (configure.ac): Likewise.
26372
26373         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
26374
26375 2006-07-30  Bruno Haible  <bruno@clisp.org>
26376
26377         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
26378         linked-list.
26379
26380 2006-07-30  Bruno Haible  <bruno@clisp.org>
26381
26382         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
26383
26384 2006-07-30  Bruno Haible  <bruno@clisp.org>
26385
26386         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26387         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
26388         get removed.
26389
26390 2006-07-29  Bruno Haible  <bruno@clisp.org>
26391
26392         Make it possible for gnulib-tool to work with locally modified or
26393         augmented gnulib repositories.
26394         * gnulib-tool (func_usage): Document --local-dir option.
26395         (local_gnulib_dir): New variable.
26396         Handle --local-dir option.
26397         (func_lookup_file): New function.
26398         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
26399         (func_get_description, func_get_filelist, func_get_description,
26400         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
26401         func_get_automake_snippet, func_get_include_directive,
26402         func_get_license, func_get_maintainer): Use func_lookup_file.
26403         (func_import, func_create_testdir): Use func_lookup_file.
26404
26405 2006-07-29  Bruno Haible  <bruno@clisp.org>
26406
26407         * modules/setenv (Depends-on): Add unistd.
26408
26409 2006-07-29  Bruno Haible  <bruno@clisp.org>
26410
26411         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
26412
26413 2006-07-29  Bruno Haible  <bruno@clisp.org>
26414
26415         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
26416
26417 2006-07-29  Bruno Haible  <bruno@clisp.org>
26418
26419         * gnulib-tool (import, update): If there is no Makefile.am, look at
26420         aclocal.m4, instead of bailing out.
26421
26422 2006-07-29  Bruno Haible  <bruno@clisp.org>
26423
26424         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
26425         Categorize the options by when they are useful.
26426
26427 2006-07-29  Bruno Haible  <bruno@clisp.org>
26428
26429         * gnulib-tool (func_usage): Document option --no-libtool.
26430         Handle option --no-libtool.
26431         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
26432         for changed semantics of $libtool variable.
26433         (func_import): Likewise. If libtool is not used, show this through
26434         an option --no-libtool.
26435         (func_create_testdir): Update.
26436
26437 2006-07-29  Bruno Haible  <bruno@clisp.org>
26438
26439         * gnulib-tool (func_import): Extend error message about missing
26440         --doc-base.
26441
26442 2006-07-29  Bruno Haible  <bruno@clisp.org>
26443
26444         * gnulib-tool (func_import): Don't create the $docbase directory if
26445         there is no file to store there.
26446
26447 2006-07-29  Bruno Haible  <bruno@clisp.org>
26448
26449         * gnulib-tool (autoconf_minversion): If a --dir option is given and
26450         relevant, look for configure.ac there, not in the current directory.
26451         Also use a simple search for AC_PREREQ, not "autoconf --trace".
26452
26453 2006-07-29  Bruno Haible  <bruno@clisp.org>
26454
26455         * gnulib-tool (SORT): New variable.
26456         (func_usage): Undocument --assume-autoconf option.
26457         Remove --assume-autoconf option handling.
26458         (autoconf_minversion): Determine from the contents of configure.ac.
26459         (func_import): Remove autoconf_minversion handling.
26460         Suggested by Eric Blake.
26461
26462 2006-07-29  Bruno Haible  <bruno@clisp.org>
26463
26464         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
26465
26466 2006-07-29  Bruno Haible  <bruno@clisp.org>
26467
26468         * config/srclist.txt (*setenv.[ch]): Remove rules.
26469
26470 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26471
26472         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
26473
26474 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26475
26476         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
26477         arpa/inet.h.
26478
26479 2006-07-28  Simon Josefsson  <jas@extundo.com>
26480
26481         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
26482         * modules/inet_pton (Depends-on): Likewise.
26483
26484 2006-07-28  Simon Josefsson  <jas@extundo.com>
26485
26486         * m4/netinet_in_h.m4: New file.
26487
26488 2006-07-28  Simon Josefsson  <jas@extundo.com>
26489
26490         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
26491         #include's.
26492
26493 2006-07-28  Simon Josefsson  <jas@extundo.com>
26494
26495         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
26496         #include's.
26497
26498 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
26499
26500         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
26501         setgid on directories only if they set these bits.
26502         * lib/modechange.h: Remove obsolete comment about masks.
26503
26504 2006-07-28  Eric Blake  <ebb9@byu.net>
26505
26506         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
26507         macro expansion.
26508
26509 2006-07-28  Bruno Haible  <bruno@clisp.org>
26510
26511         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
26512
26513 2006-07-28  Bruno Haible  <bruno@clisp.org>
26514
26515         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
26516
26517 2006-07-28  Bruno Haible  <bruno@clisp.org>
26518
26519         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
26520         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
26521         Define fallbacks.
26522         Avoids link error on FreeBSD 4.x.
26523         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26524
26525         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
26526         encoding.
26527         * lib/mbswidth.c (iswcntrl): Likewise.
26528
26529 2006-07-27  Bruno Haible  <bruno@clisp.org>
26530
26531         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
26532         test.
26533
26534 2006-07-27  Bruno Haible  <bruno@clisp.org>
26535
26536         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
26537         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
26538         defined.
26539
26540 2006-07-26  Eric Blake  <ebb9@byu.net>
26541
26542         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
26543
26544 2006-07-26  Eric Blake  <ebb9@byu.net>
26545
26546         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
26547         like mingw that lack mkstemp.
26548         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
26549         avoid compilation warning on mingw.
26550
26551 2006-07-26  Bruno Haible  <bruno@clisp.org>
26552
26553         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
26554         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
26555         INT_FAST*_MIN, INTPTR_MIN.
26556
26557 2006-07-25  Bruno Haible  <bruno@clisp.org>
26558
26559         * modules/version-etc (Depends-on): Add stdarg.
26560
26561 2006-07-25  Bruno Haible  <bruno@clisp.org>
26562
26563         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
26564         complex commands.
26565
26566 2006-07-25  Bruno Haible  <bruno@clisp.org>
26567
26568         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
26569         defined in <stdarg.h> or config.h.
26570
26571 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
26572
26573         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
26574         (gl_STDIO_SAFER): Remove.
26575
26576 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
26577
26578         * MODULES.html.sh (File stream based Input/Output):
26579         Add fopen-safer, tmpfile-safer; remove stdio-safer.
26580         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
26581         * modules/fopen-safer, modules/tmpfile-safer: New files.
26582         * modules/stdio-safer: Remove.
26583
26584 2006-07-24  Bruno Haible  <bruno@clisp.org>
26585
26586         * modules/tmpdir: New file.
26587         * MODULES.html.sh (File system functions): Add it.
26588
26589 2006-07-24  Bruno Haible  <bruno@clisp.org>
26590
26591         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
26592         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
26593
26594 2006-07-24  Bruno Haible  <bruno@clisp.org>
26595
26596         * modules/clean-temp: New file.
26597
26598 2006-07-24  Bruno Haible  <bruno@clisp.org>
26599
26600         * m4/tmpdir.m4: New file, from GNU gettext.
26601
26602 2006-07-24  Bruno Haible  <bruno@clisp.org>
26603
26604         * lib/tmpdir.h: New file, from GNU gettext.
26605         * lib/tmpdir.c: New file, from GNU gettext.
26606
26607 2006-07-24  Bruno Haible  <bruno@clisp.org>
26608
26609         * lib/clean-temp.h: New file, from GNU gettext.
26610         * lib/clean-temp.c: New file, from GNU gettext.
26611
26612 2006-07-23  Eric Blake  <ebb9@byu.net>
26613
26614         * modules/stdio-safer (Files): Add tmpfile-safer.c.
26615         (Depends-on): Add binary-io.
26616
26617 2006-07-23  Eric Blake  <ebb9@byu.net>
26618
26619         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
26620
26621 2006-07-23  Eric Blake  <ebb9@byu.net>
26622
26623         * lib/tmpfile-safer.c: New file.
26624         * lib/stdio-safer.h (fopen_safer): Add prototype.
26625         * lib/stdio--.h (tmpfile): Make safer.
26626
26627 2006-07-23  Bruno Haible  <bruno@clisp.org>
26628
26629         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
26630         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
26631         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
26632         gl_linked_remove_at): Use it.
26633
26634 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26635         and Simon Josefsson <jas@extundo.com>
26636
26637         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
26638
26639         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
26640
26641 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26642
26643         * modules/close-stream: New file.
26644         * modules/closeout (Description): Make it clear that it exits
26645         with a diagnostic on error.
26646         (Depends-on): Add close-stream.  Remove fpending, stdbool.
26647         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
26648
26649 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26650
26651         * m4/close-stream.m4: New file.
26652
26653 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26654
26655         * lib/close-stream.c, lib/close-stream.h: New files.
26656
26657 2006-07-22  Bruno Haible  <bruno@clisp.org>
26658
26659         Merge from GNU gettext 0.15.
26660
26661         2006-05-01  Bruno Haible  <bruno@clisp.org>
26662
26663                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
26664
26665         2006-07-22  Bruno Haible  <bruno@clisp.org>
26666
26667                 * modules/javaversion: New file.
26668                 * MODULES.html.sh (Java): Add javaversion.
26669
26670         2006-03-12  Bruno Haible  <bruno@clisp.org>
26671
26672                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
26673
26674         2005-12-04  Bruno Haible  <bruno@clisp.org>
26675
26676                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
26677                 (untested).
26678
26679         2006-06-21  Bruno Haible  <bruno@clisp.org>
26680
26681                 Avoid warnings from recent versions of mcs.
26682                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
26683                 -o, -L, -r any more. Use options documented since mcs-1.0
26684                 instead. Similarly for -g.
26685
26686         2005-12-04  Bruno Haible  <bruno@clisp.org>
26687
26688                 * build-aux/csharpcomp.sh.in: Suffix for resources is
26689                 .resources, not .resource.
26690
26691         2005-07-09  Bruno Haible  <bruno@clisp.org>
26692
26693                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
26694                 add a .dll suffix.
26695                 Reported by Mark Junker <mjscod@gmx.de>.
26696
26697         2006-07-22  Bruno Haible  <bruno@clisp.org>
26698
26699                 * modules/gettext: Upgrade to gettext-0.15.
26700                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
26701                 m4/visibility.m4.
26702                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
26703
26704 2006-07-22  Bruno Haible  <bruno@clisp.org>
26705
26706         Merge from GNU gettext 0.15.
26707
26708         2006-03-25  Bruno Haible  <bruno@clisp.org>
26709
26710                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
26711
26712         2006-07-21  Bruno Haible  <bruno@clisp.org>
26713
26714                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
26715                 "1.1".
26716
26717         2006-05-09  Bruno Haible  <bruno@clisp.org>
26718
26719                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
26720                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
26721                 for the conftestver execution.
26722
26723         2006-05-01  Bruno Haible  <bruno@clisp.org>
26724
26725                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
26726                 optional target-version argument. Verify that the compiler
26727                 groks source of the specified source-version, or add -source
26728                 option as necessary. Verify that the compiler produces
26729                 bytecode in the specified target-version, or add -target and
26730                 -source options as necessary. Make the result of the test
26731                 available as variable CONF_JAVAC. Also log error output in
26732                 config.log.
26733
26734         2006-03-11  Bruno Haible  <bruno@clisp.org>
26735
26736                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
26737
26738         2006-05-09  Bruno Haible  <bruno@clisp.org>
26739
26740                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
26741                 CLASSPATH_SEPARATOR to a semicolon.
26742
26743         2006-03-12  Bruno Haible  <bruno@clisp.org>
26744
26745                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
26746                 available as variable CONF_JAVA, for subsequent autoconf
26747                 tests. Also log error output in config.log.
26748
26749         2006-07-19  Bruno Haible  <bruno@clisp.org>
26750
26751                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
26752                 that getline works on glibc2 systems. Needed to avoid trouble
26753                 in relocatable.c.
26754                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
26755
26756         2005-12-04  Bruno Haible  <bruno@clisp.org>
26757
26758                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
26759                 launcher (untested).
26760
26761         2005-12-04  Bruno Haible  <bruno@clisp.org>
26762
26763                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
26764
26765         2006-07-22  Bruno Haible  <bruno@clisp.org>
26766
26767                 * gettext.m4: Update from GNU gettext-0.15.
26768                 * nls.m4: Likewise.
26769                 * po.m4: Likewise.
26770                 * inttypes-pri.m4: Likewise.
26771                 * inttypes-h.m4: Renamed from inttypes.m4.
26772                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
26773
26774 2006-07-22  Bruno Haible  <bruno@clisp.org>
26775
26776         Merge from GNU gettext 0.15.
26777
26778         2005-07-05  Bruno Haible  <bruno@clisp.org>
26779
26780                 * printf-args.c (printf_fetchargs): Work around broken
26781                 definition of wint_t on mingw.
26782
26783         2005-02-12  Bruno Haible  <bruno@clisp.org>
26784
26785                 * xallocsa.h: Add extern "C" for C++.
26786
26787         2006-05-17  Bruno Haible  <bruno@clisp.org>
26788
26789                 Cygwin portability.
26790                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
26791
26792         2006-04-30  Bruno Haible  <bruno@clisp.org>
26793
26794                 * progreloc.c: Include <mach-o/dyld.h> if available.
26795                 (find_executable): Use _NSGetExecutablePath when possible.
26796
26797         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26798
26799                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
26800                 function.
26801
26802         2005-12-29  Bruno Haible  <bruno@clisp.org>
26803
26804                 * progreloc.c (set_program_name_and_installdir): Fix
26805                 compilation error.
26806
26807         2005-12-04  Bruno Haible  <bruno@clisp.org>
26808
26809                 Cygwin portability.
26810                 * progreloc.c: Include <windows.h> also on Cygwin.
26811                 (find_executable): Add support for Cygwin.
26812                 (set_program_name_and_installdir): Handle also platforms with
26813                 nonempty EXEEXT.
26814
26815         2006-07-11  Bruno Haible  <bruno@clisp.org>
26816
26817                 * javacomp.c: Fix a comment.
26818                 Reported by Jim Meyering.
26819
26820         2006-04-30  Bruno Haible  <bruno@clisp.org>
26821
26822                 * javacomp.h (compile_java_class): Add source_version,
26823                 target_version arguments.
26824                 * javacomp.c: Rewritten to choose only a compiler that
26825                 respects the specified source_version and target_version.
26826
26827         2006-06-27  Bruno Haible  <bruno@clisp.org>
26828
26829                 Assume correct S_ISDIR macro.
26830                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
26831
26832         2006-07-22  Bruno Haible  <bruno@clisp.org>
26833
26834                 * javaversion.h: New file, from GNU gettext.
26835                 * javaversion.c: New file, from GNU gettext.
26836                 * javaversion.java: New file, from GNU gettext.
26837                 * javaversion.class: New file, from GNU gettext.
26838
26839         2006-05-17  Bruno Haible  <bruno@clisp.org>
26840
26841                 Cygwin portability.
26842                 * javaexec.c (execute_java_class): Test for jview program
26843                 also on Cygwin.
26844
26845         2006-04-09  Bruno Haible  <bruno@clisp.org>
26846
26847                 * fatal-signal.c: Don't include string.h.
26848                 (at_fatal_signal): Use a copying loop instead of memcpy.
26849
26850         2005-12-04  Bruno Haible  <bruno@clisp.org>
26851
26852                 * csharpexec.c: Add support for 'clix' launcher (untested).
26853                 (execute_csharp_using_sscli): New function.
26854                 (execute_csharp_program): Call it.
26855
26856         2006-06-21  Bruno Haible  <bruno@clisp.org>
26857
26858                 Avoid warnings from recent versions of mcs.
26859                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
26860                 -o, -L, -r any more. Use options documented since mcs-1.0
26861                 instead. Similarly for -g.
26862
26863         2005-07-09  Bruno Haible  <bruno@clisp.org>
26864
26865                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
26866                 add a .dll suffix.
26867                 Reported by Mark Junker <mjscod@gmx.de>.
26868
26869         2006-06-17  Bruno Haible  <bruno@clisp.org>
26870
26871                 * config.charset: Update for NetBSD 3.0.
26872
26873         2006-05-17  Bruno Haible  <bruno@clisp.org>
26874
26875                 Cygwin portability.
26876                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
26877
26878         2006-05-16  Bruno Haible  <bruno@clisp.org>
26879
26880                 * localcharset.c [CYGWIN]: Include <windows.h>.
26881                 (get_charset_aliases): For Cygwin, return the same CPxxx
26882                 aliases list as under WIN32.
26883                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
26884                 the environment variables. Fall back to GetACP().
26885
26886         2006-04-05  Bruno Haible  <bruno@clisp.org>
26887
26888                 * config.charset: Update Juan Manuel Guerrero's address.
26889
26890         2005-02-12  Bruno Haible  <bruno@clisp.org>
26891
26892                 * allocsa.h: Add extern "C" for C++.
26893
26894         2005-02-10  Bruno Haible  <bruno@clisp.org>
26895
26896                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
26897                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
26898
26899         2006-07-22  Bruno Haible  <bruno@clisp.org>
26900
26901                 * gettext.h: Update to GNU gettext-0.15.
26902
26903 2006-07-22  Bruno Haible  <bruno@clisp.org>
26904
26905         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
26906         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
26907         lib-prefix.m4, longdouble.m4, ssize_t.m4.
26908
26909 2006-07-21  Eric Blake  <ebb9@byu.net>
26910
26911         * modules/stdlib-safer: New file.
26912         * MODULES.html.sh (File stream based Input/Output): Add
26913         stdlib-safer.
26914
26915 2006-07-21  Eric Blake  <ebb9@byu.net>
26916
26917         * lib/stdlib-safer.h: New file from coreutils, required by
26918         stdlib--.h.
26919
26920 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
26921
26922         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
26923
26924 2006-07-20  Bruno Haible  <bruno@clisp.org>
26925
26926         * gnulib-tool: Recognize new option --assume-autoconf.
26927         (autoconf_minversion): New variable.
26928         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
26929
26930 2006-07-20  Bruno Haible  <bruno@clisp.org>
26931
26932         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
26933
26934 2006-07-19  Derek R. Price  <derek@ximbiot.com>
26935
26936         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
26937         Reindent and repaginate.
26938
26939 2006-07-19  Derek Price  <derek@ximbiot.com>
26940
26941         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
26942         Correct grammar.
26943
26944 2006-07-17  Bruno Haible  <bruno@clisp.org>
26945
26946         * modules/list: New file.
26947         * modules/array-list: New file.
26948         * modules/carray-list, modules/carray-list-tests: New files.
26949         * modules/linked-list, modules/linked-list-tests: New files.
26950         * modules/avltree-list, modules/avltree-list-tests: New files.
26951         * modules/rbtree-list, modules/rbtree-list-tests: New files.
26952         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
26953         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
26954         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
26955         * modules/oset: New file.
26956         * modules/array-oset: New file.
26957         * modules/avltree-oset, modules/avltree-oset-tests: New files.
26958         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
26959         * tests/test-carray_list.c: New file.
26960         * tests/test-linked_list.c: New file.
26961         * tests/test-avltree_list.c: New file.
26962         * tests/test-rbtree_list.c: New file.
26963         * tests/test-linkedhash_list.c: New file.
26964         * tests/test-avltreehash_list.c: New file.
26965         * tests/test-rbtreehash_list.c: New file.
26966         * tests/test-avltree_oset.c: New file.
26967         * tests/test-rbtree_oset.c: New file.
26968         * MODULES.html.sh (Container data structures): New section.
26969
26970 2006-07-17  Bruno Haible  <bruno@clisp.org>
26971
26972         * m4/gl_list.m4: New file.
26973
26974 2006-07-17  Bruno Haible  <bruno@clisp.org>
26975
26976         * lib/gl_list.h: New file.
26977         * lib/gl_list.c: New file.
26978         * lib/gl_array_list.h: New file.
26979         * lib/gl_array_list.c: New file.
26980         * lib/gl_carray_list.h: New file.
26981         * lib/gl_carray_list.c: New file.
26982         * lib/gl_linked_list.h: New file.
26983         * lib/gl_linked_list.c: New file.
26984         * lib/gl_anylinked_list1.h: New file.
26985         * lib/gl_anylinked_list2.h: New file.
26986         * lib/gl_avltree_list.h: New file.
26987         * lib/gl_avltree_list.c: New file.
26988         * lib/gl_anyavltree_list1.h: New file.
26989         * lib/gl_anyavltree_list2.h: New file.
26990         * lib/gl_rbtree_list.h: New file.
26991         * lib/gl_rbtree_list.c: New file.
26992         * lib/gl_anyrbtree_list1.h: New file.
26993         * lib/gl_anyrbtree_list2.h: New file.
26994         * lib/gl_anytree_list1.h: New file.
26995         * lib/gl_anytree_list2.h: New file.
26996         * lib/gl_linkedhash_list.h: New file.
26997         * lib/gl_linkedhash_list.c: New file.
26998         * lib/gl_anyhash_list1.h: New file.
26999         * lib/gl_anyhash_list2.h: New file.
27000         * lib/gl_avltreehash_list.h: New file.
27001         * lib/gl_avltreehash_list.c: New file.
27002         * lib/gl_rbtreehash_list.h: New file.
27003         * lib/gl_rbtreehash_list.c: New file.
27004         * lib/gl_anytreehash_list1.h: New file.
27005         * lib/gl_anytreehash_list2.h: New file.
27006
27007         * lib/gl_oset.h: New file.
27008         * lib/gl_oset.c: New file.
27009         * lib/gl_array_oset.h: New file.
27010         * lib/gl_array_oset.c: New file.
27011         * lib/gl_avltree_oset.h: New file.
27012         * lib/gl_avltree_oset.c: New file.
27013         * lib/gl_rbtree_oset.h: New file.
27014         * lib/gl_rbtree_oset.c: New file.
27015         * lib/gl_anytree_oset.h: New file.
27016
27017 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27018
27019         * m4/mkancesdirs.m4: New file.
27020         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
27021         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
27022         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
27023         it.
27024
27025 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27026
27027         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
27028         * lib/mkancesdirs.h: New files.
27029         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
27030         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
27031         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
27032         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
27033         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
27034         callers changed.  Revamp internals significantly, by not
27035         attempting to create directories that are temporarily more
27036         permissive than the final results.  Do not attempt to use
27037         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
27038         This removes some race conditions, fixes some bugs, and simplifies
27039         things.  Use new dirchownmod function to do owner and mode changes.
27040         * lib/mkdir-p.h: Likewise.
27041         * lib/modechange.c (octal_to_mode): New function.
27042         (struct mode_change): New member mentioned.
27043         (make_node_op_equals): New arg mentioned.  All callers changed.
27044         (mode_compile): Keep track of which mode bits the user has explicitly
27045         mentioned.
27046         (mode_adjust): New arg DIR, so that we implement the X op correctly.
27047         New arg PMODE_BITS, to keep track of which mode bits the user
27048         mentioned; it treats S_ISUID and S_ISGID speciall.
27049         All callers changed.
27050         * lib/modechange.h: Likewise.
27051
27052 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27053
27054         * MODULES.html.sh: Add mkancestors.
27055         * modules/mkancesdirs: New module.
27056         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
27057         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
27058         The chdir-safer and afs files are now orphans; I'll remove them
27059         unless someone speaks up.
27060         Add lib/dirchownmod.c, lib/dirchownmod.h.
27061         (Depends-on): Remove alloca, chown, save-cwd, dirname.
27062         Add lchown, mkancesdirs.
27063         (Maintainer): Add self.
27064
27065 2006-07-15  Karl Berry  <karl@gnu.org>
27066
27067         * gnulib-tool: help message wording/arrangement.
27068
27069 2006-07-14  Simon Josefsson  <jas@extundo.com>
27070
27071         * doc/gnulib.texi (Libtool and Windows): New section.
27072
27073 2006-07-12  Simon Josefsson  <jas@extundo.com>
27074
27075         * modules/gendocs (License): Fix license, approved by Karl.
27076
27077 2006-07-12  Eric Blake  <ebb9@byu.net>
27078
27079         * MODULES.html.sh: Add gendocs.
27080
27081 2006-07-11  Eric Blake  <ebb9@byu.net>
27082
27083         * modules/fdl: New module, to install doc/fdl.texi.
27084         * MODULES.html.sh: Add new section for documentation modules.
27085         * gnulib-tool: Avoid space-tab.
27086         (--doc-base): New option, to manage files from doc.
27087
27088 2006-07-11  Eric Blake  <ebb9@byu.net>
27089
27090         * m4/absolute-header.m4: Fix comments to match recent change.
27091
27092 2006-07-11  Eric Blake  <ebb9@byu.net>
27093
27094         * gnulib-tool: List --doc-base before --tests-base.
27095
27096 2006-07-11  Derek R. Price  <derek@ximbiot.com>
27097
27098         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
27099
27100 2006-07-11  Bruno Haible  <bruno@clisp.org>
27101
27102         * README: Mention where to put documentation.
27103
27104 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27105
27106         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
27107
27108 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
27109
27110         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
27111         to stdint.m4.
27112
27113 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
27114
27115         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
27116         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
27117         "no/such/file/stdint.h" when there is no such file, so that
27118         the resulting C code can be parsed by dodgy compilers.
27119         Problems reported by Bob Proulx.
27120
27121 2006-07-10  Derek R. Price  <derek@ximbiot.com>
27122
27123         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
27124         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
27125         macros into the GNU _D_EXACT_NAMLEN.
27126         * lib/savedir.c:  Likewise.
27127         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
27128
27129 2006-07-10  Derek R. Price  <derek@ximbiot.com>
27130         and Paul Eggert  <eggert@cs.ucla.edu>
27131
27132         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
27133         * m4/savedir.m4:
27134         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
27135         macros into the GNU _D_EXACT_NAMLEN.
27136
27137 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27138
27139         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
27140         around the absolute name, to work around a problem with the HP-UX
27141         11.23 native C compiler, reported by Bob Proulx.
27142
27143 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27144
27145         * doc/maintain.texi, make-stds.texi: Sync from
27146         <http://savannah.gnu.org/projects/gnustandards>.
27147
27148 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27149
27150         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
27151
27152 2006-07-09  Jim Meyering  <jim@meyering.net>
27153
27154         * m4/glob.m4: Remove a doubled word in a comment.
27155
27156 2006-07-09  Jim Meyering  <jim@meyering.net>
27157
27158         * lib/argp-pv.c: Remove a doubled word in a comment.
27159         * lib/check-version.c (check_version): Likewise.
27160         * lib/javacomp.c (compile_java_class): Likewise.
27161
27162 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
27163
27164         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
27165         for the benefit of people using Autoconf 2.60.  If you want to
27166         support older Autoconf versions you can copy m4/onceonly_2_57.m4
27167         (or m4/onceonly.m4, if pre-2.57) manually.
27168
27169 2006-07-08  Jim Meyering  <jim@meyering.net>
27170
27171         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
27172         comment.
27173         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
27174         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
27175         comment.
27176
27177 2006-07-08  Jim Meyering  <jim@meyering.net>
27178
27179         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
27180
27181 2006-07-07  Simon Josefsson  <jas@extundo.com>
27182
27183         * tests/test-crc.c: Change expected crc value, the test vector
27184         were probably computed using the old broken crc.c?
27185
27186 2006-07-06  Simon Josefsson  <jas@extundo.com>
27187
27188         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
27189         now the canonical place for the M4 file).
27190
27191         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
27192         from the sys_socket dependency now.
27193
27194         * modules/inet_pton (Files): Ditto.
27195
27196         * modules/inet_ntop (Files): Ditto.
27197
27198 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27199
27200         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
27201         not gl_PREREQ_GETUSERSHELL.
27202
27203 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27204
27205         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
27206         with only one argument, for Autoconf 2.60.
27207         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
27208         expand to nothing, so add a shell command to avoid syntax error.
27209         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
27210
27211 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27212
27213         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
27214
27215 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27216
27217         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
27218         no longer needed.  Check for isblank decl.
27219         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
27220         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
27221         of existence.
27222
27223 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27224
27225         * lib/getloadavg.c: Use __VMS, not VMS.
27226         * lib/getopt.c: Likewise.
27227         * lib/getpagesize.h: Likewise.
27228         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
27229         and probably does not work.
27230
27231 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27232
27233         * lib/.cppi-disable: Add wcwidth.
27234         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
27235         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
27236         (ISGRAPH): Remove.  All uses changed to isgraph.
27237         (FOLD) [!defined _LIBC]: Remove special case.
27238         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
27239         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
27240         HAVE_ISBLANK.
27241         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
27242         case.
27243
27244 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
27245
27246         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
27247         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
27248         brackets.  Other minor changes to suppress some compiler
27249         warnings.
27250
27251 2006-07-06  Derek R. Price  <derek@ximbiot.com>
27252         and Paul Eggert  <eggert@cs.ucla.edu>
27253
27254         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
27255         of invoking obsolescent AC_HEADER_DIRENT macro.
27256         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
27257         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
27258         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
27259         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
27260         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
27261         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
27262         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
27263         * m4/readdir.m4: Remove; no longer needed.
27264
27265 2006-07-06  Derek R. Price  <derek@ximbiot.com>
27266         and Paul Eggert  <eggert@cs.ucla.edu>
27267
27268         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
27269         Don't worry about this obsolete case any more.
27270         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
27271         directories.
27272         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
27273         worry about this obsolete case any more.
27274         * lib/fts.c: Likewise.
27275         * lib/getcwd.c: Likewise.
27276         * lib/glob.h: Likewise.
27277         * lib/savedir.c: Likewise.
27278
27279 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27280
27281         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
27282         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
27283         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
27284         needed.
27285         All uses removed.
27286         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27287         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
27288         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
27289         needed.
27290         * m4/getdate.m4 (gl_GETDATE): Likewise.
27291         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
27292         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
27293         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
27294         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27295         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
27296         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27297         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
27298         needed.
27299
27300 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27301
27302         * lib/memcasecmp.c: Include <limits.h>.
27303         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
27304         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
27305         Don't assume isdigit succeeds only on '0' through '9'.
27306
27307 2006-07-05  Eric Blake  <ebb9@byu.net>
27308
27309         * modules/getaddrinfo (Depends-on): Add snprintf.
27310
27311 2006-07-05  Eric Blake  <ebb9@byu.net>
27312
27313         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
27314         to avoid 'header present but could not be compiled' on cygwin.
27315
27316 2006-07-05  Eric Blake  <ebb9@byu.net>
27317
27318         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
27319         missing from netdb.h.
27320         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
27321
27322 2006-07-05  Derek R. Price  <derek@ximbiot.com>
27323
27324         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
27325         no longer needed.
27326         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
27327         * m4/getdate.m4 (gl_GETDATE): Likewise.
27328         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
27329         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
27330         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
27331         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27332         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27333
27334 2006-07-05  Derek R. Price  <derek@ximbiot.com>
27335
27336         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
27337         All uses of is_space replaced by isspace.
27338         * lib/exit.h: Don't talk about STDC_HEADERS.
27339         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
27340         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
27341         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
27342         replaced by isprint etc.
27343         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
27344         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
27345         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
27346         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
27347         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
27348         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
27349
27350 2006-07-05  Bruno Haible  <bruno@clisp.org>
27351
27352         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
27353         the function exists, before testing against AIX.
27354         Reported by Martin Lambers <marlam@marlam.de>.
27355
27356 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
27357
27358         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
27359         From Mark D. Baushke.
27360
27361 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
27362
27363         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
27364         to the absolute name, not just one, to bypass Sun C 5.8's
27365         "warning: #include of /usr/include/... may be non-portable".
27366
27367 2006-07-04  Eric Blake  <ebb9@byu.net>
27368
27369         * modules/dirname-tests: New test module.
27370         * tests/test-dirname.c: New file, replacing dirname.c
27371         TEST_DIRNAME section that was recently deleted.
27372
27373 2006-07-04  Bruno Haible  <bruno@clisp.org>
27374
27375         Assume ANSI C header files and <ctype.h> functions.
27376         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
27377         (mbsnwidth): Use isprint, iscntrl instead.
27378
27379 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27380
27381         Merge from coreutils.
27382         * MODULES.html.sh: Add xstrtold.
27383         * modules/xstrtold: New file.
27384         * modules/cycle-check (Files): Add lib/same-inode.h.
27385         * modules/dirname (Files): Add m4/double-slash-root.m4.
27386         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
27387         * modules/mkdir-p (Files): Add lib/same-inode.h.
27388         * modules/same (Files): Add lib/same-inode.h.
27389
27390 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27391
27392         * m4/absolute-header.m4: Renamed from full-header-path.m4.
27393         This is to keep the terminology clean; POSIX talks about
27394         "absolute pathnames", not "full pathnames", but the GNU
27395         Coding Standards say to use "path" for something else;
27396         so use "absolute" to keep both sides happy.
27397         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
27398         Set gl_absolute_header, not gl_full_header_path.
27399         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
27400         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
27401         All uses changed.
27402
27403         Merge from coreutils.
27404
27405         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
27406
27407         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
27408         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
27409         want to require the building of c-strtod.o.
27410         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
27411         needs -lm directly.
27412         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
27413
27414         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
27415
27416         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
27417         --as-needed option if available.  Problem reported by Albert Chin in
27418         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
27419         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
27420         cc merely issues a bunch of annoying warnings for --as-needed
27421         (this problem was reported by Bob Proulx).  Also, try linking with
27422         -lm to detect a bug in binutils 2.16 (this problem was reported
27423         by Ralf Wildenhues).
27424
27425         2006-06-18  Jim Meyering  <jim@meyering.net>
27426
27427         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
27428         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
27429         macro.
27430         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
27431         also check for glibc-2.4's abort-inducing bug.
27432
27433         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
27434         Low-probability clean-up should be to use rmdir to get rid of
27435         the just-created directory, not unlink.
27436
27437         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
27438         configure fail, and request a bug report to inform us about it.
27439         Add a comment that, barring reports to the contrary, in 2007 we'll
27440         assume ftruncate is universally available.
27441
27442         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
27443
27444         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
27445
27446         2006-03-12  Jim Meyering  <jim@meyering.net>
27447
27448         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
27449         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
27450         * m4/same.m4 (gl_SAME): Likewise.
27451         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
27452
27453         2006-03-11  Eric Blake  <ebb9@byu.net>
27454
27455         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
27456         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
27457         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
27458         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
27459
27460 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27461
27462         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
27463         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
27464         reported by Mark D. Baushke, one in
27465         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
27466
27467         Merge from coreutils.
27468
27469         * lib/.cppi-disable: Add stdint_.h.
27470         * lib/.cvsignore: Add stdint.h.
27471
27472         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
27473
27474         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
27475         both double and long double versions.
27476         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
27477         * lib/xstrtold.c: New file.
27478         * lib/xstrtod.h (xstrtold): New decl.
27479
27480         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
27481
27482         * lib/filemode.c (setst): Remove.
27483         (strmode): Rewrite to avoid setst.  This makes the code shorter,
27484         (arguably) clearer, and the generated code is a bit smaller on my
27485         Debian GNU/Linux stable x86 host.
27486
27487         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
27488
27489         * lib/filemode.c: Include "filemode.h" first, to test the interface.
27490         Assume that filemode.h includes sys/types.h and sys/stat.h.
27491         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
27492         (ftypelet): Reorder to put common cases first, for efficiency.
27493         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
27494         to do 'M'.
27495         (strmode): Renamed from mode_string, and now stores 12 bytes instead
27496         of 10, for compatibility with FreeBSD.  All callers changed.
27497         (filemodestring): Now stores 12 bytes instead of 10, and sets file
27498         types that can't be deduced solely from st_mode.  First arg is now a
27499         const pointer.
27500         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
27501         (strmode): Renamed from mode_string.
27502         (filemodestring): New decl.
27503         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
27504         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
27505         needed.
27506         (S_ISPORT, S_ISWHT): New macros, if not already defined.
27507
27508         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
27509
27510         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
27511         fsusage.h now does that.  Include fsusage.h first, to test interface.
27512         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
27513         at most one method (the old code could have generated decls that
27514         didn't conform to C89, not that this was ever exercised).
27515         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
27516
27517         2006-03-19  Jim Meyering  <jim@meyering.net>
27518
27519         Work even in a chroot where d_ino values for entries in "/"
27520         don't match the stat.st_ino values for the same names.
27521         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
27522         number, iterate through all entries again, using lstat instead.
27523         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
27524         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
27525
27526         * lib/getcwd.c (__getcwd): Clarify a comment.
27527         Use memcpy in place of a call to strcpy.
27528
27529         2006-03-12  Jim Meyering  <jim@meyering.net>
27530
27531         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
27532         matches that of the current directory (which we're about to chdir ".."
27533         out of), then save the dev-ino of the parent, instead.
27534
27535         * lib/same-inode.h (SAME_INODE): New file/macro.
27536         * lib/chdir-safer.c (SAME_INODE): Remove definition.
27537         Include "same-inode.h", instead.
27538         * lib/same.c: Likewise.
27539         * lib/cycle-check.h: Include "same-inode.h".
27540         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
27541         * lib/cycle-check.c (SAME_INODE): Remove definition.
27542         * lib/root-dev-ino.h: Include "same-inode.h".
27543
27544         2006-03-11  Eric Blake  <ebb9@byu.net>
27545
27546         * lib/same.c (same_name): s/base_name/last_component/
27547         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
27548         * lib/filenamecat.c (file_name_concat): Likewise.
27549
27550         2006-03-11  Eric Blake  <ebb9@byu.net>,
27551                     Paul Eggert  <eggert@cs.ucla.edu>
27552
27553         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
27554         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
27555         drive prefix.
27556         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
27557         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
27558         (last_component): New method.
27559         * lib/dirname.c (dir_len): Determine when drive letters need a
27560         subsequent slash.  Preserve // when it is special.
27561         (dir_name): Don't append dot when drive letter is absolute.
27562         [TEST_DIRNAME]: Move into a full-blown gnulib test.
27563         * lib/basename.c (base_name): New semantics - malloc the result.
27564         Preserve // when it is special.  Preserve relative files that look
27565         like drive letters.
27566         (base_len): Preserve // when it is special.
27567         (last_component): New method, similar to old base_name semantics.
27568         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
27569         base_name.  Strip redundant slashes from ///.
27570
27571 2006-07-03  Jim Meyering  <jim@meyering.net>
27572
27573         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
27574         macro is used before the first cycle_check call.
27575
27576 2006-07-03  Eric Blake  <ebb9@byu.net>
27577
27578         * modules/dirname (Depends-on): Add xstrndup.
27579
27580 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
27581
27582         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
27583         test cases, so that config.log is a bit easier to follow.
27584
27585 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
27586
27587         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
27588         both are 64 bits, since this seems to be the tradition, and this
27589         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
27590         we ever run into a host that prefers long long to long in this
27591         case, we'll need another configure-time test.  Problem reported by
27592         Jim Meyering.
27593
27594 2006-07-02  Eric Blake  <ebb9@byu.net>
27595
27596         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
27597
27598 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27599
27600         * modules/inttypes (Depends-on): No longer depends on stdint.
27601         * modules/stdint (Description): Say more about assumptions.
27602         Say that the fast types might differ.  Say macros are used.
27603         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
27604         (Makefile.am): Revise list of substituted symbols to match
27605         new stdint.m4.
27606         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
27607         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
27608         * tests/test-stdint.c (verify_same_types)
27609         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
27610         the code conforms to C99/C89.
27611         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
27612         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
27613
27614 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27615
27616         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
27617         but fix a bug, by requiring at least 64 bits.
27618         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
27619         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
27620         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
27621         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
27622
27623         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
27624         changes.  Make 2.59 a prerequisite.  Check and substitute for
27625         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
27626         inttypes.h.  Do not use special include files; just use the
27627         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
27628         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
27629         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
27630         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
27631         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
27632         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
27633         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
27634         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
27635         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
27636         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
27637         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
27638         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
27639         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
27640         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
27641         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
27642         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
27643         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
27644         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
27645         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
27646         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
27647         WINT_MAX.  Check for C99 conformance more strictly, by detecting
27648         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
27649         not check for things that C99 does not require, e.g., int8_t.  If
27650         a test isn't needed unless <stdint.h> isn't working, and is
27651         unlikely to be needed for any other reason, then don't do it
27652         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
27653         size_t, since we assume C89 freestanding at least.  Do not check
27654         for sig_atomic_t, wchar_t, or wint_t, since the code now does
27655         the right thing even if the types are not defined.  Instead use:
27656         (gl_STDINT_TYPE_PROPERTIES): New macro.
27657         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
27658         testing whether <sys/types.h> clashes, as Autoconf does this for
27659         us now.  All uses removed.
27660         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
27661         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
27662         (gl_CHECK_TYPE_SAME):
27663         Remove; no longer needed.
27664         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
27665         exists, since we'll return 0 anyway in that case.
27666         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
27667
27668 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27669
27670         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
27671         possible collision with system files.
27672         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
27673         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
27674         WCHAR_MIN and WCHAR_MAX in this case.
27675         (<stddef.h>): Do not include; no longer needed.
27676         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
27677         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
27678         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
27679         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
27680         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
27681         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
27682         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
27683         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
27684         !defined(__c99))]: Include in this case too, since it's harmless
27685         now.
27686         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
27687         dangerous to do so.
27688         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
27689         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
27690         (_STDINT_MIN, _STDINT_MAX): New macros.
27691         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
27692         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
27693         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
27694         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
27695         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
27696         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
27697         macros, not typedefs; this simplifies things quite a bit.
27698         Use long int for all types narrower than int64_t.
27699         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
27700         Define in terms of long long int or int64_t or long int,
27701         not int64_t or int32_t.  This saves some compile-time testing.
27702         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
27703         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
27704         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
27705         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
27706         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
27707         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
27708         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
27709         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
27710         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
27711         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
27712         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
27713         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
27714         undef any previous version and define our own version, for
27715         simplicity and consistency with the new macros for types.
27716         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
27717         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
27718         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
27719         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
27720         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
27721         @WINT_T_SUFFIX@ to keep things simple here.
27722         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
27723         Simplify by assuming typical 8/16/32/64 host, since we're
27724         already doing that elsewhere anyway.
27725         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
27726         and assume long long int is 64 bits if available.  This
27727         speeds up 'configure'.
27728
27729 2006-07-01  Eric Blake  <ebb9@byu.net>
27730
27731         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
27732         Reported by Andreas Buening.
27733
27734 2006-07-01  Eric Blake  <ebb9@byu.net>
27735
27736         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
27737
27738 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
27739
27740         * lib/getaddrinfo.c: fixed typo
27741
27742 2006-06-29  Jim Meyering  <jim@meyering.net>
27743
27744         * modules/strftime (Maintainer): Add my name, since with the
27745         FPRINTFTIME changes strftime.c has forked from glibc.
27746
27747 2006-06-29  Eric Blake  <ebb9@byu.net>
27748
27749         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
27750
27751 2006-06-29  Eric Blake  <ebb9@byu.net>
27752
27753         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
27754
27755 2006-06-29  Eric Blake  <ebb9@byu.net>
27756
27757         * lib/stat_.h: New file.
27758
27759 2006-06-29  Eric Blake  <ebb9@byu.net>
27760
27761         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
27762         unused static function.
27763
27764 2006-06-29  Eric Blake  <ebb9@byu.net>
27765
27766         * doc/functions.texi (Function Portability): Document missing lstat
27767         on mingw.
27768
27769 2006-06-29  Eric Blake  <ebb9@byu.net>
27770
27771         * MODULES.html.sh: Add sys_stat.
27772         * modules/sys_stat: New module.
27773         * modules/mkstemp (Depends-on): Add sys_stat.
27774
27775 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27776
27777         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
27778
27779 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27780
27781         * m4/c-bs-a.m4: Removed.
27782
27783 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27784
27785         * lib/strftime.c: Assume strftime() exists.
27786
27787 2006-06-29  Derek Price  <derek@ximbiot.com>
27788
27789         * modules/c-bs-a: Removed - \a is C89.
27790         * MODULES.html.sh: Remove c-bs-a.
27791
27792 2006-06-29  Bruno Haible  <bruno@clisp.org>
27793
27794         * modules/wcwidth (License): Change to LGPL.
27795
27796 2006-06-28  Simon Josefsson  <jas@extundo.com>
27797
27798         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
27799         on _WIN32.
27800
27801         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
27802         getnameinfo.
27803
27804 2006-06-28  Simon Josefsson  <jas@extundo.com>
27805
27806         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
27807
27808 2006-06-28  Simon Josefsson  <jas@extundo.com>
27809
27810         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
27811         functions there.  It will succeed on Windows XP, but on Windows
27812         2000 and (presumably) earlier, it will fail, and use the internal
27813         re-implementation.
27814         (use_win32_p): New function.
27815         (getaddrinfo): Use strtoul on servname, to support numeric ports.
27816         Support AI_NUMERICSERV to disable getservbyname.
27817         (getnameinfo): New function, only supports
27818         NI_NUMERICHOST|NI_NUMERICSERV for now.
27819
27820         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
27821         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
27822         getnameinfo.
27823
27824 2006-06-28  Eric Blake  <ebb9@byu.net>
27825
27826         * modules/wcwidth: New file.
27827         * modules/mbchar (Depends-on): Add wcwidth.
27828         * modules/mbswidth (Depends-on): Add wcwidth.
27829         * MODULES.html.sh: Add wcwidth.
27830
27831 2006-06-28  Eric Blake  <ebb9@byu.net>
27832
27833         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
27834         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
27835
27836 2006-06-28  Eric Blake  <ebb9@byu.net>
27837
27838         * lib/xvasprintf.h: Fix comments.
27839
27840 2006-06-28  Eric Blake  <ebb9@byu.net>
27841
27842         * lib/mbchar.h (wcwidth): Include wcwidth.h.
27843         * lib/mbswidth.c (wcwidth): Move from here...
27844         * lib/wcwidth.h: ...to this new file.
27845
27846 2006-06-28  Derek R. Price  <derek@ximbiot.com>
27847
27848         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
27849
27850         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
27851         it's obsolete.
27852         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
27853
27854 2006-06-28  Derek R. Price  <derek@ximbiot.com>
27855
27856         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
27857         Autoconf 2.60 says this stuff was obsolete.
27858
27859 2006-06-28  Bruno Haible  <bruno@clisp.org>
27860
27861         * modules/wcwidth (Files): Add m4/wchar_t.m4.
27862
27863 2006-06-28  Bruno Haible  <bruno@clisp.org>
27864
27865         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
27866         gt_TYPE_WCHAR_T.
27867
27868 2006-06-28  Bruno Haible  <bruno@clisp.org>
27869
27870         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
27871         declaration for wcwidth.
27872         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
27873
27874 2006-06-28  Bruno Haible  <bruno@clisp.org>
27875
27876         * lib/mkdtemp.c [MINGW]: Include <io.h>.
27877         (mkdir): Define using _mkdir.
27878
27879 2006-06-28  Bruno Haible  <bruno@clisp.org>
27880
27881         * lib/getaddrinfo.h: Fix POSIX URL.
27882         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
27883         _WIN32.
27884         (use_win32_p): Make static.
27885         (getaddrinfo): Reject service name if it is empty or does not consist
27886         solely of decimal digits, or if its value is > 65535.
27887         (getnameinfo): Remove useless casts.
27888
27889 2006-06-27  Simon Josefsson  <jas@extundo.com>
27890
27891         * modules/sys_select: New file, suggested by Bruno Haible, Paul
27892         Eggert and Martin Lambers.
27893
27894 2006-06-27  Simon Josefsson  <jas@extundo.com>
27895
27896         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
27897         Eggert and Martin Lambers.
27898
27899 2006-06-27  Bruno Haible  <bruno@clisp.org>
27900
27901         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
27902         result to 0, not to empty.
27903         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
27904
27905 2006-06-27  Bruno Haible  <bruno@clisp.org>
27906
27907         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
27908
27909 2006-06-26  Simon Josefsson  <jas@extundo.com>
27910
27911         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
27912         present.
27913
27914 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
27915
27916         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
27917         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
27918         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
27919
27920 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
27921
27922         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
27923
27924 2006-06-26  Bruno Haible  <bruno@clisp.org>
27925
27926         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
27927
27928 2006-06-26  Bruno Haible  <bruno@clisp.org>
27929
27930         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
27931
27932 2006-06-26  Bruno Haible  <bruno@clisp.org>
27933
27934         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
27935         SGI C compiler in pre-C99 mode.
27936         Suggested by Mark D. Baushke and Larry Jones.
27937
27938 2006-06-26  Bruno Haible  <bruno@clisp.org>
27939
27940         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
27941         WCHAR_MAX.
27942         Reported by Mark D. Baushke and Larry Jones.
27943
27944 2006-06-26  Bruno Haible  <bruno@clisp.org>
27945
27946         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
27947         in pre-C99 mode.
27948         Suggested by Mark D. Baushke and Larry Jones.
27949
27950 2006-06-23  Simon Josefsson  <jas@extundo.com>
27951             Bruno Haible  <bruno@clisp.org>
27952
27953         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
27954         Emit mostlyclean-local rule.
27955         (func_emit_tests_Makefile_am): Likewise.
27956         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
27957
27958 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
27959
27960         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
27961
27962 2006-06-23  Bruno Haible  <bruno@clisp.org>
27963
27964         * tests/test-stdint.c: Update to match ISO C 99 Technical
27965         Corrigendum 1.
27966
27967 2006-06-23  Bruno Haible  <bruno@clisp.org>
27968
27969         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
27970
27971 2006-06-23  Bruno Haible  <bruno@clisp.org>
27972
27973         * lib/stdint_.h: Treat IRIX like OpenBSD.
27974
27975 2006-06-23  Bruno Haible  <bruno@clisp.org>
27976
27977         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
27978         ISO C 99 Technical Corrigendum 1.
27979
27980 2006-06-22  Simon Josefsson  <jas@extundo.com>
27981
27982         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
27983         MinGW.
27984
27985 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27986
27987         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
27988         needed.  Some compiler complained about some of them.  Problem reported
27989         by Larry Jones in
27990         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
27991
27992 2006-06-21  Simon Josefsson  <jas@extundo.com>
27993
27994         * tests/test-getaddrinfo.c: New file.
27995
27996         * modules/getaddrinfo-tests: New file.
27997
27998         * MODULES.html.sh: Add inet_pton.
27999
28000         * modules/inet_pton: New file.
28001
28002 2006-06-21  Simon Josefsson  <jas@extundo.com>
28003
28004         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
28005         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
28006         of using the (limited) gnulib implementation on Windows XP.
28007
28008         * m4/inet_pton.m4: New file.
28009
28010 2006-06-21  Simon Josefsson  <jas@extundo.com>
28011
28012         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
28013         variable.
28014
28015         * lib/socket_.h: Don't define WINVER.
28016
28017         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
28018         slightly modified to work in gnulib.
28019
28020 2006-06-21  Simon Josefsson  <jas@extundo.com>
28021
28022         * doc/gnulib.texi (Windows sockets): Add.
28023
28024 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
28025
28026         * lib/read-file.c (fread_file): Start with buffer allocation of
28027         0 bytes rather than 1 byte; this simplifies the code.
28028         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
28029         code to free buffer and save/restore errno.
28030         (internal_read_file): Remove unused local.
28031
28032 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
28033
28034         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
28035         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
28036         Problem reported by Denis Excoffier in
28037         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
28038
28039 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28040
28041         * modules/sys_socket, modules/socklen: Include sys/types since
28042         FreeBSD 4.x's sys/socket.h needs it.
28043
28044 2006-06-19  Simon Josefsson  <jas@extundo.com>
28045
28046         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
28047
28048 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
28049
28050         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
28051
28052 2006-06-19  Bruno Haible  <bruno@clisp.org>
28053
28054         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
28055         and FULL_PATH_INTTYPES_H in angle brackets.
28056         Reported by Mark D. Baushke <mdb@gnu.org>.
28057
28058 2006-06-17  Eric Blake  <ebb9@byu.net>
28059
28060         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
28061         errno.
28062
28063 2006-06-17  Bruno Haible  <bruno@clisp.org>
28064
28065         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
28066         <sys/inttypes.h>.
28067
28068 2006-06-17  Bruno Haible  <bruno@clisp.org>
28069
28070         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
28071         whether errno is declared. Assume <errno.h> declares errno.
28072
28073 2006-06-17  Bruno Haible  <bruno@clisp.org>
28074
28075         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
28076
28077 2006-06-17  Bruno Haible  <bruno@clisp.org>
28078
28079         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
28080         problem on Solaris 2.5.1.
28081
28082 2006-06-16  Eric Blake  <ebb9@byu.net>
28083
28084         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
28085         * lib/unicodeio.c [!defined errno]: Likewise.
28086         * lib/strtol.c [!defined errno]: Likewise.
28087         * lib/strtod.c [!defined errno]: Likewise.
28088
28089 2006-06-15  Eric Blake  <ebb9@byu.net>
28090
28091         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
28092
28093 2006-06-15  Eric Blake  <ebb9@byu.net>
28094
28095         * config/srclist.txt (ssize_t.m4): Lose sync.
28096
28097 2006-06-15  Bruno Haible  <bruno@clisp.org>
28098
28099         * modules/stdint (Files): Include m4/full-header-path.m4,
28100         m4/size_max.m4, m4/wchar_t.m4.
28101         (Makefile.am): Many more substitutions.
28102         * modules/stdint-tests: New file.
28103         * tests/test-stdint.c: New file.
28104
28105 2006-06-15  Bruno Haible  <bruno@clisp.org>
28106
28107         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
28108         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
28109         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
28110         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
28111         gl_CHECK_TYPE_SAME): New macros.
28112
28113 2006-06-15  Bruno Haible  <bruno@clisp.org>
28114
28115         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
28116
28117 2006-06-15  Bruno Haible  <bruno@clisp.org>
28118
28119         * lib/stdint_.h: Rewritten to be fully auto-configured.
28120         Fixes bug on HP-UX/IA64.
28121
28122 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
28123
28124         * lib/getdate.y (__attribute__): Don't define if already defined.
28125         Problem reported by Larry Jones.
28126         * lib/utimens.c (__attribute__): Likewise.
28127
28128 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
28129
28130         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
28131         reported by Andreas Schwab.
28132
28133 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28134             Bruno Haible  <bruno@clisp.org>
28135
28136         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
28137         check for the declaration of strnlen and a run test that exposes the
28138         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
28139         rpl_strndup.
28140
28141 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28142             Bruno Haible  <bruno@clisp.org>
28143
28144         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
28145
28146 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28147
28148         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
28149         compile test, for Tru64 4.0D.
28150
28151 2006-05-28  Karl Berry  <karl@gnu.org>
28152
28153         * config/srclist.txt (printf-args.c): lose sync.
28154
28155 2006-05-26  Martin Lambers  <marlam@marlam.de>
28156
28157         * lib/getpass.c: Updates the test for the native W32 API, and adds
28158         missing includes, thus fixing compilation warnings.
28159
28160 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
28161
28162         * lib/exclude.c (exclude_fnmatch): New function.
28163         (excluded_file_name): Call exclude_fnmatch.
28164         * lib/exclude.h (excluded_file_name): New prototype
28165
28166 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
28167
28168         * lib/tempname.c (small_open, large_open): New macros.
28169         (__open, __open64) [!_LIBC]: Remove.
28170         (__gen_tempname): Use small_open and large_open instead of __open
28171         and __open64.  This fixes a portability bug on HP-UX 11.11i
28172         reported by Simon Wing-Tang in
28173         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
28174
28175 2006-05-24  Bruno Haible  <bruno@clisp.org>
28176
28177         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
28178         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
28179         Reported by Thorsten Maerz <torte@netztorte.de> via
28180         Aaron Stone <aaron@serendipity.cx>.
28181
28182 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28183
28184         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
28185         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
28186         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
28187         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
28188         not really conditional on the cache.
28189         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
28190
28191 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28192
28193         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
28194         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
28195         (my_usleep): Don't mishandle maximum value.
28196
28197 2006-05-19  Jim Meyering  <jim@meyering.net>
28198
28199         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
28200
28201 2006-05-17  Bruno Haible  <bruno@clisp.org>
28202
28203         Cygwin portability.
28204         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
28205
28206 2006-05-17  Bruno Haible  <bruno@clisp.org>
28207
28208         * lib/stdint_.h: Fix recognition of Cygwin.
28209
28210 2006-05-15  Bruno Haible  <bruno@clisp.org>
28211
28212         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
28213         on libtool patch by Ralf Wildenhues.
28214
28215 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28216
28217         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
28218         test for C99 conformance; (bool) 0.5 is an integer constant
28219         expression, but (bool) -0.5 is not.  Problem reported by Fedor
28220         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
28221
28222 2006-05-11  Simon Josefsson  <jas@extundo.com>
28223
28224         * m4/xvasprintf.m4: Fix obvious typo.
28225
28226 2006-05-11  Jim Meyering  <jim@meyering.net>
28227
28228         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
28229         James Lemley.
28230
28231 2006-05-10  Simon Josefsson  <jas@extundo.com>
28232
28233         * lib/md4.c: Typo fix, update copyright years.
28234         (K1, K2): Don't use L because it turn computations into 64-bit on
28235         64-bit platforms.
28236
28237 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
28238
28239         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
28240         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
28241         unwanted sign propagation, e.g., on hosts with 64-bit int.
28242         There still are some problems with reeelly weird theoretical hosts
28243         (e.g., 33-bit int) but it's not worth worrying about now.
28244         * lib/sha1.c (rol): Likewise.
28245         (K1, K2, K3, K4): Remove unnecessary L suffix.
28246
28247 2006-05-10  Bruno Haible  <bruno@clisp.org>
28248
28249         * lib/des.c: Cast to avoid warnings.
28250
28251 2006-05-09  Bruno Haible  <bruno@clisp.org>
28252
28253         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
28254         (Depends-on): Depend also on xsize, stdarg.
28255         (configure.ac): Add gl_XVASPRINTF.
28256
28257 2006-05-09  Bruno Haible  <bruno@clisp.org>
28258
28259         * m4/xvasprintf.m4: New file.
28260
28261 2006-05-09  Bruno Haible  <bruno@clisp.org>
28262
28263         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
28264         (EOVERFLOW): Define fallback value.
28265         (xstrcat): New function.
28266         (xvasprintf): Recognize the special case of a string concatenation.
28267
28268 2006-05-08  Eric Blake  <ebb9@byu.net>
28269
28270         * gnulib-tool (func_version): Base copyright year on CVS date.
28271         (func_emit_copyright_notice): New function.
28272         (func_emit_lib_Makefile_am): Use it.
28273         (func_emit_tests_Makefile_am): Likewise.
28274         (func_import): Likewise.
28275
28276 2006-05-08  Bruno Haible  <bruno@clisp.org>
28277
28278         * modules/stdarg: New file.
28279         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
28280
28281 2006-05-08  Bruno Haible  <bruno@clisp.org>
28282
28283         * m4/stdarg.m4: New file, from GNU gettext.
28284
28285 2006-05-08  Bruno Haible  <bruno@clisp.org>
28286
28287         * config/srclist.txt (build-aux/config.rpath): different from latest
28288         release.
28289
28290 2006-05-08  Bruno Haible  <bruno@clisp.org>
28291
28292         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
28293
28294 2006-05-05  Jim Meyering  <jim@meyering.net>
28295
28296         * m4/warning.m4: New file, derived from bison's file by the same name.
28297
28298 2006-05-03  Bruno Haible  <bruno@clisp.org>
28299
28300         * lib/stdint_.h: Shorter URL.
28301         * lib/inttypes.h: Likewise.
28302
28303 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28304
28305         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
28306
28307 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28308
28309         * lib/verify.h: Document the internals better.  Most of this change
28310         was written by Bruno Haible.
28311
28312 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28313
28314         * doc/verify.texi: New file, partly based on a proposal by
28315         Bruno Haible.
28316
28317 2006-05-02  Bruno Haible  <bruno@clisp.org>
28318
28319         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
28320         test from here...
28321         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
28322
28323 2006-04-29  Bruno Haible  <bruno@clisp.org>
28324
28325         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
28326         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
28327
28328 2006-04-29  Bruno Haible  <bruno@clisp.org>
28329
28330         * gnulib-tool: Make --update option actually work.
28331
28332 2006-04-29  Bruno Haible  <bruno@clisp.org>
28333
28334         * doc/gcd.texi: New file.
28335         * doc/gnulib.texi: Include it.
28336
28337 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
28338
28339         * lib/getdate.y (get_date): When adding relative date, start with the
28340         initial time, not with the result of the first mktime call.
28341
28342 2006-04-25  Bruno Haible  <bruno@clisp.org>
28343
28344         * gnulib-tool (func_import): Output the include directives in three
28345         blocks, sorted separately.
28346         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28347
28348 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
28349
28350         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
28351         to define main with arguments, for C++.  Reported by Eric Blake.
28352         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
28353         Prefer 'int main ()' to 'int main (void)', for C++.
28354         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
28355         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
28356         for 'main', for C99 and C++.
28357
28358 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
28359
28360         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
28361         Don't assume that exit status -1 is valid.
28362         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28363         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
28364         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
28365         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
28366         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
28367         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
28368         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
28369         functions can be used without declaring them, or that you can
28370         exit with status -1.
28371         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
28372
28373 2006-04-24  Karl Berry  <karl@gnu.org>
28374
28375         * config/srclist.txt (longdouble.m4): sync lost.
28376
28377 2006-04-24  Eric Blake  <ebb9@byu.net>
28378
28379         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
28380
28381 2006-04-24  Bruno Haible  <bruno@clisp.org>
28382
28383         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
28384         poll() implementation in AIX.
28385         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28386
28387 2006-04-24  Bruno Haible  <bruno@clisp.org>
28388
28389         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
28390         assigned exactly once.
28391
28392 2006-04-23  Claudio Fontana  <claudio@gnu.org>
28393             Bruno Haible  <bruno@clisp.org>
28394
28395         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
28396         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
28397         for AM_CPPFLAGS.
28398
28399 2006-04-23  Bruno Haible  <bruno@clisp.org>
28400
28401         * modules/copy-file: Depend on unistd.
28402         * modules/execute: Likewise.
28403         * modules/fatal-signal: Likewise.
28404         * modules/findprog: Likewise.
28405         * modules/mkdtemp : Likewise.
28406         * modules/pipe: Likewise.
28407         * modules/wait-process: Likewise.
28408
28409 2006-04-23  Bruno Haible  <bruno@clisp.org>
28410
28411         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
28412         condition was already detected.
28413         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28414
28415 2006-04-23  Bruno Haible  <bruno@clisp.org>
28416
28417         * lib/copy-file.c: Include <unistd.h> unconditionally.
28418         * lib/execute.c: Likewise.
28419         * lib/fatal-signal.c: Likewise.
28420         * lib/findprog.c: Likewise.
28421         * lib/mkdtemp.c: Likewise.
28422         * lib/pipe.h: Likewise.
28423         * lib/pipe.c: Likewise.
28424         * lib/wait-process.h: Likewise.
28425
28426 2006-04-23  Bruno Haible  <bruno@clisp.org>
28427
28428         * gnulib-tool (func_usage): Fix --import description. Document
28429         --update.
28430         (func_import): Create temporary file in a temporary directory, if
28431         --dry-run is specified. Silence errors from 'grep' when there are no
28432         m4 files in $m4dir.
28433         (func_create_testdir): Silence errors from 'grep' when there are no
28434         m4 files in $m4dir.
28435         Reported by Karl Berry <karl@freefriends.org>.
28436
28437 2006-04-20  Bruno Haible  <bruno@clisp.org>
28438
28439         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
28440         one argument, so that the code will be portable to Autoconf 2.60.
28441         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
28442         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
28443         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
28444
28445 2006-04-19  Derek Price  <derek@ximbiot.com>
28446             Eric Blake  <ebb9@byu.net>
28447
28448         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
28449         rather than "/full/path.h".  Update comment to match.  Shorten &
28450         generalize m4_translit call via AS_TR_CPP.
28451
28452 2006-04-19  Derek Price  <derek@ximbiot.com>
28453             Eric Blake  <ebb9@byu.net>
28454
28455         * lib/inttypes.h: Correct grammar in comment.
28456
28457 2006-04-18  Derek Price  <derek@ximbiot.com>
28458             Paul Eggert  <eggert@cs.ucla.edu>
28459
28460         * modules/inttypes: New file.
28461         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
28462
28463 2006-04-18  Derek Price  <derek@ximbiot.com>
28464             Paul Eggert  <eggert@cs.ucla.edu>
28465
28466         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
28467         New files.
28468
28469 2006-04-18  Derek Price  <derek@ximbiot.com>
28470             Paul Eggert  <eggert@cs.ucla.edu>
28471
28472         * lib/inttypes.h: New file.
28473         * lib/strtoimax.c: Assume <inttypes.h>.
28474
28475 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
28476
28477         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
28478         isn't mounted.  Problem reported by Kir Kolyshkin.
28479
28480 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
28481
28482         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
28483         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
28484         Derek R. Price.
28485         * lib/regex.h (RE_DUP_MAX): Update comment to match current
28486         implementation.
28487
28488 2006-04-12  Eric Blake  <ebb9@byu.net>
28489
28490         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
28491         is now done automatically by the corresponding Autoconf macro.
28492
28493 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
28494
28495         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
28496         time_r.h.
28497
28498 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28499
28500         Merge regex changes from libc, removing some of our
28501         POSIX-conformance changes that were rejected and redoing them in a
28502         less-intrusive way.
28503
28504         * lib/regcomp.c (re_compile_internal, init_dfa):
28505         Length arg is now size_t, not Idx.  All uses changed.
28506         (peek_token): Forward decl now says internal_function.
28507         (__re_error_msgid, __re_error_msgid_idx):
28508         Now static rather than extern with attribute_hidden.
28509         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
28510         For some reason libc prefers K&R style defns for external functions.
28511         (regerror) [!defined _LIBC]: Likewise.
28512         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
28513         (seek_collating_symbol_entry, lookup_collation_sequence_value):
28514         (build_range_exp, build_collating_symbol):
28515         Use K&R-style defn.
28516         (re_compile_fastmap): Use '\0' to memset, not 0.
28517         (utf8_sb_map): Make the calculations more obvious.
28518         (init_dfa, parse_bracket_exp, build_charclass_op):
28519         Call calloc and cast result, as glibc does.
28520         (init_word_char, fetch_token, peek_token, peek_token_bracket):
28521         (build_range_exp, build_collating_symbol):
28522         Now internal functions.
28523
28524         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
28525
28526         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
28527         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
28528         Don't depend on VMS; depend on __VMS instead, for POSIX
28529         namespace cleanness.
28530         (regoff_t): Define to ssize_t, not long int.
28531
28532         Remove the REG_ macros named below.  Instead, make the old names
28533         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
28534         __USE_GNU_REGEX.
28535         (REG_BACKSLASH_ESCAPE_IN_LISTS):
28536         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
28537         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
28538         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
28539         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
28540         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
28541         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
28542         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
28543         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
28544         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
28545         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
28546         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
28547         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
28548         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
28549         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
28550         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
28551         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
28552         (REG_NREGS):
28553         Remove.  All uses replaced by the old RE_* names.
28554         (RE_BACKSLASH_ESCAPE_IN_LISTS):
28555         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
28556         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
28557         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
28558         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
28559         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
28560         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
28561         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
28562         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
28563         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
28564         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
28565         Don't bother having these macros be independent of each others'
28566         values, since they no longer exist in the POSIX name space.
28567
28568         Rename the following member names back to their old names,
28569         unless !__USE_GNU_REGEX.  All uses changed back.
28570         (buffer): Renamed from re_buffer.
28571         (allocated): Renamed from re_allocated.
28572         (used): Renamed from re_used.
28573         (syntax): Renamed from re_syntax.
28574         (fastmap): Renamed from re_fastmap.
28575         (translate): Renamed from re_translate.
28576         (can_be_null): Renamed from re_can_be_null.
28577         (regs_allocated): Renamed from re_regs_allocated.
28578         (fastmap_accurate): Renamed from re_fastmap_accurate.
28579         (no_sub): Renamed from re_no_sub.
28580         (not_bol): Renamed from re_not_bol.
28581         (not_eol): Renamed from re_not_eol.
28582         (newline_anchor): Renamed from re_newline_anchor.
28583         (num_regs): Renamed from rm_num_regs.
28584         (start): Renamed from rm_start.
28585         (end): Renamed from rm_end.
28586
28587         (free_state): Move up a bit.
28588
28589         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
28590         #define to be empty.
28591         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
28592         when that is what is intended.
28593         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
28594         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
28595         (MAX): New macro.
28596         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
28597         All uses changed back to re_malloc, etc.  It's now the caller's
28598         responsibility to check for overflow; all callers changed.
28599         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
28600         (re_x2nrealloc): Remove.
28601         (free_state): Remove decl.
28602
28603         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
28604         (re_set_registers, re_exec):
28605         Use K&R-style defn.
28606
28607         2006-01-31  Roland McGrath  <roland@redhat.com>
28608
28609         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
28610         Reported by Mike Frysinger <vapier@gentoo.org>.
28611
28612         2006-01-15  Andreas Jaeger  <aj@suse.de>
28613
28614         [BZ #1950]
28615         * lib/regex_internal.c (re_string_reconstruct): Adjust for
28616         build_wcs_upper_buffer change.
28617         (build_wcs_upper_buffer): Change return type.
28618
28619         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
28620
28621         * lib/regex_internal.h: Include <stdint.h> if available.
28622
28623         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
28624
28625         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
28626
28627         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
28628
28629         * lib/regcomp.c: Adjust for changed secondary hash function.
28630
28631         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
28632
28633         * lib/regex.h: Pretty printing.
28634         Clean up namespace a bit.
28635
28636         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
28637
28638         * lib/regexec.c (update_cur_sifted_state, check_arrival,
28639         check_arrival_add_next_nodes): Avoid using uninitialized variable.
28640
28641         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28642                     Ulrich Drepper  <drepper@redhat.com>
28643
28644         [BZ #1302]
28645         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
28646         changed.
28647         (bitset_word_t): Renamed from bitset_word.  All uses changed.
28648
28649         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
28650
28651         [BZ #281]
28652         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
28653         * lib/regcomp.c: Remove unnecessary uses of
28654         unsigned RE_TRANSLATE_TYPE.
28655         * lib/regex_internal.h: Likewise.
28656         * lib/regex_internal.c: Likewise.
28657         * lib/regexec.c: Likewise.
28658         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
28659
28660         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
28661
28662         * lib/regexec.c (find_recover_state): Remove unnecessary
28663         initialization.
28664         (transit_state_bkref): Make DFA a const pointer.
28665         (get_subexp): Likewise.
28666         (check_arrival): Likewise.
28667         (update_cur_sifted_state): Likewise.
28668         (re_search_internal): Likewise.
28669         (prune_impossible_nodes): Likewise.
28670         (acquire_init_state_context): Likewise.
28671         (proceed_next_node): Likewise.
28672         (set_regs): Likewise.
28673         (free_fail_stack_return): Likewise.
28674         (check_arrival_expand_ecl): Mark DFA parameter as const.
28675         (check_arrival_expand_ecl_sub): Likewise.
28676         (check_subexp_limits): Likewise.
28677         (sub_epsilon_src_nodes):  Likewise.
28678         (add_epsilon_src_nodes):  Likewise.
28679         (merge_state_array): Likewise.
28680         (update_regs): Likewise.
28681         (build_trtable): Likewise.
28682         (sift_states_backward): Mark MCTX parameter as const.
28683         (build_sifted_states): Likewise.
28684         (update_cur_sifted_state): Likewise.
28685         (sift_states_mkref): Likewise.
28686         (check_arrival_expand_ecl): Mark eclosure as const.
28687         (check_dst_limits_calc_pos_1): Likewise.
28688         * lib/regex_internal.h (re_match_context_t): Make dfa a const
28689         pointer.
28690
28691         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
28692
28693         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
28694         (transit_state_sb): Likewise.
28695         (transit_state_mb): Likewise.
28696         (sift_states_iter_mb): Likewise.
28697         (check_arrival_add_next_nodes): Likewise.
28698         (check_node_accept_bytes): Change first parameter to pointer-to-const.
28699         [_LIBC] (re_search_2_stub): Use mempcpy.
28700
28701         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
28702         mbrtowc for very simple UTF-8 case.
28703
28704         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
28705         a pointer-to-const.
28706         (re_acquire_state_context): Likewise.
28707         * lib/regex_internal.h: Adjust prototypes.
28708
28709         * lib/regex.c: Prevent using C++ compilers.
28710
28711         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
28712         (re_acquire_state_context): Likewise.
28713
28714 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28715
28716         * modules/regex (Depends-on): Add ssize_t.
28717
28718 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28719
28720         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
28721         translation table.
28722
28723 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28724
28725         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
28726
28727 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
28728             Bruno Haible  <bruno@clisp.org>
28729
28730         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
28731         <sys/types.h> and <inttypes.h>.
28732
28733 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28734
28735         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
28736         `__error_t_defined', so argp.h will not typedef the former.
28737
28738 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
28739
28740         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
28741         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
28742         glibc names.  Even if glibc is changed to conform to POSIX, the
28743         traditional names will be available anyway, since regex depends on
28744         the extensions module.  Also, fix a longstanding typo in the
28745         implementation of Spencer ERE test #75 from grep 2.3.  Problems
28746         reported by Emanuele Giaquinta.  Also, change sense of cached
28747         variable, so that the message makes sense.
28748
28749 2006-03-24  Simon Josefsson  <jas@extundo.com>
28750
28751         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
28752         including some doc fixes.
28753         (base64_encode_alloc): Fix +1 bug on allocation failures.
28754
28755 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28756
28757         * lib/base64.c (base64_encode): Do not read past end of array with
28758         unsanitized input on systems with CHAR_BIT > 8.
28759
28760 2006-03-24  Eric Blake  <ebb9@byu.net>
28761
28762         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
28763
28764 2006-03-22  Karl Berry  <karl@gnu.org>
28765
28766         * config/srclist.txt (*setenv.[ch]): get from coreutils.
28767         * config/srclistvars.sh (COREUTILS): new var.
28768
28769 2006-03-17  Jim Meyering  <jim@meyering.net>
28770
28771         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
28772         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
28773
28774 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
28775
28776         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
28777         no longer needs it.  Instead, check that regoff_t is as least
28778         as wide as ptrdiff_t.
28779
28780         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
28781         so that our regex.h stays compatible with the installed regex.
28782         This is helpful for installers who configure --without-included-regex.
28783         Problem reported by Emanuele Giaquinta.
28784
28785 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
28786
28787         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
28788         Typedef to long int, not to off_, as POSIX will likely change
28789         in that direction.
28790
28791 2006-03-15  Eric Blake  <ebb9@byu.net>
28792
28793         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
28794
28795 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
28796
28797         * lib/argp-help.c (validate_uparams): Fix typo
28798         * lib/argp-parse.c (argp_default_options): Consistently begin help
28799         messages with a lowercase letter.
28800
28801 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
28802
28803         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
28804         overrun buffers and shouldn't be used (much as gets shouldn't be
28805         used).
28806         * lib/time_r.c (asctime_r, ctime_r): Likewise.
28807
28808 2006-03-08  Simon Josefsson  <jas@extundo.com>
28809
28810         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
28811         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28812
28813 2006-03-08  Simon Josefsson  <jas@extundo.com>
28814
28815         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
28816         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28817
28818 2006-03-08  Simon Josefsson  <jas@extundo.com>
28819
28820         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
28821         signal that configure disabled the device.
28822
28823 2006-03-08  Simon Josefsson  <jas@extundo.com>
28824
28825         * build-aux/maint.mk: Fix refresh-po, to handle no translated
28826         languages.
28827
28828 2006-03-07  Simon Josefsson  <jas@extundo.com>
28829
28830         * modules/getopt (Depends-on): Add unistd.
28831
28832         * modules/unistd: New file.
28833
28834 2006-03-07  Simon Josefsson  <jas@extundo.com>
28835
28836         * modules/gc-random: New file.
28837
28838 2006-03-07  Simon Josefsson  <jas@extundo.com>
28839
28840         * m4/unistd_h.m4: New file.
28841
28842 2006-03-07  Simon Josefsson  <jas@extundo.com>
28843
28844         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
28845         test to be side-effect free by storing the result in the cache
28846         variable gl_cv_lib_readline, and moving the assignment of
28847         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
28848         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28849
28850 2006-03-07  Simon Josefsson  <jas@extundo.com>
28851
28852         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
28853         error on missing devices (the functions will return an error).
28854
28855         * m4/gc.m4: Move random stuff to gc-random.m4
28856
28857 2006-03-07  Simon Josefsson  <jas@extundo.com>
28858
28859         * lib/unistd_.h: New file.
28860
28861 2006-03-07  Simon Josefsson  <jas@extundo.com>
28862
28863         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
28864
28865 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28866
28867         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
28868         Problem reported by Juan Manuel Guerrero.
28869
28870 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28871
28872         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
28873         the unistd module.
28874         * lib/getlogin_r.c: Likewise.
28875         * lib/getlogin_r.h: Likewise.
28876         * lib/glob.c: Likewise.
28877         * lib/pagealign_alloc.c: Likewise.
28878         * lib/unistd_.h: Remove; no longer needed.
28879
28880 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28881
28882         * MODULES.html.sh (Support for systems lacking POSIX:2001):
28883         Add unistd.
28884         * modules/c-stack (Depends-on): Add unistd.
28885         * modules/getlogin_r: Likewise.
28886         * modules/glob: Likewise.
28887         * modules/pagealign_alloc: Likewise.
28888         * modules/unistd (Files): Remove lib/unistd_.h.
28889         (EXTRA_DIST): Remove.
28890         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
28891         need unistd_.h.
28892         (MOSTLYCLEANFILES): Remove unistd.h-t.
28893
28894 2006-03-03  Simon Josefsson  <jas@extundo.com>
28895
28896         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
28897
28898 2006-03-03  Simon Josefsson  <jas@extundo.com>
28899
28900         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
28901         libidn and bison.
28902
28903 2006-03-03  Simon Josefsson  <jas@extundo.com>
28904
28905         * build-aux/maint.mk: Add indent target.
28906
28907 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
28908
28909         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
28910         our replacement poll.h in any case, to avoid a differing
28911         declaration from a system header.  Seen on AIX.
28912
28913 2006-03-01  Simon Josefsson  <jas@extundo.com>
28914
28915         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
28916         <kasal@ucw.cz>.
28917
28918 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28919
28920         * modules/gettime (Depends-on): Add extensions module.
28921         * modules/nanosleep (Depends-on): Likewise.
28922         * modules/settime (Depends-on): Likewise.
28923
28924 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28925
28926         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
28927         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
28928         pedantically.
28929         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28930         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
28931
28932         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
28933         not "==".  Reported by Ralf Wildenhues.
28934
28935 2006-03-01  Karl Berry  <karl@gnu.org>
28936
28937         * doc/Copyright/request-*: new files, synced from gnuorg.
28938
28939 2006-03-01  Karl Berry  <karl@gnu.org>
28940
28941         * config/srclist.txt (Copyright/*): new entries.
28942
28943 2006-02-28  Simon Josefsson  <jas@extundo.com>
28944
28945         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
28946
28947 2006-02-27  Simon Josefsson  <jas@extundo.com>
28948
28949         * lib/base64.h: Indent #define's.  From Jim Meyering
28950         <jim@meyering.net>.
28951
28952 2006-02-27  Jim Meyering  <jim@meyering.net>
28953
28954         Revert the change of 2006-02-24, so these files can continue
28955         to be sync'd from gettext.
28956         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
28957         of `config.h'.
28958
28959 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28960
28961         * modules/intprops: New file.
28962         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
28963         Add intprops.
28964         * modules/getloadavg (Files): Remove lib/intprops.h.
28965         (Depends-on): Add intprops.
28966         * modules/human: Likewise.
28967         * modules/inttostr: Likewise.
28968         * modules/openat: Likewise.
28969         * modules/sig2str: Likewise.
28970         * modules/userspec: Likewise.
28971         * modules/utimecmp: Likewise.
28972         * modules/xnanosleep: Likewise.
28973         * modules/xstrtol: Likewise.
28974
28975 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
28976
28977         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
28978         * modules/lock-tests (TESTS): Use $(EXEEXT).
28979         * modules/tls-tests: Likewise.
28980         * modules/argp-tests: Likewise.
28981         (check_PROGRAMS): New var, replacing...
28982         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
28983
28984 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28985
28986         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
28987         `config.h'.
28988
28989 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
28990
28991         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
28992
28993 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28994
28995         Sync from coreutils.
28996         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
28997         gl_CHDIR_SAFER.
28998
28999 2006-02-22  Jim Meyering  <jim@meyering.net>
29000
29001         Sync from coreutils.
29002         * m4/chdir-safer.m4: New file.
29003
29004 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
29005
29006         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
29007         AT_FDCWD exceeds INT_MAX.
29008         * lib/openat.h (AT_FDCWD): Likewise.
29009
29010 2006-02-17  Eric Blake  <address@hidden>
29011
29012         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
29013
29014 2006-02-16  Simon Josefsson  <jas@extundo.com>
29015
29016         * modules/getaddrinfo (Depends-on): Add sys_socket.
29017
29018 2006-02-15  Simon Josefsson  <jas@extundo.com>
29019
29020         * build-aux/maint.mk: Add dsyntax-check rule.
29021
29022 2006-02-15  Eric Blake  <ebb9@byu.net>
29023
29024         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
29025         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
29026         'present but cannot compile' warnings on cygwin.
29027         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
29028         use ws2tcpip.h if sys/socket.h works.
29029         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
29030         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
29031
29032 2006-02-14  Simon Josefsson  <jas@extundo.com>
29033
29034         * modules/maintainer-makefile (Files): Rename.
29035
29036         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
29037         and (the local) Makefile.cfg to maint-cfg.mk.
29038
29039         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
29040         to the latter.
29041
29042         * modules/maintainer-makefile: New module.
29043
29044         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
29045         severaly stripped to make it possible to build it up from scratch
29046         with reliable tests.
29047
29048         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
29049         fixes to permit overriding the default actions when configure and
29050         makefile are not available.
29051
29052 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
29053
29054         Sync from coreutils.
29055         * modules/lstat (Depends-on): Don't depend on xalloc.
29056         (License): Change from GPL to LGPL, since this is now simply a
29057         replacement for a libc function.
29058
29059 2006-02-14  Jim Meyering  <jim@meyering.net>
29060
29061         Sync from coreutils.
29062
29063         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
29064         failure on deficient systems, and simplify gnulib lgpl dependencies.
29065         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
29066         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
29067
29068         * lib/xalloc-die.c: Remove unused definition of N_.
29069
29070 2006-02-14  Jim Meyering  <jim@meyering.net>
29071
29072         Sync from coreutils.
29073         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
29074         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
29075         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
29076         double-quote uses of that variable, to accommodate the rare case in
29077         which getmntent is available in none of the libraries checked.  This
29078         happens at least on FreeBSD 5.0.
29079
29080 2006-02-13  Simon Josefsson  <jas@extundo.com>
29081
29082         * gnulib-tool (Usage): Fix --import, from
29083         karl@freefriends.org (Karl Berry).
29084
29085 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
29086
29087         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
29088
29089 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
29090
29091         * lib/argp-namefrob.h: Restore changes accidentally lost during the
29092         "autoupdate" on 2005-12-12.
29093
29094 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
29095
29096         * modules/closeout (Depends-on): Remove atexit.
29097
29098 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
29099
29100         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
29101         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
29102
29103 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
29104
29105         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
29106         __EXTENSIONS__ if this causes compilation to fail.  Problem
29107         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
29108         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
29109
29110 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
29111
29112         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
29113         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
29114         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
29115         All uses changed.
29116
29117 2006-01-26  Simon Josefsson  <jas@extundo.com>
29118
29119         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
29120         prototype is visible on mingw32.
29121
29122         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
29123         for mingw32.
29124
29125         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
29126         mingw32).
29127
29128 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
29129
29130         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
29131         attempt to open for write; this always fails, at least on POSIX
29132         hosts.  This reinstates the 2006-01-09 change, which was
29133         inadvertently removed.
29134
29135 2006-01-26  Bruno Haible  <bruno@clisp.org>
29136
29137         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
29138         Reported by Paul Eggert.
29139
29140 2006-01-26  Bruno Haible  <bruno@clisp.org>
29141             Paul Eggert  <eggert@cs.ucla.edu>
29142
29143         * lib/stdbool_.h (_Bool)
29144         [(! (defined __cplusplus || defined __BEOS__)
29145           && !defined __GNUC__
29146           && !(defined __HP_cc || defined __xlc__
29147                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
29148                || defined __sgi))]:
29149         #define to signed char in these cases too; this simplifies
29150         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
29151         etc., separately) and makes it more conservative.
29152
29153 2006-01-25  Simon Josefsson  <jas@extundo.com>
29154
29155         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
29156         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
29157         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
29158
29159 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
29160
29161         * lib/argp-namefrob.h: Bugfix. Remove stray #
29162
29163 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
29164
29165         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
29166         so that we test the test.
29167         Check for yet another HP-UX cc bug involving *bool |= bool.
29168
29169 2006-01-25  Karl Berry  <karl@gnu.org>
29170
29171         * config/srclist.txt (vasnprintf.c): sync lost.
29172
29173 2006-01-25  Jim Meyering  <jim@meyering.net>
29174
29175         Sync from the stable (b5) branch of coreutils:
29176
29177         * lib/fts.c (fts_children): Don't let close() clobber errno from
29178         failed fchdir().
29179
29180         * lib/fts.c (fts_stat): When following a symlink-to-directory,
29181         don't necessarily interpret stat-fails+lstat-succeeds as indicating
29182         a dangling symlink.  That can also happen at least for ELOOP.
29183         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
29184         FYI, this bug predates the inclusion of fts.c in coreutils.
29185
29186         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
29187         in their own block, so pre-c99 compilers don't object.
29188
29189         Avoid the double-free (first in fts_read, second in fts_close) that
29190         would occur when an `active' directory is made inaccessible (e.g.,
29191         via chmod a-x) during a traversal.
29192         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
29193         before returning.  Reproduce this failure by
29194         mkdir -p a/b; cd a; chmod a-x . b
29195         Reported by Stavros Passas.
29196
29197 2006-01-25  Jim Meyering  <jim@meyering.net>
29198
29199         * lib/fileblocks.c: Remove more useless parentheses.
29200         * lib/readutmp.h: Likewise.
29201
29202 2006-01-25  Bruno Haible  <bruno@clisp.org>
29203
29204         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
29205         warnings.
29206         Reported by Paul Eggert.
29207
29208 2006-01-25  Bruno Haible  <bruno@clisp.org>
29209
29210         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
29211         rid of a trap command. For Solaris sh.
29212         Reported by Mark D. Baushke <mdb@gnu.org>.
29213
29214 2006-01-24  Simon Josefsson  <jas@extundo.com>
29215
29216         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
29217         Bruno.
29218
29219 2006-01-24  Karl Berry  <karl@gnu.org>
29220
29221         * config/srclist.txt (argp-namefrob.h): sync lost.
29222
29223 2006-01-24  Jim Meyering  <jim@meyering.net>
29224
29225         * modules/openat (Files): Add lib/intprops.h.
29226         From Mark D. Baushke.
29227
29228 2006-01-24  Jim Meyering  <jim@meyering.net>
29229
29230         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
29231         Reported by Mark D. Baushke.
29232
29233 2006-01-24  Jim Meyering  <jim@meyering.net>
29234
29235         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
29236
29237 2006-01-24  Bruno Haible  <bruno@clisp.org>
29238
29239         * modules/strnlen (Maintainer): Change from glibc to all.
29240
29241 2006-01-24  Bruno Haible  <bruno@clisp.org>
29242
29243         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
29244         Patch by Paul Eggert.
29245
29246 2006-01-24  Bruno Haible  <bruno@clisp.org>
29247
29248         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
29249         already has it.
29250         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
29251         2005-11-26.
29252
29253         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
29254         'signed char' to avoid problems with the built-in _Bool type.
29255         Reported by Paul Eggert on 2005-11-26.
29256
29257 2006-01-24  Bruno Haible  <bruno@clisp.org>
29258
29259         * gnulib-tool (func_import): Avoid constructing complicated sed
29260         expressions inside backquote.
29261         Report and solution by Mark D. Baushke <mdb@gnu.org>.
29262
29263 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
29264
29265         These changes imported from libc.
29266         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
29267         test and two separate function calls.
29268         * lib/strndup.c (__strndup): Add libc_hidden_def.
29269
29270 2006-01-23  Simon Josefsson  <jas@extundo.com>
29271
29272         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
29273         Remove the test_*_SOURCES variable: automake infers it by default.
29274         * modules/tls-tests: Likewise.
29275
29276 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29277
29278         Work around porting bugs reported by Dieter in
29279         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
29280         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
29281         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
29282         Include "getopt.h" first, to check interface.
29283         (getenv): Declare only if defined HAVE_DECL_GETENV &&
29284         !HAVE_DECL_GETENV.
29285         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
29286         (__strndup): Revert to K&R-style function dfns, the glibc style.
29287         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
29288         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
29289         Include strnlen.h first, to get prototype properly.
29290         (strnlen): Renamed from __strnlen.
29291         Remove weak alias.
29292
29293 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29294
29295         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
29296
29297 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29298
29299         * config/srclist.txt: Adjust to reflect glibc reorganization.
29300         This affects only comments.
29301
29302 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29303
29304          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
29305          Reported by Bruce Korb <bkorb@gnu.org>.
29306
29307 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
29308
29309         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
29310         to pacify gcc -Wswitch-default.
29311
29312 2006-01-22  Bruno Haible  <bruno@clisp.org>
29313
29314         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
29315         temporary buffer for sprintf, take into account the precision also
29316         for 'd', 'i', 'u', 'o', 'x', 'X'.
29317
29318 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
29319
29320         * modules/argp-tests: New module
29321         * tests/test-argp.c: New file
29322         * tests/test-argp-2.sh: New file
29323
29324 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
29325
29326         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
29327         (__argp_base_name): Removed
29328         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
29329         typo.
29330         (__argp_base_name): Provide macro definition or extern declaration
29331         depending on the configuration
29332
29333 2006-01-20  Simon Josefsson  <jas@extundo.com>
29334
29335         * modules/inet_ntop (Depends-on): Depend on sys_socket.
29336
29337 2006-01-20  Simon Josefsson  <jas@extundo.com>
29338
29339         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
29340
29341 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29342
29343         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
29344         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
29345         Suggested by Bruno Haible.
29346
29347 2006-01-20  Karl Berry  <karl@gnu.org>
29348
29349         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
29350         until changes propagate, I guess.
29351
29352 2006-01-19  Simon Josefsson  <jas@extundo.com>
29353
29354         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
29355
29356 2006-01-19  Simon Josefsson  <jas@extundo.com>
29357
29358         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
29359
29360 2006-01-19  Simon Josefsson  <jas@extundo.com>
29361
29362         * gnulib-tool: Set check_PROGRAMS.
29363
29364         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
29365         modules/des-tests, modules/gc-arcfour-tests,
29366         modules/gc-arctwo-tests, modules/gc-des-tests,
29367         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
29368         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
29369         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
29370         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
29371         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
29372         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
29373         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
29374         test_*_SOURCES.
29375
29376 2006-01-18  Simon Josefsson  <jas@extundo.com>
29377
29378         * modules/socklen (Depends-on): Depend on sys_socket.
29379
29380 2006-01-18  Simon Josefsson  <jas@extundo.com>
29381
29382         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
29383         modules/des-tests, modules/gc-arcfour-tests,
29384         modules/gc-arctwo-tests, modules/gc-des-tests,
29385         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
29386         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
29387         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
29388         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
29389         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
29390         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
29391         $(EXEEXT) to automake TESTS variable, for mingw32.
29392
29393 2006-01-17  Simon Josefsson  <jas@extundo.com>
29394
29395         * modules/socklen (Include): Need sys/socket.h.
29396
29397 2006-01-17  Bruno Haible  <bruno@clisp.org>
29398
29399         * modules/ssize_t (Include): Add <sys/types.h>.
29400
29401 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
29402
29403         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
29404         it's not portable and it doesn't work with cross-compiles.
29405         Problem reported by Bruno Haible.  Fix missing-$ typo in
29406         'test "gl_cv_ignore_unused_libraries" ...' that prevented
29407         -zignore from being used with Sun's C compiler.
29408
29409 2006-01-12  Simon Josefsson  <jas@extundo.com>
29410
29411         * lib/base64.c: Fix warning, reported by Bruno Haible
29412         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
29413
29414 2006-01-12  Bruno Haible  <bruno@clisp.org>
29415
29416         * modules/ldd: New file.
29417         * build-aux/ldd.sh.in: New file.
29418         * MODULES.html.sh (Support for building libraries and executables): Add
29419         ldd.
29420
29421 2006-01-12  Bruno Haible  <bruno@clisp.org>
29422
29423         * m4/ldd.m4: New file.
29424
29425 2006-01-12  Bruno Haible  <bruno@clisp.org>
29426
29427         * gnulib-tool (func_import, func_create_testdir): Don't go into an
29428         endless loop while replacing $auxdir with build-aux.
29429
29430 2006-01-11  Simon Josefsson  <jas@extundo.com>
29431
29432         * lib/stdint_.h (SIZE_MAX): Add missing (.
29433
29434 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
29435
29436         Sync from coreutils.
29437         * lib/md5.c: Fix commentary typos.
29438         (alignof, UNALIGNED_P): No need for a GCC-specific version.
29439         * lib/md5.h (__attribute__): Remove; unused.
29440         * lib/sha1.c: Fix commentary to match md5 better.
29441         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
29442         so that we don't need to worry about alignment.  All uses changed.
29443         This merges the 2005-10-28 md5 change into sha1.
29444
29445 2006-01-11  Jim Meyering  <jim@meyering.net>
29446
29447         Sync from coreutils.
29448         * lib/md5.c (OP): Fix spacing.
29449
29450 2006-01-11  Bruno Haible  <bruno@clisp.org>
29451
29452         Ensure automatic ordering between gl_LOCK and gl_ARGP.
29453         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
29454         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
29455
29456 2006-01-11  Bruno Haible  <bruno@clisp.org>
29457
29458         Ensure automatic ordering between gl_LOCK and gl_ARGP.
29459         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
29460         the "early" section as well.
29461
29462 2006-01-11  Bruno Haible  <bruno@clisp.org>
29463
29464         Avoid "ar: no archive members specified" error on MacOS X.
29465         * gnulib-tool (func_modules_add_dummy): New function.
29466         (func_import, func_create_testdir): Invoke it.
29467
29468 2006-01-11  Bruno Haible  <bruno@clisp.org>
29469
29470         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
29471         with $auxdir in AC_CONFIG_FILES statements.
29472
29473 2006-01-11  Bruno Haible  <bruno@clisp.org>
29474
29475         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29476         Initialize also noinst_HEADERS to empty.
29477
29478 2006-01-11  Bruno Haible  <bruno@clisp.org>
29479
29480         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
29481         variables.
29482         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
29483         autoreconf.
29484
29485 2006-01-11  Bruno Haible  <bruno@clisp.org>
29486
29487         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
29488         overridable by the user.
29489         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29490
29491 2006-01-10  Simon Josefsson  <jas@extundo.com>
29492
29493         * modules/sys_socket: New file.
29494
29495 2006-01-10  Simon Josefsson  <jas@extundo.com>
29496
29497         * m4/sys_socket_h.m4: New file.
29498
29499 2006-01-10  Simon Josefsson  <jas@extundo.com>
29500
29501         * lib/socket_.h: New file.
29502
29503 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29504
29505         * modules/readutmp (Maintainer): Add myself.
29506
29507 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29508
29509         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
29510         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
29511         People who are still concerned with buggy memcmp implementations
29512         can invoke gl_FUNC_MEMCMP themselves.
29513
29514 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29515
29516         * lib/regex_internal.h (BITSET_WORD_BITS):
29517         Work around a bug in 64-bit PGC (before version 6.1-2), where the
29518         preprocessor mishandles large unsigned values as if they were signed.
29519         Problem reported by Claudio Fontana in
29520         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
29521
29522 2006-01-10  Jim Meyering  <jim@meyering.net>
29523
29524         Avoid the double-free (first in fts_read, second in fts_close) that
29525         would occur when an `active' directory is made inaccessible (e.g.,
29526         via chmod a-x) during a traversal.
29527         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
29528         before returning.  Reproduce this failure by
29529         mkdir -p a/b; cd a; chmod a-x . b
29530         Reported by Stavros Passas.
29531
29532         Sync from coreutils.
29533         * lib/sha1.c: Tweak grammar in a comment.
29534
29535 2006-01-10  Jim Meyering  <jim@meyering.net>
29536
29537         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
29538         Patch by Joerg Sonnenberger.
29539
29540 2006-01-10  Bruno Haible  <bruno@clisp.org>
29541
29542         * modules/readutmp: Depend on module free.
29543         * modules/strtok_r: Depend on module restrict.
29544
29545 2006-01-10  Bruno Haible  <bruno@clisp.org>
29546
29547         * modules/gettext (configure.ac): Add an invocation of
29548         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
29549
29550 2006-01-10  Bruno Haible  <bruno@clisp.org>
29551
29552         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
29553         Reported by Werner Lemberg <wl@gnu.org>.
29554
29555 2006-01-10  Bruno Haible  <bruno@clisp.org>
29556
29557         * lib/localcharset.c: Update from GNU gettext.
29558
29559 2006-01-10  Bruno Haible  <bruno@clisp.org>
29560
29561         * lib/argp.h (__const): Remove macro. Use const instead.
29562         * lib/argp-fmtstream.h (__const): Likewise.
29563         * lib/glob_.h (__const): Remove macro.
29564         * lib/glob-libc.h: Use const instead of __const.
29565
29566 2006-01-10  Bruno Haible  <bruno@clisp.org>
29567
29568         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
29569         variable.
29570         Needed to avoid an automake error regarding the 'gettext' module.
29571
29572 2006-01-09  Simon Josefsson  <jas@extundo.com>
29573
29574         * modules/inet_ntop (Depends-on): Add restrict.
29575
29576 2006-01-09  Simon Josefsson  <jas@extundo.com>
29577
29578         * modules/gc-rijndael-tests (License): Put under LGPL.
29579
29580         * modules/gc-des-tests (License): Likewise.
29581
29582         * modules/gc-arcfour-tests (License): Likewise.
29583
29584         * modules/gc-arctwo-tests (License): Likewise.
29585
29586         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
29587
29588         * modules/gc-hmac-sha1-tests (Files): Likewise.
29589
29590         * modules/gc-hmac-md5-tests (License): Likewise.
29591
29592         * modules/gc-sha1-tests (License): Likewise.
29593
29594         * modules/gc-md5-tests (License): Likewise.
29595
29596         * modules/gc-md4-tests (License): Likewise.
29597
29598         * modules/gc-md2-tests (License): Likewise.
29599
29600         * modules/gc-tests (License): Likewise.
29601
29602         * modules/des-tests (License): Likewise.
29603
29604         * modules/md4-tests (License): Likewise.
29605
29606         * modules/md2-tests (License): Likewise.
29607
29608 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29609
29610         Sync from coreutils:
29611
29612         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
29613         * modules/lib-ignore: New file.
29614         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
29615         chdir-safer.m4, lchmod.m4.
29616         * modules/openat: Add mkdirat.c, openat-priv.h.
29617
29618 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29619
29620         Sync from coreutils.
29621         * m4/lib-ignore.m4: New file.
29622         * m4/lchmod.m4: New file.
29623
29624 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29625
29626         Sync from coreutils.
29627         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
29628         for write access: POSIX says that must fail.
29629         * lib/fts.c (diropen): Likewise.
29630         * lib/save-cwd.c (save_cwd): Likewise.
29631         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
29632         well, for minor improvements on hosts that lack O_DIRECTORY.
29633         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
29634         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
29635         Fall back on chown if open failed with EACCES.
29636
29637         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
29638         Report an error at compile-time if only a 1-second nominal clock
29639         resolution is found.
29640
29641         * lib/lchmod.h: New file.
29642         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
29643         (make_dir_parents): Use lchown rather than chown, and
29644         lchmod rather than chmod.
29645
29646         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
29647         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
29648         "proc" reported by n0dalus.
29649
29650         * lib/mountlist.c: Include <limits.h>.
29651         (dev_from_mount_options)
29652         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
29653         New function.  It no longer assumes "dev=" has the System V meaning
29654         on Linux (since it doesn't).  It also parses "dev=" more carefully.
29655         (read_file_system_list)
29656         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
29657         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
29658         dev= in that case.
29659
29660         * lib/posixtm.h (PDS_PRE_2000): New macro.
29661         * lib/posixtm.c (year): Arg is now syntax_bits rather than
29662         allow_century.  All usages changed.  Reject dates outside the range
29663         1969-1999 if PDS_PRE_2000 is used.
29664
29665 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29666
29667         Sync from coreutils.
29668         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
29669         (Time of day items): Mention the possibility of leap seconds.
29670         Problem reported by Dr. David Alan Gilbert.
29671
29672 2006-01-09  Jim Meyering  <jim@meyering.net>
29673
29674         Sync from coreutils.
29675
29676         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
29677
29678         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
29679
29680         * lib/modechange.c (mode_compile): Reject an invalid mode string
29681         that starts with an octal digit.  From Andreas Gruenbacher.
29682
29683         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
29684         and dup to open_safer and dup_safer, respectively.
29685         (openat_permissive): Fix typo in comment.
29686
29687         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
29688         "gettext.h"; either no longer needed or are guaranteed by openat.h.
29689         (_): Remove; no longer needed.
29690         (openat): Renamed from rpl_openat; no need for rpl_openat
29691         since openat.h renames openat for us.
29692         Replace most of the body with a call to openat_permissive,
29693         to avoid duplicate code.
29694         Port to (probably hypothetical) environments were mode_t is
29695         wider than int.
29696         (openat_permissive): Require mode arg, so that we can check
29697         types better.  Put it just after flags.  Change cwd failure
29698         indicator from pointer-to-bool to pointer-to-errno-value.
29699         All callers changed.
29700         Invoke openat_save_fail and/or openat_restore_fail if
29701         cwd_errno is null, so that openat can call us.
29702         (openat_permissive, fdopendir, fstatat, unlinkat):
29703         Simplify errno handling to avoid some duplicate code,
29704         as it's OK to set errno on success.
29705         * lib/openat.h: Revamp code so that function macros depend on
29706         __OPENAT_PREFIX only, not also on AT_FDCWD.
29707         (openat_ro): Remove.  Caller changed to use openat_permissive.
29708         (openat_permissive): Now a macro, if not a function.
29709         (openat_restore_fail, openat_save_fail): Now always functions,
29710         since mkdirat needs them even if __OPENAT_PREFIX is defined.
29711
29712         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
29713         and openat.c.
29714         * lib/mkdirat.c: Include openat-priv.h.
29715         Remove definitions of macros defined therein.
29716         * lib/openat.c: Likewise.
29717
29718         * lib/mkdirat.c (mkdirat): New file and function.
29719         * lib/openat.h (mkdirat): Declare.
29720
29721         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
29722
29723         * lib/openat.h (openat_permissive): Declare.
29724         (openat_ro): Define.
29725
29726         * lib/openat.c (EXPECTED_ERRNO): New macro.
29727         (openat_permissive): New function -- used in remove.c rewrite.
29728         (all functions): Set errno just before returning, only if there
29729         was an actual failure.
29730         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
29731
29732         Emulate openat-family functions using Linux's procfs, if possible.
29733         Idea and some code based on Ulrich Drepper's glibc changes.
29734
29735         * lib/openat.c: (BUILD_PROC_NAME): New macro.
29736         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
29737         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
29738         before falling back on save_cwd and restore_cwd.
29739         (fdopendir, fstatat, unlinkat): Likewise.
29740
29741         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
29742         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
29743
29744         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
29745         as second argument to va_arg.  Otherwise, some versions of gcc
29746         warn that `if this code is reached, the program will abort'.
29747
29748 2006-01-09  Jim Meyering  <jim@meyering.net>
29749
29750         Sync from coreutils.
29751         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
29752         Require openat-priv.h.
29753
29754 2006-01-09  Bruno Haible  <bruno@clisp.org>
29755
29756         * modules/strnlen (Include): Use strnlen.h.
29757
29758 2006-01-09  Bruno Haible  <bruno@clisp.org>
29759
29760         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
29761
29762 2006-01-09  Bruno Haible  <bruno@clisp.org>
29763
29764         * lib/sysexit_.h (EX_OK): New macro.
29765         Suggested by Martin Lambers <marlam@marlam.de>.
29766
29767 2006-01-09  Bruno Haible  <bruno@clisp.org>
29768
29769         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
29770         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
29771
29772 2006-01-09  Bruno Haible  <bruno@clisp.org>
29773
29774         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
29775         numbers.
29776
29777 2006-01-09  Bruno Haible  <bruno@clisp.org>
29778
29779         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
29780         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
29781         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
29782         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
29783
29784 2006-01-09  Bruno Haible  <bruno@clisp.org>
29785
29786         * build-aux/javacomp.sh.in: New file, moved from lib/.
29787         * modules/javacomp-script (Files): Update.
29788         (configure.ac): Add AC_CONFIG_FILES invocation.
29789         (EXTRA_DIST): Remove variable.
29790
29791         * build-aux/javaexec.sh.in: New file, moved from lib/.
29792         * modules/javaexec (Files): Update.
29793         (configure.ac): Add AC_CONFIG_FILES invocation.
29794         (EXTRA_DIST): Remove javaexec.sh.in.
29795
29796         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
29797         * modules/csharpcomp-script (Files): Update.
29798         (configure.ac): Add AC_CONFIG_FILES invocation.
29799         (EXTRA_DIST): Remove variable.
29800
29801         * build-aux/csharpexec.sh.in: New file, moved from lib/.
29802         * modules/csharpexec (Files): Update.
29803         (configure.ac): Add AC_CONFIG_FILES invocation.
29804         (EXTRA_DIST): Remove csharpexec.sh.in.
29805
29806 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
29807
29808         Sync from coreutils.
29809
29810         Add POSIX ACL support
29811         * lib/acl.h (copy_acl, set_acl): Add declarations.
29812         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
29813         systems other than Linux.
29814         (chmod_or_fchmod): New function: use fchmod when possible,
29815         and chmod otherwise.
29816         (file_has_acl): Add a POSIX ACL implementation, with a
29817         Linux-specific subcase.
29818         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
29819         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
29820         acls are unsupported.
29821         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
29822         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
29823         are unsupported.
29824
29825 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
29826
29827         Sync from coreutils.
29828         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
29829
29830 2006-01-07  Bruno Haible  <bruno@clisp.org>
29831
29832         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
29833         gl_EARLY.
29834
29835 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29836
29837         * lib/strftime.c (tzname): Don't declare if it is already #defined.
29838         Problem reported for Mingw by Mark Junker.
29839
29840 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29841
29842         * README: Gnulib normally doesn't generate a tarball.
29843
29844 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
29845
29846         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
29847         long int, not int, for nanosecond counts, so that people who are
29848         used to POSIX struct timespec won't be surprised.  Reported by Jim
29849         Meyering.
29850
29851 2005-12-28  Bruno Haible  <bruno@clisp.org>
29852
29853         * build-aux/config.rpath: Update from GNU gettext.
29854
29855 2005-12-16  Jim Meyering  <jim@meyering.net>
29856
29857         * modules/fprintftime: New module.
29858         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
29859
29860 2005-12-16  Jim Meyering  <jim@meyering.net>
29861
29862         * m4/fprintftime.m4: New file.
29863
29864 2005-12-16  Jim Meyering  <jim@meyering.net>
29865
29866         * lib/fprintftime.c, lib/fprintftime.h: New files.
29867
29868 2005-12-15  Simon Josefsson  <jas@extundo.com>
29869
29870         * modules/socklen (configure.ac): Fix M4 macro name, to align with
29871         new m4/socklen.m4.
29872
29873 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29874
29875         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
29876         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
29877
29878 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29879
29880         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
29881         * lib/argp-help.c (fill_in_uparams): Check if the constructed
29882         struct uparams is valid. Fall back to the default values if it is
29883         not.
29884
29885 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29886
29887         * modules/argp (Files): Add argp-pin.c
29888         (Depends-on): dirname
29889         (lib_SOURCES): Add argp-pin.c
29890
29891 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29892
29893         * m4/argp.m4:  Check if program_invocation_name and
29894         program_invocation_short_name are declared and define appropriate
29895         macros if they are not.
29896
29897 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29898
29899         * lib/argp-help.c (__argp_base_name): New function
29900         (__argp_short_program_name): Rewrite using __argp_base_name
29901         * lib/argp-namefrob.h: Define program_invocation_name and
29902         program_invocation_short_name if requested
29903         (__argp_base_name): Add prototype
29904         * lib/argp-parse.c (argp_def): Use gettext wrappers
29905         (argp_default_parser): Use __argp_base_name
29906         * lib/argp-pin.c: New file. Defines program_invocation_name and
29907         program_invocation_short_name on systems that lack them.
29908
29909 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29910
29911         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
29912         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
29913         porting problem reported by Georg Schwarz in
29914         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
29915
29916 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29917
29918         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
29919         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
29920         porting problem reported by Georg Schwarz in
29921         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
29922
29923 2005-12-05  Bruno Haible  <bruno@clisp.org>
29924
29925         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
29926         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
29927         Reported by Mark Junker <mjscod@gmx.de>.
29928
29929 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
29930
29931         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
29932         Use implementation from Albert Chin, with some
29933         comments/corrections by Stepan Kasal and myself.
29934
29935 2005-12-02  Bruno Haible  <bruno@clisp.org>
29936
29937         * gnulib-tool (func_import): Accept GPLed build tool modules when
29938         --lgpl is given.
29939         * modules/csharpcomp-script: New file.
29940         * modules/csharpcomp: Depend on it.
29941         * modules/javacomp-script: New file.
29942         * modules/javacomp: Depend on it.
29943         Suggested by Simon Josefsson.
29944
29945 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
29946
29947         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
29948         statement, to work around an HP-UX 10.20 compiler bug reported by
29949         Peter O'Gorman.
29950
29951 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
29952
29953         * modules/savedir (Depends-on): Add openat.
29954
29955 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
29956
29957         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
29958         (uintmax_t) [defined uintmax_t]: Do not declare.
29959         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
29960         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
29961         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
29962         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
29963         sake of portability to weird hosts that C allows (though we don't
29964         know of any practical examples).
29965
29966         * lib/savedir.h (fdsavedir): New decl.
29967         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
29968         contains most of the former guts of savedir.
29969         (savedir): Use savedirstream.
29970         Include "openat.h".
29971
29972 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
29973
29974         * modules/obstack (Files): Add m4/ulonglong.m4.
29975         Problem reported by Davide Angelocola.
29976
29977 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
29978
29979         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
29980         coreutils no longer futzes with rounding modes.
29981
29982 2005-11-14  Jim Meyering  <jim@meyering.net>
29983
29984         * lib/mkstemp-safer.c: Include <config.h>, required for possible
29985         replacement of mkstemp.
29986
29987 2005-11-10  Simon Josefsson  <jas@extundo.com>
29988
29989         * lib/readline.c: Remove EOL.
29990
29991 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29992
29993         * modules/gethrxtime (Depends-on): Add gettime.
29994
29995 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29996
29997         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
29998         or gettimeofday; no longer needed.
29999
30000 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30001
30002         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
30003         time business.
30004         (gethrxtime) [! (HAVE_NANOUPTIME
30005         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
30006         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
30007         our own approximation.
30008
30009 2005-11-08  Eric Blake  <ebb9@byu.net>
30010
30011         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
30012
30013 2005-11-08  Eric Blake  <ebb9@byu.net>
30014
30015         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
30016
30017 2005-11-04  Bruno Haible  <bruno@clisp.org>
30018
30019         * gnulib-tool: Implement --update mode.
30020
30021 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30022
30023         Fix porting problem reported by Theodoros V. Kalamatianos.
30024         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
30025         Don't assume that futimes failing means we must fail.
30026
30027 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30028
30029         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
30030         variables to suggest the intended function of the PATH_MAX check.
30031
30032 2005-10-30  Kean Johnston  <jkj@sco.com>
30033
30034         Trivial changes to support SCO systems.
30035         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
30036         as PATH_MAX.
30037         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
30038         where __ptr is null when no I/O is pending.
30039
30040 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30041
30042         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
30043         leave errno alone.  Problem reported by Dmitry V. Levin.
30044
30045 2005-10-28  Simon Josefsson  <jas@extundo.com>
30046
30047         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
30048         Test more.
30049
30050         * tests/test-gc-md2.c, tests/test-md2.c: New files.
30051
30052         * modules/md2, modules/md2-tests: New files.
30053
30054 2005-10-28  Simon Josefsson  <jas@extundo.com>
30055
30056         * m4/inet_ntop.m4: More tests.
30057
30058         * m4/gc-md2.m4, md2.m4: New file.
30059
30060 2005-10-28  Simon Josefsson  <jas@extundo.com>
30061
30062         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
30063         "restrict" keywords, as per POSIX.  Protect the function
30064         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
30065         Don't use K&R prototypes.  Check the sprintf return values.
30066         Re-define EAFNOSUPPORT if not present.  Indent.
30067
30068         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
30069         suggested by Bruno Haible <bruno@clisp.org>.
30070
30071         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
30072
30073         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
30074
30075         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
30076         libgcrypt).
30077
30078         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
30079
30080         * lib/md2.h, lib/md2.c: New files.
30081
30082 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
30083
30084         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
30085         errno alone.  Problem reported by Frederic Jolliton.
30086
30087 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
30088
30089         * modules/verify (License): Change from GPL to LGPL.  This is a
30090         tiny module and there are apparently near-equivalents that are
30091         under the BSD license.
30092
30093 2005-10-24  Simon Josefsson  <jas@extundo.com>
30094
30095         * modules/sha1: Relicense to LGPL.
30096
30097 2005-10-24  Simon Josefsson  <jas@extundo.com>
30098
30099         * lib/md4.h: Shrink buffer size, now that we changed the type.
30100
30101 2005-10-23  Simon Josefsson  <jas@extundo.com>
30102
30103         * gnulib-tool (func_import): Fix --tests-base.
30104
30105 2005-10-22  Simon Josefsson  <jas@extundo.com>
30106
30107         * modules/arcfour (Depends-on): Need stdint.
30108
30109 2005-10-22  Simon Josefsson  <jas@extundo.com>
30110
30111         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
30112         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
30113
30114 2005-10-22  Simon Josefsson  <jas@extundo.com>
30115
30116         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
30117         suggested by Bruno Haible <bruno@clisp.org>.
30118
30119 2005-10-22  Simon Josefsson  <jas@extundo.com>
30120
30121         * lib/crc.h: Include stddef.h, for size_t.
30122
30123 2005-10-22  Simon Josefsson  <jas@extundo.com>
30124
30125         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
30126         arcfour_context struct (simplify test vector testing in GNU
30127         Shishi).
30128
30129 2005-10-21  Simon Josefsson  <jas@extundo.com>
30130
30131         * modules/des, modules/des-tests: New files.
30132
30133         * modules/gc-des, modules/gc-des-tests: New files.
30134
30135         * tests/test-des.c, tests/test-gc-des.c: New file.
30136
30137 2005-10-21  Simon Josefsson  <jas@extundo.com>
30138
30139         * modules/arctwo, modules/arctwo-tests: New files.
30140
30141         * tests/test-arctwo.c: New file.
30142
30143         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
30144
30145         * tests/test-gc-arctwo.c: New file.
30146
30147 2005-10-21  Simon Josefsson  <jas@extundo.com>
30148
30149         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
30150         Bruno Haible <bruno@clisp.org>.
30151
30152         * m4/gc-des.m4: New file.
30153
30154 2005-10-21  Simon Josefsson  <jas@extundo.com>
30155
30156         * m4/arctwo.m4: New file.
30157
30158         * m4/gc-arctwo.m4: New file.
30159
30160 2005-10-21  Simon Josefsson  <jas@extundo.com>
30161
30162         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
30163         block.
30164
30165 2005-10-21  Simon Josefsson  <jas@extundo.com>
30166
30167         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
30168         <bruno@clisp.org>.
30169
30170         * lib/hmac-sha1.c (hmac_sha1): Likewise.
30171
30172         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
30173         Bruno Haible <bruno@clisp.org>.
30174
30175         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
30176         <bruno@clisp.org>.
30177
30178 2005-10-21  Simon Josefsson  <jas@extundo.com>
30179
30180         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
30181
30182 2005-10-21  Simon Josefsson  <jas@extundo.com>
30183
30184         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
30185
30186 2005-10-21  Simon Josefsson  <jas@extundo.com>
30187
30188         * lib/des.h, lib/des.c: New files.
30189
30190         * lib/gc-gnulib.c: Support DES.c
30191
30192 2005-10-21  Simon Josefsson  <jas@extundo.com>
30193
30194         * lib/arctwo.h, lib/arctwo.c: New files.
30195
30196         * lib/gc-gnulib.c: Support ARCTWO.
30197
30198 2005-10-21  Simon Josefsson  <jas@extundo.com>
30199
30200         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
30201         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30202
30203 2005-10-21  Simon Josefsson  <jas@extundo.com>
30204
30205         * gnulib-tool (func_import, func_create_testdir): Define automake
30206         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
30207         Makefile.am snippet),
30208         suggested by Bruno Haible <bruno@clisp.org>.
30209
30210         * modules/gc (Makefile.am): Use it.
30211
30212 2005-10-21  Bruno Haible  <bruno@clisp.org>
30213
30214         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
30215         patch.
30216
30217 2005-10-19  Simon Josefsson  <jas@extundo.com>
30218
30219         * tests/test-gc-rijndael.c: New file.
30220
30221         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
30222
30223 2005-10-19  Simon Josefsson  <jas@extundo.com>
30224
30225         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
30226         interface too.
30227
30228 2005-10-19  Simon Josefsson  <jas@extundo.com>
30229
30230         * tests/test-gc-arcfour.c: New file.
30231
30232         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
30233
30234 2005-10-19  Simon Josefsson  <jas@extundo.com>
30235
30236         * modules/gc-md4, modules/gc-md4-tests: New file.
30237
30238         * tests/test-gc-md4.c: New file.
30239
30240 2005-10-19  Simon Josefsson  <jas@extundo.com>
30241
30242         * m4/gc-md4.m4: New file.
30243
30244 2005-10-19  Simon Josefsson  <jas@extundo.com>
30245
30246         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
30247         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
30248         <kasal@ucw.cz>.
30249
30250 2005-10-19  Simon Josefsson  <jas@extundo.com>
30251
30252         * m4/gc-arcfour.m4: New file.
30253
30254         * m4/gc-rijndael.m4: New file.
30255
30256 2005-10-19  Simon Josefsson  <jas@extundo.com>
30257
30258         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
30259
30260 2005-10-19  Simon Josefsson  <jas@extundo.com>
30261
30262         * lib/gc-gnulib.c: Support ARCFOUR.
30263
30264 2005-10-19  Simon Josefsson  <jas@extundo.com>
30265
30266         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
30267         support.
30268
30269         * lib/gc.h: Add ECB enum type.
30270
30271         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
30272
30273 2005-10-18  Simon Josefsson  <jas@extundo.com>
30274
30275         * tests/test-md5.c: New file.
30276
30277         * modules/md5-tests: New file.
30278
30279 2005-10-18  Simon Josefsson  <jas@extundo.com>
30280
30281         * tests/test-md4.c: New file.
30282
30283         * modules/md4, modules/md4-tests: New files.
30284
30285 2005-10-18  Simon Josefsson  <jas@extundo.com>
30286
30287         * m4/md4.m4: New file.
30288
30289 2005-10-18  Simon Josefsson  <jas@extundo.com>
30290
30291         * lib/md4.h, lib/md4.c: New files, based on md5.?.
30292
30293 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
30294
30295         * gnulib-tool (func_create_testdir): Omit the second check whether
30296         BUILT_SOURCES in nonempty.
30297
30298 2005-10-17  Simon Josefsson  <jas@extundo.com>
30299
30300         * tests/test-rijndael.c: New file.
30301
30302 2005-10-17  Simon Josefsson  <jas@extundo.com>
30303
30304         * modules/sha1: Depend on stdint instead of md5.
30305
30306         * modules/md5: Depend on stdint, remove uint32_t.
30307
30308 2005-10-17  Simon Josefsson  <jas@extundo.com>
30309
30310         * modules/gc-sha1-tests: New file.
30311
30312         * tests/test-gc-sha1.c: New file.
30313
30314 2005-10-17  Simon Josefsson  <jas@extundo.com>
30315
30316         * m4/md5.m4: Remove call to uint32_t.m4.
30317
30318 2005-10-17  Simon Josefsson  <jas@extundo.com>
30319
30320         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
30321
30322         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
30323         md5.h.
30324
30325         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
30326
30327         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
30328
30329 2005-10-17  Simon Josefsson  <jas@extundo.com>
30330
30331         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
30332
30333 2005-10-17  Simon Josefsson  <jas@extundo.com>
30334
30335         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
30336
30337 2005-10-17  Simon Josefsson  <jas@extundo.com>
30338
30339         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
30340
30341         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
30342
30343 2005-10-17  Bruno Haible  <bruno@clisp.org>
30344
30345         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
30346         that it can also be used in a test.
30347
30348 2005-10-16  Bruno Haible  <bruno@clisp.org>
30349
30350         * gnulib-tool (func_emit_tests_Makefile_am): Also define
30351         TESTS_ENVIRONMENT, so that individual tests can augment it.
30352
30353         * gnulib-tool (func_create_testdir): Use an intermediate target for
30354         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
30355         macros, like $(ALLOCA_H), which cannot be passed through the command
30356         line.
30357
30358 2005-10-15  Simon Josefsson  <jas@extundo.com>
30359
30360         * modules/rijndael-tests: New file.
30361
30362         * modules/rijndael: New file.
30363
30364 2005-10-15  Simon Josefsson  <jas@extundo.com>
30365
30366         * m4/rijndael.m4: New file.
30367
30368 2005-10-15  Simon Josefsson  <jas@extundo.com>
30369
30370         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
30371
30372         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
30373
30374 2005-10-14  Simon Josefsson  <jas@extundo.com>
30375
30376         * tests/test-arcfour.c: New file.
30377
30378         * modules/arcfour, modules/arcfour-tests: New files.
30379
30380 2005-10-14  Simon Josefsson  <jas@extundo.com>
30381
30382         * m4/arcfour.m4: New file.
30383
30384 2005-10-14  Simon Josefsson  <jas@extundo.com>
30385
30386         * lib/arcfour.h, lib/arcfour.c: New files.
30387
30388 2005-10-14  Roland McGrath  <roland@redhat.com>
30389
30390         Import from libc.  [BZ #1331]
30391         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
30392         macro argument.
30393         Reported by Matej Vela <vela@debian.org>.
30394
30395 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30396
30397         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
30398         include <wchar.h>; no longer needed.
30399
30400 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30401
30402         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
30403
30404 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
30405         and  Ulrich Drepper  <drepper@redhat.com>
30406
30407         Import from libc.
30408         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
30409         instead of inline stream orientation test and two separate
30410         function calls.  Pay no attention to USE_IN_LIBIO.
30411
30412 2005-10-13  Simon Josefsson  <jas@extundo.com>
30413
30414         * modules/gc-hmac-md5-tests: New file.
30415
30416         * tests/test-gc-hmac-sha1.c: New file.
30417
30418         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
30419
30420         * modules/gc-hmac-md5-tests: New file.
30421
30422         * tests/test-gc-md5.c: New file.
30423
30424         * modules/gc-md5-tests: New file.
30425
30426 2005-10-13  Simon Josefsson  <jas@extundo.com>
30427
30428         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
30429         Move memory allocation outside of loop.
30430
30431 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
30432
30433         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
30434         intermediate directory is in a read-only file system.  Problem
30435         reported by Eric Blake.
30436
30437 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
30438
30439         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
30440
30441 2005-10-12  Simon Josefsson  <jas@extundo.com>
30442
30443         * tests/test-hmac-sha1.c: New file.
30444
30445         * modules/hmac-sha1-tests: New file.
30446
30447         * modules/hmac-sha1: New file.
30448
30449 2005-10-12  Simon Josefsson  <jas@extundo.com>
30450
30451         * modules/gc-sha1: New file.
30452
30453 2005-10-12  Simon Josefsson  <jas@extundo.com>
30454
30455         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
30456
30457         * tests/test-gc-pbkdf2-sha1.c: New file.
30458
30459 2005-10-12  Simon Josefsson  <jas@extundo.com>
30460
30461         * modules/gc-md5, modules/gc-hmac-md5: New files.
30462
30463         * modules/gc (Files): Remove md5, memxor and hmac files.
30464
30465 2005-10-12  Simon Josefsson  <jas@extundo.com>
30466
30467         * m4/gc-pbkdf2-sha1.m4: New file.
30468
30469         * m4/gc-hmac-sha1.m4: New file.
30470
30471         * m4/gc-sha1: New file.
30472
30473         * m4/hmac-sha1.m4: New file.
30474
30475 2005-10-12  Simon Josefsson  <jas@extundo.com>
30476
30477         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
30478
30479         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
30480
30481 2005-10-12  Simon Josefsson  <jas@extundo.com>
30482
30483         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
30484         suggested by Bruno Haible <bruno@clisp.org>.
30485
30486 2005-10-12  Simon Josefsson  <jas@extundo.com>
30487
30488         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
30489
30490 2005-10-12  Simon Josefsson  <jas@extundo.com>
30491
30492         * lib/gc-pbkdf2-sha1.c: New file.
30493
30494         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
30495
30496 2005-10-12  Simon Josefsson  <jas@extundo.com>
30497
30498         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
30499
30500         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
30501
30502 2005-10-12  Simon Josefsson  <jas@extundo.com>
30503
30504         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
30505         GC_USE_HMAC_MD5, respectively.
30506
30507         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
30508         (gc_md5): Fix typo.
30509
30510         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
30511
30512         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
30513
30514         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
30515
30516 2005-10-12  Bruno Haible  <bruno@clisp.org>
30517
30518         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
30519         Reported by Stepan Kasal <kasal@ucw.cz>.
30520
30521 2005-10-11  Simon Josefsson  <jas@extundo.com>
30522
30523         * tests/test-crc.c: New file.
30524
30525         * modules/crc, modules/crc-tests: New files.
30526
30527 2005-10-11  Simon Josefsson  <jas@extundo.com>
30528
30529         * m4/crc.m4: New file.
30530
30531 2005-10-11  Simon Josefsson  <jas@extundo.com>
30532
30533         * lib/gc.h: Add gc_hash and gc_hash_buffer.
30534
30535         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
30536
30537         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
30538
30539 2005-10-11  Simon Josefsson  <jas@extundo.com>
30540
30541         * lib/crc.h, lib/crc.c: New files.
30542
30543         * lib/gc.h (gc_hash_buffer): Add doc.
30544
30545 2005-10-11  Bruno Haible  <bruno@clisp.org>
30546
30547         * modules/c-strcasestr: New file.
30548         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
30549
30550 2005-10-11  Bruno Haible  <bruno@clisp.org>
30551
30552         * modules/c-strcase: New file.
30553         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
30554
30555 2005-10-11  Bruno Haible  <bruno@clisp.org>
30556
30557         * lib/strcasecmp.c: Include limits.h.
30558         (strcasecmp): Avoid integer overflow on exotic platforms.
30559         * lib/strncasecmp.c: Include limits.h.
30560         (strncasecmp): Avoid integer overflow on exotic platforms.
30561         Reported by Paul Eggert.
30562
30563 2005-10-11  Bruno Haible  <bruno@clisp.org>
30564
30565         * lib/c-strcasestr.h: New file, from GNU gettext.
30566         * lib/c-strcasestr.c: New file, from GNU gettext.
30567
30568 2005-10-11  Bruno Haible  <bruno@clisp.org>
30569
30570         * lib/c-strcase.h: New file, from GNU gettext.
30571         * lib/c-strcasecmp.c: New file, from GNU gettext.
30572         * lib/c-strncasecmp.c: New file, from GNU gettext.
30573
30574 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
30575
30576         * modules/mempcpy (License): GPL -> LGPL.
30577         * modules/strchrnul (License): Likewise.
30578         * modules/sysexits (License): Likewise.
30579
30580 2005-10-08  Simon Josefsson  <jas@extundo.com>
30581
30582         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
30583
30584 2005-10-07  Simon Josefsson  <jas@extundo.com>
30585
30586         * m4/memxor.m4: Remove gl_C_RESTRICT call.
30587
30588 2005-10-06  Simon Josefsson  <jas@extundo.com>
30589
30590         * tests/test-hmac-md5.c: New file.
30591
30592         * modules/hmac-md5-tests: New file.
30593
30594         * modules/hmac-md5: New file.
30595
30596 2005-10-06  Simon Josefsson  <jas@extundo.com>
30597
30598         * m4/hmac-md5.m4: New file.
30599
30600         * m4/memxor.m4: Require gl_C_RESTRICT.
30601
30602 2005-10-06  Simon Josefsson  <jas@extundo.com>
30603
30604         * lib/memxor.c (memxor): Avoid casts and warnings.
30605
30606 2005-10-06  Simon Josefsson  <jas@extundo.com>
30607
30608         * lib/hmac-md5.c: New file.
30609
30610         * lib/hmac.h: New file.
30611
30612 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
30613
30614         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
30615         promotes to int, not unsigned int, to catch the AIX 5.3
30616         compiler bug.
30617
30618 2005-10-05  Simon Josefsson  <jas@extundo.com>
30619
30620         * modules/memxor: New file.
30621
30622         * modules/iconv (Files): Move config.rpath to havelib, it is used
30623         there.
30624
30625         * modules/havelib (Files): Add config.rpath.
30626
30627 2005-10-05  Simon Josefsson  <jas@extundo.com>
30628
30629         * m4/memxor.m4: New file.
30630
30631 2005-10-05  Simon Josefsson  <jas@extundo.com>
30632
30633         * lib/memxor.c (memxor): Fix compiler error.
30634
30635         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
30636         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
30637
30638         * lib/memxor.h, lib/memxor.c: New files.
30639
30640         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
30641         we assume all systems have it, suggested by Jim Meyering
30642         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
30643         any systems lack sys/socket.h; mingw32 is known to lack it, but we
30644         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
30645         same reasons.
30646
30647 2005-10-05  Simon Josefsson  <jas@extundo.com>
30648
30649         * config/srclist.txt: Add glibc bug 1423 for md5.h.
30650
30651 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
30652
30653         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
30654         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
30655         needed, since the source code now assumes these .h files.
30656
30657 2005-10-05  Derek Price  <derek@ximbiot.com>
30658
30659         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
30660
30661 2005-10-05  Bruno Haible  <bruno@clisp.org>
30662
30663         * modules/stdint (License): Change to LGPL.
30664
30665 2005-10-04  Simon Josefsson  <jas@extundo.com>
30666
30667         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
30668         D. Baushke" <mdb@gnu.org>.
30669
30670 2005-10-04  Bruno Haible  <bruno@clisp.org>
30671
30672         * lib/verify.h (verify_true): Provide alternative definition for C++.
30673
30674 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
30675
30676         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
30677         (SSIZE_MAX): New macro, if not already defined.
30678         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
30679         than 2 GiB.
30680
30681 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30682
30683         Sync from coreutils.
30684         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
30685         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
30686         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
30687         ULLONG_MAX doesn't work with 2.7.2.1.
30688
30689 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30690
30691         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
30692         From Ben Pfaff.
30693
30694         * modules/exclude (Depends-on): Depend on verify.
30695         * modules/strtoimax (Depends-on): Likewise.
30696         * modules/utimecmp (Depends-on): Likewise.
30697
30698 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30699
30700         * lib/exclude.c: Include verify.h.
30701         (verify): Remove.  All callers changed to use verify.h's version.
30702         * lib/strtoimax.c: Likewise.
30703         * lib/utimecmp.c: Likewis.e
30704
30705         Sync from coreutils.
30706         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
30707         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
30708         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
30709         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
30710         bother returning ENOSYS if settimeofday or stime fails; just let
30711         them return whatever errno they want to return.
30712         * lib/utimens.c: Include unistd.h, for dup2.
30713         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
30714         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
30715
30716 2005-10-02  Jim Meyering  <jim@meyering.net>
30717
30718         Sync from coreutils.
30719         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
30720         from glibc-2.2.5 that fails for read-only files.
30721
30722 2005-10-02  Jim Meyering  <jim@meyering.net>
30723
30724         Sync from coreutils.
30725         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
30726         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
30727         `#if HAVE_CONFIG_H'.
30728         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
30729         Remove AT_FDCWD test.
30730         Do not consume the fd unless successful.
30731         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
30732         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
30733         block, so that we don't even try to compile it if settimeofday is
30734         available.  This works around a compilation failure on OSF1 V5.1,
30735         due to stime requiring a `long int*' while tv_sec is `int'.
30736
30737 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
30738
30739         Sync from coreutils.
30740         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
30741         against `yes', rather than just testing for nonempty.
30742
30743 2005-10-01  Simon Josefsson  <jas@extundo.com>
30744
30745         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
30746         and Darwin.
30747
30748         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
30749         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
30750         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
30751         freeaddrinfo and gai_strerror are declared by the POSIX headers.
30752         Check if struct addrinfo is declared.
30753
30754 2005-10-01  Simon Josefsson  <jas@extundo.com>
30755
30756         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
30757         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
30758         AI_* and EAI_* definitions.  Protect function declarations.
30759
30760 2005-10-01  Jim Meyering  <jim@meyering.net>
30761
30762         Sync from coreutils.
30763
30764         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
30765         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
30766         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
30767         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
30768         in the inet and nsl libraries.  Required on Solaris 5.7.
30769
30770 2005-10-01  Jim Meyering  <jim@meyering.net>
30771
30772         Sync from coreutils.
30773         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
30774         in the inet and nsl libraries.  Required on Solaris 5.7.
30775
30776 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
30777
30778         * lib/getdelim.c (getdelim): Remove unused variables.
30779
30780 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
30781
30782         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
30783         so that the code works even with ancient cpp.  Portability problem
30784         with GCC 2.7.2.1 reported by Thomas M.Ott.
30785
30786 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
30787
30788         * modules/regex (Depends-on): Add strcase.
30789
30790         * modules/gethostname (Licence): Change from GPL to LGPL, since
30791         gethostname.c is a trivial implementation of a standard library
30792         function.
30793         * modules/poll (License): Change from GPL to LGPL, since it's
30794         derived from LGPL code.
30795
30796 2005-09-27  Jim Meyering  <jim@meyering.net>
30797
30798         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
30799         HAVE_CONFIG_H.
30800
30801         * lib/intprops.h (signed_type_or_expr__): Define.
30802         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
30803         for unsigned types.
30804
30805 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
30806
30807         * lib/verify.h (verify_expr): Remove, replacing with:
30808         (verify_true): New macro that returns true instead of void.
30809         (verify_type__): Remove.
30810         (verify): Use verify_true rather than verify_type__.
30811
30812 2005-09-26  Bruno Haible  <bruno@clisp.org>
30813
30814         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
30815         is necessary.
30816         (lib_SOURCES): Remove mbchar.c.
30817         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
30818         (Files): Add m4/mbrtowc.m4.
30819         * modules/mbiter: Likewise.
30820         * modules/mbuiter: Likewise.
30821
30822 2005-09-26  Bruno Haible  <bruno@clisp.org>
30823
30824         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
30825         compile mbchar.c if they are not both present.
30826         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
30827         * m4/mbiter.m4 (gl_MBITER): Likewise.
30828         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
30829         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
30830         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
30831
30832 2005-09-25  Jim Meyering  <jim@meyering.net>
30833
30834         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
30835         also uses socklen_t.
30836
30837 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
30838
30839         * lib/utimens.c (ENOSYS): Define if not already defined.
30840         (futimens): Support having a null PATH if the file descriptor
30841         is nonnegative.
30842
30843         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
30844         Remove.
30845         (__attribute): Define to empty unless GCC 3.1 or later.
30846         This works around a core dump on OpenBSD 3.4, which has GCC
30847         2.95.3, which dumps core when given __attribute__(()).  It also
30848         simplifies other tests, since we really don't want to bother with
30849         worrying about which ancient version of GCC supported what.
30850         Original problem reported by Yoann Vandoorselaere, with part of
30851         the fix suggested by Derek Price.
30852
30853 2005-09-24  Jim Meyering  <jim@meyering.net>
30854
30855         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
30856         so we can once again use a positive bitfield width of 1 -- now we
30857         don't have to explain why we were using a bitfield width of 2.
30858
30859 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
30860
30861         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
30862         and similarly for the other external symbols.  Problem reported
30863         by James Gallager.
30864
30865         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
30866         bug reported by Jim Meyering.
30867
30868         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
30869         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
30870         not needed, since socklen is a prerequisite module.
30871
30872 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
30873
30874         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
30875         Problem reported by Eric Blake.
30876         (getaddrinfo): Initialize se so that it's not garbage.
30877         Redo internal storage allocation so that it doesn't make unportable
30878         assumptions about alignment.
30879         Fix a memory leak.
30880
30881         * lib/utimens.c (futimens): Use futimesat if available.
30882         Prefer it to futimes since it doesn't have the futimes bug.
30883
30884         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
30885         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
30886         Instead, declare a function that returns a pointer to an array,
30887         and use verify_type__ to declare the size of the array.
30888         Problem and germ of a solution reported by Bruno Haible.
30889         (verify_type__): Use 2, not 1, for bitfield size, to avoid
30890         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
30891
30892 2005-09-23  Jim Meyering  <jim@meyering.net>
30893
30894         Sync from coreutils.
30895         Correct build failure (socklen_t not defined) on at least
30896         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
30897         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
30898
30899 2005-09-23  Jim Meyering  <jim@meyering.net>
30900
30901         * modules/getaddrinfo (Depends-on): Add socklen.
30902
30903 2005-09-23  Bruno Haible  <bruno@clisp.org>
30904
30905         * tests/test-verify.c: New file.
30906
30907 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30908
30909         Sync from coreutils.
30910
30911         * modules/argmatch (Depends-on): Add verify.
30912         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
30913         unistd-safer.
30914         * modules/save-cwd (Depends-on): Likewise.
30915
30916         * modules/openat (Files): Add lib/openat-die.c.
30917         (Depends-on): Remove error, exitfail.
30918         Add dirname.
30919
30920         * modules/verify: New file.
30921         * MODULES.html.sh (Diagnostics <assert.h>): New section,
30922         with "verify" module.
30923
30924 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30925
30926         Sync from coreutils.
30927
30928         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
30929         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
30930         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
30931         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
30932         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
30933         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
30934         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
30935         Don't bother checking for string.h, stdlib.h, unistd.h.
30936         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
30937         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
30938         module's job.
30939         * m4/jm-macros.m4 (gl_MACROS): Likewise.
30940         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
30941
30942         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
30943         (gl_GETDATE): Use it.
30944
30945         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
30946
30947 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30948
30949         Sync from coreutils.
30950
30951         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
30952         stat-time.h.
30953         * lib/argmatch.h: Include verify.h
30954         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
30955         (ARGMATCH_ASSERT): Remove; unused.
30956         * lib/canonicalize.c: Assume STDC_HEADERS.
30957         * lib/exclude.c: Include "strcase.h".
30958         * lib/regex_internal.h [!defined _LIBC]: Likewise.
30959         * lib/getusershell.c: Include stdio--.h rather than stdio.h
30960         and stdio-safer.h.
30961         (getusershell): Call fopen, not fopen_safer.
30962         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
30963         Do not include unistd-safer.h.
30964         (save_cwd): Don't call fd_safer; no longer needed
30965         now that we include fcntl--.h.
30966
30967         * lib/getdate.y (relative_time): New type.
30968         (RELATIVE_TIME_0): New constant.
30969         (parser_control): Use relative_time instead of doing it ourselves.
30970         (%union): Add new relative_time rel member.
30971         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
30972         Now typeless.
30973         (relunit, relunit_snumber): Now of type rel.
30974         (zone, rel, relunit, get_date): Adjust to above changes.
30975
30976         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
30977         Do not include unistd-safer.h.
30978         (getloadavg): Don't call fd_safer; no longer needed
30979         now that we include fcntl--.h.
30980
30981         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
30982         (make_dir_parents): Treat ENOSYS like EEXIST.
30983
30984         Improve quality of diagnostics on restore_cwd failure.
30985         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
30986         (make_dir_parents): Last arg is now int * (for errno), not bool *.
30987         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
30988         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
30989         each time through the loop.  Do not diagnose restore_cwd failure;
30990         that is the caller's job (and perhaps the caller does not care).
30991
30992         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
30993         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
30994         If the file already exists but is not a directory, don't bother
30995         to try to make its parents.
30996         Close potential file descriptor leak if we can't chdir("/") (!).
30997         Don't always return true if chdir($PWD) fails; return true only
30998         if the requested action was done successfully (except for the
30999         chdir($PWD)).
31000         Don't log final directory unless we actually made it.
31001         Refactor to avoid duplicate code to fix up permissions.
31002         Don't attempt to fix up parent permissions if chdir($PWD) fails.
31003
31004         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
31005         to make it a bit faster and (I hope) clearer.
31006         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
31007         Fix bug in formats like %2N.
31008
31009         * lib/verify.h: New file.
31010
31011 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31012
31013         Sync from coreutils.
31014         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
31015
31016 2005-09-22  Jim Meyering  <jim@meyering.net>
31017
31018         Sync from coreutils.
31019
31020         * m4/lstat.m4 (gl_FUNC_LSTAT):
31021         Use AC_LIBSOURCES to require lstat.c and lstat.h.
31022         Remove obsolete comment.
31023         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
31024         * m4/xstrtod.m4: Likewise.
31025
31026         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
31027
31028 2005-09-22  Jim Meyering  <jim@meyering.net>
31029
31030         Sync from coreutils.
31031
31032         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
31033
31034         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
31035         the .tm_year member, since otherwise gcc-4.0 would now warn about
31036         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
31037
31038         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
31039         order to avoid an unsuppressible warning from gcc on 64-bit systems.
31040
31041         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
31042         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
31043         when run in a time zone for which daylight savings time is in effect
31044         for the starting date.
31045
31046         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
31047         stop us from restricting permissions of just-created absolute-named
31048         directories.
31049         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
31050         to restore initial working directory.
31051         * lib/mkdir-p.c (make_dir_parents): New parameter:
31052         different_working_dir, to tell caller if/when we change the working
31053         directory and are unable to return to the initial one.
31054         * lib/mkdir-p.h (make_dir_parents): Update prototype.
31055         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
31056         `return false'.  This fixes a bug introduced on 2004-07-30.
31057
31058         * lib/openat.c (fdopendir): Be sure to close the supplied
31059         file descriptor before returning.  This makes our replacement
31060         implementation a little closer to Solaris's, where fdopendir
31061         ties the file descriptor to the returned DIR* pointer.
31062         * lib/openat.c (unlinkat): New function.
31063         * lib/openat.h (unlinkat): Add prototype.
31064         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
31065         (openat_restore_fail): Rename from openat_restore_die.
31066         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
31067
31068         Provide an alternative to exiting immediately upon save_cwd or
31069         restore_cwd failure.  Now, an application can arrange e.g.,
31070         to perform a longjump in that case.
31071         * lib/openat.c: Include dirname.h.
31072         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
31073         (rpl_openat, fdopendir, fstatat): Call openat_save_die
31074         and openat_restore_die rather than calling error directly.
31075         Don't include "error.h" or "exitfail.h"; they're no longer needed.
31076
31077         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
31078         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
31079         define.
31080
31081         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
31082         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
31083                             int utc, int nanoseconds);
31084         Background:
31085         date should not have to allocate a megabyte of virtual memory to
31086         handle a format argument like +%1048575T.  When implemented with
31087         strftime, it must allocate such a buffer, use strftime to fill it
31088         in, print it, then free it.
31089         With fprintftime, it simply prints everything and exits.
31090         With no need for memory allocation, that's one fewer way to fail.
31091         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
31092         optional field width, not before, so we accept %9:z, not %:9z.
31093         (my_strftime): Be sure to use L_('x') for literals.
31094
31095         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
31096         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
31097         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
31098         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
31099         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
31100         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
31101         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
31102         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
31103         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
31104         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
31105         * lib/xgethostname.c, lib/xreadlink.c:
31106         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
31107
31108         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
31109         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
31110         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
31111         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
31112         and don't include <sys/file.h>).
31113
31114 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
31115
31116         Sync from coreutils.
31117
31118         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
31119         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
31120         [!LDAV_DONE]: Avoid unused variable warning.
31121
31122 2005-09-21  Bruno Haible  <bruno@clisp.org>
31123
31124         * lib/unicodeio.h (unicode_to_mb): New declaration.
31125
31126 2005-09-20  Derek Price  <derek@ximbiot.com>
31127
31128         * lib/getaddrinfo.c: Don't include <netdb.h> included from
31129         getaddrinfo.h.
31130
31131 2005-09-20  Bruno Haible  <bruno@clisp.org>
31132
31133         * gnulib-tool: Remove trailing slashes from the values specified for
31134         --source-base, --m4-base, --tests-base, --aux-dir.
31135         Suggested by Simon Josefsson <jas@extundo.com>.
31136
31137 2005-09-20  Bruno Haible  <bruno@clisp.org>
31138
31139         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
31140         func_modules_to_filelist, func_import, func_create_testdir): Make all
31141         sorting results locale-independent, so that gnulib-cache.m4 doesn't
31142         change when gnulib-tool is invoked in a different locale.
31143
31144 2005-09-19  Simon Josefsson  <jas@extundo.com>
31145
31146         * m4/socklen.m4: Fix typo.
31147
31148 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31149
31150         Use a consistent style for including <config.h>.
31151         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
31152         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
31153         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
31154         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
31155         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
31156         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
31157         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
31158         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
31159         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
31160         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
31161         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
31162         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
31163         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
31164         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
31165         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
31166         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
31167         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
31168         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
31169         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
31170         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
31171         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
31172         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
31173         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
31174         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
31175         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
31176         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
31177         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
31178         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
31179         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
31180         lib/xstrtoumax.c, lib/yesno.c:
31181         Standardize inclusion of config.h.
31182         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
31183         lib/inttostr.h:  Removed inclusion of config.h from header files.
31184         * lib/inttostr.c:  Adjusted in-tree users.
31185         * lib/timespec.h: Remove superfluous warning to include config.h.
31186         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
31187         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
31188         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
31189         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
31190         config.h with HAVE_CONFIG_H.
31191
31192 2005-09-19  Jim Meyering  <jim@meyering.net>
31193
31194         * modules/pathmax (License): Change to LGPL.
31195
31196 2005-09-19  Derek Price  <derek@ximbiot.com>
31197
31198         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
31199
31200 2005-09-19  Bruno Haible  <bruno@clisp.org>
31201
31202         * gnulib-tool (import): Provide default for --tests-base.
31203
31204 2005-09-19  Bruno Haible  <bruno@clisp.org>
31205
31206         * doc/quote.texi: New file, extracted from gnulib.texi.
31207         * doc/ctime.texi: New file, extracted from gnulib.texi.
31208         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
31209         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
31210         * doc/gnulib.texi: Include them.
31211
31212 2005-09-18  Bruno Haible  <bruno@clisp.org>
31213
31214         Portability fix.
31215         * gnulib-tool (func_readlink): New function.
31216         (func_ln_if_changed): Use it.
31217
31218 2005-09-18  Bruno Haible  <bruno@clisp.org>
31219
31220         * gnulib-tool: Support --with-tests also with --import.
31221         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
31222         (func_import): Use variables $testsbase and $inctests. Emit a
31223         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
31224         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
31225         SUBDIRS += $testsdir.
31226         (func_create_testdir): Update.
31227
31228 2005-09-18  Bruno Haible  <bruno@clisp.org>
31229
31230         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
31231         instead of $dry_run.
31232         (func_cp_if_changed, func_mv_if_changed): Remove functions.
31233         (func_ln_if_changed): Don't handle dry-run here.
31234         (func_import): In dry-run mode, detect more precisely which actions
31235         would be performed, and don't use "...ing" verbs.
31236
31237 2005-09-18  Bruno Haible  <bruno@clisp.org>
31238
31239         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
31240         (func_import): Use join on two temporary files instead of three nested
31241         loops, in order to determine which files are new or old.
31242
31243 2005-09-18  Bruno Haible  <bruno@clisp.org>
31244
31245         * gnulib-tool (func_import): Comment out code that spits out the
31246         new files with --dry-run.
31247
31248 2005-09-18  Bruno Haible  <bruno@clisp.org>
31249
31250         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
31251
31252 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31253
31254         * lib/stat-time.h: New file.
31255         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
31256         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
31257         in a different way.
31258         (timespec_cmp): New function.
31259         * lib/utimecmp.c: Include stat-time.h.
31260         (SYSCALL_RESOLUTION): Depend on whether various struct stat
31261         members exist, not on the obsolescent ST_MTIM_NSEC.
31262         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
31263
31264 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31265
31266         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
31267
31268 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31269
31270         * MODULES.html.sh (File system functions): Add stat-time.
31271         * modules/stat-time: New file.
31272         * modules/timespec (Files): Remove m4/st_mtim.m4; this
31273         is now done in a different way, by the stat-time module.
31274         * modules/utimecmp (Depends-on): Add stat-time.
31275
31276 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
31277
31278         * m4/st_mtim.m4: Remove.  Superseded by...
31279         * m4/stat-time.m4: New file.
31280         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
31281         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
31282
31283 2005-09-15  Derek Price  <derek@ximbiot.com>
31284
31285         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
31286
31287 2005-09-15  Derek Price  <derek@ximbiot.com>
31288
31289         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
31290         * lib/regex_internal.c: Ditto, using this...
31291         (__GNUC_PREREQ): ...new macro.
31292         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
31293         using...
31294         (__GNUC_PREREQ): ...this new macro.
31295
31296         * lib/strstr.h: Include string.h. Define strstr as a macro here.
31297
31298 2005-09-15  Derek Price  <derek@ximbiot.com>
31299             Paul Eggert  <eggert@cs.ucla.edu>
31300
31301         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
31302         changes, consolidating in...
31303         * lib/regex_internal.h: ...this file.
31304
31305 2005-09-13  Jim Meyering  <jim@meyering.net>
31306
31307         * lib/canon-host.c: Filter through gnu indent and reword comments
31308         slightly.
31309         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
31310
31311 2005-09-13  Derek Price  <derek@ximbiot.com>
31312
31313         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
31314         failure.
31315         Reported by Jim Meyering  <jim@meyering.net>.
31316
31317 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31318
31319         * lib/base64.c: Typo.
31320         (base64_encode): Put b64str in initialized data section.
31321
31322 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
31323
31324         Merge glibc and coreutils changes into gnulib, plus a few
31325         extra fixes.
31326         * lib/md5.c: Use #error rather than a string.
31327         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
31328         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
31329         (__attribute__): Define to empty for non recent-GCC.
31330         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
31331         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
31332         Renamed from their non-__ counterparts, with new macros replacing
31333         them if not _LIBC.  Add __THROW attribute.
31334         (rol): Remove.
31335         (struct md5_ctx): Align buffer if using GCC.
31336         * lib/sha1.h (struct sha1_ctx): Likewise.
31337         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
31338         The old name was backwards.
31339         (NOTSWAP): Remove; not used.
31340         (rol): New macro, moved here from md5.h.
31341         (sha1_process_block): Remove a FIXME that doesn't make sense.
31342
31343 2005-09-12  Derek Price  <derek@ximbiot.com>
31344
31345         Return usable errors from canon-host.
31346         * lib/canon-host.h: New file.
31347         * lib/canon-host.c (canon_host): Wrap...
31348         (canon_host_r): ...this new function, which now relies exclusively on
31349         getaddrinfo.
31350         (ch_strerror): New function.
31351         (last_cherror): New global.
31352         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
31353         interface.
31354         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
31355         void *.
31356         (freeaddrinfo): Free ai->ai_canonname when set.
31357
31358 2005-09-12  Derek Price  <derek@ximbiot.com>
31359
31360         Make canon-host require getaddrinfo.
31361         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
31362         AC_LIBSOURCE canon-host.h.  Call...
31363         (gl_PREREQ_CANON_HOST): ...this new function, which requires
31364         gl_GETADDRINFO.
31365         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
31366
31367 2005-09-12  Derek Price  <derek@ximbiot.com>
31368
31369         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
31370         LGPL.
31371         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
31372
31373 2005-09-12  Derek Price  <derek@ximbiot.com>
31374
31375         * lib/gai_strerror.c: Include config.h when available.  Include
31376         getaddrinfo.h before other headers to test interface.
31377         Reported by Larry Jones <lawrence.jones@ugs.com>.
31378
31379 2005-09-12  Derek Price  <derek@ximbiot.com>
31380             Paul Eggert  <eggert@cs.ucla.edu>
31381
31382         * modules/glob (Files): Add glob-libc.h.
31383
31384 2005-09-12  Derek Price  <derek@ximbiot.com>
31385             Paul Eggert  <eggert@cs.ucla.edu>
31386
31387         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
31388         glob_.h, glob-libc.h.
31389         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
31390
31391 2005-09-12  Derek Price  <derek@ximbiot.com>
31392             Paul Eggert  <eggert@cs.ucla.edu>
31393
31394         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
31395         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
31396         protecting things that should be done only in gnulib contexts.
31397         * lib/glob_.h: New file, containing only the glob things needed for
31398         gnulib.
31399         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
31400         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
31401         (glob, globfree, glob_pattern_p): Now defined simply in terms of
31402         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
31403         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
31404         and to respect the namespace rules better.
31405
31406 2005-09-08  Simon Josefsson  <jas@extundo.com>
31407
31408         * modules/socklen: New file.
31409
31410 2005-09-08  Simon Josefsson  <jas@extundo.com>
31411
31412         * m4/socklen.m4: New file.
31413
31414 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31415
31416         * modules/utimens (Files): Add m4/utimbuf.m4, since
31417         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
31418         Reported by Sergey Poznyakoff.
31419
31420 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31421
31422         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
31423         definitions, since that's the preferred style in glibc.
31424         Fix a minor spacing issue, and update copyright notice to match
31425         glibc's.
31426
31427 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31428
31429         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
31430
31431 2005-09-06  Simon Josefsson  <jas@extundo.com>
31432
31433         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
31434         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
31435
31436 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31437
31438         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
31439         warning.
31440
31441 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31442
31443         * config/srclist.txt: Add glibc bug 1302.
31444
31445 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
31446
31447         Change bitset word type from unsigned int to unsigned long int,
31448         as this has better performance on typical 64-bit hosts.
31449         Port bitset code to hosts with unusual word sizes.
31450         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
31451         (build_collating_symbol):
31452         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
31453         argument is a bitset.  This is merely a style issue, but it makes
31454         it clearer that an entire array is expected.
31455         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
31456         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
31457         Port to the case where bitset_word is not the same as unsigned int.
31458         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
31459         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
31460         Likewise.
31461         * lib/regexec.c (check_dst_limits_calc_pos_1,
31462         check_subexp_matching_top):
31463         (build_trtable, group_nodes_into_DFAstates):
31464         Likewise.
31465         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
31466         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
31467         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
31468         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
31469         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
31470         * lib/regcomp.c (optimize_subexps, lower_subexp):
31471         Work even if bitset_word has holes in its bitwise representation.
31472         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
31473         * lib/regexec.c (check_dst_limits_calc_pos_1,
31474         check_subexp_matching_top):
31475         Likewise.
31476         * lib/regex_internal.c (re_string_reconstruct):
31477         Don't assume UCHAR_MAX == 255.
31478         * lib/regex_internal.h (bitset_set_all): Likewise.
31479         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
31480         All uses changed.
31481         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
31482         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
31483         All uses changed.
31484         (BITSET_WORD_MAX): New macro.
31485         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
31486         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
31487         (bitset_empty, bitset_copy):
31488         Prefer sizeof (bitset) to multiplying it out ourselves.
31489         (bitset_not_merge): Remove; unused.
31490         (bitset_contain): Return bool, not unsigned int with one bit on.
31491         All callers changed.
31492         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
31493         alignment than re_node_set; do this by defining a new internal
31494         type struct dests_alloc and using it to allocate memory.
31495
31496 2005-09-05  Bruno Haible  <bruno@clisp.org>
31497
31498         * gnulib-tool (func_import): Fix comparison in handling of symbolic
31499         links.
31500
31501 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
31502
31503         * modules/size_max (Makefile.am): Add size_max.h
31504
31505 2005-09-04  Derek Price  <derek@ximbiot.com>
31506
31507         * gnulib-tool (func_import): Fix reversed $symbolic logic.
31508
31509 2005-09-03  Simon Josefsson  <jas@extundo.com>
31510
31511         * gnulib-tool: Fix typo.
31512
31513 2005-09-03  Simon Josefsson  <jas@extundo.com>
31514
31515         * config/srclist.txt: Add glibc bug 1293.
31516
31517 2005-09-03  Derek Price  <derek@ximbiot.com>
31518
31519         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
31520         From Larry Jones <lawrence.jones@ugs.com>.
31521
31522 2005-09-02  Simon Josefsson  <jas@extundo.com>
31523
31524         * modules/socklen: New file.
31525
31526 2005-09-02  Simon Josefsson  <jas@extundo.com>
31527
31528         * modules/havelib: New module.
31529
31530         * modules/gettext, modules/iconv, modules/lock, modules/readline:
31531         Use havelib.
31532
31533 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
31534
31535         Check for arithmetic overflow when calculating sizes, to prevent
31536         some buffer-overflow issues.  These patches are conservative, in the
31537         sense that when I couldn't determine whether an overflow was possible,
31538         I inserted a run-time check.
31539         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
31540         macros.
31541         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
31542         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
31543         (re_xnrealloc, re_x2nrealloc): New inline functions.
31544         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
31545         parse_bracket_exp):
31546         (build_equiv_class, build_charclass): Check for arithmetic overflow
31547         in size expression calculations.
31548         * lib/regex_internal.c (re_string_realloc_buffers):
31549         (build_wcs_upper_buffer, re_node_set_add_intersect):
31550         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
31551         (re_dfa_add_node, register_state): Likewise.
31552         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
31553         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
31554         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
31555         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
31556
31557 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
31558
31559         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
31560         m4/ulonglong.m4.  Problem reported by Martin Lambers.
31561
31562 2005-09-02  Bruno Haible  <bruno@clisp.org>
31563
31564         Support for lib vs. lib64 distinction on biarch platforms.
31565         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
31566         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
31567         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
31568
31569 2005-09-02  Bruno Haible  <bruno@clisp.org>
31570
31571         * gnulib-tool (import): In the other first-use case, provide defaults
31572         as well.
31573
31574 2005-09-02  Bruno Haible  <bruno@clisp.org>
31575
31576         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
31577         patches not yet found in the latest gettext release.
31578
31579 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31580
31581         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
31582         to avoid a collision with bits/local_lim.h in glibc.
31583         All uses changed.  Problem reported by Dmitry V. Levin in
31584         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
31585
31586         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
31587         bugs in int versus size_t comparisons.
31588         (re_string_context_at): Fix bug where the code assumed that
31589         Idx is signed.
31590
31591         Use bool where appropriate.
31592         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
31593         All callers changed.
31594         (calc_eclosure_iter): Likewise, for ROOT arg.
31595         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
31596         (build_charclass_op): Likewise, for NON_MATCH arg.
31597         * lib/regex_internal.c (re_string_allocate, re_string_construct):
31598         (re_string_construct_common): Likewise, for ICASE arg.
31599         * lib/regexec.c (re_search_2_stub, re_search_stub):
31600         Likewise, for RET_LEN arg.
31601         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
31602         (set_regs): Likewise, for FL_BACKTRACK arg.
31603         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
31604         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
31605         (calc_eclosure_iter, parse_bracket_exp):
31606         Use bool for internal variables that are booleans.
31607         * lib/regexec.c (re_search_internal, check_matching,
31608         proceed_next_node):
31609         (set_regs, build_sifted_states, sift_states_bkref):
31610         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
31611         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
31612         (find_collation_sequence_value):
31613         Likewise.
31614         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
31615         (re_node_set_compare):
31616         Return bool, not int. All callers changed.
31617         * lib/regexec.c (check_halt_node_context, check_dst_limits):
31618         (build_trtable, check_node_accept): Likewise.
31619         * lib/regex_internal.h: Include stdbool.h.
31620
31621         Fix bugs uncovered when converting to bool.
31622         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
31623         failure instead of charging ahead blindly.
31624         * lib/regex_internal.c (register_state): Likewise.
31625         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
31626         for freeing internal storage.
31627         (group_nodes_into_DFA_states): Use unsigned int, not int, for
31628         bitset pieces used as boolean, to avoid undefined behavior
31629         on hosts that do int overflow checking.
31630
31631 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31632
31633         * config/srclist.txt: Add glibc bugs 1285-1287.
31634
31635 2005-09-01  Jim Meyering  <jim@meyering.net>
31636
31637         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
31638         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
31639         Require gl_STAT_MACROS, too.
31640
31641 2005-09-01  Bruno Haible  <bruno@clisp.org>
31642
31643         * gnulib-tool (import): In the first-use case, provide defaults.
31644
31645 2005-09-01  Bruno Haible  <bruno@clisp.org>
31646
31647         * gnulib-tool (func_import): Remove the .tmp files.
31648
31649 2005-09-01  Bruno Haible  <bruno@clisp.org>
31650
31651         * gnulib-tool (func_import): Fix handling of symbolic links.
31652
31653 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31654
31655         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
31656         old glibc regex code mishandles strings longer than 2**31 bytes.
31657         This patch fixes this when the regex code is used in gnulib
31658         (i.e., outside glibc).
31659
31660         This patch should not affect the use of the regex code inside
31661         glibc.  No doubt this problem also needs to be handled for glibc
31662         as well, but the result will be an incompatible change to the
31663         glibc ABI, and the old ABI will have to be supported too.  That
31664         can be the the subject for another patch.
31665
31666         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
31667         governing whether the rest of this patch is active.  By default,
31668         the macro is disabled and the patch has no effect.
31669         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
31670         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
31671         (struct re_pattern_buffer, re_search, re_search_2, re_match):
31672         (re_match_2, re_set_registers): Use the new types.
31673         * lib/regex_internal.h (Idx, re_hashval_t): New types.
31674         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
31675         New macros.
31676         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
31677         (re_string_context_at, bin_tree_t, re_dfastate_t):
31678         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
31679         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
31680         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
31681         (re_string_char_size_at, re_string_wchar_at):
31682         (re_string_elem_size_at):
31683         Use the new types and macros to port to 64-bit hosts.
31684         Use unsigned types for internal values, so that the code
31685         mostly works even for arrays larger than SSIZE_MAX.
31686         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
31687         (search_duplicated_node, calc_eclosure_iter, fetch_number):
31688         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
31689         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
31690         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
31691         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
31692         (calc_inveclosure, parse_dup_op, build_range_exp):
31693         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
31694         (fetch_number, create_token_tree, mark_opt_subexp):
31695         Likewise.
31696         * lib/regex_internal.c (re_string_construct_common,
31697         create_ci_newstate):
31698         (create_cd_newstate, re_string_allocate, re_string_construct):
31699         (re_string_realloc_buffers, build_wcs_upper_buffer):
31700         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
31701         (re_string_reconstruct, re_string_peek_byte_case):
31702         (re_string_fetch_byte_case, re_string_context_at):
31703         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
31704         (re_node_set_init_copy, re_node_set_add_intersect):
31705         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31706         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31707         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
31708         (re_acquire_state, re_acquire_state_context, register_state):
31709         Likewise.
31710         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
31711         search_cur_bkref_entry):
31712         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
31713         (re_search_internal, re_search_2_stub, re_search_stub)
31714         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
31715         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
31716         (update_cur_sifted_state, check_dst_limits):
31717         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
31718         (check_subexp_limits, sift_states_bkref, merge_state_array):
31719         (check_subexp_matching_top, get_subexp, get_subexp_sub):
31720         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
31721         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
31722         (expand_bkref_cache, check_node_accept_bytes):
31723         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
31724         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
31725         (acquire_init_state_context, check_halt_node_context):
31726         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
31727         (sift_states_backward, clean_state_log_if_needed):
31728         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
31729         (find_recover_state, transit_state_sb, transit_state_mb):
31730         (transit_state_bkref, build_trtable, match_ctx_clean):
31731         Likewise.
31732         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
31733         to work around an assumption that REG_MISSING is negative.
31734
31735         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
31736         (seek_collating_symbol_entry) [defined _LIBC]:
31737         (lookup_collation_sequence_value) [defined _LIBC]:
31738         (build_range_exp, build_collating_symbol) [defined _LIBC]:
31739         Use prototypes rather than old-style function definitions.
31740         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
31741         (transit_state_sb) [0]:
31742         (find_collation_sequence_value) [defined _LIBC]: Likewise.
31743
31744         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
31745         rm_eo.
31746
31747         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
31748         (optimize_subexps, lower_subexp):
31749         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
31750         since the signed shift might overflow.  Use 1u<<31 instead.
31751         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
31752         Likewise.
31753         * lib/regexec.c (check_dst_limits_calc_pos_1,
31754         check_subexp_matching_top): Likewise.
31755
31756         * lib/regcomp.c (optimize_subexps, lower_subexp):
31757         Use CHAR_BIT rather than 8, for clarity.
31758         * lib/regexec.c (check_dst_limits_calc_pos_1):
31759         (check_subexp_matching_top): Likewise.
31760         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
31761         have to worry about portability issues when shifting it left.
31762         Remove no-longer-needed test for table_size > 0.
31763         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
31764         in a word, as the resulting behavior is undefined.
31765         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
31766         in one case, a <= should have been an <, and in another case the
31767         whole test was missing.
31768         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
31769         the standard name CHAR_BIT.
31770         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
31771         this is not true on one's complement and signed-magnitude hosts.
31772
31773         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
31774         next_last_offset.
31775         (struct re_dfa_t): Remove unused member states_alloc.
31776         * lib/regcomp.c (init_dfa): Don't initialize unused members.
31777
31778 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31779
31780         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
31781         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
31782         and large-file glibc and in 32-bit large-file Solaris.
31783
31784 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31785
31786         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
31787         lengths fit in regoff_t; this isn't true if regoff_t is the same
31788         width as size_t.
31789         * lib/regex.c (re_search_internal): 5th arg is LAST_START
31790         (= START + RANGE) instead of RANGE.  This avoids overflow
31791         problems when regoff_t is the same width as size_t.
31792         All callers changed.
31793         (re_search_2_stub): Check for overflow when adding the
31794         sizes of the two strings.
31795         (re_search_stub): Check for overflow when adding START
31796         to RANGE; if it occurs, substitute the extreme value.
31797
31798 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31799
31800         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
31801
31802 2005-08-31  Jim Meyering  <jim@meyering.net>
31803
31804         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
31805         a pointer-to-const.
31806         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
31807         (register_state): Likewise.
31808         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
31809         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
31810         (group_nodes_into_DFAstates): Likewise.
31811
31812 2005-08-31  Jim Meyering  <jim@meyering.net>
31813
31814         * check-module: Add a FIXME comment.
31815
31816 2005-08-31  Eric Blake  <ebb9@byu.net>
31817
31818         * modules/unistd-safer (Files): Add unistd--.h.
31819         * modules/stdio-safer (Files): Add stdio--.h.
31820
31821 2005-08-31  Derek Price  <derek@ximbiot.com>
31822
31823         * lib/getdelim.c (getdelim): Return EOF on EOF.
31824         Reported by Larry Jones <lawrence.jones@ugs.com>.
31825
31826 2005-08-31  Bruno Haible  <bruno@clisp.org>
31827
31828         Avoid unnecessary diffs in the generated lib/Makefile.am.
31829         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
31830         the generated files.
31831         (func_import): Don't set cmd.
31832
31833 2005-08-31  Bruno Haible  <bruno@clisp.org>
31834
31835         * lib/strstr.c: Include <stddef.h>, for NULL.
31836         * lib/strcasestr.c: Likewise.
31837         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
31838
31839 2005-08-31  Bruno Haible  <bruno@clisp.org>
31840
31841         * gnulib-tool: New option --macro-prefix.
31842         (func_import): Use macro_prefix.
31843         (import): Handle option --macro-prefix.
31844
31845 2005-08-31  Bruno Haible  <bruno@clisp.org>
31846
31847         * gnulib-tool (import): Rename most ac_* variables to cached_*.
31848         Also use new variables cached_lgpl, cached_libtool.
31849
31850 2005-08-31  Bruno Haible  <bruno@clisp.org>
31851
31852         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
31853         always instantiating them.
31854
31855 2005-08-31  Bruno Haible  <bruno@clisp.org>
31856
31857         * gnulib-tool (func_import): Read the previous cached settings
31858         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
31859         earlier added by gnulib but are now dropped. Warn when a gnulib file
31860         overwrites a non-gnulib file.
31861
31862 2005-08-31  Bruno Haible  <bruno@clisp.org>
31863
31864         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
31865         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
31866         projects that don't keep autogenerated files in CVS. Put into
31867         actioncmd only the specified modules, not the transitive closure.
31868
31869 2005-08-31  Bruno Haible  <bruno@clisp.org>
31870
31871         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
31872         Create directories that shall be filled.
31873         (import): Don't look for gl_* macros in configure.ac. Recurse across
31874         all directories containing a gnulib-cache.m4 files, if meaningful.
31875
31876 2005-08-31  Bruno Haible  <bruno@clisp.org>
31877
31878         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
31879         (import): Set seen_libtool when we see gl_LIBTOOL.
31880
31881 2005-08-31  Bruno Haible  <bruno@clisp.org>
31882
31883         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
31884         declaration macro definitions from generated gnulib.m4.
31885
31886 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
31887
31888         * lib/iconvme.h: Add prototype for iconv_alloc.
31889
31890 2005-08-29  Simon Josefsson  <jas@extundo.com>
31891
31892         * lib/iconvme.c: Fix errno.
31893
31894 2005-08-29  Bruno Haible  <bruno@clisp.org>
31895
31896         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
31897         that it works when the directory contains spaces.
31898
31899 2005-08-29  Bruno Haible  <bruno@clisp.org>
31900
31901         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
31902
31903 2005-08-29  Bruno Haible  <bruno@clisp.org>
31904
31905         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
31906         Emit more advice.
31907
31908 2005-08-29  Bruno Haible  <bruno@clisp.org>
31909         and Stepan Kasal  <kasal@ucw.cz>
31910
31911         * check-module: If more parameters are given, check each of them
31912         separately; add more exceptions, as noted by Jim Meyering.
31913         (check_module): New procedure.
31914         (%exempt_header): Now contains all exceptions.
31915
31916 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
31917
31918         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
31919
31920 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
31921
31922         * lib/iconvme.c: Split iconv_string into iconv_alloc.
31923
31924 2005-08-28  Bruno Haible  <bruno@clisp.org>
31925
31926         * m4/gnulib-tool.m4: New file.
31927
31928 2005-08-27  Jim Meyering  <jim@meyering.net>
31929
31930         * modules/unistd-safer (Files): Add pipe-safer.c.
31931         * modules/fcntl-safer (Files): Add creat-safer.c.
31932
31933 2005-08-27  Jim Meyering  <jim@meyering.net>
31934
31935         * m4/stdlib-safer.m4: New file.  From coreutils.
31936         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
31937         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
31938         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
31939         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
31940         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
31941
31942 2005-08-27  Jim Meyering  <jim@meyering.net>
31943
31944         * lib/fopen-safer.c: Merge minor changes from coreutils.
31945         * lib/dup-safer.c: Likewise.
31946         * lib/fd-safer.c: Likewise.
31947
31948         Merge from coreutils.
31949         * lib/stdio--.h: New file.
31950         * lib/stdlib--.h: New file.
31951         * lib/mkstemp-safer.c: New file.
31952
31953         GNU tar needs these.
31954         * lib/pipe-safer.c: New file.
31955         * lib/creat-safer.c: New file.
31956         * lib/fcntl--.h (creat): Define to creat_safer.
31957         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
31958         * lib/unistd--.h (pipe): Define to pipe_safer.
31959         * lib/unistd-safer.h: Declare pipe_safer.
31960
31961 2005-08-26  Simon Josefsson  <jas@extundo.com>
31962
31963         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
31964         Haible <bruno@clisp.org>.
31965
31966 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
31967
31968         * lib/regex_internal.h: Remove all references to
31969         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
31970         or better.
31971         (bitset_not, bitset_merge, bitset_not_merge):
31972         (bitset_mask, re_string_allocate, re_string_construct):
31973         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
31974         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
31975         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
31976         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
31977         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31978         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31979         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
31980         (re_acquire_state_context):
31981         Remove unnecessary forward decls.
31982         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
31983         Put __attribute at function definition,
31984         now that the function decl has been removed.
31985         * lib/regex_internal.c (re_string_peek_byte_case):
31986         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
31987         Likewise.
31988
31989 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
31990
31991         * m4/regex.m4: Add AC_PREREQ(2.50).
31992         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
31993
31994 2005-08-25  Simon Josefsson  <jas@extundo.com>
31995
31996         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
31997         __fsetlocking.
31998
31999 2005-08-25  Simon Josefsson  <jas@extundo.com>
32000
32001         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
32002         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
32003         GLIBC specific code.
32004
32005 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32006
32007         Make regex safe for g++.  This fixes one real bug (an "err"
32008         that should have been "*err").  g++ problem reported by
32009         Sam Steingold.
32010         * lib/regex_internal.h (re_calloc): New macro, consistent with
32011         re_malloc etc.  All callers of calloc changed to use re_calloc.
32012         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
32013         not int.  All callers changed.
32014         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
32015         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
32016         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
32017         (find_recover_state): Change "err" to "*err"; this fixes what
32018         appears to be a real bug.
32019         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
32020         versus int.
32021
32022 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32023
32024         * modules/regex (Depends-on): Add malloc, since the code
32025         assumes that !malloc(0) means failure.
32026
32027 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32028
32029         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
32030
32031         alloca modernization/simplification for regex.
32032         * lib/regex.c: Remove portability cruft for alloca.  This no longer
32033         needs to be at the start of the file, and can be moved into
32034         regex_internal.h and simplified.
32035         * lib/regex_internal.h: Include <alloca.h>.
32036         (__libc_use_alloca) [!defined _LIBC]: New macro.
32037         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
32038         now works outside glibc.
32039
32040 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32041
32042         * config/srclist.txt: Add glibc bugs 1241, 1245.
32043
32044 2005-08-25  Jim Meyering  <jim@meyering.net>
32045
32046         * lib/open-safer.c: Include <config.h>.
32047         Otherwise, we'd lose LARGEFILE support in any file using
32048         e.g. "fcntl--.h"
32049
32050 2005-08-25  Bruno Haible  <bruno@clisp.org>
32051
32052         * m4/minmax.m4: Require autoconf 2.52.
32053         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
32054         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
32055         alternatives of translit over the alphabet.
32056         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
32057
32058 2005-08-24  Simon Josefsson  <jas@extundo.com>
32059
32060         * tests/test-getpass.c: New file.
32061
32062 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32063
32064         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
32065         for GNU regex features.
32066
32067 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32068
32069         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
32070         * lib/regex.h (regerror): Likewise.
32071
32072         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
32073         requires this.  (The code never needed it.)
32074
32075         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
32076         All uses of recently-renamed identifiers changed to use the new,
32077         POSIX-compliant names.  The code will build and run just fine
32078         without these changes, but it's better to eat our own dog food
32079         and use the standard-conforming names.
32080
32081         * lib/regex.h: Fix a multitude of POSIX name space violations.
32082         These changes have an effect only for programs that define
32083         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
32084         do not change anything for programs compiled in the normal way.
32085         Also, there is no effect on the ABI.
32086
32087         (_REGEX_SOURCE): New macro.
32088         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
32089         defined and _GNU_SOURCE is not; this fixes a name space violation.
32090
32091         Rename the following macros to obey POSIX requirements.
32092         The old names are still visible as macros if _REGEX_SOURCE is defined.
32093         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
32094         RE_BACKSLASH_ESCAPE_IN_LISTS.
32095         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
32096         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
32097         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
32098         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
32099         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
32100         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
32101         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
32102         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
32103         (REG_INTERVALS): renamed from RE_INTERVALS.
32104         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
32105         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
32106         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
32107         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
32108         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
32109         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
32110         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
32111         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
32112         RE_UNMATCHED_RIGHT_PAREN_ORD.
32113         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
32114         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
32115         (REG_DEBUG): renamed from RE_DEBUG.
32116         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
32117         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
32118         unusual, since we can't clash with the POSIX REG_ICASE.
32119         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
32120         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
32121         (REG_NO_SUB): renamed from RE_NO_SUB.
32122         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
32123         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
32124         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
32125         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
32126         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
32127         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
32128         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
32129         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
32130         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
32131         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
32132         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
32133         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
32134         RE_SYNTAX_POSIX_MINIMAL_BASIC.
32135         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
32136         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
32137         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
32138         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
32139         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
32140         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
32141         (REG_FIXED): Renamed from REGS_FIXED.
32142         (REG_NREGS): Renamed from RE_NREGS.
32143
32144         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
32145         of other REG_* macros, since POSIX says the user is allowed to
32146         #undef these macros selectively.
32147
32148         (reg_errcode_t): Update comment stating what other tables need
32149         to be consistent.
32150
32151         Rename the following enum values to obey POSIX requirements.
32152         The old names are still visible as macros.
32153         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
32154         is not defined, since GNU is supposed to be a superset of POSIX as
32155         much as possible, and since we want reg_errcode_t to be a signed
32156         type for implementation consistency.
32157         (_REG_NOERROR): Renamed from REG_NOERROR.
32158         (_REG_NOMATCH): Renamed from REG_NOMATCH.
32159         (_REG_BADPAT): Renamed from REG_BADPAT.
32160         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
32161         (_REG_ECTYPE): Renamed from REG_ECTYPE.
32162         (_REG_EESCAPE): Renamed from REG_EESCAPE.
32163         (_REG_ESUBREG): Renamed from REG_ESUBREG.
32164         (_REG_EBRACK): Renamed from REG_EBRACK.
32165         (_REG_EPAREN): Renamed from REG_EPAREN.
32166         (_REG_EBRACE): Renamed from REG_EBRACE.
32167         (_REG_BADBR): Renamed from REG_BADBR.
32168         (_REG_ERANGE): Renamed from REG_ERANGE.
32169         (_REG_ESPACE): Renamed from REG_ESPACE.
32170         (_REG_BADRPT): Renamed from REG_BADRPT.
32171         (_REG_EEND): Renamed from REG_EEND.
32172         (_REG_ESIZE): Renamed from REG_ESIZE.
32173         (_REG_ERPAREN): Renamed from REG_ERPAREN.
32174         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
32175         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
32176         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
32177         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
32178
32179         (_REG_RE_NAME, _REG_RM_NAME): New macros.
32180         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
32181         changed.  But support the old name if the new one is not defined
32182         and if _REGEX_SOURCE.
32183
32184         Change the following member names in struct re_pattern_buffer.
32185         The old names are still supported if !_REGEX_SOURCE.
32186         The new names are always supported, regardless of _REGEX_SOURCE.
32187         (re_buffer): Renamed from buffer.
32188         (re_allocated): Renamed from allocated.
32189         (re_used): Renamed from used.
32190         (re_syntax): Renamed from syntax.
32191         (re_fastmap): Renamed from fastmap.
32192         (re_translate): Renamed from translate.
32193         (re_can_be_null): Renamed from can_be_null.
32194         (re_regs_allocated): Renamed from regs_allocated.
32195         (re_fastmap_accurate): Renamed from fastmap_accurate.
32196         (re_no_sub): Renamed from no_sub.
32197         (re_not_bol): Renamed from not_bol.
32198         (re_not_eol): Renamed from not_eol.
32199         (re_newline_anchor): Renamed from newline_anchor.
32200
32201         Change the following member names in struct re_registers.
32202         The old names are still supported if !_REGEX_SOURCE.
32203         The new names are always supported, regardless of _REGEX_SOURCE.
32204         (rm_num_regs): Renamed from num_regs.
32205         (rm_start): Renamed from start.
32206         (rm_end): Renamed from end.
32207
32208         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
32209         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
32210         Prepend __ to parameter names.
32211
32212         Undo yesterday's changes.
32213
32214 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32215
32216         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
32217         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
32218         lib/regex.c.
32219
32220 2005-08-24  Jim Meyering  <jim@meyering.net>
32221
32222         Sync from coreutils.
32223         * m4/fcntl-safer.m4: New file.
32224
32225         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
32226         and object files for this module.
32227
32228 2005-08-24  Jim Meyering  <jim@meyering.net>
32229
32230         Sync from coreutils.
32231         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
32232
32233 2005-08-24  Jim Meyering  <jim@meyering.net>
32234
32235         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
32236         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
32237
32238 2005-08-24  Jim Meyering  <jim@meyering.net>
32239
32240         * modules/fcntl-safer: New module.
32241         * modules/fts (Depends-on): Add fcntl-safer.
32242         * MODULES.html.sh (File descriptor based Input/Output):
32243         Add fcntl-safer.
32244
32245 2005-08-24  Bruno Haible  <bruno@clisp.org>
32246
32247         Support for unit test modules.
32248         * modules/README: Mention tests modules.
32249         * modules/TEMPLATE-TESTS: New file.
32250         * gnulib-tool: New options --extract-tests-module, --with-tests and
32251         --tests-base (unused for the moment).
32252         (testsbase, inctests): New variables.
32253         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
32254         (func_verify_module): Exclude TEMPLATE-TESTS.
32255         (func_verify_nontests_module, func_verify_tests_module): New functions.
32256         (func_get_dependencies): Add implicit dependency for tests modules.
32257         (func_get_tests_module): New function.
32258         (func_modules_transitive_closure): When --with-tests was specified,
32259         include the unit tests as well, unless explicitly avoided.
32260         (func_emit_lib_Makefile_am): Ignore the tests modules here.
32261         (func_emit_tests_Makefile_am): New function.
32262         (func_create_testdir): When --with-tests was specified, emit a
32263         tests/ directory.
32264         * MODULES.html.sh (Future developments): Update.
32265
32266 2005-08-24  Bruno Haible  <bruno@clisp.org>
32267
32268         * modules/tls-tests: New file.
32269         * tests/test-tls.c: New file, from GNU gettext.
32270
32271 2005-08-24  Bruno Haible  <bruno@clisp.org>
32272
32273         * modules/lock-tests: New file.
32274         * tests/test-lock.c: New file, from GNU gettext.
32275
32276 2005-08-24  Bruno Haible  <bruno@clisp.org>
32277
32278         * lib/lock.h: Add multiple inclusion guard.
32279         * lib/tls.h: Add multiple inclusion guard.
32280
32281 2005-08-24  Bruno Haible  <bruno@clisp.org>
32282
32283         * gnulib-tool: Add support for the --aux-dir option to
32284         --create-testdir, --create-megatestdir, --test, --megatest.
32285         (func_create_testdir, func_create_megatestdir): Optionally emit a
32286         AC_CONFIG_AUX_DIR directive.
32287         (create-testdir, create-megatestdir, test, megatest): Provide a
32288         default value for $auxdir.
32289
32290 2005-08-24  Bruno Haible  <bruno@clisp.org>
32291
32292         * gnulib-tool (import): Use compound statement instead of subshell
32293         where possible.
32294
32295 2005-08-24  Bruno Haible  <bruno@clisp.org>
32296
32297         * gnulib-tool (import): Change --aux-dir default to "build-aux".
32298
32299 2005-08-24  Bruno Haible  <bruno@clisp.org>
32300
32301         * gnulib-tool (func_version): Update.
32302
32303 2005-08-24  Bruno Haible  <bruno@clisp.org>
32304
32305         * gnulib-tool (func_import, func_create_testdir,
32306         func_create_megatestdir): Quote all autoconf macro arguments.
32307
32308 2005-08-24  Bruno Haible  <bruno@clisp.org>
32309
32310         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
32311         option --force, because --force causes the aclocal.m4 of each
32312         subdirectory to be newer than the corresponding config.h.in.
32313
32314 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32315
32316         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
32317         All contents moved to gl_REGEX.
32318         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
32319         assume that it does.
32320
32321 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32322
32323         * lib/regex.h (REG_NOSYS)
32324         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
32325         Define, since POSIX requires it as of 2001.
32326         (_REG_ENOSYS)
32327         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
32328         New private symbol, used to keep the enum signed in all cases.
32329         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
32330         Youngman in
32331         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
32332
32333         * lib/regex_internal.c (re_string_skip_chars, register_state):
32334         (calc_state_hash):
32335         Remove forward decls; no longer needed now that we use prototypes.
32336         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
32337         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
32338         (clean_state_log_if_needed): Likewise.
32339
32340 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32341
32342         * config/srclist.txt: Add glibc bugs 1231-1233.
32343
32344 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32345
32346         Fix problems reported by Sam Steingold in
32347         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
32348         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
32349         assumed that reg_errcode_t is a signed type, which is not
32350         necessarily true if _XOPEN_SOURCE is not defined.
32351         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
32352         since some compilers warn about it otherwise.
32353
32354 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32355
32356         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
32357         (init_word_char, create_initial_state, duplicate_node_closure):
32358         (fetch_token, peek_token_bracket, build_range_exp):
32359         (build_collating_symbol): Remove forward decls; no longer needed
32360         now that we use prototypes.
32361
32362         * lib/regcomp.c:
32363         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
32364         (re_compile_fastmap_iter, regcomp, regerror, regfree):
32365         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
32366         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
32367         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
32368         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
32369         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
32370         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
32371         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
32372         (build_range_exp, build_collating_symbol, parse_bracket_exp):
32373         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
32374         (build_charclass, build_charclass_op, fetch_number, create_tree):
32375         (create_token_tree, mark_opt_subexp, duplicate_tree):
32376         Use prototypes rather than old-style definitions.
32377
32378         * lib/regex_internal.c:
32379         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
32380         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
32381         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
32382         (re_string_reconstruct, re_string_peek_byte_case):
32383         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
32384         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
32385         (re_node_set_init_copy, re_node_set_add_intersect):
32386         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32387         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32388         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
32389         (re_acquire_state, re_acquire_state_context, register_state):
32390         (create_ci_newstate, create_cd_newstate, free_state):
32391         Likewise.
32392         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
32393         re_search_2):
32394         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
32395         (re_search_internal, prune_impossible_nodes):
32396         (acquire_init_state_context, check_matching, static):
32397         (check_halt_node_context, check_halt_state_context, proceed_next_node):
32398         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
32399         (update_regs, sift_states_backward, build_sifted_states):
32400         (clean_state_log_if_needed, merge_state_array):
32401         (update_cur_sifted_state, add_epsilon_src_nodes):
32402         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
32403         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
32404         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
32405         (find_recover_state, check_subexp_matching_top, transit_state_mb):
32406         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
32407         (check_arrival, check_arrival_add_next_nodes):
32408         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
32409         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
32410         (check_node_accept_bytes, check_node_accept, extend_buffers):
32411         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
32412         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
32413         (sift_ctx_init):
32414         Likewise.
32415
32416         * lib/regex_internal.h:
32417         (re_string_allocate, re_string_construct, re_string_reconstruct):
32418         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
32419         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
32420         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
32421         (re_string_context_at, re_string_peek_byte_case):
32422         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
32423         is defined, since we now use prototypes always.
32424
32425         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
32426         C89 or better.  All uses removed.
32427
32428 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32429
32430         * config/srclist.txt: Add glibc bugs 1220-1227.
32431
32432 2005-08-20  Jim Meyering  <jim@meyering.net>
32433
32434         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
32435         of unused local, dfa.
32436
32437 2005-08-20  Bruno Haible  <bruno@clisp.org>
32438
32439         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
32440
32441 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32442
32443         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
32444         (re_node_set_insert_last, re_dfa_add_node):
32445         Rename local variables to avoid GCC shadowing warnings.
32446
32447 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32448
32449         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
32450         [defined lint]: Suppress bogus uninitialized-variable warnings.
32451
32452         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
32453         and let the caller return REG_ESPACE if out of space.  This
32454         removes an uninitialied-variable warning with GCC 4.0.1, and also
32455         avoids taking the address of a local variable.  All callers
32456         changed.
32457
32458 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32459
32460         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
32461         $LIBCSRC/posix/regexec.c.
32462         Add glibc bug 1217 for regcomp.c.
32463
32464 2005-08-19  Jim Meyering  <jim@meyering.net>
32465
32466         * lib/regexec.c (proceed_next_node): Redo local variables to
32467         avoid GCC shadowing warnings.
32468
32469 2005-08-18  Bruno Haible  <bruno@clisp.org>
32470
32471         * lib/strstr.c (strstr): Fix return value in multibyte case.
32472         * lib/strcasestr.c (strcasestr): Likewise.
32473
32474 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
32475
32476         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
32477
32478 2005-08-17  Jim Meyering  <jim@meyering.net>
32479
32480         Make the %s format (seconds since the epoch) work for a negative
32481         number and when used with a zero-padded field width, e.g. %015s.
32482
32483         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
32484         label so that it precedes the code to set `digits'.  Otherwise,
32485         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
32486         print `00-22'.  Now, it prints `-0022', as it should.
32487
32488 2005-08-17  Bruno Haible  <bruno@clisp.org>
32489
32490         * modules/strstr (Files): Add m4/mbrtowc.m4.
32491         (Depends-on): Add mbuiter.
32492
32493 2005-08-17  Bruno Haible  <bruno@clisp.org>
32494
32495         * modules/strcasestr: New file.
32496         * MODULES.html.sh (String handling, based on ANSI C 89): Add
32497         strcasestr.
32498
32499 2005-08-17  Bruno Haible  <bruno@clisp.org>
32500
32501         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
32502
32503 2005-08-17  Bruno Haible  <bruno@clisp.org>
32504
32505         * modules/mbuiter: New file.
32506         * MODULES.html.sh (Extended multibyte and wide character utilities):
32507         Add mbuiter.
32508
32509 2005-08-17  Bruno Haible  <bruno@clisp.org>
32510
32511         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
32512         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
32513
32514 2005-08-17  Bruno Haible  <bruno@clisp.org>
32515
32516         * m4/strcasestr.m4: New file.
32517
32518 2005-08-17  Bruno Haible  <bruno@clisp.org>
32519
32520         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
32521         * lib/strstr.c: Completely rewritten, with multibyte locale support.
32522
32523 2005-08-17  Bruno Haible  <bruno@clisp.org>
32524
32525         * lib/strcasestr.h: New file.
32526         * lib/strcasestr.c: New file.
32527
32528 2005-08-17  Bruno Haible  <bruno@clisp.org>
32529
32530         * lib/strcasecmp.c: Use mbuiter.h.
32531
32532 2005-08-17  Bruno Haible  <bruno@clisp.org>
32533
32534         * lib/mbuiter.h: New file.
32535
32536 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
32537
32538         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
32539         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
32540         and gl_GETOPT are both invoked via different paths (as happens
32541         with GNU tar CVS because it uses both argp and getopt), the former
32542         wins.
32543
32544 2005-08-16  Bruno Haible  <bruno@clisp.org>
32545
32546         * modules/tls: New file.
32547         * MODULES.html.sh (Multithreading): Add tls.
32548
32549 2005-08-16  Bruno Haible  <bruno@clisp.org>
32550
32551         * modules/strnlen1: New file.
32552         * MODULES.html.sh (String handling): Add strnlen1.
32553
32554 2005-08-16  Bruno Haible  <bruno@clisp.org>
32555
32556         * modules/strcase (Files): Add m4/mbrtowc.m4.
32557         (Depends-on): Add strnlen1, mbchar.
32558
32559 2005-08-16  Bruno Haible  <bruno@clisp.org>
32560
32561         * modules/mbiter: New file.
32562         * MODULES.html.sh (Extended multibyte and wide character utilities):
32563         Add mbiter.
32564
32565 2005-08-16  Bruno Haible  <bruno@clisp.org>
32566
32567         * modules/mbfile: New file.
32568         * MODULES.html.sh (Extended multibyte and wide character utilities):
32569         Add mbfile.
32570
32571 2005-08-16  Bruno Haible  <bruno@clisp.org>
32572
32573         * modules/mbchar: New file.
32574         * MODULES.html.sh (Extended multibyte and wide character utilities):
32575         New section.
32576
32577 2005-08-16  Bruno Haible  <bruno@clisp.org>
32578
32579         * m4/tls.m4: New file, from GNU gettext.
32580
32581 2005-08-16  Bruno Haible  <bruno@clisp.org>
32582
32583         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
32584         always.
32585         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
32586
32587 2005-08-16  Bruno Haible  <bruno@clisp.org>
32588
32589         * m4/mbiter.m4: New file.
32590
32591 2005-08-16  Bruno Haible  <bruno@clisp.org>
32592
32593         * m4/mbfile.m4: New file.
32594
32595 2005-08-16  Bruno Haible  <bruno@clisp.org>
32596
32597         * m4/mbchar.m4: New file.
32598
32599 2005-08-16  Bruno Haible  <bruno@clisp.org>
32600
32601         * lib/tls.h: New file, from GNU gettext.
32602         * lib/tls.c: New file, from GNU gettext.
32603
32604 2005-08-16  Bruno Haible  <bruno@clisp.org>
32605
32606         * lib/strnlen1.h: New file.
32607         * lib/strnlen1.c: New file.
32608
32609 2005-08-16  Bruno Haible  <bruno@clisp.org>
32610
32611         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
32612         (mbi_init): Update.
32613         (mbi_avail, mbi_advance): Let the iteration end before the terminating
32614         NUL byte, not after it.
32615
32616 2005-08-16  Bruno Haible  <bruno@clisp.org>
32617
32618         * lib/strcase.h (strcasecmp): Add note in comments.
32619         * lib/strncasecmp.c: Use code from strcasecmp.c.
32620         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
32621         (strcasecmp): Work correctly in multibyte locales.
32622
32623 2005-08-16  Bruno Haible  <bruno@clisp.org>
32624
32625         * lib/mbiter.h: New file.
32626
32627 2005-08-16  Bruno Haible  <bruno@clisp.org>
32628
32629         * lib/mbfile.h: New file.
32630
32631 2005-08-16  Bruno Haible  <bruno@clisp.org>
32632
32633         * lib/mbchar.h: New file.
32634         * lib/mbchar.c: New file.
32635
32636 2005-08-16  Bruno Haible  <bruno@clisp.org>
32637
32638         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
32639         the valid ones. Makes the comparison operations transitive:
32640         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
32641         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
32642
32643 2005-08-15  Simon Josefsson  <jas@extundo.com>
32644
32645         * modules/ssize_t (License): Change to 'unlimited'.
32646
32647         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
32648
32649 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32650
32651         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
32652         Add comments for each pending glibc patch.
32653
32654 2005-08-15  Bruno Haible  <bruno@clisp.org>
32655
32656         * lib/regex.h (__restrict_arr): Don't define to __restrict if
32657         __cplusplus is defined.
32658
32659 2005-08-14  Jim Meyering  <jim@meyering.net>
32660
32661         Sync from coreutils.
32662
32663         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
32664         Use the hash-table-based cycle-detection code not just when
32665         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
32666         Reported by James Youngman in
32667         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
32668         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
32669         FTS_TIGHT_CYCLE_CHECK.
32670         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
32671         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
32672         once again.
32673         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
32674         * lib/fts.c (fd_safer): Remove decl.
32675         Include fcntl--.h rather than unistd-safer.h
32676         (fts_safe_changedir): Don't call fd_safer; no longer needed
32677         now that we include fcntl--.h.
32678
32679 2005-08-12  Simon Josefsson  <jas@extundo.com>
32680
32681         * modules/getndelim2: Use ssize_t module.
32682         * modules/getnline: Likewise.
32683         * modules/safe-read: Likewise.
32684         * modules/xreadlink: Likewise.
32685
32686         * modules/ssize_t: New file.
32687
32688 2005-08-12  Simon Josefsson  <jas@extundo.com>
32689
32690         * m4/readline.m4: Look for termcap, curses or ncurses if required.
32691
32692 2005-08-12  Simon Josefsson  <jas@extundo.com>
32693
32694         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32695         ssize_t.
32696
32697 2005-08-12  Simon Josefsson  <jas@extundo.com>
32698
32699         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
32700         readline, getdelim and check_version.
32701         (Support for systems lacking ISO C 99: Sizes of integer types):
32702         Add size_max.
32703
32704 2005-08-12  Bruno Haible  <bruno@clisp.org>
32705
32706         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
32707
32708 2005-08-11  Simon Josefsson  <jas@extundo.com>
32709
32710         * modules/readline: New file.
32711
32712         * modules/strnlen (Files): Add strnlen.h.
32713
32714 2005-08-11  Simon Josefsson  <jas@extundo.com>
32715
32716         * m4/readline.m4: New file.
32717
32718 2005-08-11  Simon Josefsson  <jas@extundo.com>
32719
32720         * lib/readline.h, readline.c: New file.
32721
32722 2005-08-11  Simon Josefsson  <jas@extundo.com>
32723
32724         * doc/gnulib.texi (Initial import, Finishing touches): Mention
32725         gl_AVOID.
32726
32727 2005-08-11  Bruno Haible  <bruno@clisp.org>
32728
32729         * lib/strnlen.h (strnlen): Change parameter name to match comment.
32730
32731 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
32732
32733         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
32734
32735 2005-08-10  Simon Josefsson  <jas@extundo.com>
32736
32737         * tests/test-iconvme.c: New file.
32738
32739 2005-08-10  Simon Josefsson  <jas@extundo.com>
32740
32741         * m4/strnlen.m4: New file.
32742
32743         * m4/strndup.m4: Don't check for strnlen declaration, done in
32744         strnlen.m4.
32745
32746 2005-08-10  Simon Josefsson  <jas@extundo.com>
32747
32748         * lib/strndup.c: Use strnlen.h.
32749
32750         * lib/strnlen.h: New file.
32751
32752 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
32753
32754         * README: Typos.
32755
32756 2005-08-02  Simon Josefsson  <jas@extundo.com>
32757
32758         * modules/readline: New file.
32759
32760 2005-08-02  Simon Josefsson  <jas@extundo.com>
32761
32762         * modules/getdelim: New file.
32763
32764         * modules/getline: Rewrite, don't use getndelim2.
32765
32766 2005-08-02  Simon Josefsson  <jas@extundo.com>
32767
32768         * m4/getline.m4: Separate out getdelim stuff into separate module.
32769
32770         * m4/getdelim.m4: New file.
32771
32772 2005-08-02  Simon Josefsson  <jas@extundo.com>
32773
32774         * lib/getline.h, getline.c: Rewrite.
32775
32776         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
32777
32778 2005-07-31  Bruno Haible  <bruno@clisp.org>
32779
32780         * lib/lock.h (gl_lock_initializer): New macro.
32781         (gl_lock_define_initialized): Use it.
32782         (gl_rwlock_initializer): New macro.
32783         (gl_rwlock_define_initialized): Use it.
32784         (gl_recursive_lock_initializer): New macro.
32785         (gl_recursive_lock_define_initialized): Use it.
32786
32787 2005-07-30  Karl Berry  <karl@gnu.org>
32788
32789         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
32790         Report from Ben Pfaff, regarding getopt.
32791
32792 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
32793
32794         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
32795         normal way.
32796         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
32797         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
32798         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
32799         (gl_GETOPT): Use the new macros.  Most of the implementation
32800         is moved to the new macros.  This is for programs like Emacs
32801         that don't want all the functionality of gl_GETOPT.
32802
32803 2005-07-26  Bruno Haible  <bruno@clisp.org>
32804
32805         * m4/lock.m4: Update from GNU gettext.
32806
32807 2005-07-26  Bruno Haible  <bruno@clisp.org>
32808
32809         * lib/lock.h: Update from GNU gettext.
32810         * lib/lock.c: Update from GNU gettext.
32811
32812 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
32813
32814         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
32815         obsolescent AC_TRY_RUN.  Include the default includes files, for
32816         'exit'.
32817
32818 2005-07-24  Bruno Haible  <bruno@clisp.org>
32819
32820         * modules/visibility: New file.
32821         * MODULES.html.sh (Misc): Add visibility.
32822
32823 2005-07-24  Bruno Haible  <bruno@clisp.org>
32824
32825         * m4/visibility.m4: New file.
32826
32827 2005-07-24  Bruno Haible  <bruno@clisp.org>
32828
32829         * doc/visibility.texi: New file.
32830
32831 2005-07-22  Bruno Haible  <bruno@clisp.org>
32832
32833         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
32834         $(ALLOCA_H), redundant through BUILT_SOURCES.
32835         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
32836         redundant through BUILT_SOURCES.
32837         * modules/byteswap (Makefile.am): Remove explicit dependency on
32838         $(BYTESWAP_H), redundant through BUILT_SOURCES.
32839         * modules/fnmatch (Makefile.am): Remove explicit dependency on
32840         $(FNMATCH_H), redundant through BUILT_SOURCES.
32841         * modules/getopt (Makefile.am): Remove explicit dependency on
32842         $(GETOPT_H), redundant through BUILT_SOURCES.
32843         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
32844         redundant through BUILT_SOURCES.
32845         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
32846         redundant through BUILT_SOURCES.
32847         * modules/stdbool (Makefile.am): Remove explicit dependency on
32848         $(STDBOOL_H), redundant through BUILT_SOURCES.
32849         * modules/stdint (Makefile.am): Remove explicit dependency on
32850         $(STDINT_H), redundant through BUILT_SOURCES.
32851         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
32852         Remove explicit dependency on $(SYSEXITS_H).
32853         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
32854
32855 2005-07-18  Simon Josefsson  <jas@extundo.com>
32856
32857         * lib/check-version.c (check_version): Accept identical versions too.
32858
32859 2005-07-18  Bruno Haible  <bruno@clisp.org>
32860
32861         * modules/lock: New file.
32862         * MODULES.html.sh (Multithreading): New section.
32863
32864 2005-07-18  Bruno Haible  <bruno@clisp.org>
32865
32866         * m4/lock.m4: New file, from GNU gettext.
32867
32868 2005-07-18  Bruno Haible  <bruno@clisp.org>
32869
32870         * lib/lock.h: New file, from GNU gettext.
32871         * lib/lock.c: New file, from GNU gettext.
32872
32873 2005-07-18  Bruno Haible  <bruno@clisp.org>
32874
32875         * lib/lock.h (gl_once_t): New type.
32876         (gl_once_define, gl_once): New macros.
32877         * lib/lock.c (fresh_once): New variable.
32878         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
32879         functions.
32880
32881 2005-07-16  Simon Josefsson  <jas@extundo.com>
32882
32883         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
32884         workaround, suggested by Bruno.
32885
32886 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
32887
32888         * modules/xalloc (Depends-on): Add xalloc-die.
32889         * modules/xvasprintf (Depends-on): Add xalloc-die.
32890
32891 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
32892
32893         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
32894         with a minor change.
32895
32896 2005-07-15  Bruno Haible  <bruno@clisp.org>
32897
32898         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
32899         When using lib/poll.c, define poll as rpl_poll.
32900
32901 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
32902
32903         * modules/argp (Depends-on): Remove unlocked-io.
32904
32905 2005-07-14  Derek Price  <derek@ximbiot.com>
32906
32907         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
32908         for glob symlink bug.
32909
32910 2005-07-14  Bruno Haible  <bruno@clisp.org>
32911
32912         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
32913         Instead, test for *_unlocked function declarations directly.
32914
32915 2005-07-11  Simon Josefsson  <jas@extundo.com>
32916
32917         * modules/size_max: New file.
32918
32919         * modules/xsize: Depend on size_max module for size_max.m4.
32920
32921 2005-07-11  Simon Josefsson  <jas@extundo.com>
32922
32923         * lib/size_max.h: New file.
32924
32925 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
32926
32927         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
32928         copyright symbol and the year.
32929         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
32930         (version_etc_va): Use parameterized copyright notice.
32931         Reword to conform to the current GNU coding standards.
32932
32933 2005-07-11  Karl Berry  <karl@gnu.org>
32934
32935         * doc/gnulib.texi (Quoting): new node.
32936         (Initial import): more info, from Patrice.
32937
32938 2005-07-11  Bruno Haible  <bruno@clisp.org>
32939
32940         * gnulib-tool (func_usage): Document option --avoid.
32941         (Command line options): Handle --avoid.
32942         (func_acceptable): New function.
32943         (func_modules_transitive_closure): Use it.
32944
32945 2005-07-11  Bruno Haible  <bruno@clisp.org>
32946
32947         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
32948         Reported by Jim Meyering.
32949
32950 2005-07-10  Bruno Haible  <bruno@clisp.org>
32951
32952         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
32953         Needed when size_t is smaller than 'unsigned int'.
32954         Reported by Paul Eggert.
32955
32956 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32957
32958         * modules/argp (Depends-on): Add unlocked-io
32959
32960 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32961
32962         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
32963         block of defines.
32964
32965 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
32966
32967         * config/srclist.txt: Comment out regcomp.c, since we have a porting
32968         fix now.
32969
32970 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
32971         and Paul Eggert  <eggert@cs.ucla.edu>
32972
32973         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
32974         in wint_t, not wchar_t.  Remove now-unnecessary cast.
32975
32976 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32977
32978         * modules/regex (Files): Add lib/regex_internal.c,
32979         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
32980         (Depends-on): Add extensions.
32981         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
32982
32983 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32984
32985         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
32986         pathconf.
32987         * m4/same.m4 (gl_SAME): Likewise.
32988         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
32989
32990         * m4/regex.m4: Adjust to new libc regex implementation.
32991         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
32992         all the .c and .h parts of (the new) regex.
32993         Quote the m4 stuff better.
32994         Check for RE_ICASE bug of old gnulib.
32995         Check for REG_STARTEND of recent libc.
32996         Rename local variables from jm_* to gl_*.
32997         Quote operand of "test -f".
32998         Say "recent enough" version of libc, not "version 2".
32999         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
33000         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
33001         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
33002         Remove check for btowc, isascii.
33003         Require AM_LANGINFO_CODESET.
33004
33005 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33006
33007         * lib/regex.c, regex.h: Sync from libc.
33008         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
33009         * lib/regexec.c:
33010         New files, synced from libc, except that regex_internal.h
33011         currently has a small porting fix.
33012
33013 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33014
33015         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
33016         regex_internal.c, regexec.c.
33017         Add regex_internal.h too, but as a comment, since the libc version
33018         is currently broken in gnulib mode.
33019
33020 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
33021
33022         Support programs like Emacs that use gnulib but not gettext.
33023         * MODULES.html.sh (Internationalization functions): Add gettext-h.
33024         * modules/gettext-h: New file.
33025         * modules/gettext (Files): Remove lib/gettext.h.
33026         (Depends-on): Add gettext-h.
33027         (Makefile.am): Remove lib_SOURCES.
33028         * modules/argmatch, modules/c-stack, modules/closeout:
33029         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
33030         * modules/execute, modules/file-type, modules/getaddrinfo:
33031         * modules/getopt, modules/human, modules/javacomp:
33032         * modules/javaexec, modules/mkdir-p, modules/obstack:
33033         * modules/openat, modules/pagealign_alloc, modules/pipe:
33034         * modules/quotearg, modules/regex, modules/rpmatch:
33035         * modules/unicodeio, modules/userspec, modules/version-etc:
33036         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
33037         * modules/xsetenv:
33038         Depend on gettext-h, not gettext.
33039
33040 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
33041
33042         * gnulib-tool (func_import): Add support for 'public domain' license.
33043         * modules/alloca, modules/atexit, modules/memmove:
33044         Now public domain, not GPL.
33045         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
33046         * modules/realloc, modules/strerror, modules/strtod:
33047         Now LGPL, not GPL.
33048
33049 2005-07-05  Bruno Haible  <bruno@clisp.org>
33050
33051         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
33052         autoconf CVS. Needed for mingw.
33053
33054 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33055
33056         Remove the dependency of the strftime module on the tzset module.
33057         * modules/strftime (Depends-on): Remove dependency on tzset.
33058
33059 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33060
33061         Remove the dependency of the strftime module on the tzset module.
33062         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
33063         gl_FUNC_TZSET_CLOBBER.
33064
33065 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33066
33067         Remove the dependency of the strftime module on the tzset module.
33068         * lib/strftime.c (my_strftime)
33069         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
33070         Copy the input structure, to work around some of the bug with
33071         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
33072         Solaris releases, you should also use the tzset module, but we won't
33073         require it as a dependency any more since we don't want LGPLed code
33074         to depend on GPLed code.
33075
33076 2005-07-02  Jim Meyering  <jim@meyering.net>
33077
33078         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
33079         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
33080         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
33081         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
33082
33083 2005-07-02  Jim Meyering  <jim@meyering.net>
33084
33085         * lib/backupfile.c (backup_args): Change a `0' to NULL.
33086
33087 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33088
33089         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
33090         declares only 'struct timespec;' (!).
33091
33092 2005-07-01  Jim Meyering  <jim@meyering.net>
33093
33094         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
33095         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
33096         * lib/save-cwd.c, tempname.c:
33097         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
33098         and don't include <sys/file.h>).
33099
33100 2005-06-29  Jim Meyering  <jim@meyering.net>
33101
33102         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
33103         type name.  Use the variable name instead.
33104         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
33105         Likewise.
33106
33107 2005-06-28  Simon Josefsson  <jas@extundo.com>
33108
33109         * modules/check-version (Files): Add check-version.m4.
33110
33111 2005-06-28  Simon Josefsson  <jas@extundo.com>
33112
33113         * m4/check-version.m4: New file, suggested by Jim Meyering
33114         <jim@meyering.net>.
33115
33116 2005-06-28  Simon Josefsson  <jas@extundo.com>
33117
33118         * lib/check-version.h, lib/check-version.c: New files.
33119
33120 2005-06-28  Simon Josefsson  <jas@extundo.com>
33121
33122         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
33123         collision with global variable.  Better indentation.  Don't
33124         increment buffer pointer beyond buffer end.  Based on comments
33125         from Paul Eggert <eggert@cs.ucla.edu>.
33126
33127         * lib/base64.h: Indent.
33128
33129 2005-06-28  Simon Josefsson  <jas@extundo.com>
33130
33131         * doc/gnulib.texi (Library version handling): New section.
33132
33133 2005-06-28  Jim Meyering  <jim@meyering.net>
33134
33135         * check-module (find_included_lib_files): Hard-code another
33136         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
33137         but modules/fts-lgpl (correctly) does not list those files.
33138
33139         * modules/canonicalize (Files): Add lib/pathmax.h.
33140
33141 2005-06-25  Simon Josefsson  <jas@extundo.com>
33142
33143         * modules/check-version: New file.
33144
33145 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
33146
33147         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
33148         initializer of struct addrinfo, as an indication that we don't
33149         care how many members the structure has.
33150
33151 2005-06-24  Derek Price  <derek@ximbiot.com>
33152         and Bruno Haible  <bruno@clisp.org>
33153
33154         Remove stat module & update lstat.
33155         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
33156         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33157         * m4/stat.m4: Remove this file.
33158
33159 2005-06-24  Derek Price  <derek@ximbiot.com>
33160         and Bruno Haible  <bruno@clisp.org>
33161
33162         Remove stat module & update lstat.
33163         * lib/stat.c: Remove this file...
33164         (slash_aware_lstat): ...moving this content and its support...
33165         * lib/lstat.c (rpl_lstat): ...into here.
33166         * lib/lstat.h: New file.
33167
33168 2005-06-24  Derek Price  <derek@ximbiot.com>
33169         and Bruno Haible  <bruno@clisp.org>
33170
33171         Remove stat module & update lstat.
33172         * config/srclist.txt (libc sources): Remove stat.
33173
33174 2005-06-24  Derek Price  <derek@ximbiot.com>
33175         and Bruno Haible  <bruno@clisp.org>
33176
33177         Remove stat module & update lstat.
33178         * MODULES.html.sh (stat): Remove.
33179         * MODULES.html: Regenerated.
33180         * modules/lstat (Description): Correct function name.
33181         (Files): Add "lstat.h".
33182         (Depends-on): Remove stat, add xalloc, stat-macros.
33183         * modules/stat: Remove this file.
33184         (Include): Add "lstat.h", remove <sys/stat.h>.
33185
33186 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33187
33188         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
33189         (ranged_convert): Don't save conversion in a temporary struct.
33190         This causes a warning with GCC 4.0.0, and anyway in the typical
33191         case it's not worth the extra 100 bytes or so of code.
33192         (ranged_convert, __mktime_internal): When calling a function via a
33193         pointer P, use P () rather than (*P) (), as we now assume C89 or
33194         better.
33195
33196 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33197
33198         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
33199         "who -r" failed to give output.  Problem reported by Tim Waugh.
33200
33201         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
33202         (xcalloc): Use it to avoid needless tests.
33203         Problem reported by Jim Meyering.
33204
33205 2005-06-20  Derek Price  <derek@ximbiot.com>
33206
33207         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
33208         unnecessary for Autoconfs > 2.59c.
33209
33210 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33211
33212         * lib/argp.h (__option_is_short): Check upper limit of
33213         __key. Isprint() requires its argument to have the value
33214         of an unsigned char or EOF.
33215
33216 2005-06-16  Jim Meyering  <jim@meyering.net>
33217
33218         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
33219         when either N or S is zero.
33220
33221 2005-06-16  Derek Price  <derek@ximbiot.com>
33222
33223         * m4/bison.m4: Declare YACC & YFLAGS precious.
33224
33225 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
33226
33227         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
33228         multibyte string or pattern, fall back on unibyte matching.
33229         Problem reported by James Youngman.
33230
33231 2005-06-08  Bruno Haible  <bruno@clisp.org>
33232
33233         * modules/csharpcomp: New file.
33234         * MODULES.html.sh (C#): Add csharpcomp.
33235
33236 2005-06-08  Bruno Haible  <bruno@clisp.org>
33237
33238         * m4/csharpcomp.m4: New file, from GNU gettext.
33239
33240 2005-06-08  Bruno Haible  <bruno@clisp.org>
33241
33242         * lib/csharpcomp.h: New file, from GNU gettext.
33243         * lib/csharpcomp.c: New file, from GNU gettext.
33244         * lib/csharpcomp.sh.in: New file, from GNU gettext.
33245
33246 2005-06-08  Bruno Haible  <bruno@clisp.org>
33247
33248         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
33249         warning on mingw.
33250
33251 2005-06-07  Derek Price  <derek@ximbiot.com>
33252
33253         Sync from CVS.
33254         * lib/glob_.h: Indent nested #ifdef.
33255
33256 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33257
33258         Sync from coreutils.
33259         Use "file name" when talking about file names, instead of "filename"
33260         or "path", as per the GNU coding standards.
33261         * lib/mkdir-p.c: Renamed from makepath.c.
33262         (make_dir_parents): Renamed from make_path.  All callers changed.
33263         * lib/mkdir-p.h: Likewise.  All includers changed.
33264         * lib/filenamecat.c: Renamed from path-concat.c.
33265         (file_name_concat): Renamed from path_concat.  All callers changed.
33266         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
33267         * lib/filenamecat.h: Likewise.  All includers changed.
33268         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
33269         in comments or local variable names.
33270         * lib/basename.c: Likewise.
33271         * lib/canonicalize.c, canonicalize.h: Likewise.
33272         * lib/dirname.c, dirname.h: Likewise.
33273         * lib/euidaccess.c: Likewise.
33274         * lib/exclude.c: Likewise
33275         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
33276         * lib/fsusage.c, fsuage.h: Likewise.
33277         * lib/fts.c, fts_.h: Likewise.
33278         * lib/getcwd.c: Likewise.
33279         * lib/getloadavg.c: Likewise.
33280         * lib/mkstemp.c: Likewise.
33281         * lib/mountlist.c, mountlist.h: Likewise.
33282         * lib/openat.c, openat.h: Likewise.
33283         * lib/readlink-stub.c: Likewise.
33284         * lib/readutmp.c, readutmp.h: Likewise.
33285         * lib/rename.c: Likewise.
33286         * lib/rmdir.c: Likewise.
33287         * lib/same.c: Likewise.
33288         * lib/savedir.c: Likewise.
33289         * lib/stripslash.c: Likewise.
33290         * lib/tempname.c: Likewise.
33291         * lib/xreadlink.c: Likewise.
33292         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
33293         All uses changed.
33294         * lib/exclude.h: Likewise.
33295
33296         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
33297         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33298         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
33299         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33300         * lib/pathmax.h: Include <limits.h> unconditionally, since other
33301         files have been getting away with it for years (MORE/BSD 4.3
33302         is extinct now).
33303         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
33304         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33305
33306         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
33307         Define to 256, not 255, as per modern POSIX.
33308
33309 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33310
33311         Sync from coreutils.
33312         Use "file name" when talking about file names, instead of "filename"
33313         or "path", as per the GNU coding standards.
33314         * MODULES.html.sh: mkdir-p renamed from makepath.
33315         filenamecat renamed from path-concat.
33316         * modules/filenamecat: Renamed from modules/path-concat.
33317         (Files): filenamecat.h and filenamecat.c renamed from
33318         path-concat.h and path-concat.c.
33319         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
33320         (Include): filenamecat.h, not path-concat.h.
33321         * modules/mkdir-p: Renamed from modules/makepath.
33322         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
33323         makepath.c.
33324         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
33325         (Include): mkdir-p.h, not makepath.h.
33326
33327 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33328
33329         Sync from coreutils.
33330         * m4/mkdir-p.m4: Renamed from makepath.m4.
33331         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
33332         Rename files from makepath.c to mkdir-p.c, and from
33333         makepath.h to mkdir-p.h.
33334         * m4/filenamecat.m4: Renamed from path-concat.m4.
33335         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
33336         Rename files from path-concat.c to filenamecat.c,
33337         and from path-concat.h to filenamecat.h.
33338         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
33339         "file name" in local variables or comments.
33340         * m4/rename.m4: Likewise.
33341
33342 2005-06-01  Bruno Haible  <bruno@clisp.org>
33343
33344         * modules/csharpexec: New file.
33345         * MODULES.html.sh (C#): New section.
33346
33347 2005-06-01  Bruno Haible  <bruno@clisp.org>
33348
33349         * m4/csharp.m4: New file, from GNU gettext.
33350         * m4/csharpexec.m4: New file, from GNU gettext.
33351
33352 2005-06-01  Bruno Haible  <bruno@clisp.org>
33353
33354         * lib/csharpexec.h: New file, from GNU gettext.
33355         * lib/csharpexec.c: New file, from GNU gettext.
33356         * lib/csharpexec.sh.in: New file, from GNU gettext.
33357
33358 2005-05-31  Derek Price  <derek@ximbiot.com>
33359             Paul Eggert  <eggert@cs.ucla.edu>
33360
33361         Sync from cvs.
33362         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
33363
33364 2005-05-31  Derek Price  <derek@ximbiot.com>
33365             Paul Eggert  <eggert@cs.ucla.edu>
33366
33367         Sync from cvs.
33368         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
33369
33370 2005-05-29  Derek Price  <derek@ximbiot.com>
33371
33372         * config/srclist.txt (glob_.h, glob.c): Add these files.
33373
33374 2005-05-29  Derek Price  <derek@ximbiot.com>
33375
33376         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
33377         * modules/glob: New file.
33378         * modules/getlogin_r: Add link to POSIX spec in description.
33379
33380 2005-05-29  Derek Price  <derek@ximbiot.com>
33381             Paul Eggert  <eggert@cs.ucla.edu>
33382
33383         * m4/glob.m4: New file.
33384
33385 2005-05-29  Derek Price  <derek@ximbiot.com>
33386             Paul Eggert  <eggert@cs.ucla.edu>
33387
33388         * lib/glob_.h, lib/glob.c: New files.
33389
33390 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33391
33392         * modules/fts (Files): Remove m4/inttypes-pri.m4.
33393         * modules/fts-lgpl (Depends-on): Remove gettext.
33394
33395 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33396
33397         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
33398         and don't require gt_INTTYPES_PRI.
33399
33400 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33401
33402         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
33403
33404         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
33405         the configuration hassle isn't worth it.
33406         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
33407         (LONGEST_MODIFIER, PRIuMAX): Remove.
33408
33409 2005-05-27  Bruno Haible  <bruno@clisp.org>
33410
33411         * lib/getlogin_r.h: Remove second include of <stddef.h>.
33412
33413 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
33414
33415         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
33416         _POSIX_PTHREAD_SEMANTICS for Solaris.
33417
33418 2005-05-25  Derek Price  <derek@ximbiot.com>
33419
33420         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
33421
33422 2005-05-25  Derek Price  <derek@ximbiot.com>
33423             Paul Eggert  <eggert@cs.ucla.edu>
33424
33425         * modules/getlogin_r, m4/getlogin_r.m4: New files.
33426         * lib/getlogin_r.c, getlogin_r.h: New files.
33427
33428 2005-05-25  Bruno Haible  <bruno@clisp.org>
33429             Derek Price  <derek@ximbiot.com>
33430
33431         * lib/getlogin_r.h: Simplify API documentation.
33432
33433 2005-05-23  Derek Price  <derek@ximbiot.com>
33434
33435         * modules/minmax (Files): Add m4/minmax.m4.
33436         (configure.ac): Add gl_MINMAX.
33437
33438 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
33439
33440         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
33441         so that unistd-safer.h (GPL'ed code) need not be included.
33442
33443 2005-05-22  Bruno Haible  <bruno@clisp.org>
33444
33445         * m4/minmax.m4: New file.
33446         Based on a patch by Derek Price <derek@ximbiot.com>.
33447
33448 2005-05-22  Bruno Haible  <bruno@clisp.org>
33449
33450         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
33451         (INT64_MIN): Fix definition.
33452         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
33453
33454         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
33455         NEED_SIGNED_INT_TYPES.
33456
33457         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
33458         HAVE_SYSTEM_INTTYPES.
33459
33460 2005-05-22  Bruno Haible  <bruno@clisp.org>
33461
33462         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
33463         Also include <sys/param.h> if it defines MIN, MAX.
33464         Based on a patch by Derek Price <derek@ximbiot.com>.
33465
33466 2005-05-21  Jim Meyering  <jim@meyering.net>
33467
33468         * modules/fts (Files): Add m4/inttypes-pri.m4.
33469         (Depends-on): Add lstat and remove gettext.  Alphabetize.
33470
33471 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33472
33473         New fts module.
33474         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
33475         (setup_dir, free_dir): New functions.
33476         (enter_dir, leave_dir): Define trivial
33477         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
33478         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
33479         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
33480         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
33481         Move to fts-cycle.c.
33482         (fts_open): Use setup_dir.
33483         (fts_close): Use free_dir.
33484         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
33485         This adds a label and some gotos, but the alternatives were messier.
33486         Check for memory allocation failure when entering a dir.
33487         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
33488         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
33489         (FTS): New member fts_cycle, that is a union that contains the
33490         old active_dir_ht and cycle_state.  All uses changed to mention
33491         fts_cycle.ht and fts_cycle.state.
33492         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
33493         fts.c, with the following changes:
33494         (setup_dir, free_dir): New functions.
33495         (enter_dir): Now returns bool.  Return true if successful, false
33496         if memory exhausted.  All callers changed.
33497         Do not bother partly cleaning up on
33498         memory allocation failure; that is free_dir's job.
33499         However, free ad if hash_insert fails, to avoid memory leak.
33500         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
33501         fts->fts_options to see which union member to use.
33502
33503 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33504
33505         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
33506         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
33507
33508 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33509
33510         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
33511
33512 2005-05-20  Jim Meyering  <jim@meyering.net>
33513
33514         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
33515         Now a macro, to pacify GCC.
33516
33517 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
33518
33519         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
33520         of -1.
33521
33522 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
33523
33524         * lib/chown.c (rpl_chown): Return -1 on failure.
33525
33526 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
33527
33528         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
33529         Don't check for stddef.h.
33530         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
33531         don't use its results.
33532         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
33533         since we include them unconditionally.  Don't require
33534         AM_STDBOOL_H, since stdbool is a prerequisite.
33535         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
33536         since we assume C89 or better.
33537         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
33538         as we don't use their results.
33539         Don't check for fchdir, memmove, memset, strrchr, as we use
33540         them unconditionally.
33541         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
33542         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
33543
33544 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
33545
33546         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
33547         Include <stddef.h> unconditionally, since we assume C89 now.
33548         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
33549         * lib/fts.c: Include fts_.h first, to check interface.
33550         Do not include intprops.h; no longer needed.
33551         Include cycle-check.h and hash.h, since fts_.h no longer does.
33552         Remove unnecessary casts of closedir to void.
33553         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
33554         decide whether to decrement nlinks.
33555         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
33556         (FTS): Use struct hash_table * instead of Hash_table, so that
33557         we no longer need to include hash.h here.
33558
33559 2005-05-18  Jim Meyering  <jim@meyering.net>
33560
33561         * modules/dirfd (License): Change to LGPL.  Most of the code
33562         is already in the public domain.
33563
33564 2005-05-18  Jim Meyering  <jim@meyering.net>
33565
33566         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
33567         Reported by Yoann Vandoorselaere.
33568
33569 2005-05-17  Jim Meyering  <jim@meyering.net>
33570
33571         * m4/fts.m4: New file, from coreutils.
33572
33573 2005-05-17  Jim Meyering  <jim@meyering.net>
33574
33575         * lib/fts.c, lib/fts_.h: New files, from coreutils.
33576
33577 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33578
33579         Sync from coreutils.
33580         * m4/unlinkdir.m4: New file.
33581
33582 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33583
33584         Sync from coreutils.
33585         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
33586         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
33587         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
33588         White space changes only.
33589         * lib/makepath.c (make_path): Port to hosts where leading "//" is
33590         special.
33591         * lib/yesno.c: Include getline.h, not ctype.h.
33592         (yesno): Don't remove leading white space; POSIX doesn't allow it.
33593         Use getline to remove arbitrary restriction on response length.
33594
33595 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33596
33597         * config/srclist-update: Spell out "Street" in FSF postal
33598         mail address; this is the style the FSF seems to prefer.
33599
33600         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
33601         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
33602         this updates FSF postal mail address.
33603
33604         Sync from coreutils.
33605         * modules/unlinkdir: New file.
33606         * modules/yesno (Depends-on): Add getline.
33607         * MODULES.html.sh (File system functions): Add unlinkdir.
33608
33609 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33610
33611         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
33612         lib/strsep.h:
33613         Change the initial comment to refer to GPL, not LGPL.
33614         gnulib-tool will change it to LGPL as needed.
33615
33616         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
33617         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
33618         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
33619         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
33620         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
33621         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
33622         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
33623         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
33624         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
33625         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
33626         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
33627         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
33628         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
33629         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
33630         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
33631         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
33632         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
33633         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
33634         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
33635         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
33636         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
33637         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
33638         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
33639         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
33640         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
33641         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
33642         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
33643         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
33644         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
33645         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
33646         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
33647         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
33648         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
33649         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
33650         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
33651         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
33652         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
33653         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
33654         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
33655         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
33656         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
33657         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
33658         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
33659         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
33660         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
33661         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
33662         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
33663         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
33664         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
33665         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
33666         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
33667         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
33668         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
33669         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
33670         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
33671         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
33672         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
33673         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
33674         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
33675         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
33676         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
33677         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
33678         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
33679         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
33680         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
33681         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
33682         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
33683         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
33684         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
33685         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
33686         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
33687         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
33688         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
33689         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
33690         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
33691         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
33692         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
33693         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
33694         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
33695         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
33696         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
33697         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
33698         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
33699         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
33700         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
33701         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
33702         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
33703         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
33704         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
33705         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
33706         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
33707         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
33708         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
33709         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
33710         lib/yesno.c, lib/yesno.h:
33711         Update FSF postal mail address.
33712
33713 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33714
33715         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
33716         tests/test-memmem.c, tests/test-stpncpy.c:
33717         Update FSF postal mail address.
33718
33719 2005-05-13  Bruno Haible  <bruno@clisp.org>
33720
33721         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
33722         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
33723         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
33724         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
33725         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
33726         Add support for 64-bit integers in the MSVC compiler.
33727
33728 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33729
33730         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
33731
33732 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
33733
33734         * gnulib-tool (func_import): Sort and uniquify recommended includes.
33735
33736 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
33737
33738         * doc/getdate.texi (General date syntax): Don't say that date
33739         date --iso-8601=ns generates acceptable dates; it doesn't yet.
33740         Problem reported by Nic Ferrier.
33741
33742 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33743
33744         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
33745         specified in ai_socktype. Fix invalid ai_protocol
33746         check. ai_protocol is usually set to 0 or depending on
33747         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
33748         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
33749         ai_socktype / ai_protocol in the returned addrinfo structure.
33750
33751 2005-05-10  Simon Josefsson  <jas@extundo.com>
33752
33753         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
33754         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
33755
33756 2005-05-10  Karl Berry  <karl@gnu.org>
33757
33758         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
33759         (from http://www.gnu.org/licenses).
33760         * doc/COPYING.LIB: also rename to COPYING.LESSER.
33761         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
33762         fdl.texi suffices.
33763
33764 2005-05-10  Karl Berry  <karl@gnu.org>
33765
33766         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
33767         (COPYING.DOC): remove.
33768
33769         * config/srclist-update: new FSF address.
33770
33771 2005-05-10  Derek Price  <derek@ximbiot.com>
33772
33773         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
33774         possible.
33775
33776 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33777             Bruno Haible  <bruno@clisp.org>
33778
33779         * modules/inet_ntop: New file.
33780         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33781         inet_ntop.
33782
33783 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33784             Bruno Haible  <bruno@clisp.org>
33785
33786         * m4/inet_ntop.m4: New file.
33787
33788 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33789             Bruno Haible  <bruno@clisp.org>
33790
33791         * lib/inet_ntop.h: New file.
33792         * lib/inet_ntop.c: New file, from glibc with modifications.
33793
33794 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
33795
33796         * modules/time_r (License): Change to LGPL.
33797         * modules/extensions (License): Change to LGPL.  Actually,
33798         the license is more permissive than that, but currently gnulib-tool
33799         doesn't know how to handle more-permissive licenses.
33800
33801         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
33802         Problem reported by Dave Love.
33803
33804 2005-05-08  Jim Meyering  <jim@meyering.net>
33805
33806         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
33807         blank.
33808
33809 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
33810
33811         * modules/argmatch (Depends-on): Add stdbool.
33812         * modules/backupfile (Depends-on): Likewise.
33813         * modules/chdir-long (Depends-on): Likewise.
33814         * modules/closeout (Depends-on): Likewise.
33815         * modules/cycle-check (Depends-on): Likewise.
33816         * modules/dirname (Depends-on): Likewise.
33817         * modules/fnmatch (Depends-on): Likewise.
33818         * modules/fsusage (Depends-on): Likewise.
33819         * modules/fwriteerror (Depends-on): Likewise.
33820         * modules/getcwd (Depends-on): Likewise.
33821         * modules/getloadavg (Depends-on): Likewise.
33822         * modules/hard-locale (Depends-on): Likewise.
33823         * modules/makepath (Depends-on): Likewise.
33824         * modules/mountlist (Depends-on): Likewise.
33825         * modules/nanosleep (Depends-on): Likewise.
33826         * modules/posixtm (Depends-on): Likewise.
33827         * modules/quotearg (Depends-on): Likewise.
33828         * modules/readtokens (Depends-on): Likewise.
33829         * modules/readtokens0 (Depends-on): Likewise.
33830         * modules/readutmp (Depends-on): Likewise.
33831         * modules/save-cwd (Depends-on): Likewise.
33832         * modules/strftime (Depends-on): Likewise.
33833         * modules/userspec (Depends-on): Likewise.
33834         * modules/utimecmp (Depends-on): Likewise.
33835         * modules/xgetcwd (Depends-on): Likewise.
33836         * modules/xnanosleep (Depends-on): Likewise.
33837         * modules/xstrtod (Depends-on): Likewise.
33838         * modules/yesno (Depends-on): Likewise.
33839
33840 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
33841
33842         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
33843         needless checks.
33844
33845 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33846
33847         Merge from coreutils.  Among other things,
33848         add bulletproofing for cases where stdin, stdout, or stderr are closed.
33849         * lib/fd-safer.c: New file.
33850         * lib/fcntl-safer.h, open-safer.c: Remove.
33851         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
33852         * lib/dup-safer.c: Include unistd-safer.h first.
33853         Don't include errno.h.
33854         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
33855         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
33856         * lib/file-type.c: Rely on file-type.h change.
33857         * lib/getloadavg.c: Include unistd-safer.h.
33858         (getloadavg): Use safer open.
33859         * lib/getusershell.c: Include "stdio-safer.h".
33860         (getusershell): Use safer fopen.
33861         * lib/long-options.c (long_options): Use NULL rather than 0.
33862         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
33863         'free'.
33864         * lib/modechange.c: Likewise.
33865         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
33866         (MODE_DONE): New constant.
33867         (struct mode_change): Remove 'next' member.
33868         (make_node_op_equals): New function; like the old one of the
33869         same name, except it allocates an array.
33870         (mode_compile, mode_create_from_ref): Use it.
33871         (mode_compile): Allocate result as an array, not a linked list.
33872         Parse octal string ourself, so that we catch mistakes like "+0".
33873         (mode_adjust): Arg is an array, not a linked list.
33874         * lib/modechange.c: Include stat-macros.h, xalloc.h.
33875         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
33876         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
33877         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
33878         Remove.  This is now stat-macros.h's job.
33879         (talloc): Remove.  All callers replaced by xalloc, so that
33880         our invokers don't have to worry about reporting memory failures.
33881         (make_node_op_equals): Remove.
33882         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
33883         New constants.
33884         (struct mode_change): Moved here from modechange.h.
33885         (mode_append_entry): Remove.
33886         (mode_compile): Remove MASKED_OPS arg, since it encouraged
33887         apps to have incorrect behavior.  Use simpler algorithm for head
33888         and tail.  Don't futz with umask; that's now the job of mode_adjust.
33889         Detect more invalid usages rather than having somewhat-random behavior.
33890         Don't insert an "a=" action, as that leads to incorrect behavior.
33891         (mode_compile, mode_create_from_ref): Return NULL on error instead
33892         of an enum, since now there's only one way to have an error.  All
33893         callers changed.
33894         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
33895         at the correct time.  Simplify calculation of "+u" and its ilk.
33896         Don't mishandle "+X".
33897         (mode_free): Remove "register" and localize decls.
33898         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
33899         (struct mode_change): Move to modechange.c; callers don't
33900         need to see this stuff.
33901         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
33902         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
33903         (mode_change, mode_adjust): Reflect the new signatures noted above.
33904         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
33905         that might redefine system include files.
33906         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
33907         (my_usleep): Use NULL rather than (void *) 0.
33908         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
33909         Use siginterrupt to specify that system calls should be interrupted.
33910         (rpl_nanosleep): Move initialization of suspended closer to call of
33911         my_usleep.
33912         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
33913         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
33914         (desirable_utmp_entry): New function.
33915         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
33916         using x2nrealloc, to simplify logic.
33917         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
33918         size calculation.  Do not assume utmp file is a regular file.
33919         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
33920         (READ_UTMP_CHECK_PIDS): New constant.
33921         * lib/save-cwd.c: Include unistd-safer.h.
33922         (save_cwd): Use fd_safer.
33923         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
33924         [!_LIBC] Include "stat-macros.h" instead.
33925         * lib/unistd-safer.h (fd_safer): New decl.
33926
33927 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33928
33929         * modules/getloadavg (Depends-on): Add unistd-safer.
33930         * modules/getusershell (Depends-on): Add stdio-safer.
33931         * modules/lstat (Depends-on): Remove xalloc.
33932         * modules/mkstemp (Depends-on): Add stat-macros.
33933         * modules/modechange (Depends-on): Remove xstrtol.
33934         Add stat-macros, xalloc.
33935         * modules/save-cwd (Depends-on): Add unistd-safer.
33936         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
33937         * modules/unistd-safer (Files): Add lib/fd-safer.c
33938         (Makefile.am): Remove lib_SOURCES.
33939
33940         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
33941         Remove fcntl-safer; unistd-safer supersedes it.
33942
33943 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33944
33945         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
33946         AC_HEADER_STAT.
33947         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
33948         (gl_PREREQ_CHOWN): Remove.
33949         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
33950         it.  Don't require AC_HEADER_STAT.
33951         (gl_PREREQ_LSTAT): Remove.
33952         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
33953         Don't require AC_HEADER_STAT.
33954         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
33955         (gl_PREREQ_RMDIR): Remove.
33956         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
33957         mention stat-macros.h or AC_HEADER_STAT, since we'll make
33958         the stat-macros module a prerequisite.
33959         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
33960         * m4/filemode.m4 (gl_FILEMODE): Likewise.
33961         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
33962         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
33963         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
33964         variable names.
33965         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
33966         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
33967         variable prefixes.
33968         * m4/fcntl-safer.m4: Remove.
33969         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
33970         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
33971         Invoke gl_PREREQ_FD_SAFER.
33972         (gl_PREREQ_FD_SAFER): New macro.
33973         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
33974         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
33975         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
33976         Remove duplicate call to AC_LIBOBJ(readutmp).
33977         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
33978
33979         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
33980         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
33981
33982 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33983
33984         * MODULES.html.sh (Misc): Add byteswap.
33985
33986 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33987
33988         * modules/getcwd (Depends-on): Add extensions.
33989         * modules/openat (Depends-on): Likewise.
33990
33991 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33992
33993         * modules/byteswap: New file.
33994
33995 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33996
33997         * m4/byteswap.m4: New file.
33998
33999 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34000
34001         * lib/byteswap_.h: New file.
34002
34003 2005-04-25  Karl Berry  <karl@gnu.org>
34004
34005         * m4/gettext.m4: Update from GNU gettext 0.14.4.
34006
34007 2005-04-25  Albert Chin  <china@thewrittenword.com>
34008
34009         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
34010         Toolkit C bug.
34011
34012 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
34013
34014         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
34015         (func_ln_if_changed) Remove forcibly for no error message
34016         in case file does not exist.
34017
34018 2005-04-19  Simon Josefsson  <jas@extundo.com>
34019
34020         * gnulib-tool (Options): Make --symlink mean --symbolic.
34021
34022 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
34023
34024         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
34025
34026 2005-04-16  Simon Josefsson  <jas@extundo.com>
34027
34028         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
34029
34030 2005-04-15  Simon Josefsson  <jas@extundo.com>
34031
34032         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
34033
34034 2005-04-15  Simon Josefsson  <jas@extundo.com>
34035
34036         * gnulib-tool: Rename --symlink to --symbolic.
34037
34038 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
34039
34040         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
34041         symbolic links to files instead of copying/moving.  Add --aux-dir,
34042         specifying directory relative --dir where auxiliary build tools
34043         are placed.
34044
34045 2005-04-14  Bruno Haible  <bruno@clisp.org>
34046
34047         * modules/allocsa (License): Change to LGPL.
34048         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
34049
34050 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
34051
34052         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
34053         that "UTC +1 second" continues to work.  Problem reported
34054         by Dmitry V. Levin.
34055         (relunit_snumber): New rule.
34056         (relunit): Use it.
34057
34058 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
34059
34060         * lib/getdate.y (universal_time_zone_table): New constant.
34061         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
34062         universal_time_zone_table.
34063         (lookup_zone): Prefer universal_time_zone_table to
34064         local_time_zone_table, so that "GMT" time stamps are allowed in
34065         London during the summer.  Problem reported by Ian Abbott.
34066
34067 2005-04-12  Jim Meyering  <jim@meyering.net>
34068
34069         * lib/human.c (humblock): Set *options even when returning due to
34070         xstrtoumax conversion failure.  Thanks to a used-uninitialized
34071         warning from gcc-4.
34072
34073 2005-04-09  Jim Meyering  <jim@meyering.net>
34074
34075         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
34076         -Wuninitialized: initialize tm0.tm_year.
34077
34078 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
34079
34080         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
34081         count, since there's no maximum.  All uses changed.
34082         Add member dsts_seen.
34083         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
34084         not being INT_MAX.
34085         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
34086         Use pc_rels_seen to decide whther a date is absolute.
34087
34088         * lib/getdate.y (number): Don't overwrite year.
34089         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
34090         check.
34091
34092 2005-04-02  Simon Josefsson  <jas@extundo.com>
34093
34094         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
34095         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
34096
34097 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
34098
34099         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
34100         where no absolute path name can be longer than PATH_MAX.
34101
34102 2005-03-27  Jim Meyering  <jim@meyering.net>
34103
34104         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
34105
34106 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
34107
34108         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
34109         "one's complement" -> "ones' complement" in comment, as per Knuth.
34110         "value of type" -> "type or expression" in comment.
34111         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
34112
34113 2005-03-26  Jim Meyering  <jim@meyering.net>
34114
34115         Comment nits.
34116         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
34117         Correct typos: s/or/of/.
34118
34119 2005-03-26  Jim Meyering  <jim@meyering.net>
34120
34121         * modules/check-include-files: Move to ../ and rename to...
34122         * check-module: ...this.
34123
34124 2005-03-25  Jim Meyering  <jim@meyering.net>
34125
34126         * modules/xvasprintf (Files): Add xalloc.h.
34127
34128 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
34129
34130         * modules/gettext (Files): config/config.rpath ->
34131         build-aux/config.rpath
34132         * modules/iconv (Files): Likewise.
34133         Problem reported by Oskar Liljeblad.
34134
34135 2005-03-23  Jim Meyering  <jim@meyering.net>
34136
34137         * modules/check-include-files: New script to check for
34138         missing dependencies, multiple includes, etc.
34139
34140         * modules/c-strtold (Depends-on): Add xalloc.
34141         * modules/c-strtod (Depends-on): Add xalloc.
34142         * modules/hash (Depends-on): Add xalloc.
34143         (Files): Remove lib/xalloc.h.
34144
34145         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
34146         * modules/userspec (Files): Add lib/inttostr.h.
34147
34148 2005-03-23  Jim Meyering  <jim@meyering.net>
34149
34150         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
34151
34152 2005-03-22  Jim Meyering  <jim@meyering.net>
34153
34154         * modules/stat-macros: New module.
34155         * modules/canonicalize, modules/euidaccess, modules/file-type,
34156         * modules/filemode, modules/lchown, modules/makepath,
34157         * modules/rmdir, modules/stat: Depend on new stat-macros module
34158         rather than listing lib/stat-macros.h manually.
34159         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
34160
34161 2005-03-22  Jim Meyering  <jim@meyering.net>
34162
34163         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
34164
34165 2005-03-22  Bruno Haible  <bruno@clisp.org>
34166
34167         * config/srclist.txt: Replace target directory 'config' with
34168         'build-aux'.
34169         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
34170         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
34171         ../build-aux/.
34172
34173 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
34174
34175         * modules/chdir-long (Depends-on): Add mempcpy.
34176
34177         * modules/acl, modules/backupfile, modules/c-strtod,
34178         modules/c-strtold, modules/canon-host, modules/canonicalize,
34179         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
34180         modules/exclude, modules/exitfail, modules/file-type,
34181         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
34182         modules/getdate, modules/getline, modules/getpagesize,
34183         modules/getpass, modules/getugroups, modules/group-member,
34184         modules/hard-locale, modules/hash, modules/human, modules/idcache,
34185         modules/inttostr, modules/long-options, modules/makepath,
34186         modules/md5, modules/memcasecmp, modules/memcoll,
34187         modules/modechange, modules/mountlist, modules/path-concat,
34188         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
34189         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
34190         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
34191         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
34192         modules/strftime, modules/strndup, modules/strverscmp,
34193         modules/timespec, modules/unlocked-io, modules/userspec,
34194         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
34195         modules/yesno:
34196         Remove lib_SOURCES line from Makefile.am section, as this is now
34197         done automatically by the corresponding Autoconf macro.
34198
34199 2005-03-21  Jim Meyering  <jim@meyering.net>
34200
34201         Changes imported from coreutils.
34202
34203         * lib/cycle-check.c: Don't include xalloc.h.
34204
34205         * lib/path-concat.c: Don't include assert.h.
34206         (path_concat): Remove assertion that would have triggered
34207         for ABASE starting with more than one slash.
34208         Reported by Andreas Schwab.
34209
34210         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
34211         properly when ABASE is an absolute file name.
34212         Correct the description of this function.
34213         Include <assert.h>.
34214         Add an assertion and a test driver.
34215         This fixes a bug introduced on 2004-07-02.
34216         Andreas Schwab reported the resulting failure of cp --parents:
34217         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
34218
34219 2005-03-21  Jim Meyering  <jim@meyering.net>
34220
34221         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
34222         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
34223
34224 2005-03-21  Jim Meyering  <jim@meyering.net>
34225         and  Paul Eggert  <eggert@cs.ucla.edu>
34226
34227         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
34228         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
34229         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
34230         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
34231         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
34232         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
34233         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
34234         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
34235         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
34236         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
34237         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
34238         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
34239         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
34240         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
34241         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
34242         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
34243         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
34244         for these modules.
34245
34246 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
34247
34248         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
34249         (which shouldn't happen), generate nothing instead of returning 0
34250         immediately, so that nstrftime (NULL, ...) doesn't return 0.
34251
34252 2005-03-16  Bruno Haible  <bruno@clisp.org>
34253
34254         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
34255         HAVE_LONGLONG_64BIT.
34256
34257 2005-03-16  Bruno Haible  <bruno@clisp.org>
34258
34259         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
34260         HAVE_LONGLONG_64BIT.
34261
34262 2005-03-16  Bruno Haible  <bruno@clisp.org>
34263
34264         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
34265         HAVE_LONGLONG_64BIT.
34266
34267 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34268
34269         * lib/strftime.c (my_strftime): Prepend space to format so that we can
34270         reliably distinguish strftime failure from empty output on POSIX
34271         hosts.
34272
34273 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34274
34275         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
34276         (iconv_string): Don't guess a size-zero buffer, as that might cause
34277         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
34278         result would be 'too large', where 'too large' is (heuristically)
34279         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
34280         overflow concerns.  This will prevent some unwanted malloc failures
34281         when the inputs are very large.
34282
34283 2005-03-15  Karl Berry  <karl@gnu.org>
34284
34285         * config/srclist.txt (config.rpath): from gettext.
34286         * config/config.rpath: update.
34287
34288 2005-03-15  Bruno Haible  <bruno@clisp.org>
34289
34290         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
34291         to 'negate'.
34292
34293         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
34294         variable.
34295
34296         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
34297         results.
34298
34299 2005-03-14  Simon Josefsson  <jas@extundo.com>
34300
34301         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
34302         <fx@gnu.org>.
34303
34304 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
34305
34306         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
34307         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
34308         intprops.h.
34309         * lib/strtol.c: Likewise.
34310
34311 2005-03-14  Jim Meyering  <jim@meyering.net>
34312
34313         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
34314         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
34315         to be nonzero so that we (and caller) can detect the difference
34316         between a valid zero-length expansion and an error return, even
34317         when the underlying strftime fails before writing anything into
34318         that location.
34319
34320 2005-03-14  Bruno Haible  <bruno@clisp.org>
34321
34322         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
34323         Update from GNU gettext 0.14.3.
34324
34325 2005-03-10  Jim Meyering  <jim@meyering.net>
34326
34327         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
34328
34329 2005-03-10  Jim Meyering  <jim@meyering.net>
34330
34331         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
34332         so that this module works on systems without fchdir.
34333
34334 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
34335
34336         Factor int-properties macros into a single file, except for
34337         glibc-related files.
34338         * lib/intprops.h: New file.
34339         * lib/getloadavg.c: Include it instead of limits.h.
34340         (INT_STRLEN_BOUND): Remove.
34341         * lib/human.c: Include intprops.h.
34342         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
34343         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
34344         302/1000.
34345         * lib/inttostr.h: Include intprops.h instead of limits.h.
34346         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
34347         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
34348         for consistency with intprops.h.
34349         (time_t_is_integer, twos_complement_arithmetic): Use them.
34350         * lib/sig2str.h: Include <signal.h>, intprops.h.
34351         (INT_STRLEN_BOUND): Remove.
34352         * lib/strftime.c (TYPE_SIGNED): Remove.
34353         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
34354         * lib/strtol.c: Adjust comments to match intprops.h.
34355         * lib/userspec.c: Include intprops.h.
34356         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
34357         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
34358         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
34359         instead of rolling our own expressions.
34360         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
34361
34362         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
34363         instead of int.
34364         (my_strftime): Do not mishandle years close to INT_MAX, by doing
34365         the right thing even if adding 1900 would overflow.  Similarly
34366         for tm_mon + 1 and tm_yday + 1.
34367         Make %Y always equivalent to %C%y, and similarly for %G and %g.
34368         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
34369         (DO_SIGNED_NUMBER): New macro.
34370         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
34371
34372 2005-03-07  Bruno Haible  <bruno@clisp.org>
34373
34374         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
34375
34376 2005-03-07  Bruno Haible  <bruno@clisp.org>
34377
34378         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
34379
34380 2005-03-04  Derek R. Price  <derek@ximbiot.com>
34381
34382         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
34383         (func_import): Only replace files via --import when they have actually
34384         changed.
34385
34386 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34387
34388         * m4/mmap-anon.m4: New file.
34389         * m4/pagealign_alloc.m4: New file.
34390
34391 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34392             Bruno Haible  <bruno@clisp.org>
34393
34394         * modules/pagealign_alloc: New file.
34395         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
34396
34397 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34398             Bruno Haible  <bruno@clisp.org>
34399
34400         * lib/pagealign_alloc.h: New file.
34401         * lib/pagealign_alloc.c: New file.
34402
34403 2005-03-03  Bruno Haible  <bruno@clisp.org>
34404
34405         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
34406         Use an all-permissive copyright notice, recommended by RMS.
34407
34408 2005-03-02  Bruno Haible  <bruno@clisp.org>
34409
34410         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
34411         of AIX, the replacement has to be done only after <string.h> is
34412         included, therefore not in config.h. stpncpy.h does the replacement,
34413         and stpncpy.c uses it.
34414
34415 2005-03-02  Bruno Haible  <bruno@clisp.org>
34416
34417         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
34418         stpncpy.c uses it.
34419
34420 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34421
34422         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
34423         The workaround isn't strictly needed for POSIX conformance, and
34424         it's too much of a pain to configure and maintain.  We'll ask
34425         people to fix their kernels instead.
34426         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
34427         (NANOSLEEP_BUG_WORKAROUND): Remove.
34428         (xnanosleep): Remove the workaround.
34429
34430 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34431
34432         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
34433         Reported by Derek Price.
34434         (Include): Add "timespec.h".
34435
34436         * modules/xnanosleep (Depends-on): Remove gethrxtime.
34437
34438 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34439
34440         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
34441         to detect nanosleep bug.
34442
34443 2005-03-01  Bruno Haible  <bruno@clisp.org>
34444
34445         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
34446
34447 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
34448
34449         * modules/gethrxtime: New file.
34450         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
34451         (Depends-on): Add gethrxtime.
34452         (configure.ac): Add gl_XNANOSLEEP.
34453         (Makefile.am): Remove lib_SOURCES line.
34454
34455 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34456
34457         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
34458         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
34459
34460 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34461
34462         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
34463         * lib/timespec.h (gettime): Return void, since it always
34464         succeeds now.  All uses changed.
34465         * lib/gettime.c (gettime) Likewise.
34466         [HAVE_NANOTIME]: Prefer nanotime.
34467         Assume gettimeofday succeeds, as POSIX requires.
34468         Assime time () succeeds, since other code already does.
34469         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
34470         (timespec_subtract): Remove.
34471         (NANOSLEEP_BUG_WORKAROUND): New constant.
34472         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
34473         things considerably.  Use it only on GNU/Linux hosts, since the
34474         workaround shouldn't be needed elsewhere.
34475
34476 2005-02-24  Bruno Haible  <bruno@clisp.org>
34477
34478         * modules/gettext (Files): Add m4/glibc2.m4.
34479
34480 2005-02-24  Bruno Haible  <bruno@clisp.org>
34481
34482         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
34483         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
34484         * m4/progtest.m4:
34485         Update from GNU gettext 0.14.2.
34486         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
34487
34488 2005-02-24  Bruno Haible  <bruno@clisp.org>
34489
34490         * lib/localcharset.c: Update from GNU gettext 0.14.2.
34491         * lib/config.charset: Update from GNU gettext 0.14.2.
34492
34493 2005-02-24  Bruno Haible  <bruno@clisp.org>
34494
34495         * lib/gettext.h: Update from GNU gettext 0.14.2.
34496
34497 2005-02-23  Simon Josefsson  <jas@extundo.com>
34498
34499         * m4/iconvme.m4: New file.
34500
34501 2005-02-23  Jim Meyering  <jim@meyering.net>
34502
34503         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
34504         change.
34505         Thanks to Bruno Haible for catching it.
34506
34507 2005-02-22  Simon Josefsson  <jas@extundo.com>
34508
34509         * modules/iconvme: New file.
34510
34511         * MODULES.html.sh: Add iconvme.
34512
34513 2005-02-22  Simon Josefsson  <jas@extundo.com>
34514
34515         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
34516
34517 2005-02-22  Simon Josefsson  <jas@extundo.com>
34518
34519         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
34520
34521 2005-02-22  Jim Meyering  <jim@meyering.net>
34522
34523         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
34524         s/ifndef/ifdef/.
34525
34526 2005-02-20  Neil Conway  <neilc@samurai.com>
34527
34528         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
34529         returned by OSX/Darwin if the specified buffer is not large
34530         enough for the hostname.
34531
34532 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34533
34534         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
34535         pass it to _help, otherwise the latter coredumps trying to
34536         dereference state.root_argp.
34537
34538 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34539
34540         * modules/chdir-long (Depends-on): Add memrchr.
34541         * modules/memrchr (Files): Add lib/memrchr.h.
34542         (Include): "memrchr.h".
34543
34544 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34545
34546         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
34547
34548 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34549
34550         * lib/memrchr.h: New file.
34551         * lib/chdir-long.c: Include it.
34552         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
34553         Don't bother including stddef.h.
34554
34555 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
34556
34557         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
34558         inclusion.
34559         Include <sys/types.h>, for dev_t.
34560         (ME_DUMMY, ME_REMOTE): Move from here....
34561         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
34562         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
34563         Dmitry V. Levin.
34564         Include mountlist.h first, to test the interface.
34565
34566 2005-01-29  Bruno Haible  <bruno@clisp.org>
34567
34568         * lib/progname.c (program_name): Initialize.
34569         Needed when linking statically on MacOS X.
34570
34571 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34572
34573         Sync from coreutils.
34574         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
34575         (Depends-on): Add c-strtod.
34576         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
34577
34578 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34579
34580         Sync from coreutils.
34581         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
34582
34583         Remove files that are specific to coreutils.
34584         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
34585
34586 2005-01-28  Bruno Haible  <bruno@clisp.org>
34587
34588         * modules/javacomp: New file.
34589         * MODULES.html.sh (Java): Add javacomp.
34590
34591 2005-01-28  Bruno Haible  <bruno@clisp.org>
34592
34593         * m4/javacomp.m4: New file, from GNU gettext.
34594
34595 2005-01-28  Bruno Haible  <bruno@clisp.org>
34596
34597         * lib/javacomp.sh.in: New file, from GNU gettext.
34598         * lib/javacomp.h: New file, from GNU gettext.
34599         * lib/javacomp.c: New file, from GNU gettext.
34600
34601 2005-01-26  Simon Josefsson  <jas@extundo.com>
34602
34603         * lib/gai_strerror.c: Use GPL in header.
34604
34605 2005-01-26  Bruno Haible  <bruno@clisp.org>
34606
34607         * modules/javaexec: New file.
34608         * MODULES.html.sh (Java): Add javaexec.
34609
34610 2005-01-26  Bruno Haible  <bruno@clisp.org>
34611
34612         * m4/javaexec.m4: New file, from GNU gettext.
34613
34614 2005-01-26  Bruno Haible  <bruno@clisp.org>
34615
34616         * lib/javaexec.sh.in: New file, from GNU gettext.
34617         * lib/javaexec.h: New file, from GNU gettext.
34618         * lib/javaexec.c: New file, from GNU gettext.
34619
34620 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34621
34622         * modules/lchown (Depends-on): Remove lchown.h
34623
34624 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34625
34626         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
34627         must be defined if the header file was not found, in order
34628         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
34629
34630 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34631
34632         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
34633         initializers for struct pentry_state.
34634         (__argp_error): Check return value of __asprintf
34635         (__argp_failure): Translate error message
34636
34637         * lib/argp-parse.c: Removed braces around the expansion of N_()
34638
34639 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34640
34641         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
34642         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
34643         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
34644         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
34645         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
34646         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
34647         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
34648         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
34649         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
34650         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
34651         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
34652         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
34653         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
34654         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
34655         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
34656         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
34657         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
34658         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
34659         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
34660         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
34661         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
34662         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
34663         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
34664         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
34665         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
34666         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
34667         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
34668         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
34669         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
34670         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
34671         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
34672         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
34673         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
34674         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
34675         xstrtol.m4, xstrtoumax.m4, yesno.m4:
34676         Use an all-permissive copyright notice, recommended by RMS.
34677
34678 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
34679
34680         * modules/chdir-long (Depends-on): Remove mempcpy.
34681
34682 2005-01-21  Jim Meyering  <jim@meyering.net>
34683
34684         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
34685         same value as for Solaris 9.
34686
34687         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
34688         component length.  This included changing the parameter to be
34689         of type `char *' rather than `char const *'.
34690         * lib/chdir-long.h (chdir_long): Update prototype.
34691
34692         * lib/openat.c (fdopendir, fstatat): New functions.
34693         * lib/openat.h: Include headers required for use of DIR and struct
34694         stat.
34695         [AT_SYMLINK_NOFOLLOW]: Define.
34696         (fdopendir, fstatat): Add prototypes.
34697
34698 2005-01-21  Bruno Haible  <bruno@clisp.org>
34699
34700         * modules/classpath: New file.
34701         * MODULES.html.sh (Java): Add classpath.
34702
34703 2005-01-21  Bruno Haible  <bruno@clisp.org>
34704
34705         * lib/classpath.h: New file, from GNU gettext.
34706         * lib/classpath.c: New file, from GNU gettext.
34707
34708 2005-01-20  Simon Josefsson  <jas@extundo.com>
34709
34710         * modules/version-etc-fsf: New file.
34711
34712 2005-01-20  Simon Josefsson  <jas@extundo.com>
34713
34714         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
34715         * lib/version-etc.c: Remove version_etc_copyright.
34716         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
34717         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
34718
34719 2005-01-20  Simon Josefsson  <jas@extundo.com>
34720
34721         * lib/base64.h (isbase64): Add.
34722
34723         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
34724         using a unsigned prototype, don't inline.
34725         (base64_decode): Use it.
34726
34727 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34728
34729         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
34730         it.
34731
34732 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34733
34734         * lib/save-cwd.c (save_cwd): Remove code to support the case
34735         where fchdir is missing or flaky.
34736
34737 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34738
34739         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
34740
34741 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
34742
34743         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
34744         AC_LIBSOURCES now does this.
34745         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
34746         with new ullong_max module.
34747
34748 2005-01-19  Bruno Haible  <bruno@clisp.org>
34749
34750         * modules/sh-quote: New file.
34751         * MODULES.html.sh (Executing programs): Add sh-quote.
34752
34753 2005-01-19  Bruno Haible  <bruno@clisp.org>
34754
34755         * lib/sh-quote.h: New file, from GNU gettext.
34756         * lib/sh-quote.c: New file, from GNU gettext.
34757
34758 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34759
34760         Merge from coreutils.
34761         * m4/ullong_max.m4: New file.
34762         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
34763         (gl_MACROS): Assume localeconv exists.
34764
34765 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34766
34767         Merge changes from coreutils, as described below in several
34768         changelogs dated today.
34769
34770         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
34771         (O_DIRECTORY): Remove; not needed here, since "." must be
34772         a directory.  All uses removed.
34773         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
34774         universal on Suns, and we also need to test for IRIX.
34775         Revamp code to use 'if' rather than '#if'.
34776         Avoid unnecessary comparison of cwd->desc to 0.
34777
34778         * lib/utimens.c (futimens): Robustify the previous patch, by checking
34779         for known valid error numbers rather than observed invalid ones.
34780
34781 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34782
34783         * modules/ullong_max: New file.
34784
34785         * modules/chdir-long, modules/openat: New files.
34786         * modules/save-cwd (Depends-on): Depend on chdir-long.
34787         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
34788
34789 2005-01-18  Jim Meyering  <jim@meyering.net>
34790
34791         Merge from coreutils.
34792         * m4/chdir-long.m4, m4/openat.m4: New files.
34793         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
34794         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
34795         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
34796         is sane and DOES follow symlinks.  Besides, testing 20 different
34797         systems found no broken chown implementations.
34798         Prompted by a change in rsync's copy of this macro.
34799         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
34800
34801         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
34802
34803         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
34804         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
34805         NULL-means-set-to-current-time semantics.
34806         Remove temporary file immediately, rather than waiting
34807         for configure's at-exit trap code to do it.
34808
34809 2005-01-18  Jim Meyering  <jim@meyering.net>
34810
34811         * lib/version-etc.c (version_etc_copyright): Update copyright date.
34812
34813         * lib/utimens.c (futimens): Account for the fact that futimes
34814         can also fail with errno == ENOSYS or errno == ENOENT.
34815         Patch from Dmitry V. Levin.
34816
34817         Change the name of the robust chdir function from chdir to chdir_long.
34818         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
34819         (restore_cwd): Use chdir_long, not chdir.
34820         * lib/chdir-long.c: Renamed from chdir.c.
34821         * lib/chdir-long.h: Renamed from chdir.h.
34822         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
34823         Hurd.
34824
34825 2005-01-18  Bruno Haible  <bruno@clisp.org>
34826
34827         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
34828         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
34829         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
34830         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
34831         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
34832         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
34833         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
34834         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
34835         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
34836         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
34837         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
34838         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
34839         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
34840         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
34841         Use an all-permissive copyright notice, recommended by RMS.
34842
34843 2005-01-18  Bob Proulx  <bob@proulx.com>
34844
34845         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
34846         simplify offsetof() macro construct to avoid compile failure with
34847         native HP-UX 11.0 ANSI C compiler.
34848
34849 2005-01-17  Bruno Haible  <bruno@clisp.org>
34850
34851         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
34852         redundant because stpncpy.m4 takes care of it.
34853
34854 2005-01-17  Bruno Haible  <bruno@clisp.org>
34855
34856         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
34857
34858 2005-01-17  Bruno Haible  <bruno@clisp.org>
34859
34860         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
34861         used.
34862
34863 2005-01-17  Bruno Haible  <bruno@clisp.org>
34864
34865         * lib/fwriteerror.h (fwriteerror): Change specification to include
34866         fclose.
34867         * lib/fwriteerror.c: Include <stdbool.h>.
34868         (fwriteerror): At the end, close the file stream. Record whether
34869         stdout was already closed.
34870
34871 2005-01-17  Bruno Haible  <bruno@clisp.org>
34872
34873         * lib/execute.c (environ): Declare if needed.
34874         * lib/pipe.c (environ): Likewise.
34875         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
34876
34877 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34878
34879         * modules/argp: Depend on vsnprintf
34880
34881 2005-01-10  Jim Meyering  <jim@meyering.net>
34882
34883         * modules/closeout (Depends-on): Add atexit.
34884
34885 2005-01-06  Bruno Haible  <bruno@clisp.org>
34886
34887         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
34888
34889 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
34890
34891         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
34892         definitions to be after all include files, to avoid collisions.
34893         Problem reported by Bob Proulx.
34894
34895 2005-01-04  Jim Meyering  <jim@meyering.net>
34896
34897         Changes imported from coreutils.
34898         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
34899         as the mkstemp template, use a temporary directory and an
34900         8.3-friendly template to avoid trouble on systems like DJGPP.
34901         Reported by Juan M. Guerrero via Stepan Kasal.
34902         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
34903         close. Remove the temporary directory right away, rather than waiting
34904         for configure's at-exit trap code to do it.
34905         Suggestion from Stepan Kasal.
34906
34907 2005-01-01  Simon Josefsson  <jas@extundo.com>
34908
34909         * gnulib-tool: Print #include directives when --import'ing.
34910
34911 2004-12-28  Simon Josefsson  <jas@extundo.com>
34912
34913         * tests/test-base64.c: Include required header files.  Remove
34914         unused variables.
34915
34916 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
34917
34918         * modules/error (Depends-on): Remove gettext.
34919
34920 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
34921
34922         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
34923         not needed.  This removes a dependency on the gettext module.
34924         [defined _LIBC]: Do not include <libintl.h>; not needed.
34925
34926 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
34927
34928         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
34929         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
34930
34931 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
34932
34933         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
34934         HAVE_DECL_STRTOLD.
34935
34936 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34937
34938         * modules/getdate (Depends-on): Remove alloca-opt.
34939
34940 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34941
34942         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
34943
34944 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34945
34946         * lib/argp-parse.c: Include <stddef.h>.
34947         (alignof, alignto): New macros.
34948         (parser_init): Don't assume that void * is aligned sufficiently
34949         for struct option.
34950
34951         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
34952         need to extend the stack.
34953         (YYINITDEPTH): New macro, so that the initial stack isn't overly
34954         large.
34955
34956 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34957
34958         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
34959
34960 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
34961
34962         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
34963         (2004-10-24) change.  Apparently this was a false alarm.
34964
34965         * modules/getdate: Depend on alloca-opt, not alloca.
34966
34967 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
34968
34969         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
34970         Remove now-obsolete comment about AIX.
34971         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
34972         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
34973         (YYMAXDEPTH): New macro.
34974
34975 2004-12-18  Simon Josefsson  <jas@extundo.com>
34976
34977         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
34978
34979 2004-12-18  Bruno Haible  <bruno@clisp.org>
34980
34981         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
34982
34983 2004-12-18  Bruno Haible  <bruno@clisp.org>
34984
34985         * lib/fatal-signal.c (fatal_signals): Make non-const.
34986         (init_fatal_signals): New function.
34987         (uninstall_handlers, install_handlers): Ignore signals that were set to
34988         SIG_IGN.
34989         (at_fatal_signal): Call init_fatal_signals.
34990         (init_fatal_signal_set): Likewise. Ignore signals that were set to
34991         SIG_IGN.
34992         Reported by Paul Eggert.
34993
34994 2004-12-18  Bruno Haible  <bruno@clisp.org>
34995
34996         * doc/alloca.texi: New file.
34997         * doc/alloca-opt.texi: New file.
34998
34999 2004-12-17  Jim Meyering  <jim@meyering.net>
35000
35001         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
35002         Otherwise, install-sh could exit with improper exit status when
35003         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
35004
35005 2004-12-16  Simon Josefsson  <jas@extundo.com>
35006
35007         * tests/test-base64.c: Add license.
35008
35009 2004-12-15  Stepan Kasal  <address@hidden>
35010
35011         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
35012
35013 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
35014
35015         * modules/getcwd (Files): Add m4/d-ino.m4.
35016         Suggested by Mark D. Baushke.
35017
35018 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
35019
35020         * lib/getdate.y (textint): New member "negative".
35021         (time_zone_hhmm): New function.
35022         Expect 14 shift-reduce conflicts, not 13.
35023         (o_colon_minutes): New rule.
35024         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
35025         (yylex): Set the "negative" member of signed numbers.
35026
35027 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
35028
35029         * doc/getdate.texi (Time of day items, Time zone items):
35030         Describe new formats +00:00, UTC+00:00.
35031
35032 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
35033
35034         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
35035         spurious "-l"s.  Problem reported by Stepan Kasal.
35036
35037 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
35038
35039         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
35040         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
35041
35042 2004-12-04  Simon Josefsson  <jas@extundo.com>
35043
35044         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
35045         Vandoorselaere <yoann@prelude-ids.org>.
35046
35047 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35048
35049         Changes imported from coreutils.
35050         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
35051         exist.
35052         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
35053
35054 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35055
35056         Changes imported from coreutils.
35057         * lib/hard-locale.c: Assume <locale.h> exists.
35058         Include "strdup.h".
35059         (GLIBC_VERSION): New macro.
35060         (hard_locale): Assume setlocale exists.
35061         Rewrite to avoid #ifdef.
35062         Use strdup rather than malloc + strcpy.
35063         * lib/human.c: Assume <locale.h> exists.
35064         (human_readable): Assume localeconv exists.
35065
35066 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35067
35068         * modules/hard-locale (Depends-on): Add strdup.
35069
35070 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
35071
35072         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
35073         convert T2, not T.  (Imported from libc.)
35074
35075 2004-11-30  Simon Josefsson  <jas@extundo.com>
35076
35077         * modules/restrict (License): Change to LGPL.
35078
35079 2004-11-30  Simon Josefsson  <jas@extundo.com>
35080
35081         * m4/restrict.m4: Add copyright and copying conditions.
35082
35083 2004-11-30  Simon Josefsson  <jas@extundo.com>
35084
35085         * m4/base64.m4: New file.
35086
35087 2004-11-30  Simon Josefsson  <jas@extundo.com>
35088
35089         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
35090         base64.
35091
35092         * tests/test-base64.c: New file.
35093
35094         * modules/base64: New file.
35095
35096 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
35097
35098         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
35099         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
35100
35101         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
35102
35103 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
35104
35105         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
35106         (__getcwd.c): Don't restore errno; glibc doesn't.
35107         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
35108         first, falling back to our code only if its results look suspicious.
35109         Ensure that the resulting buffer is only as large as necessary.
35110
35111         * lib/readutmp.c: Include readutmp.h first.
35112         Include <errno.h>, since readutmp.h no longer does that.
35113         * lib/readutmp.h: Don't include <errno.h>,
35114         <sys/param.h>, <time.h>; not needed to establish interface.
35115         (errno): Remove decl.
35116         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
35117         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
35118         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
35119
35120 2004-11-28  Simon Josefsson  <jas@extundo.com>
35121
35122         * lib/base64.h, base64.c: New file.
35123
35124 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
35125
35126         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
35127
35128 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
35129
35130         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
35131         (Depends-on): Remove pathmax, same.  Add mempcpy.
35132         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
35133         (Makefile.am): Append getcwd.h to lib_SOURCES.
35134         (Include): Add getcwd.h.
35135         (Maintainer): Change from Jim Meyering to "all, glibc",
35136         since getdate now uses intended-for-glibc code.
35137         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
35138         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
35139
35140 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35141
35142         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
35143         HP's ANSI C compiler.
35144         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
35145         Declaring int functions causes warnings on some modern systems and
35146         shouldn't be needed to compile on ancient ones.
35147         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
35148         defined.
35149
35150         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
35151         with the following changes.
35152         (__set_errno): Parenthesize properly.
35153         Include <stdbool.h>.
35154         (MIN, MAX, MATCHING_INO): New macros.
35155         (__getcwd): Define with prototype, not K&R form.
35156         Use heuristics to allocate default buffer on stack if possible.
35157         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
35158         behavior, and to avoid the PATH_MAX limit when computing
35159         ../../../../...
35160         Use MATCHING_INO to compare inode number to file.
35161         Check for arithmetic overflow in size calculations.
35162         Fix bug in reallocation of dot array that caused getcwd to fail
35163         on directories nested deeper than 75.
35164         Be more careful about saving errno on error.
35165         Do not use realloc; use only free+malloc, as this is a bit
35166         more flexible and avoids a needless copy operation.
35167         Do not inspect st_dev and st_ino for symbolic links; POSIX
35168         doesn't specify the latter.
35169         Check for closedir errors.
35170         Avoid needless casts.
35171         Use "#ifdef weak_alias" around weak_alias, to be like other
35172         glibc code.
35173         The following changes to getcwd.c have effect only when used in
35174         gnulib; they have no effect inside glibc proper.
35175         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
35176         as alloca isn't used.
35177         (alloca, __alloca): Likewise.
35178         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
35179         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
35180         unconditionally, as gnulib assumes C89 or better.
35181         Do not include <sys/param.h>.
35182         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
35183         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
35184         better.
35185         (NULL) [!defined NULL]: Remove; we assume C89 or better.
35186         Include <dirent.h> in a way that is compatible with modern Autoconf.
35187         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
35188         New macros, if not already defined.
35189         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
35190         Use "_LIBC", not "defined _LIBC", for consistency.
35191         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
35192         a mempcpy module.
35193         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
35194         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
35195         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
35196         credit only to Jim Meyering and adjust the copyright dates.
35197         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
35198         <stdlib.h>, <unistd.h>, "pathmax.h".
35199         Instead, include "xgetcwd.h" (first) and "getcwd.h".
35200         (INITIAL_BUFFER_SIZE): Remove.
35201         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
35202
35203 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35204
35205         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
35206         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
35207         Use the _ONCE methods, for efficiency.
35208         Check for fcntl.h.  In test program, include <errno.h>
35209         and <fcntl.h> if available.  Remove old K&R cruft from
35210         test program.  Check for common errors in GNU/Linux,
35211         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
35212         don't do AC_LIBOBJ, as that's getcwd.m4's job.
35213         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
35214         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
35215         name accordingly.
35216         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
35217         accommodate new getcwd.c.
35218         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
35219         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
35220         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
35221         that's all we need now.
35222
35223 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35224
35225         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
35226         argp-parse.c depends on getopt internals, that means we should
35227         always use our getopt, to be on the safe side.
35228         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
35229         order not to spoil the result of an eventual previous invocation
35230         of gl_GETOPT_SUBSTITUTE.
35231
35232 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35233
35234         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
35235         redefinition warnings. To avoid them, include the defines
35236         in `#if !defined __need_getopt ... #endif'. The only place
35237         where __getopt_argv_const is used is in definitions
35238         of getopt_long and getopt_long_only below, which are as well
35239         protected by `#ifndef __need_getopt'.
35240         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
35241         __need_getopt after including <stdio.h> and <unistd.h> These
35242         headers might have defined it.
35243
35244 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
35245
35246         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
35247
35248 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
35249
35250         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
35251         (futimens): New function, which uses futimes if available.
35252         (futimens, utimens): Support timespec==NULL, with same semantics
35253         as utime and utimens.
35254         * lib/utimens.h (futimens): New decl.
35255
35256 2004-11-23  Jim Meyering  <jim@meyering.net>
35257
35258         * lib/getopt_.h: Remove trailing blanks.
35259
35260 2004-11-23  Jim Meyering  <jim@meyering.net>
35261
35262         * lib/__fpending.c: Add comment.
35263
35264 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
35265
35266         * modules/canonicalize (Depends-on): Add xreadlink.
35267         Problem reported by James Youngman.
35268
35269 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
35270
35271         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
35272         New macros.
35273         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
35274         optopt): Use them instead of invoking ## directly; otherwise, the
35275         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
35276
35277 2004-11-19  Bruno Haible  <bruno@clisp.org>
35278
35279         * lib/strtok_r.c: Move comments from here...
35280         * lib/strtok_r.h: ... to here.
35281
35282 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35283
35284         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
35285         implementations that mishandle size_t overflow.
35286
35287 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35288
35289         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
35290         might fail.  Problem reported by Yoann Vandoorselaere.
35291         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
35292         implementations that mishandle size_t overflow.
35293
35294 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35295
35296         * modules/canon-host (Depends-on): Add strdup.
35297
35298 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35299
35300         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
35301
35302 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35303
35304         * lib/canon-host.c: Include "strdup.h".
35305         (canon_host): Use getaddrinfo if available, so that IPv6 works.
35306         Use strdup instead of malloc/strcpy to duplicate strings.
35307
35308         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
35309         (human_space_before_unit): New constant.
35310         * lib/human.c (human_readable): Support it.
35311
35312         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
35313         (xgetcwd): Set errno correctly when failing.
35314         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
35315         the failure is actually due to a PATH_MAX problem.
35316
35317         Further getopt changes to make it more likely that glibc will
35318         buy the changes back.
35319         * lib/getopt.c (POSIXLY_CORRECT): New constant.
35320         (getopt): Use it, so to preserve glibc semantic
35321         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
35322         when compiling for libc.
35323         * lib/getopt_.h (__getopt_argv_const): Bring it back.
35324         (getopt_long, getopt_long_only): Use it.
35325
35326         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
35327         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
35328         (getopt): Argv is now char * const *, as per standard.
35329         (_getopt_internal_r, _getopt_internal): Argv is now char **,
35330         not char *__getopt_argv_const *.
35331         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
35332         _getopt_long_only_r): Likewise.
35333         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
35334         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
35335         _getopt_long_r, _getopt_long_only_r): Likewise.
35336         * lib/getopt_.h (__getopt_argv_const): Remove.
35337         (getopt): Argv is now char * const *, as per standard.
35338
35339         * lib/getdate.y (tORDINAL): New token.
35340         (day, relunit): Allow it for relative times.
35341         (relative_time_table): Use tORDINAL for ordinals.
35342
35343 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35344
35345         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
35346         Document that "second" isn't allowed as an ordinal number.
35347
35348 2004-11-16  Jim Meyering  <jim@meyering.net>
35349
35350         * modules/closeout (Depends-on): Add fpending.
35351
35352 2004-11-15  Jim Meyering  <jim@meyering.net>
35353
35354         * lib/closeout.c: Include "__fpending.h" once again.
35355         Include <stdbool.h>.
35356         (close_stdout): Don't fail just because stdout was closed initially,
35357         since some programs don't write to stdout in the normal course of
35358         operation (other than --version and --help), and we don't want this
35359         function to make e.g. `touch file >&-' fail.
35360         But do fail if it was closed and someone has tried to write to it.
35361         E.g., `printf foo >&-' must fail.
35362
35363 2004-11-13  Jim Meyering  <jim@meyering.net>
35364
35365         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
35366
35367 2004-11-12  Simon Josefsson  <jas@extundo.com>
35368
35369         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
35370         small doc fix is still pending.
35371
35372 2004-11-11  Simon Josefsson  <jas@extundo.com>
35373
35374         * modules/strtok_r: New file.
35375
35376         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35377         strtok_r.
35378
35379 2004-11-11  Simon Josefsson  <jas@extundo.com>
35380
35381         * m4/strtok_r.m4: New file.
35382
35383         * m4/getopt.m4: Replace opterr.
35384
35385 2004-11-11  Simon Josefsson  <jas@extundo.com>
35386
35387         * lib/strtok_r.h, strtok_r.c: New file.
35388
35389 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
35390
35391         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
35392         of replacing opterr, getopt, etc.  This should handle the
35393         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
35394
35395 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
35396
35397         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
35398         we can stop lying to compilers about the constness of argv when we
35399         are compiled outside glibc.
35400         (getopt, getopt_long, getopt_long_only): Use it.
35401         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
35402         _getopt_internal, getopt): Likewise.
35403         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
35404         _getopt_long_only_r): Likewise.
35405         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
35406         _getopt_long_r, _getopt_long_only_r): Likewise.
35407
35408         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
35409         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
35410         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
35411         the other external symbols.
35412         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
35413         declaration, since the above renaming now works around collisions.
35414
35415 2004-11-11  Jim Meyering  <jim@meyering.net>
35416
35417         * lib/linebreak.c: Remove trailing blanks.
35418         * lib/alloca_.h: Likewise.
35419         * lib/acosl.c: Likewise.
35420         * lib/euidaccess.c: Likewise.
35421         * lib/allocsa.h: Likewise.
35422
35423 2004-11-10  Simon Josefsson  <jas@extundo.com>
35424
35425         * m4/getaddrinfo.m4: New file.
35426
35427 2004-11-10  Simon Josefsson  <jas@extundo.com>
35428
35429         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
35430
35431 2004-11-10  Simon Josefsson  <jas@extundo.com>
35432
35433         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35434         getaddrinfo.
35435
35436         * modules/getaddrinfo: New file.
35437
35438 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35439
35440         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
35441
35442 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35443
35444         * lib/mktime.c (SHR): New macro, which is a portable
35445         substitute for >> that should work even on Crays.
35446         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
35447         Problem reported by Mark D. Baushke in
35448         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
35449         * lib/getdate.y (SHR): Likewise.
35450         (tm_diff): Use it.
35451         * lib/strftime.c (SHR): Likewise.
35452         (tm_diff): Use it.
35453         * lib/quotearg.c (struct quoting_options): Use unsigned int for
35454         quote_these_too, so that right shifts are well defined.  All uses
35455         changed.
35456
35457 2004-11-10  Jim Meyering  <jim@meyering.net>
35458
35459         Ensure that no close failure goes unreported.
35460         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
35461         return early when it seems there's nothing to flush.
35462         Don't include __fpending.h.
35463
35464 2004-11-10  Jim Meyering  <jim@meyering.net>
35465
35466         * modules/closeout (Depends-on): Remove fpending.
35467
35468 2004-11-10  Jim Meyering  <jim@meyering.net>
35469
35470         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
35471
35472 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35473
35474         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
35475         gl_FUNC_STRFTIME.
35476         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
35477         and AC_REQUIRE when possible, to avoid duplicate checks.
35478         Check for <wchar.h>.
35479
35480 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35481
35482         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
35483
35484 2004-11-09  Bruno Haible  <bruno@clisp.org>
35485
35486         * m4/sockpfaf.m4: New file.
35487
35488 2004-11-05  Bruno Haible  <bruno@clisp.org>
35489
35490         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
35491         Reported by Mark D. Baushke <mdb@cvshome.org>.
35492
35493 2004-11-04  Bruno Haible  <bruno@clisp.org>
35494
35495         2004-09-11  Bruno Haible  <bruno@clisp.org>
35496                 * allocsa.valgrind: New file.
35497         2004-02-06  Bruno Haible  <bruno@clisp.org>
35498                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
35499                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
35500                 Reported by Christopher Seip <chris.seip@hp.com>.
35501
35502 2004-11-04  Bruno Haible  <bruno@clisp.org>
35503
35504         * modules/allocsa (Files): Add lib/allocsa.valgrind.
35505         (Makefile.am): Distribute it.
35506
35507 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
35508
35509         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
35510         with errno == ERANGE if the buffer is too small.
35511         Problem reported by Mark D. Baushke.
35512
35513 2004-11-03  Albert Chin  <china@thewrittenword.com>
35514             Paul Eggert  <eggert@cs.ucla.edu>
35515
35516         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
35517         equivalent, substitute $ac_type for equivalent type rather than
35518         blindly using uint32_t *always* which won't work if uint32_t is not
35519         available.  Define _UINT32_T to work around typedef of uint32_t if
35520         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
35521         2.5.1.
35522
35523 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35524
35525         * m4/jm-macros.m4: Sync from coreutils.
35526         (gl_MACROS): Check for mbrlen, for pathchk.
35527         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
35528
35529 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35530
35531         * lib/xreadlink.c (MAXSIZE): New macro.
35532         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
35533         size does not exceed MAXSIZE.  Avoid cast.
35534         As suggested by Mark D. Baushke in
35535         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
35536         if readlink fails with buffer size just under MAXSIZE, try again
35537         with MAXSIZE.
35538
35539 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35540
35541         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
35542
35543 2004-11-02  Derek R. Price  <derek@ximbiot.com>
35544         and  Paul Eggert  <eggert@cs.ucla.edu>
35545
35546         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
35547         (get_date): Overparenthesize to avoid GCC warning.
35548
35549 2004-11-02  Bruno Haible  <bruno@clisp.org>
35550
35551         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
35552         returns void.
35553
35554 2004-11-02  Bruno Haible  <bruno@clisp.org>
35555
35556         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
35557         function returns void.
35558
35559 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
35560
35561         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
35562         fflush_unlocked, flockfile, funlockfile, funlockfile,
35563         fputs_unlocked, putc_unlocked.
35564
35565 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
35566
35567         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
35568         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
35569         already declared.
35570
35571 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35572
35573         * modules/getdate (Files): Add doc/getdate.texi.
35574         (Depends-on): Add setenv, xalloc.
35575
35576 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35577
35578         * lib/getdate.y: Add support for TZ="foo" within a date string.
35579         Fix some bugs near time_t boundaries.  Reject dates with
35580         out-of-range components, e.g., "Sept 31".
35581         Include <stdlib.h>, "setenv.h", "xalloc.h".
35582         (ISDIGIT_LOCALE): Remove; unused.
35583         Note that the TZ and time functions used here are not reentrant.
35584         (mktime_ok, get_tz): New functions.
35585         (TZBUFSIZE): New constant.
35586         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
35587         This requires that we sometimes generate our own TZ="XXX..." setting.
35588
35589 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35590
35591         * doc/getdate.texi: New file, from coreutils with modifications for
35592         the new TZ parsing.
35593
35594 2004-10-27  Derek R. Price  <derek@ximbiot.com>
35595
35596         * lib/mktime.c (not_equal_tm): Remove redundant check.
35597
35598 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35599
35600         * modules/regex (lib_SOURCES): Add regex.c.
35601         Reported by James Youngman in
35602         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
35603
35604 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35605
35606         * lib/getdate.y: Use Bison 1.875 features, and some minor
35607         code cleanups.  This change does not affect semantics.
35608         Don't include <stdlib.h>; no longer needed.
35609         Don't include unlocked-io.h; only the "#if TEST" code uses
35610         stdio, and performance isn't crucial there.
35611         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
35612         Bison 1.875 features as described below.
35613         All uses of "PC." replaced by "pc->".
35614         (YYSTYPE): Add a forward declaration.
35615         (yylex, yyerror): Use full prototypes in forward decls.
35616         Use "%pure-parser" rather than obsolescent "%pure_parser".
35617         Use %parse-param and %lex-param instead of obsolescent
35618         YYPARSE_PARAM and YYLEX_PARAM.
35619         (meridian_table, month_and_day_table, time_units_table,
35620         relative_time_table, time_zone_table, military_table,
35621         lookup_zone, lookup_word, get_date):
35622         Use NULL instead of 0 where appropriate.
35623         (to_hour): Avoid abort (), to avoid a dependency on
35624         stdlib.h.
35625         (yyerror, yylex): Now accepts parser_control * arg.
35626         (main) [TEST]: Use '\0' rather than 0 for char.
35627
35628 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
35629
35630         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
35631
35632 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
35633
35634         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
35635         It's now the caller's responsibility to handle the case where
35636         !HAVE_GETPAGESIZE && !defined getpagesize.
35637
35638         * lib/mktime.c (leapyear): Arg is long int, not int.
35639
35640 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
35641
35642         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
35643
35644 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
35645
35646         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
35647         missing.  Problem reported by James Youngman.
35648
35649 2004-10-16  Simon Josefsson  <jas@extundo.com>
35650
35651         * gnulib-tool: Fix comments.  Fix parse problem.
35652         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
35653
35654 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
35655
35656         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
35657         implementation of getopt_long.  Problem reported by Alexander Taler in:
35658         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
35659
35660 2004-10-15  Bruno Haible  <bruno@clisp.org>
35661
35662         * gnulib-tool: Untabify. Initialize supplied_libname.
35663         (func_usage): More homogenous output.
35664         (func_modules_transitive_closure, func_modules_to_filelist,
35665         func_emit_lib_Makefile_am): New functions.
35666         (func_import): New function, extracted from big case statement. Use
35667         func_get_license, func_modules_transitive_closure,
35668         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
35669         opt_lgpl. Don't use test -a, as it's not portable.
35670         (func_create_testdir): Use func_modules_transitive_closure,
35671         func_modules_to_filelist, func_emit_lib_Makefile_am.
35672
35673 2004-10-15  Bruno Haible  <bruno@clisp.org>
35674
35675         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
35676
35677 2004-10-15  Bruno Haible  <bruno@clisp.org>
35678
35679         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
35680         the portions belonging to each module.
35681         Suggested by Derek Robert Price <derek@ximbiot.com>.
35682
35683 2004-10-12  Simon Josefsson  <jas@extundo.com>
35684
35685         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
35686         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
35687         to real functions.
35688
35689 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35690
35691         * modules/vsnprintf: New file.
35692
35693 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35694
35695         * m4/vsnprintf.m4: New file.
35696
35697 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35698
35699         * lib/vsnprintf.h: New file.
35700         * lib/vsnprintf.c: New file.
35701
35702 2004-10-11  Bruno Haible  <bruno@clisp.org>
35703
35704         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
35705         vsnprintf.
35706
35707 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
35708
35709         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
35710
35711 2004-10-07  Bruno Haible  <bruno@clisp.org>
35712
35713         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
35714         fits into the provided buffer.
35715
35716 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
35717
35718         * lib/diacrit.c, diacrit.h: Add GPL notice.
35719
35720         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
35721         notice.
35722         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
35723         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
35724         This avoids a potential constant-folding bug.
35725
35726 2004-10-05  Bruno Haible  <bruno@clisp.org>
35727
35728         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
35729         for the declaration of strsep.
35730
35731 2004-10-05  Bruno Haible  <bruno@clisp.org>
35732
35733         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
35734
35735 2004-10-04  Simon Josefsson  <jas@extundo.com>
35736
35737         * modules/memmem: New file.
35738         * tests/test-memmem.c: New file.
35739         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
35740
35741 2004-10-04  Simon Josefsson  <jas@extundo.com>
35742
35743         * m4/memmem.m4: New file.
35744
35745 2004-10-04  Simon Josefsson  <jas@extundo.com>
35746
35747         * lib/memmem.h: New file.
35748         * lib/memmem.c: New file, taken from glibc.
35749
35750 2004-10-04  Simon Josefsson  <jas@extundo.com>
35751
35752         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
35753         '#ifdef USE_UNLOCKED_IO'.
35754
35755 2004-10-04  Simon Josefsson  <jas@extundo.com>
35756
35757         * config/srclist.txt: Add memmem from glibc.
35758
35759 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35760
35761         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
35762
35763         * modules/argmatch, modules/argp, modules/closeout, modules/error,
35764         modules/exclude, modules/getdate, modules/getline,
35765         modules/getndelim2, modules/getpass, modules/getpass-gnu,
35766         modules/getusershell, modules/linebuffer, modules/md5,
35767         modules/mountlist, modules/posixtm, modules/readtokens,
35768         modules/readutmp, modules/regex, modules/sha1,
35769         modules/version-etc, modules/yesno:
35770         Remove dependency on unlocked-io.
35771
35772 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35773
35774         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
35775
35776         * m4/unlocked-io.m4: Add copyright notice.
35777         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
35778
35779 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35780
35781         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
35782         * lib/xmalloc.c (xmemdup): Likewise.
35783         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
35784         XFREE): Remove these long-obsolescent macros.
35785         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
35786         * lib/xstrdup.c: Remove.
35787
35788         * lib/regex.c (re_comp): Cast gettext return value to char *,
35789         Problem reported by Martin Neitzel via Mark D. Baushke.
35790
35791 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35792
35793         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
35794         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
35795         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
35796         regex.c, sha1.c, version-etc.c, yesno.c:
35797         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
35798         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
35799         the includer's responsibility.
35800
35801         Sync from coreutils.
35802
35803         * lib/modechange.c (mode_compile): Don't decrement a pointer that
35804         points to the start of a string, as the C Standard says the
35805         resulting behavior is undefined.
35806
35807         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
35808         simple -> simple_backups, numbered_existing ->
35809         numbered_existing_backups, numbered -> numbered_backups
35810         to avoid shadowing problems.  All uses changed.
35811         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
35812         * lib/backupfile.c (check_extension, numbered_backup):
35813         Rename locals to avoid shadowing 'basename'.
35814         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
35815         once.
35816
35817         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
35818         * lib/.cvsignore: Add getopt.h.
35819
35820 2004-10-04  Bruno Haible  <bruno@clisp.org>
35821
35822         * modules/README: New file.
35823         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
35824         not a module.
35825
35826 2004-10-02  Jim Meyering  <jim@meyering.net>
35827
35828         * lib/dirfd.h, getpagesize.h: Add copyright notice.
35829
35830 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35831
35832         * modules/strsep: New file.
35833
35834 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35835
35836         * m4/strsep.m4: New file.
35837
35838 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35839
35840         * lib/strsep.h: New file.
35841         * lib/strsep.c: New file.
35842
35843 2004-10-01  Simon Josefsson  <jas@extundo.com>
35844
35845         * lib/snprintf.c (snprintf): Handle size==0.
35846
35847 2004-10-01  Simon Josefsson  <jas@extundo.com>
35848             Bruno Haible  <bruno@clisp.org>
35849
35850         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
35851         (snprintf): Declare 'args'.
35852
35853 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
35854
35855         * lib/snprintf.c: Remove comments as to why each header is needed.
35856
35857 2004-10-01  Bruno Haible  <bruno@clisp.org>
35858
35859         * MODULES.html.sh: Add strsep.
35860
35861 2004-09-30  Simon Josefsson  <jas@extundo.com>
35862
35863         * modules/snprintf: New file.
35864
35865 2004-09-30  Simon Josefsson  <jas@extundo.com>
35866
35867         * m4/snprintf.m4: New file.
35868
35869 2004-09-30  Simon Josefsson  <jas@extundo.com>
35870
35871         * lib/snprintf.h, lib/snprintf.c: New files.
35872
35873 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35874
35875         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
35876         (hol_entry_help): Never translate an empty string.
35877         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
35878         * lib/argp.h (OPTION_NO_TRANS): New option.
35879
35880 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35881
35882         * modules/argp (Maintainer): Replace Simon Josefsson
35883         by Sergey Poznyakoff.
35884
35885 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35886
35887         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
35888         changes merged back into glibc.
35889
35890 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35891
35892         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
35893
35894 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
35895
35896         * lib/xvasprintf.c: Include xalloc.h.
35897         (xvasprintf): Use xalloc_die, not xmalloc_die.
35898
35899 2004-09-29  Bruno Haible  <bruno@clisp.org>
35900
35901         * modules/alloca-opt: New file, derived from modules/alloca.
35902         * modules/allocsa: Depend on alloca-opt instead of alloca.
35903         * modules/setenv: Likewise.
35904         * modules/vasnprintf: Likewise.
35905         * MODULES.html.sh: Add alloca-opt.
35906
35907 2004-09-28  Simon Josefsson  <jas@extundo.com>
35908
35909         * gnulib-tool: New parameter --lgpl, to asseert that modules are
35910         LGPL, and to replace license template from GPL to LGPL.
35911
35912 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
35913
35914         * modules/dummy: Change license to LGPL.
35915
35916 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
35917
35918         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
35919
35920 2004-09-24  Simon Josefsson  <jas@extundo.com>
35921
35922         * modules/minmax (License): Change from GPL to LGPL.
35923
35924 2004-09-23  Simon Josefsson  <jas@extundo.com>
35925
35926         * gnulib-tool (--import): Typo.
35927
35928 2004-09-23  Simon Josefsson  <jas@extundo.com>
35929
35930         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
35931
35932 2004-09-22  Bruno Haible  <bruno@clisp.org>
35933
35934         * modules/*: Add 'License' field.
35935         * gnulib-tool: Accept --extract-license option.
35936         (func_get_license): New function.
35937
35938 2004-09-21  Bruno Haible  <bruno@clisp.org>
35939
35940         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
35941         Reported by Simon Josefsson.
35942
35943 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
35944
35945         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
35946         gl_AC_TYPE_LONG_LONG.
35947
35948 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
35949
35950         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
35951
35952 2004-09-18  Simon Josefsson  <jas@extundo.com>
35953         and  Paul Eggert  <eggert@cs.ucla.edu>
35954
35955         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
35956         calls with autoreconf.  Define GL_LIB.
35957
35958 2004-09-14  Karl Berry  <karl@gnu.org>
35959
35960         * config/srclist.txt: unsync setenv.c, sigh.
35961
35962 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
35963
35964         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
35965         Problem reported by Bruno Haible in:
35966         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
35967
35968 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
35969
35970         * config/srclist.txt: Comment out argp-pvh.c.
35971
35972 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
35973
35974         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
35975         in case some system header has #define'd it.  Problem reported by
35976         Soeren D. Schulze in
35977         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
35978
35979 2004-09-09  Karl Berry  <karl@gnu.org>
35980
35981         * regex.[ch]: delete from the root.  These were supposed to be
35982                 synced with emacs cvs, but this has not happened for about
35983                 a year, and anyway nothing else uses emacs regex.[ch].
35984                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
35985                 lib/regex[.ch] is untouched.
35986
35987 2004-09-09  Bruno Haible  <bruno@clisp.org>
35988
35989         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
35990
35991 2004-09-09  Bruno Haible  <bruno@clisp.org>
35992
35993         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
35994         modifications.
35995         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
35996
35997 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
35998
35999         * modules/xvasprintf: New file.
36000         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
36001
36002 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
36003
36004         * lib/xvasprintf.h: New file.
36005         * lib/xvasprintf.c: New file.
36006         * lib/xasprintf.c: New file.
36007
36008 2004-09-08  Bruno Haible  <bruno@clisp.org>
36009
36010         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
36011
36012 2004-09-08  Bruno Haible  <bruno@clisp.org>
36013
36014         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
36015         length is > INT_MAX.
36016         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
36017         more.
36018
36019 2004-09-08  Bruno Haible  <bruno@clisp.org>
36020
36021         * lib/stdint_.h: New file, taken from GNU clisp.
36022
36023 2004-09-08  Bruno Haible  <bruno@clisp.org>
36024             Oskar Liljeblad  <oskar@osk.mine.nu>
36025
36026         * modules/stdint: New file.
36027         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
36028
36029 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36030
36031         Import from coreutils.
36032         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
36033         strings on unbounded length.  alloca's performance benefits aren't
36034         that important here.
36035         (V_STRDUP): Remove.
36036         (parse_with_separator): New function, with most of the internals
36037         of the old parse_user_spec.  Allow user to omit both user and group,
36038         for compatibility with FreeBSD.
36039         Clone only the user name, not the entire spec.
36040         Do not set *uid, *gid unless entirely successful.
36041         Avoid memory leak in some failing cases.
36042         Fix regression for USER.GROUP reported by Dmitry V. Levin in
36043         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
36044         (parse_user_spec): Rewrite to use parse_with_separator.
36045
36046 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36047
36048         * modules/userspec: Don't depend on alloca.
36049
36050 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36051
36052         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
36053
36054 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
36055
36056         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
36057         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
36058         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
36059
36060 2004-08-16  Simon Josefsson  <jas@extundo.com>
36061
36062         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
36063         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
36064         Add --dry-run for --import.
36065         Let user provided command line parameters override configure.ac
36066         settings.
36067
36068 2004-08-12  Simon Josefsson  <jas@extundo.com>
36069
36070         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
36071         as discussed with Paul Eggert in threads rooted at
36072         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
36073         and
36074         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
36075         Before, the test was empty, and relied on ELIDE_CODE in source
36076         code.)
36077         (gl_PREREQ_GETOPT): New macro.
36078         (gl_GETOPT): Use them.
36079
36080 2004-08-12  Simon Josefsson  <jas@extundo.com>
36081
36082         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
36083         * lib/getopt_.h: Renamed from getopt.h.
36084
36085 2004-08-12  Simon Josefsson  <jas@extundo.com>
36086
36087         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
36088         Change default library name from libfoo to libgnu.
36089         Now, if you have a configure.ac that says:
36090                 gl_SOURCE_BASE(gl)
36091                 gl_M4_BASE(gl/m4)
36092                 gl_MODULES(error getopt etcetera)
36093                 gl_INIT
36094         you can import all you need by running:
36095                 ../gnulib/gnulib-tool --import
36096
36097         * modules/getopt (Files): Rename getopt.h to getopt_.h.
36098         (Makefile.am): Rewrite, use logic from argz.
36099         (Include): Use <getopt.h> instead of "getopt.h".
36100
36101 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36102
36103         * modules/argp (Files): Add m4/unlocked-io.m4.
36104         (Depends-on): Add extensions.
36105
36106 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36107
36108         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
36109         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
36110         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
36111         Check for program_invocation_name, program_invocation_short_name,
36112         flockfile, funlockfile, features.h, _getopt_long_only_r.
36113
36114 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36115
36116         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
36117         its complicated substitute.
36118         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
36119         and program_invocation_name.
36120         (__argp_basename) [!_LIBC]: Remove; the only use was
36121         replaced by its body.
36122         (__argp_short_program_name): Change condition from
36123         !defined __argp_short_program_name to
36124         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
36125         to match argp-namefrob.h.
36126         (__argp_failure): Don't assume strerror_r returns char *.
36127         * lib/argp-parse.c (N_): Define unconditionally.
36128         (argp_default_options): Fill out initializers with 0 to avoid
36129         gcc warnings.
36130
36131 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36132
36133         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
36134         getopt1.c.
36135
36136 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36137
36138         Merge from coreutils.
36139
36140         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
36141
36142         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
36143         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
36144
36145 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36146
36147         Merge from coreutils.
36148
36149         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
36150         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
36151         for Reliant Unix 5.43.
36152
36153         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
36154         (union fooround): Use uintmax_t, not long int.
36155         The rest is a merge from libc:
36156         [defined _LIBC]: Include <shlib-compat.h>.
36157         (_obstack) [defined _LIBC]: Remove after 2.3.4.
36158
36159         * lib/settime.c (settime): Recode to avoid warning with
36160         Sun Forte C 6U2.
36161
36162         * lib/strverscmp.c: Convert to UTF-8.
36163
36164 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36165
36166         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
36167         m4/uintmax_t.m4.
36168
36169 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36170
36171         * modules/xalloc-die: New file.
36172         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
36173
36174         * modules/md5 (Files): Add m4/uint32_t.m4.
36175         * modules/sha1: Renamed from modules/sha.
36176         (Files):
36177         Rename lib/sha.h to lib/sha1.h.
36178         Rename lib/sha.c to lib/sha1.c.
36179         Rename m4/sha.m4 to m4/sha1.m4.
36180         (lib_SOURCES): Likewise.
36181         (configure.ac): Rename gl_SHA to gl_SHA1.
36182         (Include): sha.h -> sha1.h.
36183
36184 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36185
36186         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
36187         * m4/sha1.m4: Renamed from sha.m4.
36188         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
36189
36190 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36191
36192         * lib/obstack.h (obstack_empty_p):
36193         Don't assume that chunk->contents is suitably aligned.
36194         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
36195         Likewise. Problem reported by Benno in
36196         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
36197
36198         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
36199         readable.  This could be improved further but it'd take some work.
36200
36201 2004-08-08  Simon Josefsson  <jas@extundo.com>
36202
36203         * modules/xgethostname (Depends-on): Remove exit and error (not
36204         used).
36205
36206         * modules/getpass-gnu: Add getpass.h.
36207         (Depends-on): Add stdbool.
36208         * modules/getpass: Add getpass.h.
36209
36210 2004-08-08  Simon Josefsson  <jas@extundo.com>
36211
36212         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
36213         Check getpass declaration.
36214
36215 2004-08-08  Simon Josefsson  <jas@extundo.com>
36216
36217         * lib/xgethostname.c: Don't include error.h (not used).
36218
36219         * lib/getpass.h: Add.
36220         * lib/getpass.c: Include getpass.h first.
36221
36222 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
36223
36224         * lib/xalloc-die.c: New file.
36225         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
36226         All uses removed.
36227         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
36228         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
36229         xalloc-die.c.
36230         (_, N_, xalloc_die): Move to xalloc-die.c.
36231         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
36232         so that we needn't mess with xalloc_msg_memory_exhausted.
36233
36234         * lib/sha1.h: Renamed from sha.h.
36235         (SHA1_H): Renamed from _SHA_H.
36236         (sha1_ctx): Renamed from sha_ctx.
36237         (sha1_init_ctx): Renamed from sha_init_ctx.
36238         (sha1_process_block): Renamed from sha_process_block.
36239         (sha1_process_bytes): Renamed from sha_process_bytes.
36240         (sha1_finish_ctx): Renamed from sha_finish_ctx.
36241         (sha1_read_ctx): Renamed from sha_read_ctx.
36242         (sha1_stream): Renamed from sha_stream.
36243         (sha1_buffer): Renamed from sha_buffer.
36244         * lib/sha1.c: Likewise; renamed from sha.c.
36245         Do not include <sys/types.h>.
36246         Include <stddef.h> rather than <stdlib.h>.
36247
36248 2004-08-08  Bruno Haible  <bruno@clisp.org>
36249
36250         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
36251         FILESYSTEM_PREFIX_LEN.
36252         * lib/progreloc.c: Likewise.
36253         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
36254
36255 2004-08-06  Simon Josefsson  <jas@extundo.com>
36256
36257         * modules/progname (Depends-on): Don't depend on stdbool.
36258
36259 2004-08-06  Simon Josefsson  <jas@extundo.com>
36260
36261         * modules/getsubopt: New file.
36262         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36263         getsubopt.
36264
36265 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36266
36267         More merge from coreutils.
36268
36269         * m4/utimens.m4, m4/utimecmp.m4: New files.
36270         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
36271         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
36272         prereq.m4, sha.m4: Import changes from coreutils.
36273
36274 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36275
36276         More merge from coreutils.
36277         * modules/raise, modules/readtokens0, modules/utimens:
36278         * modules/utimecmp, module/xnanosleep: New files.
36279         * modules/strftime: Add lib/strftime.h.
36280         Change include from <time.h> to "strftime.h".
36281         * modules/yesno: Add lib/yesno.h.
36282         * modules/backupfile: Remove lib/addext.c.
36283         * modules/euidaccess: Add stat-macros.h.
36284         * modules/canonicalize, modules/euidaccess,
36285         modules/filemode, modules/lchown, modules/makepath,
36286         modules/rmdir, modules/stat: Likewise.
36287
36288 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36289
36290         Merge from tar.
36291         * lib/argp-help.c (make_hol, hol_append): Don't assume that
36292         SIZE_MAX is a valid preprocessor constant.
36293         (__argp_basename): Change from "#ifndef _LIBC"
36294         to "#ifndef __argp_short_program_name", so that
36295         we don't compile these functions for tar.
36296
36297         More merges from coreutils.
36298         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
36299         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
36300         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
36301         * lib/addext.c: Remove; no longer needed.
36302         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
36303         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
36304         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
36305         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
36306         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
36307         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
36308         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
36309         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
36310         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
36311         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
36312         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
36313         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
36314         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
36315         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
36316         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
36317         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
36318         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
36319         Import changes from coreutils.
36320
36321 2004-08-05  Simon Josefsson  <jas@extundo.com>
36322
36323         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
36324
36325 2004-08-05  Simon Josefsson  <jas@extundo.com>
36326
36327         * m4/getsubopt.m4: New file.
36328
36329 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36330
36331         Merge from coreutils.
36332
36333         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
36334         * m4/getcwd-path-max.m4: New files.
36335
36336         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
36337         FILESYSTEM_PREFIX_LEN ->
36338         FILE_SYSTEM_PREFIX_LEN.
36339         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
36340         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
36341         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
36342         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
36343
36344         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
36345         prerequisite modules now handle the DOS stuff.
36346         Don't check for unistd.h.
36347
36348 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36349
36350         Merge from coreutils.
36351
36352         * lib/.gdb-history: Remove; this doesn't belong here.
36353
36354         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
36355         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
36356         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
36357         * lib/getcwd.c: New files.
36358
36359         * lib/dirname.h: Include <stdbool.h>.
36360         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
36361         for consistency with POSIX terminology.  All uses changed.
36362         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
36363         (strip_trailing_slashes): Use bool for booleans.
36364         * lib/stripslash.c (strip_trailing_slashes): Likewise.
36365
36366         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
36367         sometimes returns a positive errno value even when it succeeds.
36368         (print_errno_message) [!LIBC]: Fall back on strerror if
36369         __strerror_r fails.
36370
36371         * lib/path-concat.c (mempcpy): Don't define if a system header defines
36372         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
36373         (longest_relative_suffix): New function.
36374         (path_concat): Use it.  Assume first argument is not NULL.
36375         Port to DOS.  Omit redundant separators.
36376         Report an error instead of returning NULL.
36377         Use mempcpy instead of memcpy.
36378         (xpath_concat): Remove: not declared or used.
36379
36380         * lib/same.h: Include <stdbool.h>
36381         (same_name): Return bool, not int.
36382         * lib/same.c (same_name): Likewise.
36383         (errno): Don't declare; we assume C89 or better now.
36384
36385         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
36386         if not already defined.
36387
36388         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
36389         * lib/dup-safer.c (errno): Likewise.
36390
36391 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36392
36393         Merge from coreutils.
36394         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
36395         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
36396         * modules/path-concat: Don't depend on strdup.
36397
36398 2004-08-03  Simon Josefsson  <jas@extundo.com>
36399
36400         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
36401         * lib/progname.h: Don't include stdbool.h.
36402
36403 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36404
36405         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
36406         * MODULES.html.sh (func_all_modules): Remove fatal.
36407
36408 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36409
36410         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
36411
36412 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36413
36414         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
36415         working.
36416
36417 2004-08-02  Simon Josefsson  <jas@extundo.com>
36418
36419         * lib/getsubopt.h: New file, with comments from Bruno Haible.
36420         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
36421         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
36422
36423 2004-08-01  Simon Josefsson  <jas@extundo.com>
36424
36425         * lib/xgetdomainname.c: Include stdlib.h, for free().
36426
36427 2004-07-19  Bruno Haible  <bruno@clisp.org>
36428
36429         * MODULES.html.sh (func_all_modules): Add dummy.
36430
36431 2004-07-16  Simon Josefsson  <jas@extundo.com>
36432
36433         * modules/dummy: New file.
36434
36435 2004-07-16  Simon Josefsson  <jas@extundo.com>
36436
36437         * lib/dummy.c: New file.
36438
36439 2004-07-16  Bruno Haible  <bruno@clisp.org>
36440
36441         * lib/backupfile.h: Add extern "C" for C++.
36442         * lib/closeout.h: Likewise.
36443         * lib/copy-file.h: Likewise.
36444         * lib/findprog.h: Likewise.
36445         * lib/full-write.h: Likewise.
36446         * lib/pathname.h: Likewise.
36447         * lib/progname.h: Likewise.
36448         * lib/stpcpy.h: Likewise.
36449         * lib/stpncpy.h: Likewise.
36450         * lib/strcase.h: Likewise.
36451         * lib/strstr.h: Likewise.
36452         * lib/xalloc.h: Likewise.
36453
36454         * lib/mbswidth.h: Add extern "C" for C++.
36455         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
36456
36457 2004-07-13  Robert Millan  <robertmh@gnu.org>
36458
36459         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
36460
36461 2004-07-09  Simon Josefsson  <jas@extundo.com>
36462
36463         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
36464         failed without this.)
36465
36466 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36467
36468         * modules/chown (Files): Add lib/fchown-stub.c, since
36469         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
36470
36471 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36472
36473         * lib/fchown-stub.c: New file.
36474
36475 2004-06-24  Jim Meyering  <jim@meyering.net>
36476
36477         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
36478
36479 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36480
36481         * modules/argz: Omit "#include".
36482
36483         * MODULES.html.sh (func_all_modules): Add calloc, to match
36484         2004-06-01 addition of calloc module.
36485
36486 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36487
36488         * m4/argz.m4: New file, which is autoupdated from libtool.
36489
36490 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36491
36492         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
36493         libtool.
36494
36495 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36496
36497         * config/srclist-update: Don't insist on "USA." before the
36498         close-comment, as libtool omits the period and puts the */ on a
36499         separate line.
36500         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
36501         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
36502
36503 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
36504
36505         * modules/argz: New file.
36506         * MODULES.html.sh (func_all_modules): Add argz.
36507
36508 2004-06-12  Jim Meyering  <jim@meyering.net>
36509         and  Paul Eggert  <eggert@cs.ucla.edu>
36510
36511         * modules/hash (Files): Add lib/xalloc.h.
36512         * modules/pipe (Depends-on): Add wait-process.
36513         * modules/stat (Depends-on): Add xalloc.
36514         * modules/userspec (Files): Add lib/userspec.h.
36515         * modules/xstrto
36516
36517         Upgrade from gettext-0.13.
36518         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
36519         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
36520         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
36521
36522 2004-06-10  Jim Meyering  <jim@meyering.net>
36523
36524         * lib/calloc.c: New file.
36525
36526 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
36527
36528         * lib/getdate.y (yylex): Allow space between sign and number.
36529         Problem reported by Dan Jacobson.
36530
36531 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
36532
36533         Merge from coreutils CVS.
36534
36535         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
36536         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
36537         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
36538         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
36539         xstrtol.m4: Fix copyright date and/or serial number.
36540
36541         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
36542         See if we need an fchown replacement.
36543         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
36544         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
36545         and use the replacement function if we detect either defect.
36546
36547         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
36548         gl_UTIMECMP.
36549
36550 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
36551         and  Jim Meyering  <jim@meyering.net>
36552
36553         Merge from coreutils CVS.
36554
36555         * lib/stat-macros.h: New file, with contents from file-type.h
36556         and coreutils' system.h.
36557         * lib/file-type.c: Include "stat-macros.h".
36558         * lib/file-type.h (file_type): Move all macro definitions to new file,
36559         stat-macros.h.
36560
36561         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
36562         Wrap old code with this conditional.
36563         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
36564         function that does not dereference symlinks.
36565         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
36566
36567         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
36568         dependency problems.
36569         (xreadlink): Accept new arg SIZE, for efficiency.
36570         All decls and uses changed.
36571         * lib/xreadlink.h: Include <stddef.h>, for size_t.
36572
36573         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
36574         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
36575
36576         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
36577         sysexits.h.
36578
36579 2004-06-01  Jim Meyering  <jim@meyering.net>
36580
36581         * m4/calloc.m4: New file.
36582
36583 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
36584
36585         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
36586         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
36587         Also, fix a typo in a diagnostic.
36588
36589 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
36590
36591         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
36592         or AC_FUNC_REALLOC.
36593
36594 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
36595
36596         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
36597         macros to be defined.
36598         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
36599         the allocator returns NULL because the requested size is zero.
36600
36601 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36602
36603         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
36604         var.  Add comment explaining why libc still defines it.  This
36605         merges the following patch from glibc:
36606         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
36607
36608 2004-05-20  Andreas Schwab  <schwab@suse.de>
36609
36610         * m4/free.m4: Replace free if it not known to work, not the other
36611         way round.
36612
36613 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
36614
36615         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
36616         present in glibc since revision 1.1 of this file.
36617         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
36618         obstack_alignment_mask, obstack_alloc, obstack_base,
36619         obstack_blank, obstack_blank_fast, obstack_chunk_size,
36620         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
36621         obstack_grow0, obstack_init, obstack_int_grow,
36622         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
36623         obstack_next_free, obstack_object_size, obstack_ptr_grow,
36624         obstack_ptr_grow_fast, obstack_room): Remove declarations of
36625         nonexistent functions.
36626
36627 2004-05-18  Karl Berry  <karl@gnu.org>
36628
36629         * config/srclist.txt: break link for vasnprintf.c.
36630
36631 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
36632
36633         Port obstack to the AS/400, where pointers are 16 bytes wide and
36634         you cannot cast an integer to a valid pointer.  This patch is
36635         currently waiting to be integrated into glibc; see
36636         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
36637
36638         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
36639         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
36640         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
36641         (struct obstack): temp member is now a union of a pointer and
36642         an integer, instead of an integer.  All integer uses changed.
36643         This does not affect the physical layout of struct obstack,
36644         except on hosts (like the AS/400) where the size or alignment of
36645         void * is greater than that of ptrdiff_t.
36646         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
36647         __STDC__)]: Store temporary in pointer member of union, not
36648         integer member.
36649         * lib/obstack.c: Include <stddef.h>, for offsetof.
36650         (struct fooalign): Remove; it doesn't need a name.
36651         (union fooround): Change double to long double, and add void *.
36652         (DEFAULT_ALIGNMENT): Use offsetof to compute.
36653         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
36654         not a macro.  Hence the values are always int; so remove all
36655         casts-to-int in uses.
36656
36657 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
36658
36659         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
36660         we can get this patch merged into glibc.
36661
36662 2004-05-17  Derek R. Price  <derek@ximbiot.com>
36663             Paul Eggert  <eggert@cs.ucla.edu>
36664
36665         * m4/argp: Depend on alloca.
36666
36667 2004-05-17  Derek R. Price  <derek@ximbiot.com>
36668             Paul Eggert  <eggert@cs.ucla.edu>
36669
36670         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
36671         freecoding.
36672
36673 2004-05-17  Bruno Haible  <bruno@clisp.org>
36674
36675         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
36676         precision that consists of a '.' followed by an empty digit string.
36677         Patch by Tor Lillqvist <tml@iki.fi>.
36678
36679 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
36680
36681         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
36682         for backward compatibility with older code.  We need our own
36683         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
36684         it under some other name, and our alloca.h will define it.
36685
36686 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
36687             Derek Price  <derek@ximbiot.com>
36688
36689         * lib/alloca.c: Include <alloca.h>, to get our interface.
36690         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
36691         include <alloca.h> first.  Use C89 prototype for alloca; this
36692         requires including <stddef.h> for size_t.  Use extern "C" if C++.
36693         Use #elif for simplicity, since we can assume C89 now.
36694         Don't try to source the system alloca.h since it will not be found
36695         and to prevent recursively including its replacement.
36696         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
36697         * lib/regex.c: Likewise.
36698
36699 2004-05-16  Derek Price  <derek@ximbiot.com>
36700             Paul Eggert  <eggert@cs.ucla.edu>
36701
36702         getline cleanup.  This changes the getndelim2 API: both order of
36703         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
36704         no delimiter).
36705
36706         * lib/getline.c: Don't include stddef.h or stdio.h, since our
36707         interface does that.
36708         (getline): Always use getdelim, so that we don't have two
36709         copies of this code.
36710         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
36711         if available.
36712         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
36713         (GETNDELIM2_MAXIMUM): New macro.
36714         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
36715         instead of the old practice of delim2==0.  All callers changed.
36716         Return -1 on overflow, instead of returning junk.
36717         Do not set *linesize unless allocation succeeds.
36718         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
36719         that we include sys/types.h.
36720         * lib/getnline.h: Likewise.
36721         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
36722         (getndelim2): Reorder arguments.
36723         * lib/getnline.c (getnline, getndelim):
36724         Don't discard the NMAX argument.
36725         (getnline): Invoke getndelim, to avoid code duplication.
36726         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
36727         of (size_t) -1 by callers of the getnline family.
36728
36729 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36730
36731         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
36732         Check for gettimeofday.
36733         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
36734         Check for settimeofday, stime.
36735
36736 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36737
36738         * lib/nanosleep.c (suspended): Change its type from int to
36739         sig_atomic_t volatile.
36740         (first_call): Make it private to rpl_nanosleep, and have it
36741         be zero initially as that's a bit faster.
36742         (my_usleep): Round up fractional times instead of truncating them,
36743         as this is the usual meaning for 'sleep'.
36744
36745         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
36746         doesn't work.
36747         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
36748         (ENOSYS): Define if not defined.
36749         (settime): Fall back on stime if it exists and settimeofday fails.
36750         But don't bother with fallbacks if a method fails with errno == EPERM.
36751
36752 2004-05-11  Jim Meyering  <jim@meyering.net>
36753
36754         Prior to this change, the save_cwd caller required read access to the
36755         current directory on most systems (ones with the fchdir function).
36756
36757         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
36758         fails, try write-only, and finally, resort to using xgetcwd.
36759
36760 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
36761
36762         * lib/obstack.c, obstack.h: Import changes from libc.
36763
36764 2004-04-28  Bruno Haible  <bruno@clisp.org>
36765
36766         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
36767         also implicitly appends .exe to executables.
36768         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
36769         accepts Windows pathnames.
36770         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
36771         Treat Cygwin like Windows, since it now accepts Windows pathnames.
36772         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
36773         Treat Cygwin like Windows, since it now accepts Windows pathnames.
36774         Reported by Derek Robert Price <derek@ximbiot.com>.
36775
36776 2004-04-21  Karl Berry  <karl@gnu.org>
36777
36778         * config/srclist.txt (localcharset.c): break sync.
36779
36780 2004-04-20  Paul Eggert  <eggert@twinsun.com>
36781
36782         * m4/host-os.m4: Add a copyright notice.
36783
36784 2004-04-20  Jim Meyering  <jim@meyering.net>
36785
36786         Change UTILS_ to gl_ in AC_DEFINE'd names.
36787         Change utils_- and jm_-prefixed variables, too.
36788         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
36789         UTILS_FUNC_MKDIR_TRAILING_SLASH.
36790         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
36791
36792         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
36793         Don't emit trailing blanks.
36794         Also rename jm_-prefixed variables to have gl_ prefix.
36795
36796         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
36797         Also rename jm_-prefixed variables to have gl_ prefix.
36798
36799         * m4/jm-macros.m4: Reflect the renamings.
36800         * m4/prereq.m4: Likewise.
36801
36802 2004-04-20  Jim Meyering  <jim@meyering.net>
36803
36804         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
36805         memory.
36806
36807 2004-04-20  Jim Meyering  <jim@meyering.net>
36808             Bruno Haible  <bruno@clisp.org>
36809
36810         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
36811         memory when realloc fails.
36812
36813 2004-04-19  Jim Meyering  <jim@meyering.net>
36814
36815         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
36816         now that readutmp.c may call `free (0)'.
36817
36818 2004-04-19  Bruno Haible  <bruno@clisp.org>
36819
36820         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
36821         * m4/inttypes_h.m4: Likewise.
36822         * m4/stdint_h.m4: Likewise.
36823         * m4/intmax_t.m4: Likewise.
36824         * m4/uintmax_t.m4: Likewise.
36825
36826 2004-04-18  Jim Meyering  <jim@meyering.net>
36827
36828         * m4/prereq.m4: Don't forbid jm_ prefix.
36829
36830         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
36831         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
36832         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
36833         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
36834         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
36835         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
36836         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
36837         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
36838         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
36839         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
36840         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
36841         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
36842         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
36843         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
36844         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
36845         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
36846         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
36847         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
36848         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
36849
36850 2004-04-18  Jim Meyering  <jim@meyering.net>
36851
36852         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
36853         failure, don't leak memory and do call END_UTMP_ENT.
36854
36855 2004-04-16  Jim Meyering  <jim@meyering.net>
36856
36857         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
36858         coreutils' stat program.
36859         (gl_PREREQ): Don't require jm_PREREQ_STAT.
36860
36861 2004-04-11  Paul Eggert  <eggert@twinsun.com>
36862
36863         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
36864         C89.
36865         (CHAR_BIT): Remove, since we assume C89.
36866         Include <stdint.h> if available, as per current Autoconf CVS advice.
36867
36868 2004-03-31  Jim Meyering  <jim@meyering.net>
36869
36870         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
36871         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
36872         * m4/xalloc.m4: Likewise.
36873
36874 2004-03-30  Paul Eggert  <eggert@twinsun.com>
36875
36876         Merge from coreutils.
36877
36878         * m4/inttostr.m4: New file.
36879         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
36880         Require AM_STDBOOL_H and gl_TIMESPEC instead.
36881         Require gl_CLOCK_TIME.
36882         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
36883
36884 2004-03-30  Paul Eggert  <eggert@twinsun.com>
36885
36886         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
36887         not bool, to be more consistent with Unix conventions.
36888         Suggested by Bruno Haible.
36889
36890         Merge from coreutils.
36891
36892         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
36893         * lib/umaxtostr.c: New files.
36894
36895         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
36896         the usual <time.h> dance.
36897         (get_date): Change signature to support fractional time stamps.
36898         All callers changed.
36899         * lib/getdate.y: Include "getdate.h" first, as we can now
36900         assume C89 and don't need to worry about 'const'.
36901         Similarly, include "unlocked-io.h" near start, not in middle.
36902         Include <limits.h>.
36903         (textint.value): Use long int rather than int.
36904         (textint.digits): Use size_t rather than int.
36905         (BILLION, LOG10_BILLION): New constants.
36906         (parser_control): New member rel_ns.  Members day_ordinal,
36907         time_zone, month, day, hour, minutes, rel_year, rel_month,
36908         rel_day, rel_hour, rel_minutes, rel_seconds
36909         are now long int, not int.  Member seconds is now struct timespec,
36910         not int.  New member timespec_seen.  Members dates_seen, days_seen,
36911         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
36912         not int.
36913         (%union.intval): Now long int, not int.
36914         New member timespec.
36915         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
36916         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
36917         (spec): Now is a timespec or an item list.
36918         (timespec, items): New nonterminals.
36919         (time, rel, relunit, number, get_date):
36920         Add support for fractional seconds.
36921         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
36922         (gmtime, localtime, mktime): Remove decls; not needed with C89.
36923         (to_hour): First arg is now long int, not int.
36924         (to_year): Returns long int, not int.
36925         Don't treat year -70 like 70.
36926         (tm_diff): Returns long int, not int.
36927         (lookup_word): Use bool instead of int when appropriate.
36928         (yylex): Use size_t for count, not int.
36929         Detect overflow when parsing large integer constants.
36930         Add support for fractions.
36931         (get_date): Make pointers 'const' if possible.
36932         Use more-portable code to detect integer overflow.
36933         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
36934         Don't use ctime; it's not reliable if the year has >4 digits.
36935
36936         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
36937         This is for compatibility with BSD.
36938
36939         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
36940         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
36941         From coreutils' system.h.
36942
36943         * lib/userspec.c: Don't include "posixver.h".
36944         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
36945         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
36946         compatible extension.  Simplify code by removing a boolean int
36947         that was always nonzero if a string was nonnull.
36948
36949 2004-03-30  Jim Meyering  <jim@meyering.net>
36950
36951         Merge from coreutils.
36952
36953         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
36954         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
36955         on some systems one must include <grp.h> before it.
36956         Reported by Christian Krackowizer.
36957
36958 2004-03-30  Jim Meyering  <jim@meyering.net>
36959
36960         Merge from coreutils.
36961
36962         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
36963
36964         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
36965         an empty input stream.
36966
36967         * lib/readtokens.c: Include <stdbool.h>.
36968         (readtoken): Use `size_t' rather than int/long.
36969         All callers adjusted.
36970         Use `bool' rather than `int' where appropriate.
36971         Use memset rather than an explicit loop.
36972         Use x2nrealloc rather than xrealloc.
36973         Allow the use of `\0' as a delimiter.
36974         (readtokens): Likewise.
36975         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
36976
36977 2004-03-30  Jim Meyering  <jim@meyering.net>
36978
36979         * m4/realloc.m4: Remove file, since now it does no more than
36980         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
36981         the `configure.ac' section of module/realloc.
36982         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
36983
36984 2004-03-30  Bruno Haible  <bruno@clisp.org>
36985
36986         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
36987         nonnull.
36988
36989 2004-03-29  Paul Eggert  <eggert@twinsun.com>
36990
36991         Merge changes to getloadavg.c from coreutils and Emacs.
36992
36993         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
36994         Define to an expression, not to the empty string.
36995         Include cloexec.h and xalloc.h.
36996         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
36997         Use set_cloexec_flag rather than rolling our own.
36998         * lib/cloexec.c, lib/cloexec.h: New files.
36999
37000 2004-03-29  Paul Eggert  <eggert@twinsun.com>
37001
37002         * m4/cloexec.m4: New file.
37003
37004 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37005
37006         * lib/getopt.h: Sync with libc CVS.
37007
37008 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37009             Bruno Haible  <bruno@clisp.org>
37010
37011         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
37012         mbswidth.
37013
37014 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37015             Bruno Haible  <bruno@clisp.org>
37016
37017         * lib/mbswidth.h: Include <wchar.h> only if
37018         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
37019         <wchar.h>.
37020         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
37021
37022 2004-03-09  Paul Eggert  <eggert@twinsun.com>
37023
37024         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
37025         Sync with libc CVS.
37026         * lib/getopt_int.h: New file, also synced from libc.
37027
37028 2004-03-09  Paul Eggert  <eggert@twinsun.com>
37029
37030         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
37031         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
37032         Bring back getopt.c, getopt.h, getopt1.c.
37033
37034 2004-03-07  Paul Eggert  <eggert@twinsun.com>
37035
37036         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
37037         All uses changed.  Check for sa_sigaction member; this fixes
37038         a bug first reported by Jason Andrade in
37039         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
37040
37041 2004-03-07  Paul Eggert  <eggert@twinsun.com>
37042
37043         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
37044         '#if' expressions.  Unlike the code it replaces, it does not
37045         depend on (defined _SC_PAGESIZE).  However, it does depend on
37046         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
37047         first reported by Jason Andrade in
37048         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
37049
37050 2004-02-25  Simon Josefsson  <jas@extundo.com>
37051
37052         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
37053
37054 2004-02-25  Simon Josefsson  <jas@extundo.com>
37055
37056         * lib/strdup.h: New file.
37057         * lib/strdup.c: Include it.
37058         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
37059         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
37060
37061 2004-02-23  Karl Berry  <karl@gnu.org>
37062
37063         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
37064         (from fencepost.gnu.org:/gd/gnuorg).
37065
37066 2004-02-23  Karl Berry  <karl@gnu.org>
37067
37068         * config/srclistvars.sh (GNUORG) [karl]: redefine.
37069         * config/srclist.txt: add maintain/standards documents.
37070
37071 2004-02-18  Bruno Haible  <bruno@clisp.org>
37072
37073         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
37074         Reported by Derek Robert Price <derek@ximbiot.com>.
37075
37076 2004-02-16  Karl Berry  <karl@gnu.org>
37077
37078         * config/mkinstalldirs, install-sh: update from automake.
37079
37080 2004-02-06  Karl Berry  <karl@gnu.org>
37081
37082         * m4/po.m4: update from gettext 0.14.1.
37083
37084 2004-02-06  Karl Berry  <karl@gnu.org>
37085
37086         * lib/config.charset: update from gettext 0.14.1.
37087
37088 2004-02-05  Paul Eggert  <eggert@twinsun.com>
37089
37090         Add comments and code, prompted by suggestions from Bruno Haible
37091         for sh-quote.
37092         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
37093         describing the enum quoting_style values.
37094         * lib/quotearg.c (quotearg_alloc): New function.
37095         (quotearg_buffer_restyled): Treat lone { and } as special.
37096         Treat = as special.  Work around bug with older shells
37097         that "see" a '\' that is really the 2nd byte of a multibyte char.
37098         Quote empty string with shell_quoting_style.
37099
37100 2004-02-03  Bruno Haible  <bruno@clisp.org>
37101
37102         * m4/pipe.m4: New file, from GNU gettext.
37103
37104 2004-02-03  Bruno Haible  <bruno@clisp.org>
37105
37106         * lib/pipe.h: New file, from GNU gettext.
37107         * lib/pipe.c: New file, from GNU gettext.
37108
37109 2004-01-27  Bruno Haible  <bruno@clisp.org>
37110
37111         * m4/execute.m4: New file, from GNU gettext.
37112
37113 2004-01-27  Bruno Haible  <bruno@clisp.org>
37114
37115         * lib/execute.h: New file, from GNU gettext.
37116         * lib/execute.c: New file, from GNU gettext.
37117         * lib/w32spawn.h: New file, from GNU gettext.
37118
37119 2004-01-24  Paul Eggert  <eggert@twinsun.com>
37120
37121         Merge from diffutils.
37122
37123         * lib/file-type.c (file_type): Add typed memory objects.
37124         * lib/file-type.h (S_TYPEISTMO): New macro.
37125
37126         * lib/c-stack.h (c_stack_action): Remove argv argument.
37127         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
37128         (die): Don't calculate message unless segv_action returns.
37129         (get_stack_location, min_address_from_argv, max_address_from_argv,
37130         volatile stack_base, volatile_stack_size): Remove.
37131         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
37132         that every segmentation violation is a stack overflow.  (Ouch!)
37133         See Debian bug 136249 (still outstanding) for more info about why
37134         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
37135
37136 2004-01-24  Paul Eggert  <eggert@twinsun.com>
37137
37138         Exit-status fix from coreutils.
37139
37140         Use exit_failure consistently in place of EXIT_FAILURE,
37141         so that program exit statuses are consistent on failure.
37142
37143         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
37144         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
37145         * lib/argmatch.h: Comment fix to match the above.
37146         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
37147         Now a macro referring to exit_failure, instead of a separate
37148         variable.  Include "exitfail.h" to get it.
37149         * lib/xstrtol.h: Include "exitfail.h".
37150         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
37151
37152         * lib/long-options.c (parse_long_options): Use prototype
37153         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
37154         for clarity.
37155
37156 2004-01-21  Jim Meyering  <jim@meyering.net>
37157
37158         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
37159         so as not to conflict with a different-sized __mktime_internal
37160         function in GNU libc.
37161         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
37162         Problem building statically-linked `ls' reported by Michael Brunnbauer.
37163
37164 2004-01-20  Karl Berry  <karl@gnu.org>
37165
37166         * config/config.guess: update from config.
37167
37168         * config/srclistvars.sh: GNUWWWLICENSES for karl.
37169
37170 2004-01-20  Bruno Haible  <bruno@clisp.org>
37171
37172         Safer stack allocation.
37173         * lib/setenv.c: Include allocsa.h.
37174         (alloca): Remove fallback definition.
37175         (freea): Remove macro.
37176         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
37177         instead of freea.
37178
37179 2004-01-20  Bruno Haible  <bruno@clisp.org>
37180
37181         * m4/eealloc.m4: New file, from GNU gettext.
37182
37183 2004-01-20  Bruno Haible  <bruno@clisp.org>
37184
37185         * m4/allocsa.m4: New file, from GNU gettext.
37186
37187 2004-01-20  Bruno Haible  <bruno@clisp.org>
37188
37189         * lib/xallocsa.h: New file, from GNU gettext.
37190         * lib/xallocsa.c: New file, from GNU gettext.
37191
37192 2004-01-20  Bruno Haible  <bruno@clisp.org>
37193
37194         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
37195
37196 2004-01-20  Bruno Haible  <bruno@clisp.org>
37197
37198         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
37199         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
37200         specially.
37201
37202 2004-01-20  Bruno Haible  <bruno@clisp.org>
37203
37204         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
37205         patch.
37206
37207 2004-01-20  Bruno Haible  <bruno@clisp.org>
37208
37209         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
37210
37211 2004-01-20  Bruno Haible  <bruno@clisp.org>
37212
37213         * lib/eealloc.h: New file.
37214
37215 2004-01-20  Bruno Haible  <bruno@clisp.org>
37216
37217         * lib/binary-io.h: Avoid warnings on Cygwin.
37218
37219 2004-01-20  Bruno Haible  <bruno@clisp.org>
37220
37221         * lib/allocsa.h: New file, from GNU gettext.
37222         * lib/allocsa.c: New file, from GNU gettext.
37223
37224 2004-01-18  Karl Berry  <karl@gnu.org>
37225
37226         * doc/gpl.texi, doc/lgpl.texi: new files.
37227
37228 2004-01-18  Karl Berry  <karl@gnu.org>
37229
37230         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
37231         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
37232
37233 2004-01-15  Paul Eggert  <eggert@twinsun.com>
37234
37235         Merge from coreutils.
37236
37237         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
37238         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
37239         (gl_DEFAULT_POSIX2_VERSION): Move
37240         the documentation from 'configure' into 'config.hin',
37241         so that 'configure --help' isn't burdened by it and
37242         we don't have to worry about its formatting there.
37243         Reword the documentation so that it's more succinct
37244         and can be run together into a single paragraph.
37245         * m4/same.m4 (gl_SAME): Check for pathconf.
37246
37247 2004-01-15  Paul Eggert  <eggert@twinsun.com>
37248
37249         Merge from coreutils.
37250
37251         * lib/posixver.c: Include posixver.h.
37252
37253         * lib/same.c: Include <stdbool.h>, <limits.h>.
37254         (_POSIX_NAME_MAX): Define if not defined.
37255         (MIN): New macro.
37256         (same_name): If file names are silently truncated, report
37257         that the file names are the same if they are the same after
37258         the silent truncation.
37259
37260         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
37261         conversion function.
37262         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
37263         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
37264         longer needed.
37265
37266 2004-01-15  Jim Meyering  <jim@meyering.net>
37267
37268         Merge from coreutils.
37269
37270         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
37271         if no library is required.
37272         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
37273         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
37274         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
37275         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
37276         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
37277         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
37278         value, $ac_cv_search_crypt, if it's "none required".
37279         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
37280         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
37281         not gl_FUNC_GETLOADAVG.
37282         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
37283         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
37284
37285 2004-01-15  Jim Meyering  <jim@meyering.net>
37286
37287         Merge from coreutils.
37288
37289         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
37290         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
37291         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
37292
37293         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
37294         optional configure-time default.
37295
37296         * lib/version-etc.c (version_etc_copyright): Update copyright date.
37297
37298         * lib/xreadlink.c (xreadlink): Correct outdated comment.
37299
37300 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
37301
37302         Merge from coreutils.
37303
37304         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
37305         value, $ac_cv_search_nanosleep, if it's "none required".
37306
37307 2004-01-14  Paul Eggert  <eggert@twinsun.com>
37308
37309         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
37310         with like-named macro in fnmatch.c.
37311         (EXT): Use an internal constant instead.
37312
37313         Merge fnmatch patches from glibc.
37314         * lib/fnmatch.c (mbsinit): Remove define.
37315         Add libc_hidden_ver (__fnmatch, fnmatch).
37316         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
37317         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
37318
37319 2004-01-14  Karl Berry  <karl@gnu.org>
37320
37321         * config/install-sh: update from automake.
37322
37323 2004-01-13  Karl Berry  <karl@gnu.org>
37324
37325         * config/install-sh: update from automake.
37326
37327 2004-01-09  Karl Berry  <karl@gnu.org>
37328
37329         * config/install-sh: update from automake.
37330
37331 2004-01-05  Karl Berry  <karl@gnu.org>
37332
37333         * config/config.{sub,guess}: update from config.
37334
37335 2003-12-31  Karl Berry  <karl@gnu.org>
37336
37337         * config/depcomp: update from automake.
37338
37339 2003-12-14  Karl Berry  <karl@gnu.org>
37340
37341         * lib/config.charset: update from gettext-runtime.
37342
37343 2003-12-03  Paul Eggert  <eggert@twinsun.com>
37344
37345         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
37346         Bug reported by Alfred M. Szmidt.
37347
37348 2003-12-03  Bruno Haible  <bruno@clisp.org>
37349
37350         * m4/gettext.m4: Upgrade from gettext-0.13.
37351         * m4/po.m4: Upgrade from gettext-0.13.
37352         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
37353         * m4/intmax.m4: New file, from gettext-0.13.
37354         * m4/printf-posix.m4: New file, from gettext-0.13.
37355
37356 2003-11-29  Karl Berry  <karl@gnu.org>
37357
37358         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
37359
37360 2003-11-25  Paul Eggert  <eggert@twinsun.com>
37361             Bruno Haible  <bruno@clisp.org>
37362
37363         * lib/printf-parse.h: Don't include sys/types.h.
37364         (ARG_NONE): New macro.
37365         (char_directive): Change type of *arg_index fields to size_t.
37366         * lib/printf-parse.c: Don't include sys/types.h.
37367         (SSIZE_MAX): Remove macro.
37368         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
37369         Remove unnecessary overflow check.
37370         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
37371         fields.
37372
37373 2003-11-25  Bruno Haible  <bruno@clisp.org>
37374
37375         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
37376
37377 2003-11-25  Bruno Haible  <bruno@clisp.org>
37378
37379         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
37380         gt_TYPE_SSIZE_T.
37381
37382 2003-11-24  Paul Eggert  <eggert@twinsun.com>
37383
37384         * modules/alloca: Remove dependency on xalloc.
37385
37386 2003-11-24  Paul Eggert  <eggert@twinsun.com>
37387
37388         * lib/alloca.c: Remove dependency on xalloc module.
37389         (xalloc_die): Remove.
37390         (memory_full) [!defined emacs]: New macro.
37391         [!defined emacs]: Don't include xalloc.h.
37392         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
37393         address arithmetic overflows.  Change datatypes a bit to avoid
37394         unnecessary casts.
37395
37396 2003-11-22  Jim Meyering  <jim@meyering.net>
37397
37398         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
37399         s/size/size_t/.
37400
37401 2003-11-21  Karl Berry  <karl@gnu.org>
37402
37403         * config/config.{sub,guess}: update from config.
37404
37405 2003-11-18  Karl Berry  <karl@gnu.org>
37406
37407         * config/config.{sub,guess}: update from config.
37408
37409         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
37410
37411 2003-11-17  Paul Eggert  <eggert@twinsun.com>
37412
37413         * README: Mention that S+T cannot overflow if S is the size of
37414         an existing object and T is sufficiently small.
37415
37416 2003-11-17  Jim Meyering  <jim@meyering.net>
37417
37418         On systems without utime and without a utimes function capable of
37419         dealing with a NULL struct utimbuf* argument, this utime replacement
37420         could -- in unusual circumstances -- leak a file descriptor.
37421         * lib/utime.c: Include <unistd.h> and <errno.h>.
37422         (utime_null): Be sure to close `fd' and to preserve errno.
37423         Reported by Geoff Collyer via Arnold Robbins.
37424
37425 2003-11-17  Bruno Haible  <bruno@clisp.org>
37426
37427         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
37428         (Depends-on): Add xsize.
37429
37430 2003-11-17  Bruno Haible  <bruno@clisp.org>
37431
37432         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
37433
37434 2003-11-17  Bruno Haible  <bruno@clisp.org>
37435
37436         * lib/vasnprintf.c (alloca): Remove fallback definition.
37437         (freea): Remove definition.
37438         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
37439         Reported by Paul Eggert.
37440
37441 2003-11-16  Paul Eggert  <eggert@twinsun.com>
37442             Bruno Haible  <bruno@clisp.org>
37443
37444         Protect against address arithmetic overflow.
37445         * lib/printf-args.h: Include stddef.h.
37446         (arguments): Change type of field 'count' to size_t.
37447         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
37448         'unsigned int' where appropriate.
37449         * lib/printf-parse.h: Include sys/types.h.
37450         (char_directive): Change type of *arg_index fields to ssize_t.
37451         (char_directives): Change type of fields 'count', max_*_length to
37452         size_t.
37453         * lib/printf-parse.c: Include sys/types.h and xsize.h.
37454         (SSIZE_MAX): Define fallback value.
37455         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
37456         instead of 'int' where appropriate. Check a_allocated, d_allocated
37457         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
37458         * lib/vasnprintf.c: Include xsize.h.
37459         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
37460         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
37461         overflow. Avoid wraparound when converting a width or precision from
37462         decimal to binary.
37463
37464 2003-11-16  Bruno Haible  <bruno@clisp.org>
37465
37466         Update from GNU gettext.
37467         * lib/printf-parse.c: Generalize to it can be compiled for wide
37468         strings.
37469         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
37470         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
37471         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
37472         SNPRINTF): New macros.
37473         Don't include <alloca.h> if the file is used inside libintl.
37474         (local_wcslen): New function, for Solaris 2.5.1.
37475         (VASNPRINTF): Use it instead of wcslen.
37476
37477 2003-11-16  Bruno Haible  <bruno@clisp.org>
37478
37479         * lib/xsize.h (xmax): New function.
37480         (xsum, xsum3, xsum4): Declare as "pure" functions.
37481
37482 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37483
37484         * modules/xalloc (Files): Undo latest change, since xalloc.h
37485         no longer needs SIZE_MAX or PTRDIFF_MAX.
37486
37487 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37488
37489         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
37490         gl_PTRDIFF_MAX.
37491
37492 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37493
37494         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
37495         "return", to pacify some unknown compiler.  Problem reported
37496         by Joerg Schilling.
37497
37498 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37499
37500         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
37501         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
37502         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
37503         heuristic is just as accurate as far as we know, and it removes a
37504         dependency on size_max.m4 and ptrdiff_max.m4.
37505
37506 2003-11-11  Bruno Haible  <bruno@clisp.org>
37507
37508         * modules/xsize (Files): Add m4/size_max.m4.
37509         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
37510
37511 2003-11-11  Bruno Haible  <bruno@clisp.org>
37512
37513         * m4/size_max.m4: New file.
37514         * m4/ptrdiff_max.m4: New file.
37515         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
37516         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
37517         (gl_XALLOC): Invoke it.
37518
37519 2003-11-11  Bruno Haible  <bruno@clisp.org>
37520
37521         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
37522         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
37523         defined.
37524
37525 2003-11-10  Paul Eggert  <eggert@twinsun.com>
37526
37527         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
37528         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
37529         rejected some allocations of exactly SIZE_MAX - 2 bytes.
37530         From Bruno Haible.
37531         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
37532         not (size_t) -1, since it's defined here.
37533
37534 2003-11-09  Karl Berry  <karl@gnu.org>
37535
37536         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
37537
37538 2003-11-06  Paul Eggert  <eggert@twinsun.com>
37539
37540         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
37541         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
37542         Reject sizes of exactly SIZE_MAX bytes.
37543         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
37544         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
37545
37546 2003-11-05  Bruno Haible  <bruno@clisp.org>
37547
37548         * lib/xsize.h: Include limits.h, to avoid a possible collision with
37549         SIZE_MAX defined in <limits.h> on Solaris.
37550
37551 2003-11-04  Jim Meyering  <jim@meyering.net>
37552
37553         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
37554         variable names, rather than @VAR@.
37555         * modules/poll: Likewise.
37556
37557 2003-11-04  Bruno Haible  <bruno@clisp.org>
37558
37559         * modules/xsize: New file.
37560         * modules/linebreak: Depend on xsize.
37561         * MODULES.html.sh (func_all_modules): Add xsize.
37562
37563 2003-11-04  Bruno Haible  <bruno@clisp.org>
37564
37565         * m4/xsize.m4: New file.
37566
37567 2003-11-04  Bruno Haible  <bruno@clisp.org>
37568
37569         * lib/xsize.h: New file.
37570         * lib/linebreak.c: Include xsize.h.
37571         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
37572         argument for overflow.
37573         Suggested by Paul Eggert.
37574
37575 2003-11-03  Karl Berry  <karl@gnu.org>
37576
37577         * config/config.{guess,sub}: update from config.
37578
37579 2003-11-03  Jim Meyering  <jim@meyering.net>
37580
37581         * modules/userspec (lib_SOURCES): Add userspec.h.
37582         (Include): Add "userspec.h".
37583         Improve description.
37584
37585 2003-11-03  Jim Meyering  <jim@meyering.net>
37586
37587         * lib/userspec.c: Include "userspec.h".
37588         * lib/userspec.h: New file.
37589
37590 2003-11-03  Bruno Haible  <bruno@clisp.org>
37591
37592         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
37593
37594 2003-11-03  Bruno Haible  <bruno@clisp.org>
37595
37596         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
37597         available, to avoid (extremely rare) race condition.
37598         Suggested by Paul Eggert.
37599
37600 2003-11-02  Karl Berry  <karl@gnu.org>
37601
37602         * config/srclist.txt (vasprintf.c): sync broken, sigh.
37603
37604 2003-10-31  Paul Eggert  <eggert@twinsun.com>
37605
37606         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
37607         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
37608         (read_filesystem_list): Set and use me_type_malloced.
37609         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
37610         whatever the type happens to be), for brevity and consistency.
37611         Check for size calculation overflow on Alphas running OSF/1.
37612
37613 2003-10-31  Jim Meyering  <jim@meyering.net>
37614
37615         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
37616
37617         * lib/linebuffer.c: Include <string.h> for declaration of memset.
37618
37619 2003-10-30  Paul Eggert  <eggert@twinsun.com>
37620             Bruno Haible  <bruno@clisp.org>
37621
37622         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
37623         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
37624
37625 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
37626
37627         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
37628         netbsd*-gnu*.  Suggested by Robert Millan.
37629
37630 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37631
37632         * modules/group-member: Depend on stdbool.
37633
37634 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37635
37636         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
37637
37638 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37639
37640         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
37641         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
37642         after the 'gnu' in these cases.  This fixes some bugs in the
37643         previous change, and is based on suggestions by Robert Millan.
37644
37645 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37646
37647         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
37648         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
37649         no longer needed.
37650         * lib/quotearg.c (quotearg_n_options): Use it.
37651         * lib/group-member.c: Include <stdbool.h>.
37652         (free_group_info): Arg is now const *; don't free arg.
37653         (get_group_info): Now returns bool and accepts struct group_info *,
37654         rather than returning a malloc'ed struct group_info *.
37655         All uses changed.  Check for overflow in internal size calculation.
37656
37657         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
37658         rather than xmalloc/xrealloc.
37659         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
37660         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
37661         conformance bug: the old code used a pointer after freeing the
37662         storage that it addressed.
37663         * lib/hash.c (hash_initialize): Simplify the code by using
37664         xalloc_oversized rather than doing it by hand.
37665         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
37666         the buffer preserved.  Use free and xmalloc instead.
37667         * lib/quotearg.c (quotearg_n_options): Likewise.
37668         Use a simpler test for size overflow.  Don't use xalloc_oversized
37669         because unsigned int might be wider than size_t (!); this suggests
37670         that we should switch from unsigned int to size_t for slot numbers.
37671
37672 2003-10-28  Paul Eggert  <eggert@twinsun.com>
37673
37674         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
37675         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
37676         NetBSD kernels.  Requested by Richard Stallman.
37677
37678 2003-10-27  Paul Eggert  <eggert@twinsun.com>
37679
37680         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
37681         to allocate the returned structure.  Do not allocate a subarray,
37682         as x2nrealloc will do that.
37683         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
37684         instead of xnrealloc.
37685         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
37686
37687 2003-10-27  Bruno Haible  <bruno@clisp.org>
37688
37689         * lib/stdbool_.h: Better support for BeOS.
37690
37691 2003-10-26  Paul Eggert  <eggert@twinsun.com>
37692
37693         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
37694         now uses inline.
37695
37696 2003-10-26  Paul Eggert  <eggert@twinsun.com>
37697
37698         * lib/xalloc.h (xalloc_oversized): New static inline function, for
37699         callers that want to do their own size-overflow checking.  Include
37700         <stdbool.h>, since xalloc_oversized returns bool.
37701         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
37702         to use xalloc_oversized.
37703
37704         Add two functions x2realloc, x2nrealloc, for programs that grow
37705         arrays dynamically by doubling their sizes.
37706         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
37707         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
37708         New functions.
37709
37710         Port to C99 semantics for 'inline' of external functions.
37711         Bug reported by Bruno Haible.
37712         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
37713         with the old contents of xnmalloc.
37714         (xnmalloc, xmalloc): Use it.
37715         (xnrealloc_inline): New static inline function,
37716         with the old contents of xnrealloc.
37717         (xnrealloc, xrealloc): Use it.
37718
37719         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
37720         that.
37721
37722 2003-10-26  Karl Berry  <karl@gnu.org>
37723
37724         * config/srclist.txt (COPYING.DOC): no longer available from
37725         /gd/gnuorg; don't know where the ultimate source is.
37726
37727 2003-10-25  Paul Eggert  <eggert@twinsun.com>
37728
37729         Fix several address-calculation bugs in the hash modules,
37730         plus some minor code cleanup.
37731
37732         * lib/hash.h: Include <stdbool.h>, for bool.
37733         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
37734         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
37735         hash_get_n_entries, hash_get_max_bucket_length,
37736         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
37737         hash_rehash): Use size_t rather than unsigned.
37738         * lib/hash.c (struct hash_table, hash_get_n_buckets,
37739         hash_get_n_buckets_used, hash_get_n_entries,
37740         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
37741         hash_get_entries, hash_do_for_each, hash_string, is_prime,
37742         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
37743         Likewise.
37744         (SIZE_MAX): Define if not defined.
37745         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
37746         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
37747         hash_print):
37748         Use const * when possible.
37749         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
37750         (check_tuning): Fix bug: if tuning parameters were very close to
37751         0 or 1, rounding errors could have caused subscript violations.
37752         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
37753         (hash_initialize): Add 'fail:' label
37754         to free table and return NULL, and use it to simplify code.
37755         Use calloc rather than clearing the storage ourself.
37756         (hash_initialize, hash_rehash): Check for arithmetic overflow in
37757         buffer size calculations.
37758         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
37759         Include <stddef.h>, for size_t.
37760         * lib/hash-pjw.c (hash_pjw): Likewise.
37761         Switch to method described by Bruno Haible.
37762         Include <limits.h>, for CHAR_BIT.
37763         (SIZE_BITS): New macro.
37764
37765 2003-10-23  Paul Eggert  <eggert@twinsun.com>
37766
37767         * m4/getline.m4 (AM_FUNC_GETLINE):
37768         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
37769         hosts.  Problem reported by Derek Robert Price in
37770         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
37771         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
37772         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
37773
37774 2003-10-21  Paul Eggert  <eggert@twinsun.com>
37775
37776         * lib/getndelim2.c (getndelim2): When size calculation overflows,
37777         ceiling the allocation at NMAX bytes rather than silently
37778         discarding input bytes before NMAX is reached.  This makes
37779         a difference only if NMAX exceeds SIZE_MAX / 2.
37780
37781         * lib/obstack.c: Merge from glibc.
37782         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
37783         Add libc_hidden_def (_obstack_newchunk).
37784         (_obstack_free) [! defined _LIBC]: Remove.
37785         [defined _LIBC]: Make a strong alias from obstack_free, rather than
37786         a clone of the function body.
37787         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
37788         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
37789
37790         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
37791         glibc.
37792         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
37793         arg to memcpy.
37794
37795         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
37796         (obstack_ptr_grow_fast, obstack_int_grow_fast):
37797         Don't use lvalue casts, as GCC plans to remove support for them
37798         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
37799         was also present in the non-GCC version, indicating that this
37800         code had always been buggy and had never been widely used.
37801         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
37802         Use the fast variant of each macro, rather than copying the
37803         definiens of the fast variant; that way, we'll be more likely to
37804         catch future bugs in the fast variants.
37805
37806 2003-10-20  Bruno Haible  <bruno@clisp.org>
37807
37808         * modules/wait-process: New file.
37809         * MODULES.html.sh (func_all_modules): Add wait-process.
37810
37811 2003-10-20  Bruno Haible  <bruno@clisp.org>
37812
37813         * m4/wait-process.m4: New file.
37814
37815 2003-10-20  Bruno Haible  <bruno@clisp.org>
37816
37817         * lib/wait-process.h: New file, from GNU gettext.
37818         * lib/wait-process.c: New file, from GNU gettext.
37819
37820 2003-10-19  Jim Meyering  <jim@meyering.net>
37821
37822         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
37823         HPUX 10.20.
37824
37825 2003-10-18  Karl Berry  <karl@gnu.org>
37826
37827         * config/config.guess: update from config.
37828
37829 2003-10-16  Paul Eggert  <eggert@twinsun.com>
37830
37831         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
37832         (getgroups): First arg is int, not size_t.
37833         Don't let 'free' mangle errno.
37834
37835 2003-10-16  Paul Eggert  <eggert@twinsun.com>
37836
37837         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
37838
37839 2003-10-16  Karl Berry  <karl@gnu.org>
37840
37841         * config/config.{guess,sub}: update from config.
37842
37843 2003-10-16  Jim Meyering  <jim@meyering.net>
37844
37845         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
37846         memcpy.
37847
37848 2003-10-15  Paul Eggert  <eggert@twinsun.com>
37849
37850         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
37851         (SIZE_MAX): Remove.
37852         (new_exclude, add_exclude_file): Initial size no longer needs to
37853         be a power of 2.
37854         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
37855         our own address arithmetic overflow checking.
37856
37857         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
37858         (fnmatch): Do not alloca more than 2000 wide characters;
37859         instead, use malloc for large buffers.
37860         Check for address arithmetic overflow, and return -1
37861         with errno set to ENOMEM in that case.
37862         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
37863         (NEW_PATTERN): Do not alloca more than 8000 bytes;
37864         instead, return -1.  Check for address arithmetic overflow.
37865
37866 2003-10-14  Paul Eggert  <eggert@twinsun.com>
37867
37868         Handle invalid suffixes and overflow independently, so that
37869         callers can treat them independently as needed.  Fix some bugs in
37870         suffix handling, e.g., "100k@" was not diagnosed as an invalid
37871         suffix for a human-readable blocksize.  The major caller-visible
37872         change is the addition of a new
37873         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
37874         that both overflow and suffix chars were found.
37875
37876         * lib/human.c (humblock): Don't check separately for invalid suffix
37877         char; that is xstrtoumax's job (now that its bug is fixed).
37878         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
37879         INTMAX_MAX]: New macros.
37880         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
37881         TYPE_MAXIMUM): New macros.
37882         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
37883         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
37884         if overflow occurs, as it's what __strtol does and it's more useful
37885         in practice.
37886         (__xstrtol): If __strtol reports some error other than ERANGE,
37887         reflect it to the caller as LONGINT_INVALID.  If it reports
37888         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
37889         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
37890         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
37891         value.
37892         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
37893         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
37894         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
37895         [defined UINTMAX_MAX]: New macros.
37896
37897 2003-10-14  Bruno Haible  <bruno@clisp.org>
37898
37899         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
37900
37901 2003-10-14  Bruno Haible  <bruno@clisp.org>
37902
37903         * m4/sig_atomic_t: New file, from GNU gettext.
37904         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
37905
37906 2003-10-14  Bruno Haible  <bruno@clisp.org>
37907
37908         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
37909         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
37910         Also use volatile where needed.
37911
37912 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37913
37914         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
37915         Change maintainer from Bruno Haible to 'all'.
37916
37917 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37918
37919         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
37920
37921 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37922
37923         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
37924         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
37925         and define in terms of the other primitives.
37926         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
37927         (SIZE_MAX): Define if not already defined.
37928         (array_size_overflow): New function.
37929         (xalloc_die): Abort instead of exiting if 'error' returns.
37930         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
37931         (xmalloc, xrealloc): Use them.
37932         (xcalloc): Check for address arithmetic overflow.
37933         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
37934         a bit faster than strcpy.
37935
37936 2003-10-10  Simon Josefsson  <jas@extundo.com>
37937
37938         * modules/argp (Depends-on): Add restrict and strcase.
37939
37940 2003-10-10  Simon Josefsson  <jas@extundo.com>
37941
37942         * m4/argp.m4: Add AC_C_INLINE.
37943
37944 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37945
37946         Merge getpass from libc, plus a few fixes.
37947
37948         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
37949         Include <stdbool.h>.
37950         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
37951         __fsetlocking to empty.
37952         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
37953         do include <bits/libc-lock.h>.
37954         Do not include <fcntl.h>; not needed.
37955         [_LIBC]: Include <wchar.h>.
37956         (NOTCANCEL_MODE): New macro.
37957         (flockfile, funlockfile) [_LIBC]: New macros.
37958         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
37959         [!_LIBC]: New macros.
37960         (call_fclose): New function.
37961         (getpass): Use it.  Save tty stream separately; this simplifies the
37962         code and makes it more reliable if stdin happens to equal stdout.
37963         Invoke __fsetlocking on tty.
37964         Handle thread cancellation if needed.
37965         Namespace cleanup (use __tcgetattr, __getline).
37966         Use bool for Booleans.
37967         [USE_IN_LIBIO]: Handle wide streams.
37968         [!_LIBC]: Unconditionally do the fseek, since we don't know what
37969         stream might go where.
37970
37971         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
37972         doesn't have to include <stdio.h> before us.
37973         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
37974         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
37975         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
37976         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
37977         if not declared, so that we can use getpass.c code from libc without
37978         rewriting it.
37979         (flockfile, ftrylockfile, funlockfile): New macros.
37980
37981 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37982
37983         * modules/getpass: Depend on stdbool.
37984
37985 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37986
37987         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
37988
37989 2003-10-07  Karl Berry  <karl@gnu.org>
37990
37991         * config/config.{guess,sub}: update from config.
37992
37993 2003-10-06  Jim Meyering  <jim@meyering.net>
37994             Bruno Haible  <bruno@clisp.org>
37995
37996         This lets translators provide better translations for the
37997         "Written by ..." part of --version output.
37998         * lib/version-etc.h: Include stdarg.h.
37999         (version_etc_copyright): Declare as readonly.
38000         (version_etc): Make this function variadic with a NULL-terminated list
38001         of author name strings.
38002         (version_etc_va): New declaration.
38003         * lib/version-etc.c: Include stdarg.h, stdlib.h.
38004         (version_etc_copyright): Declare as readonly.
38005         (version_etc_va): New function. Provide a different translatable string
38006         for each possible number of authors < 10. Abbreviate when there are 10
38007         authors or more.
38008         (version_etc): Make this function variadic. Call version_etc_va.
38009         Suggestion from Gary V. Vaughan.
38010
38011         * lib/long-options.h (parse_long_options): Change prototype: the
38012         authors string is moved to the end and becomes variadic.
38013         * lib/long-options.c: Include stdarg.h.
38014         (parse_long_options): Make this function variadic, too.
38015         Call version_etc_va, not version_etc.
38016
38017 2003-10-06  Bruno Haible  <bruno@clisp.org>
38018
38019         * modules/version-etc-2: Remove file.
38020         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
38021
38022 2003-10-06  Bruno Haible  <bruno@clisp.org>
38023
38024         * modules/fatal-signal: New file.
38025         * MODULES.html.sh (func_all_modules): Add fatal-signal.
38026
38027 2003-10-06  Bruno Haible  <bruno@clisp.org>
38028
38029         * m4/fatal-signal.m4: New file.
38030         * m4/signalblocking.m4: New file, from GNU gettext.
38031
38032 2003-10-06  Bruno Haible  <bruno@clisp.org>
38033
38034         * lib/version-etc-2.h: Remove file.
38035         * lib/version-etc-2.c: Remove file.
38036
38037 2003-10-06  Bruno Haible  <bruno@clisp.org>
38038
38039         * lib/fatal-signal.h: New file, from GNU gettext.
38040         * lib/fatal-signal.c: New file, from GNU gettext.
38041
38042 2003-10-05  Paul Eggert  <eggert@twinsun.com>
38043
38044         * README: Rework advice for preventing empty .o files.
38045         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
38046         not <sys/types.h>.
38047
38048 2003-10-04  Karl Berry  <karl@gnu.org>
38049
38050         * lib/argp*: update from libc.
38051
38052 2003-10-04  Karl Berry  <karl@gnu.org>
38053
38054         * config/config.{guess,sub}: update from config.
38055
38056 2003-10-02  Bruno Haible  <bruno@clisp.org>
38057
38058         * modules/lchown (Include): Add lchown.h.
38059         * modules/time_r (Include): Use "..." syntax.
38060         * modules/xgetdomainname (Include): Add xgetdomainname.h.
38061
38062 2003-10-01  Simon Josefsson  <jas@extundo.com>
38063
38064         * MODULES.html.sh (func_all_modules): Move gethostname from section
38065         'based on' to section 'lacking' POSIX:2001.
38066
38067 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
38068
38069         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
38070         to output mode on the same stream.
38071
38072 2003-09-29  Paul Eggert  <eggert@twinsun.com>
38073
38074         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
38075         Fix arg typo in previous patch.
38076
38077 2003-09-28  Jim Meyering  <jim@meyering.net>
38078
38079         * lib/error.c: Correct cpp indentation.
38080
38081 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38082
38083         * modules/free: New file.
38084
38085 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38086
38087         * m4/free.m4: New file.
38088
38089 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38090
38091         * lib/minmax.h (MIN, MAX)
38092         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
38093         Omit the special code that used __typeof__, since we worry that
38094         it could be more trouble than it's worth.  See:
38095         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
38096         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
38097
38098         * lib/free.c: New file.
38099
38100 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
38101
38102         Trivial fixes to Makefile.am parts of module listings.
38103         * modules/strstr: Append strstr.h to lib_SOURCES.
38104         * modules/strcase: Likewise, for strcase.h.
38105
38106 2003-09-27  Karl Berry  <karl@gnu.org>
38107
38108         * config/mkinstalldirs: update from automake.
38109
38110 2003-09-26  Paul Eggert  <eggert@twinsun.com>
38111
38112         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
38113         (error_tail): Do not loop, reallocating temporary buffer, since
38114         the output cannot contain more wide characters than the input
38115         contains bytes, the size must be big enough already.  This avoids
38116         one potential size overflow calculation.  Check for size overflow
38117         when calculating temporary buffer size.  Free temporary buffer
38118         when done, if it was allocated with malloc; this plugs a memory
38119         leak.  Remove casts from void * to pointers, that are no longer
38120         needed now that we're assuming C89 or better.
38121
38122         Merge error changes from glibc.
38123
38124         * lib/error.c, error.h: Update copyright notice header to match glibc.
38125         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
38126         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
38127         Disable cancellation while printing error.
38128         * lib/error.h: Prepend __ to parameter names.
38129
38130 2003-09-26  Jim Meyering  <jim@meyering.net>
38131
38132         * lib/error.c (error_tail): Move some declarations
38133         into inner scope where the local variables are used.
38134
38135 2003-09-26  Bruno Haible  <bruno@clisp.org>
38136
38137         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
38138         stpncpy().
38139         Don't define stpncpy through config.h; it's now done through stpncpy.h.
38140
38141 2003-09-26  Bruno Haible  <bruno@clisp.org>
38142
38143         * lib/stpncpy.h (gnu_stpncpy): New declaration.
38144         (stpncpy): Define as alias for gnu_stpncpy.
38145         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
38146
38147 2003-09-25  Simon Josefsson  <jas@extundo.com>
38148
38149         * lib/xgetdomainname.h: New file.
38150         * lib/xgetdomainname.c: New file.
38151
38152 2003-09-25  Simon Josefsson  <jas@extundo.com>
38153             Bruno Haible  <bruno@clisp.org>
38154
38155         * modules/getdomainname: New file.
38156         * modules/xgetdomainname: New file.
38157         * MODULES.html.sh (func_all_modules): Add getdomainname,
38158         xgetdomainname.
38159
38160 2003-09-25  Simon Josefsson  <jas@extundo.com>
38161             Bruno Haible  <bruno@clisp.org>
38162
38163         * m4/getdomainname.m4: New file.
38164
38165 2003-09-25  Simon Josefsson  <jas@extundo.com>
38166             Bruno Haible  <bruno@clisp.org>
38167
38168         * lib/getdomainname.h: New file.
38169         * lib/getdomainname.c: New file.
38170
38171 2003-09-25  Karl Berry  <karl@gnu.org>
38172
38173         * lib/argp-fmtstream.c, argp-help.c: update from libc.
38174
38175 2003-09-25  Karl Berry  <karl@gnu.org>
38176
38177         * config/install-sh: update from automake.
38178
38179 2003-09-25  Bruno Haible  <bruno@clisp.org>
38180
38181         * modules/version-etc-2: New file, from modules/version-etc with
38182         modifications.
38183         * MODULES.html.sh (func_all_modules): Add version-etc-2.
38184
38185 2003-09-25  Bruno Haible  <bruno@clisp.org>
38186
38187         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
38188         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
38189
38190 2003-09-24  Simon Josefsson  <jas@extundo.com>
38191
38192         * modules/xgethostname: Add xgethostname.h.
38193
38194 2003-09-24  Paul Eggert  <eggert@twinsun.com>
38195
38196         * lib/linebuffer.c (freebuffer): Don't free the argument, just
38197         the buffer associated with the argument.  Bug reported by
38198         Simon Josefsson.
38199
38200 2003-09-24  Paul Eggert  <eggert@twinsun.com>
38201
38202         * README: Document assumptions that 'int' is at least 32 bits
38203         wide, that integer arithmetic is 2's complement without overflow,
38204         that there are no holes in integer values, that adding sizes of
38205         two nonoverlapping objects can't overflow, and that all-bits-zero
38206         yields scalar zero.  Fix spelling and capitalization typos.
38207
38208 2003-09-19  Karl Berry  <karl@gnu.org>
38209
38210         * lib/argp.h: update from libc.
38211
38212 2003-09-17  Paul Eggert  <eggert@twinsun.com>
38213
38214         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
38215         to avoid spurious warnings like "AC_RUN_IFELSE was called before
38216         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
38217
38218 2003-09-17  Paul Eggert  <eggert@twinsun.com>
38219
38220         * gnulib-tool: Use "test -h", not "test -L", for portability
38221         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
38222         (tags_regexp): Remove, since \| doesn't conform to POSIX.
38223         (sed_extract_prog): Issue s commands one-by-one, rather than
38224         using \| in one s command.
38225
38226 2003-09-16  Paul Eggert  <eggert@twinsun.com>
38227
38228         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
38229         input error, instead of returning NULL the next time we are called
38230         (and therefore losing track of errno).
38231
38232 2003-09-16  Bruno Haible  <bruno@clisp.org>
38233
38234         * gnulib-tool (func_create_testdir): Warn about duplicated
38235         dependencies.
38236
38237 2003-09-15  Paul Eggert  <eggert@twinsun.com>
38238
38239         * modules/argmatch, modules/fatal, modules/obstack,
38240         modules/xalloc, modules/xgethostname: Sort dependencies by
38241         importance, not alphabetically.
38242
38243 2003-09-15  Paul Eggert  <eggert@twinsun.com>
38244
38245         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
38246         fails, so that the caller gets the proper errno.
38247
38248         * lib/readutmp.c (read_utmp): Likewise.
38249         Check for fstat error.  Close stream and free storage
38250         when failing.
38251
38252 2003-09-14  Karl Berry  <karl@gnu.org>
38253
38254         * config/srclist.txt (strdup.c): disable for c89 changes.
38255
38256 2003-09-14  Jim Meyering  <jim@meyering.net>
38257
38258         * lib/getloadavg.c: Correct cpp indentation.
38259         * lib/strdup.c: Likewise.
38260         * lib/vasnprintf.c: Likewise.
38261
38262 2003-09-14  Bruno Haible  <bruno@clisp.org>
38263
38264         * modules/fwriteerror: New file.
38265         * MODULES.html.sh (func_all_modules): Add fwriteerror.
38266
38267 2003-09-14  Bruno Haible  <bruno@clisp.org>
38268
38269         * lib/fwriteerror.h: New file.
38270         * lib/fwriteerror.c: New file.
38271
38272 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38273
38274         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
38275         modules/xgethostname, modules/xalloc: Depend on exit.
38276
38277 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38278
38279         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
38280
38281         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
38282         and AC_MINIX, too, so that their extensions are available.
38283
38284         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
38285         This macro has been superseded by gl_BACKUPFILE.
38286
38287         More patches to assume C89 or better.
38288
38289         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
38290
38291         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
38292         unconditionally.
38293         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
38294         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
38295         Include <string.h>, <stdlib.h> unconditionally.
38296         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
38297         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
38298         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
38299         headers or for string.h.
38300         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
38301         or strtoul.
38302
38303         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
38304         headers.
38305         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
38306         * m4/userspec.m4 (gl_USERSPEC): Likewise.
38307         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
38308         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
38309         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
38310         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
38311         memcpy, memset.
38312         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
38313         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
38314         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
38315         strtol.
38316         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
38317         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
38318         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
38319         strtoul.
38320
38321 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38322
38323         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
38324         * lib/obstack.c [!defined _LIBC]: Likewise.
38325         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
38326         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
38327         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
38328
38329         More changes to assume C89 or better.
38330
38331         * lib/error.c (error_tail): Assume vprintf.
38332
38333         * lib/argmatch.c (getenv): Remove decl.
38334         * lib/progreloc.c (get_full_program_name): Define via prototype.
38335         * lib/setenv.c (clearenv): Likewise.
38336         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
38337         needed.
38338         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
38339         (malloc, memcpy): Remove decls.
38340         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
38341         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
38342         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
38343         (memcpy): Remove macro.
38344         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
38345         (__P): Remove.  All uses removed.
38346         (PTR): Remove.  All uses changed to void *.
38347         (CHAR_BIT, NULL): Remove.
38348         (spaces, zeros, memset_space, memset_zero)
38349         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
38350         Remove.
38351         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
38352         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
38353         Define with prototype.
38354         Remove now-unnecessary prototype decl.
38355         (extra_args_spec): Assume ANSI C.  All uses changed.
38356         (extra_args_spec_iso): Remove.
38357         (my_strftime, emacs_strftimeu): Define via prototype.
38358         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
38359         unconditionally.
38360         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
38361         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
38362         (strtoul, strtol): Remove decls.
38363         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
38364         LONG_MAX): Remove.
38365         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
38366         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
38367         (LOCALE_PARAM_PROTO): New macro.
38368         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
38369         (INTERNAL (strtol), strtol): Define with a prototype.
38370         (PARAMS): Remove.  All uses removed.
38371         * lib/tempname.c: Include <string.h> unconditionally.
38372         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
38373         * lib/xgethostname.c (main): Define with a prototype.
38374         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
38375         Include <stdlib.h> unconditionally.
38376         (calloc, malloc, realloc, free): Remove decls.
38377         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
38378         Include <stdlib.h> unconditionally.  Sort include file names.
38379         (strtod): Remove.
38380         (xstrtod): Define with a prototype.
38381         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
38382         (strtol, strtoul): Remove decls.
38383
38384 2003-09-11  Paul Eggert  <eggert@twinsun.com>
38385
38386         More patches to assume C89 or better.
38387         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
38388         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
38389         string.h, memchr, STDC_HEADERS.
38390
38391 2003-09-11  Paul Eggert  <eggert@twinsun.com>
38392
38393         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
38394         Include <stdlib.h>, <string.h> unconditionally.
38395         Remove now-unnecessary cast to char *.
38396         * lib/strnlen.c: Include <string.h> unconditionally.
38397         * lib/yesno.c (yesno): Define with a prototype.
38398
38399 2003-09-11  Bruno Haible  <bruno@clisp.org>
38400
38401         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
38402
38403 2003-09-10  Jim Meyering  <jim@meyering.net>
38404
38405         * lib/error.c: Correct indentation of cpp directives.
38406
38407 2003-09-10  Bruno Haible  <bruno@clisp.org>
38408
38409         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
38410         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
38411         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
38412         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
38413         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
38414         <stdlib.h> and <string.h> checks.
38415         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
38416         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
38417
38418 2003-09-10  Bruno Haible  <bruno@clisp.org>
38419
38420         * lib/strcspn.c: Include <string.h> unconditionally.
38421         * lib/strpbrk.c: Include <string.h> unconditionally.
38422         * lib/strstr.c: Include <string.h> unconditionally.
38423         * lib/unicodeio.c: Include <string.h> unconditionally.
38424         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
38425         * lib/unsetenv.c: Likewise.
38426         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
38427         * lib/yesno.c: Include <stdlib.h> unconditionally.
38428         (rpmatch): Add prototype.
38429
38430 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38431
38432         More patches to assume C89 or better.
38433         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
38434         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
38435         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
38436         or for string.h.
38437         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
38438         stdlib.h.
38439         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
38440         C headers.
38441         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
38442         string.h.
38443         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
38444         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
38445         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
38446         or for string.h.
38447         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
38448         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
38449         C headers.
38450         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
38451         memcpy.
38452         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
38453         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
38454         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
38455         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
38456         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
38457         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
38458         string.h, free.
38459         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
38460         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
38461         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
38462         C headers, or for string.h.
38463         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
38464         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
38465         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
38466         headers, memory.h, stdlib.h, string.h, strings.h.
38467         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
38468         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
38469         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
38470         strchr.
38471         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
38472         headers, memory.h, string.h.
38473         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
38474         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
38475         free.
38476         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
38477         headers.
38478         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
38479         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
38480         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
38481         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
38482         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
38483
38484 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38485
38486         More K&R removal.
38487
38488         * lib/acosl.c (main): Use a prototype.
38489         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
38490         tanl.c: Likewise.
38491
38492         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
38493
38494         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
38495         (getopt, etopt_long, getopt_long_only, _getopt_internal)
38496         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
38497         with a prototype.
38498         * lib/getopt.c (const): Remove macro.
38499         Include <string.h> unconditionally.
38500         (my_index): Remove; all uses changed to strchr.
38501         (strlen): Remove decl.
38502         (exchange): Remove forward decl; no longer needed.
38503         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
38504         Define with prototype.
38505         * lib/getopt1.c (const): Remove macro.
38506         (getopt_long, getopt_long_only, main): Define with prototype.
38507
38508         * lib/getugroups.c: Include <string.h> unconditionally.
38509
38510         * lib/getusershell.c: Include <stdlib.h> unconditionally.
38511         (getusershell, setusershell, endusershell, readname, main):
38512         Define with prototypes.
38513
38514         * lib/group-member.c: Include group-member.h first.
38515         Include <stdlib.h> unconditionally.
38516
38517         * lib/hard-locale.c: Include hard-locale.h first.
38518         Include <stdlib.h>, <string.h> unconditionally.
38519
38520         * lib/hash.c (free, malloc): Remove decls.
38521         Include <stdlib.h> unconditionally.
38522
38523         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
38524         (getenv): Do not declare.
38525
38526         * lib/idcache.c: Include <string.h> unconditionally.
38527
38528         * lib/long-options.c: Include long-options.h first, to test interface.
38529         Include <stdlib.h> unconditionally.
38530
38531         * lib/makepath.c: Include makepath.h first, to test interface.
38532         Include <stdlib.h> and <string.h> unconditionally.
38533
38534         * lib/linebuffer.c: Include <stdlib.h>.
38535         (free): Remove decl.
38536
38537         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
38538         stddef.h. rpl_malloc returns void *, not char *.
38539         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
38540         prototype.
38541
38542         * lib/md5.h: Include <limits.h> unconditionally.
38543         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
38544         (__P): Remove; all uses removed.
38545         * lib/md5.c: Include "md5.h" first.
38546         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
38547         md5_buffer, md5_process_bytes, md5_process_block):
38548         Define with prototypes.
38549         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
38550         * lib/sha.c: Include "sha.h" first.
38551         Include <stdlib.h>, <string.h> unconditionally.
38552
38553         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
38554         * lib/memcmp.c (__ptr_t): Likewise.
38555         * lib/memrchr.c (__ptr_t): Likewise.
38556         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
38557         Include <string.h> unconditionally.
38558         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
38559         * lib/memchr.c: Include <stdlib.h> unconditionally.
38560         * lib/memchr.c (LONG_MAX): Remove.
38561         * lib/memrchr.c (LONG_MAX): Likewise.
38562         * lib/memchr.c (__memchr): Define via a prototype.
38563         * lib/memrchr.c (__memrchr): Likewise.
38564         * lib/memcmp.c (__P): Remove, and remove all uses.
38565         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
38566         Remove forward decls; no longer needed.
38567         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
38568         Use types required by C89 in prototype.
38569
38570         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
38571         * lib/savedir.c: Likewise.
38572         * lib/mkdir.c (free): Remove decl.
38573         * lib/rmdir.c (rmdir): Define with a prototype.
38574         * lib/savedir.c: Include savedir.h first, to test interface.
38575
38576         * lib/mktime.c (STDC_HEADERS): Remove.
38577         Include <stdlib.h>, <string.h> unconditionally.
38578
38579         * lib/modechange.c: Include <stdlib.h> unconditionally.
38580         (malloc): Remove decl.
38581
38582         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
38583         (free): Remove decl.
38584
38585         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
38586         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
38587         (This type really should be intptr_t, but that's a C99ism.)
38588         (_obstack_memcpy): Remove: all uses changed to memcpy.
38589         Include <string.h> unconditionally.
38590         (struct obstack): Assume __STDC__ for types of members
38591         chunkfun, freefun, extra_arg.
38592         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
38593         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
38594         obstack_begin, obstack_specify_allocation,
38595         obstack_specify_allocation_with_arg, obstack_chunkfun,
38596         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
38597         Remove unprototyped decls and the macros that use them.
38598         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
38599         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
38600         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
38601         (defined __STDC__ && __STDC__)]:
38602         Remove nonprototyped code.
38603         Include <stdlib.h> unconditionally.
38604         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
38605         _obstack_allocated_p, _obstack_free, obstack_free,
38606         _obstack_memory_used, print_and_abort):
38607         Define using prototypes.
38608         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
38609         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
38610         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
38611         obstack_next_free, obstack_object_size, obstack_room) [0]:
38612         Remove unused, unprototyped code.
38613
38614         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
38615
38616         * lib/physmem.c (physmem_total, physmem_available, main): Define
38617         with prototypes.
38618
38619         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
38620         (main): Define with a prototype.
38621
38622         * lib/posixver.c (getenv): Remove decl.
38623
38624         * lib/putenv.c (malloc): Returns void *, not char *.
38625         Include <string.h> unconditionally.
38626         (strchr, memcpy, NULL): Do not define.
38627
38628         * lib/readtokens.c: Include readtokens.h first, to test interface.
38629         Include <stdlib.h>, <string.h> unconditionally.
38630         (init_tokenbuffer): Define with a prototype.
38631
38632         * lib/regex.c (PARAMS): Remove.  All uses removed.
38633         All uses of _RE_ARGS removed, too.
38634         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
38635         unconditionally.
38636         (bzero): Assume memset exists.
38637         (memcmp, memcpy, NULL): Remove.
38638         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
38639         char, or assignments to local vars of type signed char.
38640         (init_syntax_once, PREFIX(extract_number_and_incr),
38641         PREFIX(print_partial_compiled_pattern),
38642         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
38643         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
38644         PREFIX(regex_grow_registers), PREFIX(regex_compile),
38645         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
38646         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
38647         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
38648         wcs_compile_range, byte_compile_range, truncate_wchar,
38649         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
38650         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
38651         count_mbs_length, wcs_re_match_2_internal,
38652         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
38653         PREFIX(alt_match_null_string_p),
38654         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
38655         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
38656         regfree, PREFIX(extract_number)): Define with prototype.  Remove
38657         now-unnecessary declaration, if any.
38658         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
38659         regcomp, regexec):
38660         Remove now-unnecessary casts among pointer types.
38661         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
38662
38663         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
38664         (free): Remove decl.
38665
38666         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
38667
38668         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
38669         (free): Remove decl.
38670
38671         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
38672         * lib/xgetcwd.c: Likewise.
38673
38674         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
38675         (free): Remove decl.
38676
38677         * lib/strchrnul.c (strchrnul): Define with a prototype.
38678         Fix bug: c_in was not converted to char before searching.
38679
38680         The following changes are not K&R related:
38681
38682         * lib/group-member.h: Include <sys/types.h>, so that this file is
38683         self-contained.
38684         * lib/makepath.h: Likewise.
38685
38686         * lib/getusershell.c (readname, default_index, line_size, readname):
38687         Use size_t, not int, for sizes.
38688         (readname): If the size overflows, report an error instead of
38689         looping forever.
38690
38691 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38692
38693         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
38694         libc.
38695
38696 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38697
38698         * README: New section: portability guidelines.
38699
38700 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
38701
38702         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
38703         C89 spec.
38704
38705 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
38706
38707         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
38708
38709 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38710
38711         Assume C89 or better; remove K&R cruft.
38712         A few of these changes were first proposed by Derek Robert Price
38713         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
38714
38715         * lib/addext.c: Include <string.h> unconditionally.
38716         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
38717         Don't declare getenv or malloc.
38718
38719         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
38720         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
38721         (NULL): Remove.
38722         (find_stack_direction, alloca): Use prototypes.
38723
38724         * lib/atexit.c (atexit): Define using a prototype.
38725
38726         * lib/basename.c, dirname.c, stripslash.c:
38727         Include <string.h> unconditionally.
38728
38729         * lib/bcopy.c: Include <stddef.h>.
38730         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
38731
38732         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
38733
38734         * lib/error.h (error, error_at_line, error_print_progname)
38735         [! (defined (__STDC__) && __STDC__)]: Remove decls.
38736         * lib/error.c: Include error.h first, to check interface.
38737         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
38738         (VA_START): Remove; all uses changeed to va_start.
38739         (exit, strerror): Remove decls.
38740         (error_print_progname): Prototype uncondionally.
38741         Don't include <errno.h>; no longer needed.
38742         (private_strerror): Remove.
38743         (error_tail): Always define.
38744         (error, error_at_line): Assume C89 or better; always use prototypes.
38745         * lib/fatal.c: Include "fatal.h" first, to test interface.
38746         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
38747         (VA_START): Remove; all uses changed to va_start.
38748         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
38749         this case.
38750         (exit): Remove decl.
38751         (fatal): Prototype unconditionally.  Assume va_start works.
38752         Abort at end, to pacify gcc.
38753
38754         * lib/euidaccess.c (main): Define with a prototype.
38755
38756         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
38757
38758         * lib/exitfail.c: Include <stdlib.h> unconditionally.
38759
38760         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
38761         prototypes.
38762         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
38763         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
38764         (getenv): Remove decl.
38765         (fnmatch): Define using a prototype.
38766         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
38767         (FCT): Define using a prototype.
38768
38769         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
38770
38771         * lib/gethostname.c: Include <stddef.h>.
38772         (gethostname): Define with prototype.  Length is size_t, not int.
38773
38774 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38775
38776         Assume C89 or better; remove K&R cruft.
38777         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
38778         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
38779         string.h, getenv, malloc.
38780         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
38781         headers.
38782         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
38783         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
38784         do not check for strerror.
38785         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
38786         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
38787         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
38788         do not check for doprnt or vprintf.
38789         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
38790         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
38791
38792 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38793
38794         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
38795         getversion.c should have been removed then, but was accidentally
38796         preserved.
38797
38798         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
38799         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
38800
38801 2003-09-08  Karl Berry  <karl@gnu.org>
38802
38803         * config/config.sub, config.guess, srclistvars.sh: update from savannah
38804                 config, forget about prep.
38805
38806         * config/depcomp, missing: update from automake.
38807
38808 2003-09-07  Paul Eggert  <eggert@twinsun.com>
38809
38810         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
38811         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
38812
38813 2003-09-07  Paul Eggert  <eggert@twinsun.com>
38814
38815         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
38816         copy_tm_result.  Bug reported by Simon Josefsson in
38817         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
38818
38819 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38820
38821         * m4/time_r.m4: New file.
38822         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
38823         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
38824         is. Check for timegm declaration.
38825         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
38826         Do not check for gmtime_r.
38827         Replace mktime if __mktime_internal does not exist and if mktime
38828         hasn't been replaced already.
38829
38830 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38831
38832         * lib/time_r.c, lib/time_r.h: New files.
38833
38834         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
38835         __localtime_r.
38836         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
38837         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
38838
38839         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
38840         __gmtime_r.
38841         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
38842         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
38843         Include <time_r.h>.
38844
38845         * lib/timegm.c: Switch to glibc implementation, with the following
38846         changes:
38847         [defined HAVE_CONFIG_H]: Include <config.h>.
38848         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
38849         (__mktime_internal) [!defined _LIBC]: New decl.
38850         (__gmtime_r) [!defined _LIBC]: New macro and function.
38851         (timegm): Use a prototype, since gnulib assumes C89.
38852         Do not bother declaring tmp to be const, as it's not really usefu.
38853         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
38854         (timegm): Declare only if HAVE_DECL_TIMEGM.
38855
38856 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38857
38858         * MODULES.html.sh (func_all_modules): Add time_r.
38859         * modules/time_r: New file.
38860         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
38861         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
38862
38863 2003-09-03  Paul Eggert  <eggert@twinsun.com>
38864
38865         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
38866         Bug reported by Lute Kamstra in
38867         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
38868
38869         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
38870         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
38871         course with correspondingly smaller numbers for tomorrow and
38872         yesterday.  From Tadayoshi Funaba.  Originally installed into
38873         sh-utils on 1999-08-07, but the patch got lost (I guess during the
38874         coreutils merge?).
38875
38876 2003-08-31  Simon Josefsson  <jas@extundo.com>
38877
38878         * modules/timegm: New file.
38879         * MODULES.html.sh (func_all_modules): Add timegm.
38880
38881 2003-08-31  Simon Josefsson  <jas@extundo.com>
38882
38883         * m4/timegm.m4: New file.
38884
38885 2003-08-31  Simon Josefsson  <jas@extundo.com>
38886
38887         * lib/timegm.h: New file.
38888         * lib/timegm.c: New file.  Based on
38889         wget-1.8.2/src/http.c:mktime_from_utc.
38890
38891 2003-08-31  Karl Berry  <karl@gnu.org>
38892
38893         * lib/argp.h: update from libc.
38894
38895 2003-08-28  Bruno Haible  <bruno@clisp.org>
38896
38897         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
38898         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
38899         followed by '#define fnmatch fnmatch_posix' gives an error.
38900
38901 2003-08-28  Bruno Haible  <bruno@clisp.org>
38902
38903         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
38904         warning on QNX, which defines O_BINARY to 000000.
38905
38906 2003-08-27  Jim Meyering  <jim@meyering.net>
38907
38908         * m4/mkstemp.m4: Require that the system mkstemp be able to create
38909         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
38910         would fail after 32.  Reported by Danny Levinson.  Details here:
38911         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
38912
38913 2003-08-24  Bruno Haible  <bruno@clisp.org>
38914
38915         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
38916         MSVC7 <stdio.h> is included later.
38917
38918 2003-08-22  Simon Josefsson  <jas@extundo.com>
38919
38920         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
38921
38922 2003-08-20  Karl Berry  <karl@gnu.org>
38923
38924         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
38925
38926 2003-08-20  Bruno Haible  <bruno@clisp.org>
38927
38928         * modules/progname: New file.
38929         * MODULES.html.sh (func_all_modules): Add progname.
38930
38931 2003-08-20  Bruno Haible  <bruno@clisp.org>
38932
38933         * lib/progname.h: New file, from GNU gettext.
38934         * lib/progname.c: New file, from GNU gettext.
38935         * lib/progreloc.c: New file, from GNU gettext.
38936
38937 2003-08-19  Jim Meyering  <jim@meyering.net>
38938
38939         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
38940         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
38941
38942 2003-08-19  Bruno Haible  <bruno@clisp.org>
38943
38944         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
38945         more.
38946
38947 2003-08-19  Bruno Haible  <bruno@clisp.org>
38948
38949         * lib/xstrdup.c: Assume <string.h> exists.
38950
38951 2003-08-18  Paul Eggert  <eggert@twinsun.com>
38952
38953         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
38954         in makefile rules.
38955
38956 2003-08-18  Jim Meyering  <jim@meyering.net>
38957
38958         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
38959         * m4/lib-ld.m4: Likewise.
38960
38961 2003-08-18  Jim Meyering  <jim@meyering.net>
38962
38963         * lib/setenv.h: Indent nested cpp directive.
38964         * lib/vasnprintf.c: Remove trailing blanks.
38965
38966 2003-08-17  Simon Josefsson  <jas@extundo.com>
38967
38968         * modules/xstrndup: New file.
38969         * MODULES.html.sh (func_all_modules): Add xstrndup.
38970
38971 2003-08-17  Simon Josefsson  <jas@extundo.com>
38972
38973         * modules/argp: Fix autoconf macro name. Add more dependencies.
38974
38975 2003-08-17  Simon Josefsson  <jas@extundo.com>
38976
38977         * m4/xstrndup.m4: New file.
38978
38979 2003-08-17  Simon Josefsson  <jas@extundo.com>
38980
38981         * m4/argp.m4: New file.
38982
38983 2003-08-17  Simon Josefsson  <jas@extundo.com>
38984             Bruno Haible  <bruno@clisp.org>
38985
38986         * lib/xstrndup.h: New file.
38987         * lib/xstrndup.c: New file.
38988
38989 2003-08-17  Bruno Haible  <bruno@clisp.org>
38990
38991         * modules/strndup (Files, Include): Add lib/strndup.h.
38992
38993 2003-08-17  Bruno Haible  <bruno@clisp.org>
38994
38995         * modules/euidaccess (Files): Add lib/euidaccess.h.
38996
38997 2003-08-17  Bruno Haible  <bruno@clisp.org>
38998
38999         * lib/strndup.h: New file.
39000
39001 2003-08-17  Bruno Haible  <bruno@clisp.org>
39002
39003         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
39004         like AC_GNU_SOURCE.
39005         * modules/extensions (configure.ac): Comment out the invocation of
39006         gl_USE_SYSTEM_EXTENSIONS.
39007
39008 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39009
39010         Merges from coreutils, etc.
39011         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
39012         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
39013         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
39014         fixing a typo.
39015         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
39016         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
39017
39018 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39019
39020         Document merge from coreutils.
39021         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
39022         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
39023         * modules/utime: Add m4/utimes-null.m4.
39024
39025 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39026
39027         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
39028         space, undoing this 2003-08-12 change:
39029         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
39030
39031 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39032
39033         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
39034         strtoul.c from libc, undoing this 2003-08-12 change:
39035         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
39036
39037 2003-08-16  Jim Meyering  <jim@meyering.net>
39038
39039         Merges from coreutils.
39040         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
39041         prefix.  Adjust cache variables similarly.  Create 500 rather than
39042         just 300 files, to exercise bug on Darwin6.5, too.
39043         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
39044         $missing_dir.
39045         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
39046         AM_SYS_POSIX_TERMIOS.
39047         Reported by mkc@mathdogs.com.
39048         Also change use of $am_cv_sys_posix_termios
39049         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
39050         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
39051         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
39052         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
39053         in /proc/mounts until it finds one with matching device number.  This
39054         is unnecessary when the FILE argument *is* a mount point.  No stat call
39055         is necessary in that case.  So, disable the statvfs-testing code on
39056         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
39057         as RedHat bug# 84846.
39058         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
39059         to 1MB, so as not to render systems with no stack size limit (e.g.,
39060         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
39061         Include <unistd.h>.  On some systems,
39062         it is required for the definition of _SC_PAGESIZE.
39063
39064 2003-08-16  Jim Meyering  <jim@meyering.net>
39065
39066         Merge from coreutils.
39067         * lib/xstrtoimax.c: #else #if -> #elif.
39068         * lib/xstrtoumax.c: Likewise.
39069
39070 2003-08-16  Jim Meyering  <jim@meyering.net>
39071
39072         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
39073         * m4/utimes.m4: Removed.
39074         * m4/utimes-null.m4: Renamed from utimes.m4.
39075
39076         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
39077         to 1MB, so as not to render systems with no stack size limit (e.g.,
39078         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
39079         Include <unistd.h>.  On some systems,
39080         it is required for the definition of _SC_PAGESIZE.
39081
39082 2003-08-16  Jim Meyering  <jim@meyering.net>
39083         and Paul Eggert  <eggert@cs.ucla.edu>
39084
39085         Merges from coreutils, etc.
39086
39087         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
39088         using the latest version from cvs.  This avoids problems with #line
39089         directives using a vendor (Sun) compiler.
39090         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
39091         Don't set GETGROUPS_LIB here; now it's
39092         done via getgroups.m4's wrapper function.
39093         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
39094         rather than just in sh-util/configure.in, so that the
39095         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
39096         same.
39097         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
39098         AC_FUNC_GETLOADAVG where to find getloadavg.c.
39099         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
39100         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
39101         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
39102         Remove code that is now done by the newly-required macros.
39103         Append $(EXEEXT) to DF_PROG.
39104         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
39105         Do not invoke or require the following here,
39106         since prereq.m4 or some gnulib .m4 now does this for us:
39107         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
39108         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
39109         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
39110         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
39111         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
39112         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
39113         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
39114         AC_FUNC_OBSTACK.
39115         Do not replace the following functions, as this is now the job
39116         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
39117         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
39118         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
39119         atexit getpass, strdup, getpagesize.
39120         Replace 'raise'.
39121         Do not check for the following functions, as this is now the job
39122         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
39123         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
39124         setregid.
39125         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
39126         Check for sys/sysctl.h.
39127         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
39128         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
39129         of checking for ssize_t ourselves.
39130
39131         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
39132         Require every macro that gnulib/modules/* suggests for us.
39133         (jm_PREREQ_ADDEXT): New macro.
39134         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
39135         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
39136
39137         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
39138         (gl_PHYSMEM): Use it.
39139         Also check for `table' function.
39140         Check for new headers and functions.
39141         Add check for sys/sysmp.h.
39142         With suggestions from Kaveh Ghazi.
39143         Ignore headers that are present but cannot be compiled.  This
39144         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
39145         C 5.4.
39146
39147 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39148
39149         Document merge from coreutils.
39150         * modules/userspec: Depend on posixver.
39151         * modules/strftime: Depend on tzset.
39152
39153 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39154
39155         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
39156         rather than tab, after '#' in shell-script copyright notices.
39157         Suggested by Bruno Haible.
39158
39159 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39160
39161         * config/srclist-update: Use three spaces, rather than tab, after '#'
39162         in shell-script copyright notices.  Suggested by Bruno Haible.
39163         Remove unnecessary parenthesization in regular expression.
39164
39165 2003-08-15  Jim Meyering  <jim@meyering.net>
39166
39167         Merge from coreutils.
39168         * lib/xgethostname.c: Include <stdlib.h>.
39169         (xghostname): Don't exit for anything other than memory-related
39170         failure; just return NULL.
39171         * lib/userspec.c: Include "posixver.h".
39172         (parse_user_spec): Accept `.' as a separator only
39173         in pre-POSIX-200112 mode.
39174         * lib/strtoimax.c: Use #elif rather than #else #if.
39175         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
39176         Remove function, now that we can rely on a working tzset function.
39177         [!_LIBC]: Ensure that the required autoconf test has been run.
39178         [!defined _NL_CURRENT && HAVE_STRFTIME]:
39179         Use underlying_strftime for %r.
39180         * lib/sha.c: Merge in some clean-up and optimization changes from
39181         glibc.
39182         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
39183         Ensure that it is a multiple of 64.
39184         Rearrange loop exit tests so as to avoid performing an
39185         additional fread after encountering an error or EOF.
39186         * lib/realloc.c: Update copyright date.
39187
39188 2003-08-15  Jim Meyering  <jim@meyering.net>
39189         and Paul Eggert  <eggert@twinsun.com>
39190
39191         Merge from coreutils.
39192         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
39193         member but strut utmpx does not.  Needed for AIX 4.3.3.
39194         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
39195
39196 2003-08-15  Jim Meyering  <jim@meyering.net>
39197         and Paul Eggert  <eggert@cs.ucla.edu>
39198
39199         Merges from coreutils, etc.
39200         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
39201         Require gl_FUNC_TZSET_CLOBBER.
39202         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
39203         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
39204         members.
39205
39206 2003-08-14  Paul Eggert  <eggert@twinsun.com>
39207
39208         Help the merge from coreutils.
39209         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
39210         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
39211         * m4/tzset.m4: Use it too.
39212
39213 2003-08-14  Paul Eggert  <eggert@twinsun.com>
39214
39215         * modules/tzset: New file.
39216
39217 2003-08-14  Jim Meyering  <jim@meyering.net>
39218
39219         Merges from coreutils.
39220         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
39221         variable names, rather than @FNMATCH_H@.
39222         * modules/alloca: Likewise for $(ALLOCA_H).
39223
39224         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
39225         the three copies of the literal target, `fnmatch.h'.
39226         * modules/alloca (alloca.h): Likewise.
39227
39228 2003-08-14  Jim Meyering  <jim@meyering.net>
39229
39230         Merge from coreutils.
39231         * m4/tzset.m4: New file.
39232         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
39233         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
39234         otherwise, AIX 5.1 systems would end up using the latter.
39235         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
39236         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
39237         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
39238         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
39239
39240 2003-08-14  Jim Meyering  <jim@meyering.net>
39241
39242         Merge from coreutils.
39243         * lib/obstack.h: Whitespace changes.
39244         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
39245         and xcalloc return values.
39246         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
39247         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
39248         hang on OSF/1 5.1 for DIR on both local and remote file systems.
39249         Reported by (and fix confirmed by) Nelson H. F. Beebe.
39250         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
39251         error from mntctl.
39252         Use mntctl's return value to drive the entry-processing loop, since
39253         we can't rely on the value of the vmt_length member in the last
39254         entry.  On some systems doing so could result in exhausting
39255         virtual memory.  Based in part on a patch from Mike Jetzer.
39256
39257 2003-08-14  Jim Meyering  <jim@meyering.net>
39258         and Paul Eggert  <eggert@twinsun.com>
39259
39260         Merges from coreutils, plus other fixes.
39261         * lib/physmem.c: Merge in portability changes from gcc/libiberty
39262         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
39263         for credits and details.  Thanks to Kaveh Ghazi for helping
39264         to keep these files in sync.
39265         (ARRAY_SIZE): Define it.
39266         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
39267         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
39268         (memcasecmp): Don't assume size_t fits in unsigned int.
39269         Remove casts and duplicate code.
39270         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
39271         (memcpy): Remove definition.
39272         Merge in some clean-up and optimization changes from glibc.
39273         [BLOCKSIZE]: Move definition to top of file.
39274         Ensure that it is a multiple of 64.
39275         Rearrange loop exit tests so as to avoid performing an
39276         additional fread after encountering an error or EOF.
39277         * lib/md5.h (md5_uintptr): Define.
39278         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
39279         return to the initial working directory.  Preserve errno
39280         for caller.
39281         * lib/idcache.c: Include "xalloc.h".
39282         (xmalloc, xrealloc): Remove decls.
39283         (getuser): Remove casts no longer required in C89.
39284         * lib/human.c: Include stdio.h, for sprintf.
39285         * lib/group-member.c: Include "xalloc.h".
39286         (xmalloc, xrealloc): Remove decls.
39287         (get_group_info): Remove casts no longer required in C89.
39288         * lib/getusershell.c (readname): Remove casts no longer required in
39289         C89.
39290         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
39291         * lib/getline.c: Whitespace fix, from coreutils.
39292
39293 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39294
39295         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
39296         Check for isascii.
39297
39298         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
39299         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
39300         Undo previous (whitespace-only) change.
39301
39302 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39303
39304         * lib/exclude.c: Include <ctype.h>
39305         (IN_CTYPE_DOMAIN): New macro.
39306         (is_space): New fn.
39307         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
39308         and empty lines.
39309
39310         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
39311         Undo previous (whitespace-only) change.
39312
39313 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39314
39315         * config/srclist-update: Change update back to the old behavior,
39316         leaving whitespace alone.  Use one 'sed' command rather than a
39317         pipeline.
39318         (fixlicense): Now a variable, not a function.
39319         (remove_trailing_blanks): Remove.
39320         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
39321         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
39322         Undo previous (whitespace-only) change.
39323
39324 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39325
39326         Merge from coreutils.
39327         * modules/euidaccess: Add lib_SOURCES, include for new
39328         file euidaccess.h
39329
39330 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39331
39332         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
39333         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
39334         Normalize leading white space and remove trailing white space.
39335
39336         Merge from coreutils
39337         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
39338
39339         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
39340         0.12.1.  These files are now being upgraded automatically by
39341         ../config/srclist-update.
39342
39343 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39344
39345         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
39346         Normalize leading white space and remove trailing white space.
39347         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
39348         notice, as per ../config/srclist-update.
39349
39350         Merge from coreutils.
39351         * lib/euidaccess.h: New file.
39352         * lib/euidaccess.c: Include it.
39353         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
39354         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
39355         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
39356
39357 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39358
39359         * config/srclist-update: Add copyright notice.
39360         (remove_id_lines, remove_trailing_blanks): New constants.
39361         (fixfile): Use them to normalize spacing a bit in copied files.
39362         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
39363         Normalize leading white space and remove trailing white space.
39364
39365         * config/texinfo.tex: Sync with texinfo.
39366
39367         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
39368         strtoul.c from libc, to merge coreutils whitespace changes.
39369
39370         * config/srclist.txt: Get the following m4 files from gettext:
39371         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
39372         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
39373         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
39374         wint_t.m4.
39375
39376 2003-08-12  Karl Berry  <karl@gnu.org>
39377
39378         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
39379         been made.
39380
39381 2003-08-11  Paul Eggert  <eggert@twinsun.com>
39382
39383         * modules/gnu-source, m4/gnu-source.m4:
39384         Remove; we're assuming Autoconf 2.54 or later now.
39385         Suggested by Bruno Haible.
39386         * MODULES.html.sh (func_all_modules): Remove gnu-source.
39387
39388 2003-08-11  Bruno Haible  <bruno@clisp.org>
39389
39390         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
39391
39392 2003-08-11  Bruno Haible  <bruno@clisp.org>
39393
39394         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
39395         (vasnprintf): Use it instead of wcslen.
39396
39397 2003-08-11  Bruno Haible  <bruno@clisp.org>
39398
39399         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
39400         value to ensure that _Bool promotes to int. Use #define for _Bool when
39401         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
39402
39403 2003-08-10  Karl Berry  <karl@gnu.org>
39404
39405         * lib/regex.h: update from libc (whitespace fix).
39406
39407 2003-08-09  Paul Eggert  <eggert@twinsun.com>
39408
39409         Merge some files from coreutils.  These changes were
39410         originally made by Jim Meyering.
39411         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
39412         many older Unixes require this.
39413         * lib/alloca.c (alloca): Remove cast to argument of free;
39414         no longer needed in C89.
39415         * lib/alloca_.h, regex.h: Fix white space to match
39416         what GNU indent does.
39417
39418 2003-08-09  Paul Eggert  <eggert@twinsun.com>
39419
39420         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
39421         apparently Emacs's Unicode mode got confused before my 2003-08-05
39422         checkin.
39423
39424 2003-08-08  Paul Eggert  <eggert@twinsun.com>
39425
39426         * m4/extensions.m4: New file.
39427         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
39428         Require gl_USE_SYSTEM_EXTENSIONS.
39429         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
39430         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
39431
39432 2003-08-08  Paul Eggert  <eggert@twinsun.com>
39433
39434         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
39435         * modules/extensions, modules/gnu-source: New files.
39436         * modules/timespec, modules/unlocked-io: Depend on extensions.
39437
39438 2003-08-07  Paul Eggert  <eggert@twinsun.com>
39439
39440         * modules/restrict: New file.
39441         * MODULES.html.sh (func_all_modules): Add restrict.
39442         * modules/regex: Depend on restrict.
39443
39444 2003-08-07  Paul Eggert  <eggert@twinsun.com>
39445
39446         * m4/restrict.m4: New file.
39447         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
39448
39449 2003-08-07  Bruno Haible  <bruno@clisp.org>
39450
39451         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
39452         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
39453
39454 2003-08-07  Bruno Haible  <bruno@clisp.org>
39455
39456         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
39457         makes the module 'getndelim2' compatible with the module 'getline'.
39458
39459 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39460
39461         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
39462         byte with "\201" to avoid glitches when editing that source file
39463         with multi-gnome-terminal.
39464
39465 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39466
39467         * lib/bumpalloc.h: Remove.
39468
39469 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39470
39471         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
39472         * modules/bumpalloc: Remove.
39473
39474 2003-08-04  Paul Eggert  <eggert@twinsun.com>
39475
39476         * lib/getloadavg.c: Change copyright notice and spacing to conform to
39477         GNU coding style.
39478
39479         Merge from coreutils.
39480         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
39481         1. From glibc.
39482         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
39483         from Karl Berry, implemented by Jim Meyering.
39484         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
39485         from Dmitry V. Levin.
39486         Remove anachronistic cast of xrealloc.
39487         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
39488         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
39489         type. Otherwise, it wouldn't compile with at least /bin/cc on
39490         ymp-cray-unicos9.0.2.X.
39491         Combine two mostly-identical uses of alloca into one.
39492         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
39493
39494 2003-08-04  Dave Love  <d.love@dl.ac.uk>
39495
39496         [From Emacs.]
39497
39498         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
39499         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
39500         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
39501         obsolete NLIST_NAME_UNION.
39502         [__GNU__]: Undef BSD and FSCALE.
39503         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
39504
39505 2003-08-03  Paul Eggert  <eggert@twinsun.com>
39506
39507         * lib/stdbool_.h (_Bool): Make it signed char, instead of
39508         an enum type, so that it's guaranteed to promote to int.  See:
39509         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
39510
39511 2003-08-03  Karl Berry  <karl@gnu.org>
39512
39513         * config/depcomp: update from automake.
39514
39515 2003-07-31  Paul Eggert  <eggert@twinsun.com>
39516
39517         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
39518         (strerror): Don't assume that a printable int fits in 14 bytes.
39519
39520 2003-07-31  Bruno Haible  <bruno@clisp.org>
39521
39522         * modules/getpass-gnu: New file.
39523         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
39524
39525 2003-07-31  Bruno Haible  <bruno@clisp.org>
39526
39527         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
39528
39529 2003-07-24  Karl Berry  <karl@gnu.org>
39530
39531         * config/missing: update from automake.
39532
39533 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
39534             Bruno Haible  <bruno@clisp.org>
39535
39536         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
39537         * lib/getline.c (getline, getdelim): Likewise.
39538         Remove _GNU_SOURCE define; now it's defined in config.h through
39539         m4/getline.m4.
39540
39541 2003-07-23  Karl Berry  <karl@gnu.org>
39542
39543         * config/config.sub: update from prep.
39544
39545 2003-07-22  Paul Eggert  <eggert@twinsun.com>
39546
39547         * modules/xalloc (Depends-on): Add exitfail.
39548         * modules/xmemcoll: Likewise.
39549
39550 2003-07-22  Paul Eggert  <eggert@twinsun.com>
39551
39552         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
39553         over-parenthesization in macros.
39554
39555         Sync with coreutils.
39556
39557         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
39558         required by C99.
39559
39560         Use `exit_failure' for xalloc and xmemcoll instead of their own
39561         private exit-failure variables.
39562         * lib/xalloc.h (xalloc_exit_failure): Remove.
39563         * lib/xmalloc.c: Likewise.  Include exitfail.h.
39564         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
39565         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
39566         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
39567         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
39568
39569 2003-07-20  Jim Meyering  <jim@meyering.net>
39570
39571         * modules/closeout (Depends-on): Add exitfail.
39572         Suggestion from Bruno Haible.
39573
39574 2003-07-19  Karl Berry  <karl@gnu.org>
39575
39576         * config/config.sub: update from prep.
39577
39578 2003-07-18  Paul Eggert  <eggert@twinsun.com>
39579
39580         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
39581         Remove.
39582         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
39583         to test that it can stand by itself.  Include "exitfail.h".
39584         Clients should set exit_failure instead.
39585         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
39586
39587 2003-07-18  Bruno Haible  <bruno@clisp.org>
39588
39589         * modules/getndelim2: New file.
39590         * modules/getline: Share files with module getndelim2.
39591         * modules/getnline: Depend on getndelim2 instead of sharing files with
39592         it. Add getnline.c to lib_SOURCES.
39593         * MODULES.html.sh (func_all_modules): Add getndelim2.
39594
39595 2003-07-18  Bruno Haible  <bruno@clisp.org>
39596
39597         * m4/getndelim2.m4: New file.
39598         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
39599         invoke gl_PREREQ_GETNDELIM2.
39600         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
39601         gl_PREREQ_GETNDELIM2.
39602         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
39603         gl_GETNDELIM2.
39604
39605 2003-07-18  Bruno Haible  <bruno@clisp.org>
39606
39607         * lib/getndelim2.h: New file.
39608         * lib/getndelim2.c: Make into a module of its own. Include config.h,
39609         getndelim2.h.
39610         (getndelim2): Make non-static. Change return type to ssize_t.
39611         * lib/getline.h: Change argument names.
39612         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
39613         * lib/getnline.c: Include getndelim2.h.
39614
39615 2003-07-18  Andreas Schwab  <schwab@suse.de>
39616
39617         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
39618
39619 2003-07-17  Karl Berry  <karl@gnu.org>
39620
39621         * config/config.sub: update from prep.
39622
39623 2003-07-17  Bruno Haible  <bruno@clisp.org>
39624
39625         * modules/getnline: New file.
39626         * modules/getline: Add lib/getndelim2.c to source file list.
39627         * MODULES.html.sh (func_all_modules): Add getnline.
39628
39629 2003-07-17  Bruno Haible  <bruno@clisp.org>
39630
39631         * m4/getnline.m4: New file.
39632
39633 2003-07-17  Bruno Haible  <bruno@clisp.org>
39634
39635         * m4/Makefile.am.in: Remove file.
39636         * m4/Makefile.am: Remove file.
39637         * m4/Makefile.in: Remove file.
39638
39639 2003-07-17  Bruno Haible  <bruno@clisp.org>
39640
39641         * lib/getnline.h: New file.
39642         * lib/getnline.c: New file.
39643         * lib/getndelim2.c: New file, extracted from getline.c.
39644         (getndelim2): Renamed from getdelim2, with added nmax argument.
39645         * lib/getline.c: Include getndelim2.c.
39646         (getdelim2): Moved out to getndelim2.c.
39647         (getline, getdelim): Update.
39648
39649 2003-07-17  Bruno Haible  <bruno@clisp.org>
39650
39651         * lib/Makefile.am: Remove file.
39652         * lib/Makefile.in: Remove file.
39653
39654 2003-07-17  Bruno Haible  <bruno@clisp.org>
39655
39656         * configure.in: Remove file.
39657         * Makefile.in: Remove file.
39658
39659 2003-07-17  Bruno Haible  <bruno@clisp.org>
39660
39661         * MODULES.html.sh: Put the </BODY> right before </HTML>.
39662
39663 2003-07-16  Karl Berry  <karl@gnu.org>
39664
39665         * config/srclist-update: was running fixlicense twice, which caused
39666                 texinfo.tex to be nullified for some reason.  Simplify,
39667                 $gplsrc is no longer needed as far as I can see?
39668
39669 2003-07-16  Jim Meyering  <jim@meyering.net>
39670
39671         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
39672
39673 2003-07-15  Paul Eggert  <eggert@twinsun.com>
39674
39675         * config/srclist.txt: Get the following files from gettext-runtime/intl
39676         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
39677         ref-del.sin.  From Bruno Haible.
39678         * config/srclist-update (fixfile): Change grep pattern again, since the
39679         previous fix didn't work (there was another trailing $).  Use
39680         '[$]' to escape the $s.
39681
39682 2003-07-15  Karl Berry  <karl@gnu.org>
39683
39684         * lib/vasnprintf.c: update from gettext.
39685
39686 2003-07-15  Karl Berry  <karl@gnu.org>
39687
39688         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
39689         gets expanded when surrounded by '$'.
39690
39691 2003-07-15  Jim Meyering  <jim@meyering.net>
39692
39693         * modules/save-cwd: Don't depend on error.  From Derek Price.
39694
39695 2003-07-15  Jim Meyering  <jim@meyering.net>
39696
39697         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
39698
39699 2003-07-14  Simon Josefsson  <jas@extundo.com>
39700
39701         * modules/mempcpy: New file.
39702         * MODULES.html.sh (func_all_modules): Add mempcpy.
39703
39704 2003-07-14  Simon Josefsson  <jas@extundo.com>
39705
39706         * m4/mempcpy.m4: New file.
39707
39708 2003-07-14  Simon Josefsson  <jas@extundo.com>
39709
39710         * lib/mempcpy.h: New file.
39711         * lib/mempcpy.c: New file.
39712
39713 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39714
39715         * modules/getdate, modules/posixtm: Depend on mktime.
39716
39717 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39718
39719         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
39720         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
39721         unicodeio.c, unicodeio.h, unlocked-io.h:
39722         Switch from LGPL to GPL.
39723
39724 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39725
39726         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
39727         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
39728         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
39729         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
39730         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
39731         updated automatically by ../config/srclist-update.  This changes
39732         their license from LPGL to GPL.
39733
39734 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39735
39736         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
39737         assumed to refer to the root of the most recent stable gettext version.
39738         * config/srclistvars.sh: Add defaults for eggert.
39739         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
39740         Match "This program" as well as "The program".  This is needed
39741         for gettext.
39742
39743 2003-07-14  Jim Meyering  <jim@meyering.net>
39744
39745         Don't emit diagnostics.  Let callers do that.
39746         * lib/save-cwd.c: Don't include "error.h".
39747         (save_cwd): Don't call error.  Ensure that errno is valid
39748         when returning nonzero.
39749
39750         * lib/save-cwd.h (restore_cwd): Update prototype.
39751         * lib/save-cwd.c (restore_cwd): Remove two parameters.
39752         Simplify.  Don't call error upon failure.  Let callers do that.
39753         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
39754         when auditing is enabled.  But don't bother updating the #if.
39755
39756 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
39757
39758         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
39759         it breaks C++ compilation.
39760         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
39761
39762 2003-07-10  Simon Josefsson  <jas@extundo.com>
39763
39764         * modules/strchrnul (Makefile.am): Add strchrnul.h.
39765
39766 2003-07-10  Jim Meyering  <jim@meyering.net>
39767
39768         * m4/clock_time.m4: Remove trailing blank.
39769         * m4/intmax_t.m4: Likewise.
39770
39771 2003-07-10  Jim Meyering  <jim@meyering.net>
39772
39773         * lib/vasnprintf.c: Remove trailing blanks.
39774         Make cpp indentation consistent.
39775
39776 2003-07-09  Paul Eggert  <eggert@twinsun.com>
39777
39778         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
39779         posixver.c, strftime.c, strnlen.c, strverscmp.c:
39780         Switch from LGPL to GPL.
39781
39782 2003-07-09  Paul Eggert  <eggert@twinsun.com>
39783
39784         * config/srclist.txt: Sort sublists.  Add
39785         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
39786         that differ from gnulib for one reason or another; we'd like this list
39787         to be smaller but for now let's document what we have.
39788
39789 2003-07-08  Paul Eggert  <eggert@twinsun.com>
39790
39791         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
39792         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
39793         and sweeter "eval x=$x".
39794         * config/srclist.txt: Get lib/argp* from glibc.
39795
39796 2003-07-07  Paul Eggert  <eggert@twinsun.com>
39797
39798         * lib/mktime.c: Fix some boundary cases and remove need for floating
39799         point.
39800
39801         Issue a compile-time diagnostic if time_t is floating point, or if
39802         two's complement arithmetic is not in effect, or if arithmetic
39803         right shift does not propagate the sign.  These assumptions were
39804         all in the original code but they weren't checked.
39805
39806         (TIME_T_MIDPOINT, verify): New macros.
39807         (__isleap): Remove; it has integer overflow problems.
39808         (leapyear): New function, without those problems.
39809         (ydhms_tm_diff): Remove; splitting into two parts.
39810         (ydhms_diff): New function, containing the arithmetic part of
39811         the old ydhms_tm_diff function.  Issue a compile-time
39812         diagnostic if we are not using C99 integer division.
39813         Avoid casts when possible.
39814         (guess_time_tm): New function, containing the checking part of
39815         the old ydhms_tm_diff function.  Return the new value, rather than
39816         the difference between it and the old.  Accept a new argument T
39817         so that *T specifies the old value.  Check for overflow in the result.
39818
39819         (__mktime_internal): Use a time_t offset, not a long int offset.
39820         This undoes the 2003-06-04 change, which is no longer needed now
39821         that we have better overflow checking.
39822         (localtime_offset): Likewise.
39823
39824         (__mktime_internal): Avoid harmful overflow on hosts where time_t
39825         and long are 64-bit but int is only 32-bit.
39826         (ydhms_diff): Use long int to store year1 and yday1.
39827         Issue a compile-time diagnostic if long int is not wide enough.
39828
39829         (__mktime_internal): Use long int to store adjusted year and yday.
39830         Use plain C rather than preprocessor commands, if that doesn't
39831         affect efficiency.
39832         Check for overflow (and try to repair) after each probe
39833         rather than checking only at the very end.  This avoids some bugs
39834         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
39835         does not equal GMT offset at maximum time).
39836         Use integer to check for overflow rather than floating point; this
39837         is more portable to non-IEEE hosts, and is a tad faster.
39838         When we detect that we are oscillating between two values,
39839         don't check whether tm_isdst has the requested value, since
39840         we already know the answer.  When tm_isdst has the wrong value,
39841         use a different heuristic to find the right one, based on the
39842         extreme values actually observed in practice in tz2003a,
39843         rather than the (overly optimistic) "previous 3 calendar quarters".
39844
39845         (not_equal_tm, print_tm, check_result): Use "const T" rather than
39846         "T const" to accommodate glibc style.
39847         (check_result): Use less-confusing report format.  "long" -> "long int.
39848         (main): Likewise.
39849         Don't loop if the iteration overflows time_t.
39850         Allow a negative step in the iteration.
39851
39852 2003-07-06  Karl Berry  <karl@gnu.org>
39853
39854         * config/depcomp: update from automake.
39855         * config/config.sub: update from prep.
39856
39857 2003-07-03  Karl Berry  <karl@gnu.org>
39858
39859         * config/config.guess: update from prep.
39860
39861 2003-07-01  Paul Eggert  <eggert@twinsun.com>
39862
39863         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
39864         xreadlink.c now includes it unconditionally.
39865
39866 2003-07-01  Paul Eggert  <eggert@twinsun.com>
39867
39868         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
39869         having it depend on HAVE_SYS_TYPES_H.
39870
39871 2003-07-01  Bruno Haible  <bruno@clisp.org>
39872
39873         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
39874         <sys/types.h> should be sufficient.
39875         Reported by Paul Eggert.
39876
39877 2003-06-26  Karl Berry  <karl@gnu.org>
39878
39879         * config/depcomp: update from automake.
39880
39881 2003-06-26  Bruno Haible  <bruno@clisp.org>
39882
39883         * modules/human: Depend on module stdbool.
39884
39885 2003-06-25  Bruno Haible  <bruno@clisp.org>
39886
39887         * modules/readlink: New file.
39888         * modules/xreadlink: Depend on it.
39889         * MODULES.html.sh (func_all_modules): Add readlink.
39890
39891 2003-06-25  Bruno Haible  <bruno@clisp.org>
39892
39893         * m4/readlink.m4: New file.
39894
39895 2003-06-25  Bruno Haible  <bruno@clisp.org>
39896
39897         * lib/readlink.c: New file.
39898
39899 2003-06-22  Karl Berry  <karl@gnu.org>
39900
39901         * config/srclist.txt: update mkinstalldirs from automake.
39902         * config/mkinstalldirs: update.
39903
39904 2003-06-22  Bruno Haible  <bruno@clisp.org>
39905
39906         Portability to mingw32.
39907         * m4/ssize_t.m4: New file, from GNU gettext.
39908         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
39909         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
39910
39911 2003-06-22  Bruno Haible  <bruno@clisp.org>
39912
39913         * modules/safe-read: Add m4/ssize_t.m4.
39914         * modules/xreadlink: Add m4/ssize_t.m4.
39915
39916 2003-06-20  Bruno Haible  <bruno@clisp.org>
39917
39918         Assume C89, so PARAMS isn't needed.
39919         * lib/unicodeio.h (PARAMS): Remove.
39920         * lib/unicodeio.c: Don't use PARAMS.
39921
39922 2003-06-18  Karl Berry  <karl@gnu.org>
39923
39924         * config/config.{guess,sub}: update from prep.
39925
39926 2003-06-18  Jim Meyering  <jim@meyering.net>
39927
39928         Merge changes from coreutils.
39929         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
39930         Remove explicit declarations of xmalloc and realloc.
39931         Include xalloc.h.
39932         (read_utmp): Remove anachronistic cast of xmalloc.
39933
39934 2003-06-17  Paul Eggert  <eggert@twinsun.com>
39935
39936         Assume C89, so PARAMS isn't needed.
39937         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
39938         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
39939         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
39940         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
39941         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
39942         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
39943         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
39944         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
39945         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
39946         lib/xstrtod.h, lib/xstrtol.h: Likewise.
39947         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
39948         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
39949         no longer needed. Anyway, config.h should always be included before any
39950         other file.
39951
39952 2003-06-11  Simon Josefsson  <jas@extundo.com>
39953
39954         * modules/sysexits: New file.
39955         * MODULES.html.sh (func_all_modules): Add sysexits.
39956
39957 2003-06-11  Simon Josefsson  <jas@extundo.com>
39958
39959         * lib/sysexit_.h: New file.
39960
39961 2003-06-11  Derek Price  <derek@ximbiot.com>
39962
39963         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
39964         necessary.
39965
39966 2003-06-11  Bruno Haible  <bruno@clisp.org>
39967
39968         * m4/sysexits.m4: New file.
39969
39970 2003-06-10  Simon Josefsson  <jas@extundo.com>
39971
39972         * lib/argp.h: New file, from glibc.
39973         * lib/argp-ba.c: New file, from glibc.
39974         * lib/argp-eexst.c: New file, from glibc.
39975         * lib/argp-fmtstream.c: New file, from glibc.
39976         * lib/argp-fmtstream.h: New file, from glibc.
39977         * lib/argp-fs-xinl.c: New file, from glibc.
39978         * lib/argp-help.c: New file, from glibc.
39979         * lib/argp-namefrob.h: New file, from glibc.
39980         * lib/argp-parse.c: New file, from glibc.
39981         * lib/argp-pv.c: New file, from glibc.
39982         * lib/argp-pvh.c: New file, from glibc.
39983         * lib/argp-xinl.c: New file, from glibc.
39984
39985 2003-06-10  Simon Josefsson  <jas@extundo.com>
39986
39987         * modules/strchrnul: New file.
39988
39989 2003-06-10  Simon Josefsson  <jas@extundo.com>
39990
39991         * modules/argp: New file.
39992
39993 2003-06-10  Simon Josefsson  <jas@extundo.com>
39994
39995         * m4/strchrnul.m4: New file.
39996
39997 2003-06-10  Simon Josefsson  <jas@extundo.com>
39998
39999         * lib/strchrnul.h: New file.
40000         * lib/strchrnul.c: New file.
40001
40002 2003-06-10  Bruno Haible  <bruno@clisp.org>
40003
40004         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
40005
40006 2003-06-07  Karl Berry  <karl@gnu.org>
40007
40008         * config/config.{guess,sub}: update from prep.
40009
40010 2003-06-07  Jim Meyering  <jim@meyering.net>
40011
40012         * modules/strtod: Use $(...) notation, not @...@ for
40013         AC_REPLACE'd variables.
40014         * modules/localcharset: Likewise.
40015
40016 2003-06-07  Jim Meyering  <jim@meyering.net>
40017
40018         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
40019         in place of my name in the copyright comment.
40020         Remove definition and uses of __P.
40021
40022         From coreutils.
40023         * lib/stat.c: Don't declare xmalloc explicitly.
40024         Instead, include "xalloc.h".
40025         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
40026         xrealloc, and xcalloc return values.
40027         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
40028         Improve comment.
40029         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
40030
40031 2003-06-07  Bruno Haible  <bruno@clisp.org>
40032
40033         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
40034         avoid AC_CONFIG_LINKS.
40035         * modules/fnmatch (Makefile.am): Use explicit creation rule for
40036         fnmatch.h, to avoid AC_CONFIG_LINKS.
40037         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
40038
40039 2003-06-07  Bruno Haible  <bruno@clisp.org>
40040
40041         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
40042         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
40043         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
40044         directory.
40045         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
40046         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
40047         directory.
40048
40049 2003-06-06  Jim Meyering  <jim@meyering.net>
40050
40051         Merge from coreutils.
40052         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
40053         Consolidate declarations and initializations of *_base* locals.
40054
40055         Merge from coreutils.
40056         This avoids a core dump on systems without GNU putenv,
40057         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
40058         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
40059         (unsetenv): New static function, from GNU libc.
40060         (rpl_putenv): Use it.
40061
40062         * lib/modechange.c: Remove trailing blanks.
40063
40064         Merge from coreutils.
40065         * lib/fsusage.c: Remove declaration of statfs.
40066         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
40067
40068         * lib/posixtm.c: Include <stdbool.h> unconditionally.
40069
40070 2003-06-06  Jim Meyering  <jim@meyering.net>
40071
40072         * lib/stdbool_.h: Renamed from stdbool.h.in.
40073
40074 2003-06-06  Jim Meyering  <jim@meyering.net>
40075             Bruno Haible  <bruno@clisp.org>
40076
40077         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
40078         Adjust Makefile.am snippet not to redirect directly to target.
40079         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
40080
40081 2003-06-05  Paul Eggert  <eggert@twinsun.com>
40082
40083         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
40084         mismatch, look in future quarters as well as past.  This fixes a
40085         bug when processing fall-backwards gaps immediately after a long
40086         period of daylight-saving time.
40087
40088         * lib/mktime.c: Assume freestanding C89 or better.
40089         (HAVE_LIMITS_H): Remove.  Assume it's 1.
40090         (__P): Remove; not used.
40091         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
40092         (mktime, not_equal_tm, print_tm, check_result,
40093         main): Use prototypes.  Use const * where appropriate.
40094         (main): Fix typo in testing code that uncovered by above changes.
40095         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
40096
40097 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40098
40099         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
40100         locale.h, localeconv.  This merges changes from coreutils.
40101
40102         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
40103         It can be removed after the next Autoconf is released.
40104         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
40105         needed.
40106
40107 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40108
40109         * lib/mktime.c: Fix Debian bug 177940
40110         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
40111         (localtime_offset): Now long int, not time_t, because we want it
40112         to be guaranteed to be signed.  All uses changed.
40113         (__mktime_internal): If overflow would occur when adding offset,
40114         don't add it.
40115
40116         Merge 'human' changes from coreutils.  Rewrite to support
40117         locale-specific notations like thousands separators.
40118         * lib/human.c: Simplify authorship notice.
40119         Include human.h immediately after config.h.
40120         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
40121         <limits.h>: Do not include, since human.h does.
40122         (SIZE_MAX, UINTMAX_MAX): New macros.
40123         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
40124         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
40125         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
40126         (power_letter): Renamed from suffixes.
40127         (generate_suffix_backwards): Remove.
40128         (adjust_value): Now takes int style (because of human.h changes)
40129         and long double value (for greater precision on some platforms).
40130         (group_number): New function.
40131         (human_readable): Use it.  Use integer options, not enum.
40132         Put the options before the sizes in the arg list.
40133         Support all the new options.
40134         The old human_readable function has been removed;
40135         use inttostr.h instead.
40136         (human_readable, default_block_size, humblock):
40137         Use uintmax_t, not int, for block sizes.
40138         (human_readable_inexact, block_size_types): Remove.
40139         (block_size_opts): New constant.
40140         (human_options): Renamed from human_block_size, with new signature
40141         that allows block sizes up to UINTMAX_MAX.  All callers changed.
40142         * lib/human.h: Add copyright and authorship notice.
40143         Include <limits.h> and <stdbool.h> unconditionally.
40144         (PARAMS): Remove.  All uses removed.
40145         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
40146         (enum human_inexact_style): Remove tag; now a nameless enum.
40147         (human_floor, human_ceiling, human_round_to_even): Now have
40148         values 2, 0, 1 rather than -1, 1, 0.
40149         (human_group_digits, human_suppress_point_zero, human_autoscale,
40150         human_base_1024, human_SI, human_B): New constants.
40151         (human_readable_inexact, human_block_size): Remove.
40152         (human_readable): Size args are now uintmax_t, not int.
40153         (human_options): New decl.
40154
40155         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
40156         unnecessary now that we assume C89 or better.  This change
40157         imported from coreutils.
40158
40159         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
40160         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
40161         in the 2003-05-30 sync from glibc.
40162
40163         .h files should stand alone, but we shouldn't include <sys/types.h>
40164         if we can get away with just <stddef.h>.
40165
40166         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
40167         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
40168         rather than <sys/types.h>, as we merely need size_t.
40169         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
40170         to get size_t.
40171         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
40172         Include <stdio.h>, to get FILE.
40173         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
40174         memcasecmp.h has included <stddef.h> and all we need is size_t.
40175         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
40176         our interface, instead of including <sys/types.h>
40177
40178 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40179
40180         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
40181         now, as glibc mktime is buggy on non-glibc systems.
40182
40183 2003-06-03  Karl Berry  <karl@gnu.org>
40184
40185         * config/config.sub: update from prep.
40186
40187 2003-06-02  Paul Eggert  <eggert@twinsun.com>
40188
40189         [from coreutils]
40190         Fix some minor time-related bugs with POSIX time arguments.
40191         Some valid time stamps were being rejected (notably -1, and
40192         time stamps before 1900 on 64-bit hosts).  And some invalid
40193         time stamps were being accepted, e.g. September 31.
40194
40195         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
40196         that we can return (time_t) -1 successfully.
40197         * lib/posixtm.c: Likewise.
40198         [HAVE_STDBOOL_H]: Include <stdbool.h>.
40199         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
40200         (t): Remove static var.
40201         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
40202         of static var.  All uses changed.
40203         (year): Do not reject years before 1900; they can occur with
40204         64-bit time_t.
40205         (posix_time_parse): Do not check for out-of-range components;
40206         that is now the caller's responsibility, since our checks were
40207         only approximations.
40208         (posixtime): Use mktime to check for out-of-range components,
40209         since it knows them exactly.
40210         If mktime returns (time_t) -1, check whether an error actually occurred
40211         by invoking localtime on -1.
40212         (main) [TEST_POSIXTIME]: Check for input data errors, and report
40213         posixtime failures better.
40214         Improve the test data (in comments only).
40215
40216 2003-06-02  Karl Berry  <karl@gnu.org>
40217
40218         * config/mkinstalldirs (version): new variable.
40219         (--version): new option.
40220         (usage): improve message.
40221
40222 2003-05-30  Karl Berry  <karl@gnu.org>
40223
40224         * lib/mktime.c: update from libc.
40225
40226 2003-05-30  Bruno Haible  <bruno@clisp.org>
40227
40228         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
40229         * config/config.rpath: Upgrade to gettext-0.12.1.
40230
40231 2003-05-30  Bruno Haible  <bruno@clisp.org>
40232
40233         * m4/gettext.m4: Upgrade to gettext-0.12.1.
40234         * m4/nls.m4: New file, from gettext-0.12.1.
40235         * m4/po.m4: New file, from gettext-0.12.1.
40236         * m4/progtest.m4: Upgrade to gettext-0.12.1.
40237
40238 2003-05-30  Bruno Haible  <bruno@clisp.org>
40239
40240         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
40241         * lib/localcharset.h: Likewise.
40242         * lib/localcharset.c: Likewise.
40243
40244 2003-05-29  Karl Berry  <karl@gnu.org>
40245
40246         * config/config.rpath: update from gettext.
40247
40248 2003-05-28  Paul Eggert  <eggert@twinsun.com>
40249
40250         Assume the headers required for C89 freestanding compilers.
40251         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
40252         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
40253         * m4/human.m4 (gl_HUMAN): Likewise.
40254         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
40255         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
40256         * m4/userspec.m4 (gl_USERSPEC): Likewise.
40257         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
40258         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
40259         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
40260
40261 2003-05-28  Paul Eggert  <eggert@twinsun.com>
40262
40263         Assume the headers required for C89 freestanding compilers.
40264         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
40265         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
40266         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
40267         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
40268         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
40269         define, since <limits.h> is guaranteed to do that.
40270         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
40271         * lib/exclude.c: Include <stdbool.h> unconditionally.
40272         * lib/tempname.c: Include <stddef.h> unconditionally.
40273         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
40274         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
40275         <stddef.h> does that.
40276         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
40277         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
40278         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
40279         needed.
40280         * lib/xstrtol.c: Likewise.
40281         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
40282         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
40283
40284         * lib/addext.c (addext): Use assignment rather than cast, to avoid
40285         warnings on some platforms.
40286
40287         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
40288         arbitrarily.
40289
40290 2003-05-26  Jim Meyering  <jim@meyering.net>
40291
40292         Merge in a change from coreutils:
40293         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
40294         that is guaranteed to be `no'.  Use `no_such_member' to indicate
40295         that condition, rather than `-1' which is slightly misleading.
40296         Change the name of the cache variable to have the gl_ prefix.
40297         Prompted by a patch from Richard Dawe for DJGPP.
40298
40299 2003-05-24  Karl Berry  <karl@gnu.org>
40300
40301         * config/config.guess: update from prep.
40302
40303 2003-05-22  Karl Berry  <karl@gnu.org>
40304
40305         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
40306
40307 2003-05-20  Karl Berry  <karl@gnu.org>
40308
40309         * config/config.guess: update from prep.
40310
40311 2003-05-18  Karl Berry  <karl@gnu.org>
40312
40313         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
40314         might actually be set by the user.
40315
40316         * config/depcomp, install-sh, mdate-sh: update from automake.
40317
40318 2003-05-17  Bruno Haible  <bruno@clisp.org>
40319
40320         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
40321         invalid expansion for AC_EGREP_CPP.
40322         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
40323         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
40324         Suggested by Akim Demaille <akim@epita.fr> in
40325         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
40326
40327 2003-05-12  Jim Meyering  <jim@meyering.net>
40328
40329         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
40330         the space-padded-by-default conversion specifiers, %e, %k, %l.
40331
40332 2003-05-12  Bruno Haible  <bruno@clisp.org>
40333
40334         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
40335         the string is longer than 4 KB.
40336
40337 2003-05-11  Karl Berry  <karl@gnu.org>
40338
40339         * config/config.{guess,sub}: update from prep.
40340
40341 2003-05-09  Bruno Haible  <bruno@clisp.org>
40342
40343         * modules/error: Add m4/strerror_r.m4 to file list.
40344
40345 2003-05-03  Bruno Haible  <bruno@clisp.org>
40346
40347         Upgrade to Unicode-4.0.
40348         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
40349         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
40350         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
40351         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
40352         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
40353         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
40354         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
40355         Change width of U+E0100..U+E01EF from 1 to 0.
40356
40357 2003-04-25  Jim Meyering  <jim@meyering.net>
40358
40359         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
40360         of type size_t, not int.
40361
40362 2003-04-25  Bruno Haible  <bruno@clisp.org>
40363
40364         * lib/copy-file.c: Include <stddef.h>, for size_t.
40365
40366 2003-04-21  Paul Eggert  <eggert@twinsun.com>
40367
40368         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
40369         code which expansion is under static control.  Patch imported from
40370         Akim Demaille's patch to Bison; see
40371         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
40372
40373 2003-04-14  Bruno Haible  <bruno@clisp.org>
40374
40375         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
40376
40377 2003-04-11  Jim Meyering  <jim@meyering.net>
40378
40379         Merge changes from Coreutils.
40380
40381         2003-03-22  Jim Meyering  <jim@meyering.net>
40382
40383         * lib/strftime.c (widen): Cast alloca return value to proper type.
40384
40385         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
40386
40387         From GNU libc.
40388         * lib/strftime.c (my_strftime): Handle very large width
40389         specifications for numeric values correctly.  Improve checks for
40390         overflow.
40391
40392         2003-01-19  Jim Meyering  <jim@meyering.net>
40393
40394         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
40395         definitions.
40396         (nl_get_alt_digit) [! defined my_strftime]: Define.
40397         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
40398         _nl_get_alt_digit and _nl_get_walt_digit.
40399
40400         * lib/strftime.c (my_strftime): Merge in locale-related changes from
40401         libc. These changes have no effect outside of _LIBC.
40402
40403 2003-04-10  Bruno Haible  <bruno@clisp.org>
40404
40405         * modules/findprog: New file.
40406         * MODULES.html.sh (func_all_modules): Add it.
40407
40408 2003-04-10  Bruno Haible  <bruno@clisp.org>
40409
40410         * m4/findprog.m4: New file.
40411         * m4/eaccess.m4: New file.
40412
40413 2003-04-10  Bruno Haible  <bruno@clisp.org>
40414
40415         * lib/findprog.h: New file, from GNU gettext.
40416         * lib/findprog.c: New file, from GNU gettext.
40417
40418 2003-04-05  Jim Meyering  <jim@meyering.net>
40419
40420         Merge changes from Coreutils.
40421
40422         * lib/exclude.h (PARAMS): Remove definition and uses.
40423         * lib/exclude.c: Remove uses of `PARAMS'.
40424
40425         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
40426         Add test-cases for DOS filenames. Declare program_name.
40427         (main): Set up program_name.  Patch by Rich Dawe.
40428
40429         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
40430         error from mntctl.
40431         Use mntctl's return value to drive the entry-processing loop, since
40432         we can't rely on the value of the vmt_length member in the last
40433         entry.  On some systems doing so could result in exhausting
40434         virtual memory.  Based in part on a patch from Mike Jetzer.
40435
40436 2003-04-04  Bruno Haible  <bruno@clisp.org>
40437
40438         * modules/linebreak: New file.
40439         * MODULES.html.sh (func_all_modules): Add it.
40440
40441 2003-04-04  Bruno Haible  <bruno@clisp.org>
40442
40443         * m4/linebreak.m4: New file.
40444
40445 2003-04-04  Bruno Haible  <bruno@clisp.org>
40446
40447         * lib/linebreak.h: New file, from GNU gettext.
40448         * lib/linebreak.c: New file, from GNU gettext with slight
40449         modifications.
40450         * lib/lbrkprop.h: New file, from GNU gettext.
40451
40452 2003-04-03  Bruno Haible  <bruno@clisp.org>
40453
40454         * modules/utf8-ucs4: New file.
40455         * modules/utf16-ucs4: New file.
40456         * modules/ucs4-utf8: New file.
40457         * modules/ucs4-utf16: New file.
40458         * MODULES.html.sh (func_all_modules): Add them.
40459
40460 2003-04-03  Bruno Haible  <bruno@clisp.org>
40461
40462         * m4/utf-ucs4.m4: New file.
40463         * m4/ucs4-utf.m4: New file.
40464
40465 2003-04-03  Bruno Haible  <bruno@clisp.org>
40466
40467         * lib/utf8-ucs4.h: New file, from GNU gettext.
40468         * lib/utf16-ucs4.h: New file, from GNU gettext.
40469         * lib/ucs4-utf8.h: New file, from GNU gettext.
40470         * lib/ucs4-utf16.h: New file, from GNU gettext.
40471
40472 2003-04-02  Bruno Haible  <bruno@clisp.org>
40473
40474         * modules/binary-io: New file.
40475         * MODULES.html.sh (func_all_modules): Add it.
40476
40477 2003-04-02  Bruno Haible  <bruno@clisp.org>
40478
40479         * lib/binary-io.h: New file, from GNU gettext.
40480
40481 2003-04-01  Bruno Haible  <bruno@clisp.org>
40482
40483         * modules/pathname: New file.
40484         * MODULES.html.sh (func_all_modules): Add it.
40485
40486 2003-04-01  Bruno Haible  <bruno@clisp.org>
40487
40488         * lib/pathname.h: New file, from GNU gettext.
40489         * lib/concatpath.c: New file, from GNU gettext.
40490
40491 2003-03-30  Bruno Haible  <bruno@clisp.org>
40492
40493         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
40494
40495 2003-03-30  Bruno Haible  <bruno@clisp.org>
40496
40497         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
40498         function chown() doesn't exist.
40499
40500 2003-03-28  Bruno Haible  <bruno@clisp.org>
40501
40502         * modules/copy-file: New file.
40503         * MODULES.html.sh (func_all_modules): Add it.
40504
40505 2003-03-28  Bruno Haible  <bruno@clisp.org>
40506
40507         * m4/copy-file.m4: New file.
40508
40509 2003-03-28  Bruno Haible  <bruno@clisp.org>
40510
40511         * lib/copy-file.h: New file, from GNU gettext.
40512         * lib/copy-file.c: New file, from GNU gettext.
40513
40514 2003-03-18  Jim Meyering  <jim@meyering.net>
40515
40516         * lib/quote.c (quote_n): Fix typo in comment.
40517
40518 2003-03-18  Bruno Haible  <bruno@clisp.org>
40519
40520         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
40521         checking.
40522         * m4/onceonly_2_57.m4: Likewise.
40523
40524 2003-03-17  Bruno Haible  <bruno@clisp.org>
40525
40526         * m4/onceonly.m4: Require autoconf 2.54 or newer.
40527         (m4_quote): Remove macro.
40528         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
40529
40530 2003-03-14  Jim Meyering  <jim@meyering.net>
40531
40532         Merge changes from Coreutils.
40533         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
40534         to be const, in order to avoid warnings.
40535         (obstack_room): Likewise.
40536         (obstack_empty_p): Likewise.
40537
40538 2003-03-14  Bruno Haible  <bruno@clisp.org>
40539
40540         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
40541         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
40542
40543 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40544
40545         Merge changes from Bison.
40546         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
40547         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
40548         when compiling Bison 1.875's `bitset bset = obstack_alloc
40549         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
40550         * lib/hash.c: Include <stdbool.h> unconditionally.
40551
40552 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40553
40554         * m4/onceonly.m4 (m4_quote): New macro.
40555         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
40556         Quote AC_FOREACH variable-expansions properly.
40557
40558 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40559
40560         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
40561
40562 2003-03-09  Paul Eggert  <eggert@twinsun.com>
40563
40564         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
40565         Reported by Bruce Becker; see:
40566         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
40567
40568 2003-03-03  Paul Eggert  <eggert@twinsun.com>
40569             Bruno Haible  <bruno@clisp.org>
40570
40571         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
40572         Reported by John Hughes, see
40573         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
40574
40575 2003-02-20  Bruno Haible  <bruno@clisp.org>
40576
40577         * MODULES.html.sh (func_all_modules): Add poll.
40578
40579 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40580
40581         * modules/poll: New file.
40582
40583 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40584
40585         * lib/poll_.h: New file.
40586         * lib/poll.c: New file.
40587
40588 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40589
40590         * m4/poll.m4: New file.
40591
40592 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40593
40594         * modules/mathl: New file.
40595
40596 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40597
40598         * lib/mathl.h: New file.
40599         * lib/acosl.c: New file.
40600         * lib/asinl.c: New file.
40601         * lib/atanl.c: New file.
40602         * lib/ceill.c: New file.
40603         * lib/cosl.c: New file.
40604         * lib/expl.c: New file.
40605         * lib/floorl.c: New file.
40606         * lib/frexpl.c: New file.
40607         * lib/ldexpl.c: New file.
40608         * lib/logl.c: New file.
40609         * lib/sincosl.c: New file.
40610         * lib/sinl.c: New file.
40611         * lib/sqrtl.c: New file.
40612         * lib/tanl.c: New file.
40613         * lib/trigl.c: New file.
40614         * lib/trigl.h: New file.
40615
40616 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40617
40618         * m4/mathl.m4: New file.
40619
40620 2003-02-18  Bruno Haible  <bruno@clisp.org>
40621
40622         * MODULES.html.sh (func_all_modules): Add mathl.
40623
40624 2003-02-17  Bruno Haible  <bruno@clisp.org>
40625
40626         * modules/mkdtemp: New module.
40627         * MODULES.html.sh (func_all_modules): Add it.
40628
40629 2003-02-17  Bruno Haible  <bruno@clisp.org>
40630
40631         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
40632
40633 2003-02-17  Bruno Haible  <bruno@clisp.org>
40634
40635         * lib/mkdtemp.h: New file, from GNU gettext.
40636         * lib/mkdtemp.c: New file, from GNU gettext.
40637
40638 2003-02-02  Jim Meyering  <jim@meyering.net>
40639
40640         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
40641         e.g. glibc-2.2.93.
40642
40643 2003-01-31  Bruno Haible  <bruno@clisp.org>
40644
40645         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
40646         'rpl_rename'.
40647         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
40648         'rpl_strnlen'.
40649         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
40650         'rpl_strtod'.
40651         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
40652         'rpl_utime'.
40653
40654 2003-01-31  Bruno Haible  <bruno@clisp.org>
40655
40656         * lib/rename.c: #undef rename before defining rpl_rename.
40657         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
40658
40659 2003-01-30  Bruno Haible  <bruno@clisp.org>
40660
40661         * modules/vasnprintf, modules/vasprintf: New modules.
40662         * MODULES.html.sh (func_all_modules): Add them.
40663
40664 2003-01-30  Bruno Haible  <bruno@clisp.org>
40665
40666         * m4/signed.m4: New file, from GNU gettext.
40667         * m4/longdouble.m4: New file, from GNU gettext.
40668         * m4/wchar_t.m4: New file, from GNU gettext.
40669         * m4/wint_t.m4: New file, from GNU gettext.
40670         * m4/vasnprintf.m4: New file.
40671         * m4/vasprintf.m4: New file.
40672
40673 2003-01-30  Bruno Haible  <bruno@clisp.org>
40674
40675         * lib/printf-args.h: New file, from GNU gettext.
40676         * lib/printf-args.c: New file, from GNU gettext.
40677         * lib/printf-parse.h: New file, from GNU gettext.
40678         * lib/printf-parse.c: New file, from GNU gettext.
40679         * lib/vasnprintf.h: New file, from GNU gettext.
40680         * lib/vasnprintf.c: New file, from GNU gettext.
40681         * lib/asnprintf.c: New file, from GNU gettext.
40682         * lib/vasprintf.h: New file, from GNU gettext with modifications.
40683         * lib/vasprintf.c: New file, from GNU gettext.
40684         * lib/asprintf.c: New file, from GNU gettext.
40685
40686 2003-01-29  Bruno Haible  <bruno@clisp.org>
40687
40688         * modules/stpncpy: New module.
40689         * MODULES.html.sh (func_all_modules): Add it.
40690
40691 2003-01-29  Bruno Haible  <bruno@clisp.org>
40692
40693         * m4/stpncpy.m4: New file.
40694
40695 2003-01-29  Bruno Haible  <bruno@clisp.org>
40696
40697         * lib/stpncpy.h: New file, from GNU gettext with modifications.
40698         * lib/stpncpy.c: New file, from GNU gettext with modifications.
40699
40700 2003-01-28  Bruno Haible  <bruno@clisp.org>
40701
40702         * modules/c-ctype: New module.
40703         * MODULES.html.sh (func_all_modules): Add it.
40704
40705 2003-01-28  Bruno Haible  <bruno@clisp.org>
40706
40707         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
40708         Paul Eggert.
40709         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
40710         Paul Eggert.
40711
40712 2003-01-27  Bruno Haible  <bruno@clisp.org>
40713
40714         * modules/xsetenv: New module.
40715         * MODULES.html.sh (func_all_modules): Add it.
40716
40717 2003-01-27  Bruno Haible  <bruno@clisp.org>
40718
40719         * lib/xsetenv.h: New file, from GNU gettext.
40720         * lib/xsetenv.c: New file, from GNU gettext.
40721
40722 2003-01-23  Jim Meyering  <jim@meyering.net>
40723
40724         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
40725         from working on systems without dirfd (at least Irix and OSF1/Tru64).
40726
40727 2003-01-23  Bruno Haible  <bruno@clisp.org>
40728
40729         * modules/minmax: New module.
40730         * MODULES.html.sh (func_all_modules): Add it.
40731
40732 2003-01-23  Bruno Haible  <bruno@clisp.org>
40733
40734         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
40735         Eggert.
40736
40737 2003-01-22  Bruno Haible  <bruno@clisp.org>
40738
40739         * modules/exit: New module.
40740         * MODULES.html.sh (func_all_modules): Add it.
40741
40742 2003-01-22  Bruno Haible  <bruno@clisp.org>
40743
40744         * lib/exit.h: New file, from GNU gettext.
40745
40746 2003-01-19  Bruno Haible  <bruno@clisp.org>
40747
40748         * gnulib-tool: Recognize option --extract-maintainer.
40749         (func_get_maintainer): New function.
40750         * modules/*: Add Maintainer entry.
40751
40752 2003-01-16  Jim Meyering  <jim@meyering.net>
40753
40754         * m4/regex.m4: The `regex' struct is both input and output.
40755         Initialize it before each use.  Patch by Tim Waugh.
40756
40757 2003-01-16  Bruno Haible  <bruno@clisp.org>
40758
40759         * MODULES.html.sh: Add a table of contents. Add the module name as
40760         leftmost column. Add hyperlinks.
40761
40762 2003-01-15  Bruno Haible  <bruno@clisp.org>
40763
40764         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
40765
40766 2003-01-15  Bruno Haible  <bruno@clisp.org>
40767
40768         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
40769         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
40770         suffix.
40771
40772 2003-01-15  Bruno Haible  <bruno@clisp.org>
40773
40774         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
40775
40776 2003-01-15  Bruno Haible  <bruno@clisp.org>
40777
40778         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
40779         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
40780
40781 2003-01-14  Jim Meyering  <jim@meyering.net>
40782
40783         * lib/same.c (same_name): Tweak a comment.
40784
40785 2003-01-14  Bruno Haible  <bruno@clisp.org>
40786
40787         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
40788         when a string comparison is sufficient.
40789
40790 2003-01-14  Bruno Haible  <bruno@clisp.org>
40791
40792         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
40793         'unsigned int'.
40794
40795 2003-01-14  Bruno Haible  <bruno@clisp.org>
40796
40797         * lib/hash-pjw.c: Add comment about low quality of this function.
40798
40799 2003-01-13  Bruno Haible  <bruno@clisp.org>
40800
40801         * modules/stpcpy: Distribute lib/stpcpy.h.
40802         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
40803
40804 2003-01-13  Bruno Haible  <bruno@clisp.org>
40805
40806         * modules/*: Add a description.
40807         * modules/strpbrk: Fix Makefile.am snippet.
40808         * modules/strtoimax: Fix dependencies.
40809         * modules/strtoumax: Likewise.
40810
40811 2003-01-13  Bruno Haible  <bruno@clisp.org>
40812
40813         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
40814         * modules/alloca (Makefile.am): All object files depend on alloca.h.
40815         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
40816
40817 2003-01-13  Bruno Haible  <bruno@clisp.org>
40818
40819         * gnulib-tool (func_create_testdir): Store config/* files in the main
40820         directory.
40821         * config.rpath: Move to ...
40822         * config/config.rpath: ... here.
40823         * modules/gettext: Contains config/config.rpath, not config.rpath.
40824         * modules/iconv: Likewise.
40825
40826 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40827
40828         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40829         to avoid collisions with libcurses and libreadline.
40830
40831         * m4/getstr.m4: Remove.
40832         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
40833
40834 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40835
40836         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40837         to avoid collisions with libcurses and libreadline.
40838
40839         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
40840         * lib/getstr.h, getstr.c: Remove.
40841         * lib/getline.c: Include "getline.h", to check interface.
40842         Move body of old getstr.c here: this defines MIN_CHUNK and
40843         declares getdelim2, which is renamed from getstr.
40844         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
40845
40846         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
40847         All uses changed.
40848         * lib/linebuffer.h: Likewise.
40849         (readline): Remove backward-compatibility macro.
40850
40851 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40852
40853         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40854         to avoid collisions with libcurses and libreadline.
40855         * getstr: Remove.
40856         * MODULES.html.sh: Remove getstr.
40857         * modules/getline: Depend on unlocked-io, not getstr.
40858
40859 2003-01-12  Jim Meyering  <jim@meyering.net>
40860
40861         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
40862
40863 2003-01-10  Bruno Haible  <bruno@clisp.org>
40864
40865         * modules/alloca: Change Makefile.am requirements. Simplify Include
40866         requirements. Add lib/alloca_.h to file list.
40867
40868 2003-01-10  Bruno Haible  <bruno@clisp.org>
40869
40870         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
40871
40872 2003-01-10  Bruno Haible  <bruno@clisp.org>
40873
40874         * lib/alloca_.h: New file.
40875         * lib/getdate.y: Unconditionally include alloca.h.
40876         * lib/makepath.c: Likewise.
40877         * lib/setenv.c: Likewise.
40878         * lib/userspec.c: Likewise.
40879
40880 2003-01-09  Karl Berry  <karl@gnu.org>
40881
40882         * MODULES.html.sh: include `dirname $0` in PATH, to find
40883         gnulib-tool.
40884
40885 2003-01-09  Bruno Haible  <bruno@clisp.org>
40886
40887         * modules/stdbool: Change configure.ac, Makefile.am requirements.
40888         Simplify Include requirements. Add lib/stdbool.h.in to file list.
40889
40890 2003-01-09  Bruno Haible  <bruno@clisp.org>
40891
40892         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
40893
40894 2003-01-09  Bruno Haible  <bruno@clisp.org>
40895
40896         * lib/stdbool.h.in: New file.
40897
40898 2003-01-09  Bruno Haible  <bruno@clisp.org>
40899
40900         * gnulib-tool (func_all_modules): Ignore files ending in ~.
40901         * MODULES.html.sh: Likewise.
40902
40903 2003-01-08  Jim Meyering  <jim@meyering.net>
40904
40905         * lib/full-write.c: Undefine and define-away `const' after inclusion
40906         of errno.h, not before.  Suggestion from Bruno Haible.
40907
40908 2003-01-08  Bruno Haible  <bruno@clisp.org>
40909
40910         * modules/full-read: Depend on full-write.
40911
40912 2003-01-08  Bruno Haible  <bruno@clisp.org>
40913
40914         * lib/safe-read.c: Include specification header first, to ensure its
40915         selfcontainedness.
40916         * lib/full-write.c: Likewise.
40917
40918 2003-01-07  Jim Meyering  <jim@meyering.net>
40919
40920         * lib/full-write.c: Rework so that it may serve to define full_read,
40921         too.
40922         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
40923
40924 2003-01-07  Bruno Haible  <bruno@clisp.org>
40925
40926         * lib/strtoimax.c: Include <stdint.h> as an alternative to
40927         <inttypes.h>.
40928         * lib/xstrtol.h: Likewise.
40929         * lib/xstrtoimax.c: Likewise.
40930         * lib/xstrtoumax.c: Likewise.
40931         * lib/human.h: Likewise.
40932
40933         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
40934         on systems that have <inttypes.h> but not <stdint.h>.
40935
40936 2003-01-07  Bruno Haible  <bruno@clisp.org>
40937
40938         * MODULES.html.sh: Add copyright notice.
40939         (missed_files): Omit CVS directory entries.
40940         (func_module): Make it work with sed-3.02.
40941         * MODULES.txt: Remove file.
40942
40943 2003-01-06  Jim Meyering  <jim@meyering.net>
40944
40945         * lib/version-etc.c: Update year in translatable copyright string.
40946
40947 2003-01-03  Karl Berry  <karl@gnu.org>
40948
40949         * config/config.{guess,sub}: update from prep.
40950
40951 2003-01-02  Karl Berry  <karl@gnu.org>
40952
40953         * doc/COPYING.DOC: belatedly updated to 1.2.
40954
40955 2003-01-01  Karl Berry  <karl@gnu.org>
40956
40957         * gnulib-tool (func_verify_module): report module name $module in
40958         error message, not $1.
40959         * gnulib-tool (create-testdir): don't complain if destdir couldn't
40960         be created, only if it doesn't exist.
40961         * gnulib-tool (last_checkin_date): don't expand the $Date here.
40962
40963 2002-12-31  Paul Eggert  <eggert@twinsun.com>
40964
40965         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
40966
40967 2002-12-31  Paul Eggert  <eggert@twinsun.com>
40968
40969         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
40970         memcmp if strcoll doesn't work.
40971
40972 2002-12-31  Bruno Haible  <bruno@clisp.org>
40973
40974         * lib/utime.c (utime_null): No need to call ftruncate if the file was
40975         nonempty.
40976
40977 2002-12-31  Bruno Haible  <bruno@clisp.org>
40978
40979         * lib/memcoll.c (STRCOLL): New macro.
40980         (memcoll): Use it.
40981
40982 2002-12-31  Bruno Haible  <bruno@clisp.org>
40983
40984         * lib/localcharset.h: New file.
40985         * lib/localcharset.c: Include it.
40986         * lib/unicodeio.c: Likewise.
40987
40988 2002-12-31  Bruno Haible  <bruno@clisp.org>
40989
40990         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
40991         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
40992
40993 2002-12-31  Bruno Haible  <bruno@clisp.org>
40994
40995         * lib/getline.h: Include <stddef.h>, for size_t.
40996
40997         * lib/unicodeio.h: Include <stddef.h>, for size_t.
40998         * lib/unicodeio.c: Don't include <stddef.h>.
40999
41000 2002-12-31  Bruno Haible  <bruno@clisp.org>
41001
41002         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
41003         HAVE_TM_ZONE.
41004
41005 2002-12-24  Karl Berry  <karl@gnu.org>
41006
41007         * config/config.guess: update from prep.
41008
41009 2002-12-24  Bruno Haible  <bruno@clisp.org>
41010
41011         General infrasructure.
41012         * m4/README: Rewritten.
41013         * m4/onceonly.m4: New file.
41014         * m4/onceonly_2_57.m4: New file.
41015
41016         Module atexit.
41017         * m4/atexit.m4: New file.
41018
41019         Module strtod.
41020         * m4/strtod.m4: New file.
41021
41022         Module strtol.
41023         * m4/strtol.m4: New file.
41024
41025         Module strtoul.
41026         * m4/strtoul.m4: New file.
41027
41028         Module memchr.
41029         * m4/memchr.m4: New file.
41030
41031         Module memcmp.
41032         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
41033         (jm_FUNC_MEMCMP): Invoke it.
41034
41035         Module memcpy.
41036         * m4/memcpy.m4: New file.
41037
41038         Module memmove.
41039         * m4/memmove.m4: New file.
41040
41041         Module memset.
41042         * m4/memset.m4: New file.
41043
41044         Module strcspn.
41045         * m4/strcspn.m4: New file.
41046
41047         Module strpbrk.
41048         * m4/strpbrk.m4: New file.
41049
41050         Module strstr.
41051         * m4/strstr.m4: New file.
41052
41053         Module strerror.
41054         * m4/strerror.m4: New file.
41055
41056         Module mktime.
41057         * m4/mktime.m4: Renamed from jm-mktime.m4.
41058         (gl_PREREQ_MKTIME): New macro.
41059         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
41060
41061         Module malloc.
41062         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
41063         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
41064         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
41065
41066         Module realloc.
41067         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
41068         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
41069         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
41070
41071         Module strftime.
41072         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
41073         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
41074         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
41075         gl_TM_GMTOFF.
41076         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
41077
41078         Module xalloc.
41079         * m4/xalloc.m4: New file.
41080
41081         Module alloca.
41082         * m4/alloca.m4: New file.
41083
41084         Module putenv.
41085         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
41086         (jm_FUNC_PUTENV): Invoke it.
41087
41088         Module setenv.
41089         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
41090         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
41091         when invoked twice.
41092         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
41093         gt_FUNC_SETENV.
41094
41095         Module memrchr.
41096         * m4/memrchr.m4: New file.
41097
41098         Module stpcpy.
41099         * m4/stpcpy.m4: New file.
41100
41101         Module strcase.
41102         * m4/strcase.m4: New file.
41103
41104         Module strdup.
41105         * m4/strdup.m4: New file.
41106
41107         Module strnlen.
41108         * m4/strnlen.m4: New file.
41109
41110         Module strndup.
41111         * m4/strndup.m4: New file.
41112
41113         Module xstrtod.
41114         * m4/xstrtod.m4: New file.
41115
41116         Module xstrtol.
41117         * m4/xstrtol.m4: New file.
41118
41119         Module getdate.
41120         * m4/getdate.m4: New file.
41121
41122         Module unlocked-io.
41123         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
41124         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
41125         * m4/jm-glibc-io.m4n: Remove file.
41126
41127         Module long-options.
41128         * m4/long-options.m4: New file.
41129
41130         Module md5.
41131         * m4/md5.m4: New file.
41132
41133         Module sha.
41134         * m4/sha.m4: New file.
41135
41136         Module getstr.
41137         * m4/getstr.m4: New file.
41138
41139         Module getline.
41140         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
41141         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
41142         <sys/types.h>, for size_t. Use the function name gnu_getline, not
41143         simply getline. Infoke gl_PREREQ_GETLINE.
41144
41145         Module obstack.
41146         * m4/obstack.m4: New file.
41147
41148         Module hash.
41149         * m4/hash.m4: New file.
41150
41151         Module readtokens.
41152         * m4/readtokens.m4: New file.
41153
41154         Module strverscmp.
41155         * m4/strverscmp.m4: New file.
41156
41157         Module stdbool.
41158         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
41159         OSF/1.
41160
41161         Module strtoll.
41162         * m4/strtoll.m4: New file.
41163
41164         Module strtoull.
41165         * m4/strtoull.m4: New file.
41166
41167         Module strtoimax.
41168         * m4/strtoimax.m4: New file.
41169
41170         Module strtoumax.
41171         * m4/strtoumax.m4: New file.
41172
41173         Module xstrtoimax.
41174         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
41175         jm_AC_PREREQ_XSTRTOIMAX.
41176         Moved the strtol prerequisites to strtol.m4.
41177         Moved the strtoll prerequisites to strtoll.m4.
41178         Moved the strtoimax prerequisites to strtoimax.m4.
41179
41180         Module xstrtoumax.
41181         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
41182         jm_AC_PREREQ_XSTRTOUMAX.
41183         Moved the strtoul prerequisites to strtoul.m4.
41184         Moved the strtoull prerequisites to strtoull.m4.
41185         Moved the strtoumax prerequisites to strtoumax.m4.
41186
41187         Module chown.
41188         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
41189         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
41190
41191         Module dup2.
41192         * m4/dup2.m4: New file.
41193
41194         Module ftruncate.
41195         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
41196         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
41197
41198         Module getgroups.
41199         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
41200         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
41201
41202         Module gettimeofday.
41203         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
41204         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
41205         gl_PREREQ_GETTIMEOFDAY.
41206
41207         Module mkdir.
41208         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
41209         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
41210
41211         Module mkstemp.
41212         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
41213         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
41214         jm_AC_TYPE_UINTMAX_T.
41215         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
41216
41217         Module stat.
41218         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
41219         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
41220
41221         Module lstat.
41222         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
41223         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
41224
41225         Module timespec.
41226         * m4/timespec.m4 (gl_TIMESPEC): New macro.
41227         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
41228         * m4/st_mtim.m4: Indentation.
41229
41230         Module nanosleep.
41231         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
41232         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
41233         gl_PREREQ_NANOSLEEP.
41234
41235         Module regex.
41236         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
41237         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
41238         (gl_REGEX): New macro.
41239
41240         Module rename.
41241         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
41242         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
41243
41244         Module rmdir.
41245         * m4/rmdir.m4: New file.
41246
41247         Module utime.
41248         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
41249         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
41250         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
41251
41252         Module dirname.
41253         * m4/dirname.m4: New file.
41254
41255         Module getopt.
41256         * m4/getopt.m4: New file.
41257
41258         Module unistd-safer.
41259         * m4/unistd-safer.m4: New file.
41260
41261         Module fnmatch.
41262         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
41263         declaration.
41264         (gl_PREREQ_FNMATCH_EXTRA): New macro.
41265         (gl_FUNC_FNMATCH_POSIX): New macro.
41266         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
41267         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
41268         simply fnmatch.
41269
41270         Module exclude.
41271         * m4/exclude.m4: New file.
41272
41273         Module human.
41274         * m4/human.m4: New file.
41275
41276         Module acl.
41277         * m4/acl.m4: Nop.
41278
41279         Module backupfile.
41280         * m4/backupfile.m4: New file.
41281         * m4/d-ino.m4: Indentation.
41282
41283         Module fsusage.
41284         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
41285         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
41286         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
41287
41288         Module dirfd.
41289         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
41290         requirements.
41291
41292         Module euidaccess.
41293         * m4/euidaccess.m4: New file.
41294
41295         Module file-type.
41296         * m4/file-type.m4: New file.
41297
41298         Module fileblocks.
41299         * m4/fileblocks.m4: New file.
41300
41301         Module filemode.
41302         * m4/filemode.m4: New file.
41303
41304         Module isdir.
41305         * m4/isdir.m4: New file.
41306
41307         Module lchown.
41308         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
41309         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
41310
41311         Module makepath.
41312         * m4/makepath.m4: New file.
41313
41314         Module modechange.
41315         * m4/modechange.m4: New file.
41316
41317         Module mountlist.
41318         * m4/mountlist.m4: New file.
41319         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
41320         Indentation.
41321
41322         Module path-concat.
41323         * m4/path-concat.m4: New file.
41324
41325         Module pathmax.
41326         * m4/pathmax.m4: New file.
41327
41328         Module same.
41329         * m4/same.m4: New file.
41330
41331         Module save-cwd.
41332         * m4/save-cwd.m4: New file.
41333
41334         Module savedir.
41335         * m4/savedir.m4: New file.
41336
41337         Module xgetcwd.
41338         * m4/xgetcwd.m4: New file.
41339         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
41340
41341         Module xreadlink.
41342         * m4/xreadlink.m4: New file.
41343
41344         Module safe-read.
41345         * m4/safe-read.m4: New file.
41346
41347         Module safe-write.
41348         * m4/safe-write.m4: New file.
41349
41350         Module closeout.
41351         * m4/closeout.m4: New file.
41352
41353         Module stdio-safer.
41354         * m4/stdio-safer.m4: New file.
41355
41356         Module getpass.
41357         * m4/getpass.m4: New file.
41358
41359         Module getugroups.
41360         * m4/getugroups.m4: New file.
41361
41362         Module group-member.
41363         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
41364         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
41365
41366         Module idcache.
41367         * m4/idcache.m4: New file.
41368
41369         Module userspec.
41370         * m4/userspec.m4: New file.
41371
41372         Module gettime.
41373         * m4/clock_time.m4: New file.
41374         * m4/gettime.m4: New file.
41375
41376         Module settime.
41377         * m4/settime.m4: New file.
41378
41379         Module posixtm.
41380         * m4/posixtm.m4: New file.
41381
41382         Module gethostname.
41383         * m4/gethostname.m4: New file.
41384
41385         Module canon-host.
41386         * m4/canon-host.m4: New file.
41387
41388         Module gettext.
41389         * m4/codeset.m4: New file, from gettext-0.11.5.
41390         * m4/gettext.m4: New file, from gettext-0.11.5.
41391         * m4/glibc21.m4: New file, from gettext-0.11.5.
41392         * m4/iconv.m4: New file, from gettext-0.11.5.
41393         * m4/intdiv0.m4: New file, from gettext-0.11.5.
41394         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
41395         * m4/inttypes.m4: New file, from gettext-0.11.5.
41396         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
41397         * m4/isc-posix.m4: New file, from gettext-0.11.5.
41398         * m4/lcmessage.m4: New file, from gettext-0.11.5.
41399         * m4/lib-ld.m4: New file, from gettext-0.11.5.
41400         * m4/lib-link.m4: New file, from gettext-0.11.5.
41401         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
41402         * m4/progtest.m4: New file, from gettext-0.11.5.
41403         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
41404         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
41405         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
41406
41407         Module localcharset.
41408         * m4/localcharset.m4: New file.
41409
41410         Module hard-locale.
41411         * m4/hard-locale.m4: New file.
41412
41413         Module mbswidth.
41414         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
41415         onceonly macros.
41416         * m4/mbrtowc.m4: Add comment.
41417
41418         Module memcasecmp.
41419         * m4/memcasecmp.m4: New file.
41420
41421         Module memcoll.
41422         * m4/memcoll.m4: New file.
41423
41424         Module unicodeio.
41425         * m4/unicodeio.m4: New file.
41426
41427         Module rpmatch.
41428         * m4/rpmatch.m4: New file.
41429
41430         Module yesno.
41431         * m4/yesno.m4: New file.
41432
41433         Module exitfail.
41434         * m4/exitfail.m4: New file.
41435
41436         Module c-stack.
41437         * m4/c-stack.m4 (gl_C_STACK): New macro.
41438         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
41439
41440         Module error.
41441         * m4/error.m4 (gl_ERROR): New macro.
41442         (jm_PREREQ_ERROR): Use onceonly macros.
41443
41444         Module fatal.
41445         * m4/fatal.m4: New file.
41446
41447         Module getloadavg.
41448         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
41449         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
41450
41451         Module getpagesize.
41452         * m4/getpagesize.m4: New file.
41453
41454         Module getusershell.
41455         * m4/getusershell.m4: New file.
41456
41457         Module physmem.
41458         * m4/physmem.m4: New file.
41459
41460         Module posixver.
41461         * m4/posixver.m4: New file.
41462
41463         Module quotearg.
41464         * m4/quotearg.m4: New file.
41465
41466         Module quote.
41467         * m4/quote.m4: New file.
41468
41469         Module readutmp.
41470         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
41471
41472         Module sig2str.
41473         * m4/sig2str.m4: New file.
41474
41475         Other.
41476         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
41477         ulonglong.m4.
41478         * m4/intmax_t.m4: New file.
41479         * m4/d-type.m4: Indentation.
41480         * m4/jm-macros.m4: Update.
41481         * m4/prereq.m4 (jm_PREREQ): Update.
41482         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
41483         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
41484         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
41485         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
41486         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
41487         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
41488         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
41489         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
41490         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
41491         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
41492         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
41493         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
41494         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
41495         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
41496         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
41497         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
41498         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
41499         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
41500         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
41501
41502 2002-12-24  Bruno Haible  <bruno@clisp.org>
41503
41504         * MODULES.txt: Update according to m4/ changes.
41505
41506         Module gettext.
41507         * config.rpath: New file, from gettext-0.11.5.
41508
41509         * modules/*: New module descriptions.
41510         * gnulib-tool: New file.
41511         * MODULES.html.sh: New file.
41512
41513 2002-12-21  Karl Berry  <karl@gnu.org>
41514
41515         * doc/fdl.texi: update to version 1.2.
41516
41517 2002-12-19  Karl Berry  <karl@gnu.org>
41518
41519         * config/config.guess: update from prep.
41520
41521 2002-12-18  Bruno Haible  <bruno@clisp.org>
41522
41523         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
41524         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
41525
41526 2002-12-17  Bruno Haible  <bruno@clisp.org>
41527
41528         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
41529         stdlib.h, string.h.
41530
41531 2002-12-17  Bruno Haible  <bruno@clisp.org>
41532
41533         * lib/canon-host.c (strdup): Remove unused declaration.
41534
41535         * lib/fsusage.c: Include full_read.h.
41536         (get_fs_usage): Use full_read instead of safe_read.
41537
41538         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
41539
41540 2002-12-12  Karl Berry  <karl@gnu.org>
41541
41542         * config/config.guess: update from prep.
41543
41544 2002-12-11  Bruno Haible  <bruno@clisp.org>
41545
41546         * m4/setenv.m4: New file, from gettext-0.11.5.
41547
41548 2002-12-11  Bruno Haible  <bruno@clisp.org>
41549
41550         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
41551         not unsetenv().
41552         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
41553         modifications:
41554
41555         2002-12-11  Bruno Haible  <bruno@clisp.org>
41556
41557                 * setenv.c (alloca): Fall back to malloc.
41558                 (freea): New macro.
41559                 (setenv): Use freea() to free memory allocated with alloca().
41560
41561         2002-11-13  Bruno Haible  <bruno@clisp.org>
41562
41563                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
41564                 function declarations.
41565                 * unsetenv.c (unsetenv): Likewise.
41566
41567         2002-03-04  Bruno Haible  <bruno@clisp.org>
41568
41569                 Portability to AIX 4.3.3.
41570                 * unsetenv.c: New file, extracted from setenv.c.
41571                 * setenv.c: Move the unsetenv() function to unsetenv.c.
41572
41573         2001-12-20  Bruno Haible  <bruno@clisp.org>
41574
41575                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
41576                 use malloc instead. For SunOS 4.
41577
41578         2001-12-11  Bruno Haible  <bruno@clisp.org>
41579
41580                 * setenv.c: Declare alloca.
41581                 (compar_fn_t): New typedef.
41582                 (KNOWN_VALUE, STORE_VALUE): Use it.
41583
41584         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
41585         setenv.h.
41586
41587 2002-12-10  Paul Eggert  <eggert@twinsun.com>
41588
41589         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
41590         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
41591         Choose values that are less likely to collide with system fnmatch
41592         options.
41593         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
41594         defined (e.g., a pure POSIX system).
41595         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
41596         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
41597
41598 2002-12-06  Paul Eggert  <eggert@twinsun.com>
41599
41600         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
41601         a pain in practice to deal with generated m4 files.  This change
41602         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
41603
41604         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
41605         and jm-glibc-io.m4, as they are no longer a special case.
41606         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
41607         kludge and the auto-generation stuff.  Check only whether the
41608         functions are declared, not whether they exist, since older hosts
41609         that don't declare the functions can't use the optimization anyway.
41610
41611 2002-12-06  Jim Meyering  <jim@meyering.net>
41612
41613         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
41614
41615         Merge in changes from libc's misc/error.c, in preparation
41616         for the merge of gnulib's changes back into libc.
41617
41618         * lib/error.c (_): Define only if not already defined.
41619         Move definition to follow all #include directives.
41620         Include unlocked-io.h only if !_LIBC.
41621         [_LIBC]: Include <libio/libioP.h>.
41622         [USE_IN_LIBIO]: Include <libio/iolibio.h>
41623         (fflush): Tweak definition to use INTUSE.
41624         (putc): Define.
41625
41626 2002-12-05  Paul Eggert  <eggert@twinsun.com>
41627
41628         * lib/alloca.c [defined emacs]: Include "lisp.h".
41629         (xalloc_die) [defined emacs]: New macro.
41630         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
41631         [! defined emacs]: Include <xalloc.h>.
41632         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
41633         (pointer): Typedef to POINTER_TYPE *.
41634         (malloc): Remove decl; we now always use xmalloc.
41635         (alloca): Use old-style definition, since Emacs needs this.
41636         Check for arithmetic overflow when computing combined size.
41637
41638 2002-12-04  Paul Eggert  <eggert@twinsun.com>
41639
41640         Do not generate unlocked-io.h automatically, since it's easier to
41641         maintain it by hand.
41642
41643         * lib/unlocked-io.h: New file, from GNU diffutils,
41644         but with proper copyright notice and attribution.
41645         * lib/gen-uio: Remove.
41646         * lib/Makefile.am: Add copyright notice.
41647         (libfetish_a_SOURCES): Add unlocked-io.h.
41648         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
41649         (DISTCLEANFILES, io_functions): Remove macros.
41650         (EXTRA_DIST): Remove gen_uio.
41651         (unlocked-io.h): Remove rule.
41652
41653 2002-12-04  Jim Meyering  <jim@meyering.net>
41654
41655         Reflect the fact that stat.c and lstat.c are no longer generated.
41656         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
41657         (DISTCLEANFILES): Likewise.
41658         (EXTRA_DIST): Likewise.
41659         (all_local): Don't depend on stat.c or lstat.c.
41660         (stat.c, lstat.c): Remove rules.
41661         (EXTRA_DIST): Remove xstat.in.
41662
41663         * lib/xstat.in: Remove file.  Contents moved into stat.c.
41664         * lib/stat.c: New file.  Contents mostly from xstat.in.
41665         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
41666         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
41667
41668         * lib/safe-read.c: Rework so that it may serve to define safe_write,
41669         too.
41670         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
41671
41672 2002-12-03  Jim Meyering  <jim@meyering.net>
41673
41674         * lib/safe-read.c, safe-write.c: Change variable names and comments,
41675         but not semantics, to minimize the differences between these two files.
41676         (safe_read): Change comment to mention SAFE_READ_ERROR.
41677
41678         * lib/safe-read.c (IS_EINTR): Define.
41679         (safe_read): Use IS_EINTR in place of in-function cpp directives.
41680
41681 2002-12-02  Jim Meyering  <jim@meyering.net>
41682
41683         * lib/safe-read.c (EINTR): Define.
41684         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
41685         (INT_MAX): Provide fallback.
41686         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
41687
41688         * lib/safe-read.h (SAFE_READ_ERROR): Define.
41689
41690 2002-12-02  Bruno Haible  <bruno@clisp.org>
41691
41692         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
41693         Define, taken from safe-read.c.
41694         (INT_MAX): Provide fallback.
41695         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
41696         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
41697
41698         * lib/safe-read.c (EINTR): Remove definition.
41699         (safe_read): Don't use EINTR if it is absent.
41700
41701 2002-12-01  Jim Meyering  <jim@meyering.net>
41702
41703         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
41704         zero.
41705         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
41706
41707 2002-11-27  Paul Eggert  <eggert@twinsun.com>
41708
41709         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
41710         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
41711         with `if (! (value < limit)) abort ();', for readability.
41712
41713 2002-11-26  Karl Berry  <karl@gnu.org>
41714
41715         * lib/strdup.c: copy from libc again, with jim's ok.
41716         * lib/.cppi-disable: re-add strdup.c
41717
41718 2002-11-25  Karl Berry  <karl@gnu.org>
41719
41720         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
41721         instead of "strtol.c".
41722
41723 2002-11-25  Karl Berry  <karl@gnu.org>
41724
41725         * config/install-sh: update from automake for variable quoting, $0 in
41726         error msgs, etc.
41727
41728         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
41729         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
41730         entry.
41731
41732 2002-11-25  Jim Meyering  <jim@meyering.net>
41733
41734         * lib/mktime.c: Sync from libc, now that it has the latest fix.
41735
41736 2002-11-24  Karl Berry  <karl@gnu.org>
41737
41738         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
41739         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
41740
41741 2002-11-24  Jim Meyering  <jim@meyering.net>
41742
41743         Update from coreutils:
41744
41745         * lib/mktime.c: Merge in changes from libc.
41746
41747         Avoid a link-time failure on some Linux systems.
41748         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
41749         (otherwise).
41750         (__mon_yday): Declare with the STATIC attribute.
41751         (__mktime_internal): Likewise.
41752         Based on a report from Greg Schafer.
41753
41754 2002-11-23  Jim Meyering  <jim@meyering.net>
41755
41756         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
41757         Use `unsigned', not `int', as type of index.
41758
41759         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
41760
41761         * lib/fsusage.c: Remove unneeded parentheses around operands of
41762         `defined'.
41763
41764 2002-11-22  Paul Eggert  <eggert@twinsun.com>
41765
41766         * lib/quotearg.h: Allow multiple inclusion by surrounding with
41767         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
41768         so that we can be included first.
41769         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
41770         * lib/quotearg.c: Include quotearg.h immediately after config.h.
41771         No need to include stddef.h or sys/types.h any more.
41772         Surround local include files with "", not "<>".
41773         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
41774         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
41775         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
41776         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
41777         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
41778         (ISPRINT): Remove; no longer needed now that we assume C89.
41779
41780         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
41781         Preserve errno.
41782
41783         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
41784         quotearg_char): Use SIZE_MAX rather than
41785         (size_t) -1 when we are talking about "infinity".
41786
41787         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
41788
41789 2002-11-22  Paul Eggert  <eggert@twinsun.com>
41790
41791         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
41792         hint that one should use `if (! x) abort ();' rather than `assert
41793         (x);', and anyway it's one less thing to worry about configuring.
41794         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
41795         hash_rehash, hash_insert): Use abort rather than assert.
41796
41797 2002-11-22  Bruno Haible  <bruno@clisp.org>
41798
41799         * lib/safe-read.h: Assume C89. Add comments.
41800         (safe_read): Change return type to size_t.
41801         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
41802         byte counts > SSIZE_MAX correctly.
41803         * lib/safe-write.h: New file.
41804         * lib/safe-write.c: New file.
41805         * lib/full-read.h: New file.
41806         * lib/full-read.c: New file.
41807         * lib/full-write.h: Assume C89. Add comments.
41808         * lib/full-write.c: Include safe-write.h.
41809         (full_write): Rewritten to use safe_write.
41810         Suggested by Jim Meyering and Paul Eggert.
41811
41812 2002-11-21  Jim Meyering  <jim@meyering.net>
41813
41814         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
41815
41816         Merge in changes from the coreutils.
41817
41818         2002-09-25  Paul Eggert  <eggert@twinsun.com>
41819         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
41820         <stdint.h>.
41821         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
41822         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
41823         int.  Work more efficiently if X is the same width as uintmax_t.
41824         Do not compare X to -1, to avoid bogus compiler warning.
41825         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
41826         Don't assume that f_frsize and f_bsize are the same type.
41827
41828         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
41829         warning on FreeBSD.
41830
41831         * lib/makepath.c (make_path): Restore umask *before* creating the final
41832         component.
41833         (make_path): Minor reformatting.
41834
41835         * lib/xmalloc.c: Adjust to work with new autoconf macros,
41836         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
41837         HAVE_MALLOC/HAVE_REALLOC.
41838
41839         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
41840         dummy ones.  At least on GNU/Linux systems, `auto' means something
41841         else.
41842         From Michael Stone.
41843
41844 2002-11-21  Bruno Haible  <bruno@clisp.org>
41845
41846         Remove case insensitive option matching.
41847         * lib/argmatch.h (argcasematch): Remove declaration.
41848         (ARGCASEMATCH): Remove macro.
41849         (__xargmatch_internal): Remove case_sensitive argument.
41850         (XARGMATCH): Update.
41851         (XARGCASEMATCH): Remove macro.
41852         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
41853         case_sensitive argument.
41854         (argcasematch): Remove function.
41855         (__xargmatch_internal): Remove case_sensitive argument.
41856         (main): Use XARGMATCH instead of XARGCASEMATCH.
41857
41858         * lib/xmalloc.c: Change compile-time error message. Add comment about
41859         required autoconf version.
41860
41861 2002-11-20  Paul Eggert  <eggert@twinsun.com>
41862
41863         Merge argmatch cleanups from Bison.  Assume C89.
41864
41865         * lib/argmatch.c: Include config.h here, not in argmatch.h.
41866         Include stdlib.h, for EXIT_FAILURE.
41867         Always include <string.h>, since we assume C89.
41868         (EXIT_FAILURE): Remove pre-C89 bug workaround.
41869         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
41870         Include <stddef.h> instead, since it's all we need for size_t.
41871         (PARAMS): Remove.  All uses removed.
41872         (ARRAY_CARDINALITY): Do not bother to #undef.
41873         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
41874         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
41875         Remove unnecessary parentheses.
41876         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
41877         Insert necessary parentheses.
41878         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
41879         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
41880
41881 2002-11-19  Bruno Haible  <bruno@clisp.org>
41882
41883         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
41884         * lib/mbswidth.h: Include <stddef.h>, for size_t.
41885
41886         * lib/mbswidth.h (PARAMS): Remove macro.
41887         (mbswidth, mbsnwidth): Use ANSI C function declarations.
41888         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
41889
41890         * lib/gcd.h (PARAMS): Remove macro.
41891         (gcd): Use ANSI C function declarations.
41892         * lib/gcd.c (gcd): Likewise.
41893
41894 2002-11-15  Bruno Haible  <bruno@clisp.org>
41895
41896         * lib/strcspn.c: Include <stddef.h>.
41897         (strcspn): Use ANSI C function declaration. Change return type to
41898         size_t. Use NULL.
41899         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
41900         (strpbrk): Use NULL.
41901         * lib/strpbrk.h (PARAMS): Remove macro.
41902         (strpbrk): Use ANSI C function declaration.
41903         * lib/strstr.c: Don't include <sys/types.h>.
41904         * lib/strstr.h (PARAMS): Remove macro.
41905         (strstr): Use ANSI C function declarations.
41906
41907 2002-11-14  Karl Berry  <karl@gnu.org>
41908
41909         * config/mkinstalldirs: `do' on separate line, instead of
41910         `for var; do'.
41911
41912 2002-11-06  Bruno Haible  <bruno@clisp.org>
41913
41914         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
41915         * lib/gcd.c (gcd): Likewise.
41916
41917 2002-11-05  Bruno Haible  <bruno@clisp.org>
41918
41919         * lib/gcd.h: New file, from gettext-0.11.5.
41920         * lib/gcd.c: New file, from gettext-0.11.5.
41921
41922 2002-11-05  Bruno Haible  <bruno@clisp.org>
41923
41924         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41925         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41926         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41927         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41928
41929         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
41930         <libintl.h>.
41931         * lib/makepath.c: Include gettext.h instead of <locale.h> and
41932         <libintl.h>.
41933
41934         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
41935         * lib/human.c: Include gettext.h instead of <libintl.h>.
41936         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
41937         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
41938         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
41939         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
41940         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
41941         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
41942         (textdomain): Remove definition.
41943         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
41944
41945         * lib/long-options.c: Remove include of <libintl.h> and definition of
41946         _.
41947         * lib/same.c: Remove include of <libintl.h> and definition of _.
41948
41949 2002-11-04  Owen Taylor  <otaylor@redhat.com>
41950
41951         * lib/config.charset: A few additions for Solaris.
41952
41953 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
41954
41955         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
41956         * lib/localcharset.c (locale_charset): Declare as extern "C".
41957
41958 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
41959
41960         * lib/config.charset: msdos in uk_UA uses CP1125.
41961
41962 2002-11-04  Bruno Haible  <bruno@clisp.org>
41963
41964         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
41965         * lib/strcase.h: New file, from GNU gettext-0.11.5.
41966         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
41967         * lib/strstr.h: New file, from GNU gettext-0.11.5.
41968         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
41969
41970 2002-11-04  Bruno Haible  <bruno@clisp.org>
41971
41972         * lib/localcharset.c (locale_charset): Don't return an empty string.
41973
41974 2002-11-04  Bruno Haible  <bruno@clisp.org>
41975
41976         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
41977         aliases.
41978
41979 2002-11-04  Bruno Haible  <bruno@clisp.org>
41980
41981         * lib/config.charset: Update for newest glibc. Add canonical names
41982         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
41983
41984 2002-11-04  Bruno Haible  <bruno@clisp.org>
41985
41986         * lib/config.charset: Add support for NetBSD.
41987
41988 2002-11-04  Bruno Haible  <bruno@clisp.org>
41989
41990         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
41991
41992 2002-11-01  Bruno Haible  <bruno@clisp.org>
41993
41994         * configure.in: Add AC_CONFIG_AUX_DIR call.
41995         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
41996         test/Makefile.
41997         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
41998
41999 2002-09-28  Karl Berry  <karl@gnu.org>
42000
42001         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
42002         installed automake until the next release, since changes have been
42003         made.
42004
42005 2002-09-25  Karl Berry  <karl@gnu.org>
42006
42007         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
42008         * lib/getopt*: copy from libc/posix.
42009         * lib/gettext.h: copy from gettext.
42010         * lib/.cppi-disable: add strdup.c, gettext.h.
42011
42012 2002-09-25  Karl Berry  <karl@gnu.org>
42013
42014         * config/srclist.txt: enable gettext.h check.
42015         * config/config.{guess,sub}: update from prep.
42016         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
42017                 from automake 1.6.3.
42018         See srclist*.
42019
42020 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
42021
42022         * regex.c (PATFETCH): Remove the translating fetch.
42023         (PATFETCH_RAW): Rename to PATFETCH.
42024         (set_image_of_range): New fun.
42025         (SET_RANGE_TABLE_WORK_AREA): Use it.
42026         (regex_compile): Don't translate the pattern chars so eagerly.
42027         Only do it when inserting an `exactn' bytecode or when handling
42028         a char-range.
42029         (mutually_exclusive_p): Avoid empty statement.
42030
42031 2002-07-06  Jim Meyering  <meyering@lucent.com>
42032
42033         * m4/README: Don't mention Makefile.am.in.
42034         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
42035
42036 2002-07-01  Jim Meyering  <meyering@lucent.com>
42037
42038         * lib/c-stack.c: Include sys/time.h.
42039         From Volker Borchert.
42040
42041 2002-06-26  Paul Eggert  <eggert@twinsun.com>
42042
42043         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
42044
42045 2002-06-26  Paul Eggert  <eggert@twinsun.com>
42046
42047         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
42048         New macro.  Use it uniformly instead of
42049         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
42050         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
42051         reported by Vin Shelton.
42052
42053 2002-06-22  Paul Eggert  <eggert@twinsun.com>
42054
42055         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
42056         Do not assume SA_SIGINFO behavior.
42057         Bug reported by Jim Meyering on NetBSD 1.5.2.
42058
42059 2002-06-22  Jim Meyering  <meyering@lucent.com>
42060
42061         * m4/c-stack.m4: New file, from diffutils-2.8.2.
42062         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
42063
42064         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
42065         now that configure.ac uses AC_GNU_SOURCE.
42066         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
42067         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
42068
42069         Update to latest tools.  Suggestions from Paul Eggert.
42070         * m4/stdbool.m4: New file, from diffutils-2.8.2.
42071         * m4/gnu-source.m4: Update from diffutils-2.8.2.
42072         * m4/fnmatch.m4: Likewise.
42073         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
42074         to AC_HEADER_STDBOOL
42075
42076 2002-06-22  Jim Meyering  <meyering@lucent.com>
42077
42078         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
42079         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
42080
42081 2002-06-22  Jim Meyering  <meyering@lucent.com>
42082
42083         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
42084
42085         * lib/exitfail.c, exitfail.h: Likewise.
42086         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
42087
42088         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
42089         of fnmatch.h.
42090         (EXTRA_DIST): Add fnmatch_loop.c.
42091         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
42092
42093         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
42094         * lib/fnmatch.c: Update from diffutils-2.8.2.
42095         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
42096         * lib/fnmatch.h: Remove file.
42097
42098 2002-06-21  Jim Meyering  <meyering@lucent.com>
42099
42100         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
42101         * m4/mbrtowc.m4: Likewise.
42102
42103         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
42104         * m4/mbswidth.m4: Reflect name change:
42105         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
42106         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
42107
42108         * m4/lib-link.m4: Update from gettext-0.11.2.
42109         * m4/gettext.m4: Likewise.
42110
42111         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
42112         From Alfred M. Szmidt.
42113
42114 2002-06-18  Paul Eggert  <eggert@twinsun.com>
42115
42116         * lib/file-type.h: Report an error if neither S_ISREG nor
42117         S_IFREG is defined, instead of using a test specific to glibc
42118         2.2.  This should be safe, since POSIX requires S_ISREG and
42119         Unix Version 7 had S_IFREG.  We don't need to check for
42120         <sys/types.h> since we don't use any symbols that it defines.
42121
42122 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
42123
42124         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
42125         $@-t, so that each temporary file name is unique and valid in the first
42126         8 characters, for operation under DOS.
42127
42128 2002-06-15  Paul Eggert  <eggert@twinsun.com>
42129
42130         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
42131
42132 2002-06-15  Jim Meyering  <meyering@lucent.com>
42133
42134         Work even with DJGPP 2.03, which lacks support for symlinks.
42135         From Richard Dawe.
42136         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
42137         is defined.
42138         * lib/lchown.c (S_ISLNK): Likewise.
42139
42140 2002-06-15  Jim Meyering  <meyering@lucent.com>
42141
42142         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
42143         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
42144         have been included before this file.
42145
42146 2002-06-14  Jim Meyering  <meyering@lucent.com>
42147
42148         * lib/file-type.h: Use the version from diffutils-2.8.2.
42149         * lib/file-type.c: Likewise.
42150
42151 2002-06-07  Jim Meyering  <meyering@lucent.com>
42152
42153         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
42154         They're needed at least for NetBSD 1.5.2.
42155         ($statxfs_includes): Include those same headers.
42156         ($statxfs_includes): Include sys/vfs.h if available.
42157         ($statxfs_includes): Likewise for sys/statvfs.h.
42158         Check for the following members in both structs statfs and statvfs:
42159         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
42160
42161 2002-06-01  Jim Meyering  <meyering@lucent.com>
42162
42163         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
42164         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
42165
42166 2002-05-28  Jim Meyering  <meyering@lucent.com>
42167
42168         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
42169         Reported by Volker Borchert.
42170
42171 2002-05-27  Jim Meyering  <meyering@lucent.com>
42172
42173         Fix a problem seen only on nonconforming systems whereby ls.c's
42174         use of localtime, and then of gettimeofday would cause trouble:
42175         the localtime call used to initialize rpl_gettimeofday's save
42176         mechanism would clobber ls's current local time information so
42177         that in any long listing the first file would always be listed
42178         with date 1970-01-01.  Analysis by Volker Borchert.
42179
42180         * lib/gettimeofday.c (localtime): Undefine.
42181         (rpl_localtime): New function.
42182
42183 2002-05-27  Jim Meyering  <meyering@lucent.com>
42184
42185         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
42186         localtime.
42187
42188         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
42189         use the replacement function; it wouldn't resolve at link time.
42190         Reported by Volker Borchert.
42191
42192 2002-05-22  Jim Meyering  <meyering@lucent.com>
42193
42194         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
42195         file-type.h.
42196         * lib/file-type.h: New file.
42197         * lib/file-type.c (file_type): New file/function.  Extracted from
42198         diffutils.
42199
42200 2002-04-30  Jim Meyering  <meyering@lucent.com>
42201
42202         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
42203
42204 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42205
42206         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
42207
42208 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42209
42210         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
42211         Do not check for alloca.h (no longer used) or stdbool.h (was never
42212         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
42213
42214 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42215
42216         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
42217
42218 2002-04-29  Jim Meyering  <meyering@lucent.com>
42219
42220         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
42221         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
42222         Use AC_FUNC_STRNLEN here instead.
42223
42224         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
42225         With autoconf-2.53a, it's part of AC_PROG_CC.
42226
42227 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42228
42229         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
42230         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
42231
42232 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42233
42234         * lib/sig2str.h, lib/sig2str.c: New files.
42235         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
42236
42237 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42238
42239         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
42240         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
42241         of 127, since 64 is the largest conceivable number for ancient
42242         nonstandard hosts.
42243         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
42244
42245 2002-04-28  Jim Meyering  <meyering@lucent.com>
42246
42247         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
42248
42249 2002-04-24  Jim Meyering  <meyering@lucent.com>
42250
42251         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
42252         (jm_PREREQ): Use it.
42253
42254         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
42255         mach/mach.h fcntl.h.
42256         Check for this function: setlocale.
42257
42258 2002-04-24  Jim Meyering  <meyering@lucent.com>
42259
42260         * lib/gettext.h: New file, from Gettext.
42261         * lib/Makefile.am (INCLUDES): Remove -I../intl.
42262         (libfetish_a_SOURCES): Add gettext.h.
42263
42264 2002-04-16  Jim Meyering  <meyering@lucent.com>
42265
42266         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
42267         ut_pid, ut_id, ut_exit.
42268
42269 2002-04-16  Jim Meyering  <meyering@lucent.com>
42270
42271         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
42272         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
42273         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
42274
42275 2002-04-12  Jim Meyering  <meyering@lucent.com>
42276
42277         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
42278         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
42279         existence of the getmntinfo function.  Needed for Darwin 5.3.
42280
42281         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
42282         This is necessary at least on Darwin 5.3.
42283
42284         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
42285         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
42286         strnlen.o in the library, and that makes some versions of ranlib
42287         object.
42288
42289 2002-04-12  Jim Meyering  <meyering@lucent.com>
42290
42291         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
42292
42293 2002-04-09  Jim Meyering  <meyering@lucent.com>
42294
42295         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
42296         to be more precise.  Rather than saying we're checking whether the
42297         function `works', say what we're testing.
42298         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
42299         Reported by Bruno Haible.
42300
42301 2002-03-10  Jim Meyering  <meyering@lucent.com>
42302
42303         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
42304         Suggestion from Santiago Vila.
42305
42306 2002-03-08  Jim Meyering  <meyering@lucent.com>
42307
42308         * lib/rename.c: Mention that this wrapper is needed also on
42309         mips-dec-ultrix4.4 systems.
42310
42311 2002-03-02  Jim Meyering  <meyering@lucent.com>
42312
42313         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
42314         not HAVE_CLOCK_SETTIME.
42315
42316 2002-02-27  Paul Eggert  <eggert@twinsun.com>
42317
42318         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
42319         Check for clock_settime.
42320
42321 2002-02-27  Paul Eggert  <eggert@twinsun.com>
42322
42323         * lib/nanosleep.h: Rename to....
42324         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
42325
42326         * lib/gettime.c: New file.
42327         * lib/settime.c: New file.
42328         * lib/stime.c: Remove.
42329
42330         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
42331         timespec.h.  Remove nanosleep.h.
42332
42333 2002-02-25  Paul Eggert  <eggert@twinsun.com>
42334
42335         * m4/acl.m4: New file.
42336         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
42337         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
42338
42339 2002-02-25  Paul Eggert  <eggert@twinsun.com>
42340
42341         * lib/acl.c, lib/acl.h: New files.
42342         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
42343
42344 2002-02-24  Jim Meyering  <meyering@lucent.com>
42345
42346         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
42347         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
42348         cause trouble.  Reported by Nelson Beebe.
42349
42350 2002-02-23  Paul Eggert  <eggert@twinsun.com>
42351
42352         * lib/path-concat.c (xpath_concat): Reorder code to pacify
42353         compilers that don't know that xalloc_die never returns.
42354
42355 2002-02-20  Jim Meyering  <meyering@lucent.com>
42356
42357         * lib/getdate.c: Regenerate using bison-1.33.
42358
42359 2002-02-17  Jim Meyering  <meyering@lucent.com>
42360
42361         * config/config.guess (main): Don't use `head -1'; it's no longer
42362         portable. Use `sed 1q' instead.
42363
42364 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
42365
42366         * m4/codeset.m4: Upgrade to gettext-0.11.
42367         * m4/gettext.m4: Upgrade to gettext-0.11.
42368         * m4/glibc21.m4: Upgrade to gettext-0.11.
42369         * m4/iconv.m4: Upgrade to gettext-0.11.
42370         * m4/isc-posix.m4: Upgrade to gettext-0.11.
42371         * m4/lcmessage.m4: Upgrade to gettext-0.11.
42372         * m4/lib-ld.m4: New file, from gettext-0.11.
42373         * m4/lib-link.m4: New file, from gettext-0.11.
42374         * m4/lib-prefix.m4: New file, from gettext-0.11.
42375         * m4/progtest.m4: Upgrade to gettext-0.11.
42376
42377 2002-02-15  Paul Eggert  <eggert@twinsun.com>
42378
42379         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
42380         (jm_PREREQ): Use it.
42381
42382 2002-02-15  Paul Eggert  <eggert@twinsun.com>
42383
42384         * lib/posixver.c, lib/posixver.h: New files.
42385         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
42386
42387 2002-02-02  Paul Eggert  <eggert@twinsun.com>
42388             Bruno Haible  <bruno@clisp.org>
42389
42390         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
42391         (fwrite_success_callback): New declaration.
42392         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
42393         print_unicode_char. Call failure callback instead of error.
42394         (fwrite_success_callback): New function.
42395         (exit_failure_callback): New function.
42396         (fallback_failure_callback): New function.
42397         (print_unicode_char): Call unicode_to_mb.
42398
42399 2002-01-26  Jim Meyering  <meyering@lucent.com>
42400
42401         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
42402         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
42403
42404 2002-01-26  Jim Meyering  <meyering@lucent.com>
42405
42406         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
42407
42408 2002-01-22  Paul Eggert  <eggert@twinsun.com>
42409
42410         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
42411
42412 2002-01-22  Jim Meyering  <meyering@lucent.com>
42413
42414         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
42415         Otherwise, some versions of automake would omit the rule that makes
42416         Makefile from Makefile.in.
42417
42418 2002-01-21  Paul Eggert  <eggert@twinsun.com>
42419
42420         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
42421         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
42422         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
42423         (memcoll): Set errno to zero if there is no error.
42424
42425         * lib/quotearg.c (quotearg_buffer_restyled):
42426         Fix bug with quoting buffers containing NUL when backslashing escapes.
42427         This bug was exposed by the other changes in this patch.
42428         (quotearg_n_options): New arg ARGSIZE.
42429         All callers changed.
42430         (quoting_options_from_style): New function.
42431         (quotearg_n_style): Use it.
42432         (quotearg_n_style_mem): New function.
42433
42434         * lib/quotearg.h (quotearg_n_style_mem): New function.
42435
42436 2002-01-19  Jim Meyering  <meyering@lucent.com>
42437
42438         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
42439         Remove useless quotes: DF_PROG="df".
42440         * m4/strnlen.m4: New file.
42441
42442 2002-01-16  Paul Eggert  <eggert@twinsun.com>
42443
42444         * lib/backupfile.c (ISDIGIT): Comment fix.
42445         * lib/getdate.y (ISDIGIT): Likewise.
42446         * lib/posixtm.c (ISDIGIT, year): Likewise.
42447         * lib/strverscmp.c (ISDIGIT): Likewise.
42448         * lib/userspec.c (ISDIGIT): Likewise.
42449
42450 2002-01-16  Jim Meyering  <meyering@lucent.com>
42451
42452         * lib/getdate.y: Add three semicolons, each just before a closing
42453         brace. Bison (as of version 1.31) no longer papers over that mistake.
42454
42455 2002-01-05  Jim Meyering  <meyering@lucent.com>
42456
42457         * lib/version-etc.c (version_etc_copyright): Update copyright year.
42458
42459 2001-12-19  Paul Eggert  <eggert@twinsun.com>
42460
42461         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
42462         not silently exit merely because the output buffer happens to
42463         have nothing pending.
42464
42465 2001-12-18  Paul Eggert  <eggert@twinsun.com>
42466
42467         See the big note in ../ChangeLog.
42468         * lib/human.c (suffixes): Prefer K to k for 1024.
42469         (generate_suffix_backwards): New function.
42470         (human_readable_inexact): Use it.
42471         * lib/xstrtol.c (__xstrtol): If there is no number but there
42472         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
42473         Accept 'K' as well as 'k'.
42474
42475 2001-12-15  Jim Meyering  <meyering@lucent.com>
42476
42477         * lib/regex.h (__restrict_arr): Update from libc.
42478
42479         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
42480         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
42481         (STREQ): Define.
42482
42483 2001-12-14  Jim Meyering  <meyering@lucent.com>
42484
42485         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
42486         Suggestion from Bruno Haible.
42487
42488 2001-12-10  Jim Meyering  <meyering@lucent.com>
42489
42490         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
42491         xrealloc, Instead, include "xalloc.h".
42492         (initbuffer): Don't cast xmalloc return value to char*.
42493         (readline): Reword comment.
42494         Don't cast xrealloc return value to char*
42495         Return NULL, not 0.
42496
42497 2001-12-09  Jim Meyering  <meyering@lucent.com>
42498
42499         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
42500         about `signed and unsigned type in conditional expression'.
42501         * lib/posixtm.c (posix_time_parse): Likewise.
42502
42503         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
42504
42505         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
42506         to avoid a pedantic warning.
42507
42508         * lib/getstr.c: Don't include assert.h.
42509         (getstr): Remove warning-evoking assertions.
42510         Return -1 if offset parameter is out of bounds.
42511         Change the type of a local from int to size_t.
42512
42513         * lib/strftime.c (my_strftime_localtime_r): Include this function
42514         definition in the `#if ! HAVE_TM_GMTOFF' block.
42515
42516         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
42517         Include xalloc.h instead.
42518
42519 2001-12-02  Jim Meyering  <meyering@lucent.com>
42520
42521         * lib/tempname.c: Don't declare getenv, thus reverting the change of
42522         2001-11-18.  It's no longer necessary, now that stdlib.h is always
42523         included.
42524
42525         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
42526         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
42527
42528 2001-11-30  Akim Demaille  <akim@epita.fr>
42529
42530         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
42531         before being defined.
42532
42533 2001-11-27  Paul Eggert  <eggert@twinsun.com>
42534
42535         * lib/quotearg.h (quotearg_n, quotearg_n_style):
42536         First arg is int, not unsigned.
42537         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
42538         (SIZE_MAX, UINT_MAX): New macros.
42539         (quotearg_n_options): Abort if N is negative.
42540         Avoid overflow check on hosts where size_t is 64 bits and int
42541         is 32 bits, as overflow is impossible there.
42542         Fix off-by-one typo that caused unnecessary reallocation.
42543
42544 2001-11-27  Jim Meyering  <meyering@lucent.com>
42545
42546         * lib/tempname.c: Merge with version from libc.
42547         * lib/regex.c: Likewise.
42548
42549         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
42550         systems for which STDC_HEADERS is 0, it was not included, resulting in
42551         a warning about an integer-to-pointer conversion problem with getenv.
42552         Reported by Volker Borchert.
42553
42554 2001-11-26  Jim Meyering  <meyering@lucent.com>
42555
42556         * lib/gtod.h: Remove file.
42557         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
42558         * lib/gettimeofday.c: Don't include gtod.h.
42559         (GTOD_init): Remove function.
42560         (rpl_gettimeofday): Do its job here instead, rather than aborting.
42561         Suggestion from Volker Borchert.
42562
42563 2001-11-23  Jim Meyering  <meyering@lucent.com>
42564
42565         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
42566         it.
42567         * lib/hash.c (struct hash_table): Define it here instead.
42568
42569 2001-11-22  Jim Meyering  <meyering@lucent.com>
42570
42571         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
42572
42573 2001-11-20  Jim Meyering  <meyering@lucent.com>
42574
42575         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
42576         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
42577
42578 2001-11-19  Jim Meyering  <meyering@lucent.com>
42579
42580         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
42581         directory.  Use "conftestXXXXXX" as the template.
42582         Suggestion from Paul Eggert.
42583
42584         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
42585         immediately, so the test doesn't mistakenly hit the max-open-files
42586         limit.
42587
42588 2001-11-18  Paul Eggert  <eggert@twinsun.com>
42589
42590         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
42591         (TEMPORARIES): New macro.
42592         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
42593         removes an artificial limitation (e.g. HP-UX 10.20, where
42594         TMP_MAX is 17576).
42595
42596 2001-11-18  Jim Meyering  <meyering@lucent.com>
42597
42598         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
42599
42600 2001-11-18  Jim Meyering  <meyering@lucent.com>
42601
42602         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
42603         on SunOS 4.
42604
42605         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
42606         files will be created before anything else.
42607
42608 2001-11-17  Paul Eggert  <eggert@twinsun.com>
42609
42610         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
42611         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
42612
42613 2001-11-17  Jim Meyering  <meyering@lucent.com>
42614
42615         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
42616         Prompted by a report from Bob Proulx.
42617
42618         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
42619         Instead, require UTILS_FUNC_MKSTEMP.
42620
42621 2001-11-17  Jim Meyering  <meyering@lucent.com>
42622
42623         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
42624         Now, that's done as part of AC_FUNC_STRTOD.
42625
42626 2001-11-17  Jim Meyering  <meyering@lucent.com>
42627
42628         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
42629         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
42630         rather than group writable.  Patch by Juan F. Codagnone.
42631
42632         * lib/readtokens.c: Remove explicit declarations of xmalloc and
42633         xrealloc, Instead, include "xalloc.h".
42634
42635         * lib/mountlist.c: Include unlocked-io.h after all system headers.
42636         Remove explicit declarations of xmalloc, xrealloc,
42637         and xstrdup.  Instead, include "xalloc.h".
42638
42639         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
42640         unlocked-io.h.
42641         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
42642         Likewise.
42643         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
42644
42645         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
42646         Reported by Padraig Brady.
42647
42648         * lib/mkstemp.c: #undef mkstemp.
42649         Include config.h.
42650         (rpl_mkstemp): Rename from mkstemp.
42651         Protoize.
42652
42653 2001-11-16  Jim Meyering  <meyering@lucent.com>
42654
42655         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
42656         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
42657         determine the amount of total physical memory, use pstat_getstatic.
42658         HPUX-11 doesn't define _SC_PHYS_PAGES.
42659         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
42660         If sysconf couldn't be used to determine the amount of available
42661         physical memory, use both pstat_getstatic and pstat_getdynamic.
42662         Based on a patch from Bob Proulx.
42663
42664 2001-11-10  Jim Meyering  <meyering@lucent.com>
42665
42666         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
42667         (jm_PREREQ): Use it.
42668
42669 2001-11-09  Jim Meyering  <meyering@lucent.com>
42670
42671         * m4/jm-macros.m4: Require autoconf-2.52f.
42672         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
42673         Use these AC_-prefixed names, not the AM_-prefixed ones.
42674
42675         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
42676
42677 2001-11-05  Jim Meyering  <meyering@lucent.com>
42678
42679         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
42680
42681 2001-11-04  Jim Meyering  <meyering@lucent.com>
42682
42683         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
42684         $DEFS.
42685
42686 2001-11-03  Jim Meyering  <meyering@lucent.com>
42687
42688         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
42689         of AC_DEFUN.
42690
42691         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
42692         know the name of the variable in the macro definition.
42693
42694 2001-11-03  Jim Meyering  <meyering@lucent.com>
42695
42696         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
42697         in argmatch_to_argument call.
42698
42699         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
42700         argument.
42701
42702         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
42703         e.g., a fault due to an attempt to free a NULL pointer.
42704
42705 2001-11-01  Jim Meyering  <meyering@lucent.com>
42706
42707         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
42708         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
42709
42710 2001-11-01  Jim Meyering  <meyering@lucent.com>
42711
42712         * lib/dirfd.c, lib/dirfd.h: New files.
42713         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
42714
42715         * lib/hash.c (hash_print) [TESTING]: Clean up.
42716
42717 2001-10-22  Paul Eggert  <eggert@twinsun.com>
42718
42719         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
42720         to avoid a warning if -Wall.
42721
42722 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
42723
42724         * README: New file
42725         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
42726         (per RMS's instructions, this is now the canonical source)
42727         * lgpl/, gpl/: New directories.
42728
42729 2001-10-21  Paul Eggert  <eggert@twinsun.com>
42730
42731         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
42732
42733 2001-10-21  Jim Meyering  <meyering@lucent.com>
42734
42735         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
42736         this code would end up calling gettext even in packages built
42737         with --disable-nls.
42738         * lib/getopt.c (_): Likewise.
42739         * lib/regex.c (_): Likewise.
42740
42741 2001-10-20  Paul Eggert  <eggert@twinsun.com>
42742
42743         * m4/error.m4 (jm_PREREQ_ERROR):
42744         Do not invoke AC_CHECK_FUNCS with strerror_r, as
42745         AC_FUNC_STRERROR_R does that.
42746         Check for strerror declaration.
42747
42748         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
42749         are supposed to have them these days.
42750         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
42751         Merge changes from latest Autoconf CVS.
42752         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
42753         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
42754         POSIX decided to standardize on the int flavor of strerror_r.
42755
42756 2001-10-20  Paul Eggert  <eggert@twinsun.com>
42757
42758         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
42759         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
42760         Use strerror_r that is only a macro, even if it is not a function.
42761         (strerror): Check for HAVE_DECL_STRERROR before declaring.
42762         (private_strerror): Use prototypes, not old-style function definition.
42763         (print_errno_message): New function.
42764         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
42765         char*-flavored one.
42766         (error_tail, error, error_at_line): Use it.
42767
42768 2001-10-11  Jim Meyering  <meyering@lucent.com>
42769
42770         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
42771         and quote_n (1, ... to avoid clobbering a buffer.
42772
42773 2001-10-05  Jim Meyering  <meyering@lucent.com>
42774
42775         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
42776         hash-pjw.h.
42777         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
42778         * lib/hash-pjw.h: New file.
42779
42780 2001-09-30  Jim Meyering  <meyering@lucent.com>
42781
42782         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
42783         `struct fsstat' has the `f_fstypename' member.
42784         Use that to define FS_TYPE, which is now used to make
42785         the getfsstat link test tighter.
42786
42787 2001-09-30  Jim Meyering  <meyering@lucent.com>
42788
42789         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
42790         Include <sys/ucred.h>, for Apple Darwin.
42791         Include sys/mount.h and sys/fs_types.h only if available.
42792         (FS_TYPE): Define.
42793         (read_filesystem_list): Use FS_TYPE.
42794
42795 2001-09-29  Paul Eggert  <eggert@twinsun.com>
42796
42797         * lib/exclude.c (excluded_filename): 0 -> false, since it's
42798         a boolean context.
42799
42800 2001-09-29  Jim Meyering  <meyering@lucent.com>
42801
42802         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
42803         [one-argument getmntent function]): Include stdio.h before mntent.h.
42804         SunOS 4.1.x needs it for the declaration of `FILE'.
42805         Patch by Volker Borchert.
42806
42807         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
42808         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
42809         sys/fs_types.h, and make the link-test for getfsstat guard #include
42810         directives with appropriate #if HAVE_*_H tests so that we can
42811         detect getfsstat on Apple Darwin1.3.7 systems.
42812         Reported by Nelson Beebe.
42813         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
42814
42815 2001-09-28  Paul Eggert  <eggert@twinsun.com>
42816
42817         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
42818         #defines strtoimax.  Also treat the other strto* functions
42819         like strtoimax.
42820
42821         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
42822         Check for strtoul and strtoumax,
42823         as those declarations are made even in the signed case.
42824         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
42825         Likewise, for strtol and strtoimax.
42826
42827 2001-09-28  Paul Eggert  <eggert@twinsun.com>
42828
42829         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
42830         #defines strtoimax.  Also treat the other strto* functions
42831         like strtoimax.
42832
42833         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
42834         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
42835         (strtoimax, strtoumax): Do not declare if already defined as a macro.
42836
42837 2001-09-26  Jim Meyering  <meyering@lucent.com>
42838
42839         Most macros in unlocked-io.h had the wrong number of arguments.
42840         * lib/gen-uio: New script.
42841         (USE_UNLOCKED_IO): Define to 1 if not already defined.
42842         * lib/unlocked-io.hin: Remove file.
42843         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
42844         rather than trying to embed it here.
42845         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
42846         Reported by Padraig Brady.
42847
42848 2001-09-25  Volker Borchert  <bt@teknon.de>
42849
42850         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
42851         `result'.
42852
42853 2001-09-24  Jim Meyering  <meyering@lucent.com>
42854
42855         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
42856
42857 2001-09-23  Jim Meyering  <meyering@lucent.com>
42858
42859         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
42860         instead of the mere test for existence of mntent.h.  The latter
42861         would get a false-positive on AIX 3.4 systems.
42862         In the outer getmntent if-block, don't die if neither of the getmntent
42863         tests succeeds.  Instead, just fall through and continue with the
42864         remaining tests.
42865
42866 2001-09-23  Jim Meyering  <meyering@lucent.com>
42867
42868         * lib/mountlist.c: Remove useless parentheses in #if directives.
42869         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
42870         the deprecated MOUNTED symbol is no longer defined in mntent.h.
42871
42872 2001-09-22  Jim Meyering  <meyering@lucent.com>
42873
42874         * m4/gettext.m4: New file.  From gettext.
42875         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
42876         * m4/progtest.m4: Likewise
42877         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
42878         * m4/glibc21.m4: Likewise.
42879
42880         * m4/libintl.m4: Remove.  No longer used.
42881
42882 2001-09-22  Jim Meyering  <meyering@lucent.com>
42883
42884         * lib/localcharset.c: Update from latest gettext.
42885         * lib/config.charset: Likewise.
42886
42887 2001-09-20  Jim Meyering  <meyering@lucent.com>
42888
42889         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
42890         strtoimax.
42891         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
42892         strtoumax.
42893
42894 2001-09-20  Jim Meyering  <meyering@lucent.com>
42895
42896         * lib/xstrtol.c (strtoimax): Guard declaration with
42897         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
42898         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
42899         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
42900         (strtoumax): Likewise, for completeness (it wasn't necessary).
42901
42902 2001-09-17  Paul Eggert  <eggert@twinsun.com>
42903
42904         * lib/strtoimax.c (HAVE_LONG_LONG):
42905         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
42906         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
42907         to work around bug in IBM C compiler.
42908
42909 2001-09-17  Jim Meyering  <meyering@lucent.com>
42910
42911         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
42912         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
42913         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
42914         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
42915         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
42916         whenever the right hand side need not be expanded by the shell.
42917
42918 2001-09-16  Paul Eggert  <eggert@twinsun.com>
42919
42920         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
42921         library.  It's not correct, as some older glibcs are buggy.
42922         fnmatch wasn't fixed until glibc 2.2.
42923
42924         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
42925         special shell magic here.
42926
42927 2001-09-16  Jim Meyering  <meyering@lucent.com>
42928
42929         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
42930         * m4/jm-macros.m4: Require it.
42931
42932 2001-09-16  Jim Meyering  <meyering@lucent.com>
42933
42934         * lib/mkdir.c: New file.
42935
42936 2001-09-15  Jim Meyering  <meyering@lucent.com>
42937
42938         * m4/jm-macros.m4: Check for help2man.
42939
42940 2001-09-11  Jim Meyering  <meyering@lucent.com>
42941
42942         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
42943         The body, by Paul Eggert, was moved here from configure.in.
42944         * m4/jm-macros.m4: Require UTILS_HOST_OS.
42945
42946 2001-09-04  Paul Eggert  <eggert@twinsun.com>
42947
42948         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
42949         (jm_PREREQ): Use it.
42950
42951 2001-09-04  Paul Eggert  <eggert@twinsun.com>
42952
42953         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
42954         Use ssize_t, not int, to store result of readlink.
42955         Check for ssize_t overflow as well as size_t overflow,
42956         as POSIX says the result of readlink is implementation-defined
42957         when ssize_t overflows.
42958         Remove unnecessary cast to char*.
42959         Use free+malloc instead of realloc, as the storage doesn't need
42960         to be preserved and it's clearer and can be more efficient that way.
42961         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
42962         * lib/xreadlink.h (xreadlink): Update prototype.
42963
42964 2001-09-04  Paul Eggert  <eggert@twinsun.com>
42965
42966         * lib/xgetcwd.c: Revert some of the previous change; intead,
42967         fix the HAVE_GETCWD_NULL code to behave more like the
42968         !HAVE_GETCWD_NULL code used to.
42969
42970         Include "xalloc.h".
42971         (xgetcwd): Do not return NULL when memory is exhausted; instead,
42972         invoke xalloc_die.
42973
42974 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42975
42976         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
42977         sys/param.h, as pathmax.h includes them.
42978
42979 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42980
42981         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
42982         (jm_PREREQ_XGETCWD): New macro.
42983
42984         * m4/getcwd.m4: New file.
42985
42986 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42987
42988         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
42989         like the HAVE_GETCWD_NULL code.
42990         Include pathmax.h if not HAVE_GETCWD.
42991         Do not include xalloc.h.
42992         (INITIAL_BUFFER_SIZE): New symbol.
42993         Do not use xmalloc / xrealloc, since the caller is responsible for
42994         handling errors.  Preserve errno around `free' during failure.
42995         Do not overrun buffer when using getwd.
42996
42997 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42998
42999         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
43000         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
43001         getcwd (NULL, 0).
43002
43003 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43004
43005         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
43006         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
43007         spotted by Jim Meyering.
43008
43009 2001-09-03  Jim Meyering  <meyering@lucent.com>
43010
43011         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
43012         failure.
43013
43014 2001-09-02  Jim Meyering  <meyering@lucent.com>
43015
43016         * lib/error.c: Update from GNU libc.
43017
43018 2001-09-01  Jim Meyering  <meyering@lucent.com>
43019
43020         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
43021         Used by df.
43022
43023 2001-09-01  Jim Meyering  <meyering@lucent.com>
43024
43025         * lib/xreadlink.c: New file.
43026         * lib/xreadlink.h: New file.
43027         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
43028         xreadlink.h.
43029
43030         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
43031         doesn't conflict with sparc Solaris 7's definition in
43032         /usr/include/sys/int_types.h.
43033
43034         * lib/exclude.c: Use `""', not `<>' to #include non-system header
43035         files.
43036         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
43037         and strncasecmp as r-values.  Unixware didn't have declarations.
43038
43039 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43040
43041         * lib/xstrtol.h: Add copyright notice.
43042         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
43043         LONGINT_INVALID_SUFFIX_CHAR.
43044
43045 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43046
43047         * lib/xstrtol.c (strtoimax): New decl.
43048
43049 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43050
43051         * lib/xgetcwd.c: Don't include pathmax.h.
43052         Include stdlib.h and unistd.h if available.
43053         Include xalloc.h.
43054         (xmalloc, xstrdup, free): Remove decls.
43055         (xgetcwd): Don't assume sizes fit in unsigned.
43056         Check for overflow when computing sizes.
43057         Simplify reallocation code.
43058
43059 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43060
43061         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
43062         a directory's st_size can have an arbitrary value, so the old
43063         usage could waste an arbitrary amount of memory.  All uses
43064         changed.
43065         * lib/savedir.h: Update prototype.
43066
43067 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43068
43069         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
43070
43071         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
43072         old strtoimax.c.
43073
43074         Also, make the following further changes to make this file's
43075         configuration more similar to that of strtol.c:
43076         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
43077         (strtoumax, uintmax_t, strtoull, strtol): Remove.
43078         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
43079         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
43080         changed to signed values.
43081
43082         And make the following changes as well:
43083         Fix copyright notice, as 1999 was missing.
43084         (verify): New macro.
43085         (strtoimax): Check sizes at compile-time, not run-time.
43086         Prefer strtol to strtoll if both work.
43087         (main): Remove; it was not that useful and was a pain to maintain.
43088
43089         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
43090
43091 2001-08-31  Jim Meyering  <meyering@lucent.com>
43092
43093         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
43094         Use an initial, malloc'd, buffer of length 128 rather than
43095         a statically allocated one of length 1024.
43096
43097 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43098
43099         Simplify code, partly by assuming autoconf 2.52 semantics.
43100
43101         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
43102
43103         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
43104         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
43105         All uses removed.
43106         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
43107         Move AC_REQUIRE to next-to-top level, to avoid confusion.
43108         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
43109         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
43110         jm_AC_HEADER_INTTYPES_H.
43111         * m4/jm-macros.m4 (jm_MACROS): Likewise.
43112
43113         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
43114
43115         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
43116         Quote first arg of AC_DEFUN.
43117         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
43118         since they are needed to parse the include file even if we need
43119         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
43120         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
43121         but with opposite signedness.
43122
43123 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43124
43125         Merge 'exclude' changes from tar 1.13.22.
43126         This fixes one or two unlikely storage allocation overflow bugs,
43127         but doesn't change user-visible behavior otherwise.
43128
43129 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43130
43131         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
43132         (jm_PREREQ_EXCLUDE): New macro.
43133
43134 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43135
43136         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
43137         tm to be declared.
43138
43139 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43140
43141         * lib/hash.c: Remove '2001' from copyright notice.
43142
43143 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43144
43145         * lib/full-write.h: New file.
43146         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
43147         * lib/full-write.c: Correct credits, as cccp.c no longer
43148         exists and anyway it was so heavily changed from the old cccp
43149         code as to be unrecognizable.  Include full-write.h.
43150         (full_write) Return size_t, with short writes meaning failure.
43151         All callers changed.  This fixes a bug with large buffers
43152         on 64-bit hosts.
43153         * lib/utime.c: Include full-write.h.
43154
43155 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43156
43157         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
43158         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
43159         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
43160         Include if available.
43161         (<xalloc.h>): Include
43162         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
43163         (verify): New macro.  Use it to verify that EXCLUDE macros do not
43164         collide with FNM macros.
43165         (struct patopts): New struct.
43166         (struct exclude): Use it, as exclude patterns now come with options.
43167         (new_exclude): Support above changes.
43168         (new_exclude, add_exclude_file):
43169         Initial size must now be a power of two to simplify overflow checking.
43170         (free_exclude, fnmatch_no_wildcards): New function.
43171         (excluded_filename): No longer requires options arg, as the options
43172         are determined by add_exclude.  Now returns bool, not int.
43173         (excluded_filename, add_exclude):
43174         Add support for the fancy new exclusion options.
43175         (add_exclude, add_exclude_file): Now takes int options arg.
43176         Check for arithmetic overflow when computing sizes.
43177         (add_exclude_file): xrealloc might modify errno, so don't
43178         realloc until after errno might be used.
43179
43180         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
43181         New macros.
43182         (free_exclude): New decl.
43183         (add_exclude, add_exclude_file): Now takes int options arg.
43184         (excluded_filename): No longer requires options arg, as the options
43185         are determined by add_exclude.  Now returns bool, not int.
43186
43187 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43188
43189         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
43190
43191 2001-08-27  Jim Meyering  <meyering@lucent.com>
43192
43193         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
43194
43195         * lib/version-etc.c (N_): Remove definition.
43196         Revert most of last change.
43197         Instead, simply don't mark the `Copyright...' string for translation.
43198         Based on advice from Paul Eggert.
43199
43200         * lib/strtoxmax.c: Tweak comment.
43201
43202 2001-08-26  Jim Meyering  <meyering@lucent.com>
43203
43204         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
43205
43206         * m4/xstrtoimax.m4: New file.
43207         * m4/xstrtoumax.m4: Add comments explaining why we
43208         AC_REPLACE_FUNCS(strtol).
43209
43210 2001-08-26  Jim Meyering  <meyering@lucent.com>
43211
43212         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
43213         of copyright with `%s' so translators don't get an untranslated
43214         message in 2002.
43215         (COPYRIGHT_YEAR): Define.
43216         (version_etc): Use fprintf rather than fputs.
43217         Suggestion from Ulrich Drepper.
43218
43219         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
43220
43221         * lib/strtoll.c: New file, from GNU libc.
43222         * lib/xstrtoimax.c: New file.
43223
43224         * lib/xstrtol.h: Add xstrtoimax.
43225         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
43226         * lib/strtoimax.c: New file.  Likewise, but first define
43227         STRTOUXMAX_SIGNED.
43228
43229         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
43230         ...
43231         * lib/strtoxmax.c: ... then renamed to this.
43232
43233 2001-08-18  Paul Eggert  <eggert@twinsun.com>
43234
43235         * m4/inttypes.m4: Add AC_PREREQ(2.13).
43236         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
43237         (jm_AC_TYPE_INTMAX_T): New macro.
43238         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
43239
43240         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
43241
43242         * m4/longlong.m4: Renamed from ulonglong.m4.
43243         * m4/inttypes.m4: Renamed from inttypes_h.m4.
43244         * m4/uintmax_t.m4: Removed.
43245
43246 2001-08-13  Paul Eggert  <eggert@twinsun.com>
43247
43248         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
43249         Port to Solaris 8, where 'sed' requires a space after the 'r'
43250         command, and where sh dislikes "$/".  Clean up the spacing a bit.
43251         Redirect output to $tmp just once.
43252
43253 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
43254
43255         * lib/addext.c (<errno.h>): Include.
43256         (errno): Declare if not defined.
43257         (addext): Work correctly when pathconf returns -1 and leaves
43258         errno alone because there is no limit.  Also, work even if
43259         pathconf returns a value greater than SIZE_MAX.
43260
43261 2001-08-12  Jim Meyering  <meyering@lucent.com>
43262
43263         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
43264         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
43265         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
43266         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
43267         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
43268         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
43269         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
43270         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
43271         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
43272         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
43273         utime.m4, utimes.m4, xstrtoumax.m4:
43274         Quote the first argument in each use of AC_DEFUN.
43275
43276 2001-08-12  Jim Meyering  <meyering@lucent.com>
43277
43278         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
43279         Simply `return getcwd (NULL, 0);'.
43280         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
43281         Use 1300 as initial value for length, not PATH_MAX.
43282
43283         * lib/pathmax.h: Clean up cpp syntax.
43284
43285 2001-08-12  Jim Meyering  <meyering@lucent.com>
43286
43287         * lib/gettimeofday.c: New file.
43288         * lib/gtod.h: New file.
43289         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
43290
43291 2001-08-05  Jim Meyering  <meyering@lucent.com>
43292
43293         * m4/jm-macros.m4: Require autoconf-2.52.
43294
43295 2001-08-04  Jim Meyering  <meyering@lucent.com>
43296
43297         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
43298         stmt, to get in sync with glibc.
43299
43300 2001-08-03  Paul Eggert  <eggert@twinsun.com>
43301
43302         The following changes are from gettext 0.10.39 as maintained by
43303         Bruno Haible.
43304
43305         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
43306         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
43307         with inverted sense.  All uses changed.
43308
43309         * lib/mbswidth.c: Don't include <limits.h>.
43310         Include <stdlib.h> and <string.h> unconditionally.
43311         (iswcntrl, mbsinit, ISCNTRL): New macros.
43312         (mbsnwidth): Use K&R style function declarations.
43313         Don't bother checking for MB_LEN_MAX == 1, since the compiler
43314         can optimize it when MB_CUR_MAX == 1.
43315         The width of control characters is zero, not 1.
43316
43317 2001-08-03  Paul Eggert  <eggert@twinsun.com>
43318
43319         The following changes are from gettext 0.10.39 as maintained by
43320         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
43321
43322         * m4/codeset.m4: Upgrade to serial AM1.
43323         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
43324         all uses changed.  Quote first arg of AC_DEFUN.
43325         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
43326
43327         * m4/iconv.m4: Upgrade to serial AM2.
43328         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
43329         Add --with-libconv-prefix.
43330         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
43331         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
43332         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
43333         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
43334         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
43335
43336         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
43337         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
43338         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
43339         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
43340         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
43341         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
43342         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
43343         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
43344         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
43345
43346         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
43347         string.h any more.
43348
43349         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
43350         not the default value.
43351
43352         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
43353         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
43354         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
43355         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
43356         Also check for iswcntrl, used for wcwidth fallback.
43357         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
43358         to Autoconf 2.13.
43359
43360 2001-08-03  Jim Meyering  <meyering@lucent.com>
43361
43362         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
43363         as it was in the original.  Reported by Paul Eggert.
43364
43365 2001-07-16  Jim Meyering  <meyering@lucent.com>
43366
43367         * m4/gettimeofday.m4: New file.
43368         Prompted by a report from Bernhard Baehr.
43369
43370 2001-07-15  Jim Meyering  <meyering@lucent.com>
43371
43372         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
43373         stuff. Now it's in ../Makefile.cfg.
43374
43375 2001-07-15  Jim Meyering  <meyering@lucent.com>
43376
43377         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
43378         (BUILT_SOURCES): Add unlocked-io.h.
43379         (io_functions): Define.
43380         (unlocked-io.h): New rule.
43381         (DISTCLEANFILES): Add unlocked-io.h.
43382         (all-local): Depend on unlocked-io.h, to ensure it is created.
43383
43384         * lib/unlocked-io.hin: New file
43385
43386         * lib/regex.c: Update from glibc.
43387
43388 2001-07-05  Jim Meyering  <meyering@lucent.com>
43389
43390         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
43391         recommendation.
43392         (libfetish_a_SOURCES): Put all .h files here instead.
43393         Remove a thus-exposed (better checks in automake) duplicate and
43394         two unnecessary .h files.
43395
43396 2001-07-04  Jim Meyering  <meyering@lucent.com>
43397
43398         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
43399         that generates jm-glibc-io.m4 so that it doesn't trigger any make
43400         distcheck failure.
43401
43402 2001-07-02  Jim Meyering  <meyering@lucent.com>
43403
43404         The following changes were prompted by suggestions from Bruno Haible.
43405
43406         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
43407         is now generated.
43408         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
43409         definition of EXTRA_DIST.
43410         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
43411         ensure that the generated file is created/updated whenever the list
43412         of $(unlocked_functions) is changed.
43413         (jm-glibc-io.m4): New rule.
43414         (unlocked-io.h): New rule -- currently unused.
43415
43416 2001-06-24  Jim Meyering  <meyering@lucent.com>
43417
43418         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
43419         unmatched right bracket, rather than kludging it with an extra,
43420         falsely-matching quote in a comment.  Patch by Akim Demaille.
43421
43422 2001-06-11  Jim Meyering  <meyering@lucent.com>
43423
43424         * lib/regex.c: Update from GNU libc.
43425
43426 2001-05-27  Jim Meyering  <meyering@lucent.com>
43427
43428         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
43429         Check for ut_type in struct utmp.
43430
43431 2001-05-27  Jim Meyering  <meyering@lucent.com>
43432
43433         * lib/readutmp.h (UT_TYPE): Define.
43434
43435 2001-05-24  Jim Meyering  <meyering@lucent.com>
43436
43437         * lib/argmatch.c: Include "quote.h".
43438         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
43439         quote function.  Reported by Göran Uddeborg.
43440
43441 2001-05-22  Jim Meyering  <meyering@lucent.com>
43442
43443         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
43444         now that we use the package-supplied version unconditionally.
43445         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
43446
43447 2001-05-21  Jim Meyering  <meyering@lucent.com>
43448
43449         * m4/regex.m4: Change a couple backticks to single quotes to avoid
43450         shell syntax errors.
43451
43452 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
43453
43454         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
43455
43456 2001-05-20  Paul Eggert  <eggert@twinsun.com>
43457
43458         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
43459         Don't bother to check library strftime, since
43460         we'll be using our own my_strftime function anyway.
43461         Define my_strftime instead of strftime.
43462
43463 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
43464
43465         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
43466         which is not yet declared.
43467
43468 2001-05-15  Jim Meyering  <meyering@lucent.com>
43469
43470         * m4/regex.m4: Use proper quoting so brackets appear in the test
43471         program.
43472         Reported by, and with help from, Bruno Haible.
43473
43474 2001-05-13  Jim Meyering  <meyering@lucent.com>
43475
43476         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
43477         undefined.
43478
43479 2001-05-11  Paul Eggert  <eggert@twinsun.com>
43480
43481         dirname code cleanup.  base_name now behaves more compatibly
43482         with POSIX basename when given file names that have trailing
43483         slashes, and similarly for dir_name.  Add new primitives
43484         base_len and dir_len.  Put the directory-name-related decls
43485         into dirname.h.
43486
43487         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
43488         * lib/backupfile.c (base_name): Likewise.
43489         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
43490         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
43491         * lib/makepath.c (strip_trailing_slashes): Likewise.
43492         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
43493         ISSLASH): Likewise.
43494         * lib/rename.c (strip_trailing_slashes): Likewise.
43495         * lib/same.c (base_name): Likewise.
43496         * lib/stripslash.c (ISSLASH): Likewise.
43497
43498         * lib/addext.c: Include <dirname.h> after size_t is defined.
43499         * lib/backupfile.c: Likewise.
43500
43501         * lib/addext.c (addext): Use base_len to trim redundant
43502         trailing slashes instead of doing it ourselves.
43503         But do not trim the last slash if it is not redundant.
43504
43505         * lib/backupfile.c (find_backup_file_name,
43506         max_backup_version): Use base_len instead of rolling it ourselves.
43507         Handle the case of "" and (on DOS) "C:" correctly.
43508
43509         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
43510         needed. Include <string.h>, <dirname.h>.
43511         (base_name): Allow file names ending in slashes, other than names
43512         that are all slashes.  In this case, return the basename followed
43513         by the slashes.  This is more general, and can be used in places
43514         where the original base_name purposely had an assertion failure.
43515         (base_len): New function.
43516
43517         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
43518         Do not include <assert.h>; no longer needed.
43519         Include xalloc.h.
43520         (memrchr): Remove decl.
43521         (dir_name_r): Remove.
43522         (dir_len): Renamed from dirlen.  All callers changed.
43523         Rewrite in terms of base_name, for simplicity and consistency.
43524         (dir_name): Never return NULL.  All callers changed.
43525         Do not include <stdlib.h> in test program; no longer needed.
43526         return 0; is fine for test program.
43527
43528         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
43529         New macros.
43530         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
43531
43532         * lib/path-concat.c (path_concat): Use base_len to compute
43533         base length, not strlen; this means we cannot rely on memcpy
43534         to null-terminate.
43535
43536         * lib/same.c (STREQ): Remove.
43537         (same_name): Handle the case where the basename ends in trailing '/'.
43538
43539         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
43540         a slash was stripped.  Do not strip the last slash after a
43541         file system prefix.
43542
43543 2001-05-11  Paul Eggert  <eggert@twinsun.com>
43544
43545         * lib/Makefile.am (libfetish_a_SOURCES):
43546         Add strftime.c, since we now compile it on all hosts.
43547
43548         * lib/strftime.c (my_strftime):
43549         Define to nstrftime if emacs, but only if my_strftime is not defined.
43550         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
43551         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
43552         Add one more extra argument: a nanoseconds value.
43553         All uses changed.
43554         (ns): New macro.
43555         (my_strftime function): Add %N format.
43556         (emacs_strftimeu): Renamed from emacs_strftime,
43557         with extra ut argument.
43558
43559 2001-05-09  Paul Eggert  <eggert@twinsun.com>
43560
43561         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
43562
43563 2001-04-21  Jim Meyering  <meyering@lucent.com>
43564
43565         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
43566         doesn't interfere.
43567
43568 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
43569
43570         * m4/ftruncate.m4: Check for chsize.
43571         Link with ftruncate.o unconditionally if ftruncate is missing.
43572         This was required when cross-compiling to i586-mingw32msvc.
43573
43574 2001-04-08  Jim Meyering  <meyering@lucent.com>
43575
43576         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
43577         recomputed; that's necessary when the offset spans a DST transition.
43578         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
43579
43580 2001-04-02  Jim Meyering  <meyering@lucent.com>
43581
43582         * lib/regex.h, regex.c: Update from GNU libc.
43583
43584 2001-03-24  Jim Meyering  <meyering@lucent.com>
43585
43586         * m4/jm-macros.m4: Require autoconf-2.49d.
43587
43588 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
43589
43590         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
43591
43592 2001-03-19  Paul Eggert  <eggert@twinsun.com>
43593
43594         * lib/version-etc.c (version_etc_copyright): Update to 2001.
43595
43596 2001-03-17  Jim Meyering  <meyering@lucent.com>
43597
43598         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
43599         now that the version in autoconf is equivalent.
43600         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
43601
43602         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
43603         Suggestion from Akim Demaille.
43604
43605         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
43606         (jm_PREREQ_TEMPNAME): New function.
43607
43608 2001-03-16  Paul Eggert  <eggert@twinsun.com>
43609
43610         * lib/tempname.c (uint64_t): Define to uintmax_t if
43611         not defined, and if UINT64_MAX is not defined.
43612         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
43613         Reported by John David Anglin.
43614
43615 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
43616
43617         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
43618         resolve alias if codeset is empty.
43619         * lib/config.charset (BeOS): Use wildcard syntax.
43620
43621 2001-03-13  Jim Meyering  <meyering@lucent.com>
43622
43623         * lib/path-concat.c (path_concat)
43624         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
43625         concatenating e.g., `C:' and `foo'.
43626         From Bruno Haible.
43627
43628 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
43629
43630         * lib/localcharset.c (locale_charset): Don't use
43631         setlocale(LC_CTYPE,NULL). Don't return NULL.
43632         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
43633
43634 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
43635
43636         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
43637         support for DOS/DJGPP.
43638
43639 2001-03-01  Paul Eggert  <eggert@twinsun.com>
43640
43641         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
43642         lacks mkstemp.  Compile our own tempname.c if we compile our own
43643         mkstemp.c, as mkstemp relies on tempname.
43644
43645 2001-03-01  Jim Meyering  <meyering@lucent.com>
43646
43647         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
43648         AH_VERBATIM really does output its argument verbatim.
43649
43650 2001-02-28  Paul Eggert  <eggert@twinsun.com>
43651
43652         * lib/Makefile.am (libfetish_a_SOURCES):
43653         Add dup-safer.c, fopen-safer.c.
43654         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
43655
43656         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
43657         * lib/unistd-safer.h: New files.
43658
43659 2001-02-25  Paul Eggert  <eggert@twinsun.com>
43660
43661         The mkstemp replacement is taken from glibc 2.2.2, with some
43662         portability fixes for use outside glibc, as follows:
43663
43664         * lib/tempname.c (struct_stat64): New macro.
43665         (direxists, __gen_tempname): Use it.
43666         This avoids a portability problem with Solaris 8.
43667
43668         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
43669         (<stddef.h>, <stdint.h>, <string.h>):
43670         Include only if STDC_HEADERS || _LIBC.
43671         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
43672         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
43673         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
43674         (__set_errno): Define this macro if <errno.h> doesn't.
43675         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
43676         Define these macros if <stdio.h> doesn't.
43677         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
43678         Define these macros if <sys/stat.h>
43679         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
43680         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
43681         __xstat64): Define if not _LIBC.
43682         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
43683         (__gen_tempname): Invoke gettimeofday only if
43684         HAVE_GETTIMEOFDAY || _LIBC;
43685         otherwise, fall back on plain "time".
43686         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
43687
43688         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
43689
43690         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
43691
43692 2001-02-18  Paul Eggert  <eggert@twinsun.com>
43693
43694         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
43695
43696 2001-02-17  Paul Eggert  <eggert@twinsun.com>
43697
43698         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
43699         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
43700         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
43701         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
43702
43703 2001-02-17  Paul Eggert  <eggert@twinsun.com>
43704
43705         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
43706         Remove workaround macros for hosts that have mbrtowc but not
43707         mbstate_t, as we now insist on proper declarations for both
43708         before using mbrtowc.
43709
43710 2001-02-17  Jim Meyering  <meyering@lucent.com>
43711
43712         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
43713         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
43714         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
43715         UnixWare 7.1.1.
43716
43717         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
43718         rather than AC_CACHE_VAL.
43719
43720 2001-02-17  Jim Meyering  <meyering@lucent.com>
43721
43722         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
43723         around included file name.
43724
43725         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
43726
43727         * lib/strftime.c: Update from GNU libc (the only changes were to
43728         comments).
43729
43730 2001-02-17  Jim Meyering  <meyering@lucent.com>
43731
43732         * lib/regex.c: Update from libc.
43733
43734 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
43735
43736         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
43737         clash.
43738
43739 2001-02-16  Paul Eggert  <eggert@twinsun.com>
43740
43741         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
43742         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
43743         Reported by Mark Hounschell via Paul Eggert.
43744
43745 2001-02-07  Jim Meyering  <meyering@lucent.com>
43746
43747         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
43748
43749 2001-02-05  Jim Meyering  <meyering@lucent.com>
43750
43751         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
43752         it includes the patch required for `large file' support with at least
43753         HP-UX's 10.20 /bin/cc.
43754
43755 2001-02-03  Jim Meyering  <meyering@lucent.com>
43756
43757         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
43758         AS_IF, now that it works once again (mysteriously).
43759         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
43760
43761 2001-01-30  Jim Meyering  <meyering@lucent.com>
43762
43763         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
43764         * m4/chown.m4: Rename conftestchown to conftest.chown.
43765         * m4/rename.m4: s/conftestdir/conftest.d1/ and
43766         s/conftestdir2/conftest.d2/.
43767         * m4/utimes.m4: s/conftestdata/conftest.data/
43768         Inspired by Pavel Roskin's change in autoconf.
43769
43770 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
43771
43772         * lib/config.charset: Update for FreeBSD 4.2.
43773
43774 2001-01-27  Jim Meyering  <meyering@lucent.com>
43775
43776         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
43777         a use of AS_IF.
43778         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
43779
43780 2001-01-26  Jim Meyering  <meyering@lucent.com>
43781
43782         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
43783         quotearg.c includes it.
43784
43785 2001-01-26  Jim Meyering  <meyering@lucent.com>
43786
43787         * lib/quotearg.c: Include stddef.h.
43788         * lib/quote.c: Include stddef.h.
43789         Reported by Axel Kittenberger.
43790
43791         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
43792         line in double quotes so that it evokes a better diagnostic.
43793         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
43794         Reported by Axel Kittenberger.
43795
43796 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
43797
43798         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
43799         as if it was a `charset'.
43800
43801 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
43802
43803         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
43804         has const.
43805
43806 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
43807
43808         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
43809         to avoid a warning.  Add back 'const' to inptr.
43810
43811 2001-01-20  Jim Meyering  <meyering@lucent.com>
43812
43813         Be sure that headers are checked before used in code compiled
43814         for the type checks.
43815         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
43816         In place of that, invoke jm_CHECK_ALL_TYPES.
43817         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
43818         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
43819         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
43820         The check for ssize_t was mistakenly run before the test for unistd.h.
43821
43822         The configure-time check for stdbool.h was missing.
43823         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
43824         (jm_PREREQ_HASH): New function.
43825
43826 2001-01-17  Jim Meyering  <meyering@lucent.com>
43827
43828         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
43829         for autoconf-2.49c.
43830         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
43831
43832 2001-01-16  Jim Meyering  <meyering@lucent.com>
43833
43834         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
43835         From Bruno Haible.
43836
43837 2001-01-14  Jim Meyering  <meyering@lucent.com>
43838
43839         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
43840         foo and bar.  Create conftestdir/ in the script, not in the C code.
43841         Remove directories in the script, not in the C code.
43842         Remove conftestdir{,2} before trying to create the directory.
43843         Make the entire configure script fail if the mkdir fails.
43844
43845 2001-01-14  Jim Meyering  <meyering@lucent.com>
43846
43847         * lib/rename.c: New file.  From Volker Borchert.
43848         Include stdlib.h, string.h or strings.h, and xalloc.h.
43849         Use strip_trailing_slashes rather than open-coding it.
43850
43851 2001-01-03  Paul Eggert  <eggert@twinsun.com>
43852
43853         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
43854
43855 2001-01-03  Jim Meyering  <meyering@lucent.com>
43856
43857         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
43858         of local `inptr' to avoid warning with some system declarations of
43859         iconv.
43860
43861 2001-01-02  Volker Borchert  <bt@teknon.de>
43862
43863         * m4/rename.m4: New file.
43864         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
43865
43866 2001-01-01  Jim Meyering  <meyering@lucent.com>
43867
43868         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
43869         even on systems with utmpx.h.  It's necessary for the declaration of
43870         utmp's ut_user member.  Reported by Andreas Jaeger.
43871
43872         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
43873         available. They are required for the declarations of getgrgid and
43874         getpwuid resp.
43875         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
43876         Reported by Andreas Jaeger.
43877
43878 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
43879
43880         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
43881         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
43882         so `make install' also works in VPATH builds.
43883
43884 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
43885
43886         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
43887         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
43888         can be used in subdirectories.
43889
43890 2000-12-29  Paul Eggert  <eggert@twinsun.com>
43891
43892         * lib/modechange.c: Do not assume that mode_t uses the
43893         traditional octal encoding.  E.g. "chmod 1 FOO" should set
43894         the other-execute bit of FOO even if S_IXOTH != 1.
43895
43896         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
43897         WOTH, XOTH, ALLM): New macros.
43898         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
43899          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
43900         Use them.
43901         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
43902         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
43903         (mode_compile):
43904         No need to use uintmax_t; unsigned long is long enough.
43905         Don't bother to get suffix since we don't use it.
43906
43907 2000-12-26  Jim Meyering  <meyering@lucent.com>
43908
43909         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
43910         better with autoheader.
43911
43912 2000-12-24  Jim Meyering  <meyering@lucent.com>
43913
43914         * lib/hash.c (is_prime): Return explicit boolean values.
43915         (hash_get_first): Return NULL to appease Irix5.6's 89.
43916         Reported by Nelson Beebe.
43917
43918 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
43919
43920         * lib/localcharset.c (locale_charset): Add support for Win32.
43921
43922 2000-12-18  Paul Eggert  <eggert@twinsun.com>
43923
43924         * lib/physmem.h, lib/physmem.c: New files.
43925
43926         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
43927         (noinst_HEADERS): Add physmem.h.
43928
43929         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
43930         't' for compatibility with Solaris 8 sort.
43931
43932 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
43933
43934         * lib/config.charset: Add support for BeOS.
43935
43936 2000-12-17  Jim Meyering  <meyering@lucent.com>
43937
43938         * m4/dos.m4 (jm_AC_DOS): New file and macro.
43939         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
43940
43941 2000-12-16  Jim Meyering  <meyering@lucent.com>
43942
43943         This bug had a serious impact on chown: `chown N:M FILE' (for integer
43944         N and M) would have treated it like `chown N:N FILE'.
43945
43946         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
43947
43948 2000-12-16  Jim Meyering  <meyering@lucent.com>
43949
43950         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
43951         SHELLS_FILE to a file name that's useful on djgpp systems.
43952         Include stdlib.h.
43953         (ADDITIONAL_DEFAULT_SHELLS): Define.
43954         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
43955         Based mostly on a patch from Prashant TR.
43956
43957 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
43958
43959         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
43960         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
43961         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
43962
43963 2000-12-08  Andreas Schwab  <schwab@suse.de>
43964
43965         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
43966         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
43967
43968 2000-12-07  Jim Meyering  <meyering@lucent.com>
43969
43970         * lib/stripslash.c (ISSLASH): Define.
43971         (strip_trailing_slashes): Use ISSLASH rather than comparing against
43972         `/'.
43973         From Prashant TR.
43974
43975         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
43976         (dir_name_r): Declare this function as static.
43977         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
43978         manifest itself on a name containing a mix of slashes and
43979         backslashes.
43980         Make this function work with names starting with a DOS-style
43981         drive letter and colon prefix.
43982         (dir_name): Append `.' if necessary.
43983         Based mostly on patches from Prashant TR and Eli Zaretskii.
43984
43985         * lib/dirname.h (dir_name_r): Remove prototype.
43986
43987 2000-12-06  Paul Eggert  <eggert@twinsun.com>
43988
43989         * m4/off_t-format.m4: Remove this file.
43990         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
43991
43992 2000-12-06  Jim Meyering  <meyering@lucent.com>
43993
43994         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
43995         replacement strtoull, we may well need the replacement strtoul, too.
43996         Check for declarations of strtoul and strtoull.
43997         Check for strtol.  Mainly as a cue to cause automake to include
43998         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
43999         Check for limits.h -- strtol.c needs it.
44000
44001 2000-12-05  Jim Meyering  <meyering@lucent.com>
44002
44003         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
44004
44005 2000-12-04  Jim Meyering  <meyering@lucent.com>
44006
44007         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
44008         Also include memory.h, stdlib.h, unistd.h if appropriate.
44009         Reported by Andreas Jaeger (conflicting declaration of malloc).
44010
44011 2000-12-02  Jim Meyering  <meyering@lucent.com>
44012
44013         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
44014         * m4/jm-macros.m4 (jm_MACROS): require it.
44015
44016 2000-12-02  Jim Meyering  <meyering@lucent.com>
44017
44018         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
44019
44020 2000-12-01  Paul Eggert  <eggert@twinsun.com>
44021
44022         * lib/memrchr.c: Include <config.h> before any system include file.
44023
44024 2000-11-30  Jim Meyering  <meyering@lucent.com>
44025
44026         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
44027
44028 2000-11-30  Jim Meyering  <meyering@lucent.com>
44029
44030         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
44031
44032 2000-11-29  Paul Eggert  <eggert@twinsun.com>
44033
44034         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
44035
44036 2000-11-26  Jim Meyering  <meyering@lucent.com>
44037
44038         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
44039
44040 2000-11-22  Paul Eggert  <eggert@twinsun.com>
44041
44042         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
44043         size of (size_t) -1; it's not portable.
44044
44045 2000-11-17  Jim Meyering  <meyering@lucent.com>
44046
44047         * lib/strstr.c: Update from GNU libc.
44048
44049 2000-11-17  Akim Demaille  <akim@epita.fr>
44050
44051         * lib/obstack.h: Formatting changes.
44052         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
44053         prevent type checking.
44054         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
44055         cast the value to (void *): assigning a `foo *' to a `void *'
44056         variable is valid.
44057         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
44058
44059 2000-11-16  Jim Meyering  <meyering@lucent.com>
44060
44061         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
44062
44063 2000-11-11  Jim Meyering  <meyering@lucent.com>
44064
44065         * lib/error.c: Add a couple #includes, merging from GNU libc version.
44066
44067 2000-11-10  Jim Meyering  <meyering@lucent.com>
44068
44069         * lib/obstack.h: Update from GNU libc.
44070         * lib/obstack.c: Likewise.
44071
44072 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
44073
44074         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
44075
44076 2000-11-06  Paul Eggert  <eggert@twinsun.com>
44077
44078         * lib/getusershell.c (setusershell): Use rewind rather than
44079         fseek/fseeko, to avoid configuration hassles with fseeko.
44080         Don't bother opening SHELLS_FILE if shellstream is NULL;
44081         it's not necessary.
44082
44083 2000-11-05  Jim Meyering  <meyering@lucent.com>
44084
44085         * lib/makepath.h (make_dir): Declare.
44086         * lib/makepath.c (make_dir): Remove `static' attribute.
44087         Tweak a comment.
44088
44089 2000-11-04  Jim Meyering  <meyering@lucent.com>
44090
44091         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
44092
44093 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
44094
44095         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
44096         last one in a bucket, advance to the next bucket.
44097
44098 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
44099
44100         * lib/fnmatch.c: Do not comment out all the code if we are using
44101         the GNU C library, because in some cases we are replacing buggy
44102         code in the GNU C library itself.
44103
44104 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
44105
44106         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
44107         (regex_compile): Catch bogus \(\1\).
44108
44109 2000-10-30  Paul Eggert  <eggert@twinsun.com>
44110
44111         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
44112         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
44113         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
44114
44115 2000-10-30  Paul Eggert  <eggert@twinsun.com>
44116
44117         * lib/error.h, getline.h, modechange.h:
44118         Remove "2000" from Copyright line, as the file hasn't been
44119         changed this year other than in the copyright notice.
44120
44121         * lib/xalloc.h: Add "2000" to Copyright line, as this file
44122         was changed this year.
44123
44124 2000-10-29  Jim Meyering  <meyering@lucent.com>
44125
44126         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
44127         renaming.
44128         * m4/ls-mntd-fs.m4: Likewise
44129
44130 2000-10-29  Jim Meyering  <meyering@lucent.com>
44131
44132         * lib/xstat.in: Fix grammar in comment.
44133
44134 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
44135
44136         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
44137         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
44138         doesn't define __restrict_arr.
44139
44140 2000-10-28  Jim Meyering  <meyering@lucent.com>
44141
44142         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
44143         (jm_PREREQ_MEMCHR): New function.
44144
44145 2000-10-28  Jim Meyering  <meyering@lucent.com>
44146
44147         * lib/memchr.c: Update from libc.
44148         Adjust for portability:
44149         [HAVE_STDLIB_H]: Include stdlib.h.
44150         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
44151         Undef __memchr, too.
44152         [!weak_alias]: Define __memchr to memchr.
44153
44154         * lib/regex.c: Update from libc.
44155         * lib/regex.h: Likewise.
44156         * lib/getopt1.c: Likewise.
44157         * lib/memcmp.c: Likewise.
44158
44159         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
44160         Avoid using fseek, when possible -- it's broken by design.
44161         Patch by Ulrich Drepper.
44162
44163 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
44164
44165         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
44166         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
44167         Giving in to popular pressure to shut up the compiler with casts.
44168
44169 2000-10-26  Jim Meyering  <meyering@lucent.com>
44170
44171         * lib/strftime.c: Update from libc.
44172
44173 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
44174
44175         * regex.c: More `unsigned char' -> `re_char' changes.
44176         Also change several `int' into `re_wchar_t'.
44177         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
44178         (PUSH_FAILURE_POINTER): Don't cast any more.
44179         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
44180         We want GCC to complain, since this piece of code makes
44181         re_match non-reentrant, which *should* be fixed.
44182         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
44183         (EXTEND_BUFFER): Use RETALLOC.
44184         (SET_LIST_BIT): Don't cast.
44185         (re_wchar_t): New type.
44186         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
44187         that those two functions will always properly return.
44188         (IMMEDIATE_QUIT_CHECK): Cast to void.
44189         (analyse_first): Use recursion rather than an explicit stack.
44190         (re_compile_fastmap): Can't fail anymore.
44191         (re_search_2): Don't check re_compile_fastmap for failure.
44192         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
44193         Now also sets the new value (passed in a new argument).
44194         (re_match_2_internal): Use it.
44195         Also, use a new var `reg' of type size_t when looping through regs
44196         rather than reuse the inappropriate `mcnt'.
44197
44198 2000-10-25  Jim Meyering  <meyering@lucent.com>
44199
44200         * lib/obstack.c: Update from libc.
44201
44202 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
44203
44204         * regex.c (regex_compile): Change the way of handling a range from
44205         a char less than 256 to a char not less than 256.
44206
44207 2000-10-24  Andrew Innes  <andrewi@gnu.org>
44208
44209         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
44210         NT-Emacs only.
44211         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
44212         so that re_search functions only quit when callers expect them to.
44213
44214 2000-10-23  Jim Meyering  <meyering@lucent.com>
44215
44216         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
44217         wrong.  That set_locale call must not have any side effects.
44218         From Paul Eggert.
44219
44220 2000-10-22  Jim Meyering  <meyering@lucent.com>
44221
44222         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
44223         [CYCLIC]: Remove now-unused definition.
44224
44225         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
44226         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
44227         Suggestion from Ulrich Drepper.
44228
44229 2000-10-21  Jim Meyering  <meyering@lucent.com>
44230
44231         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
44232         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
44233         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
44234
44235 2000-10-21  Jim Meyering  <meyering@lucent.com>
44236
44237         * lib/dirname.c (memrchr): Declare if necessary.
44238         (dir_name): Remove the restriction that there be no
44239         trailing slashes.  Now, this code skips past them, effectively
44240         ignoring them.
44241         [TEST_DIRNAME] (main): New unit tests.
44242
44243         * lib/memrchr.c: New file from GNU libc.
44244         Undef __memrchr, too.
44245         [!weak_alias]: Define __memrchr to memrchr.
44246         Guard weak_alias use with `#ifdef weak_alias'.
44247
44248 2000-10-21  Jim Meyering  <meyering@lucent.com>
44249
44250         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
44251         (dir_name): Use dir_name_r.
44252         * lib/dirname.h (dir_name_r): Declare it.
44253
44254 2000-10-17  Jim Meyering  <meyering@lucent.com>
44255
44256         * lib/quote.h (PARAMS): Define and use.
44257         Reported by Akim Demaille.
44258
44259         * lib/getopt.c: Update from libc.
44260
44261 2000-10-16  Jim Meyering  <meyering@lucent.com>
44262
44263         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
44264         setlocale.
44265         From Jan Fedak.
44266
44267 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
44268
44269         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
44270
44271 2000-09-25  Jim Meyering  <meyering@lucent.com>
44272
44273         * lib/md5.h (rol): Define (from GnuPG).
44274
44275         * lib/sha.c: Give credit (GnuPG) where due.
44276         (M): Use rol rather than open-coding it.
44277         Add a FIXME comment.
44278
44279 2000-09-21  Jim Meyering  <meyering@lucent.com>
44280
44281         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
44282         Reported by Michael Stone.
44283
44284 2000-09-20  Jim Meyering  <meyering@lucent.com>
44285
44286         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
44287         (noinst_HEADERS): Add sha.h.
44288         Based on code from Scott G. Miller and from GnuPG.
44289
44290 2000-09-18  Jim Meyering  <meyering@lucent.com>
44291
44292         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
44293         LIBS. Otherwise, everyone ends up linking with -lelf for some
44294         configurations.
44295         Reported by Mike Stone.
44296
44297 2000-09-15  Jim Meyering  <meyering@lucent.com>
44298
44299         * lib/regex.c: Update from libc.
44300
44301 2000-09-10  Jim Meyering  <meyering@lucent.com>
44302
44303         * lib/getopt.c (_getopt_internal): Update from glibc.
44304
44305 2000-09-09  Jim Meyering  <meyering@lucent.com>
44306
44307         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
44308         think it should be used as a general replacement for isascii.
44309         * lib/fnmatch.c: Likewise.
44310         * lib/mbswidth.c: Likewise
44311         * lib/regex.c: Likewise.
44312
44313         Don't use atoi.
44314         * lib/userspec.c: Include sys/param.h and limits.h.
44315         Include xstrtol.h.
44316         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
44317         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
44318         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
44319         UID, GID.  Check range.
44320
44321 2000-09-06  Jim Meyering  <meyering@lucent.com>
44322
44323         * lib/getopt.c (_getopt_internal): Update from glibc.
44324
44325 2000-08-30  Jim Meyering  <meyering@lucent.com>
44326
44327         * lib/strftime.c: Merge in changes from GNU libc.
44328
44329 2000-08-26  Jim Meyering  <meyering@lucent.com>
44330
44331         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
44332         * m4/fpending.m4: New file.
44333
44334 2000-08-26  Jim Meyering  <meyering@lucent.com>
44335
44336         * lib/closeout.c: Include "__fpending.h".
44337         (close_stdout_status): Return right away if there's nothing to flush.
44338
44339         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
44340         * lib/__fpending.c: New file.
44341         * lib/__fpending.h: New file.
44342
44343 2000-08-20  Jim Meyering  <meyering@lucent.com>
44344
44345         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
44346         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
44347         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
44348
44349 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
44350
44351         Improve fileutils installation on systems where running
44352         programs (like install) can't be unlinked.
44353         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
44354         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
44355
44356 2000-08-07  Paul Eggert  <eggert@twinsun.com>
44357
44358         Standardize on "memory exhausted" instead of "Memory exhausted"
44359         or "virtual memory exhausted".
44360         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
44361         "virtual memory exhausted".
44362         * lib/same.c (same_name): Invoke xalloc_die instead of printing
44363         our own message.
44364         * lib/userspec.c (parse_user_spec): Likewise.
44365         * lib/bumpalloc.h: comment fix
44366         * lib/same.c, userspec.c: Include xalloc.h.
44367
44368         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
44369         not char *const and pointing to a constant array.
44370         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
44371         (xrealloc): Comment fix.
44372
44373         * lib/userspec.c (parse_user_spec):
44374         Don't translate a message until just before returning,
44375         to avoid unnecessary translation.
44376
44377 2000-08-07  Jim Meyering  <meyering@lucent.com>
44378
44379         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
44380         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
44381         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
44382         getgroups.c, gethostname.c, getopt.h, group-member.c,
44383         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
44384         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
44385         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
44386         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
44387         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
44388         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
44389         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
44390         yesno.c: Back out Copyright date changes for each file with no change
44391         this year.  This eases coordination with other programs using the same
44392         source code modules.  From Paul Eggert.
44393
44394 2000-08-06  Paul Eggert  <eggert@twinsun.com>
44395
44396         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
44397         not char, for compatibility with glibc 2.1.3 strftime.c.
44398
44399 2000-08-03  Greg McGary  <greg@mcgary.org>
44400
44401         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
44402         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
44403         (EXTEND_BUFFER): Use them.
44404
44405 2000-08-01  Jim Meyering  <meyering@lucent.com>
44406
44407         * lib/dirname.c (ISSLASH): Define.
44408         (BACKSLASH_IS_PATH_SEPARATOR): Define.
44409         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
44410         both `\' and `/' may be use as path separators.
44411         Based on a patch from Prashant TR.
44412
44413 2000-07-31  Paul Eggert  <eggert@twinsun.com>
44414
44415         * lib/quotearg.c (quotearg_n_options): Don't make the initial
44416         slot vector a constant, since it might get modified.
44417
44418 2000-07-31  Jim Meyering  <meyering@lucent.com>
44419
44420         * lib/xmalloc.c: Use `virtual memory exhausted', not
44421         `Memory exhausted'.
44422         * lib/obstack.c (print_and_abort): Likewise.
44423
44424 2000-07-30  Paul Eggert  <eggert@twinsun.com>
44425
44426         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
44427         buffer, so that the caller can always quote one small
44428         component of a "memory exhausted" message in slot 0.
44429         From a suggestion by Jim Meyering.
44430
44431 2000-07-30  Jim Meyering  <meyering@lucent.com>
44432
44433         * lib/makepath.c (make_path): Quote the other instance, too.
44434
44435         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
44436         (STATIC_BUF_SIZE): Define.
44437         (quotearg_n_options): Use only statically allocated storage when
44438         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
44439         than STATIC_BUF_SIZE.
44440
44441 2000-07-29  Jim Meyering  <meyering@lucent.com>
44442
44443         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
44444         * lib/dirname.c (dir_name): Likewise.
44445
44446         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
44447         `/'.
44448
44449         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
44450         (dir_name): Assert that there are no trailing slashes.
44451
44452 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
44453
44454         * lib/mbswidth.h (mbswidth): Add a flags argument.
44455         (mbswidth): New declaration.
44456         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
44457         * lib/mbswidth.c (mbswidth): Add a flags argument.
44458         (mbsnwidth): New function.
44459
44460 2000-07-24  Jim Meyering  <meyering@lucent.com>
44461
44462         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
44463
44464 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44465
44466         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
44467
44468 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44469
44470         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
44471         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
44472         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
44473         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
44474         invoke multibyte primitives.
44475
44476 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44477
44478         * lib/quotearg.c:
44479         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
44480         so that mbstate_t is always defined.
44481
44482         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
44483         be 1 in at least one GCC installation, and this configuration
44484         error is likely to be common.  Ignoring MB_LEN_MAX hurts
44485         performance on hosts that have mbrtowc but have only unibyte
44486         locales, but I assume these hosts are rare.
44487
44488 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44489
44490         * lib/mbswidth.c (_XOPEN_SOURCE):
44491         Don't define; this causes problems on Solaris 7.
44492         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
44493
44494 2000-07-23  Jim Meyering  <meyering@lucent.com>
44495
44496         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
44497         too: getgrgid, getpwuid, getuid.
44498
44499 2000-07-23  Jim Meyering  <meyering@lucent.com>
44500
44501         * lib/basename.c (base_name): Add an assertion.
44502
44503 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
44504
44505         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
44506         shadow its mbsinit function.
44507
44508 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
44509
44510         * lib/mbswidth.h: New file.
44511         * lib/mbswidth.c: New file.
44512         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
44513         (noinst_HEADERS): Add mbswidth.h.
44514
44515 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
44516
44517         * lib/config.charset: Add support for FreeBSD. Improve support for
44518         HP-UX and IRIX 6.
44519
44520 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
44521
44522         * m4/mbswidth.m4: New file.
44523         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
44524
44525 2000-07-15  Jim Meyering  <meyering@lucent.com>
44526
44527         * lib/makepath.c: Include quote.h.
44528         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
44529         corresponding argument in a `quote (...)' call.
44530         Give better diagnostics.
44531
44532         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
44533         (noinst_HEADERS): Add quote.h.
44534
44535         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
44536         from tar's src/misc.c.
44537         * lib/quote.h: New file.  Prototypes for same.
44538
44539 2000-07-14  Paul Eggert  <eggert@twinsun.com>
44540
44541         From a suggestion by Bruno Haible.
44542         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
44543         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
44544         to decide whether to define the BeOS workaround macro;
44545         this adjusts to the change to AC_MBSTATE_T.
44546
44547 2000-07-14  Jim Meyering  <meyering@lucent.com>
44548
44549         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
44550         jm_AC_TYPE_UINTMAX_T.
44551
44552 2000-07-13  Paul Eggert  <eggert@twinsun.com>
44553
44554         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
44555
44556         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
44557         quotearg_buffer_restyled): Add support for
44558         clocale_quoting_style.  Undo previous change to
44559         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
44560         and "{RIGHT QUOTATION MARK}" msgids.
44561
44562 2000-07-10  Paul Eggert  <eggert@twinsun.com>
44563
44564         From a suggestion by Bruno Haible.
44565         * m4/mbstate_t.m4 (AC_MBSTATE_T):
44566         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
44567         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
44568         and mbstate_t, to a single-part test that simply defines mbstate_t.
44569         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
44570         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
44571
44572 2000-07-10  Jim Meyering  <meyering@lucent.com>
44573
44574         * m4/strerror_r.m4: Mirror the correction made in autoconf.
44575
44576         * m4/gnu-source.m4: Output to confdefs.h directly.
44577         Suggestion from Akim Demaille.
44578
44579 2000-07-09  Paul Eggert  <eggert@twinsun.com>
44580
44581         The old behavior of quoting `like this' doesn't look good with
44582         newer, ISO-style fonts.  See:
44583         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
44584
44585         Instead, quote "like this" by default.  Let the translator
44586         tailor the locale-specific quoting behavior by providing
44587         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
44588
44589         * lib/quotearg.c (N_): New macro.
44590         (gettext_default): New function.
44591         (quotearg_buffer_restyled): Use
44592         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
44593         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
44594
44595 2000-07-09  Jim Meyering  <meyering@lucent.com>
44596
44597         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
44598         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
44599
44600         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
44601         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
44602
44603 2000-07-09  Jim Meyering  <meyering@lucent.com>
44604
44605         * lib/Most files: Update copyright dates to include 2000.
44606
44607 2000-07-08  Jim Meyering  <meyering@lucent.com>
44608
44609         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
44610         if not defined.
44611         (xgethostname): Remove now-unnecessary #ifdef.
44612         Move declaration of `err' into loop where it's used.
44613
44614 2000-07-05  Paul Eggert  <eggert@twinsun.com>
44615         and Bruno Haible  <haible@clisp.cons.org>
44616
44617         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
44618         only if the test for an object-type mbstate_t fails.  This
44619         prevents us from mistakenly reporting that mbstate_t is a
44620         system object type after we "#define mbstate_t int" to work
44621         around its lack.
44622
44623 2000-07-05  Paul Eggert  <eggert@twinsun.com>
44624         and Bruno Haible  <haible@clisp.cons.org>
44625
44626         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
44627
44628 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44629
44630         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
44631         to strerror_r.
44632         Include <ctype.h> for use of isalpha.
44633
44634 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44635
44636         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
44637         by allocating a larger buffer. Test the gethostname return value for
44638         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
44639         returns an error and ENAMETOOLONG isn't defined.
44640
44641 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44642
44643         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
44644         dimension.
44645
44646 2000-07-04  Jim Meyering  <meyering@lucent.com>
44647
44648         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
44649         of the deprecated AC_CHECKING.
44650
44651 2000-07-04  Jim Meyering  <meyering@lucent.com>
44652
44653         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
44654         Reported by Bruno Haible.
44655
44656 2000-07-04  Jim Meyering  <meyering@lucent.com>
44657
44658         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
44659         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
44660         lacks mbrtowc.
44661
44662 2000-07-03  Paul Eggert  <eggert@twinsun.com>
44663
44664         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
44665         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
44666
44667 2000-07-03  Paul Eggert  <eggert@twinsun.com>
44668         and Bruno Haible  <haible@clisp.cons.org>
44669
44670         * lib/quotearg.c (mbrtowc):
44671         Assign to *pwc, and return 1 only if result is nonzero.
44672         (iswprint): Use ISPRINT when substituting our own mbrtowc.
44673
44674 2000-07-03  Jim Meyering  <meyering@lucent.com>
44675
44676         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
44677
44678 2000-07-03  Jim Meyering  <meyering@lucent.com>
44679
44680         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
44681         This is necessary to get a definition of e.g., UTMP_FILE on
44682         HP-UX 10.20.
44683         From Bob Proulx.
44684
44685 2000-07-02  Jim Meyering  <meyering@lucent.com>
44686
44687         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
44688
44689         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
44690         AC_LIBOBJ(function_name).
44691         * m4/chown.m4: Likewise.
44692         * m4/fnmatch.m4: Likewise.
44693         * m4/ftruncate.m4: Likewise.
44694         * m4/getgroups.m4: Likewise.
44695         * m4/getline.m4: Likewise.
44696         * m4/group-member.m4: Likewise.
44697         * m4/jm-macros.m4: Likewise.
44698         * m4/lstat.m4: Likewise.
44699         * m4/malloc.m4: Likewise.
44700         * m4/memcmp.m4: Likewise.
44701         * m4/nanosleep.m4: Likewise.
44702         * m4/putenv.m4: Likewise.
44703         * m4/realloc.m4: Likewise.
44704         * m4/regex.m4: Likewise.
44705         * m4/stat.m4: Likewise.
44706         * m4/strftime.m4: Likewise.
44707
44708 2000-07-02  Jim Meyering  <meyering@lucent.com>
44709
44710         * lib/quotearg.c (mbstate_t): Don't define here.
44711
44712 2000-07-02  Jim Meyering  <meyering@lucent.com>
44713
44714         * lib/nanosleep.c (SIGCONT): Define if not already defined.
44715
44716 2000-07-01  Jim Meyering  <meyering@lucent.com>
44717
44718         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
44719
44720 2000-07-01  Jim Meyering  <meyering@lucent.com>
44721
44722         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
44723         problem.
44724
44725 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
44726
44727         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
44728         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
44729
44730 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
44731
44732         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
44733         per change in ../m4/ls-mntd-fs.m4.
44734         (read_filesystem_list): Ignore symbolic links.
44735
44736 2000-06-29  Jim Meyering  <meyering@lucent.com>
44737
44738         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
44739         for declaration of strcmp.
44740
44741         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
44742
44743         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
44744         Avoid warning by casting result to `char *' to remove `const'.
44745
44746 2000-06-28  Jim Meyering  <meyering@lucent.com>
44747
44748         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
44749         included by quotearg.c, for which we perform this test.  From
44750         Bruno Haible.
44751
44752 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
44753
44754         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
44755         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
44756         <utmpx.h> exists, put readutmp.o into LIBOBJS.
44757
44758 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
44759
44760         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
44761
44762 2000-06-26  Paul Eggert  <eggert@twinsun.com>
44763
44764         savedir now sets errno on failure and invokes xmalloc to get memory.
44765         Fix a couple of other minor bugs while we're at it.
44766
44767         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
44768         (NAMLEN): Remove macro.
44769         (malloc, realloc): Remove decls.
44770         (stpcpy): Likewise.
44771         ("xalloc.h"): Include.
44772         (NAME_SIZE_DEFAULT): New macro.
44773         (savedir): Use xmalloc / xrealloc to allocate memory.
44774         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
44775         Skip "" directory entries.
44776         Use strlen to calculate directory entry length, since the old method
44777         is rarely used these days and isn't worth supporting.
44778         Don't use a pointer after freeing it.
44779         Check for integer overflow when calculating allocation size.
44780         Use memcpy to copy entries, instead of stpcpy.
44781         Set errno properly when returning NULL.
44782         Check for readdir error.
44783
44784 2000-06-26  Jim Meyering  <meyering@lucent.com>
44785
44786         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
44787
44788 2000-06-25  Jim Meyering  <meyering@lucent.com>
44789
44790         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
44791         Linux header bug when _XOPEN_SOURCE is defined to 500.
44792
44793 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
44794
44795         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
44796         deficiency.
44797
44798 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
44799
44800         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
44801         Include xalloc.h.
44802         Don't include <stdlib.h>.  Don't declare malloc, realloc.
44803
44804 2000-06-24  Jim Meyering  <meyering@lucent.com>
44805
44806         * m4/strerror_r.m4: Revive this file -- to try out an experimental
44807         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
44808         for which strerror does return char*, but which lacks a conveniently
44809         accessible declaration of the function.  If the compile-test says
44810         strerror_r doesn't work, then resort to a `run'-test that works on
44811         BeOS and segfaults on DEC Unix.
44812
44813 2000-06-24  Jim Meyering  <meyering@lucent.com>
44814
44815         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
44816
44817 2000-06-23  Paul Eggert  <eggert@twinsun.com>
44818
44819         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
44820         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
44821
44822 2000-06-23  Paul Eggert  <eggert@twinsun.com>
44823
44824         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
44825         (mbrtowc, mbstate_t): Define substitutes if
44826         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
44827         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
44828         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
44829
44830 2000-06-23  Jim Meyering  <meyering@lucent.com>
44831
44832         * m4/afs.m4: Add missing AC_MSG_RESULT.
44833         Reported by Bruno Haible.
44834
44835         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
44836         Suggestion from Bruno Haible.
44837
44838 2000-06-23  Jim Meyering  <meyering@lucent.com>
44839
44840         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
44841
44842 2000-06-21  Jim Meyering  <meyering@lucent.com>
44843
44844         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
44845
44846 2000-06-21  Jim Meyering  <meyering@lucent.com>
44847
44848         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
44849         (noinst_HEADERS): Add getstr.h.
44850
44851         * lib/getline.c (getstr): Move into a separate file.
44852         * lib/getstr.c (getstr): New file, extracted from getline.c, with
44853         the following changes: new parameter, delim2; both delim[12]
44854         parameters have type `int', not `char'.  The latter would lose
44855         with 8-bit delimiters.
44856         * lib/getstr.h: New file.
44857
44858 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44859
44860         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
44861         than 1024, return a memory chunk of least possible size, instead
44862         of size PATH_MAX + 2. In the loop, increment the size proportionally.
44863         Use free/xmalloc instead of xrealloc to avoid copying for very long
44864         paths.
44865
44866 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44867
44868         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
44869         the empty string.
44870
44871 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44872
44873         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
44874         address, not strdup.  Include <stdlib.h> and don't declare free().
44875
44876 2000-06-19  Jim Meyering  <meyering@lucent.com>
44877
44878         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
44879
44880 2000-06-18  Jim Meyering  <meyering@lucent.com>
44881
44882         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
44883
44884         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
44885         `checking whether...' message to be consistent with that of the
44886         lstat test.
44887
44888 2000-06-18  Jim Meyering  <meyering@lucent.com>
44889
44890         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
44891         Besides, these days every porting target provides a mkdir function.
44892
44893         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
44894         needed. (this snippet comes from src/system.h).
44895
44896 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
44897
44898         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
44899
44900 2000-06-15  Paul Eggert  <eggert@twinsun.com>
44901
44902         * lib/human.c (adjust_value): New function.
44903         (human_readable_inexact): Apply rounding style even when
44904         printing approximate values.
44905
44906 2000-06-14  Paul Eggert  <eggert@twinsun.com>
44907
44908         * lib/human.c (human_readable_inexact): Allow an input block
44909         size that is not a multiple of the output block size, and vice versa.
44910         Reported by Piergiorgio Sartor.
44911
44912 2000-06-14  Paul Eggert  <eggert@twinsun.com>
44913
44914         * lib/getdate.y (get_date): Apply relative times after time
44915         zone indicator, not before.  Reported by Todd A. Jacobs.
44916
44917 2000-06-13  Jim Meyering  <meyering@lucent.com>
44918
44919         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
44920
44921         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
44922
44923 2000-06-12  Paul Eggert  <eggert@twinsun.com>
44924
44925         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
44926
44927 2000-06-12  Jim Meyering  <meyering@lucent.com>
44928
44929         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
44930         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
44931         optional argument.
44932         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
44933         the optional argument, `lib'.
44934
44935 2000-06-08  Jim Meyering  <meyering@lucent.com>
44936
44937         * m4/largefile.m4: Remove file (now that it's part of autoconf).
44938
44939 2000-06-04  Paul Eggert  <eggert@twinsun.com>
44940
44941         Rewrite largefile configuration so that we don't need to run
44942         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
44943         AC_CANONICAL_HOST in configure.in -- jmm]
44944
44945         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
44946         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
44947         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
44948         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
44949         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
44950         All uses changed.
44951         Instead of inspecting the output of getconf, try to compile the
44952         test program without and with the macro definition.
44953         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
44954         for getconf.  Instead, check for the needed flags by compiling
44955         test programs.
44956
44957 2000-06-04  Paul Eggert  <eggert@twinsun.com>
44958
44959         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
44960
44961 2000-06-04  Jim Meyering  <meyering@lucent.com>
44962
44963         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
44964         SunOS 4.1.4 for which gid_t is an unsigned type.
44965
44966 2000-06-03  Jim Meyering  <meyering@lucent.com>
44967
44968         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
44969         now that autoconf requires that.
44970
44971         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
44972         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
44973         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
44974
44975 2000-06-03  Jim Meyering  <meyering@lucent.com>
44976
44977         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
44978
44979 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
44980
44981         * m4/glibc21.m4: New file.
44982         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
44983
44984 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
44985
44986         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
44987         newer, don't install charset.alias.
44988         * lib/config.charset: Change the Linux/glibc rules so they become empty
44989         on glibc-2.1 or newer.
44990
44991 2000-06-02  Jim Meyering  <meyering@lucent.com>
44992
44993         * lib/mountlist.c: Back out last change.  Instead, do this...
44994         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
44995         me_dummy member using the same `ignore'-testing code.
44996         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
44997         fs_type strings.
44998         From Mark D. Roth.
44999
45000 2000-05-29  Jim Meyering  <meyering@lucent.com>
45001
45002         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
45003         mounts with the `ignore' attribute.  Based on a patch from
45004         Mark D. Roth.
45005
45006 2000-05-28  Jim Meyering  <meyering@lucent.com>
45007
45008         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
45009         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45010         * m4/stat.m4: Likewise.
45011         * m4/lstat.m4: Likewise.
45012         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
45013
45014         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
45015         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
45016
45017 2000-05-26  Jim Meyering  <meyering@lucent.com>
45018
45019         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
45020
45021 2000-05-24  Jim Meyering  <meyering@lucent.com>
45022
45023         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
45024         autoconf requires that.
45025         * m4/lib-check.m4: Likewise.
45026         * m4/jm-macros.m4: Likewise.
45027         * m4/strftime.m4: Likewise.
45028
45029         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
45030         AC_CHECK_DECLS, now that autoconf requires that.
45031
45032 2000-05-22  Jim Meyering  <meyering@lucent.com>
45033
45034         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45035         * m4/lstat.m4: Likewise.
45036
45037 2000-05-22  Jim Meyering  <meyering@lucent.com>
45038
45039         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
45040
45041 2000-05-20  Jim Meyering  <meyering@lucent.com>
45042
45043         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
45044         (jm_PREREQ): Use it.
45045
45046 2000-05-18  Jim Meyering  <meyering@lucent.com>
45047
45048         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
45049         back, too, since it may have been modified by allocate_entry.
45050         (hash_delete): Rewrite to use neither the assignment operator
45051         nor the comma operator in an if-expression.
45052
45053 2000-05-15  Paul Eggert  <eggert@twinsun.com>
45054
45055         * lib/closeout.c:
45056         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
45057         Remove; no longer needed.
45058         "quotearg.h": Add include.
45059         (file_name): Do not bother to explicitly initialize to NULL; it's less
45060         efficient on some hosts.
45061         (close_stdout_status): Remove test as to whether stdout was already
45062         closed; it breaks for the case "echo x | sort >&-".
45063         Quote file name colons.
45064         Do not assume that _("write error") lacks format strings.
45065
45066 2000-05-15  Jim Meyering  <meyering@lucent.com>
45067
45068         * lib/version-etc.c (version_etc_copyright): Update the copyright
45069         string used in all --version output.
45070
45071 2000-05-14  Jim Meyering  <meyering@lucent.com>
45072
45073         * lib/closeout.c (close_stdout_set_file_name): New function.
45074         (close_stdout_status): Use new file-scoped global.
45075         Return right away if fstat says the stdout file descriptor is invalid.
45076         * lib/closeout.h (close_stdout_set_file_name): Declare.
45077
45078 2000-05-10  Jim Meyering  <meyering@lucent.com>
45079
45080         * lib/closeout.c [default_exit_status]: New file-scoped variable.
45081         (close_stdout_set_status): New function.
45082         * lib/closeout.h (close_stdout_set_status): Declare.
45083
45084 2000-05-09  Jim Meyering  <meyering@lucent.com>
45085
45086         * m4/gettext.m4: Rename this...
45087         * m4/libintl.m4: ...to this.
45088
45089 2000-05-08  Jim Meyering  <meyering@lucent.com>
45090
45091         * lib/long-options.c: Don't include closeout.h.
45092         (parse_long_options): Don't call close_stdout for --version.
45093
45094 2000-05-06  Paul Eggert  <eggert@twinsun.com>
45095
45096         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
45097         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
45098         2.1.3 bug.  This avoids a clash when files like regex.c define
45099         _GNU_SOURCE.
45100
45101 2000-05-06  Jim Meyering  <meyering@lucent.com>
45102
45103         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
45104         (AC_REPLACE_FUNCS): Add strnlen.
45105
45106         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
45107         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
45108
45109         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
45110         AC_SEARCH_LIBS call for nanosleep.
45111         (LIB_NANOSLEEP): Set and AC_SUBST.
45112
45113 2000-05-06  Jim Meyering  <meyering@lucent.com>
45114
45115         * lib/strnlen.c: Undefine __strnlen and strnlen.
45116         [!weak_alias]: Define __strnlen to strnlen.
45117
45118         * lib/atexit.c: New file, from libiberty.
45119
45120 2000-05-06  Jim Meyering  <meyering@lucent.com>
45121
45122         * lib/closeout.c (close_stdout_status): Also check for errors on the
45123         stderr stream.
45124
45125 2000-05-05  Jim Meyering  <meyering@lucent.com>
45126
45127         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
45128         AC_SEARCH_LIBS call for clock_gettime.
45129         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
45130
45131         * m4/search-libs.m4: Update from autoconf.
45132
45133         su doesn't work on Solaris 2.6.
45134         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
45135         <shadow.h>.  Reported by Dragos Harabor.
45136
45137 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
45138
45139         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
45140         memcpy instead of xmalloc, xrealloc, path_concat.
45141         (locale_charset): Treat empty environment variables as absent.
45142         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
45143
45144 2000-05-04  Jim Meyering  <meyering@lucent.com>
45145
45146         * lib/getopt.c: Update from glibc.
45147         * lib/obstack.c: Likewise.
45148         * lib/obstack.h: Likewise.
45149         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
45150         file
45151
45152         * lib/regex.h: Likewise.
45153         * lib/strndup.c: Likewise.
45154         * lib/strnlen.c: New file, from glibc.
45155
45156 2000-05-03  Jim Meyering  <meyering@lucent.com>
45157
45158         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
45159
45160 2000-05-02  Paul Eggert  <eggert@twinsun.com>
45161
45162         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
45163         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
45164         compile-time test, rather than inspecting host and OS, to
45165         decide whether to define _LARGEFILE_SOURCE.
45166
45167 2000-05-01  Jim Meyering  <meyering@lucent.com>
45168
45169         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
45170
45171         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
45172         Based on a patch from Bruno Haible.
45173
45174 2000-05-01  Jim Meyering  <meyering@lucent.com>
45175
45176         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
45177
45178 2000-04-29  Jim Meyering  <meyering@lucent.com>
45179
45180         * lib/path-concat.c: Declare strdup only if it's not defined.
45181         * lib/canon-host.c: Likewise.
45182
45183 2000-04-28  Jim Meyering  <meyering@lucent.com>
45184
45185         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
45186         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
45187         is included first, then limits.h is included by locale.h by libintl.h.
45188         From John David Anglin.
45189
45190 2000-04-25  Jim Meyering  <meyering@lucent.com>
45191
45192         * lib/makepath.c (S_IRWXUGO): Define.
45193         (make_path): Always perform explicit chmod if MODE specifies any
45194         of the `special' permission bits.  Prompted by a bug report against
45195         install from Mate Wierdl and Joost van Baal.
45196
45197 2000-04-18  Jim Meyering  <meyering@lucent.com>
45198
45199         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
45200         (jm_PREREQ): Use it.
45201
45202 2000-04-18  Jim Meyering  <meyering@lucent.com>
45203
45204         * lib/README: New file.
45205
45206         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
45207         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
45208
45209 2000-04-17  Jim Meyering  <meyering@lucent.com>
45210
45211         Get it right :-)
45212         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
45213         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
45214         Suggestion from Akim Demaille.
45215
45216 2000-04-17  Jim Meyering  <meyering@lucent.com>
45217
45218         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
45219         the definition of it to rpl_strftime also defined-away the system's
45220         declaration.
45221
45222 2000-04-15  Jim Meyering  <meyering@lucent.com>
45223
45224         Use `C' to denote so-called `contiguous' files, the same way
45225         that tar does.
45226         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
45227         (ftypelet): Use S_ISCTG.
45228         From Michael Deutschmann.
45229
45230 2000-04-14  Jim Meyering  <meyering@lucent.com>
45231
45232         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
45233         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
45234         clobbered.
45235
45236 2000-04-14  Jim Meyering  <meyering@lucent.com>
45237
45238         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
45239
45240 2000-04-13  Jim Meyering  <meyering@lucent.com>
45241
45242         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
45243         AH_VERBATIM to insert required #ifndef into config.h.in.
45244         Suggestion from Akim Demaille.
45245
45246 2000-04-12  Jim Meyering  <meyering@lucent.com>
45247
45248         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
45249         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
45250         Christian Krackowizer.
45251
45252         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
45253         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
45254         (AC_SYS_LARGEFILE): Require.
45255         (AM_C_PROTOTYPES): Require.
45256
45257 2000-04-08  Jim Meyering  <meyering@lucent.com>
45258
45259         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
45260         names don't conflict.  Reported by Eli Zaretskii.
45261
45262 2000-04-07  Jim Meyering  <meyering@lucent.com>
45263
45264         * lib/putenv.c: Move inclusion of errno.h so it follows that of
45265         sys/types.h, to work around system header problems on AIX 3.2.5.
45266         From Bruno Haible.
45267
45268 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
45269
45270         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
45271         bug.  Deal with the different error behavior of Irix iconv.
45272
45273 2000-04-05  Paul Eggert  <eggert@twinsun.com>
45274
45275         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
45276         IRIX if the installer said otherwise.
45277
45278 2000-04-05  Jim Meyering  <meyering@lucent.com>
45279
45280         Portability tweaks required for ultrix4.3.
45281         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
45282         (jm_CHECK_DECLS): Add getutent to the list of functions.
45283         (_jm_DECL_HEADERS): Add utmpx.h.
45284         From John David Anglin.
45285
45286         * m4/strftime.m4: Back out the 2000-04-02 change.
45287         Instead of that change, simply undefine putenv in the test program.
45288
45289 2000-04-05  Jim Meyering  <meyering@lucent.com>
45290
45291         Portability tweaks required for ultrix4.3.
45292         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
45293         getutent.
45294         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
45295         * lib/canon-host.c: Declare strdup.
45296         * lib/path-concat.c: Likewise.
45297         From John David Anglin.
45298
45299 2000-04-04  Jim Meyering  <meyering@lucent.com>
45300
45301         Be more DOS 8.3-friendly.
45302         * lib/ref-add.sin: Renamed from ref-add.sed.in.
45303         * lib/ref-del.sin: Renamed from ref-del.sed.in.
45304         * lib/Makefile.am: Reflect renaming.
45305         Reported by Eli Zaretskii.
45306
45307         Use a temporary file name that won't clash with `charset.alias'
45308         in the DOS 8.3 name space.
45309         * lib/Makefile.am (charset_tmp): Define.
45310         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
45311         (uninstall-local): Likewise.
45312         Reported by Eli Zaretskii.
45313
45314 2000-04-03  Jim Meyering  <meyering@lucent.com>
45315
45316         * m4/gettext.m4: Fix typo in comment.
45317
45318         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
45319         textutils/configure.in).  Suggestion from Paul Eggert.
45320         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
45321
45322 2000-04-02  Paul Eggert  <eggert@twinsun.com>
45323
45324         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
45325         variable in the shell rather than using putenv, which isn't
45326         portable.  This avoids the configure-time inter-test dependency
45327         on the potentially-renamed putenv function.
45328
45329 2000-03-30  Paul Eggert  <eggert@twinsun.com>
45330
45331         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
45332         before checking struct stat.st_blksize, so that
45333         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
45334
45335 2000-03-29  Paul Eggert  <eggert@twinsun.com>
45336
45337         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
45338         since strftime.c uses HAVE_STRFTIME to decide whether to use
45339         the underlying strftime.
45340
45341 2000-03-29  Paul Eggert  <eggert@twinsun.com>
45342
45343         * lib/time/strftime.c (my_strftime): Make sure we call the system
45344         strftime, not ourselves, when invoking the underlying strftime.
45345
45346 2000-03-24  Jim Meyering  <meyering@lucent.com>
45347
45348         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
45349         (charset_alias): Define.
45350         (install-exec-local): Factor out common code.
45351         (uninstall-local): Split lines longer than 80.
45352         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
45353         (SUFFIXES): Define.
45354         (.sed.in.sed): New rule.  Don't redirect directly to $@.
45355         (CLEANFILES): Add ref-add.sed and ref-del.sed.
45356
45357 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
45358
45359         * lib/config.charset: Output a line containing "Packages using this
45360         file".
45361         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
45362         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
45363         ref-del.sed): New rules.
45364
45365 2000-03-17  Jim Meyering  <meyering@lucent.com>
45366
45367         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
45368         Otherwise, include <strings.h>
45369
45370 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
45371
45372         * lib/unicodeio.c (utf8_wctomb): New function.
45373         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
45374         format instead of in UCS-4 with platform dependent endianness.
45375
45376 2000-03-10  Jim Meyering  <meyering@lucent.com>
45377
45378         * m4/lib-check.m4: Look for getspnam in -lgen, too.
45379         From Marco Franzen.
45380
45381 2000-03-07  Paul Eggert  <eggert@twinsun.com>
45382
45383         * lib/savedir.c (savedir): Work even if directory size is
45384         negative; this can happen with some screwy NFS configurations.
45385
45386 2000-03-06  Jim Meyering  <meyering@lucent.com>
45387
45388         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
45389         if it's NULL (because we ran out of memory).  From Bruno Haible.
45390
45391 2000-03-05  Jim Meyering  <meyering@lucent.com>
45392
45393         * lib/localcharset.c ("path-concat.h"): Include.
45394         (get_charset_aliases): Use path_concat instead of ANSI string
45395         concatenation.
45396
45397         * lib/unicodeio.h (PARAMS): Define.
45398         Use it to guard prototype.
45399
45400 2000-03-04  Jim Meyering  <meyering@lucent.com>
45401
45402         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
45403         for lib/localcharset.c.
45404
45405 2000-03-04  Jim Meyering  <meyering@lucent.com>
45406
45407         * lib/Makefile.am (install-exec-local): Create $(libdir) before
45408         installing into it.
45409         (uninstall-local): Uncomment this rule so `make distcheck' works
45410         once again.
45411
45412         * lib/unicodeio.c (<errno.h>): Include it.
45413         (errno): Declare if not defined.
45414
45415         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
45416
45417         * lib/config.charset: New version, incorporating remarks from a linux
45418         i18n mailing list.  From Bruno Haible.
45419
45420 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
45421
45422         * m4/codeset.m4: New file.
45423         * m4/iconv.m4: New file.
45424         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
45425
45426 2000-03-03  Jim Meyering  <meyering@lucent.com>
45427
45428         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
45429
45430 2000-03-02  Jim Meyering  <meyering@lucent.com>
45431
45432         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
45433         the messages come out on separate lines.
45434
45435         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
45436         rather than jm_CHECK_DECLARATIONS.
45437         * m4/decl.m4: Remove now-unused file.
45438
45439         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
45440         geteuid.
45441
45442 2000-03-02  Jim Meyering  <meyering@lucent.com>
45443
45444         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
45445
45446 2000-03-01  Jim Meyering  <meyering@lucent.com>
45447
45448         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
45449         * lib/unicodeio.c: Likewise.
45450
45451 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
45452
45453         * lib/config.charset: New file.
45454         * lib/localcharset.c: New file.
45455         * lib/unicodeio.h, lib/unicodeio.c: New files.
45456         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
45457         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
45458         (noinst_HEADERS): Add unicodeio.h.
45459         (all-local, install-exec-local, charset.alias): New targets.
45460
45461 2000-02-28  Paul Eggert  <eggert@twinsun.com>
45462
45463         * lib/quotearg.c (ALERT_CHAR): New macro.
45464         (quotearg_buffer_restyled): Use it.
45465
45466 2000-02-27  Jim Meyering  <meyering@lucent.com>
45467
45468         * m4/check-decl.m4: Add getenv to the list.
45469
45470 2000-02-27  Jim Meyering  <meyering@lucent.com>
45471
45472         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
45473         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
45474
45475         * lib/backupfile.c: Guard inclusion of stdlib.h with
45476         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
45477         Declare malloc if needed.
45478
45479         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
45480         `#ifndef HAVE_DECL..'
45481         now that autoconf always defines the HAVE_DECL_ symbols.
45482         * lib/human.c: Likewise.
45483         * lib/same.c: Likewise.
45484         * lib/strtoumax.c: Likewise.
45485
45486         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
45487         declaration check was not run.
45488         * lib/hash.c: Likewise.
45489         * lib/human.c: Likewise.
45490         * lib/same.c: Likewise.
45491         * lib/strtoumax.c: Likewise.
45492
45493         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
45494         `.', then first look up the entire `.'-containing string as a login
45495         name.
45496
45497 2000-02-23  Jim Meyering  <meyering@lucent.com>
45498
45499         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
45500         in place of my hack.
45501
45502 2000-02-18  Paul Eggert  <eggert@twinsun.com>
45503
45504         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
45505         (textint): New typedef.
45506         (parser_control): Member year changed from int to textint.
45507         All uses changed.
45508         (YYSTYPE): Removed; replaced by %union with int and textint members.
45509         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
45510         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
45511         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
45512         (tSNUMBER, tUNUMBER): Now of type <textintval>.
45513         (date, number, to_year): Use width of number in digits, not its value,
45514         to determine whether it's a 2-digit year, or a 2-digit time.
45515         (yylex): Store number of digits of numeric tokens.
45516         Reported by John Kendall.
45517
45518         (parser_control): Changed from struct parser_control to typedef (for
45519         consistency).  All uses changed.
45520
45521         (tID): Removed; not used.
45522         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
45523
45524 2000-02-14  Paul Eggert  <eggert@twinsun.com>
45525
45526         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
45527         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
45528
45529 2000-02-12  Jim Meyering  <meyering@lucent.com>
45530
45531         * lib/userspec.c (ISDIGIT): Define it.
45532         (isdigit): Remove definition.
45533         (is_number): Use ISDIGIT, not isdigit.
45534         <libintl.h>: Include.
45535         (_ and N_): Define.
45536         (parse_user_spec): Mark translatable strings.
45537
45538 2000-02-10  Jim Meyering  <meyering@lucent.com>
45539
45540         With these changes, nanosleep.[ch] are finally enough like the other
45541         lib/* replacement files to compile on a few more losing systems.
45542
45543         * lib/nanosleep.h: Don't include config.h.
45544         Remove prototype from declaration of nanosleep.
45545         (PARAMS): Remove now-unneeded definition.
45546         * lib/nanosleep.c: #undef nanosleep.
45547         (rpl_nanosleep): Rename from nanosleep.
45548
45549 2000-02-10  Jim Meyering  <meyering@lucent.com>
45550
45551         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
45552         gnu_nanosleep to rpl_nanosleep.
45553
45554 2000-02-09  Jim Meyering  <meyering@lucent.com>
45555
45556         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
45557         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
45558
45559 2000-02-08  Akim Demaille  <akim@epita.fr>
45560
45561         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
45562         `[' and `]' and remove uses of `changequote'.
45563         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
45564         (AC_SYS_LARGEFILE): Likewise.
45565         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
45566         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
45567         of changequote.
45568         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
45569         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
45570         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
45571         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
45572
45573 2000-02-05  Jim Meyering  <meyering@lucent.com>
45574
45575         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
45576         Remove explicit use of AC_HEADER_TIME.  It is required by
45577         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
45578         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
45579         in autoconf whereby the expansion of the latter ended up preceding
45580         the expansion of its prerequisite, AC_HEADER_TIME.
45581         Reported by Volker Borchert.
45582
45583 2000-02-03  Jim Meyering  <meyering@lucent.com>
45584
45585         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
45586
45587 2000-02-03  Jim Meyering  <meyering@lucent.com>
45588
45589         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
45590         rather than with `#if HAVE_UTMPNAME'.
45591
45592 2000-02-02  Jim Meyering  <meyering@lucent.com>
45593
45594         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
45595         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
45596         Reported by Eli Zaretskii.
45597
45598 2000-02-01  Jim Meyering  <meyering@lucent.com>
45599
45600         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
45601
45602 2000-01-31  Jim Meyering  <meyering@lucent.com>
45603
45604         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
45605         functions.  Add the time.h and sys/time.h headers along with the
45606         AC_REQUIRE'ment of AC_HEADER_TIME.
45607
45608 2000-01-31  Jim Meyering  <meyering@lucent.com>
45609
45610         * lib/nanosleep.h (nanosleep): Guard declaration with
45611         `#if ! HAVE_DECL_NANOSLEEP'.
45612         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
45613         the declaration in that vendor's sys/timers.h.
45614         Reported by Christian Krackowizer.
45615
45616         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
45617         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
45618         (ISPRINT): Likewise.
45619         Reported by Tom Tromey.
45620
45621 2000-01-30  Jim Meyering  <meyering@lucent.com>
45622
45623         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
45624
45625         * m4/prereq.m4 (utmp_includes): Define.
45626         Check for ut_user and ut_name members in both struct utmpx
45627         and struct utmp.
45628
45629 2000-01-30  Jim Meyering  <meyering@lucent.com>
45630
45631         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
45632         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
45633         header files where only utmpx.ut_user is declared.
45634
45635         * lib/readutmp.h (UT_USER): Define.
45636
45637 2000-01-29  Jim Meyering  <meyering@lucent.com>
45638
45639         * m4/lib-check.m4: New file containing library-related checks from
45640         fileutils and sh-utils (textutils had none).
45641
45642 2000-01-28  Jim Meyering  <meyering@lucent.com>
45643
45644         * m4/perl.m4: Change format of warning message to look more like that
45645         from the missing script.  Suggestion from François Pinard.
45646
45647 2000-01-25  Jim Meyering  <meyering@lucent.com>
45648
45649         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
45650         well as time.h in the compile check.
45651         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
45652         Fix typo in cross-compiling case: s/yes/no/.
45653
45654 2000-01-23  Jim Meyering  <meyering@lucent.com>
45655
45656         * m4/jm-macros.m4: Move df-related tests here from
45657         fileutils/configure.in
45658
45659         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
45660         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
45661
45662         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
45663         s/space/ac_fsusage_space/.
45664         (jm_FILE_SYSTEM_USAGE): Take two parameters.
45665
45666         * m4/ftruncate.m4: New file (derived from part of
45667         fileutils/configure.in).
45668         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
45669         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
45670
45671         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
45672         AC_SUBST these here, rather than just in sh-util/configure.in, so
45673         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
45674         all the same.
45675         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
45676         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
45677         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
45678         (AC_SUBST(POW_LIBM)): Likewise.
45679         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
45680
45681 2000-01-23  Jim Meyering  <meyering@lucent.com>
45682
45683         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
45684         obstack.c.
45685
45686 2000-01-22  Jim Meyering  <meyering@lucent.com>
45687
45688         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
45689
45690         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
45691
45692         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
45693         configure.in
45694         (AC_CHECK_HEADERS): Likewise for sh-utils.
45695         (AC_CHECK_HEADERS): Likewise for textutils.
45696         Merge the three lists of headers.
45697
45698         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
45699         from fileutils' configure.in.
45700
45701         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
45702         code. Moved tests into their own function (_jm_DECL_HEADERS) in
45703         check-decl.m4.
45704
45705         * m4/check-decl.m4: Use #if rather than #ifdef.
45706         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
45707         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
45708         (_jm_DECL_HEADERS): Define new function.
45709         (jm_CHECK_DECLARATIONS): Require it.
45710
45711 2000-01-22  Jim Meyering  <meyering@lucent.com>
45712
45713         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
45714         [! HAVE_DECL_STRTOULL]: Declare strtoull.
45715         Required for some AIX systems.  Reported by Christian Krackowizer.
45716         [TESTING] (main): New function.
45717
45718         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
45719         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
45720         letters.
45721
45722         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
45723         iswprint.
45724
45725         * lib/strverscmp.c (ISDIGIT): Define.
45726         (strverscmp): Use ISDIGIT, not isdigit.
45727
45728 2000-01-19  Jim Meyering  <meyering@lucent.com>
45729
45730         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
45731         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
45732         defines `struct timespec' in <sys/time.h>
45733
45734         * m4/c-bs-a.m4: Remove uses of changequote altogether.
45735         Thanks to Akim for explaining.
45736
45737 2000-01-17  Paul Eggert  <eggert@twinsun.com>
45738
45739         * lib/nanosleep.c (nanosleep):
45740         Don't use SA_INTERRUPT to decide whether to call sigaction, as
45741         POSIX.1 doesn't require SA_INTERRUPT and some systems
45742         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
45743         it's been part of POSIX.1 since day 1 (in 1988).
45744
45745 2000-01-17  Jim Meyering  <meyering@lucent.com>
45746
45747         * lib/interlock: Remove unused file.  Reported by François Pinard.
45748
45749 2000-01-16  Paul Eggert  <eggert@twinsun.com>
45750
45751         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
45752         alert, backslash, formfeed, and vertical tab unnecessarily in
45753         shell quoting style.
45754
45755 2000-01-16  Jim Meyering  <meyering@lucent.com>
45756
45757         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
45758         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
45759         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
45760         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
45761
45762 2000-01-16  Jim Meyering  <meyering@lucent.com>
45763
45764         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
45765         because the latter didn't work.
45766
45767 2000-01-15  Jim Meyering  <meyering@lucent.com>
45768
45769         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
45770         (AC_REPLACE_FUNCS): Add memcpy and memset.
45771         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
45772         Add strpbrk.
45773         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
45774
45775 2000-01-12  Jim Meyering  <meyering@lucent.com>
45776
45777         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
45778         (jm_PREREQ): Use it.
45779         (jm_PREREQ_READUTMP): New macro.
45780         (jm_PREREQ): Use it.
45781
45782 2000-01-11  Paul Eggert  <eggert@twinsun.com>
45783
45784         Quote multibyte characters correctly.
45785         * m4/c-bs-a.m4: New file.
45786         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
45787         (jm_PREREQ): Use it.
45788
45789 2000-01-11  Paul Eggert  <eggert@twinsun.com>
45790
45791         * m4/uintmax_t.m4: Port to autoconf 2.13.
45792
45793 2000-01-08  Jim Meyering  <meyering@ascend.com>
45794
45795         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
45796         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
45797
45798 2000-01-04  Jim Meyering  <meyering@ascend.com>
45799
45800         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
45801         jm_STRUCT_DIRENT_D_TYPE.
45802         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
45803         jm_STRUCT_DIRENT_D_INO.
45804         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
45805         jm_STRUCT_UTIMBUF.
45806         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
45807         renamings.
45808         * m4/utime.m4: Likewise.
45809
45810         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
45811         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
45812
45813 2000-01-03  Paul Eggert  <eggert@twinsun.com>
45814
45815         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
45816         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
45817
45818 2000-01-02  Jim Meyering  <meyering@ascend.com>
45819
45820         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
45821         remember if this is necessary.
45822
45823 1999-12-26  Jim Meyering  <meyering@ascend.com>
45824
45825         * m4/jm-macros.m4: Use it here.
45826         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
45827
45828 1999-12-23  Jim Meyering  <meyering@ascend.com>
45829
45830         * m4/jm-macros.m4: Check for clock_gettime (moved from
45831         fileutils/configure.in)
45832         Check for gettimeofday.
45833
45834 1999-12-20  Jim Meyering  <meyering@ascend.com>
45835
45836         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
45837         autoconf-2.14a-1999-12-20.
45838
45839 1999-12-19  Jim Meyering  <meyering@ascend.com>
45840
45841         * m4/lstat-slash.m4: New file.
45842         * m4/jm-macros.m4: Use the new macro:
45843         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45844
45845 1999-12-07  Jim Meyering  <meyering@ascend.com>
45846
45847         * m4/perl.m4: Require that File::Compare be available, too.
45848         Too many systems seem to lack it.
45849
45850         * m4/strftime.m4: Add checks for most of the cpp macros tested in
45851         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
45852
45853 1999-11-18  Paul Eggert  <eggert@twinsun.com>
45854
45855         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
45856         problem with the QNX 4.25 shell, which doesn't propagate exit
45857         status of failed commands inside shell assignments.
45858
45859 1999-11-17  Jim Meyering  <meyering@ascend.com>
45860
45861         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
45862
45863 1999-11-07  Jim Meyering  <meyering@ascend.com>
45864
45865         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
45866
45867 1999-11-06  Jim Meyering  <meyering@ascend.com>
45868
45869         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
45870         * m4/jm-macros.m4 (jm_MACROS): Use it here.
45871
45872 1999-11-05  Jim Meyering  <meyering@ascend.com>
45873
45874         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
45875         configure.in of textutils, fileutils, and sh-utils into this one
45876         (shared between those packages) file.
45877         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
45878         AC_STRUCT_ST_BLKSIZE.
45879
45880 1999-11-03  Jim Meyering  <meyering@ascend.com>
45881
45882         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
45883         of AC_CHECK_TYPE checks includes unistd.h.
45884         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
45885         Suggestion from Akim Demaille.
45886
45887 1999-10-30  Jim Meyering  <meyering@ascend.com>
45888
45889         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
45890         m4-quoted string.
45891         * m4/ls-mntd-fs.m4: Likewise.
45892         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
45893         * m4/jm-winsz1.m4: Likewise.
45894
45895         * m4/const.m4: Remove file, since the fix made it into the experimental
45896         version of autoconf.
45897         * m4/mktime.m4: Likewise.
45898
45899         * m4/check-type.m4: Remove file, now that the latest version of
45900         AC_CHECK_TYPE takes a third arg to specify additional #includes.
45901
45902         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
45903         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
45904         AC_CHECK_TYPE.
45905
45906 1999-10-04  Jim Meyering  <meyering@ascend.com>
45907
45908         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
45909
45910 1999-09-22  Paul Eggert  <eggert@twinsun.com>
45911
45912         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
45913         2.95.1 bug with HP-UX 10.20.
45914
45915 1999-09-17  Jim Meyering  <meyering@ascend.com>
45916
45917         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
45918         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
45919         due to missing strdup (against sh-utils-2.0).
45920
45921 1999-08-29  Jim Meyering  <meyering@ascend.com>
45922
45923         * m4/jm-macros.m4: Require jm_BISON.
45924         * m4/bison.m4: New file.
45925
45926 1999-08-17  Paul Eggert  <eggert@twinsun.com>
45927
45928         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
45929         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
45930
45931 1999-08-05  Jim Meyering  <meyering@ascend.com>
45932
45933         * m4/getline.m4: Rename test file from conftestdata to conftest.data
45934         to avoid conflicts with `conftest' on 8+3 filesystems.
45935         Suggestion from Eli Zaretskii.
45936
45937 1999-08-04  Jim Meyering  <meyering@ascend.com>
45938
45939         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
45940         fileutils and sh-utils (textutils's getline test was inadequate).
45941         (AM_FUNC_GETLINE): Run this test.
45942         (AC_CHECK_FUNCS): Check for getdelim.
45943         Reported by Bob Proulx.
45944
45945 1999-08-02  Jim Meyering  <meyering@ascend.com>
45946
45947         * m4/jm-macros.m4: Add a comment.
45948
45949 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45950
45951         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
45952         <inttypes.h> defines strtoumax as a macro (and not as a
45953         function).
45954
45955 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45956
45957         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
45958         that we can shift, multiply and divide unsigned long long
45959         values; Ultrix cc can't do it.
45960
45961 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45962
45963         * m4/mktime.m4: New file, which is a preview of what should appear
45964         in the next public autoconf release.
45965
45966 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45967
45968         * m4/lfs.m4: Remove this file.
45969         * m4/largefile.m4: New file.  It contains the old contents of
45970         lfs.m4, except that all names with prefix AC_LFS have been
45971         changed to use the prefix AC_SYS_LARGEFILE instead, to be
45972         compatible with future autoconf versions.  Also, some minor m4
45973         quoting problems have been fixed.
45974
45975 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45976
45977         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
45978         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
45979         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
45980         and simplify the shell code.
45981
45982 1999-08-01  Jim Meyering  <meyering@ascend.com>
45983
45984         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
45985         m4.
45986
45987 1999-07-20  Jim Meyering  <meyering@ascend.com>
45988
45989         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
45990
45991 1999-07-15  Jim Meyering  <meyering@ascend.com>
45992
45993         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
45994
45995 1999-05-22  Jim Meyering  <meyering@ascend.com>
45996
45997         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
45998
45999 1999-05-20  Jim Meyering  <meyering@ascend.com>
46000
46001         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
46002         Add a colon after each `then' in case $4 is empty.
46003
46004 1999-05-16  Jim Meyering  <meyering@ascend.com>
46005
46006         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
46007
46008 1999-05-10  Jim Meyering  <meyering@ascend.com>
46009
46010         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
46011
46012         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
46013         AC_FUNC_MKTIME.
46014
46015 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
46016
46017         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
46018
46019 1999-05-04  Paul Eggert  <eggert@twinsun.com>
46020
46021         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
46022         not CPPFLAGS, so that linking works correctly in IRIX.
46023
46024 1999-04-30  Paul Eggert  <eggert@twinsun.com>
46025
46026         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
46027
46028 1999-04-20  Paul Eggert  <eggert@twinsun.com>
46029
46030         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
46031         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
46032         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
46033         jm_AC_TYPE_UNSIGNED_LONG_LONG.
46034         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
46035
46036         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
46037
46038 1999-04-20  Jim Meyering  <meyering@ascend.com>
46039
46040         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
46041         AC_REPLACE xstroull if necessary.  From Paul Eggert.
46042         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
46043
46044 1999-04-18  Jim Meyering  <meyering@ascend.com>
46045
46046         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
46047         * m4/jm-macros.m4: Use it.
46048
46049 1999-04-06  Jim Meyering  <meyering@ascend.com>
46050
46051         * m4/strftime.m4: Remove test for %f.
46052
46053 1999-03-29  Jim Meyering  <meyering@ascend.com>
46054
46055         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
46056         superset of the AC_TYPE_* checks in the textutils, fileutils,
46057         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
46058         AC_TYPE_PID_T.
46059
46060 1999-03-28  Jim Meyering  <meyering@ascend.com>
46061
46062         * m4/jm-macros.m4: Define GNU_PACKAGE here.
46063         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
46064         replaced e.g., in the *.sh files of the sh-utils.
46065
46066 1999-03-20  Jim Meyering  <meyering@ascend.com>
46067
46068         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
46069         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
46070         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
46071
46072 1999-03-19  Jim Meyering  <meyering@ascend.com>
46073
46074         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
46075
46076 1999-03-12  Jim Meyering  <meyering@ascend.com>
46077
46078         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
46079
46080 1999-03-07  Jim Meyering  <meyering@ascend.com>
46081
46082         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
46083         declared.
46084
46085 1999-02-17  Jim Meyering  <meyering@ascend.com>
46086
46087         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
46088         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
46089
46090 1999-02-07  Jim Meyering  <meyering@ascend.com>
46091
46092         * m4/group-member.m4: New file -- extracted from sh-utils'
46093         configure.in.
46094
46095         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
46096         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
46097
46098 1999-02-06  Jim Meyering  <meyering@ascend.com>
46099
46100         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
46101         * m4/fnmatch.m4: Likewise.
46102         * m4/getgroups.m4: Likewise.
46103         * m4/lstat.m4: Likewise.
46104         * m4/malloc.m4: Likewise.
46105         * m4/putenv.m4: Likewise.
46106         * m4/realloc.m4: Likewise.
46107         * m4/regex.m4: Likewise.
46108         * m4/stat.m4: Likewise.
46109         * m4/strftime.m4: Likewise.
46110         Suggestion from Alain Magloire.
46111
46112         * m4/chown.m4: Use `.$ac_objext', not `.o'.
46113         * m4/fnmatch.m4: Likewise.
46114         * m4/getgroups.m4: Likewise.
46115         * m4/getline.m4: Likewise.
46116         * m4/lstat.m4: Likewise.
46117         * m4/malloc.m4: Likewise.
46118         * m4/memcmp.m4: Likewise.
46119         * m4/putenv.m4: Likewise.
46120         * m4/realloc.m4: Likewise.
46121         * m4/regex.m4: Likewise.
46122         * m4/stat.m4: Likewise.
46123         * m4/strftime.m4: Likewise.
46124         Suggestion from Alain Magloire.
46125
46126         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
46127         an argument.
46128
46129         * m4/regex.m4: Add a run-time Test for proper operation of
46130         re_compile_pattern.
46131
46132 1999-01-31  Jim Meyering  <meyering@ascend.com>
46133
46134         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
46135
46136 1999-01-30  Jim Meyering  <meyering@ascend.com>
46137
46138         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
46139
46140         * m4/jm-mktime.m4: Make this a wrapper around the official
46141         AM_FUNC_MKTIME rather than my private copy, now that the official one
46142         is up to date.
46143         * m4/mktime.m4: Remove file.
46144
46145         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
46146         * m4/uptime.m4: Likewise.
46147         * m4/uintmax_t.m4: Likewise.
46148
46149 1999-01-28  Jim Meyering  <meyering@ascend.com>
46150
46151         * m4/jm-macros.m4: Use jm_AFS.
46152         * m4/afs.m4: New file (from fileutils' configure.in).
46153
46154         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
46155         * m4/chown.m4: Likewise.
46156         * m4/d-ino.m4: Likewise.
46157         * m4/d-type.m4: Likewise.
46158         * m4/fnmatch.m4: Likewise.
46159         * m4/getgroups.m4: Likewise.
46160         * m4/gettext.m4: Likewise.
46161         * m4/jm-mktime.m4: Likewise.
46162         * m4/jm-winsz2.m4: Likewise.
46163         * m4/lcmessage.m4: Likewise.
46164         * m4/ls-mntd-fs.m4: Likewise.
46165         * m4/malloc.m4: Likewise.
46166         * m4/memcmp.m4: Likewise.
46167         * m4/putenv.m4: Likewise.
46168         * m4/realloc.m4: Likewise.
46169         * m4/st_mtim.m4: Likewise.
46170         * m4/strftime.m4: Likewise.
46171
46172 1999-01-16  Jim Meyering  <meyering@ascend.com>
46173
46174         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
46175         (ARGMATCH_DIE_DECL): Define.
46176
46177 1999-01-12  Jim Meyering  <meyering@ascend.com>
46178
46179         * m4/Makefile.am.in: Rewrite to avoid using fmt.
46180         Reported by Lars Hecking.
46181
46182 1999-01-10  Jim Meyering  <meyering@ascend.com>
46183
46184         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
46185         gross kludge.
46186         * m4/inttypes_h.m4: Likewise.
46187         * m4/lstat.m4: Likewise.
46188         * m4/malloc.m4: Likewise.
46189         * m4/readdir.m4: Likewise.
46190         * m4/realloc.m4: Likewise.
46191         * m4/st_dm_mode.m4: Likewise.
46192         * m4/stat.m4: Likewise.
46193         * m4/utimbuf.m4: Likewise.
46194         * m4/utimes.m4: Likewise.
46195
46196         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
46197         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
46198         comments in config.h.in are meaningful.
46199
46200         * m4/jm-macros.m4: Require autoconf-2.13 here.
46201
46202         * m4/regex.m4: By default, don't use the included regex.c on systems
46203         with glibc 2.  Suggestion from Uli Drepper.
46204
46205 1999-01-02  Jim Meyering  <meyering@ascend.com>
46206
46207         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
46208
46209 1998-12-18  Jim Meyering  <meyering@ascend.com>
46210
46211         * m4/Makefile.am.in (Makefile.am): Simplify rule.
46212         Based on a suggestion from Lars Hecking.
46213
46214 1998-11-16  Paul Eggert  <eggert@twinsun.com>
46215
46216         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
46217
46218 1998-11-16  Jim Meyering  <meyering@ascend.com>
46219
46220         * m4/lfs.m4: Double-quote the `uname...` expression.
46221
46222 1998-11-14  Jim Meyering  <meyering@ascend.com>
46223
46224         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
46225         * m4/stat.m4: Likewise.
46226
46227 1998-11-03  Jim Meyering  <meyering@ascend.com>
46228
46229         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
46230         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
46231
46232 1998-10-18  Jim Meyering  <meyering@ascend.com>
46233
46234         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
46235
46236 1998-10-17  Jim Meyering  <meyering@ascend.com>
46237
46238         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
46239         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
46240         calls for those previously hard-coded headers.  Instead, take a new
46241         parameter.
46242         (jm_CHECK_DECLARATIONS): Reflect interface change.
46243         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
46244         (jm_CHECK_DECL_LOCALTIME_R): New macro.
46245
46246         * m4/mktime.m4: Test for spring-forward gap before long-running test.
46247
46248 1998-10-14  Jim Meyering  <meyering@ascend.com>
46249
46250         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
46251         instead of "TZ=America/Vancouver".  From Paul Eggert.
46252
46253 1998-10-11  Jim Meyering  <meyering@ascend.com>
46254
46255         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
46256         This adds a test for a recently added compatibility fix for mktime.c.
46257         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
46258
46259 1998-09-27  Jim Meyering  <meyering@ascend.com>
46260
46261         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
46262
46263         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
46264         ../configure.in, including a change from Gordon Matzigkeit to allow
46265         cross-compiling for the Hurd.
46266
46267         * m4/glibc.m4: New file/macro to test for the GNU C Library
46268         versions 1 and 2.  From Gordon Matzigkeit.
46269         Indent.
46270
46271 1998-09-21  Jim Meyering  <meyering@ascend.com>
46272
46273         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
46274
46275 1998-08-18  Paul Eggert  <eggert@twinsun.com>
46276
46277         Port nanosecond-resolution times to UnixWare 2.1.2 and
46278         pedantic Solaris 2.6.
46279
46280         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
46281         AC_STRUCT_ST_MTIM.
46282         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
46283         Generate name of ns member, instead of just 1 or undef.
46284         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
46285
46286 1998-08-15  Jim Meyering  <meyering@ascend.com>
46287
46288         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
46289         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
46290         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
46291         instead of jm_TYPE_SSIZE_T.
46292
46293 1998-08-12  Jim Meyering  <meyering@ascend.com>
46294
46295         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
46296
46297 1998-08-02  Jim Meyering  <meyering@ascend.com>
46298
46299         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
46300         in acconfig.h manually.
46301
46302 1998-07-31  Paul Eggert  <eggert@twinsun.com>
46303
46304         * m4/st_mtim.m4: New file.
46305
46306 1998-07-28  Jim Meyering  <meyering@ascend.com>
46307
46308         * m4/utimes.m4: Undef stat.
46309
46310 1998-07-25  Jim Meyering  <meyering@ascend.com>
46311
46312         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
46313         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
46314
46315 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
46316
46317         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
46318         uid and gid actually remain unchanged.
46319
46320 1998-07-07  Jim Meyering  <meyering@ascend.com>
46321
46322         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
46323
46324 1998-07-04  Jim Meyering  <meyering@ascend.com>
46325
46326         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
46327         to prove that this macro can be used in packages without regex.c.
46328
46329 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
46330
46331         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
46332         is to be used.
46333
46334 1998-07-03  Jim Meyering  <meyering@ascend.com>
46335
46336         * m4/gettext.m4: Add -lintl if it's found to be necessary.
46337
46338         * m4/gettext.m4: New file -- from gettext-0.10.35.
46339         * m4/lcmessage.m4: Likewise.
46340         * m4/progtest.m4: Likewise.
46341
46342         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
46343         * m4/jm-macros.m4: Require the new macro.
46344
46345 1998-06-29  Jim Meyering  <meyering@ascend.com>
46346
46347         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
46348         for the definition of NGROUPS (used in a system header included
46349         by sys/mount.h).
46350
46351 1998-06-28  Jim Meyering  <meyering@ascend.com>
46352
46353         * m4/ls-mntd-fs.m4: New file.
46354         * m4/fstypename.m4: New file.
46355
46356         * m4/jm-macros.m4: Require the new macro.
46357         * m4/jm-glibc-io.m4: New file.
46358
46359 1998-05-19  Jim Meyering  <meyering@ascend.com>
46360
46361         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
46362         * m4/lchown.m4: New file.
46363
46364         * m4/Makefile.am.in: New file.
46365         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
46366
46367 1998-05-14  Jim Meyering  <meyering@ascend.com>
46368
46369         * m4/Makefile.am (EXTRA_DIST): Add them.
46370         * m4/jm-macros.m4: New file.
46371         * m4/utimbuf.m4: New file.
46372
46373 1998-05-12  Jim Meyering  <meyering@ascend.com>
46374
46375         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
46376
46377 1998-05-11  Jim Meyering  <meyering@ascend.com>
46378
46379         * m4/isc-posix.m4: New file.
46380
46381 1998-05-10  Jim Meyering  <meyering@ascend.com>
46382
46383         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
46384
46385 1998-05-09  Jim Meyering  <meyering@ascend.com>
46386
46387         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
46388         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
46389         with automake.
46390
46391         * m4/ssize_t.m4: New file.
46392         * m4/mktime.m4: Remove file -- the new automake has this now.
46393
46394 1998-04-26  Jim Meyering  <meyering@ascend.com>
46395
46396         * m4/assert.m4: New file.
46397         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
46398
46399 1998-04-05  Jim Meyering  <meyering@ascend.com>
46400
46401         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
46402         (jm_PREREQ): Use it here.
46403
46404 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
46405
46406         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
46407         in acconfig.h.
46408
46409 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
46410
46411         * m4/prereq.m4: New file.
46412         * m4/error.m4: New file.
46413         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
46414
46415 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
46416
46417         * m4/getline.m4: Don't set am_cv_func_working_getline before the
46418         cache-check for the same variable -- that defeated the purpose of
46419         the test; the test program was never run.  This was a problem only
46420         on systems with losing getline functions -- HP-UX 10.20 is one.
46421         Reported by Bjorn Helgaas.
46422
46423 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
46424
46425         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
46426
46427 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
46428
46429         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
46430
46431         * m4/const.m4: New file.  Use an initializer in this declaration
46432         typedef int charset[2]; const charset x;
46433         Reported by Bob Glickstein.
46434
46435 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
46436
46437         * m4/chown.m4: Fix reversed types on -1 args to chown.
46438         From Kaveh Ghazi.
46439
46440 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
46441
46442         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
46443         Add lseek and memchr.
46444
46445         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
46446         T.E.Dickey <dickey@clark.net> said that some older preprocessors
46447         have a 20-character limit on names.
46448
46449 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
46450
46451         * m4/inttypes_h.m4: New file.
46452         * m4/uintmax_t.m4: New file.
46453         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
46454
46455
46456         -----
46457
46458         Local Variables:
46459         coding: utf-8
46460         End:
46461
46462         Copyright (C) 1997-2008 Free Software Foundation, Inc.
46463
46464         Copying and distribution of this file, with or without
46465         modification, are permitted provided the copyright notice
46466         and this notice are preserved.